-- MySQL dump 10.13  Distrib 5.7.34, for Linux (x86_64)
--
-- Host: localhost    Database: physical_live
-- ------------------------------------------------------
-- Server version	5.7.34

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `actions`
--

DROP TABLE IF EXISTS `actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `actions` (
  `aid` varchar(255) NOT NULL DEFAULT '0' COMMENT 'Primary Key: Unique actions ID.',
  `type` varchar(32) NOT NULL DEFAULT '' COMMENT 'The object that that action acts on (node, user, comment, system or custom types.)',
  `callback` varchar(255) NOT NULL DEFAULT '' COMMENT 'The callback function that executes when the action runs.',
  `parameters` longblob NOT NULL COMMENT 'Parameters to be passed to the callback function.',
  `label` varchar(255) NOT NULL DEFAULT '0' COMMENT 'Label of the action.',
  PRIMARY KEY (`aid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores action information.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `actions`
--

LOCK TABLES `actions` WRITE;
/*!40000 ALTER TABLE `actions` DISABLE KEYS */;
INSERT INTO `actions` VALUES ('comment_publish_action','comment','comment_publish_action','','Publish comment'),('comment_save_action','comment','comment_save_action','','Save comment'),('comment_unpublish_action','comment','comment_unpublish_action','','Unpublish comment'),('country_disable_action','country','country_disable_action','','Disable country'),('country_enable_action','country','country_enable_action','','Enable country'),('node_make_sticky_action','node','node_make_sticky_action','','Make content sticky'),('node_make_unsticky_action','node','node_make_unsticky_action','','Make content unsticky'),('node_promote_action','node','node_promote_action','','Promote content to front page'),('node_publish_action','node','node_publish_action','','Publish content'),('node_save_action','node','node_save_action','','Save content'),('node_unpromote_action','node','node_unpromote_action','','Remove content from front page'),('node_unpublish_action','node','node_unpublish_action','','Unpublish content'),('og_membership_delete_action','og_membership','og_membership_delete_action','','Remove from group'),('pathauto_file_update_action','file','pathauto_file_update_action','','Update file alias'),('pathauto_node_update_action','node','pathauto_node_update_action','','Update node alias'),('pathauto_taxonomy_term_update_action','taxonomy_term','pathauto_taxonomy_term_update_action','','Update taxonomy term alias'),('pathauto_user_update_action','user','pathauto_user_update_action','','Update user alias'),('system_block_ip_action','user','system_block_ip_action','','Ban IP address of current user'),('user_block_user_action','user','user_block_user_action','','Block current user'),('views_bulk_operations_archive_action','file','views_bulk_operations_archive_action','','Create an archive of selected files'),('views_bulk_operations_argument_selector_action','entity','views_bulk_operations_argument_selector_action','','Pass ids as arguments to a page'),('views_bulk_operations_delete_item','entity','views_bulk_operations_delete_item','','Delete item'),('views_bulk_operations_delete_revision','entity','views_bulk_operations_delete_revision','','Delete revision'),('views_bulk_operations_modify_action','entity','views_bulk_operations_modify_action','','Modify entity values');
/*!40000 ALTER TABLE `actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adb`
--

DROP TABLE IF EXISTS `adb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adb` (
  `adbid` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique access deneid backtrace event ID.',
  `uid` int(11) NOT NULL DEFAULT '0' COMMENT 'The users.uid of the user who triggered the event.',
  `location` text NOT NULL COMMENT 'URL of the origin of the event.',
  `node_access_denied` mediumtext COMMENT 'User permissions.',
  `permissions` mediumtext COMMENT 'User permissions.',
  `role_permissions` mediumtext COMMENT 'role permissions.',
  `backtrace` longtext NOT NULL COMMENT 'Text of backtrace log execution.',
  `timestamp` int(11) NOT NULL DEFAULT '0' COMMENT 'Unix timestamp of when event occurred.',
  PRIMARY KEY (`adbid`),
  KEY `uid` (`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=420 DEFAULT CHARSET=utf8 COMMENT='Table that contains logs of all system events.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adb`
--

LOCK TABLES `adb` WRITE;
/*!40000 ALTER TABLE `adb` DISABLE KEYS */;
INSERT INTO `adb` VALUES (1,383,'http://play.physicalliteracy.ca/users/mikefenix','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student archive] =&gt; 1\n    [access teacher dashboard] =&gt; 1\n    [access user profiles] =&gt; 1\n    [change own username] =&gt; 1\n    [create group_class content] =&gt; 1\n    [delete own group_class content] =&gt; 1\n    [delete own webform submissions] =&gt; 1\n    [edit own group_class content] =&gt; 1\n    [edit own webform submissions] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/383\n                )\n\n        )\n\n)\n</pre>',1386277715),(2,383,'http://play.physicalliteracy.ca/users/mikefenix','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student archive] =&gt; 1\n    [access teacher dashboard] =&gt; 1\n    [access user profiles] =&gt; 1\n    [change own username] =&gt; 1\n    [create group_class content] =&gt; 1\n    [delete own group_class content] =&gt; 1\n    [delete own webform submissions] =&gt; 1\n    [edit own group_class content] =&gt; 1\n    [edit own webform submissions] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/383\n                )\n\n        )\n\n)\n</pre>',1386277771),(3,383,'http://play.physicalliteracy.ca/users/mikefenix','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student archive] =&gt; 1\n    [access teacher dashboard] =&gt; 1\n    [access user profiles] =&gt; 1\n    [change own username] =&gt; 1\n    [create group_class content] =&gt; 1\n    [delete own group_class content] =&gt; 1\n    [delete own webform submissions] =&gt; 1\n    [edit own group_class content] =&gt; 1\n    [edit own webform submissions] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/383\n                )\n\n        )\n\n)\n</pre>',1386277843),(4,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386342413),(5,0,'http://play.physicalliteracy.ca/user/384/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/384/edit\n                )\n\n        )\n\n)\n</pre>',1386342456),(6,0,'http://play-fr.physicalliteracy.ca/user/www.twitter.com','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/www.twitter.com\n                )\n\n        )\n\n)\n</pre>',1386344797),(7,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386349248),(8,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386354612),(9,0,'http://play.physicalliteracy.ca/user/387/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/387/edit\n                )\n\n        )\n\n)\n</pre>',1386357121),(10,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386363310),(11,0,'http://play.physicalliteracy.ca/user/396/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/396/edit\n                )\n\n        )\n\n)\n</pre>',1386363322),(12,0,'http://www.play.physicalliteracy.ca/user/www.rss.com','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/www.rss.com\n                )\n\n        )\n\n)\n</pre>',1386372564),(13,0,'http://www.play.physicalliteracy.ca/user/www.twitter.com','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/www.twitter.com\n                )\n\n        )\n\n)\n</pre>',1386376142),(14,0,'http://www.play.physicalliteracy.ca/user/www.youtube.com','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/www.youtube.com\n                )\n\n        )\n\n)\n</pre>',1386376682),(15,0,'http://www.play.physicalliteracy.ca/user/www.facebook.com','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/www.facebook.com\n                )\n\n        )\n\n)\n</pre>',1386378562),(16,0,'http://play.physicalliteracy.ca/participant','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; participant\n                )\n\n        )\n\n)\n</pre>',1386422698),(17,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386579869),(18,399,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386579877),(19,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386601817),(20,0,'http://play.physicalliteracy.ca/user/400/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/400/edit\n                )\n\n        )\n\n)\n</pre>',1386601893),(21,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386604356),(22,0,'http://play.physicalliteracy.ca/user/402/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/402/quiz\n                )\n\n        )\n\n)\n</pre>',1386606228),(23,0,'http://play.physicalliteracy.ca/user/403/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/403/edit\n                )\n\n        )\n\n)\n</pre>',1386609162),(24,0,'http://play.physicalliteracy.ca/user/406/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/406/edit\n                )\n\n        )\n\n)\n</pre>',1386616709),(25,0,'http://play.physicalliteracy.ca/node/531/participants/create','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/participants/create\n                )\n\n        )\n\n)\n</pre>',1386618084),(26,0,'http://play.physicalliteracy.ca/node/531/edit','update 531. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/edit\n                )\n\n        )\n\n)\n</pre>',1386618157),(27,0,'http://play.physicalliteracy.ca/node/531/forms','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/forms\n                )\n\n        )\n\n)\n</pre>',1386618163),(28,0,'http://play.physicalliteracy.ca/node/531/group','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/group\n                )\n\n        )\n\n)\n</pre>',1386618172),(29,0,'http://play.physicalliteracy.ca/node/531/edit','update 531. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/edit\n                )\n\n        )\n\n)\n</pre>',1386618260),(30,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386623171),(31,0,'http://play.physicalliteracy.ca/user/407/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/407/edit\n                )\n\n        )\n\n)\n</pre>',1386623181),(32,0,'http://play.physicalliteracy.ca/user/logout','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/logout\n                )\n\n        )\n\n)\n</pre>',1386623219),(33,0,'http://play.physicalliteracy.ca/node/531/participants/create','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/participants/create\n                )\n\n        )\n\n)\n</pre>',1386623839),(34,0,'http://play.physicalliteracy.ca/node/531/edit','update 531. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/edit\n                )\n\n        )\n\n)\n</pre>',1386623845),(35,0,'http://play.physicalliteracy.ca/node/531/forms','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/forms\n                )\n\n        )\n\n)\n</pre>',1386623861),(36,0,'http://play.physicalliteracy.ca/node/531/edit','update 531. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/edit\n                )\n\n        )\n\n)\n</pre>',1386623911),(37,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386624036),(38,0,'http://play.physicalliteracy.ca/node/531/scoresheet','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/scoresheet\n                )\n\n        )\n\n)\n</pre>',1386624042),(39,0,'http://play.physicalliteracy.ca/user/402/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/402/quiz\n                )\n\n        )\n\n)\n</pre>',1386624162),(40,0,'http://play.physicalliteracy.ca/node/531/participants/create/print','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/participants/create/print\n                )\n\n        )\n\n)\n</pre>',1386624313),(41,0,'http://play.physicalliteracy.ca/node/531/group','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/group\n                )\n\n        )\n\n)\n</pre>',1386624319),(42,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386626186),(43,0,'http://play.physicalliteracy.ca/node/531/participants/create/print','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/participants/create/print\n                )\n\n        )\n\n)\n</pre>',1386629753),(44,0,'http://play.physicalliteracy.ca/user/logout','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/logout\n                )\n\n        )\n\n)\n</pre>',1386629795),(45,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386650898),(46,596,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386650905),(47,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386662555),(48,597,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386663148),(49,598,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386668731),(50,236,'http://play.physicalliteracy.ca/users/ben-test-kid','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student archive] =&gt; 1\n    [access teacher dashboard] =&gt; 1\n    [access user profiles] =&gt; 1\n    [change own username] =&gt; 1\n    [create group_class content] =&gt; 1\n    [delete own group_class content] =&gt; 1\n    [delete own webform submissions] =&gt; 1\n    [edit own group_class content] =&gt; 1\n    [edit own webform submissions] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/600\n                )\n\n        )\n\n)\n</pre>',1386698010),(51,0,'http://play.physicalliteracy.ca/user/logout','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/logout\n                )\n\n        )\n\n)\n</pre>',1386706292),(52,0,'http://play.physicalliteracy.ca/user/407/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/407/edit\n                )\n\n        )\n\n)\n</pre>',1386706313),(53,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386706587),(54,0,'http://play.physicalliteracy.ca/user/334/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/334/quiz\n                )\n\n        )\n\n)\n</pre>',1386710368),(55,0,'http://play.physicalliteracy.ca/participant','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; participant\n                )\n\n        )\n\n)\n</pre>',1386710430),(56,0,'http://play.physicalliteracy.ca/user/604/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/604/edit\n                )\n\n        )\n\n)\n</pre>',1386710706),(57,0,'http://play.physicalliteracy.ca/user/334/scoresheet','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/334/scoresheet\n                )\n\n        )\n\n)\n</pre>',1386710832),(58,0,'http://play.physicalliteracy.ca/user/334/scoresheet/pdf/playfun','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/334/scoresheet/pdf/playfun\n                )\n\n        )\n\n)\n</pre>',1386710872),(59,0,'http://play.physicalliteracy.ca/node/522/edit','update 522. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/522/edit\n                )\n\n        )\n\n)\n</pre>',1386710892),(60,0,'http://play.physicalliteracy.ca/node/522/participants/create','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/522/participants/create\n                )\n\n        )\n\n)\n</pre>',1386710910),(61,0,'http://play.physicalliteracy.ca/users/s013c00522?class_id=522','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [class_id] =&gt; 522\n                    [q] =&gt; user/346\n                )\n\n        )\n\n)\n</pre>',1386710922),(62,0,'http://play.physicalliteracy.ca/node/522/group','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/522/group\n                )\n\n        )\n\n)\n</pre>',1386710966),(63,0,'http://play.physicalliteracy.ca/node/522/edit','update 522. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/522/edit\n                )\n\n        )\n\n)\n</pre>',1386710975),(64,0,'http://play.physicalliteracy.ca/group/node/522/admin/people','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; group/node/522/admin/people\n                )\n\n        )\n\n)\n</pre>',1386710985),(65,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386710988),(66,605,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386711008),(67,0,'http://play.physicalliteracy.ca/group/node/522/admin/people/edit-membership/722?destination=group/node/522/admin/people','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [destination] =&gt; group/node/522/admin/people\n                    [q] =&gt; group/node/522/admin/people/edit-membership/722\n                )\n\n        )\n\n)\n</pre>',1386711078),(68,0,'http://play.physicalliteracy.ca/users/s015c00522','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/370\n                )\n\n        )\n\n)\n</pre>',1386711084),(69,0,'http://play.physicalliteracy.ca/node/522/edit','update 522. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/522/edit\n                )\n\n        )\n\n)\n</pre>',1386712161),(70,0,'http://play.physicalliteracy.ca/node/522/edit','update 522. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/522/edit\n                )\n\n        )\n\n)\n</pre>',1386713467),(71,0,'http://play.physicalliteracy.ca/users/s014c00522?class_id=522','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [class_id] =&gt; 522\n                    [q] =&gt; user/347\n                )\n\n        )\n\n)\n</pre>',1386713475),(72,0,'http://play.physicalliteracy.ca/users/s014c00522','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/347\n                )\n\n        )\n\n)\n</pre>',1386713528),(73,0,'http://play.physicalliteracy.ca/user/347/archive','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/347/archive\n                )\n\n        )\n\n)\n</pre>',1386713559),(74,0,'http://play.physicalliteracy.ca/user/347/scoresheet','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/347/scoresheet\n                )\n\n        )\n\n)\n</pre>',1386713562),(75,0,'http://play.physicalliteracy.ca/node/522/edit','update 522. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/522/edit\n                )\n\n        )\n\n)\n</pre>',1386714432),(76,609,'http://play.physicalliteracy.ca/participant','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student archive] =&gt; 1\n    [access teacher dashboard] =&gt; 1\n    [access user profiles] =&gt; 1\n    [change own username] =&gt; 1\n    [create group_class content] =&gt; 1\n    [delete own group_class content] =&gt; 1\n    [delete own webform submissions] =&gt; 1\n    [edit own group_class content] =&gt; 1\n    [edit own webform submissions] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; participant\n                )\n\n        )\n\n)\n</pre>',1386731105),(77,609,'http://play.physicalliteracy.ca/participant','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student archive] =&gt; 1\n    [access teacher dashboard] =&gt; 1\n    [access user profiles] =&gt; 1\n    [change own username] =&gt; 1\n    [create group_class content] =&gt; 1\n    [delete own group_class content] =&gt; 1\n    [delete own webform submissions] =&gt; 1\n    [edit own group_class content] =&gt; 1\n    [edit own webform submissions] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; participant\n                )\n\n        )\n\n)\n</pre>',1386731884),(78,609,'http://play.physicalliteracy.ca/participant','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student archive] =&gt; 1\n    [access teacher dashboard] =&gt; 1\n    [access user profiles] =&gt; 1\n    [change own username] =&gt; 1\n    [create group_class content] =&gt; 1\n    [delete own group_class content] =&gt; 1\n    [delete own webform submissions] =&gt; 1\n    [edit own group_class content] =&gt; 1\n    [edit own webform submissions] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; participant\n                )\n\n        )\n\n)\n</pre>',1386732222),(79,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386738408),(80,0,'http://play.physicalliteracy.ca/user/611/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/611/quiz\n                )\n\n        )\n\n)\n</pre>',1386752976),(81,611,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386752995),(82,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386754662),(83,0,'http://play.physicalliteracy.ca/user/612/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/612/quiz\n                )\n\n        )\n\n)\n</pre>',1386754701),(84,612,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386754717),(85,0,'http://play.physicalliteracy.ca/user/614/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/614/quiz\n                )\n\n        )\n\n)\n</pre>',1386759416),(86,614,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386759421),(87,0,'http://play.physicalliteracy.ca/user/615/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/615/quiz\n                )\n\n        )\n\n)\n</pre>',1386760253),(88,0,'http://play.physicalliteracy.ca/user/616/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/616/quiz\n                )\n\n        )\n\n)\n</pre>',1386761381),(89,616,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386761386),(90,0,'http://play.physicalliteracy.ca/user/617/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/617/quiz\n                )\n\n        )\n\n)\n</pre>',1386764536),(91,617,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386764541),(92,0,'http://play.physicalliteracy.ca/user/618/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/618/quiz\n                )\n\n        )\n\n)\n</pre>',1386771160),(93,0,'http://play.physicalliteracy.ca/user/619/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/619/quiz\n                )\n\n        )\n\n)\n</pre>',1386771773),(94,619,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386771781),(95,0,'http://play-fr.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386775811),(96,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386779480),(97,0,'http://play.physicalliteracy.ca/user/682/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/682/quiz\n                )\n\n        )\n\n)\n</pre>',1386779486),(98,682,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386779493),(99,0,'http://play.physicalliteracy.ca/node/531/participants/create','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/531/participants/create\n                )\n\n        )\n\n)\n</pre>',1386780720),(100,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386781939),(101,0,'http://play.physicalliteracy.ca/user/686/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/686/quiz\n                )\n\n        )\n\n)\n</pre>',1386781948),(102,686,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386781955),(103,0,'http://play.physicalliteracy.ca/user/687/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/687/quiz\n                )\n\n        )\n\n)\n</pre>',1386783135),(104,687,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386783171),(105,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386783587),(106,0,'http://play.physicalliteracy.ca/user/689/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/689/quiz\n                )\n\n        )\n\n)\n</pre>',1386783603),(107,0,'http://play.physicalliteracy.ca/user/690/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/690/quiz\n                )\n\n        )\n\n)\n</pre>',1386784276),(108,690,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386784282),(109,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386785539),(110,0,'http://play.physicalliteracy.ca/user/715/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/715/quiz\n                )\n\n        )\n\n)\n</pre>',1386785543),(111,715,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386785548),(112,715,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386785818),(113,0,'http://play.physicalliteracy.ca/user/689/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/689/quiz\n                )\n\n        )\n\n)\n</pre>',1386785956),(114,689,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386785964),(115,0,'http://play.physicalliteracy.ca/user/687/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/687/quiz\n                )\n\n        )\n\n)\n</pre>',1386786002),(116,687,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386786009),(117,0,'http://play.physicalliteracy.ca/user/612/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/612/quiz\n                )\n\n        )\n\n)\n</pre>',1386786017),(118,612,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386786021),(119,0,'http://play.physicalliteracy.ca/participant','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; participant\n                )\n\n        )\n\n)\n</pre>',1386786506),(120,0,'http://play.physicalliteracy.ca/user/613/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/613/quiz\n                )\n\n        )\n\n)\n</pre>',1386791809),(121,613,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386791824),(122,0,'http://play.physicalliteracy.ca/user/611/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/611/quiz\n                )\n\n        )\n\n)\n</pre>',1386792309),(123,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386792312),(124,0,'http://play.physicalliteracy.ca/user/738/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/738/quiz\n                )\n\n        )\n\n)\n</pre>',1386793447),(125,738,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386793453),(126,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386797052),(127,739,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386797539),(128,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386797711),(129,0,'http://play.physicalliteracy.ca/user/742/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/742/quiz\n                )\n\n        )\n\n)\n</pre>',1386800976),(130,0,'http://play.physicalliteracy.ca/user/619/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/619/quiz\n                )\n\n        )\n\n)\n</pre>',1386803166),(131,619,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386803171),(132,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386804410),(133,0,'http://play.physicalliteracy.ca/user/743/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/743/quiz\n                )\n\n        )\n\n)\n</pre>',1386804414),(134,743,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386804421),(135,0,'http://play.physicalliteracy.ca/user/744/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/744/quiz\n                )\n\n        )\n\n)\n</pre>',1386808436),(136,744,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386808440),(137,0,'http://play.physicalliteracy.ca/user/745/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/745/quiz\n                )\n\n        )\n\n)\n</pre>',1386812176),(138,745,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386812186),(139,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386824522),(140,0,'http://play.physicalliteracy.ca/user/746/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/746/quiz\n                )\n\n        )\n\n)\n</pre>',1386824529),(141,746,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386824534),(142,746,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386825085),(143,0,'http://play.physicalliteracy.ca/user/747/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/747/quiz\n                )\n\n        )\n\n)\n</pre>',1386825662),(144,747,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386825673),(145,0,'http://play.physicalliteracy.ca/user/738/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/738/quiz\n                )\n\n        )\n\n)\n</pre>',1386826667),(146,738,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386826674),(147,0,'http://play.physicalliteracy.ca/user/748/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/748/quiz\n                )\n\n        )\n\n)\n</pre>',1386829467),(148,748,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386829473),(149,0,'http://play.physicalliteracy.ca/user/749/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/749/quiz\n                )\n\n        )\n\n)\n</pre>',1386835240),(150,749,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386835245),(151,0,'http://play.physicalliteracy.ca/user/750/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/750/quiz\n                )\n\n        )\n\n)\n</pre>',1386846411),(152,750,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386846420),(153,0,'http://play.physicalliteracy.ca/user/751/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/751/quiz\n                )\n\n        )\n\n)\n</pre>',1386852371),(154,752,'http://play-fr.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386858684),(155,0,'http://play.physicalliteracy.ca/user/748/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/748/quiz\n                )\n\n        )\n\n)\n</pre>',1386860763),(156,748,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386860775),(157,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386862875),(158,0,'http://play.physicalliteracy.ca/user/755/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/755/edit\n                )\n\n        )\n\n)\n</pre>',1386862924),(159,0,'http://play.physicalliteracy.ca/user/749/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/749/quiz\n                )\n\n        )\n\n)\n</pre>',1386866939),(160,749,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386866944),(161,0,'http://play.physicalliteracy.ca/participant','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; participant\n                )\n\n        )\n\n)\n</pre>',1386870090),(162,0,'http://play.physicalliteracy.ca/node/553/participants/create','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/553/participants/create\n                )\n\n        )\n\n)\n</pre>',1386876862),(163,0,'http://play.physicalliteracy.ca/user/759/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/759/edit\n                )\n\n        )\n\n)\n</pre>',1386877037),(164,0,'http://play.physicalliteracy.ca/user/759/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/759/quiz\n                )\n\n        )\n\n)\n</pre>',1386877045),(165,0,'http://play.physicalliteracy.ca/users/erinlambros','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/759\n                )\n\n        )\n\n)\n</pre>',1386877049),(166,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386877068),(167,0,'http://play.physicalliteracy.ca/users/s001c00553?class_id=553','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [class_id] =&gt; 553\n                    [q] =&gt; user/760\n                )\n\n        )\n\n)\n</pre>',1386877170),(168,0,'http://play.physicalliteracy.ca/user/760/archive','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/760/archive\n                )\n\n        )\n\n)\n</pre>',1386877208),(169,0,'http://play.physicalliteracy.ca/user/760/scoresheet/pdf/playself','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/760/scoresheet/pdf/playself\n                )\n\n        )\n\n)\n</pre>',1386877209),(170,0,'http://play.physicalliteracy.ca/user/760/scoresheet','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/760/scoresheet\n                )\n\n        )\n\n)\n</pre>',1386877210),(171,0,'http://play.physicalliteracy.ca/user/746/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/746/quiz\n                )\n\n        )\n\n)\n</pre>',1386877213),(172,0,'http://play.physicalliteracy.ca/node/553/participants/create/print','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/553/participants/create/print\n                )\n\n        )\n\n)\n</pre>',1386877231),(173,0,'http://play.physicalliteracy.ca/users/s001c00553','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/760\n                )\n\n        )\n\n)\n</pre>',1386877304),(174,0,'http://play.physicalliteracy.ca/user/761/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/761/edit\n                )\n\n        )\n\n)\n</pre>',1386877305),(175,0,'http://play.physicalliteracy.ca/node/553/group','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/553/group\n                )\n\n        )\n\n)\n</pre>',1386877514),(176,0,'http://play.physicalliteracy.ca/node/553/participants/export','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/553/participants/export\n                )\n\n        )\n\n)\n</pre>',1386877529),(177,0,'http://play.physicalliteracy.ca/node/553/edit','update 553. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/553/edit\n                )\n\n        )\n\n)\n</pre>',1386877542),(178,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386877589),(179,0,'http://play.physicalliteracy.ca/group/node/553/admin/people','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; group/node/553/admin/people\n                )\n\n        )\n\n)\n</pre>',1386877590),(180,0,'http://play.physicalliteracy.ca/node/553/edit','update 553. Modules denying og.<br/>','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/553/edit\n                )\n\n        )\n\n)\n</pre>',1386877604),(181,0,'http://play.physicalliteracy.ca/node/553/group','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/553/group\n                )\n\n        )\n\n)\n</pre>',1386877619),(182,0,'http://play.physicalliteracy.ca/group/node/553/admin/people','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; group/node/553/admin/people\n                )\n\n        )\n\n)\n</pre>',1386877659),(183,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386878774),(184,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386879274),(185,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386880471),(186,0,'http://play.physicalliteracy.ca/user/774/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/774/quiz\n                )\n\n        )\n\n)\n</pre>',1386880475),(187,774,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386880496),(188,0,'http://play.physicalliteracy.ca/user/775/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/775/quiz\n                )\n\n        )\n\n)\n</pre>',1386880951),(189,0,'http://play.physicalliteracy.ca/user/776/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/776/edit\n                )\n\n        )\n\n)\n</pre>',1386881231),(190,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386882037),(191,0,'http://play.physicalliteracy.ca/user/778/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/778/edit\n                )\n\n        )\n\n)\n</pre>',1386882053),(192,0,'http://play.physicalliteracy.ca/user/745/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/745/quiz\n                )\n\n        )\n\n)\n</pre>',1386889251),(193,745,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386889259),(194,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386889854),(195,0,'http://play.physicalliteracy.ca/user/779/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/779/quiz\n                )\n\n        )\n\n)\n</pre>',1386889877),(196,779,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386889910),(197,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386893590),(198,0,'http://play.physicalliteracy.ca/user/784/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/784/quiz\n                )\n\n        )\n\n)\n</pre>',1386893597),(199,784,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386893606),(200,784,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386893865),(201,0,'http://play.physicalliteracy.ca/user/746/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/746/quiz\n                )\n\n        )\n\n)\n</pre>',1386896967),(202,0,'http://play.physicalliteracy.ca/user/785/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/785/quiz\n                )\n\n        )\n\n)\n</pre>',1386901809),(203,0,'http://play.physicalliteracy.ca/user/786/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/786/quiz\n                )\n\n        )\n\n)\n</pre>',1386904829),(204,786,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386904851),(205,0,'http://play.physicalliteracy.ca/user/774/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/774/quiz\n                )\n\n        )\n\n)\n</pre>',1386912683),(206,774,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386912695),(207,0,'http://play.physicalliteracy.ca/user/779/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/779/quiz\n                )\n\n        )\n\n)\n</pre>',1386921101),(208,779,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386921108),(209,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386928516),(210,0,'http://play.physicalliteracy.ca/user/787/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/787/quiz\n                )\n\n        )\n\n)\n</pre>',1386928527),(211,787,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386928556),(212,0,'http://play.physicalliteracy.ca/user/786/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/786/quiz\n                )\n\n        )\n\n)\n</pre>',1386936565),(213,786,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386936578),(214,0,'http://play.physicalliteracy.ca/user/788/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/788/quiz\n                )\n\n        )\n\n)\n</pre>',1386942562),(215,788,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386942569),(216,0,'http://play.physicalliteracy.ca/user/789/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/789/quiz\n                )\n\n        )\n\n)\n</pre>',1386945990),(217,789,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386945998),(218,0,'http://play.physicalliteracy.ca/user/790/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/790/quiz\n                )\n\n        )\n\n)\n</pre>',1386948467),(219,790,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386948473),(220,0,'http://play.physicalliteracy.ca/user/791/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/791/quiz\n                )\n\n        )\n\n)\n</pre>',1386951475),(221,791,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386951482),(222,0,'http://play.physicalliteracy.ca/user/792/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/792/quiz\n                )\n\n        )\n\n)\n</pre>',1386954124),(223,792,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386954129),(224,0,'http://play.physicalliteracy.ca/user/793/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/793/quiz\n                )\n\n        )\n\n)\n</pre>',1386954662),(225,793,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386954667),(226,790,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386960150),(227,0,'http://play.physicalliteracy.ca/participant','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; participant\n                )\n\n        )\n\n)\n</pre>',1386960911),(228,0,'http://play.physicalliteracy.ca/user/0','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/0\n                )\n\n        )\n\n)\n</pre>',1386960918),(229,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386964509),(230,0,'http://play.physicalliteracy.ca/user/795/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/795/edit\n                )\n\n        )\n\n)\n</pre>',1386964520),(231,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386965618),(232,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386967146),(233,0,'http://play.physicalliteracy.ca/user/752/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/752/quiz\n                )\n\n        )\n\n)\n</pre>',1386967155),(234,0,'http://play.physicalliteracy.ca/user/752/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/752/edit\n                )\n\n        )\n\n)\n</pre>',1386967160),(235,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386967161),(236,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1386968342),(237,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386968567),(238,0,'http://play.physicalliteracy.ca/user/841/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/841/quiz\n                )\n\n        )\n\n)\n</pre>',1386968570),(239,841,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386968632),(240,0,'http://play.physicalliteracy.ca/user/746/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/746/quiz\n                )\n\n        )\n\n)\n</pre>',1386969320),(241,771,'http://play.physicalliteracy.ca/node/370/webform-results','','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student archive] =&gt; 1\n    [access teacher dashboard] =&gt; 1\n    [access user profiles] =&gt; 1\n    [change own username] =&gt; 1\n    [create group_class content] =&gt; 1\n    [delete own group_class content] =&gt; 1\n    [delete own webform submissions] =&gt; 1\n    [edit own group_class content] =&gt; 1\n    [edit own webform submissions] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/370/webform-results\n                )\n\n        )\n\n)\n</pre>',1386971326),(242,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386976314),(243,0,'http://play.physicalliteracy.ca/user/881/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/881/quiz\n                )\n\n        )\n\n)\n</pre>',1386976324),(244,881,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386976330),(245,881,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386976510),(246,0,'http://play.physicalliteracy.ca/user/792/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/792/quiz\n                )\n\n        )\n\n)\n</pre>',1386979323),(247,792,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386979330),(248,0,'http://play.physicalliteracy.ca/user/791/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/791/quiz\n                )\n\n        )\n\n)\n</pre>',1386982640),(249,791,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386982646),(250,0,'http://play.physicalliteracy.ca/user/882/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/882/quiz\n                )\n\n        )\n\n)\n</pre>',1386984070),(251,882,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386984075),(252,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386991983),(253,883,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386991989),(254,0,'http://play.physicalliteracy.ca/user/884/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/884/quiz\n                )\n\n        )\n\n)\n</pre>',1386992520),(255,884,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386992525),(256,0,'http://www.play.physicalliteracy.ca/user/register%22','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/register&quot;\n                )\n\n        )\n\n)\n</pre>',1386992844),(257,0,'http://play.physicalliteracy.ca/user/885/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/885/quiz\n                )\n\n        )\n\n)\n</pre>',1386992851),(258,885,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386992858),(259,0,'http://play.physicalliteracy.ca/user/886/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/886/quiz\n                )\n\n        )\n\n)\n</pre>',1386996550),(260,886,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1386996559),(261,0,'http://play.physicalliteracy.ca/user/841/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/841/quiz\n                )\n\n        )\n\n)\n</pre>',1387000200),(262,841,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387000213),(263,0,'http://play.physicalliteracy.ca/user/687/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/687/quiz\n                )\n\n        )\n\n)\n</pre>',1387009796),(264,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387013246),(265,0,'http://play.physicalliteracy.ca/user/887/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/887/quiz\n                )\n\n        )\n\n)\n</pre>',1387013253),(266,887,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387013259),(267,887,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387013938),(268,0,'http://play.physicalliteracy.ca/user/888/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/888/quiz\n                )\n\n        )\n\n)\n</pre>',1387017991),(269,888,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387017997),(270,0,'http://play.physicalliteracy.ca/user/889/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/889/quiz\n                )\n\n        )\n\n)\n</pre>',1387033459),(271,889,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387033551),(272,889,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387035324),(273,0,'http://play.physicalliteracy.ca/user/890/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/890/quiz\n                )\n\n        )\n\n)\n</pre>',1387037999),(274,890,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387038499),(275,0,'http://play.physicalliteracy.ca/user/790/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/790/quiz\n                )\n\n        )\n\n)\n</pre>',1387046075),(276,0,'http://play.physicalliteracy.ca/user/891/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/891/quiz\n                )\n\n        )\n\n)\n</pre>',1387046858),(277,891,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387046863),(278,0,'http://play.physicalliteracy.ca/user/892/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/892/quiz\n                )\n\n        )\n\n)\n</pre>',1387053649),(279,892,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387053748),(280,0,'http://play.physicalliteracy.ca/user/787/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/787/quiz\n                )\n\n        )\n\n)\n</pre>',1387062902),(281,787,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387062934),(282,0,'http://play.physicalliteracy.ca/user/893/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/893/quiz\n                )\n\n        )\n\n)\n</pre>',1387064232),(283,893,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387064237),(284,0,'http://play.physicalliteracy.ca/user/894/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/894/quiz\n                )\n\n        )\n\n)\n</pre>',1387070266),(285,894,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387070272),(286,0,'http://play.physicalliteracy.ca/user/895/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/895/quiz\n                )\n\n        )\n\n)\n</pre>',1387070581),(287,895,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387070587),(288,0,'http://play.physicalliteracy.ca/user/896/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/896/quiz\n                )\n\n        )\n\n)\n</pre>',1387072725),(289,896,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387072731),(290,0,'http://play.physicalliteracy.ca/user/897/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/897/quiz\n                )\n\n        )\n\n)\n</pre>',1387075909),(291,897,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387075913),(292,0,'http://play.physicalliteracy.ca/user/898/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/898/quiz\n                )\n\n        )\n\n)\n</pre>',1387081233),(293,0,'http://play.physicalliteracy.ca/user/751/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/751/quiz\n                )\n\n        )\n\n)\n</pre>',1387087470),(294,751,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387087477),(295,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387091757),(296,0,'http://play.physicalliteracy.ca/user/899/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/899/quiz\n                )\n\n        )\n\n)\n</pre>',1387091764),(297,899,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387091771),(298,899,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387092035),(299,0,'http://play.physicalliteracy.ca/user/900/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/900/quiz\n                )\n\n        )\n\n)\n</pre>',1387105421),(300,900,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387105427),(301,900,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387105509),(302,0,'http://play-fr.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387108185),(303,0,'http://play.physicalliteracy.ca/user/901/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/901/quiz\n                )\n\n        )\n\n)\n</pre>',1387109258),(304,901,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387109265),(305,0,'http://play.physicalliteracy.ca/user/902/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/902/quiz\n                )\n\n        )\n\n)\n</pre>',1387119048),(306,902,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387119055),(307,902,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387119275),(308,0,'http://play.physicalliteracy.ca/user/903/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/903/quiz\n                )\n\n        )\n\n)\n</pre>',1387127014),(309,903,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387127019),(310,0,'http://play.physicalliteracy.ca/user/904/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/904/quiz\n                )\n\n        )\n\n)\n</pre>',1387129033),(311,904,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387129075),(312,903,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387134951),(313,0,'http://play.physicalliteracy.ca/user/905/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/905/quiz\n                )\n\n        )\n\n)\n</pre>',1387137953),(314,905,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387137968),(315,0,'http://play.physicalliteracy.ca/user/906/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/906/quiz\n                )\n\n        )\n\n)\n</pre>',1387138830),(316,906,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387138837),(317,901,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387140591),(318,0,'http://play.physicalliteracy.ca/user/907/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/907/quiz\n                )\n\n        )\n\n)\n</pre>',1387142723),(319,907,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387142728),(320,0,'http://play.physicalliteracy.ca/user/908/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/908/quiz\n                )\n\n        )\n\n)\n</pre>',1387144358),(321,908,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387144365),(322,0,'http://play.physicalliteracy.ca/user/909/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/909/quiz\n                )\n\n        )\n\n)\n</pre>',1387144538),(323,909,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387144542),(324,909,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387145716),(325,0,'http://play.physicalliteracy.ca/user/910/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/910/quiz\n                )\n\n        )\n\n)\n</pre>',1387147438),(326,910,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387147447),(327,0,'http://play.physicalliteracy.ca/user/911/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/911/quiz\n                )\n\n        )\n\n)\n</pre>',1387149076),(328,911,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387149079),(329,911,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387150033),(330,0,'http://play.physicalliteracy.ca/user/912/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/912/quiz\n                )\n\n        )\n\n)\n</pre>',1387150921),(331,912,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387150929),(332,912,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387152031),(333,0,'http://play.physicalliteracy.ca/user/913/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/913/quiz\n                )\n\n        )\n\n)\n</pre>',1387159428),(334,913,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387159883),(335,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1387161782),(336,0,'http://play.physicalliteracy.ca/user/914/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/914/edit\n                )\n\n        )\n\n)\n</pre>',1387162554),(337,0,'http://play.physicalliteracy.ca/user/906/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/906/quiz\n                )\n\n        )\n\n)\n</pre>',1387170084),(338,906,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387170089),(339,0,'http://play.physicalliteracy.ca/user/907/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/907/quiz\n                )\n\n        )\n\n)\n</pre>',1387174253),(340,907,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387174261),(341,0,'http://play.physicalliteracy.ca/user/908/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/908/quiz\n                )\n\n        )\n\n)\n</pre>',1387176036),(342,908,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387176042),(343,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387181424),(344,0,'http://play.physicalliteracy.ca/user/915/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/915/quiz\n                )\n\n        )\n\n)\n</pre>',1387182980),(345,915,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387182984),(346,0,'http://play.physicalliteracy.ca/user/916/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/916/quiz\n                )\n\n        )\n\n)\n</pre>',1387188063),(347,916,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387188083),(348,0,'http://play.physicalliteracy.ca/user/917/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/917/quiz\n                )\n\n        )\n\n)\n</pre>',1387194949),(349,917,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387194953),(350,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387197621),(351,0,'http://play.physicalliteracy.ca/user/918/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/918/quiz\n                )\n\n        )\n\n)\n</pre>',1387202385),(352,918,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387202390),(353,0,'http://play.physicalliteracy.ca/user/919/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/919/quiz\n                )\n\n        )\n\n)\n</pre>',1387202897),(354,919,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387202900),(355,919,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387203177),(356,0,'http://play.physicalliteracy.ca/user/920/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/920/quiz\n                )\n\n        )\n\n)\n</pre>',1387204505),(357,920,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387204512),(358,0,'http://play.physicalliteracy.ca/user/921/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/921/quiz\n                )\n\n        )\n\n)\n</pre>',1387209502),(359,921,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387209508),(360,0,'http://play.physicalliteracy.ca/user/922/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/922/quiz\n                )\n\n        )\n\n)\n</pre>',1387212136),(361,922,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387212140),(362,0,'http://play.physicalliteracy.ca/user/923/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/923/quiz\n                )\n\n        )\n\n)\n</pre>',1387216082),(363,923,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387217886),(364,0,'http://play.physicalliteracy.ca/user/924/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/924/quiz\n                )\n\n        )\n\n)\n</pre>',1387217968),(365,924,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387217977),(366,0,'http://www.play.physicalliteracy.ca/user/register%22','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/register&quot;\n                )\n\n        )\n\n)\n</pre>',1387218687),(367,0,'http://play.physicalliteracy.ca/user/925/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/925/quiz\n                )\n\n        )\n\n)\n</pre>',1387218707),(368,925,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387218715),(369,916,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387221489),(370,0,'http://play.physicalliteracy.ca/user/926/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/926/quiz\n                )\n\n        )\n\n)\n</pre>',1387222044),(371,926,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387222049),(372,925,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387222363),(373,922,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387223164),(374,927,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387225696),(375,0,'http://play.physicalliteracy.ca/user/928/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/928/quiz\n                )\n\n        )\n\n)\n</pre>',1387227990),(376,928,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387227998),(377,917,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387228356),(378,0,'http://play.physicalliteracy.ca/user/406/edit?pass-reset-token=rT_aeV6TSCKhWaK4JU2CToirc3sndeZbLjrZ7Y4czYQ','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [pass-reset-token] =&gt; rT_aeV6TSCKhWaK4JU2CToirc3sndeZbLjrZ7Y4czYQ\n                    [q] =&gt; user/406/edit\n                )\n\n        )\n\n)\n</pre>',1387228692),(379,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387228721),(380,0,'http://play.physicalliteracy.ca/user/929/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/929/quiz\n                )\n\n        )\n\n)\n</pre>',1387228983),(381,929,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387228993),(382,0,'http://play.physicalliteracy.ca/user/930/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/930/quiz\n                )\n\n        )\n\n)\n</pre>',1387229017),(383,930,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387229024),(384,0,'http://play.physicalliteracy.ca/user/917/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/917/quiz\n                )\n\n        )\n\n)\n</pre>',1387229025),(385,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387229026),(386,930,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387229360),(387,0,'http://play.physicalliteracy.ca/user/931/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/931/quiz\n                )\n\n        )\n\n)\n</pre>',1387233053),(388,0,'http://play.physicalliteracy.ca/user/932/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/932/quiz\n                )\n\n        )\n\n)\n</pre>',1387239336),(389,932,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387239342),(390,932,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387239598),(391,0,'http://play.physicalliteracy.ca/user/933/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/933/quiz\n                )\n\n        )\n\n)\n</pre>',1387248560),(392,933,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387248586),(393,0,'http://play.physicalliteracy.ca/user/934/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/934/quiz\n                )\n\n        )\n\n)\n</pre>',1387248726),(394,934,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387249011),(395,0,'http://www.play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387257605),(396,0,'http://play.physicalliteracy.ca/user/935/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/935/quiz\n                )\n\n        )\n\n)\n</pre>',1387257611),(397,0,'http://play.physicalliteracy.ca/user/936/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/936/quiz\n                )\n\n        )\n\n)\n</pre>',1387261275),(398,935,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387264830),(399,0,'http://play.physicalliteracy.ca/user/937/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/937/quiz\n                )\n\n        )\n\n)\n</pre>',1387265379),(400,0,'http://play.physicalliteracy.ca/user/918/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/918/quiz\n                )\n\n        )\n\n)\n</pre>',1387267314),(401,918,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387267323),(402,0,'http://play.physicalliteracy.ca/user/774/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/774/quiz\n                )\n\n        )\n\n)\n</pre>',1387267869),(403,0,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387267875),(404,938,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387267888),(405,0,'http://play.physicalliteracy.ca/user/841/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/841/quiz\n                )\n\n        )\n\n)\n</pre>',1387269565),(406,939,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387269583),(407,937,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387272562),(408,0,'http://play.physicalliteracy.ca/user/940/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/940/quiz\n                )\n\n        )\n\n)\n</pre>',1387274244),(409,0,'http://play.physicalliteracy.ca/user/941/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/941/quiz\n                )\n\n        )\n\n)\n</pre>',1387276948),(410,941,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387276955),(411,0,'http://play.physicalliteracy.ca/user/942/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/942/quiz\n                )\n\n        )\n\n)\n</pre>',1387279777),(412,942,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387279789),(413,0,'http://play.physicalliteracy.ca/user/933/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/933/quiz\n                )\n\n        )\n\n)\n</pre>',1387280273),(414,933,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387280407),(415,0,'http://play.physicalliteracy.ca/user/929/quiz','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/929/quiz\n                )\n\n        )\n\n)\n</pre>',1387287755),(416,929,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387287765),(417,0,'http://play.physicalliteracy.ca/leader','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; leader\n                )\n\n        )\n\n)\n</pre>',1387289940),(418,0,'http://play.physicalliteracy.ca/user/943/edit','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; user/943/edit\n                )\n\n        )\n\n)\n</pre>',1387290048),(419,936,'http://play.physicalliteracy.ca/?q=node/add','There are not explicit access denied for this user','<pre>Array\n(\n    [access comments] =&gt; 1\n    [access content] =&gt; 1\n    [post comments] =&gt; 1\n    [skip comment approval] =&gt; 1\n    [use text format filtered_html] =&gt; 1\n    [use text format wysiwyg] =&gt; 1\n    [view error messages] =&gt; 1\n    [view media] =&gt; 1\n    [view status messages] =&gt; 1\n    [view warning messages] =&gt; 1\n    [access own webform results] =&gt; 1\n    [access own webform submissions] =&gt; 1\n    [access student dashboard] =&gt; 1\n    [change own username] =&gt; 1\n)\n</pre>','<pre>Array\n(\n)\n</pre>','<pre>Array\n(\n    [ 2: drupal_deliver_page()] =&gt; Array\n        (\n            [file] =&gt; includes/common.inc:2563\n            [args] =&gt; Array\n                (\n                    [0] =&gt; 3\n                    [1] =&gt; \n                )\n\n        )\n\n    [ 1: menu_execute_active_handler()] =&gt; Array\n        (\n            [file] =&gt; includes/menu.inc:532\n            [args] =&gt; Array\n                (\n                )\n\n        )\n\n    [ 0: main()] =&gt; Array\n        (\n            [file] =&gt; index.php:21\n            [args] =&gt; Array\n                (\n                    [q] =&gt; node/add\n                )\n\n        )\n\n)\n</pre>',1387298609);
/*!40000 ALTER TABLE `adb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `authmap`
--

DROP TABLE IF EXISTS `authmap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `authmap` (
  `aid` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique authmap ID.',
  `uid` int(11) NOT NULL DEFAULT '0' COMMENT 'User’s users.uid.',
  `authname` varchar(128) NOT NULL DEFAULT '' COMMENT 'Unique authentication name.',
  `module` varchar(128) NOT NULL DEFAULT '' COMMENT 'Module which is controlling the authentication.',
  PRIMARY KEY (`aid`),
  UNIQUE KEY `authname` (`authname`),
  KEY `uid_module` (`uid`,`module`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores distributed authentication mapping.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `authmap`
--

LOCK TABLES `authmap` WRITE;
/*!40000 ALTER TABLE `authmap` DISABLE KEYS */;
/*!40000 ALTER TABLE `authmap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `autoassignrole_page`
--

DROP TABLE IF EXISTS `autoassignrole_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `autoassignrole_page` (
  `rid_page_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'The unique identifier for this role page',
  `rids` text NOT NULL,
  `path` text NOT NULL COMMENT 'The path for this page',
  `menu` varchar(255) NOT NULL COMMENT 'The default parent menu for this menu item',
  `title` text NOT NULL COMMENT 'The description for this page',
  `display` int(11) NOT NULL COMMENT 'The display type for this page',
  PRIMARY KEY (`rid_page_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores autoassignrole page information';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `autoassignrole_page`
--

LOCK TABLES `autoassignrole_page` WRITE;
/*!40000 ALTER TABLE `autoassignrole_page` DISABLE KEYS */;
/*!40000 ALTER TABLE `autoassignrole_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `batch`
--

DROP TABLE IF EXISTS `batch`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `batch` (
  `bid` int(10) unsigned NOT NULL COMMENT 'Primary Key: Unique batch ID.',
  `token` varchar(64) NOT NULL COMMENT 'A string token generated against the current user’s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.',
  `timestamp` int(11) NOT NULL COMMENT 'A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.',
  `batch` longblob COMMENT 'A serialized array containing the processing data for the batch.',
  PRIMARY KEY (`bid`),
  KEY `token` (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores details about batches (processes that run in...';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `batch`
--

LOCK TABLES `batch` WRITE;
/*!40000 ALTER TABLE `batch` DISABLE KEYS */;
INSERT INTO `batch` VALUES (124370,'yzz3pcj0e5ecRUUM1gpy18Um4-COaQFWLRoJfyFE0cc',1646155459,_binary 'a:14:{s:4:\"sets\";a:1:{i:0;a:15:{s:7:\"sandbox\";a:0:{}s:7:\"results\";a:1:{s:8:\"projects\";a:1:{s:7:\"wysiwyg\";s:60:\"https://ftp.drupal.org/files/projects/wysiwyg-7.x-2.9.tar.gz\";}}s:7:\"success\";b:1;s:5:\"start\";d:1646155460.9765269756317138671875;s:7:\"elapsed\";i:0;s:5:\"title\";s:19:\"Downloading updates\";s:12:\"init_message\";s:49:\"Preparing to download selected updates<br/>&nbsp;\";s:8:\"finished\";s:38:\"update_manager_download_batch_finished\";s:4:\"file\";s:33:\"modules/update/update.manager.inc\";s:16:\"progress_message\";s:29:\"Completed @current of @total.\";s:13:\"error_message\";s:22:\"An error has occurred.\";s:3:\"css\";a:0:{}s:5:\"total\";i:1;s:5:\"count\";i:0;s:5:\"queue\";a:2:{s:4:\"name\";s:21:\"drupal_batch:124370:0\";s:5:\"class\";s:10:\"BatchQueue\";}}}s:16:\"has_form_submits\";b:0;s:10:\"form_state\";a:3:{s:10:\"programmed\";b:0;s:7:\"rebuild\";b:0;s:8:\"redirect\";N;}s:11:\"progressive\";b:1;s:11:\"current_set\";i:0;s:3:\"url\";s:5:\"batch\";s:11:\"url_options\";a:1:{s:5:\"query\";a:2:{s:2:\"id\";s:6:\"124370\";s:2:\"op\";s:7:\"do_nojs\";}}s:10:\"source_url\";s:28:\"admin/reports/updates/update\";s:8:\"redirect\";N;s:5:\"theme\";s:5:\"seven\";s:17:\"redirect_callback\";s:11:\"drupal_goto\";s:2:\"id\";s:6:\"124370\";s:13:\"error_message\";s:112:\"Please continue to <a href=\"https://play.physicalliteracy.ca/batch?id=124370&amp;op=finished\">the error page</a>\";s:7:\"running\";b:1;}');
/*!40000 ALTER TABLE `batch` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `block`
--

DROP TABLE IF EXISTS `block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `block` (
  `bid` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique block ID.',
  `module` varchar(64) NOT NULL DEFAULT '' COMMENT 'The module from which the block originates; for example, ’user’ for the Who’s Online block, and ’block’ for any custom blocks.',
  `delta` varchar(32) NOT NULL DEFAULT '0' COMMENT 'Unique ID for block within a module.',
  `theme` varchar(64) NOT NULL DEFAULT '' COMMENT 'The theme under which the block settings apply.',
  `status` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Block enabled status. (1 = enabled, 0 = disabled)',
  `weight` int(11) NOT NULL DEFAULT '0' COMMENT 'Block weight within region.',
  `region` varchar(64) NOT NULL DEFAULT '' COMMENT 'Theme region within which the block is set.',
  `custom` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Flag to indicate how users may control visibility of the block. (0 = Users cannot control, 1 = On by default, but can be hidden, 2 = Hidden by default, but can be shown)',
  `visibility` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Flag to indicate how to show blocks on pages. (0 = Show on all pages except listed pages, 1 = Show only on listed pages, 2 = Use custom PHP code to determine visibility)',
  `pages` text NOT NULL COMMENT 'Contents of the "Pages" block; contains either a list of paths on which to include/exclude the block or PHP code, depending on "visibility" setting.',
  `title` varchar(255) NOT NULL DEFAULT '' COMMENT 'Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)',
  `cache` tinyint(4) NOT NULL DEFAULT '1' COMMENT 'Binary flag to indicate block cache mode. (-2: Custom cache, -1: Do not cache, 1: Cache per role, 2: Cache per user, 4: Cache per page, 8: Block cache global) See DRUPAL_CACHE_* constants in ../includes/common.inc for more detailed information.',
  `css_class` varchar(255) NOT NULL DEFAULT '' COMMENT 'String containing the classes for the block.',
  `i18n_mode` int(11) NOT NULL DEFAULT '0' COMMENT 'Block multilingual mode.',
  PRIMARY KEY (`bid`),
  UNIQUE KEY `tmd` (`theme`,`module`,`delta`),
  KEY `list` (`theme`,`status`,`region`,`weight`,`module`)
) ENGINE=InnoDB AUTO_INCREMENT=278 DEFAULT CHARSET=utf8 COMMENT='Stores block settings, such as region and visibility...';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `block`
--

LOCK TABLES `block` WRITE;
/*!40000 ALTER TABLE `block` DISABLE KEYS */;
INSERT INTO `block` VALUES (1,'system','main','bartik',1,0,'content',0,0,'','',-1,'',0),(2,'search','form','bartik',1,-1,'sidebar_first',0,0,'','',-1,'',0),(3,'node','recent','seven',1,1,'dashboard_main',0,0,'','',-1,'',0),(4,'user','login','bartik',1,0,'sidebar_first',0,1,'<front>','<none>',-1,'',1),(5,'system','navigation','bartik',1,0,'sidebar_first',0,0,'<front>','',-1,'',0),(6,'system','powered-by','bartik',0,10,'-1',0,0,'','',-1,'',0),(7,'system','help','bartik',0,0,'-1',0,0,'','',-1,'',0),(8,'system','main','seven',1,0,'content',0,0,'','',-1,'',0),(9,'system','help','seven',1,0,'help',0,0,'','',-1,'',0),(10,'user','login','seven',1,10,'content',0,1,'<front>','<none>',-1,'',1),(11,'user','new','seven',1,1,'dashboard_sidebar',0,0,'','',-1,'',0),(12,'search','form','seven',1,2,'dashboard_sidebar',0,0,'','',-1,'',0),(13,'comment','recent','bartik',0,0,'-1',0,0,'','',1,'',0),(14,'node','syndicate','bartik',0,0,'-1',0,0,'','',-1,'',0),(15,'node','recent','bartik',0,0,'-1',0,0,'','',1,'',0),(16,'shortcut','shortcuts','bartik',0,0,'-1',0,0,'','',-1,'',0),(17,'system','management','bartik',0,0,'-1',0,0,'','',-1,'',0),(18,'system','user-menu','bartik',0,0,'-1',0,0,'','',-1,'',0),(19,'system','main-menu','bartik',0,0,'-1',0,0,'','',-1,'',0),(20,'user','new','bartik',0,0,'-1',0,0,'','',1,'',0),(21,'user','online','bartik',0,0,'-1',0,0,'','',-1,'',0),(22,'comment','recent','seven',1,0,'dashboard_inactive',0,0,'','',1,'',0),(23,'node','syndicate','seven',0,0,'-1',0,0,'','',-1,'',0),(24,'shortcut','shortcuts','seven',0,0,'-1',0,0,'','',-1,'',0),(25,'system','powered-by','seven',0,10,'-1',0,0,'','',-1,'',0),(26,'system','navigation','seven',0,0,'-1',0,0,'<front>','',-1,'',0),(27,'system','management','seven',0,0,'-1',0,0,'','',-1,'',0),(28,'system','user-menu','seven',0,0,'-1',0,0,'','',-1,'',0),(29,'system','main-menu','seven',0,0,'-1',0,0,'','',-1,'',0),(30,'user','online','seven',1,0,'dashboard_inactive',0,0,'','',-1,'',0),(31,'menu','devel','bartik',0,0,'-1',0,0,'','',-1,'',0),(32,'devel','execute_php','bartik',0,0,'-1',0,0,'','',-1,'',0),(33,'devel','switch_user','bartik',0,0,'-1',0,0,'','',-1,'',0),(34,'menu','devel','seven',0,0,'-1',0,0,'','',-1,'',0),(35,'devel','execute_php','seven',0,0,'-1',0,0,'','',-1,'',0),(36,'devel','switch_user','seven',0,0,'-1',0,0,'','',-1,'',0),(37,'views','og_members-block_1','bartik',1,0,'sidebar_first',0,0,'','',-1,'',0),(38,'views','og_members-block_1','seven',0,0,'-1',0,0,'','',-1,'',0),(39,'comment','recent','passport',0,0,'-1',0,0,'','',1,'',0),(40,'devel','execute_php','passport',0,0,'-1',0,0,'','',-1,'',0),(41,'devel','switch_user','passport',0,0,'-1',0,0,'','',-1,'',0),(42,'menu','devel','passport',0,0,'-1',0,0,'','',-1,'',0),(43,'node','recent','passport',0,0,'-1',0,0,'','',1,'',0),(44,'node','syndicate','passport',0,0,'-1',0,0,'','',-1,'',0),(45,'search','form','passport',0,-1,'',0,0,'','',-1,'',0),(46,'shortcut','shortcuts','passport',0,0,'-1',0,0,'','',-1,'',0),(47,'system','help','passport',0,0,'-1',0,0,'','',-1,'',0),(48,'system','main','passport',1,-21,'content',0,0,'','',-1,'',0),(49,'system','main-menu','passport',0,-6,'-1',0,0,'','',-1,'',0),(50,'system','management','passport',0,0,'-1',0,0,'','',-1,'',0),(51,'system','navigation','passport',0,-6,'-1',0,0,'<front>','',-1,'',0),(52,'system','powered-by','passport',0,-9,'-1',0,0,'','',-1,'',0),(53,'system','user-menu','passport',0,0,'-1',0,0,'','',-1,'',0),(54,'user','login','passport',1,-18,'content',0,1,'<front>','<none>',-1,'',1),(55,'user','new','passport',0,0,'-1',0,0,'','',1,'',0),(56,'user','online','passport',0,0,'-1',0,0,'','',-1,'',0),(57,'views','og_members-block_1','passport',0,-7,'-1',0,0,'','',-1,'',0),(59,'block','1','passport',1,0,'bottom',0,0,'','<none>',-1,'block-copyright-info',1),(60,'block','2','passport',1,0,'bottom',0,0,'','<none>',-1,'',1),(61,'block','3','passport',1,0,'bottom',0,0,'','<none>',-1,'',1),(62,'devel_node_access','dna_node','passport',1,0,'footer',0,0,'','',-1,'',0),(63,'devel_node_access','dna_user','passport',0,0,'-1',0,0,'','',-1,'',0),(64,'logintoboggan','logintoboggan_logged_in','passport',0,0,'-1',0,0,'','',-1,'',0),(65,'menu','menu-student-dashboard','passport',0,0,'-1',0,2,'<?php\r\nglobal $user;\r\n$roles = array_values($user->roles);\r\n$is_student = in_array(\'student\', $roles);\r\n$is_admin = in_array(\'administrator\', $roles);\r\nreturn( $is_student  ||  ($is_admin  &&  strpos(request_path(), \'student\') === 0) );\r\n?>','',-1,'',0),(66,'menu','menu-teacher-dashboard','passport',0,0,'-1',0,2,'<?php\r\nglobal $user;\r\n$roles = array_values($user->roles);\r\n$is_teacher = in_array(\'teacher\', $roles);\r\n$is_admin = in_array(\'administrator\', $roles);\r\nreturn( $is_teacher  ||  ($is_admin  &&  strpos(request_path(), \'teacher\') === 0) );\r\n?>','',-1,'',0),(67,'menu_block','2','passport',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_mainmenu_header();\r\n?>','<none>',-1,'',0),(68,'masquerade','masquerade','passport',1,-20,'content',0,1,'user','',-1,'',0),(69,'locale','language','passport',1,0,'header',0,0,'','<none>',-1,'',0),(70,'block','4','passport',1,-17,'content',0,1,'<front>','Getting Started',-1,'bottom-block',1),(71,'block','5','passport',1,-16,'content',0,1,'<front>','PLAY Tools',-1,'bottom-block',1),(72,'block','6','passport',1,-15,'content',0,1,'<front>','How the Site Works',-1,'bottom-block',1),(73,'views','front_page_slideshow-block','passport',1,-19,'content',0,1,'<front>','<none>',-1,'',1),(74,'menu_block','3','passport',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_teacher_header();\r\n?>','<none>',-1,'',0),(75,'menu_block','4','passport',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_student_header();\r\n?>','<none>',-1,'',0),(76,'menu_block','5','passport',1,0,'sidebar_first',0,0,'','<none>',-1,'',0),(77,'menu_block','6','passport',1,-24,'content',0,1,'leader','Leader\'s Guide',-1,'dashboard-block dashboard-block-guide',0),(78,'block','7','passport',1,-22,'content',0,1,'leader','<none>',-1,'dashboard-block dashboard-block-help',1),(79,'block','8','passport',1,-25,'content',0,1,'leader','Welcome',-1,'dashboard-block dashboard-block-welcome',1),(81,'passport_students','user_assessment_list','passport',1,-14,'content',0,2,'<?php\r\nreturn( arg(0) == \"user\" && is_numeric(arg(1)) && !arg(2) && passport_assessment_user_view_access(arg(1), true) );\r\n?>','Assessment Submissions',1,'',1),(82,'menu','menu-student-dashboard-fr','passport',0,0,'-1',0,0,'','',-1,'',0),(83,'menu_block','7','passport',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_student_header();\r\n?>','<none>',-1,'',0),(84,'menu','menu-main-menu-fr','passport',0,0,'-1',0,0,'','',-1,'',0),(85,'menu_block','8','passport',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_mainmenu_header();\r\n?>','<none>',-1,'',0),(86,'menu','menu-teacher-dashboard-fr','passport',0,0,'-1',0,0,'','',-1,'',0),(87,'menu_block','9','passport',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_teacher_header();\r\n?>','<none>',-1,'',0),(88,'masquerade','masquerade','seven',0,0,'-1',0,0,'','',-1,'',0),(89,'block','4','seven',0,0,'-1',0,1,'<front>','Getting Started',-1,'bottom-block',1),(90,'block','6','seven',0,0,'-1',0,1,'<front>','How the Site Works',-1,'bottom-block',1),(91,'block','5','seven',0,0,'-1',0,1,'<front>','PLAY Tools',-1,'bottom-block',1),(92,'block','7','seven',0,0,'-1',0,1,'leader','<none>',-1,'',1),(93,'block','8','seven',0,0,'-1',0,1,'leader','Welcome',-1,'',1),(94,'block','1','seven',0,0,'-1',0,0,'','<none>',-1,'block-copyright-info',1),(95,'block','2','seven',0,0,'-1',0,0,'','<none>',-1,'',1),(96,'block','3','seven',0,0,'-1',0,0,'','<none>',-1,'',1),(97,'locale','language','seven',0,0,'-1',0,0,'','',-1,'',0),(98,'logintoboggan','logintoboggan_logged_in','seven',0,0,'-1',0,0,'','',-1,'',0),(99,'menu','menu-main-menu-fr','seven',0,0,'-1',0,0,'','',-1,'',0),(100,'menu','menu-student-dashboard','seven',0,0,'-1',0,0,'','',-1,'',0),(101,'menu','menu-student-dashboard-fr','seven',0,0,'-1',0,0,'','',-1,'',0),(102,'menu','menu-teacher-dashboard','seven',0,0,'-1',0,0,'','',-1,'',0),(103,'menu','menu-teacher-dashboard-fr','seven',0,0,'-1',0,0,'','',-1,'',0),(105,'menu_block','2','seven',0,0,'-1',0,2,'<?php\r\nreturn passport_show_mainmenu_header();\r\n?>','<none>',-1,'',0),(106,'menu_block','3','seven',0,0,'-1',0,2,'<?php\r\nreturn passport_show_teacher_header();\r\n?>','<none>',-1,'',0),(107,'menu_block','4','seven',0,0,'-1',0,2,'<?php\r\nreturn passport_show_student_header();\r\n?>','<none>',-1,'',0),(108,'menu_block','5','seven',0,0,'-1',0,0,'','<none>',-1,'',0),(109,'menu_block','6','seven',0,0,'-1',0,1,'leader','Leader\'s Guide',-1,'',0),(110,'menu_block','7','seven',0,0,'-1',0,2,'<?php\r\nreturn passport_show_student_header();\r\n?>','<none>',-1,'',0),(111,'menu_block','8','seven',0,0,'-1',0,2,'<?php\r\nreturn passport_show_mainmenu_header();\r\n?>','<none>',-1,'',0),(112,'menu_block','9','seven',0,0,'-1',0,2,'<?php\r\nreturn passport_show_teacher_header();\r\n?>','<none>',-1,'',0),(114,'passport_students','user_assessment_list','seven',0,0,'-1',0,2,'<?php\r\nreturn( arg(0) == \"user\" && is_numeric(arg(1)) && !arg(2) && passport_assessment_user_view_access(arg(1), true) );\r\n?>','Assessment Submissions',1,'',1),(115,'views','front_page_slideshow-block','seven',0,0,'-1',0,1,'<front>','<none>',-1,'',1),(120,'passport_dash','user_profile','passport',1,0,'header',0,0,'','<none>',1,'',0),(121,'passport_dash','school_year_toggle','passport',0,0,'-1',0,0,'','',1,'',0),(122,'passport_dash','user_profile','seven',0,0,'-1',0,0,'','',1,'',0),(123,'passport_dash','school_year_toggle','seven',1,-22,'dashboard_sidebar',0,0,'','',-1,'',0),(124,'menu_block','11','passport',1,0,'sidebar_first',0,0,'','<none>',-1,'',0),(126,'block','1','p4l',1,-29,'footer',0,0,'','<none>',-1,'block-copyright-info',1),(127,'block','2','p4l',1,-28,'footer',0,0,'','<none>',-1,'',1),(128,'block','3','p4l',1,-27,'footer',0,0,'','<none>',-1,'',1),(129,'block','4','p4l',1,-29,'bottom',0,1,'<front>','Getting Started',-1,'bottom-block',1),(130,'block','5','p4l',1,-28,'bottom',0,1,'<front>','PLAY Tools',-1,'bottom-block',1),(131,'block','6','p4l',1,-27,'bottom',0,1,'<front>','How the Site Works',-1,'bottom-block',1),(132,'block','7','p4l',0,-22,'-1',0,1,'leader','<none>',-1,'dashboard-block dashboard-block-help',1),(133,'block','8','p4l',1,-29,'content',0,1,'leader','Welcome',-1,'dashboard-block dashboard-block-welcome',1),(134,'comment','recent','p4l',0,0,'-1',0,0,'','',1,'',0),(135,'devel','execute_php','p4l',0,0,'-1',0,0,'','',-1,'',0),(136,'devel','switch_user','p4l',0,0,'-1',0,0,'','',-1,'',0),(137,'devel_node_access','dna_node','p4l',1,0,'footer',0,0,'','',-1,'',0),(138,'devel_node_access','dna_user','p4l',0,0,'-1',0,0,'','',-1,'',0),(139,'locale','language','p4l',1,-28,'header',0,0,'','<none>',-1,'',0),(140,'logintoboggan','logintoboggan_logged_in','p4l',0,0,'-1',0,0,'','',-1,'',0),(141,'masquerade','masquerade','p4l',1,-25,'content',0,1,'user','',-1,'',0),(142,'menu','devel','p4l',0,0,'-1',0,0,'','',-1,'',0),(143,'menu','menu-main-menu-fr','p4l',0,0,'-1',0,0,'','',-1,'',0),(144,'menu','menu-student-dashboard','p4l',0,0,'-1',0,2,'<?php\r\nglobal $user;\r\n$roles = array_values($user->roles);\r\n$is_student = in_array(\'student\', $roles);\r\n$is_admin = in_array(\'administrator\', $roles);\r\nreturn( $is_student  ||  ($is_admin  &&  strpos(request_path(), \'student\') === 0) );\r\n?>','',-1,'',0),(145,'menu','menu-student-dashboard-fr','p4l',0,0,'-1',0,0,'','',-1,'',0),(146,'menu','menu-teacher-dashboard','p4l',0,0,'-1',0,2,'<?php\r\nglobal $user;\r\n$roles = array_values($user->roles);\r\n$is_teacher = in_array(\'teacher\', $roles);\r\n$is_admin = in_array(\'administrator\', $roles);\r\nreturn( $is_teacher  ||  ($is_admin  &&  strpos(request_path(), \'teacher\') === 0) );\r\n?>','',-1,'',0),(147,'menu','menu-teacher-dashboard-fr','p4l',0,0,'-1',0,0,'','',-1,'',0),(150,'menu_block','11','p4l',1,-26,'sidebar_first',0,0,'','<none>',-1,'',0),(152,'menu_block','2','p4l',1,-29,'navigation',0,2,'<?php\r\nreturn passport_show_mainmenu_header();\r\n?>','<none>',-1,'',0),(153,'menu_block','3','p4l',1,-27,'navigation',0,2,'<?php\r\nreturn passport_show_teacher_header();\r\n?>','<none>',-1,'',0),(154,'menu_block','4','p4l',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_student_header();\r\n?>','<none>',-1,'',0),(155,'menu_block','5','p4l',1,-27,'sidebar_first',0,0,'','<none>',-1,'',0),(156,'menu_block','6','p4l',0,-28,'-1',0,1,'leader','Leader\'s Guide',-1,'dashboard-block dashboard-block-guide',0),(157,'menu_block','7','p4l',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_student_header();\r\n?>','<none>',-1,'',0),(158,'menu_block','8','p4l',1,-28,'navigation',0,2,'<?php\r\nreturn passport_show_mainmenu_header();\r\n?>','<none>',-1,'',0),(159,'menu_block','9','p4l',1,-26,'navigation',0,2,'<?php\r\nreturn passport_show_teacher_header();\r\n?>','<none>',-1,'',0),(160,'node','recent','p4l',0,0,'-1',0,0,'','',1,'',0),(161,'node','syndicate','p4l',0,0,'-1',0,0,'','',-1,'',0),(162,'passport_dash','school_year_toggle','p4l',0,0,'-1',0,0,'','',-1,'',0),(163,'passport_dash','user_profile','p4l',1,-26,'header',0,0,'','<none>',1,'',0),(164,'passport_students','user_assessment_list','p4l',1,-20,'content',0,2,'<?php\r\nreturn( arg(0) == \"user\" && is_numeric(arg(1)) && !arg(2) && passport_assessment_user_view_access(arg(1), true) );\r\n?>','Assessment Submissions',1,'',1),(165,'search','form','p4l',0,-1,'',0,0,'','',-1,'',0),(166,'shortcut','shortcuts','p4l',0,0,'-1',0,0,'','',-1,'',0),(167,'system','help','p4l',0,0,'-1',0,0,'','',-1,'',0),(168,'system','main','p4l',1,-26,'content',0,0,'','',-1,'',0),(169,'system','main-menu','p4l',0,-6,'-1',0,0,'','',-1,'',0),(170,'system','management','p4l',0,0,'-1',0,0,'','',-1,'',0),(171,'system','navigation','p4l',0,-6,'-1',0,0,'<front>','',-1,'',0),(172,'system','powered-by','p4l',0,-9,'-1',0,0,'','',-1,'',0),(173,'system','user-menu','p4l',0,0,'-1',0,0,'','',-1,'',0),(174,'user','login','p4l',1,-21,'content',0,1,'<front>','<none>',-1,'',1),(175,'user','new','p4l',0,0,'-1',0,0,'','',1,'',0),(176,'user','online','p4l',0,0,'-1',0,0,'','',-1,'',0),(177,'views','front_page_slideshow-block','p4l',1,-24,'content',0,1,'<front>','<none>',-1,'',1),(178,'views','og_members-block_1','p4l',0,-7,'-1',0,0,'','',-1,'',0),(179,'menu_block','13','p4l',1,-29,'sidebar_first',0,0,'','<none>',-1,'',0),(180,'menu_block','14','p4l',1,-28,'sidebar_first',0,0,'','<none>',-1,'',0),(181,'block','9','p4l',1,-23,'content',0,1,'<front>','<none>',-1,'register-here-block',1),(182,'block','10','p4l',1,-27,'header',0,0,'','<none>',-1,'social-media-block',1),(183,'menu','menu-submenu','p4l',0,0,'-1',0,0,'','',-1,'',0),(184,'menu_block','15','p4l',1,-23,'sidebar_first',0,0,'','',-1,'',0),(185,'menu_block','16','p4l',1,-22,'sidebar_first',0,0,'','',-1,'',0),(186,'menu','menu-submenu-fr','p4l',0,0,'-1',0,0,'','',-1,'',0),(187,'block','11','p4l',1,-28,'content',0,1,'leader','Leader\'s Guide',-1,'dashboard-block dashboard-block-guide',1),(188,'menu_block','17','p4l',1,-25,'sidebar_first',0,0,'user\r\nuser/*','<none>',-1,'',0),(189,'menu_block','18','p4l',1,-24,'sidebar_first',0,0,'user\r\nuser/*','<none>',-1,'',0),(190,'block','9','seven',0,0,'-1',0,1,'<front>','<none>',-1,'',1),(191,'block','11','seven',0,0,'-1',0,1,'leader','Leader\'s Guide',-1,'',1),(192,'block','10','seven',0,0,'-1',0,0,'','<none>',-1,'',1),(193,'menu','menu-submenu','seven',0,0,'-1',0,0,'','',-1,'',0),(194,'menu','menu-submenu-fr','seven',0,0,'-1',0,0,'','',-1,'',0),(195,'menu_block','11','seven',0,0,'-1',0,0,'','',-1,'',0),(196,'menu_block','13','seven',0,0,'-1',0,0,'','',-1,'',0),(197,'menu_block','14','seven',0,0,'-1',0,0,'','',-1,'',0),(198,'menu_block','15','seven',0,0,'-1',0,0,'','',-1,'',0),(199,'menu_block','16','seven',0,0,'-1',0,0,'','',-1,'',0),(200,'menu_block','17','seven',0,0,'-1',0,0,'','',-1,'',0),(201,'menu_block','18','seven',0,0,'-1',0,0,'user\r\nuser/*','<none>',-1,'',0),(202,'passport','dash-school-year-toggle','seven',1,0,'dashboard_sidebar',0,0,'','',1,'',0),(203,'text_resize','0','p4l',1,-29,'header',0,0,'','<none>',4,'',0),(204,'block','12','p4l',1,-27,'content',0,1,'participant','Getting Started',-1,'dashboard-getting-started',1),(205,'block','13','p4l',1,-22,'content',0,1,'<front>','<none>',-1,'logged-in-image-block',1),(206,'block','13','seven',0,0,'-1',0,1,'<front>','<none>',-1,'',1),(207,'block','12','seven',0,0,'-1',0,0,'','',-1,'',0),(208,'text_resize','0','seven',0,0,'-1',0,0,'','',4,'',0),(209,'play_export','play_export_admin_block','p4l',0,0,'-1',0,0,'','',-1,'',0),(210,'play_export','play_export_admin_block','seven',1,0,'dashboard_main',0,0,'','',-1,'',0),(211,'block','1','play_responsive',1,-29,'footer',0,0,'','<none>',-1,'block-copyright-info',1),(212,'block','10','play_responsive',1,-27,'header',0,0,'','<none>',-1,'social-media-block',1),(213,'block','11','play_responsive',1,-30,'content',0,1,'leader','Leader\'s Guide',-1,'dashboard-block dashboard-block-guide',1),(214,'block','12','play_responsive',1,-29,'content',0,1,'participant','Getting Started',-1,'dashboard-getting-started',1),(215,'block','13','play_responsive',1,-24,'content',0,1,'<front>','<none>',-1,'logged-in-image-block',1),(216,'block','2','play_responsive',1,-28,'footer',0,0,'','<none>',-1,'',1),(217,'block','3','play_responsive',1,-27,'footer',0,0,'','<none>',-1,'',1),(218,'block','4','play_responsive',1,-29,'bottom',0,1,'<front>','Getting Started',-1,'bottom-block',1),(219,'block','5','play_responsive',1,-28,'bottom',0,1,'<front>','PLAY Tools',-1,'bottom-block',1),(220,'block','6','play_responsive',1,-27,'bottom',0,1,'<front>','How the Site Works',-1,'bottom-block',1),(221,'block','7','play_responsive',0,-22,'-1',0,1,'leader','<none>',-1,'dashboard-block dashboard-block-help',1),(222,'block','8','play_responsive',1,-31,'content',0,1,'leader','Welcome',-1,'dashboard-block dashboard-block-welcome',1),(223,'block','9','play_responsive',0,-25,'-1',0,1,'<front>','<none>',-1,'register-here-block',1),(224,'comment','recent','play_responsive',0,0,'-1',0,0,'','',1,'',0),(225,'devel','execute_php','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(226,'devel','switch_user','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(227,'devel_node_access','dna_node','play_responsive',1,0,'footer',0,0,'','',-1,'',0),(228,'devel_node_access','dna_user','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(229,'locale','language','play_responsive',1,-28,'header',0,0,'','<none>',-1,'',0),(230,'logintoboggan','logintoboggan_logged_in','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(231,'masquerade','masquerade','play_responsive',1,-27,'content',0,1,'user','',-1,'',0),(232,'menu','devel','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(233,'menu','menu-main-menu-fr','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(234,'menu','menu-student-dashboard','play_responsive',0,0,'-1',0,2,'<?php\r\nglobal $user;\r\n$roles = array_values($user->roles);\r\n$is_student = in_array(\'student\', $roles);\r\n$is_admin = in_array(\'administrator\', $roles);\r\nreturn( $is_student  ||  ($is_admin  &&  strpos(request_path(), \'student\') === 0) );\r\n?>','',-1,'',0),(235,'menu','menu-student-dashboard-fr','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(236,'menu','menu-submenu','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(237,'menu','menu-submenu-fr','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(238,'menu','menu-teacher-dashboard','play_responsive',0,0,'-1',0,2,'<?php\r\nglobal $user;\r\n$roles = array_values($user->roles);\r\n$is_teacher = in_array(\'teacher\', $roles);\r\n$is_admin = in_array(\'administrator\', $roles);\r\nreturn( $is_teacher  ||  ($is_admin  &&  strpos(request_path(), \'teacher\') === 0) );\r\n?>','',-1,'',0),(239,'menu','menu-teacher-dashboard-fr','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(240,'menu_block','11','play_responsive',1,-28,'sidebar_first',0,0,'','<none>',-1,'',0),(241,'menu_block','13','play_responsive',1,-31,'sidebar_first',0,0,'','<none>',-1,'',0),(242,'menu_block','14','play_responsive',1,-30,'sidebar_first',0,0,'','<none>',-1,'',0),(243,'menu_block','15','play_responsive',1,-24,'sidebar_first',0,0,'','',-1,'',0),(244,'menu_block','16','play_responsive',1,-23,'sidebar_first',0,0,'','',-1,'',0),(245,'menu_block','17','play_responsive',1,-27,'sidebar_first',0,0,'user\r\nuser/*','<none>',-1,'',0),(246,'menu_block','18','play_responsive',1,-25,'sidebar_first',0,0,'user\r\nuser/*','<none>',-1,'',0),(247,'menu_block','2','play_responsive',1,-29,'navigation',0,2,'<?php\r\nreturn passport_show_mainmenu_header();\r\n?>','<none>',-1,'',0),(248,'menu_block','3','play_responsive',1,-27,'navigation',0,2,'<?php\r\nreturn passport_show_teacher_header();\r\n?>','<none>',-1,'',0),(249,'menu_block','4','play_responsive',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_student_header();\r\n?>','<none>',-1,'',0),(250,'menu_block','5','play_responsive',1,-29,'sidebar_first',0,0,'','<none>',-1,'',0),(251,'menu_block','6','play_responsive',0,-28,'-1',0,1,'leader','Leader\'s Guide',-1,'dashboard-block dashboard-block-guide',0),(252,'menu_block','7','play_responsive',1,0,'navigation',0,2,'<?php\r\nreturn passport_show_student_header();\r\n?>','<none>',-1,'',0),(253,'menu_block','8','play_responsive',1,-28,'navigation',0,2,'<?php\r\nreturn passport_show_mainmenu_header();\r\n?>','<none>',-1,'',0),(254,'menu_block','9','play_responsive',1,-26,'navigation',0,2,'<?php\r\nreturn passport_show_teacher_header();\r\n?>','<none>',-1,'',0),(255,'node','recent','play_responsive',0,0,'-1',0,0,'','',1,'',0),(256,'node','syndicate','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(257,'passport_dash','school_year_toggle','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(258,'passport_dash','user_profile','play_responsive',1,-26,'header',0,0,'','<none>',1,'',0),(259,'passport_students','user_assessment_list','play_responsive',1,-22,'content',0,2,'<?php\r\nreturn( arg(0) == \"user\" && is_numeric(arg(1)) && !arg(2) && passport_assessment_user_view_access(arg(1), true) );\r\n?>','Assessment Submissions',1,'',1),(260,'play_export','play_export_admin_block','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(261,'search','form','play_responsive',0,-1,'',0,0,'','',-1,'',0),(262,'shortcut','shortcuts','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(263,'system','help','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(264,'system','main','play_responsive',1,-28,'content',0,0,'','',-1,'',0),(265,'system','main-menu','play_responsive',0,-6,'-1',0,0,'','',-1,'',0),(266,'system','management','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(267,'system','navigation','play_responsive',0,-6,'-1',0,0,'<front>','',-1,'',0),(268,'system','powered-by','play_responsive',0,-9,'-1',0,0,'','',-1,'',0),(269,'system','user-menu','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(270,'text_resize','0','play_responsive',1,-29,'header',0,0,'','<none>',4,'',0),(271,'user','login','play_responsive',1,-23,'content',0,1,'<front>','<none>',-1,'',1),(272,'user','new','play_responsive',0,0,'-1',0,0,'','',1,'',0),(273,'user','online','play_responsive',0,0,'-1',0,0,'','',-1,'',0),(274,'views','front_page_slideshow-block','play_responsive',1,-26,'content',0,1,'<front>','<none>',-1,'',1),(275,'views','og_members-block_1','play_responsive',0,-7,'-1',0,0,'','',-1,'',0),(276,'views','front_page_slideshow_fr-block','play_responsive',1,-21,'content',0,1,'<front>','<none>',-1,'',0),(277,'views','front_page_slideshow_fr-block','seven',0,0,'-1',0,0,'','',-1,'',0);
/*!40000 ALTER TABLE `block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `block_custom`
--

DROP TABLE IF EXISTS `block_custom`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `block_custom` (
  `bid` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'The block’s block.bid.',
  `body` longtext COMMENT 'Block contents.',
  `info` varchar(128) NOT NULL DEFAULT '' COMMENT 'Block description.',
  `format` varchar(255) DEFAULT NULL COMMENT 'The filter_format.format of the block body.',
  PRIMARY KEY (`bid`),
  UNIQUE KEY `info` (`info`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Stores contents of custom-made blocks.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `block_custom`
--

LOCK TABLES `block_custom` WRITE;
/*!40000 ALTER TABLE `block_custom` DISABLE KEYS */;
INSERT INTO `block_custom` VALUES (1,'<p>© Copyright 2018<br>Sport for Life Society<br><a href=\"http://www.physicalliteracy.ca/privacy-policy\">Privacy Policy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://www.physicalliteracy.ca/contact\">Contact Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<br><a href=\"http://www.sportforlife.ca/\" target=\"_blank\">sportforlife.ca</a></p><p class=\"right-side\"><img class=\"logo\" src=\"/sites/all/themes/p4l/images/ontario_logo.jpg\" alt=\"Government of Ontario Logo\"><span class=\"img-subtext\">Proudly supported by the Province of Ontario</span></p>','Footer Left (Copyright Info)','wysiwyg'),(2,'<p><a class=\"links\" title=\"Physical Literacy Assessment for Youth\" href=\"http://physicalliteracy.ca\" target=\"_blank\">physicalliteracy.ca</a></p>','Footer Center','wysiwyg'),(3,'<p><img src=\"/sites/default/files/Sport-for-Life-Logo_web.jpg\" alt=\"\"></p>','Footer Right (CSL Image)','wysiwyg'),(4,'<p>First time here? Let\'s get started! &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p><p><a class=\"links\" href=\"/getting-started\">Learn More</a></p>','(Front) PLAY step-by-step','wysiwyg'),(5,'<p>Free downloadable versions of all six PLAY tools.</p><p><a class=\"links\" href=\"/play-tools\">Learn More</a></p>','(Front) PLAY Tools','wysiwyg'),(6,'<p>Find out how the site works. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</p><p><a class=\"links\" href=\"/how-site-works\">Learn More</a></p>','(Front) How the Site Works','wysiwyg'),(7,'<p style=\"text-align: center;\"><a href=\"/teacher/help\"><img src=\"/sites/all/themes/p4l/images/videos.png\" alt=\"\" width=\"92\" height=\"117\" /><br />How-to use the website<br /><span>Click to view videos</span></a></p>','(Leader Dashboard) How-to-use-website','wysiwyg'),(8,'<p>Welcome to the PLAY Leader Dashboard!</p><p>Here you’ll be able to create, manage, and assess different groups of participants while tracking and recording levels of physical literacy.</p><p>If you’re new here, visit the links on the right to get started.</p>','(Leader Dashboard) Welcome','wysiwyg'),(9,'<p><a href=\"/user/register\">Register here!</a></p>','(Front) Register Here','wysiwyg'),(10,'<p><a class=\"social-twitter\" href=\"http://twitter.com/#!/S4L_SPV\">&nbsp;</a><a class=\"social-facebook\" href=\"https://www.facebook.com/canadiansportforlife\">&nbsp;</a><a class=\"social-youtube\" href=\"http://youtube.com/canadiansportforlife\">&nbsp;</a><a class=\"social-rss\" href=\"http://www.canadiansportforlife.ca/news\">&nbsp;</a></p>','Social Media Links','wysiwyg'),(11,'<p><a href=\"/dashboard-tutorial\">Dashboard Tutorial</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href=\"/play-assessment-tutorials\">PLAY Assessment Tutorials</a></p><p><a href=\"/group-feature-tutorial\">Group Feature Tutorial</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href=\"/play-tools\">PLAY Tools</a></p><p><a href=\"http://play.physicalliteracy.ca/removing-participant-group\">Removing Participants from a Group</a>&nbsp;</p><p><a href=\"http://play.physicalliteracy.ca/doing-secondary-assessment\">Doing a Secondary (\"Follow-Up\") Assessment</a></p><p><a href=\"/play-video-resources\">PLAY Video Resources</a></p>','(Leader Dashboard) Leader\'s Guide Custom Links','wysiwyg'),(12,'<p>If you are not part of a Group, click on <strong>Join a Group</strong>&nbsp;at the top of the page. If you have joined a Group and its leader has approved you, click on any of the <strong>Do It</strong> buttons below to fill out an assessment.</p><p>If this is your first time here, use these <a href=\"/participant-step-step-guide-assessing-physical-literacy\">Step-by-Step Instructions</a> to begin assessing physical literacy.</p>','(Participant Dashboard) Getting Started Information','wysiwyg'),(13,'<p><span style=\"font-size: large; color: #000000;\"><strong>News Feed</strong></span></p><p>Welcome Back!</p><p>To access your Dashboard, use the navigation menu at the top of the page.</p><p>Don\'t forget that you can learn about all the PLAY tools <a href=\"/play-tools\">here!</a></p><p>Have you been to the <a href=\"/resources\">resources section</a> yet? You might find something of interest there!</p>','(Front) (Logged In) Image news feed','wysiwyg');
/*!40000 ALTER TABLE `block_custom` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `block_node_type`
--

DROP TABLE IF EXISTS `block_node_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `block_node_type` (
  `module` varchar(64) NOT NULL COMMENT 'The block’s origin module, from block.module.',
  `delta` varchar(32) NOT NULL COMMENT 'The block’s unique delta within module, from block.delta.',
  `type` varchar(32) NOT NULL COMMENT 'The machine-readable name of this type from node_type.type.',
  PRIMARY KEY (`module`,`delta`,`type`),
  KEY `type` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sets up display criteria for blocks based on content types';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `block_node_type`
--

LOCK TABLES `block_node_type` WRITE;
/*!40000 ALTER TABLE `block_node_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `block_node_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `block_role`
--

DROP TABLE IF EXISTS `block_role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `block_role` (
  `module` varchar(64) NOT NULL COMMENT 'The block’s origin module, from block.module.',
  `delta` varchar(32) NOT NULL COMMENT 'The block’s unique delta within module, from block.delta.',
  `rid` int(10) unsigned NOT NULL COMMENT 'The user’s role ID from users_roles.rid.',
  PRIMARY KEY (`module`,`delta`,`rid`),
  KEY `rid` (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sets up access permissions for blocks based on user roles';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `block_role`
--

LOCK TABLES `block_role` WRITE;
/*!40000 ALTER TABLE `block_role` DISABLE KEYS */;
INSERT INTO `block_role` VALUES ('block','9',1),('system','main-menu',1),('block','13',2),('passport_dash','user_profile',2),('passport_students','user_assessment_list',2),('block','11',3),('block','7',3),('block','8',3),('masquerade','masquerade',3),('menu_block','6',3),('system','main-menu',3),('block','11',5),('block','7',5),('block','8',5),('menu_block','6',5),('menu_block','14',7);
/*!40000 ALTER TABLE `block_role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blocked_ips`
--

DROP TABLE IF EXISTS `blocked_ips`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `blocked_ips` (
  `iid` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: unique ID for IP addresses.',
  `ip` varchar(40) NOT NULL DEFAULT '' COMMENT 'IP address',
  PRIMARY KEY (`iid`),
  KEY `blocked_ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores blocked IP addresses.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blocked_ips`
--

LOCK TABLES `blocked_ips` WRITE;
/*!40000 ALTER TABLE `blocked_ips` DISABLE KEYS */;
/*!40000 ALTER TABLE `blocked_ips` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache`
--

DROP TABLE IF EXISTS `cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache` (
  `cid` varchar(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  `data` longblob COMMENT 'A collection of data to cache.',
  `expire` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.',
  `created` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.',
  `serialized` smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  PRIMARY KEY (`cid`),
  KEY `expire` (`expire`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Generic cache table for caching things not separated out...';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache`
--

LOCK TABLES `cache` WRITE;
/*!40000 ALTER TABLE `cache` DISABLE KEYS */;
INSERT INTO `cache` VALUES ('ctools_plugin_files:ctools:content_types',_binary 'a:7:{s:6:\"ctools\";a:63:{s:17:\"node_form_buttons\";O:8:\"stdClass\":3:{s:3:\"uri\";s:86:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_buttons.inc\";s:8:\"filename\";s:21:\"node_form_buttons.inc\";s:4:\"name\";s:17:\"node_form_buttons\";}s:20:\"node_form_publishing\";O:8:\"stdClass\":3:{s:3:\"uri\";s:89:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_publishing.inc\";s:8:\"filename\";s:24:\"node_form_publishing.inc\";s:4:\"name\";s:20:\"node_form_publishing\";}s:18:\"node_form_language\";O:8:\"stdClass\":3:{s:3:\"uri\";s:87:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_language.inc\";s:8:\"filename\";s:22:\"node_form_language.inc\";s:4:\"name\";s:18:\"node_form_language\";}s:14:\"node_form_menu\";O:8:\"stdClass\":3:{s:3:\"uri\";s:83:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_menu.inc\";s:8:\"filename\";s:18:\"node_form_menu.inc\";s:4:\"name\";s:14:\"node_form_menu\";}s:14:\"node_form_book\";O:8:\"stdClass\":3:{s:3:\"uri\";s:83:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_book.inc\";s:8:\"filename\";s:18:\"node_form_book.inc\";s:4:\"name\";s:14:\"node_form_book\";}s:15:\"node_form_title\";O:8:\"stdClass\":3:{s:3:\"uri\";s:84:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_title.inc\";s:8:\"filename\";s:19:\"node_form_title.inc\";s:4:\"name\";s:15:\"node_form_title\";}s:13:\"node_form_log\";O:8:\"stdClass\":3:{s:3:\"uri\";s:82:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_log.inc\";s:8:\"filename\";s:17:\"node_form_log.inc\";s:4:\"name\";s:13:\"node_form_log\";}s:14:\"node_form_path\";O:8:\"stdClass\":3:{s:3:\"uri\";s:83:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_path.inc\";s:8:\"filename\";s:18:\"node_form_path.inc\";s:4:\"name\";s:14:\"node_form_path\";}s:17:\"node_form_comment\";O:8:\"stdClass\":3:{s:3:\"uri\";s:86:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_comment.inc\";s:8:\"filename\";s:21:\"node_form_comment.inc\";s:4:\"name\";s:17:\"node_form_comment\";}s:21:\"node_form_attachments\";O:8:\"stdClass\":3:{s:3:\"uri\";s:90:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_attachments.inc\";s:8:\"filename\";s:25:\"node_form_attachments.inc\";s:4:\"name\";s:21:\"node_form_attachments\";}s:16:\"node_form_author\";O:8:\"stdClass\":3:{s:3:\"uri\";s:85:\"sites/all/modules/contrib/ctools/plugins/content_types/node_form/node_form_author.inc\";s:8:\"filename\";s:20:\"node_form_author.inc\";s:4:\"name\";s:16:\"node_form_author\";}s:5:\"block\";O:8:\"stdClass\":3:{s:3:\"uri\";s:70:\"sites/all/modules/contrib/ctools/plugins/content_types/block/block.inc\";s:8:\"filename\";s:9:\"block.inc\";s:4:\"name\";s:5:\"block\";}s:9:\"term_list\";O:8:\"stdClass\":3:{s:3:\"uri\";s:81:\"sites/all/modules/contrib/ctools/plugins/content_types/term_context/term_list.inc\";s:8:\"filename\";s:13:\"term_list.inc\";s:4:\"name\";s:9:\"term_list\";}s:16:\"term_description\";O:8:\"stdClass\":3:{s:3:\"uri\";s:88:\"sites/all/modules/contrib/ctools/plugins/content_types/term_context/term_description.inc\";s:8:\"filename\";s:20:\"term_description.inc\";s:4:\"name\";s:16:\"term_description\";}s:9:\"term_name\";O:8:\"stdClass\":3:{s:3:\"uri\";s:81:\"sites/all/modules/contrib/ctools/plugins/content_types/term_context/term_name.inc\";s:8:\"filename\";s:13:\"term_name.inc\";s:4:\"name\";s:9:\"term_name\";}s:12:\"user_contact\";O:8:\"stdClass\":3:{s:3:\"uri\";s:79:\"sites/all/modules/contrib/ctools/plugins/content_types/contact/user_contact.inc\";s:8:\"filename\";s:16:\"user_contact.inc\";s:4:\"name\";s:12:\"user_contact\";}s:7:\"contact\";O:8:\"stdClass\":3:{s:3:\"uri\";s:74:\"sites/all/modules/contrib/ctools/plugins/content_types/contact/contact.inc\";s:8:\"filename\";s:11:\"contact.inc\";s:4:\"name\";s:7:\"contact\";}s:6:\"custom\";O:8:\"stdClass\":3:{s:3:\"uri\";s:72:\"sites/all/modules/contrib/ctools/plugins/content_types/custom/custom.inc\";s:8:\"filename\";s:10:\"custom.inc\";s:4:\"name\";s:6:\"custom\";}s:16:\"vocabulary_terms\";O:8:\"stdClass\":3:{s:3:\"uri\";s:94:\"sites/all/modules/contrib/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc\";s:8:\"filename\";s:20:\"vocabulary_terms.inc\";s:4:\"name\";s:16:\"vocabulary_terms\";}s:13:\"comment_links\";O:8:\"stdClass\":3:{s:3:\"uri\";s:80:\"sites/all/modules/contrib/ctools/plugins/content_types/comment/comment_links.inc\";s:8:\"filename\";s:17:\"comment_links.inc\";s:4:\"name\";s:13:\"comment_links\";}s:18:\"comment_reply_form\";O:8:\"stdClass\":3:{s:3:\"uri\";s:85:\"sites/all/modules/contrib/ctools/plugins/content_types/comment/comment_reply_form.inc\";s:8:\"filename\";s:22:\"comment_reply_form.inc\";s:4:\"name\";s:18:\"comment_reply_form\";}s:15:\"comment_created\";O:8:\"stdClass\":3:{s:3:\"uri\";s:82:\"sites/all/modules/contrib/ctools/plugins/content_types/comment/comment_created.inc\";s:8:\"filename\";s:19:\"comment_created.inc\";s:4:\"name\";s:15:\"comment_created\";}s:14:\"node_book_menu\";O:8:\"stdClass\":3:{s:3:\"uri\";s:86:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_book_menu.inc\";s:8:\"filename\";s:18:\"node_book_menu.inc\";s:4:\"name\";s:14:\"node_book_menu\";}s:16:\"node_attachments\";O:8:\"stdClass\":3:{s:3:\"uri\";s:88:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_attachments.inc\";s:8:\"filename\";s:20:\"node_attachments.inc\";s:4:\"name\";s:16:\"node_attachments\";}s:20:\"node_comment_wrapper\";O:8:\"stdClass\":3:{s:3:\"uri\";s:92:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_comment_wrapper.inc\";s:8:\"filename\";s:24:\"node_comment_wrapper.inc\";s:4:\"name\";s:20:\"node_comment_wrapper\";}s:17:\"node_comment_form\";O:8:\"stdClass\":3:{s:3:\"uri\";s:89:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_comment_form.inc\";s:8:\"filename\";s:21:\"node_comment_form.inc\";s:4:\"name\";s:17:\"node_comment_form\";}s:13:\"node_comments\";O:8:\"stdClass\":3:{s:3:\"uri\";s:85:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_comments.inc\";s:8:\"filename\";s:17:\"node_comments.inc\";s:4:\"name\";s:13:\"node_comments\";}s:10:\"node_title\";O:8:\"stdClass\":3:{s:3:\"uri\";s:82:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_title.inc\";s:8:\"filename\";s:14:\"node_title.inc\";s:4:\"name\";s:10:\"node_title\";}s:11:\"node_author\";O:8:\"stdClass\":3:{s:3:\"uri\";s:83:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_author.inc\";s:8:\"filename\";s:15:\"node_author.inc\";s:4:\"name\";s:11:\"node_author\";}s:9:\"node_body\";O:8:\"stdClass\":3:{s:3:\"uri\";s:81:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_body.inc\";s:8:\"filename\";s:13:\"node_body.inc\";s:4:\"name\";s:9:\"node_body\";}s:12:\"node_created\";O:8:\"stdClass\":3:{s:3:\"uri\";s:84:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_created.inc\";s:8:\"filename\";s:16:\"node_created.inc\";s:4:\"name\";s:12:\"node_created\";}s:14:\"node_type_desc\";O:8:\"stdClass\":3:{s:3:\"uri\";s:86:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_type_desc.inc\";s:8:\"filename\";s:18:\"node_type_desc.inc\";s:4:\"name\";s:14:\"node_type_desc\";}s:10:\"node_terms\";O:8:\"stdClass\":3:{s:3:\"uri\";s:82:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_terms.inc\";s:8:\"filename\";s:14:\"node_terms.inc\";s:4:\"name\";s:10:\"node_terms\";}s:12:\"node_content\";O:8:\"stdClass\":3:{s:3:\"uri\";s:84:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_content.inc\";s:8:\"filename\";s:16:\"node_content.inc\";s:4:\"name\";s:12:\"node_content\";}s:13:\"node_book_nav\";O:8:\"stdClass\":3:{s:3:\"uri\";s:85:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_book_nav.inc\";s:8:\"filename\";s:17:\"node_book_nav.inc\";s:4:\"name\";s:13:\"node_book_nav\";}s:10:\"node_links\";O:8:\"stdClass\":3:{s:3:\"uri\";s:82:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_links.inc\";s:8:\"filename\";s:14:\"node_links.inc\";s:4:\"name\";s:10:\"node_links\";}s:18:\"node_book_children\";O:8:\"stdClass\":3:{s:3:\"uri\";s:90:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_book_children.inc\";s:8:\"filename\";s:22:\"node_book_children.inc\";s:4:\"name\";s:18:\"node_book_children\";}s:12:\"node_updated\";O:8:\"stdClass\":3:{s:3:\"uri\";s:84:\"sites/all/modules/contrib/ctools/plugins/content_types/node_context/node_updated.inc\";s:8:\"filename\";s:16:\"node_updated.inc\";s:4:\"name\";s:12:\"node_updated\";}s:12:\"entity_field\";O:8:\"stdClass\":3:{s:3:\"uri\";s:86:\"sites/all/modules/contrib/ctools/plugins/content_types/entity_context/entity_field.inc\";s:8:\"filename\";s:16:\"entity_field.inc\";s:4:\"name\";s:12:\"entity_field\";}s:18:\"entity_field_extra\";O:8:\"stdClass\":3:{s:3:\"uri\";s:92:\"sites/all/modules/contrib/ctools/plugins/content_types/entity_context/entity_field_extra.inc\";s:8:\"filename\";s:22:\"entity_field_extra.inc\";s:4:\"name\";s:18:\"entity_field_extra\";}s:17:\"entity_form_field\";O:8:\"stdClass\":3:{s:3:\"uri\";s:81:\"sites/all/modules/contrib/ctools/plugins/content_types/form/entity_form_field.inc\";s:8:\"filename\";s:21:\"entity_form_field.inc\";s:4:\"name\";s:17:\"entity_form_field\";}s:4:\"form\";O:8:\"stdClass\":3:{s:3:\"uri\";s:68:\"sites/all/modules/contrib/ctools/plugins/content_types/form/form.inc\";s:8:\"filename\";s:8:\"form.inc\";s:4:\"name\";s:4:\"form\";}s:20:\"page_secondary_links\";O:8:\"stdClass\":3:{s:3:\"uri\";s:84:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_secondary_links.inc\";s:8:\"filename\";s:24:\"page_secondary_links.inc\";s:4:\"name\";s:20:\"page_secondary_links\";}s:9:\"page_logo\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_logo.inc\";s:8:\"filename\";s:13:\"page_logo.inc\";s:4:\"name\";s:9:\"page_logo\";}s:13:\"page_messages\";O:8:\"stdClass\":3:{s:3:\"uri\";s:77:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_messages.inc\";s:8:\"filename\";s:17:\"page_messages.inc\";s:4:\"name\";s:13:\"page_messages\";}s:10:\"page_title\";O:8:\"stdClass\":3:{s:3:\"uri\";s:74:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_title.inc\";s:8:\"filename\";s:14:\"page_title.inc\";s:4:\"name\";s:10:\"page_title\";}s:18:\"page_primary_links\";O:8:\"stdClass\":3:{s:3:\"uri\";s:82:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_primary_links.inc\";s:8:\"filename\";s:22:\"page_primary_links.inc\";s:4:\"name\";s:18:\"page_primary_links\";}s:12:\"page_actions\";O:8:\"stdClass\":3:{s:3:\"uri\";s:76:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_actions.inc\";s:8:\"filename\";s:16:\"page_actions.inc\";s:4:\"name\";s:12:\"page_actions\";}s:15:\"page_feed_icons\";O:8:\"stdClass\":3:{s:3:\"uri\";s:79:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_feed_icons.inc\";s:8:\"filename\";s:19:\"page_feed_icons.inc\";s:4:\"name\";s:15:\"page_feed_icons\";}s:11:\"page_slogan\";O:8:\"stdClass\":3:{s:3:\"uri\";s:75:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_slogan.inc\";s:8:\"filename\";s:15:\"page_slogan.inc\";s:4:\"name\";s:11:\"page_slogan\";}s:14:\"page_site_name\";O:8:\"stdClass\":3:{s:3:\"uri\";s:78:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_site_name.inc\";s:8:\"filename\";s:18:\"page_site_name.inc\";s:4:\"name\";s:14:\"page_site_name\";}s:15:\"page_breadcrumb\";O:8:\"stdClass\":3:{s:3:\"uri\";s:79:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_breadcrumb.inc\";s:8:\"filename\";s:19:\"page_breadcrumb.inc\";s:4:\"name\";s:15:\"page_breadcrumb\";}s:9:\"page_help\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_help.inc\";s:8:\"filename\";s:13:\"page_help.inc\";s:4:\"name\";s:9:\"page_help\";}s:9:\"page_tabs\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/plugins/content_types/page/page_tabs.inc\";s:8:\"filename\";s:13:\"page_tabs.inc\";s:4:\"name\";s:9:\"page_tabs\";}s:11:\"search_form\";O:8:\"stdClass\":3:{s:3:\"uri\";s:77:\"sites/all/modules/contrib/ctools/plugins/content_types/search/search_form.inc\";s:8:\"filename\";s:15:\"search_form.inc\";s:4:\"name\";s:11:\"search_form\";}s:13:\"search_result\";O:8:\"stdClass\":3:{s:3:\"uri\";s:79:\"sites/all/modules/contrib/ctools/plugins/content_types/search/search_result.inc\";s:8:\"filename\";s:17:\"search_result.inc\";s:4:\"name\";s:13:\"search_result\";}s:4:\"node\";O:8:\"stdClass\":3:{s:3:\"uri\";s:68:\"sites/all/modules/contrib/ctools/plugins/content_types/node/node.inc\";s:8:\"filename\";s:8:\"node.inc\";s:4:\"name\";s:4:\"node\";}s:14:\"user_signature\";O:8:\"stdClass\":3:{s:3:\"uri\";s:86:\"sites/all/modules/contrib/ctools/plugins/content_types/user_context/user_signature.inc\";s:8:\"filename\";s:18:\"user_signature.inc\";s:4:\"name\";s:14:\"user_signature\";}s:12:\"user_picture\";O:8:\"stdClass\":3:{s:3:\"uri\";s:84:\"sites/all/modules/contrib/ctools/plugins/content_types/user_context/user_picture.inc\";s:8:\"filename\";s:16:\"user_picture.inc\";s:4:\"name\";s:12:\"user_picture\";}s:12:\"user_profile\";O:8:\"stdClass\":3:{s:3:\"uri\";s:84:\"sites/all/modules/contrib/ctools/plugins/content_types/user_context/user_profile.inc\";s:8:\"filename\";s:16:\"user_profile.inc\";s:4:\"name\";s:12:\"user_profile\";}s:14:\"profile_fields\";O:8:\"stdClass\":3:{s:3:\"uri\";s:86:\"sites/all/modules/contrib/ctools/plugins/content_types/user_context/profile_fields.inc\";s:8:\"filename\";s:18:\"profile_fields.inc\";s:4:\"name\";s:14:\"profile_fields\";}s:10:\"user_links\";O:8:\"stdClass\":3:{s:3:\"uri\";s:82:\"sites/all/modules/contrib/ctools/plugins/content_types/user_context/user_links.inc\";s:8:\"filename\";s:14:\"user_links.inc\";s:4:\"name\";s:10:\"user_links\";}s:5:\"token\";O:8:\"stdClass\":3:{s:3:\"uri\";s:70:\"sites/all/modules/contrib/ctools/plugins/content_types/token/token.inc\";s:8:\"filename\";s:9:\"token.inc\";s:4:\"name\";s:5:\"token\";}}s:6:\"entity\";a:1:{s:11:\"entity_view\";O:8:\"stdClass\":3:{s:3:\"uri\";s:69:\"sites/all/modules/contrib/entity/ctools/content_types/entity_view.inc\";s:8:\"filename\";s:15:\"entity_view.inc\";s:4:\"name\";s:11:\"entity_view\";}}s:16:\"field_collection\";a:0:{}s:11:\"file_entity\";a:2:{s:12:\"file_display\";O:8:\"stdClass\":3:{s:3:\"uri\";s:76:\"sites/all/modules/contrib/file_entity/plugins/content_types/file_display.inc\";s:8:\"filename\";s:16:\"file_display.inc\";s:4:\"name\";s:12:\"file_display\";}s:12:\"file_content\";O:8:\"stdClass\":3:{s:3:\"uri\";s:76:\"sites/all/modules/contrib/file_entity/plugins/content_types/file_content.inc\";s:8:\"filename\";s:16:\"file_content.inc\";s:4:\"name\";s:12:\"file_content\";}}s:10:\"menu_block\";a:1:{s:9:\"menu_tree\";O:8:\"stdClass\":3:{s:3:\"uri\";s:82:\"sites/all/modules/contrib/menu_block/plugins/content_types/menu_tree/menu_tree.inc\";s:8:\"filename\";s:13:\"menu_tree.inc\";s:4:\"name\";s:9:\"menu_tree\";}}s:2:\"og\";a:1:{s:17:\"node_create_links\";O:8:\"stdClass\":3:{s:3:\"uri\";s:90:\"sites/all/modules/contrib/og/plugins/content_types/node_create_links/node_create_links.inc\";s:8:\"filename\";s:21:\"node_create_links.inc\";s:4:\"name\";s:17:\"node_create_links\";}}s:5:\"og_ui\";a:1:{s:16:\"membership_links\";O:8:\"stdClass\":3:{s:3:\"uri\";s:94:\"sites/all/modules/contrib/og/og_ui/plugins/content_types/membership_links/membership_links.inc\";s:8:\"filename\";s:20:\"membership_links.inc\";s:4:\"name\";s:16:\"membership_links\";}}}',0,1646157100,1),('ctools_plugin_files:ctools:export_ui',_binary 'a:7:{s:6:\"ctools\";a:1:{s:16:\"ctools_export_ui\";O:8:\"stdClass\":3:{s:3:\"uri\";s:71:\"sites/all/modules/contrib/ctools/plugins/export_ui/ctools_export_ui.inc\";s:8:\"filename\";s:20:\"ctools_export_ui.inc\";s:4:\"name\";s:16:\"ctools_export_ui\";}}s:6:\"entity\";a:0:{}s:16:\"field_collection\";a:0:{}s:11:\"file_entity\";a:0:{}s:2:\"og\";a:0:{}s:5:\"og_ui\";a:0:{}s:8:\"views_ui\";a:1:{s:8:\"views_ui\";O:8:\"stdClass\":3:{s:3:\"uri\";s:62:\"sites/all/modules/contrib/views/plugins/export_ui/views_ui.inc\";s:8:\"filename\";s:12:\"views_ui.inc\";s:4:\"name\";s:8:\"views_ui\";}}}',0,1646157100,1),('ctools_plugin_files:entityreference:behavior',_binary 'a:2:{s:15:\"entityreference\";a:3:{s:17:\"views-select-list\";O:8:\"stdClass\":3:{s:3:\"uri\";s:80:\"sites/all/modules/contrib/entityreference/plugins/behavior/views-select-list.inc\";s:8:\"filename\";s:21:\"views-select-list.inc\";s:4:\"name\";s:17:\"views-select-list\";}s:14:\"taxonomy-index\";O:8:\"stdClass\":3:{s:3:\"uri\";s:77:\"sites/all/modules/contrib/entityreference/plugins/behavior/taxonomy-index.inc\";s:8:\"filename\";s:18:\"taxonomy-index.inc\";s:4:\"name\";s:14:\"taxonomy-index\";}s:8:\"abstract\";O:8:\"stdClass\":3:{s:3:\"uri\";s:71:\"sites/all/modules/contrib/entityreference/plugins/behavior/abstract.inc\";s:8:\"filename\";s:12:\"abstract.inc\";s:4:\"name\";s:8:\"abstract\";}}s:2:\"og\";a:2:{s:11:\"og_behavior\";O:8:\"stdClass\":3:{s:3:\"uri\";s:77:\"sites/all/modules/contrib/og/plugins/entityreference/behavior/og_behavior.inc\";s:8:\"filename\";s:15:\"og_behavior.inc\";s:4:\"name\";s:11:\"og_behavior\";}s:9:\"og_widget\";O:8:\"stdClass\":3:{s:3:\"uri\";s:75:\"sites/all/modules/contrib/og/plugins/entityreference/behavior/og_widget.inc\";s:8:\"filename\";s:13:\"og_widget.inc\";s:4:\"name\";s:9:\"og_widget\";}}}',0,1646157100,1),('ctools_plugin_files:entityreference:selection',_binary 'a:2:{s:15:\"entityreference\";a:3:{s:5:\"views\";O:8:\"stdClass\":3:{s:3:\"uri\";s:69:\"sites/all/modules/contrib/entityreference/plugins/selection/views.inc\";s:8:\"filename\";s:9:\"views.inc\";s:4:\"name\";s:5:\"views\";}s:4:\"base\";O:8:\"stdClass\":3:{s:3:\"uri\";s:68:\"sites/all/modules/contrib/entityreference/plugins/selection/base.inc\";s:8:\"filename\";s:8:\"base.inc\";s:4:\"name\";s:4:\"base\";}s:8:\"abstract\";O:8:\"stdClass\":3:{s:3:\"uri\";s:72:\"sites/all/modules/contrib/entityreference/plugins/selection/abstract.inc\";s:8:\"filename\";s:12:\"abstract.inc\";s:4:\"name\";s:8:\"abstract\";}}s:2:\"og\";a:1:{s:2:\"og\";O:8:\"stdClass\":3:{s:3:\"uri\";s:69:\"sites/all/modules/contrib/og/plugins/entityreference/selection/og.inc\";s:8:\"filename\";s:6:\"og.inc\";s:4:\"name\";s:2:\"og\";}}}',0,1646160656,1),('ctools_plugin_files:page_manager:tasks',_binary 'a:2:{s:11:\"file_entity\";a:1:{s:9:\"file_view\";O:8:\"stdClass\":3:{s:3:\"uri\";s:65:\"sites/all/modules/contrib/file_entity/plugins/tasks/file_view.inc\";s:8:\"filename\";s:13:\"file_view.inc\";s:4:\"name\";s:9:\"file_view\";}}s:12:\"page_manager\";a:14:{s:4:\"blog\";O:8:\"stdClass\":3:{s:3:\"uri\";s:68:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/blog.inc\";s:8:\"filename\";s:8:\"blog.inc\";s:4:\"name\";s:4:\"blog\";}s:6:\"search\";O:8:\"stdClass\":3:{s:3:\"uri\";s:70:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/search.inc\";s:8:\"filename\";s:10:\"search.inc\";s:4:\"name\";s:6:\"search\";}s:13:\"comment_reply\";O:8:\"stdClass\":3:{s:3:\"uri\";s:77:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/comment_reply.inc\";s:8:\"filename\";s:17:\"comment_reply.inc\";s:4:\"name\";s:13:\"comment_reply\";}s:9:\"node_view\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/node_view.inc\";s:8:\"filename\";s:13:\"node_view.inc\";s:4:\"name\";s:9:\"node_view\";}s:10:\"page.admin\";O:8:\"stdClass\":3:{s:3:\"uri\";s:74:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc\";s:8:\"filename\";s:14:\"page.admin.inc\";s:4:\"name\";s:10:\"page.admin\";}s:9:\"blog_user\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/blog_user.inc\";s:8:\"filename\";s:13:\"blog_user.inc\";s:4:\"name\";s:9:\"blog_user\";}s:12:\"contact_user\";O:8:\"stdClass\":3:{s:3:\"uri\";s:76:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/contact_user.inc\";s:8:\"filename\";s:16:\"contact_user.inc\";s:4:\"name\";s:12:\"contact_user\";}s:4:\"page\";O:8:\"stdClass\":3:{s:3:\"uri\";s:68:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.inc\";s:8:\"filename\";s:8:\"page.inc\";s:4:\"name\";s:4:\"page\";}s:9:\"term_view\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/term_view.inc\";s:8:\"filename\";s:13:\"term_view.inc\";s:4:\"name\";s:9:\"term_view\";}s:4:\"poll\";O:8:\"stdClass\":3:{s:3:\"uri\";s:68:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/poll.inc\";s:8:\"filename\";s:8:\"poll.inc\";s:4:\"name\";s:4:\"poll\";}s:12:\"contact_site\";O:8:\"stdClass\":3:{s:3:\"uri\";s:76:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/contact_site.inc\";s:8:\"filename\";s:16:\"contact_site.inc\";s:4:\"name\";s:12:\"contact_site\";}s:9:\"user_view\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/user_view.inc\";s:8:\"filename\";s:13:\"user_view.inc\";s:4:\"name\";s:9:\"user_view\";}s:9:\"node_edit\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/node_edit.inc\";s:8:\"filename\";s:13:\"node_edit.inc\";s:4:\"name\";s:9:\"node_edit\";}s:9:\"user_edit\";O:8:\"stdClass\":3:{s:3:\"uri\";s:73:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/user_edit.inc\";s:8:\"filename\";s:13:\"user_edit.inc\";s:4:\"name\";s:9:\"user_edit\";}}}',0,1646157100,1),('ctools_plugin_type_info',_binary 'a:6:{s:12:\"addressfield\";a:1:{s:6:\"format\";a:13:{s:11:\"load themes\";b:1;s:6:\"module\";s:12:\"addressfield\";s:4:\"type\";s:6:\"format\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:19:\"addressfield_format\";}}s:6:\"ctools\";a:7:{s:8:\"contexts\";a:14:{s:13:\"child plugins\";b:1;s:6:\"module\";s:6:\"ctools\";s:4:\"type\";s:8:\"contexts\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:15:\"ctools_contexts\";s:11:\"load themes\";b:0;}s:9:\"arguments\";a:14:{s:13:\"child plugins\";b:1;s:6:\"module\";s:6:\"ctools\";s:4:\"type\";s:9:\"arguments\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:16:\"ctools_arguments\";s:11:\"load themes\";b:0;}s:13:\"relationships\";a:14:{s:13:\"child plugins\";b:1;s:6:\"module\";s:6:\"ctools\";s:4:\"type\";s:13:\"relationships\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:20:\"ctools_relationships\";s:11:\"load themes\";b:0;}s:6:\"access\";a:14:{s:13:\"child plugins\";b:1;s:6:\"module\";s:6:\"ctools\";s:4:\"type\";s:6:\"access\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:13:\"ctools_access\";s:11:\"load themes\";b:0;}s:13:\"content_types\";a:13:{s:5:\"cache\";b:0;s:7:\"process\";a:3:{s:8:\"function\";s:22:\"ctools_content_process\";s:4:\"file\";s:11:\"content.inc\";s:4:\"path\";s:41:\"sites/all/modules/contrib/ctools/includes\";}s:6:\"module\";s:6:\"ctools\";s:4:\"type\";s:13:\"content_types\";s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:20:\"ctools_content_types\";s:11:\"load themes\";b:0;}s:9:\"export_ui\";a:13:{s:7:\"process\";a:3:{s:8:\"function\";s:24:\"ctools_export_ui_process\";s:4:\"file\";s:13:\"export-ui.inc\";s:4:\"path\";s:41:\"sites/all/modules/contrib/ctools/includes\";}s:7:\"classes\";a:1:{i:0;s:7:\"handler\";}s:6:\"module\";s:6:\"ctools\";s:4:\"type\";s:9:\"export_ui\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:16:\"ctools_export_ui\";s:11:\"load themes\";b:0;}s:5:\"cache\";a:13:{s:6:\"module\";s:6:\"ctools\";s:4:\"type\";s:5:\"cache\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:12:\"ctools_cache\";s:11:\"load themes\";b:0;}}s:15:\"entityreference\";a:2:{s:9:\"selection\";a:13:{s:7:\"classes\";a:1:{i:0;s:5:\"class\";}s:6:\"module\";s:15:\"entityreference\";s:4:\"type\";s:9:\"selection\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:25:\"entityreference_selection\";s:11:\"load themes\";b:0;}s:8:\"behavior\";a:13:{s:7:\"classes\";a:1:{i:0;s:5:\"class\";}s:7:\"process\";s:39:\"entityreference_behavior_plugin_process\";s:6:\"module\";s:15:\"entityreference\";s:4:\"type\";s:8:\"behavior\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:24:\"entityreference_behavior\";s:11:\"load themes\";b:0;}}s:21:\"views_bulk_operations\";a:1:{s:15:\"operation_types\";a:13:{s:7:\"classes\";a:1:{i:0;s:7:\"handler\";}s:6:\"module\";s:21:\"views_bulk_operations\";s:4:\"type\";s:15:\"operation_types\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:37:\"views_bulk_operations_operation_types\";s:11:\"load themes\";b:0;}}s:8:\"views_ui\";a:1:{s:12:\"views_wizard\";a:14:{s:13:\"child plugins\";b:1;s:7:\"classes\";a:1:{i:0;s:17:\"form_wizard_class\";}s:8:\"defaults\";a:6:{s:12:\"get children\";N;s:9:\"get child\";N;s:5:\"title\";s:0:\"\";s:10:\"base_table\";N;s:12:\"get_instance\";s:33:\"views_ui_get_form_wizard_instance\";s:17:\"form_wizard_class\";a:2:{s:4:\"file\";s:26:\"views_ui_base_views_wizard\";s:5:\"class\";s:22:\"ViewsUiBaseViewsWizard\";}}s:6:\"module\";s:8:\"views_ui\";s:4:\"type\";s:12:\"views_wizard\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:9:\"use hooks\";b:0;s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:21:\"views_ui_views_wizard\";s:11:\"load themes\";b:0;}}s:12:\"page_manager\";a:3:{s:5:\"tasks\";a:13:{s:6:\"module\";s:12:\"page_manager\";s:4:\"type\";s:5:\"tasks\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:18:\"page_manager_tasks\";s:11:\"load themes\";b:0;}s:13:\"task_handlers\";a:13:{s:6:\"module\";s:12:\"page_manager\";s:4:\"type\";s:13:\"task_handlers\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:26:\"page_manager_task_handlers\";s:11:\"load themes\";b:0;}s:12:\"page_wizards\";a:13:{s:6:\"module\";s:12:\"page_manager\";s:4:\"type\";s:12:\"page_wizards\";s:5:\"cache\";b:0;s:11:\"cache table\";s:5:\"cache\";s:7:\"classes\";a:0:{}s:9:\"use hooks\";b:0;s:8:\"defaults\";a:0:{}s:7:\"process\";s:0:\"\";s:9:\"alterable\";b:1;s:9:\"extension\";s:3:\"inc\";s:9:\"info file\";b:0;s:4:\"hook\";s:25:\"page_manager_page_wizards\";s:11:\"load themes\";b:0;}}}',0,1646157100,1),('entity_info:en',_binary 'a:12:{s:7:\"country\";a:17:{s:5:\"label\";s:7:\"Country\";s:12:\"entity class\";s:6:\"Entity\";s:16:\"controller class\";s:29:\"EntityAPIControllerExportable\";s:10:\"base table\";s:17:\"countries_country\";s:9:\"fieldable\";b:1;s:6:\"module\";s:9:\"countries\";s:11:\"entity keys\";a:5:{s:2:\"id\";s:3:\"cid\";s:4:\"name\";s:4:\"iso2\";s:5:\"label\";s:4:\"name\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:7:\"bundles\";a:1:{s:7:\"country\";a:3:{s:5:\"label\";s:7:\"Country\";s:5:\"admin\";a:2:{s:4:\"path\";s:31:\"admin/config/regional/countries\";s:16:\"access arguments\";a:1:{i:0;s:29:\"administer site configuration\";}}s:11:\"rdf_mapping\";a:0:{}}}s:10:\"view modes\";a:2:{s:4:\"full\";a:2:{s:5:\"label\";s:7:\"Country\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:12:\"country_load\";s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:9:{s:3:\"cid\";s:6:\"serial\";s:4:\"iso2\";s:4:\"char\";s:4:\"iso3\";s:4:\"char\";s:4:\"name\";s:7:\"varchar\";s:13:\"official_name\";s:7:\"varchar\";s:7:\"numcode\";s:3:\"int\";s:9:\"continent\";s:4:\"char\";s:7:\"enabled\";s:3:\"int\";s:8:\"language\";s:7:\"varchar\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:9:{i:0;s:3:\"cid\";i:1;s:4:\"iso2\";i:2;s:4:\"iso3\";i:3;s:4:\"name\";i:4;s:13:\"official_name\";i:5;s:7:\"numcode\";i:6;s:9:\"continent\";i:7;s:7:\"enabled\";i:8;s:8:\"language\";}}s:10:\"token type\";s:7:\"country\";s:13:\"configuration\";b:0;}s:21:\"field_collection_item\";a:24:{s:5:\"label\";s:21:\"Field collection item\";s:14:\"label callback\";s:18:\"entity_class_label\";s:12:\"uri callback\";s:16:\"entity_class_uri\";s:12:\"entity class\";s:25:\"FieldCollectionItemEntity\";s:16:\"controller class\";s:19:\"EntityAPIController\";s:10:\"base table\";s:21:\"field_collection_item\";s:14:\"revision table\";s:30:\"field_collection_item_revision\";s:9:\"fieldable\";b:1;s:8:\"redirect\";b:0;s:11:\"entity keys\";a:3:{s:2:\"id\";s:7:\"item_id\";s:8:\"revision\";s:11:\"revision_id\";s:6:\"bundle\";s:10:\"field_name\";}s:6:\"module\";s:16:\"field_collection\";s:10:\"view modes\";a:2:{s:4:\"full\";a:2:{s:5:\"label\";s:12:\"Full content\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:15:\"access callback\";s:28:\"field_collection_item_access\";s:17:\"deletion callback\";s:28:\"field_collection_item_delete\";s:25:\"metadata controller class\";s:37:\"FieldCollectionItemMetadataController\";s:11:\"translation\";a:1:{s:18:\"entity_translation\";a:4:{s:5:\"class\";s:43:\"EntityTranslationFieldCollectionItemHandler\";s:9:\"base path\";s:62:\"field-collection/field-slideshow-images/%field_collection_item\";s:13:\"path wildcard\";s:22:\"%field_collection_item\";s:14:\"default_scheme\";s:22:\"field_slideshow_images\";}}s:7:\"bundles\";a:1:{s:22:\"field_slideshow_images\";a:3:{s:5:\"label\";s:39:\"Field collection field_slideshow_images\";s:5:\"admin\";a:4:{s:4:\"path\";s:62:\"admin/structure/field-collections/%field_collection_field_name\";s:9:\"real path\";s:56:\"admin/structure/field-collections/field-slideshow-images\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:28:\"administer field collections\";}}s:11:\"rdf_mapping\";a:0:{}}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:26:\"field_collection_item_load\";s:22:\"base table field types\";a:4:{s:7:\"item_id\";s:6:\"serial\";s:11:\"revision_id\";s:3:\"int\";s:10:\"field_name\";s:7:\"varchar\";s:8:\"archived\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:2:{s:10:\"base table\";a:4:{i:0;s:7:\"item_id\";i:1;s:11:\"revision_id\";i:2;s:10:\"field_name\";i:3;s:8:\"archived\";}s:14:\"revision table\";a:2:{i:0;s:11:\"revision_id\";i:1;s:7:\"item_id\";}}s:10:\"token type\";s:21:\"field_collection_item\";s:13:\"configuration\";b:0;}s:16:\"i18n_translation\";a:16:{s:5:\"label\";s:15:\"Translation set\";s:16:\"controller class\";s:28:\"I18nTranslationSetController\";s:10:\"base table\";s:20:\"i18n_translation_set\";s:9:\"fieldable\";b:0;s:11:\"entity keys\";a:4:{s:2:\"id\";s:4:\"tsid\";s:6:\"bundle\";s:4:\"type\";s:5:\"label\";s:5:\"title\";s:8:\"revision\";s:0:\"\";}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:4:\"type\";}s:7:\"bundles\";a:3:{s:9:\"menu_link\";a:2:{s:5:\"label\";s:9:\"Menu link\";s:11:\"rdf_mapping\";a:0:{}}s:4:\"path\";a:2:{s:5:\"label\";s:4:\"Path\";s:11:\"rdf_mapping\";a:0:{}}s:13:\"taxonomy_term\";a:2:{s:5:\"label\";s:13:\"Taxonomy term\";s:11:\"rdf_mapping\";a:0:{}}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:21:\"i18n_translation_load\";s:10:\"view modes\";a:0:{}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:8:{s:4:\"tsid\";s:6:\"serial\";s:5:\"title\";s:7:\"varchar\";s:4:\"type\";s:7:\"varchar\";s:6:\"bundle\";s:7:\"varchar\";s:9:\"master_id\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:7:\"created\";s:3:\"int\";s:7:\"changed\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:8:{i:0;s:4:\"tsid\";i:1;s:5:\"title\";i:2;s:4:\"type\";i:3;s:6:\"bundle\";i:4;s:9:\"master_id\";i:5;s:6:\"status\";i:6;s:7:\"created\";i:7;s:7:\"changed\";}}s:10:\"token type\";s:16:\"i18n_translation\";s:13:\"configuration\";b:0;}s:4:\"node\";a:27:{s:5:\"label\";s:4:\"Node\";s:16:\"controller class\";s:14:\"NodeController\";s:10:\"base table\";s:4:\"node\";s:14:\"revision table\";s:13:\"node_revision\";s:12:\"uri callback\";s:8:\"node_uri\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:5:{s:2:\"id\";s:3:\"nid\";s:8:\"revision\";s:3:\"vid\";s:6:\"bundle\";s:4:\"type\";s:5:\"label\";s:5:\"title\";s:8:\"language\";s:8:\"language\";}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:4:\"type\";}s:7:\"bundles\";a:7:{s:7:\"article\";a:3:{s:5:\"label\";s:7:\"Article\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:36:\"admin/structure/types/manage/article\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:11:{s:11:\"field_image\";a:2:{s:10:\"predicates\";a:2:{i:0;s:8:\"og:image\";i:1;s:12:\"rdfs:seeAlso\";}s:4:\"type\";s:3:\"rel\";}s:10:\"field_tags\";a:2:{s:10:\"predicates\";a:1:{i:0;s:10:\"dc:subject\";}s:4:\"type\";s:3:\"rel\";}s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:7:\"webform\";a:3:{s:5:\"label\";s:10:\"Assessment\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:36:\"admin/structure/types/manage/webform\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:4:\"page\";a:3:{s:5:\"label\";s:10:\"Basic page\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:33:\"admin/structure/types/manage/page\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:1:{i:0;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:11:\"group_class\";a:3:{s:5:\"label\";s:5:\"Group\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:40:\"admin/structure/types/manage/group-class\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:12:\"group_school\";a:3:{s:5:\"label\";s:6:\"School\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:41:\"admin/structure/types/manage/group-school\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:9:\"slideshow\";a:3:{s:5:\"label\";s:9:\"Slideshow\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:38:\"admin/structure/types/manage/slideshow\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:13:\"other_webform\";a:3:{s:5:\"label\";s:7:\"Webform\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:42:\"admin/structure/types/manage/other-webform\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}}s:10:\"view modes\";a:4:{s:4:\"full\";a:2:{s:5:\"label\";s:12:\"Full content\";s:15:\"custom settings\";b:0;}s:6:\"teaser\";a:2:{s:5:\"label\";s:6:\"Teaser\";s:15:\"custom settings\";b:1;}s:3:\"rss\";a:2:{s:5:\"label\";s:3:\"RSS\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:9:\"node_load\";s:11:\"translation\";a:1:{s:6:\"locale\";b:1;}s:22:\"base table field types\";a:14:{s:3:\"nid\";s:6:\"serial\";s:3:\"vid\";s:3:\"int\";s:4:\"type\";s:7:\"varchar\";s:8:\"language\";s:7:\"varchar\";s:5:\"title\";s:7:\"varchar\";s:3:\"uid\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:7:\"created\";s:3:\"int\";s:7:\"changed\";s:3:\"int\";s:7:\"comment\";s:3:\"int\";s:7:\"promote\";s:3:\"int\";s:6:\"sticky\";s:3:\"int\";s:4:\"tnid\";s:3:\"int\";s:9:\"translate\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:2:{s:10:\"base table\";a:14:{i:0;s:3:\"nid\";i:1;s:3:\"vid\";i:2;s:4:\"type\";i:3;s:8:\"language\";i:4;s:5:\"title\";i:5;s:3:\"uid\";i:6;s:6:\"status\";i:7;s:7:\"created\";i:8;s:7:\"changed\";i:9;s:7:\"comment\";i:10;s:7:\"promote\";i:11;s:6:\"sticky\";i:12;s:4:\"tnid\";i:13;s:9:\"translate\";}s:14:\"revision table\";a:10:{i:0;s:3:\"nid\";i:1;s:3:\"vid\";i:2;s:3:\"uid\";i:3;s:5:\"title\";i:4;s:3:\"log\";i:5;s:9:\"timestamp\";i:6;s:6:\"status\";i:7;s:7:\"comment\";i:8;s:7:\"promote\";i:9;s:6:\"sticky\";}}s:10:\"token type\";s:4:\"node\";s:12:\"plural label\";s:5:\"Nodes\";s:11:\"description\";s:44:\"Nodes represent the main site content items.\";s:15:\"access callback\";s:35:\"entity_metadata_no_hook_node_access\";s:17:\"creation callback\";s:27:\"entity_metadata_create_node\";s:13:\"save callback\";s:9:\"node_save\";s:17:\"deletion callback\";s:11:\"node_delete\";s:26:\"revision deletion callback\";s:20:\"node_revision_delete\";s:13:\"form callback\";s:25:\"entity_metadata_form_node\";s:13:\"view callback\";s:25:\"entity_metadata_view_node\";s:13:\"configuration\";b:0;}s:18:\"og_membership_type\";a:25:{s:5:\"label\";s:18:\"OG membership type\";s:16:\"controller class\";s:29:\"EntityAPIControllerExportable\";s:12:\"entity class\";s:16:\"OgMembershipType\";s:10:\"base table\";s:18:\"og_membership_type\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:5:{s:2:\"id\";s:2:\"id\";s:5:\"label\";s:11:\"description\";s:4:\"name\";s:4:\"name\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:10:\"exportable\";b:1;s:6:\"export\";a:1:{s:12:\"default hook\";s:26:\"default_og_membership_type\";}s:9:\"bundle of\";s:13:\"og_membership\";s:6:\"module\";s:2:\"og\";s:25:\"metadata controller class\";s:31:\"EntityDefaultMetadataController\";s:22:\"views controller class\";s:28:\"EntityDefaultViewsController\";s:15:\"access callback\";s:25:\"og_membership_type_access\";s:12:\"entity cache\";b:0;s:8:\"admin ui\";a:3:{s:4:\"path\";s:35:\"admin/config/group/group-membership\";s:4:\"file\";s:21:\"includes/og.admin.inc\";s:16:\"controller class\";s:28:\"OgMembershipTypeUIController\";}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:23:\"og_membership_type_load\";s:7:\"bundles\";a:1:{s:18:\"og_membership_type\";a:2:{s:5:\"label\";s:18:\"OG membership type\";s:11:\"rdf_mapping\";a:0:{}}}s:10:\"view modes\";a:1:{s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:6:{s:2:\"id\";s:6:\"serial\";s:4:\"name\";s:7:\"varchar\";s:11:\"description\";s:7:\"varchar\";s:6:\"status\";s:3:\"int\";s:6:\"module\";s:7:\"varchar\";s:8:\"language\";s:7:\"varchar\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:6:{i:0;s:2:\"id\";i:1;s:4:\"name\";i:2;s:11:\"description\";i:3;s:6:\"status\";i:4;s:6:\"module\";i:5;s:8:\"language\";}}s:10:\"token type\";s:18:\"og_membership_type\";s:13:\"configuration\";b:1;}s:13:\"og_membership\";a:23:{s:5:\"label\";s:13:\"OG membership\";s:12:\"entity class\";s:12:\"OgMembership\";s:16:\"controller class\";s:19:\"EntityAPIController\";s:10:\"base table\";s:13:\"og_membership\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:4:{s:2:\"id\";s:2:\"id\";s:5:\"label\";b:0;s:6:\"bundle\";s:4:\"type\";s:8:\"revision\";s:0:\"\";}s:14:\"label callback\";s:19:\"og_membership_label\";s:7:\"bundles\";a:1:{s:26:\"og_membership_type_default\";a:3:{s:5:\"label\";s:26:\"og_membership_type_default\";s:5:\"admin\";a:4:{s:4:\"path\";s:62:\"admin/config/group/group-membership/manage/%og_membership_type\";s:9:\"real path\";s:69:\"admin/config/group/group-membership/manage/og_membership_type_default\";s:15:\"bundle argument\";i:5;s:16:\"access arguments\";a:1:{i:0;s:16:\"administer group\";}}s:11:\"rdf_mapping\";a:0:{}}}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:4:\"name\";}s:6:\"module\";s:2:\"og\";s:25:\"metadata controller class\";s:30:\"OgMembershipMetadataController\";s:22:\"views controller class\";s:27:\"OgMembershipViewsController\";s:15:\"access callback\";s:20:\"og_membership_access\";s:12:\"entity cache\";b:0;s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:18:\"og_membership_load\";s:10:\"view modes\";a:1:{s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:10:{s:2:\"id\";s:6:\"serial\";s:4:\"type\";s:7:\"varchar\";s:4:\"etid\";s:3:\"int\";s:11:\"entity_type\";s:7:\"varchar\";s:3:\"gid\";s:3:\"int\";s:10:\"group_type\";s:7:\"varchar\";s:5:\"state\";s:7:\"varchar\";s:7:\"created\";s:3:\"int\";s:10:\"field_name\";s:7:\"varchar\";s:8:\"language\";s:7:\"varchar\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:10:{i:0;s:2:\"id\";i:1;s:4:\"type\";i:2;s:4:\"etid\";i:3;s:11:\"entity_type\";i:4;s:3:\"gid\";i:5;s:10:\"group_type\";i:6;s:5:\"state\";i:7;s:7:\"created\";i:8;s:10:\"field_name\";i:9;s:8:\"language\";}}s:10:\"token type\";s:13:\"og_membership\";s:13:\"configuration\";b:0;}s:4:\"file\";a:27:{s:5:\"label\";s:4:\"File\";s:10:\"base table\";s:12:\"file_managed\";s:11:\"entity keys\";a:4:{s:2:\"id\";s:3:\"fid\";s:5:\"label\";s:8:\"filename\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:4:\"type\";}s:12:\"static cache\";b:0;s:9:\"fieldable\";b:1;s:16:\"controller class\";s:29:\"DrupalDefaultEntityController\";s:11:\"field cache\";b:1;s:9:\"load hook\";s:9:\"file_load\";s:7:\"bundles\";a:4:{s:5:\"audio\";a:3:{s:5:\"label\";s:5:\"Audio\";s:5:\"admin\";a:4:{s:4:\"path\";s:44:\"admin/structure/file-types/manage/%file_type\";s:9:\"real path\";s:39:\"admin/structure/file-types/manage/audio\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:21:\"administer file types\";}}s:11:\"rdf_mapping\";a:0:{}}s:8:\"document\";a:3:{s:5:\"label\";s:8:\"Document\";s:5:\"admin\";a:4:{s:4:\"path\";s:44:\"admin/structure/file-types/manage/%file_type\";s:9:\"real path\";s:42:\"admin/structure/file-types/manage/document\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:21:\"administer file types\";}}s:11:\"rdf_mapping\";a:0:{}}s:5:\"image\";a:3:{s:5:\"label\";s:5:\"Image\";s:5:\"admin\";a:4:{s:4:\"path\";s:44:\"admin/structure/file-types/manage/%file_type\";s:9:\"real path\";s:39:\"admin/structure/file-types/manage/image\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:21:\"administer file types\";}}s:11:\"rdf_mapping\";a:0:{}}s:5:\"video\";a:3:{s:5:\"label\";s:5:\"Video\";s:5:\"admin\";a:4:{s:4:\"path\";s:44:\"admin/structure/file-types/manage/%file_type\";s:9:\"real path\";s:39:\"admin/structure/file-types/manage/video\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:21:\"administer file types\";}}s:11:\"rdf_mapping\";a:0:{}}}s:10:\"view modes\";a:8:{s:6:\"teaser\";a:2:{s:5:\"label\";s:6:\"Teaser\";s:15:\"custom settings\";b:1;}s:4:\"full\";a:2:{s:5:\"label\";s:12:\"Full content\";s:15:\"custom settings\";b:0;}s:7:\"preview\";a:2:{s:5:\"label\";s:7:\"Preview\";s:15:\"custom settings\";b:1;}s:3:\"rss\";a:2:{s:5:\"label\";s:3:\"RSS\";s:15:\"custom settings\";b:0;}s:10:\"media_link\";a:2:{s:5:\"label\";s:4:\"Link\";s:15:\"custom settings\";b:1;}s:14:\"media_original\";a:2:{s:5:\"label\";s:8:\"Original\";s:15:\"custom settings\";b:1;}s:7:\"wysiwyg\";a:2:{s:5:\"label\";s:7:\"WYSIWYG\";s:15:\"custom settings\";b:1;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:9:{s:3:\"fid\";s:6:\"serial\";s:3:\"uid\";s:3:\"int\";s:8:\"filename\";s:7:\"varchar\";s:3:\"uri\";s:7:\"varchar\";s:8:\"filemime\";s:7:\"varchar\";s:8:\"filesize\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:9:\"timestamp\";s:3:\"int\";s:4:\"type\";s:7:\"varchar\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:9:{i:0;s:3:\"fid\";i:1;s:3:\"uid\";i:2;s:8:\"filename\";i:3;s:3:\"uri\";i:4;s:8:\"filemime\";i:5;s:8:\"filesize\";i:6;s:6:\"status\";i:7;s:9:\"timestamp\";i:8;s:4:\"type\";}}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:4:\"type\";}s:12:\"uri callback\";s:15:\"file_entity_uri\";s:8:\"metatags\";b:1;s:17:\"creation callback\";s:29:\"entity_metadata_create_object\";s:13:\"view callback\";s:30:\"file_entity_metadata_view_file\";s:13:\"form callback\";s:30:\"file_entity_metadata_form_file\";s:15:\"access callback\";s:18:\"file_entity_access\";s:17:\"field replacement\";a:1:{s:8:\"filename\";a:3:{s:5:\"field\";a:3:{s:4:\"type\";s:4:\"text\";s:11:\"cardinality\";i:1;s:12:\"translatable\";b:1;}s:8:\"instance\";a:6:{s:5:\"label\";s:9:\"File name\";s:11:\"description\";s:28:\"A field replacing file name.\";s:8:\"required\";b:1;s:8:\"settings\";a:1:{s:15:\"text_processing\";i:0;}s:6:\"widget\";a:1:{s:6:\"weight\";i:-5;}s:7:\"display\";a:1:{s:7:\"default\";a:1:{s:4:\"type\";s:6:\"hidden\";}}}s:14:\"preprocess_key\";s:8:\"filename\";}}s:10:\"token type\";s:4:\"file\";s:12:\"plural label\";s:5:\"Files\";s:11:\"description\";s:14:\"Uploaded file.\";s:13:\"save callback\";s:9:\"file_save\";s:17:\"deletion callback\";s:27:\"entity_metadata_delete_file\";s:13:\"configuration\";b:0;}s:13:\"taxonomy_term\";a:26:{s:5:\"label\";s:13:\"Taxonomy term\";s:16:\"controller class\";s:22:\"TaxonomyTermController\";s:10:\"base table\";s:18:\"taxonomy_term_data\";s:12:\"uri callback\";s:17:\"taxonomy_term_uri\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:5:{s:2:\"id\";s:3:\"tid\";s:6:\"bundle\";s:23:\"vocabulary_machine_name\";s:5:\"label\";s:4:\"name\";s:8:\"revision\";s:0:\"\";s:8:\"language\";s:8:\"language\";}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:12:\"machine_name\";}s:7:\"bundles\";a:6:{s:4:\"ages\";a:3:{s:5:\"label\";s:4:\"Ages\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:29:\"admin/structure/taxonomy/ages\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:8:\"category\";a:3:{s:5:\"label\";s:8:\"Category\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:33:\"admin/structure/taxonomy/category\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:9:\"provinces\";a:3:{s:5:\"label\";s:9:\"Provinces\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:34:\"admin/structure/taxonomy/provinces\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:8:\"projects\";a:3:{s:5:\"label\";s:8:\"Projects\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:33:\"admin/structure/taxonomy/projects\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:13:\"organizations\";a:3:{s:5:\"label\";s:13:\"Organizations\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:38:\"admin/structure/taxonomy/organizations\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:6:\"states\";a:3:{s:5:\"label\";s:6:\"States\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:31:\"admin/structure/taxonomy/states\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}}s:10:\"view modes\";a:2:{s:4:\"full\";a:2:{s:5:\"label\";s:18:\"Taxonomy term page\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:18:\"taxonomy_term_load\";s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:8:{s:3:\"tid\";s:6:\"serial\";s:3:\"vid\";s:3:\"int\";s:4:\"name\";s:7:\"varchar\";s:11:\"description\";s:4:\"text\";s:6:\"format\";s:7:\"varchar\";s:6:\"weight\";s:3:\"int\";s:8:\"language\";s:7:\"varchar\";s:9:\"i18n_tsid\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:8:{i:0;s:3:\"tid\";i:1;s:3:\"vid\";i:2;s:4:\"name\";i:3;s:11:\"description\";i:4;s:6:\"format\";i:5;s:6:\"weight\";i:6;s:8:\"language\";i:7;s:9:\"i18n_tsid\";}}s:10:\"token type\";s:4:\"term\";s:14:\"label callback\";s:33:\"i18n_taxonomy_taxonomy_term_label\";s:12:\"plural label\";s:14:\"Taxonomy terms\";s:11:\"description\";s:48:\"Taxonomy terms are used for classifying content.\";s:15:\"access callback\";s:31:\"entity_metadata_taxonomy_access\";s:17:\"creation callback\";s:29:\"entity_metadata_create_object\";s:13:\"save callback\";s:18:\"taxonomy_term_save\";s:17:\"deletion callback\";s:20:\"taxonomy_term_delete\";s:13:\"view callback\";s:27:\"entity_metadata_view_single\";s:13:\"form callback\";s:34:\"entity_metadata_form_taxonomy_term\";s:13:\"configuration\";b:0;}s:19:\"taxonomy_vocabulary\";a:22:{s:5:\"label\";s:19:\"Taxonomy vocabulary\";s:16:\"controller class\";s:28:\"TaxonomyVocabularyController\";s:10:\"base table\";s:19:\"taxonomy_vocabulary\";s:11:\"entity keys\";a:4:{s:2:\"id\";s:3:\"vid\";s:5:\"label\";s:4:\"name\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:9:\"fieldable\";b:0;s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:24:\"taxonomy_vocabulary_load\";s:7:\"bundles\";a:1:{s:19:\"taxonomy_vocabulary\";a:2:{s:5:\"label\";s:19:\"Taxonomy vocabulary\";s:11:\"rdf_mapping\";a:3:{s:7:\"rdftype\";a:1:{i:0;s:18:\"skos:ConceptScheme\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:12:\"rdfs:comment\";}}}}}s:10:\"view modes\";a:0:{}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:9:{s:3:\"vid\";s:6:\"serial\";s:4:\"name\";s:7:\"varchar\";s:12:\"machine_name\";s:7:\"varchar\";s:11:\"description\";s:4:\"text\";s:9:\"hierarchy\";s:3:\"int\";s:6:\"module\";s:7:\"varchar\";s:6:\"weight\";s:3:\"int\";s:8:\"language\";s:7:\"varchar\";s:9:\"i18n_mode\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:11:{i:0;s:3:\"vid\";i:1;s:4:\"name\";i:2;s:12:\"machine_name\";i:3;s:11:\"description\";i:4;s:9:\"hierarchy\";i:5;s:6:\"module\";i:6;s:6:\"weight\";i:7;s:8:\"language\";i:8;s:9:\"i18n_mode\";i:9;s:9:\"i18n_mode\";i:10;s:8:\"language\";}}s:10:\"token type\";s:10:\"vocabulary\";s:12:\"plural label\";s:21:\"Taxonomy vocabularies\";s:11:\"description\";s:84:\"Vocabularies contain related taxonomy terms, which are used for classifying content.\";s:15:\"access callback\";s:31:\"entity_metadata_taxonomy_access\";s:17:\"creation callback\";s:29:\"entity_metadata_create_object\";s:13:\"save callback\";s:24:\"taxonomy_vocabulary_save\";s:17:\"deletion callback\";s:26:\"taxonomy_vocabulary_delete\";s:13:\"form callback\";s:40:\"entity_metadata_form_taxonomy_vocabulary\";s:13:\"configuration\";b:0;}s:4:\"user\";a:25:{s:5:\"label\";s:4:\"User\";s:16:\"controller class\";s:14:\"UserController\";s:10:\"base table\";s:5:\"users\";s:12:\"uri callback\";s:8:\"user_uri\";s:14:\"label callback\";s:15:\"format_username\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:3:{s:2:\"id\";s:3:\"uid\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:7:\"bundles\";a:1:{s:4:\"user\";a:3:{s:5:\"label\";s:4:\"User\";s:5:\"admin\";a:2:{s:4:\"path\";s:28:\"admin/config/people/accounts\";s:16:\"access arguments\";a:1:{i:0;s:16:\"administer users\";}}s:11:\"rdf_mapping\";a:3:{s:7:\"rdftype\";a:1:{i:0;s:16:\"sioc:UserAccount\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:8:\"homepage\";a:2:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:page\";}s:4:\"type\";s:3:\"rel\";}}}}s:10:\"view modes\";a:2:{s:4:\"full\";a:2:{s:5:\"label\";s:12:\"User account\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:9:\"user_load\";s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:17:{s:3:\"uid\";s:3:\"int\";s:4:\"name\";s:7:\"varchar\";s:4:\"pass\";s:7:\"varchar\";s:4:\"mail\";s:7:\"varchar\";s:5:\"theme\";s:7:\"varchar\";s:9:\"signature\";s:7:\"varchar\";s:16:\"signature_format\";s:7:\"varchar\";s:7:\"created\";s:3:\"int\";s:7:\"changed\";s:3:\"int\";s:6:\"access\";s:3:\"int\";s:5:\"login\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:8:\"timezone\";s:7:\"varchar\";s:8:\"language\";s:7:\"varchar\";s:7:\"picture\";s:3:\"int\";s:4:\"init\";s:7:\"varchar\";s:4:\"data\";s:4:\"blob\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:17:{i:0;s:3:\"uid\";i:1;s:4:\"name\";i:2;s:4:\"pass\";i:3;s:4:\"mail\";i:4;s:5:\"theme\";i:5;s:9:\"signature\";i:6;s:16:\"signature_format\";i:7;s:7:\"created\";i:8;s:7:\"changed\";i:9;s:6:\"access\";i:10;s:5:\"login\";i:11;s:6:\"status\";i:12;s:8:\"timezone\";i:13;s:8:\"language\";i:14;s:7:\"picture\";i:15;s:4:\"init\";i:16;s:4:\"data\";}}s:10:\"token type\";s:4:\"user\";s:12:\"plural label\";s:5:\"Users\";s:11:\"description\";s:45:\"Users who have created accounts on your site.\";s:15:\"access callback\";s:27:\"entity_metadata_user_access\";s:17:\"creation callback\";s:29:\"entity_metadata_create_object\";s:13:\"save callback\";s:25:\"entity_metadata_user_save\";s:17:\"deletion callback\";s:11:\"user_delete\";s:13:\"form callback\";s:25:\"entity_metadata_form_user\";s:13:\"view callback\";s:27:\"entity_metadata_view_single\";s:13:\"configuration\";b:0;}s:15:\"wysiwyg_profile\";a:15:{s:5:\"label\";s:15:\"Wysiwyg profile\";s:10:\"base table\";s:7:\"wysiwyg\";s:16:\"controller class\";s:24:\"WysiwygProfileController\";s:9:\"fieldable\";b:0;s:12:\"static cache\";b:0;s:11:\"entity keys\";a:3:{s:2:\"id\";s:6:\"format\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:11:\"field cache\";b:1;s:9:\"load hook\";s:20:\"wysiwyg_profile_load\";s:7:\"bundles\";a:1:{s:15:\"wysiwyg_profile\";a:2:{s:5:\"label\";s:15:\"Wysiwyg profile\";s:11:\"rdf_mapping\";a:0:{}}}s:10:\"view modes\";a:0:{}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:3:{s:6:\"format\";s:7:\"varchar\";s:6:\"editor\";s:7:\"varchar\";s:8:\"settings\";s:4:\"text\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:3:{i:0;s:6:\"format\";i:1;s:6:\"editor\";i:2;s:8:\"settings\";}}s:10:\"token type\";s:15:\"wysiwyg_profile\";s:13:\"configuration\";b:0;}s:12:\"rules_config\";a:20:{s:5:\"label\";s:19:\"Rules configuration\";s:16:\"controller class\";s:21:\"RulesEntityController\";s:10:\"base table\";s:12:\"rules_config\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:5:{s:2:\"id\";s:2:\"id\";s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"label\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:6:\"module\";s:5:\"rules\";s:12:\"static cache\";b:1;s:7:\"bundles\";a:1:{s:12:\"rules_config\";a:2:{s:5:\"label\";s:19:\"Rules configuration\";s:11:\"rdf_mapping\";a:0:{}}}s:13:\"configuration\";b:1;s:10:\"exportable\";b:1;s:6:\"export\";a:1:{s:12:\"default hook\";s:27:\"default_rules_configuration\";}s:15:\"access callback\";s:19:\"rules_config_access\";s:25:\"features controller class\";s:23:\"RulesFeaturesController\";s:11:\"field cache\";b:1;s:9:\"load hook\";s:17:\"rules_config_load\";s:10:\"view modes\";a:1:{s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:12:{s:2:\"id\";s:6:\"serial\";s:4:\"name\";s:7:\"varchar\";s:5:\"label\";s:7:\"varchar\";s:6:\"plugin\";s:7:\"varchar\";s:6:\"active\";s:3:\"int\";s:6:\"weight\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:5:\"dirty\";s:3:\"int\";s:6:\"module\";s:7:\"varchar\";s:5:\"owner\";s:7:\"varchar\";s:14:\"access_exposed\";s:3:\"int\";s:4:\"data\";s:4:\"blob\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:12:{i:0;s:2:\"id\";i:1;s:4:\"name\";i:2;s:5:\"label\";i:3;s:6:\"plugin\";i:4;s:6:\"active\";i:5;s:6:\"weight\";i:6;s:6:\"status\";i:7;s:5:\"dirty\";i:8;s:6:\"module\";i:9;s:5:\"owner\";i:10;s:14:\"access_exposed\";i:11;s:4:\"data\";}}s:10:\"token type\";s:12:\"rules_config\";}}',0,1646157100,1),('entity_info:fr',_binary 'a:12:{s:7:\"country\";a:17:{s:5:\"label\";s:7:\"Country\";s:12:\"entity class\";s:6:\"Entity\";s:16:\"controller class\";s:29:\"EntityAPIControllerExportable\";s:10:\"base table\";s:17:\"countries_country\";s:9:\"fieldable\";b:1;s:6:\"module\";s:9:\"countries\";s:11:\"entity keys\";a:5:{s:2:\"id\";s:3:\"cid\";s:4:\"name\";s:4:\"iso2\";s:5:\"label\";s:4:\"name\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:7:\"bundles\";a:1:{s:7:\"country\";a:3:{s:5:\"label\";s:7:\"Country\";s:5:\"admin\";a:2:{s:4:\"path\";s:31:\"admin/config/regional/countries\";s:16:\"access arguments\";a:1:{i:0;s:29:\"administer site configuration\";}}s:11:\"rdf_mapping\";a:0:{}}}s:10:\"view modes\";a:2:{s:4:\"full\";a:2:{s:5:\"label\";s:7:\"Country\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:12:\"country_load\";s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:9:{s:3:\"cid\";s:6:\"serial\";s:4:\"iso2\";s:4:\"char\";s:4:\"iso3\";s:4:\"char\";s:4:\"name\";s:7:\"varchar\";s:13:\"official_name\";s:7:\"varchar\";s:7:\"numcode\";s:3:\"int\";s:9:\"continent\";s:4:\"char\";s:7:\"enabled\";s:3:\"int\";s:8:\"language\";s:7:\"varchar\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:9:{i:0;s:3:\"cid\";i:1;s:4:\"iso2\";i:2;s:4:\"iso3\";i:3;s:4:\"name\";i:4;s:13:\"official_name\";i:5;s:7:\"numcode\";i:6;s:9:\"continent\";i:7;s:7:\"enabled\";i:8;s:8:\"language\";}}s:10:\"token type\";s:7:\"country\";s:13:\"configuration\";b:0;}s:21:\"field_collection_item\";a:24:{s:5:\"label\";s:21:\"Field collection item\";s:14:\"label callback\";s:18:\"entity_class_label\";s:12:\"uri callback\";s:16:\"entity_class_uri\";s:12:\"entity class\";s:25:\"FieldCollectionItemEntity\";s:16:\"controller class\";s:19:\"EntityAPIController\";s:10:\"base table\";s:21:\"field_collection_item\";s:14:\"revision table\";s:30:\"field_collection_item_revision\";s:9:\"fieldable\";b:1;s:8:\"redirect\";b:0;s:11:\"entity keys\";a:3:{s:2:\"id\";s:7:\"item_id\";s:8:\"revision\";s:11:\"revision_id\";s:6:\"bundle\";s:10:\"field_name\";}s:6:\"module\";s:16:\"field_collection\";s:10:\"view modes\";a:2:{s:4:\"full\";a:2:{s:5:\"label\";s:12:\"Full content\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:15:\"access callback\";s:28:\"field_collection_item_access\";s:17:\"deletion callback\";s:28:\"field_collection_item_delete\";s:25:\"metadata controller class\";s:37:\"FieldCollectionItemMetadataController\";s:11:\"translation\";a:1:{s:18:\"entity_translation\";a:4:{s:5:\"class\";s:43:\"EntityTranslationFieldCollectionItemHandler\";s:9:\"base path\";s:62:\"field-collection/field-slideshow-images/%field_collection_item\";s:13:\"path wildcard\";s:22:\"%field_collection_item\";s:14:\"default_scheme\";s:22:\"field_slideshow_images\";}}s:7:\"bundles\";a:1:{s:22:\"field_slideshow_images\";a:3:{s:5:\"label\";s:39:\"Field collection field_slideshow_images\";s:5:\"admin\";a:4:{s:4:\"path\";s:62:\"admin/structure/field-collections/%field_collection_field_name\";s:9:\"real path\";s:56:\"admin/structure/field-collections/field-slideshow-images\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:28:\"administer field collections\";}}s:11:\"rdf_mapping\";a:0:{}}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:26:\"field_collection_item_load\";s:22:\"base table field types\";a:4:{s:7:\"item_id\";s:6:\"serial\";s:11:\"revision_id\";s:3:\"int\";s:10:\"field_name\";s:7:\"varchar\";s:8:\"archived\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:2:{s:10:\"base table\";a:4:{i:0;s:7:\"item_id\";i:1;s:11:\"revision_id\";i:2;s:10:\"field_name\";i:3;s:8:\"archived\";}s:14:\"revision table\";a:2:{i:0;s:11:\"revision_id\";i:1;s:7:\"item_id\";}}s:10:\"token type\";s:21:\"field_collection_item\";s:13:\"configuration\";b:0;}s:16:\"i18n_translation\";a:16:{s:5:\"label\";s:15:\"Translation set\";s:16:\"controller class\";s:28:\"I18nTranslationSetController\";s:10:\"base table\";s:20:\"i18n_translation_set\";s:9:\"fieldable\";b:0;s:11:\"entity keys\";a:4:{s:2:\"id\";s:4:\"tsid\";s:6:\"bundle\";s:4:\"type\";s:5:\"label\";s:5:\"title\";s:8:\"revision\";s:0:\"\";}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:4:\"type\";}s:7:\"bundles\";a:3:{s:9:\"menu_link\";a:2:{s:5:\"label\";s:9:\"Menu link\";s:11:\"rdf_mapping\";a:0:{}}s:4:\"path\";a:2:{s:5:\"label\";s:4:\"Path\";s:11:\"rdf_mapping\";a:0:{}}s:13:\"taxonomy_term\";a:2:{s:5:\"label\";s:13:\"Taxonomy term\";s:11:\"rdf_mapping\";a:0:{}}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:21:\"i18n_translation_load\";s:10:\"view modes\";a:0:{}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:8:{s:4:\"tsid\";s:6:\"serial\";s:5:\"title\";s:7:\"varchar\";s:4:\"type\";s:7:\"varchar\";s:6:\"bundle\";s:7:\"varchar\";s:9:\"master_id\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:7:\"created\";s:3:\"int\";s:7:\"changed\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:8:{i:0;s:4:\"tsid\";i:1;s:5:\"title\";i:2;s:4:\"type\";i:3;s:6:\"bundle\";i:4;s:9:\"master_id\";i:5;s:6:\"status\";i:6;s:7:\"created\";i:7;s:7:\"changed\";}}s:10:\"token type\";s:16:\"i18n_translation\";s:13:\"configuration\";b:0;}s:4:\"node\";a:27:{s:5:\"label\";s:4:\"Node\";s:16:\"controller class\";s:14:\"NodeController\";s:10:\"base table\";s:4:\"node\";s:14:\"revision table\";s:13:\"node_revision\";s:12:\"uri callback\";s:8:\"node_uri\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:5:{s:2:\"id\";s:3:\"nid\";s:8:\"revision\";s:3:\"vid\";s:6:\"bundle\";s:4:\"type\";s:5:\"label\";s:5:\"title\";s:8:\"language\";s:8:\"language\";}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:4:\"type\";}s:7:\"bundles\";a:7:{s:7:\"article\";a:3:{s:5:\"label\";s:7:\"Article\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:36:\"admin/structure/types/manage/article\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:11:{s:11:\"field_image\";a:2:{s:10:\"predicates\";a:2:{i:0;s:8:\"og:image\";i:1;s:12:\"rdfs:seeAlso\";}s:4:\"type\";s:3:\"rel\";}s:10:\"field_tags\";a:2:{s:10:\"predicates\";a:1:{i:0;s:10:\"dc:subject\";}s:4:\"type\";s:3:\"rel\";}s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:7:\"webform\";a:3:{s:5:\"label\";s:10:\"Assessment\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:36:\"admin/structure/types/manage/webform\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:4:\"page\";a:3:{s:5:\"label\";s:10:\"Basic page\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:33:\"admin/structure/types/manage/page\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:1:{i:0;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:11:\"group_class\";a:3:{s:5:\"label\";s:5:\"Group\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:40:\"admin/structure/types/manage/group-class\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:12:\"group_school\";a:3:{s:5:\"label\";s:6:\"School\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:41:\"admin/structure/types/manage/group-school\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:9:\"slideshow\";a:3:{s:5:\"label\";s:9:\"Slideshow\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:38:\"admin/structure/types/manage/slideshow\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}s:13:\"other_webform\";a:3:{s:5:\"label\";s:7:\"Webform\";s:5:\"admin\";a:4:{s:4:\"path\";s:39:\"admin/structure/types/manage/%node_type\";s:9:\"real path\";s:42:\"admin/structure/types/manage/other-webform\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:24:\"administer content types\";}}s:11:\"rdf_mapping\";a:9:{s:7:\"rdftype\";a:2:{i:0;s:9:\"sioc:Item\";i:1;s:13:\"foaf:Document\";}s:5:\"title\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:7:\"created\";a:3:{s:10:\"predicates\";a:2:{i:0;s:7:\"dc:date\";i:1;s:10:\"dc:created\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:7:\"changed\";a:3:{s:10:\"predicates\";a:1:{i:0;s:11:\"dc:modified\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}s:4:\"body\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"content:encoded\";}}s:3:\"uid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:has_creator\";}s:4:\"type\";s:3:\"rel\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:13:\"comment_count\";a:2:{s:10:\"predicates\";a:1:{i:0;s:16:\"sioc:num_replies\";}s:8:\"datatype\";s:11:\"xsd:integer\";}s:13:\"last_activity\";a:3:{s:10:\"predicates\";a:1:{i:0;s:23:\"sioc:last_activity_date\";}s:8:\"datatype\";s:12:\"xsd:dateTime\";s:8:\"callback\";s:12:\"date_iso8601\";}}}}s:10:\"view modes\";a:4:{s:4:\"full\";a:2:{s:5:\"label\";s:12:\"Full content\";s:15:\"custom settings\";b:0;}s:6:\"teaser\";a:2:{s:5:\"label\";s:6:\"Teaser\";s:15:\"custom settings\";b:1;}s:3:\"rss\";a:2:{s:5:\"label\";s:3:\"RSS\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:9:\"node_load\";s:11:\"translation\";a:1:{s:6:\"locale\";b:1;}s:22:\"base table field types\";a:14:{s:3:\"nid\";s:6:\"serial\";s:3:\"vid\";s:3:\"int\";s:4:\"type\";s:7:\"varchar\";s:8:\"language\";s:7:\"varchar\";s:5:\"title\";s:7:\"varchar\";s:3:\"uid\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:7:\"created\";s:3:\"int\";s:7:\"changed\";s:3:\"int\";s:7:\"comment\";s:3:\"int\";s:7:\"promote\";s:3:\"int\";s:6:\"sticky\";s:3:\"int\";s:4:\"tnid\";s:3:\"int\";s:9:\"translate\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:2:{s:10:\"base table\";a:14:{i:0;s:3:\"nid\";i:1;s:3:\"vid\";i:2;s:4:\"type\";i:3;s:8:\"language\";i:4;s:5:\"title\";i:5;s:3:\"uid\";i:6;s:6:\"status\";i:7;s:7:\"created\";i:8;s:7:\"changed\";i:9;s:7:\"comment\";i:10;s:7:\"promote\";i:11;s:6:\"sticky\";i:12;s:4:\"tnid\";i:13;s:9:\"translate\";}s:14:\"revision table\";a:10:{i:0;s:3:\"nid\";i:1;s:3:\"vid\";i:2;s:3:\"uid\";i:3;s:5:\"title\";i:4;s:3:\"log\";i:5;s:9:\"timestamp\";i:6;s:6:\"status\";i:7;s:7:\"comment\";i:8;s:7:\"promote\";i:9;s:6:\"sticky\";}}s:10:\"token type\";s:4:\"node\";s:12:\"plural label\";s:5:\"Nodes\";s:11:\"description\";s:44:\"Nodes represent the main site content items.\";s:15:\"access callback\";s:35:\"entity_metadata_no_hook_node_access\";s:17:\"creation callback\";s:27:\"entity_metadata_create_node\";s:13:\"save callback\";s:9:\"node_save\";s:17:\"deletion callback\";s:11:\"node_delete\";s:26:\"revision deletion callback\";s:20:\"node_revision_delete\";s:13:\"form callback\";s:25:\"entity_metadata_form_node\";s:13:\"view callback\";s:25:\"entity_metadata_view_node\";s:13:\"configuration\";b:0;}s:18:\"og_membership_type\";a:25:{s:5:\"label\";s:18:\"OG membership type\";s:16:\"controller class\";s:29:\"EntityAPIControllerExportable\";s:12:\"entity class\";s:16:\"OgMembershipType\";s:10:\"base table\";s:18:\"og_membership_type\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:5:{s:2:\"id\";s:2:\"id\";s:5:\"label\";s:11:\"description\";s:4:\"name\";s:4:\"name\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:10:\"exportable\";b:1;s:6:\"export\";a:1:{s:12:\"default hook\";s:26:\"default_og_membership_type\";}s:9:\"bundle of\";s:13:\"og_membership\";s:6:\"module\";s:2:\"og\";s:25:\"metadata controller class\";s:31:\"EntityDefaultMetadataController\";s:22:\"views controller class\";s:28:\"EntityDefaultViewsController\";s:15:\"access callback\";s:25:\"og_membership_type_access\";s:12:\"entity cache\";b:0;s:8:\"admin ui\";a:3:{s:4:\"path\";s:35:\"admin/config/group/group-membership\";s:4:\"file\";s:21:\"includes/og.admin.inc\";s:16:\"controller class\";s:28:\"OgMembershipTypeUIController\";}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:23:\"og_membership_type_load\";s:7:\"bundles\";a:1:{s:18:\"og_membership_type\";a:2:{s:5:\"label\";s:18:\"OG membership type\";s:11:\"rdf_mapping\";a:0:{}}}s:10:\"view modes\";a:1:{s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:6:{s:2:\"id\";s:6:\"serial\";s:4:\"name\";s:7:\"varchar\";s:11:\"description\";s:7:\"varchar\";s:6:\"status\";s:3:\"int\";s:6:\"module\";s:7:\"varchar\";s:8:\"language\";s:7:\"varchar\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:6:{i:0;s:2:\"id\";i:1;s:4:\"name\";i:2;s:11:\"description\";i:3;s:6:\"status\";i:4;s:6:\"module\";i:5;s:8:\"language\";}}s:10:\"token type\";s:18:\"og_membership_type\";s:13:\"configuration\";b:1;}s:13:\"og_membership\";a:23:{s:5:\"label\";s:13:\"OG membership\";s:12:\"entity class\";s:12:\"OgMembership\";s:16:\"controller class\";s:19:\"EntityAPIController\";s:10:\"base table\";s:13:\"og_membership\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:4:{s:2:\"id\";s:2:\"id\";s:5:\"label\";b:0;s:6:\"bundle\";s:4:\"type\";s:8:\"revision\";s:0:\"\";}s:14:\"label callback\";s:19:\"og_membership_label\";s:7:\"bundles\";a:1:{s:26:\"og_membership_type_default\";a:3:{s:5:\"label\";s:26:\"og_membership_type_default\";s:5:\"admin\";a:4:{s:4:\"path\";s:62:\"admin/config/group/group-membership/manage/%og_membership_type\";s:9:\"real path\";s:69:\"admin/config/group/group-membership/manage/og_membership_type_default\";s:15:\"bundle argument\";i:5;s:16:\"access arguments\";a:1:{i:0;s:16:\"administer group\";}}s:11:\"rdf_mapping\";a:0:{}}}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:4:\"name\";}s:6:\"module\";s:2:\"og\";s:25:\"metadata controller class\";s:30:\"OgMembershipMetadataController\";s:22:\"views controller class\";s:27:\"OgMembershipViewsController\";s:15:\"access callback\";s:20:\"og_membership_access\";s:12:\"entity cache\";b:0;s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:18:\"og_membership_load\";s:10:\"view modes\";a:1:{s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:10:{s:2:\"id\";s:6:\"serial\";s:4:\"type\";s:7:\"varchar\";s:4:\"etid\";s:3:\"int\";s:11:\"entity_type\";s:7:\"varchar\";s:3:\"gid\";s:3:\"int\";s:10:\"group_type\";s:7:\"varchar\";s:5:\"state\";s:7:\"varchar\";s:7:\"created\";s:3:\"int\";s:10:\"field_name\";s:7:\"varchar\";s:8:\"language\";s:7:\"varchar\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:10:{i:0;s:2:\"id\";i:1;s:4:\"type\";i:2;s:4:\"etid\";i:3;s:11:\"entity_type\";i:4;s:3:\"gid\";i:5;s:10:\"group_type\";i:6;s:5:\"state\";i:7;s:7:\"created\";i:8;s:10:\"field_name\";i:9;s:8:\"language\";}}s:10:\"token type\";s:13:\"og_membership\";s:13:\"configuration\";b:0;}s:4:\"file\";a:27:{s:5:\"label\";s:4:\"File\";s:10:\"base table\";s:12:\"file_managed\";s:11:\"entity keys\";a:4:{s:2:\"id\";s:3:\"fid\";s:5:\"label\";s:8:\"filename\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:4:\"type\";}s:12:\"static cache\";b:0;s:9:\"fieldable\";b:1;s:16:\"controller class\";s:29:\"DrupalDefaultEntityController\";s:11:\"field cache\";b:1;s:9:\"load hook\";s:9:\"file_load\";s:7:\"bundles\";a:4:{s:5:\"audio\";a:3:{s:5:\"label\";s:5:\"Audio\";s:5:\"admin\";a:4:{s:4:\"path\";s:44:\"admin/structure/file-types/manage/%file_type\";s:9:\"real path\";s:39:\"admin/structure/file-types/manage/audio\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:21:\"administer file types\";}}s:11:\"rdf_mapping\";a:0:{}}s:8:\"document\";a:3:{s:5:\"label\";s:8:\"Document\";s:5:\"admin\";a:4:{s:4:\"path\";s:44:\"admin/structure/file-types/manage/%file_type\";s:9:\"real path\";s:42:\"admin/structure/file-types/manage/document\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:21:\"administer file types\";}}s:11:\"rdf_mapping\";a:0:{}}s:5:\"image\";a:3:{s:5:\"label\";s:5:\"Image\";s:5:\"admin\";a:4:{s:4:\"path\";s:44:\"admin/structure/file-types/manage/%file_type\";s:9:\"real path\";s:39:\"admin/structure/file-types/manage/image\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:21:\"administer file types\";}}s:11:\"rdf_mapping\";a:0:{}}s:5:\"video\";a:3:{s:5:\"label\";s:5:\"Video\";s:5:\"admin\";a:4:{s:4:\"path\";s:44:\"admin/structure/file-types/manage/%file_type\";s:9:\"real path\";s:39:\"admin/structure/file-types/manage/video\";s:15:\"bundle argument\";i:4;s:16:\"access arguments\";a:1:{i:0;s:21:\"administer file types\";}}s:11:\"rdf_mapping\";a:0:{}}}s:10:\"view modes\";a:8:{s:6:\"teaser\";a:2:{s:5:\"label\";s:6:\"Teaser\";s:15:\"custom settings\";b:1;}s:4:\"full\";a:2:{s:5:\"label\";s:12:\"Full content\";s:15:\"custom settings\";b:0;}s:7:\"preview\";a:2:{s:5:\"label\";s:7:\"Preview\";s:15:\"custom settings\";b:1;}s:3:\"rss\";a:2:{s:5:\"label\";s:3:\"RSS\";s:15:\"custom settings\";b:0;}s:10:\"media_link\";a:2:{s:5:\"label\";s:4:\"Link\";s:15:\"custom settings\";b:1;}s:14:\"media_original\";a:2:{s:5:\"label\";s:8:\"Original\";s:15:\"custom settings\";b:1;}s:7:\"wysiwyg\";a:2:{s:5:\"label\";s:7:\"WYSIWYG\";s:15:\"custom settings\";b:1;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:9:{s:3:\"fid\";s:6:\"serial\";s:3:\"uid\";s:3:\"int\";s:8:\"filename\";s:7:\"varchar\";s:3:\"uri\";s:7:\"varchar\";s:8:\"filemime\";s:7:\"varchar\";s:8:\"filesize\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:9:\"timestamp\";s:3:\"int\";s:4:\"type\";s:7:\"varchar\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:9:{i:0;s:3:\"fid\";i:1;s:3:\"uid\";i:2;s:8:\"filename\";i:3;s:3:\"uri\";i:4;s:8:\"filemime\";i:5;s:8:\"filesize\";i:6;s:6:\"status\";i:7;s:9:\"timestamp\";i:8;s:4:\"type\";}}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:4:\"type\";}s:12:\"uri callback\";s:15:\"file_entity_uri\";s:8:\"metatags\";b:1;s:17:\"creation callback\";s:29:\"entity_metadata_create_object\";s:13:\"view callback\";s:30:\"file_entity_metadata_view_file\";s:13:\"form callback\";s:30:\"file_entity_metadata_form_file\";s:15:\"access callback\";s:18:\"file_entity_access\";s:17:\"field replacement\";a:1:{s:8:\"filename\";a:3:{s:5:\"field\";a:3:{s:4:\"type\";s:4:\"text\";s:11:\"cardinality\";i:1;s:12:\"translatable\";b:1;}s:8:\"instance\";a:6:{s:5:\"label\";s:9:\"File name\";s:11:\"description\";s:28:\"A field replacing file name.\";s:8:\"required\";b:1;s:8:\"settings\";a:1:{s:15:\"text_processing\";i:0;}s:6:\"widget\";a:1:{s:6:\"weight\";i:-5;}s:7:\"display\";a:1:{s:7:\"default\";a:1:{s:4:\"type\";s:6:\"hidden\";}}}s:14:\"preprocess_key\";s:8:\"filename\";}}s:10:\"token type\";s:4:\"file\";s:12:\"plural label\";s:5:\"Files\";s:11:\"description\";s:14:\"Uploaded file.\";s:13:\"save callback\";s:9:\"file_save\";s:17:\"deletion callback\";s:27:\"entity_metadata_delete_file\";s:13:\"configuration\";b:0;}s:13:\"taxonomy_term\";a:26:{s:5:\"label\";s:13:\"Taxonomy term\";s:16:\"controller class\";s:22:\"TaxonomyTermController\";s:10:\"base table\";s:18:\"taxonomy_term_data\";s:12:\"uri callback\";s:17:\"taxonomy_term_uri\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:5:{s:2:\"id\";s:3:\"tid\";s:6:\"bundle\";s:23:\"vocabulary_machine_name\";s:5:\"label\";s:4:\"name\";s:8:\"revision\";s:0:\"\";s:8:\"language\";s:8:\"language\";}s:11:\"bundle keys\";a:1:{s:6:\"bundle\";s:12:\"machine_name\";}s:7:\"bundles\";a:6:{s:4:\"ages\";a:3:{s:5:\"label\";s:4:\"Ages\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:29:\"admin/structure/taxonomy/ages\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:8:\"category\";a:3:{s:5:\"label\";s:8:\"Category\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:33:\"admin/structure/taxonomy/category\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:9:\"provinces\";a:3:{s:5:\"label\";s:9:\"Provinces\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:34:\"admin/structure/taxonomy/provinces\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:8:\"projects\";a:3:{s:5:\"label\";s:8:\"Projects\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:33:\"admin/structure/taxonomy/projects\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:13:\"organizations\";a:3:{s:5:\"label\";s:13:\"Organizations\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:38:\"admin/structure/taxonomy/organizations\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}s:6:\"states\";a:3:{s:5:\"label\";s:6:\"States\";s:5:\"admin\";a:4:{s:4:\"path\";s:58:\"admin/structure/taxonomy/%taxonomy_vocabulary_machine_name\";s:9:\"real path\";s:31:\"admin/structure/taxonomy/states\";s:15:\"bundle argument\";i:3;s:16:\"access arguments\";a:1:{i:0;s:19:\"administer taxonomy\";}}s:11:\"rdf_mapping\";a:5:{s:7:\"rdftype\";a:1:{i:0;s:12:\"skos:Concept\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:2:{i:0;s:10:\"rdfs:label\";i:1;s:14:\"skos:prefLabel\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:15:\"skos:definition\";}}s:3:\"vid\";a:2:{s:10:\"predicates\";a:1:{i:0;s:13:\"skos:inScheme\";}s:4:\"type\";s:3:\"rel\";}s:6:\"parent\";a:2:{s:10:\"predicates\";a:1:{i:0;s:12:\"skos:broader\";}s:4:\"type\";s:3:\"rel\";}}}}s:10:\"view modes\";a:2:{s:4:\"full\";a:2:{s:5:\"label\";s:18:\"Taxonomy term page\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:18:\"taxonomy_term_load\";s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:8:{s:3:\"tid\";s:6:\"serial\";s:3:\"vid\";s:3:\"int\";s:4:\"name\";s:7:\"varchar\";s:11:\"description\";s:4:\"text\";s:6:\"format\";s:7:\"varchar\";s:6:\"weight\";s:3:\"int\";s:8:\"language\";s:7:\"varchar\";s:9:\"i18n_tsid\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:8:{i:0;s:3:\"tid\";i:1;s:3:\"vid\";i:2;s:4:\"name\";i:3;s:11:\"description\";i:4;s:6:\"format\";i:5;s:6:\"weight\";i:6;s:8:\"language\";i:7;s:9:\"i18n_tsid\";}}s:10:\"token type\";s:4:\"term\";s:14:\"label callback\";s:33:\"i18n_taxonomy_taxonomy_term_label\";s:12:\"plural label\";s:14:\"Taxonomy terms\";s:11:\"description\";s:48:\"Taxonomy terms are used for classifying content.\";s:15:\"access callback\";s:31:\"entity_metadata_taxonomy_access\";s:17:\"creation callback\";s:29:\"entity_metadata_create_object\";s:13:\"save callback\";s:18:\"taxonomy_term_save\";s:17:\"deletion callback\";s:20:\"taxonomy_term_delete\";s:13:\"view callback\";s:27:\"entity_metadata_view_single\";s:13:\"form callback\";s:34:\"entity_metadata_form_taxonomy_term\";s:13:\"configuration\";b:0;}s:19:\"taxonomy_vocabulary\";a:22:{s:5:\"label\";s:19:\"Taxonomy vocabulary\";s:16:\"controller class\";s:28:\"TaxonomyVocabularyController\";s:10:\"base table\";s:19:\"taxonomy_vocabulary\";s:11:\"entity keys\";a:4:{s:2:\"id\";s:3:\"vid\";s:5:\"label\";s:4:\"name\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:9:\"fieldable\";b:0;s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:24:\"taxonomy_vocabulary_load\";s:7:\"bundles\";a:1:{s:19:\"taxonomy_vocabulary\";a:2:{s:5:\"label\";s:19:\"Taxonomy vocabulary\";s:11:\"rdf_mapping\";a:3:{s:7:\"rdftype\";a:1:{i:0;s:18:\"skos:ConceptScheme\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:8:\"dc:title\";}}s:11:\"description\";a:1:{s:10:\"predicates\";a:1:{i:0;s:12:\"rdfs:comment\";}}}}}s:10:\"view modes\";a:0:{}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:9:{s:3:\"vid\";s:6:\"serial\";s:4:\"name\";s:7:\"varchar\";s:12:\"machine_name\";s:7:\"varchar\";s:11:\"description\";s:4:\"text\";s:9:\"hierarchy\";s:3:\"int\";s:6:\"module\";s:7:\"varchar\";s:6:\"weight\";s:3:\"int\";s:8:\"language\";s:7:\"varchar\";s:9:\"i18n_mode\";s:3:\"int\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:11:{i:0;s:3:\"vid\";i:1;s:4:\"name\";i:2;s:12:\"machine_name\";i:3;s:11:\"description\";i:4;s:9:\"hierarchy\";i:5;s:6:\"module\";i:6;s:6:\"weight\";i:7;s:8:\"language\";i:8;s:9:\"i18n_mode\";i:9;s:9:\"i18n_mode\";i:10;s:8:\"language\";}}s:10:\"token type\";s:10:\"vocabulary\";s:12:\"plural label\";s:21:\"Taxonomy vocabularies\";s:11:\"description\";s:84:\"Vocabularies contain related taxonomy terms, which are used for classifying content.\";s:15:\"access callback\";s:31:\"entity_metadata_taxonomy_access\";s:17:\"creation callback\";s:29:\"entity_metadata_create_object\";s:13:\"save callback\";s:24:\"taxonomy_vocabulary_save\";s:17:\"deletion callback\";s:26:\"taxonomy_vocabulary_delete\";s:13:\"form callback\";s:40:\"entity_metadata_form_taxonomy_vocabulary\";s:13:\"configuration\";b:0;}s:4:\"user\";a:25:{s:5:\"label\";s:4:\"User\";s:16:\"controller class\";s:14:\"UserController\";s:10:\"base table\";s:5:\"users\";s:12:\"uri callback\";s:8:\"user_uri\";s:14:\"label callback\";s:15:\"format_username\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:3:{s:2:\"id\";s:3:\"uid\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:7:\"bundles\";a:1:{s:4:\"user\";a:3:{s:5:\"label\";s:4:\"User\";s:5:\"admin\";a:2:{s:4:\"path\";s:28:\"admin/config/people/accounts\";s:16:\"access arguments\";a:1:{i:0;s:16:\"administer users\";}}s:11:\"rdf_mapping\";a:3:{s:7:\"rdftype\";a:1:{i:0;s:16:\"sioc:UserAccount\";}s:4:\"name\";a:1:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:name\";}}s:8:\"homepage\";a:2:{s:10:\"predicates\";a:1:{i:0;s:9:\"foaf:page\";}s:4:\"type\";s:3:\"rel\";}}}}s:10:\"view modes\";a:2:{s:4:\"full\";a:2:{s:5:\"label\";s:12:\"User account\";s:15:\"custom settings\";b:0;}s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:12:\"static cache\";b:1;s:11:\"field cache\";b:1;s:9:\"load hook\";s:9:\"user_load\";s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:17:{s:3:\"uid\";s:3:\"int\";s:4:\"name\";s:7:\"varchar\";s:4:\"pass\";s:7:\"varchar\";s:4:\"mail\";s:7:\"varchar\";s:5:\"theme\";s:7:\"varchar\";s:9:\"signature\";s:7:\"varchar\";s:16:\"signature_format\";s:7:\"varchar\";s:7:\"created\";s:3:\"int\";s:7:\"changed\";s:3:\"int\";s:6:\"access\";s:3:\"int\";s:5:\"login\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:8:\"timezone\";s:7:\"varchar\";s:8:\"language\";s:7:\"varchar\";s:7:\"picture\";s:3:\"int\";s:4:\"init\";s:7:\"varchar\";s:4:\"data\";s:4:\"blob\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:17:{i:0;s:3:\"uid\";i:1;s:4:\"name\";i:2;s:4:\"pass\";i:3;s:4:\"mail\";i:4;s:5:\"theme\";i:5;s:9:\"signature\";i:6;s:16:\"signature_format\";i:7;s:7:\"created\";i:8;s:7:\"changed\";i:9;s:6:\"access\";i:10;s:5:\"login\";i:11;s:6:\"status\";i:12;s:8:\"timezone\";i:13;s:8:\"language\";i:14;s:7:\"picture\";i:15;s:4:\"init\";i:16;s:4:\"data\";}}s:10:\"token type\";s:4:\"user\";s:12:\"plural label\";s:5:\"Users\";s:11:\"description\";s:45:\"Users who have created accounts on your site.\";s:15:\"access callback\";s:27:\"entity_metadata_user_access\";s:17:\"creation callback\";s:29:\"entity_metadata_create_object\";s:13:\"save callback\";s:25:\"entity_metadata_user_save\";s:17:\"deletion callback\";s:11:\"user_delete\";s:13:\"form callback\";s:25:\"entity_metadata_form_user\";s:13:\"view callback\";s:27:\"entity_metadata_view_single\";s:13:\"configuration\";b:0;}s:15:\"wysiwyg_profile\";a:15:{s:5:\"label\";s:15:\"Wysiwyg profile\";s:10:\"base table\";s:7:\"wysiwyg\";s:16:\"controller class\";s:24:\"WysiwygProfileController\";s:9:\"fieldable\";b:0;s:12:\"static cache\";b:0;s:11:\"entity keys\";a:3:{s:2:\"id\";s:6:\"format\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:11:\"field cache\";b:1;s:9:\"load hook\";s:20:\"wysiwyg_profile_load\";s:7:\"bundles\";a:1:{s:15:\"wysiwyg_profile\";a:2:{s:5:\"label\";s:15:\"Wysiwyg profile\";s:11:\"rdf_mapping\";a:0:{}}}s:10:\"view modes\";a:0:{}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:3:{s:6:\"format\";s:7:\"varchar\";s:6:\"editor\";s:7:\"varchar\";s:8:\"settings\";s:4:\"text\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:3:{i:0;s:6:\"format\";i:1;s:6:\"editor\";i:2;s:8:\"settings\";}}s:10:\"token type\";s:15:\"wysiwyg_profile\";s:13:\"configuration\";b:0;}s:12:\"rules_config\";a:20:{s:5:\"label\";s:19:\"Rules configuration\";s:16:\"controller class\";s:21:\"RulesEntityController\";s:10:\"base table\";s:12:\"rules_config\";s:9:\"fieldable\";b:1;s:11:\"entity keys\";a:5:{s:2:\"id\";s:2:\"id\";s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"label\";s:8:\"revision\";s:0:\"\";s:6:\"bundle\";s:0:\"\";}s:6:\"module\";s:5:\"rules\";s:12:\"static cache\";b:1;s:7:\"bundles\";a:1:{s:12:\"rules_config\";a:2:{s:5:\"label\";s:19:\"Rules configuration\";s:11:\"rdf_mapping\";a:0:{}}}s:13:\"configuration\";b:1;s:10:\"exportable\";b:1;s:6:\"export\";a:1:{s:12:\"default hook\";s:27:\"default_rules_configuration\";}s:15:\"access callback\";s:19:\"rules_config_access\";s:25:\"features controller class\";s:23:\"RulesFeaturesController\";s:11:\"field cache\";b:1;s:9:\"load hook\";s:17:\"rules_config_load\";s:10:\"view modes\";a:1:{s:5:\"token\";a:2:{s:5:\"label\";s:6:\"Tokens\";s:15:\"custom settings\";b:0;}}s:11:\"translation\";a:0:{}s:22:\"base table field types\";a:12:{s:2:\"id\";s:6:\"serial\";s:4:\"name\";s:7:\"varchar\";s:5:\"label\";s:7:\"varchar\";s:6:\"plugin\";s:7:\"varchar\";s:6:\"active\";s:3:\"int\";s:6:\"weight\";s:3:\"int\";s:6:\"status\";s:3:\"int\";s:5:\"dirty\";s:3:\"int\";s:6:\"module\";s:7:\"varchar\";s:5:\"owner\";s:7:\"varchar\";s:14:\"access_exposed\";s:3:\"int\";s:4:\"data\";s:4:\"blob\";}s:17:\"schema_fields_sql\";a:1:{s:10:\"base table\";a:12:{i:0;s:2:\"id\";i:1;s:4:\"name\";i:2;s:5:\"label\";i:3;s:6:\"plugin\";i:4;s:6:\"active\";i:5;s:6:\"weight\";i:6;s:6:\"status\";i:7;s:5:\"dirty\";i:8;s:6:\"module\";i:9;s:5:\"owner\";i:10;s:14:\"access_exposed\";i:11;s:4:\"data\";}}s:10:\"token type\";s:12:\"rules_config\";}}',0,1646158134,1),('entity_property_info:en',_binary 'a:11:{s:7:\"country\";a:1:{s:10:\"properties\";a:10:{s:3:\"cid\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:28:\"Internal, numeric country ID\";s:12:\"schema field\";s:3:\"cid\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:48:\"The ID used to identify this country internally.\";}s:4:\"iso2\";a:4:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:21:\"Machine-readable name\";s:12:\"schema field\";s:4:\"iso2\";s:11:\"description\";s:51:\"The machine-readable name identifying this country.\";}s:4:\"iso3\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Iso3\";s:12:\"schema field\";s:4:\"iso3\";s:11:\"description\";s:24:\"Country \"iso3\" property.\";}s:4:\"name\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Label\";s:12:\"schema field\";s:4:\"name\";s:11:\"description\";s:25:\"The human readable label.\";}s:13:\"official_name\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Official_name\";s:12:\"schema field\";s:13:\"official_name\";s:11:\"description\";s:33:\"Country \"official_name\" property.\";}s:7:\"numcode\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:7:\"Numcode\";s:12:\"schema field\";s:7:\"numcode\";s:11:\"description\";s:27:\"Country \"numcode\" property.\";}s:9:\"continent\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Continent\";s:12:\"schema field\";s:9:\"continent\";s:11:\"description\";s:29:\"Country \"continent\" property.\";}s:7:\"enabled\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:7:\"Enabled\";s:12:\"schema field\";s:7:\"enabled\";s:11:\"description\";s:27:\"Country \"enabled\" property.\";}s:8:\"language\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Language\";s:12:\"schema field\";s:8:\"language\";s:11:\"description\";s:28:\"Country \"language\" property.\";}s:14:\"continent_name\";a:3:{s:5:\"label\";s:14:\"Continent name\";s:4:\"type\";s:4:\"text\";s:15:\"getter callback\";s:24:\"countries_get_properties\";}}}s:21:\"field_collection_item\";a:2:{s:10:\"properties\";a:7:{s:7:\"item_id\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:24:\"Field collection item ID\";s:12:\"schema field\";s:7:\"item_id\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:43:\"The unique ID of the field collection item.\";}s:11:\"revision_id\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:11:\"Revision_id\";s:12:\"schema field\";s:11:\"revision_id\";s:11:\"description\";s:45:\"Field collection item \"revision_id\" property.\";}s:10:\"field_name\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:10:\"Field name\";s:12:\"schema field\";s:10:\"field_name\";s:11:\"description\";s:77:\"The machine-readable name of the field collection field containing this item.\";s:12:\"options list\";a:2:{i:0;s:37:\"FieldCollectionItemMetadataController\";i:1;s:17:\"bundleOptionsList\";}s:8:\"required\";b:1;}s:8:\"archived\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:8:\"Archived\";s:12:\"schema field\";s:8:\"archived\";s:11:\"description\";s:42:\"Field collection item \"archived\" property.\";}s:3:\"url\";a:6:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:22:\"The URL of the entity.\";s:15:\"getter callback\";s:37:\"entity_metadata_entity_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;s:18:\"entity views field\";b:1;}s:11:\"host_entity\";a:6:{s:5:\"label\";s:11:\"Host entity\";s:4:\"type\";s:6:\"entity\";s:11:\"description\";s:49:\"The entity containing the field collection field.\";s:15:\"getter callback\";s:37:\"field_collection_item_get_host_entity\";s:15:\"setter callback\";s:37:\"field_collection_item_set_host_entity\";s:8:\"required\";b:1;}s:16:\"host_entity_node\";a:5:{s:5:\"label\";s:18:\"Host entity (Node)\";s:4:\"type\";s:4:\"node\";s:11:\"description\";s:123:\"The Node containing the field collection field (empty if this field collection is attached to an item of a different type).\";s:15:\"getter callback\";s:51:\"field_collection_item_get_specific_type_host_entity\";s:8:\"computed\";b:1;}}s:7:\"bundles\";a:1:{s:22:\"field_slideshow_images\";a:1:{s:10:\"properties\";a:2:{s:11:\"field_image\";a:12:{s:5:\"label\";s:5:\"Image\";s:4:\"type\";s:16:\"field_item_image\";s:11:\"description\";s:20:\"Field \"field_image\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:38:\"entity_metadata_field_file_create_item\";s:19:\"validation callback\";s:40:\"entity_metadata_field_file_validate_item\";s:13:\"property info\";a:3:{s:4:\"file\";a:5:{s:4:\"type\";s:4:\"file\";s:5:\"label\";s:15:\"The image file.\";s:15:\"getter callback\";s:30:\"entity_metadata_field_file_get\";s:15:\"setter callback\";s:30:\"entity_metadata_field_file_set\";s:8:\"required\";b:1;}s:3:\"alt\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:24:\"The \"Alt\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:5:\"title\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:26:\"The \"Title\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}}}s:23:\"field_image_destination\";a:10:{s:5:\"label\";s:17:\"Image destination\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:32:\"Field \"field_image_destination\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}}}}}s:18:\"og_membership_type\";a:1:{s:10:\"properties\";a:6:{s:2:\"id\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:39:\"Internal, numeric og membership type ID\";s:12:\"schema field\";s:2:\"id\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:59:\"The ID used to identify this og membership type internally.\";}s:4:\"name\";a:4:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:21:\"Machine-readable name\";s:12:\"schema field\";s:4:\"name\";s:11:\"description\";s:62:\"The machine-readable name identifying this og membership type.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Label\";s:12:\"schema field\";s:11:\"description\";s:11:\"description\";s:25:\"The human readable label.\";}s:6:\"status\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:6:\"Status\";s:12:\"schema field\";s:6:\"status\";s:11:\"description\";s:37:\"Og membership type \"status\" property.\";}s:6:\"module\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Module\";s:12:\"schema field\";s:6:\"module\";s:11:\"description\";s:37:\"Og membership type \"module\" property.\";}s:8:\"language\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Language\";s:12:\"schema field\";s:8:\"language\";s:11:\"description\";s:39:\"Og membership type \"language\" property.\";}}}s:13:\"og_membership\";a:2:{s:10:\"properties\";a:10:{s:2:\"id\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:16:\"Og membership ID\";s:12:\"schema field\";s:2:\"id\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:35:\"The unique ID of the og membership.\";}s:4:\"type\";a:7:{s:4:\"type\";s:18:\"og_membership_type\";s:5:\"label\";s:4:\"Type\";s:12:\"schema field\";s:4:\"type\";s:11:\"description\";s:30:\"Og membership \"type\" property.\";s:12:\"options list\";a:2:{i:0;s:30:\"OgMembershipMetadataController\";i:1;s:17:\"bundleOptionsList\";}s:8:\"required\";b:1;s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:11:\"entity_type\";a:5:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Entity_type\";s:12:\"schema field\";s:11:\"entity_type\";s:11:\"description\";s:37:\"Og membership \"entity_type\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:10:\"group_type\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Group_type\";s:12:\"schema field\";s:10:\"group_type\";s:11:\"description\";s:36:\"Og membership \"group_type\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"required\";b:1;s:12:\"options list\";s:23:\"og_get_all_group_entity\";}s:5:\"state\";a:7:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:5:\"State\";s:12:\"schema field\";s:5:\"state\";s:11:\"description\";s:31:\"Og membership \"state\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"options list\";s:23:\"og_group_content_states\";s:8:\"required\";b:1;}s:7:\"created\";a:5:{s:4:\"type\";s:4:\"date\";s:5:\"label\";s:7:\"Created\";s:12:\"schema field\";s:7:\"created\";s:11:\"description\";s:33:\"Og membership \"created\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:10:\"field_name\";a:5:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Field_name\";s:12:\"schema field\";s:10:\"field_name\";s:11:\"description\";s:36:\"Og membership \"field_name\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:8:\"language\";a:5:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Language\";s:12:\"schema field\";s:8:\"language\";s:11:\"description\";s:34:\"Og membership \"language\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:5:\"group\";a:7:{s:5:\"label\";s:8:\"OG group\";s:4:\"type\";s:6:\"entity\";s:11:\"description\";s:47:\"The OG group associated with the OG membership.\";s:15:\"getter callback\";s:16:\"og_entity_getter\";s:15:\"setter callback\";s:16:\"og_entity_setter\";s:17:\"setter permission\";s:16:\"administer group\";s:8:\"required\";b:1;}s:6:\"entity\";a:7:{s:5:\"label\";s:6:\"Entity\";s:4:\"type\";s:6:\"entity\";s:11:\"description\";s:35:\"The entity that is a group content.\";s:15:\"getter callback\";s:16:\"og_entity_getter\";s:15:\"setter callback\";s:16:\"og_entity_setter\";s:17:\"setter permission\";s:16:\"administer group\";s:8:\"required\";b:1;}}s:7:\"bundles\";a:1:{s:26:\"og_membership_type_default\";a:1:{s:10:\"properties\";a:1:{s:21:\"og_membership_request\";a:10:{s:5:\"label\";s:15:\"Request message\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:30:\"Field \"og_membership_request\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}}}}}s:12:\"rules_config\";a:1:{s:10:\"properties\";a:11:{s:2:\"id\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:40:\"Internal, numeric rules configuration ID\";s:12:\"schema field\";s:2:\"id\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:60:\"The ID used to identify this rules configuration internally.\";}s:4:\"name\";a:4:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:21:\"Machine-readable name\";s:12:\"schema field\";s:4:\"name\";s:11:\"description\";s:63:\"The machine-readable name identifying this rules configuration.\";}s:5:\"label\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Label\";s:12:\"schema field\";s:5:\"label\";s:11:\"description\";s:25:\"The human readable label.\";}s:6:\"plugin\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Plugin\";s:12:\"schema field\";s:6:\"plugin\";s:11:\"description\";s:38:\"Rules configuration \"plugin\" property.\";}s:6:\"active\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:6:\"Active\";s:12:\"schema field\";s:6:\"active\";s:11:\"description\";s:38:\"Rules configuration \"active\" property.\";}s:6:\"weight\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:6:\"Weight\";s:12:\"schema field\";s:6:\"weight\";s:11:\"description\";s:38:\"Rules configuration \"weight\" property.\";}s:6:\"status\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:6:\"Status\";s:12:\"schema field\";s:6:\"status\";s:11:\"description\";s:38:\"Rules configuration \"status\" property.\";}s:5:\"dirty\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:5:\"Dirty\";s:12:\"schema field\";s:5:\"dirty\";s:11:\"description\";s:37:\"Rules configuration \"dirty\" property.\";}s:6:\"module\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Module\";s:12:\"schema field\";s:6:\"module\";s:11:\"description\";s:38:\"Rules configuration \"module\" property.\";}s:5:\"owner\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Owner\";s:12:\"schema field\";s:5:\"owner\";s:11:\"description\";s:37:\"Rules configuration \"owner\" property.\";}s:14:\"access_exposed\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:14:\"Access_exposed\";s:12:\"schema field\";s:14:\"access_exposed\";s:11:\"description\";s:46:\"Rules configuration \"access_exposed\" property.\";}}}s:4:\"user\";a:2:{s:7:\"bundles\";a:1:{s:4:\"user\";a:1:{s:10:\"properties\";a:23:{s:12:\"og_user_node\";a:10:{s:5:\"label\";s:16:\"Group membership\";s:4:\"type\";s:10:\"list<node>\";s:11:\"description\";s:21:\"Field \"og_user_node\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:16:\"field_first_name\";a:10:{s:5:\"label\";s:10:\"First Name\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:25:\"Field \"field_first_name\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:15:\"field_last_name\";a:10:{s:5:\"label\";s:9:\"Last Name\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:24:\"Field \"field_last_name\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:14:\"field_birthday\";a:10:{s:5:\"label\";s:8:\"Birthday\";s:4:\"type\";s:4:\"date\";s:11:\"description\";s:23:\"Field \"field_birthday\".\";s:15:\"getter callback\";s:33:\"date_entity_metadata_field_getter\";s:15:\"setter callback\";s:33:\"date_entity_metadata_field_setter\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:9:\"microdata\";b:1;}s:12:\"field_gender\";a:11:{s:5:\"label\";s:6:\"Gender\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:21:\"Field \"field_gender\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:17:\"field_quiz_phy_ed\";a:11:{s:5:\"label\";s:107:\"How often do you participate in sport or physical activity during the week? (Including PE class in school).\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:26:\"Field \"field_quiz_phy_ed\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:21:\"field_quiz_phy_active\";a:11:{s:5:\"label\";s:54:\"In total, how long are you physically active each day?\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:30:\"Field \"field_quiz_phy_active\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:14:\"field_nickname\";a:10:{s:5:\"label\";s:8:\"Nickname\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:23:\"Field \"field_nickname\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:18:\"field_address_city\";a:10:{s:5:\"label\";s:4:\"City\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:27:\"Field \"field_address_city\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:22:\"field_address_province\";a:12:{s:5:\"label\";s:8:\"Province\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:31:\"Field \"field_address_province\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:9:\"provinces\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:32:\"field_ontario_after_school_progr\";a:11:{s:5:\"label\";s:29:\"Ontario After School program?\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:41:\"Field \"field_ontario_after_school_progr\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:23:\"field_organization_name\";a:12:{s:5:\"label\";s:17:\"Organization name\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:32:\"Field \"field_organization_name\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:13:\"organizations\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:29:\"field_site_physical_location_\";a:12:{s:5:\"label\";s:24:\"Site (physical location)\";s:4:\"type\";s:19:\"list<taxonomy_term>\";s:11:\"description\";s:38:\"Field \"field_site_physical_location_\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:6:\"bundle\";s:13:\"organizations\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:13:\"field_country\";a:11:{s:5:\"label\";s:7:\"Country\";s:4:\"type\";s:7:\"country\";s:11:\"description\";s:22:\"Field \"field_country\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:12:\"field_states\";a:12:{s:5:\"label\";s:6:\"States\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:21:\"Field \"field_states\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:6:\"states\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:13:\"og_membership\";a:4:{s:5:\"label\";s:14:\"OG memberships\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:48:\"A list of all OG memberships of the user entity.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__1\";a:4:{s:5:\"label\";s:20:\"Active OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:66:\"A list of all OG memberships of the user entity with Active state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__2\";a:4:{s:5:\"label\";s:21:\"Pending OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:67:\"A list of all OG memberships of the user entity with Pending state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__3\";a:4:{s:5:\"label\";s:21:\"Blocked OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:67:\"A list of all OG memberships of the user entity with Blocked state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:27:\"og_user_node__og_membership\";a:5:{s:5:\"label\";s:41:\"OG membership from field Group membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:66:\"A list of all OG memberships registered in field Group membership.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:30:\"og_user_node__og_membership__1\";a:5:{s:5:\"label\";s:49:\"Active OG memberships from field Group membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:78:\"A list of all OG memberships with Active registered in field Group membership.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:30:\"og_user_node__og_membership__2\";a:5:{s:5:\"label\";s:50:\"Pending OG memberships from field Group membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:79:\"A list of all OG memberships with Pending registered in field Group membership.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:30:\"og_user_node__og_membership__3\";a:5:{s:5:\"label\";s:50:\"Blocked OG memberships from field Group membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:79:\"A list of all OG memberships with Blocked registered in field Group membership.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}}}}s:10:\"properties\";a:12:{s:3:\"uid\";a:4:{s:5:\"label\";s:7:\"User ID\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:34:\"The unique ID of the user account.\";s:12:\"schema field\";s:3:\"uid\";}s:4:\"name\";a:8:{s:5:\"label\";s:4:\"Name\";s:11:\"description\";s:35:\"The login name of the user account.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"sanitize\";s:10:\"filter_xss\";s:8:\"required\";b:1;s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:4:\"name\";}s:4:\"mail\";a:7:{s:5:\"label\";s:5:\"Email\";s:11:\"description\";s:38:\"The email address of the user account.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:19:\"validation callback\";s:19:\"valid_email_address\";s:8:\"required\";b:1;s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:4:\"mail\";}s:3:\"url\";a:5:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:36:\"The URL of the account profile page.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:8:\"edit_url\";a:5:{s:5:\"label\";s:8:\"Edit URL\";s:11:\"description\";s:33:\"The url of the account edit page.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:11:\"last_access\";a:6:{s:5:\"label\";s:11:\"Last access\";s:11:\"description\";s:41:\"The date the user last accessed the site.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:4:\"type\";s:4:\"date\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:6:\"access\";}s:10:\"last_login\";a:6:{s:5:\"label\";s:10:\"Last login\";s:11:\"description\";s:45:\"The date the user last logged in to the site.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:4:\"type\";s:4:\"date\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:5:\"login\";}s:7:\"created\";a:5:{s:5:\"label\";s:7:\"Created\";s:11:\"description\";s:38:\"The date the user account was created.\";s:4:\"type\";s:4:\"date\";s:12:\"schema field\";s:7:\"created\";s:17:\"setter permission\";s:16:\"administer users\";}s:5:\"roles\";a:7:{s:5:\"label\";s:10:\"User roles\";s:11:\"description\";s:22:\"The roles of the user.\";s:4:\"type\";s:13:\"list<integer>\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:15:\"setter callback\";s:35:\"entity_metadata_user_set_properties\";s:12:\"options list\";s:26:\"entity_metadata_user_roles\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";}s:6:\"status\";a:7:{s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:38:\"Whether the user is active or blocked.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:4:\"type\";s:7:\"integer\";s:12:\"options list\";s:40:\"entity_metadata_user_status_options_list\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:6:\"status\";}s:5:\"theme\";a:6:{s:5:\"label\";s:13:\"Default theme\";s:11:\"description\";s:25:\"The user\'s default theme.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:5:\"theme\";}s:8:\"language\";a:8:{s:5:\"label\";s:8:\"Language\";s:11:\"description\";s:90:\"This account\'s default language for e-mails, and preferred language for site presentation.\";s:4:\"type\";s:5:\"token\";s:15:\"getter callback\";s:40:\"entity_metadata_locale_get_user_language\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"options list\";s:29:\"entity_metadata_language_list\";s:12:\"schema field\";s:8:\"language\";s:17:\"setter permission\";s:16:\"administer users\";}}}s:4:\"node\";a:2:{s:7:\"bundles\";a:7:{s:4:\"page\";a:1:{s:10:\"properties\";a:1:{s:4:\"body\";a:11:{s:5:\"label\";s:4:\"Body\";s:4:\"type\";s:14:\"text_formatted\";s:11:\"description\";s:13:\"Field \"body\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";}}}s:7:\"article\";a:1:{s:10:\"properties\";a:2:{s:4:\"body\";a:11:{s:5:\"label\";s:4:\"Body\";s:4:\"type\";s:14:\"text_formatted\";s:11:\"description\";s:13:\"Field \"body\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";}s:11:\"field_image\";a:12:{s:5:\"label\";s:5:\"Image\";s:4:\"type\";s:16:\"field_item_image\";s:11:\"description\";s:20:\"Field \"field_image\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:38:\"entity_metadata_field_file_create_item\";s:19:\"validation callback\";s:40:\"entity_metadata_field_file_validate_item\";s:13:\"property info\";a:2:{s:4:\"file\";a:5:{s:4:\"type\";s:4:\"file\";s:5:\"label\";s:15:\"The image file.\";s:15:\"getter callback\";s:30:\"entity_metadata_field_file_get\";s:15:\"setter callback\";s:30:\"entity_metadata_field_file_set\";s:8:\"required\";b:1;}s:3:\"alt\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:24:\"The \"Alt\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}}}}}s:7:\"webform\";a:1:{s:10:\"properties\";a:17:{s:4:\"body\";a:11:{s:5:\"label\";s:5:\"Notes\";s:4:\"type\";s:14:\"text_formatted\";s:11:\"description\";s:13:\"Field \"body\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";}s:16:\"og_group_classes\";a:10:{s:5:\"label\";s:15:\"Groups audience\";s:4:\"type\";s:10:\"list<node>\";s:11:\"description\";s:25:\"Field \"og_group_classes\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:14:\"field_category\";a:12:{s:5:\"label\";s:8:\"Category\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:23:\"Field \"field_category\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:6:\"bundle\";s:8:\"category\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:18:\"field_teacher_only\";a:11:{s:5:\"label\";s:11:\"Leader Only\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:27:\"Field \"field_teacher_only\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:19:\"field_group_add_all\";a:11:{s:5:\"label\";s:34:\"Show this assessment to all Groups\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:28:\"Field \"field_group_add_all\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:11:\"field_color\";a:11:{s:5:\"label\";s:17:\"Assessment Colour\";s:4:\"type\";s:11:\"color_field\";s:11:\"description\";s:20:\"Field \"field_color\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:13:\"auto creation\";s:23:\"color_field_item_create\";s:13:\"property info\";a:1:{s:3:\"rgb\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:29:\"The color of the color field.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}}}s:21:\"field_recording_forms\";a:12:{s:5:\"label\";s:15:\"Recording Forms\";s:4:\"type\";s:21:\"list<field_item_file>\";s:11:\"description\";s:30:\"Field \"field_recording_forms\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:38:\"entity_metadata_field_file_create_item\";s:19:\"validation callback\";s:40:\"entity_metadata_field_file_validate_item\";s:13:\"property info\";a:1:{s:4:\"file\";a:5:{s:4:\"type\";s:4:\"file\";s:5:\"label\";s:9:\"The file.\";s:15:\"getter callback\";s:30:\"entity_metadata_field_file_get\";s:15:\"setter callback\";s:30:\"entity_metadata_field_file_set\";s:8:\"required\";b:1;}}}s:10:\"field_ages\";a:12:{s:5:\"label\";s:4:\"Ages\";s:4:\"type\";s:19:\"list<taxonomy_term>\";s:11:\"description\";s:19:\"Field \"field_ages\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:4:\"ages\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:26:\"field_playslider_mandatory\";a:11:{s:5:\"label\";s:46:\"Are slider comprehension/confidence mandatory?\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:35:\"Field \"field_playslider_mandatory\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:13:\"og_membership\";a:4:{s:5:\"label\";s:14:\"OG memberships\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:48:\"A list of all OG memberships of the node entity.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__1\";a:4:{s:5:\"label\";s:20:\"Active OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:66:\"A list of all OG memberships of the node entity with Active state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__2\";a:4:{s:5:\"label\";s:21:\"Pending OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:67:\"A list of all OG memberships of the node entity with Pending state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__3\";a:4:{s:5:\"label\";s:21:\"Blocked OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:67:\"A list of all OG memberships of the node entity with Blocked state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:31:\"og_group_classes__og_membership\";a:5:{s:5:\"label\";s:40:\"OG membership from field Groups audience\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:65:\"A list of all OG memberships registered in field Groups audience.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:34:\"og_group_classes__og_membership__1\";a:5:{s:5:\"label\";s:48:\"Active OG memberships from field Groups audience\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:77:\"A list of all OG memberships with Active registered in field Groups audience.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:34:\"og_group_classes__og_membership__2\";a:5:{s:5:\"label\";s:49:\"Pending OG memberships from field Groups audience\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:78:\"A list of all OG memberships with Pending registered in field Groups audience.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:34:\"og_group_classes__og_membership__3\";a:5:{s:5:\"label\";s:49:\"Blocked OG memberships from field Groups audience\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:78:\"A list of all OG memberships with Blocked registered in field Groups audience.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}}}s:13:\"other_webform\";a:1:{s:10:\"properties\";a:1:{s:4:\"body\";a:11:{s:5:\"label\";s:4:\"Body\";s:4:\"type\";s:14:\"text_formatted\";s:11:\"description\";s:13:\"Field \"body\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";}}}s:12:\"group_school\";a:1:{s:10:\"properties\";a:12:{s:11:\"group_group\";a:11:{s:5:\"label\";s:5:\"Group\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:20:\"Field \"group_group\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:12:\"field_grades\";a:12:{s:5:\"label\";s:6:\"Grades\";s:4:\"type\";s:19:\"list<taxonomy_term>\";s:11:\"description\";s:21:\"Field \"field_grades\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:6:\"bundle\";s:4:\"ages\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:14:\"field_district\";a:10:{s:5:\"label\";s:8:\"District\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:23:\"Field \"field_district\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:17:\"field_addr_street\";a:10:{s:5:\"label\";s:6:\"Street\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:26:\"Field \"field_addr_street\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:15:\"field_addr_city\";a:10:{s:5:\"label\";s:4:\"City\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:24:\"Field \"field_addr_city\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:19:\"field_addr_province\";a:11:{s:5:\"label\";s:8:\"Province\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:28:\"Field \"field_addr_province\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:11:\"field_phone\";a:10:{s:5:\"label\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:20:\"Field \"field_phone\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:11:\"field_email\";a:10:{s:5:\"label\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:20:\"Field \"field_email\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:7:\"members\";a:4:{s:5:\"label\";s:13:\"Group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:40:\"A list group members of the node entity.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__1\";a:4:{s:5:\"label\";s:20:\"Active group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:57:\"A list of all users of the node entity with Active state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__2\";a:4:{s:5:\"label\";s:21:\"Pending group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:58:\"A list of all users of the node entity with Pending state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__3\";a:4:{s:5:\"label\";s:21:\"Blocked group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:58:\"A list of all users of the node entity with Blocked state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}}}s:11:\"group_class\";a:1:{s:10:\"properties\";a:13:{s:11:\"group_group\";a:11:{s:5:\"label\";s:5:\"Group\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:20:\"Field \"group_group\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:12:\"field_school\";a:10:{s:5:\"label\";s:6:\"School\";s:4:\"type\";s:4:\"node\";s:11:\"description\";s:21:\"Field \"field_school\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:17:\"field_assessments\";a:10:{s:5:\"label\";s:11:\"Assessments\";s:4:\"type\";s:10:\"list<node>\";s:11:\"description\";s:26:\"Field \"field_assessments\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:17:\"field_school_year\";a:11:{s:5:\"label\";s:16:\"Session Duration\";s:4:\"type\";s:6:\"struct\";s:11:\"description\";s:26:\"Field \"field_school_year\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:34:\"date_entity_metadata_struct_create\";s:13:\"property info\";a:3:{s:5:\"value\";a:6:{s:4:\"type\";s:4:\"date\";s:5:\"label\";s:10:\"Start date\";s:15:\"getter callback\";s:34:\"date_entity_metadata_struct_getter\";s:15:\"setter callback\";s:34:\"date_entity_metadata_struct_setter\";s:10:\"field_name\";s:17:\"field_school_year\";s:9:\"microdata\";b:1;}s:6:\"value2\";a:6:{s:4:\"type\";s:4:\"date\";s:5:\"label\";s:8:\"End date\";s:15:\"getter callback\";s:34:\"date_entity_metadata_struct_getter\";s:15:\"setter callback\";s:34:\"date_entity_metadata_struct_setter\";s:10:\"field_name\";s:17:\"field_school_year\";s:9:\"microdata\";b:1;}s:8:\"duration\";a:5:{s:4:\"type\";s:8:\"duration\";s:5:\"label\";s:8:\"Duration\";s:10:\"desription\";s:51:\"The duration of the time period given by the dates.\";s:15:\"getter callback\";s:36:\"date_entity_metadata_duration_getter\";s:10:\"field_name\";s:17:\"field_school_year\";}}}s:23:\"field_enable_assessment\";a:11:{s:5:\"label\";s:26:\"Enable Check In Assessment\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:32:\"Field \"field_enable_assessment\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:19:\"field_class_meetups\";a:11:{s:5:\"label\";s:18:\"# of Group Meetups\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:28:\"Field \"field_class_meetups\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:26:\"field_assessments_language\";a:11:{s:5:\"label\";s:19:\"Assessment Language\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:35:\"Field \"field_assessments_language\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:17:\"field_your_school\";a:10:{s:5:\"label\";s:18:\"Your Site Location\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:26:\"Field \"field_your_school\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:18:\"field_project_name\";a:11:{s:5:\"label\";s:12:\"Project Name\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:27:\"Field \"field_project_name\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:6:\"bundle\";s:8:\"projects\";}s:7:\"members\";a:4:{s:5:\"label\";s:13:\"Group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:40:\"A list group members of the node entity.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__1\";a:4:{s:5:\"label\";s:20:\"Active group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:57:\"A list of all users of the node entity with Active state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__2\";a:4:{s:5:\"label\";s:21:\"Pending group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:58:\"A list of all users of the node entity with Pending state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__3\";a:4:{s:5:\"label\";s:21:\"Blocked group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:58:\"A list of all users of the node entity with Blocked state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}}}s:9:\"slideshow\";a:1:{s:10:\"properties\";a:2:{s:12:\"field_images\";a:12:{s:5:\"label\";s:6:\"Images\";s:4:\"type\";s:22:\"list<field_item_image>\";s:11:\"description\";s:21:\"Field \"field_images\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:38:\"entity_metadata_field_file_create_item\";s:19:\"validation callback\";s:40:\"entity_metadata_field_file_validate_item\";s:13:\"property info\";a:3:{s:4:\"file\";a:5:{s:4:\"type\";s:4:\"file\";s:5:\"label\";s:15:\"The image file.\";s:15:\"getter callback\";s:30:\"entity_metadata_field_file_get\";s:15:\"setter callback\";s:30:\"entity_metadata_field_file_set\";s:8:\"required\";b:1;}s:3:\"alt\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:24:\"The \"Alt\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:5:\"title\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:26:\"The \"Title\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}}}s:22:\"field_slideshow_images\";a:11:{s:5:\"label\";s:6:\"Images\";s:4:\"type\";s:27:\"list<field_collection_item>\";s:11:\"description\";s:31:\"Field \"field_slideshow_images\".\";s:15:\"getter callback\";s:35:\"field_collection_field_property_get\";s:15:\"setter callback\";s:35:\"field_collection_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:22:\"field_slideshow_images\";}}}}s:10:\"properties\";a:18:{s:3:\"nid\";a:4:{s:5:\"label\";s:7:\"Node ID\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:26:\"The unique ID of the node.\";s:12:\"schema field\";s:3:\"nid\";}s:3:\"vid\";a:4:{s:5:\"label\";s:11:\"Revision ID\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:37:\"The unique ID of the node\'s revision.\";s:12:\"schema field\";s:3:\"vid\";}s:6:\"is_new\";a:4:{s:5:\"label\";s:6:\"Is new\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:58:\"Whether the node is new and not saved to the database yet.\";s:15:\"getter callback\";s:35:\"entity_metadata_node_get_properties\";}s:4:\"type\";a:8:{s:5:\"label\";s:12:\"Content type\";s:4:\"type\";s:5:\"token\";s:11:\"description\";s:21:\"The type of the node.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"options list\";s:19:\"node_type_get_names\";s:8:\"required\";b:1;s:12:\"schema field\";s:4:\"type\";}s:5:\"title\";a:5:{s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:22:\"The title of the node.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"schema field\";s:5:\"title\";s:8:\"required\";b:1;}s:8:\"language\";a:7:{s:5:\"label\";s:8:\"Language\";s:4:\"type\";s:5:\"token\";s:11:\"description\";s:36:\"The language the node is written in.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"options list\";s:29:\"entity_metadata_language_list\";s:12:\"schema field\";s:8:\"language\";s:17:\"setter permission\";s:16:\"administer nodes\";}s:3:\"url\";a:5:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:20:\"The URL of the node.\";s:15:\"getter callback\";s:37:\"entity_metadata_entity_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:8:\"edit_url\";a:5:{s:5:\"label\";s:8:\"Edit URL\";s:11:\"description\";s:32:\"The URL of the node\'s edit page.\";s:15:\"getter callback\";s:35:\"entity_metadata_node_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:6:\"status\";a:7:{s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:45:\"Whether the node is published or unpublished.\";s:4:\"type\";s:7:\"integer\";s:12:\"options list\";s:35:\"entity_metadata_status_options_list\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"schema field\";s:6:\"status\";}s:7:\"promote\";a:6:{s:5:\"label\";s:21:\"Promoted to frontpage\";s:11:\"description\";s:46:\"Whether the node is promoted to the frontpage.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"schema field\";s:7:\"promote\";s:4:\"type\";s:7:\"boolean\";}s:6:\"sticky\";a:6:{s:5:\"label\";s:15:\"Sticky in lists\";s:11:\"description\";s:70:\"Whether the node is displayed at the top of lists in which it appears.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"schema field\";s:6:\"sticky\";s:4:\"type\";s:7:\"boolean\";}s:7:\"created\";a:6:{s:5:\"label\";s:12:\"Date created\";s:4:\"type\";s:4:\"date\";s:11:\"description\";s:29:\"The date the node was posted.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"schema field\";s:7:\"created\";}s:7:\"changed\";a:4:{s:5:\"label\";s:12:\"Date changed\";s:4:\"type\";s:4:\"date\";s:12:\"schema field\";s:7:\"changed\";s:11:\"description\";s:44:\"The date the node was most recently updated.\";}s:6:\"author\";a:8:{s:5:\"label\";s:6:\"Author\";s:4:\"type\";s:4:\"user\";s:11:\"description\";s:23:\"The author of the node.\";s:15:\"getter callback\";s:35:\"entity_metadata_node_get_properties\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:8:\"required\";b:1;s:12:\"schema field\";s:3:\"uid\";}s:6:\"source\";a:4:{s:5:\"label\";s:23:\"Translation source node\";s:4:\"type\";s:4:\"node\";s:11:\"description\";s:58:\"The original-language version of this node, if one exists.\";s:15:\"getter callback\";s:35:\"entity_metadata_node_get_properties\";}s:3:\"log\";a:5:{s:5:\"label\";s:20:\"Revision log message\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:93:\"In case a new revision is to be saved, the log entry explaining the changes for this version.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:15:\"access callback\";s:36:\"entity_metadata_node_revision_access\";}s:8:\"revision\";a:5:{s:5:\"label\";s:16:\"Creates revision\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:48:\"Whether saving this node creates a new revision.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:15:\"access callback\";s:36:\"entity_metadata_node_revision_access\";}s:4:\"body\";a:7:{s:4:\"type\";s:14:\"text_formatted\";s:5:\"label\";s:18:\"The main body text\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";s:5:\"field\";b:1;}}}s:4:\"file\";a:2:{s:7:\"bundles\";a:1:{s:5:\"image\";a:1:{s:10:\"properties\";a:2:{s:25:\"field_file_image_alt_text\";a:10:{s:5:\"label\";s:8:\"Alt Text\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:34:\"Field \"field_file_image_alt_text\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:27:\"field_file_image_title_text\";a:10:{s:5:\"label\";s:10:\"Title Text\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:36:\"Field \"field_file_image_title_text\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}}}}s:10:\"properties\";a:8:{s:3:\"fid\";a:5:{s:5:\"label\";s:7:\"File ID\";s:11:\"description\";s:35:\"The unique ID of the uploaded file.\";s:4:\"type\";s:7:\"integer\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:12:\"schema field\";s:3:\"fid\";}s:4:\"name\";a:4:{s:5:\"label\";s:9:\"File name\";s:11:\"description\";s:29:\"The name of the file on disk.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";s:12:\"schema field\";s:8:\"filename\";}s:4:\"mime\";a:5:{s:5:\"label\";s:9:\"MIME type\";s:11:\"description\";s:26:\"The MIME type of the file.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";s:8:\"sanitize\";s:10:\"filter_xss\";s:12:\"schema field\";s:8:\"filemime\";}s:4:\"size\";a:5:{s:5:\"label\";s:9:\"File size\";s:11:\"description\";s:35:\"The size of the file, in kilobytes.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";s:4:\"type\";s:7:\"integer\";s:12:\"schema field\";s:8:\"filesize\";}s:3:\"url\";a:3:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:36:\"The web-accessible URL for the file.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";}s:9:\"timestamp\";a:4:{s:5:\"label\";s:9:\"Timestamp\";s:11:\"description\";s:44:\"The date the file was most recently changed.\";s:4:\"type\";s:4:\"date\";s:12:\"schema field\";s:9:\"timestamp\";}s:5:\"owner\";a:5:{s:5:\"label\";s:5:\"Owner\";s:11:\"description\";s:42:\"The user who originally uploaded the file.\";s:4:\"type\";s:4:\"user\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";s:12:\"schema field\";s:3:\"uid\";}s:4:\"type\";a:8:{s:5:\"label\";s:9:\"File type\";s:4:\"type\";s:5:\"token\";s:11:\"description\";s:21:\"The type of the file.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer files\";s:12:\"options list\";s:26:\"file_entity_type_get_names\";s:8:\"required\";b:1;s:12:\"schema field\";s:4:\"type\";}}}s:13:\"taxonomy_term\";a:1:{s:10:\"properties\";a:9:{s:3:\"tid\";a:4:{s:5:\"label\";s:7:\"Term ID\";s:11:\"description\";s:35:\"The unique ID of the taxonomy term.\";s:4:\"type\";s:7:\"integer\";s:12:\"schema field\";s:3:\"tid\";}s:4:\"name\";a:5:{s:5:\"label\";s:4:\"Name\";s:11:\"description\";s:30:\"The name of the taxonomy term.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"required\";b:1;s:12:\"schema field\";s:4:\"name\";}s:11:\"description\";a:7:{s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:46:\"The optional description of the taxonomy term.\";s:9:\"sanitized\";b:1;s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"getter callback\";s:44:\"entity_metadata_taxonomy_term_get_properties\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"schema field\";s:11:\"description\";}s:6:\"weight\";a:5:{s:5:\"label\";s:6:\"Weight\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:72:\"The weight of the term, which is used for ordering terms during display.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"schema field\";s:6:\"weight\";}s:10:\"node_count\";a:5:{s:5:\"label\";s:10:\"Node count\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:50:\"The number of nodes tagged with the taxonomy term.\";s:15:\"getter callback\";s:44:\"entity_metadata_taxonomy_term_get_properties\";s:8:\"computed\";b:1;}s:3:\"url\";a:5:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:29:\"The URL of the taxonomy term.\";s:15:\"getter callback\";s:37:\"entity_metadata_entity_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:10:\"vocabulary\";a:6:{s:5:\"label\";s:10:\"Vocabulary\";s:11:\"description\";s:44:\"The vocabulary the taxonomy term belongs to.\";s:15:\"setter callback\";s:36:\"entity_metadata_taxonomy_term_setter\";s:4:\"type\";s:19:\"taxonomy_vocabulary\";s:8:\"required\";b:1;s:12:\"schema field\";s:3:\"vid\";}s:6:\"parent\";a:5:{s:5:\"label\";s:12:\"Parent terms\";s:11:\"description\";s:38:\"The parent terms of the taxonomy term.\";s:15:\"getter callback\";s:44:\"entity_metadata_taxonomy_term_get_properties\";s:15:\"setter callback\";s:36:\"entity_metadata_taxonomy_term_setter\";s:4:\"type\";s:19:\"list<taxonomy_term>\";}s:11:\"parents_all\";a:5:{s:5:\"label\";s:16:\"All parent terms\";s:11:\"description\";s:65:\"Ancestors of the term, i.e. parent of all above hierarchy levels.\";s:15:\"getter callback\";s:44:\"entity_metadata_taxonomy_term_get_properties\";s:4:\"type\";s:19:\"list<taxonomy_term>\";s:8:\"computed\";b:1;}}}s:19:\"taxonomy_vocabulary\";a:1:{s:10:\"properties\";a:5:{s:3:\"vid\";a:4:{s:5:\"label\";s:13:\"Vocabulary ID\";s:11:\"description\";s:41:\"The unique ID of the taxonomy vocabulary.\";s:4:\"type\";s:7:\"integer\";s:12:\"schema field\";s:3:\"vid\";}s:4:\"name\";a:5:{s:5:\"label\";s:4:\"Name\";s:11:\"description\";s:36:\"The name of the taxonomy vocabulary.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"required\";b:1;s:12:\"schema field\";s:4:\"name\";}s:12:\"machine_name\";a:6:{s:5:\"label\";s:12:\"Machine name\";s:4:\"type\";s:5:\"token\";s:11:\"description\";s:44:\"The machine name of the taxonomy vocabulary.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"required\";b:1;s:12:\"schema field\";s:12:\"machine_name\";}s:11:\"description\";a:5:{s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:52:\"The optional description of the taxonomy vocabulary.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"sanitize\";s:10:\"filter_xss\";s:12:\"schema field\";s:11:\"description\";}s:10:\"term_count\";a:5:{s:5:\"label\";s:10:\"Term count\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:57:\"The number of terms belonging to the taxonomy vocabulary.\";s:15:\"getter callback\";s:50:\"entity_metadata_taxonomy_vocabulary_get_properties\";s:8:\"computed\";b:1;}}}s:4:\"site\";a:1:{s:10:\"properties\";a:9:{s:4:\"name\";a:4:{s:5:\"label\";s:4:\"Name\";s:11:\"description\";s:21:\"The name of the site.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:8:\"sanitize\";s:11:\"check_plain\";}s:6:\"slogan\";a:4:{s:5:\"label\";s:6:\"Slogan\";s:11:\"description\";s:23:\"The slogan of the site.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:8:\"sanitize\";s:11:\"check_plain\";}s:4:\"mail\";a:3:{s:5:\"label\";s:5:\"Email\";s:11:\"description\";s:46:\"The administrative email address for the site.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";}s:3:\"url\";a:4:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:33:\"The URL of the site\'s front page.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:3:\"uri\";}s:9:\"login_url\";a:4:{s:5:\"label\";s:10:\"Login page\";s:11:\"description\";s:33:\"The URL of the site\'s login page.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:3:\"uri\";}s:12:\"current_user\";a:4:{s:5:\"label\";s:14:\"Logged in user\";s:11:\"description\";s:29:\"The currently logged in user.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:4:\"user\";}s:12:\"current_date\";a:4:{s:5:\"label\";s:12:\"Current date\";s:11:\"description\";s:26:\"The current date and time.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:4:\"date\";}s:12:\"current_page\";a:5:{s:5:\"label\";s:12:\"Current page\";s:11:\"description\";s:48:\"Information related to the current page request.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:6:\"struct\";s:13:\"property info\";a:4:{s:4:\"path\";a:4:{s:5:\"label\";s:4:\"Path\";s:11:\"description\";s:53:\"The internal Drupal path of the current page request.\";s:15:\"getter callback\";s:12:\"current_path\";s:4:\"type\";s:4:\"text\";}s:3:\"url\";a:4:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:41:\"The full URL of the current page request.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_page_properties\";s:4:\"type\";s:3:\"uri\";}s:8:\"language\";a:5:{s:5:\"label\";s:18:\"Interface language\";s:11:\"description\";s:57:\"The language code of the current user interface language.\";s:4:\"type\";s:5:\"token\";s:15:\"getter callback\";s:36:\"entity_metadata_locale_get_languages\";s:12:\"options list\";s:29:\"entity_metadata_language_list\";}s:16:\"language_content\";a:5:{s:5:\"label\";s:16:\"Content language\";s:11:\"description\";s:50:\"The language code of the current content language.\";s:4:\"type\";s:5:\"token\";s:15:\"getter callback\";s:36:\"entity_metadata_locale_get_languages\";s:12:\"options list\";s:29:\"entity_metadata_language_list\";}}}s:16:\"og_context__node\";a:4:{s:5:\"label\";s:36:\"Current OG group of Node entity type\";s:11:\"description\";s:53:\"The Node that is an OG group from context, if exists.\";s:15:\"getter callback\";s:25:\"og_context_get_properties\";s:4:\"type\";s:4:\"node\";}}}}',0,1646160656,1),('entity_property_info:fr',_binary 'a:11:{s:7:\"country\";a:1:{s:10:\"properties\";a:10:{s:3:\"cid\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:28:\"Internal, numeric country ID\";s:12:\"schema field\";s:3:\"cid\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:48:\"The ID used to identify this country internally.\";}s:4:\"iso2\";a:4:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:21:\"Machine-readable name\";s:12:\"schema field\";s:4:\"iso2\";s:11:\"description\";s:51:\"The machine-readable name identifying this country.\";}s:4:\"iso3\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Iso3\";s:12:\"schema field\";s:4:\"iso3\";s:11:\"description\";s:24:\"Country \"iso3\" property.\";}s:4:\"name\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Label\";s:12:\"schema field\";s:4:\"name\";s:11:\"description\";s:25:\"The human readable label.\";}s:13:\"official_name\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Official_name\";s:12:\"schema field\";s:13:\"official_name\";s:11:\"description\";s:33:\"Country \"official_name\" property.\";}s:7:\"numcode\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:7:\"Numcode\";s:12:\"schema field\";s:7:\"numcode\";s:11:\"description\";s:27:\"Country \"numcode\" property.\";}s:9:\"continent\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Continent\";s:12:\"schema field\";s:9:\"continent\";s:11:\"description\";s:29:\"Country \"continent\" property.\";}s:7:\"enabled\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:7:\"Enabled\";s:12:\"schema field\";s:7:\"enabled\";s:11:\"description\";s:27:\"Country \"enabled\" property.\";}s:8:\"language\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Language\";s:12:\"schema field\";s:8:\"language\";s:11:\"description\";s:28:\"Country \"language\" property.\";}s:14:\"continent_name\";a:3:{s:5:\"label\";s:14:\"Continent name\";s:4:\"type\";s:4:\"text\";s:15:\"getter callback\";s:24:\"countries_get_properties\";}}}s:21:\"field_collection_item\";a:2:{s:10:\"properties\";a:7:{s:7:\"item_id\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:24:\"Field collection item ID\";s:12:\"schema field\";s:7:\"item_id\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:43:\"The unique ID of the field collection item.\";}s:11:\"revision_id\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:11:\"Revision_id\";s:12:\"schema field\";s:11:\"revision_id\";s:11:\"description\";s:45:\"Field collection item \"revision_id\" property.\";}s:10:\"field_name\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:10:\"Field name\";s:12:\"schema field\";s:10:\"field_name\";s:11:\"description\";s:77:\"The machine-readable name of the field collection field containing this item.\";s:12:\"options list\";a:2:{i:0;s:37:\"FieldCollectionItemMetadataController\";i:1;s:17:\"bundleOptionsList\";}s:8:\"required\";b:1;}s:8:\"archived\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:8:\"Archived\";s:12:\"schema field\";s:8:\"archived\";s:11:\"description\";s:42:\"Field collection item \"archived\" property.\";}s:3:\"url\";a:6:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:22:\"The URL of the entity.\";s:15:\"getter callback\";s:37:\"entity_metadata_entity_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;s:18:\"entity views field\";b:1;}s:11:\"host_entity\";a:6:{s:5:\"label\";s:11:\"Host entity\";s:4:\"type\";s:6:\"entity\";s:11:\"description\";s:49:\"The entity containing the field collection field.\";s:15:\"getter callback\";s:37:\"field_collection_item_get_host_entity\";s:15:\"setter callback\";s:37:\"field_collection_item_set_host_entity\";s:8:\"required\";b:1;}s:16:\"host_entity_node\";a:5:{s:5:\"label\";s:18:\"Host entity (Node)\";s:4:\"type\";s:4:\"node\";s:11:\"description\";s:123:\"The Node containing the field collection field (empty if this field collection is attached to an item of a different type).\";s:15:\"getter callback\";s:51:\"field_collection_item_get_specific_type_host_entity\";s:8:\"computed\";b:1;}}s:7:\"bundles\";a:1:{s:22:\"field_slideshow_images\";a:1:{s:10:\"properties\";a:2:{s:11:\"field_image\";a:12:{s:5:\"label\";s:5:\"Image\";s:4:\"type\";s:16:\"field_item_image\";s:11:\"description\";s:20:\"Field \"field_image\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:38:\"entity_metadata_field_file_create_item\";s:19:\"validation callback\";s:40:\"entity_metadata_field_file_validate_item\";s:13:\"property info\";a:3:{s:4:\"file\";a:5:{s:4:\"type\";s:4:\"file\";s:5:\"label\";s:15:\"The image file.\";s:15:\"getter callback\";s:30:\"entity_metadata_field_file_get\";s:15:\"setter callback\";s:30:\"entity_metadata_field_file_set\";s:8:\"required\";b:1;}s:3:\"alt\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:24:\"The \"Alt\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:5:\"title\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:26:\"The \"Title\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}}}s:23:\"field_image_destination\";a:10:{s:5:\"label\";s:17:\"Image destination\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:32:\"Field \"field_image_destination\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}}}}}s:18:\"og_membership_type\";a:1:{s:10:\"properties\";a:6:{s:2:\"id\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:39:\"Internal, numeric og membership type ID\";s:12:\"schema field\";s:2:\"id\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:59:\"The ID used to identify this og membership type internally.\";}s:4:\"name\";a:4:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:21:\"Machine-readable name\";s:12:\"schema field\";s:4:\"name\";s:11:\"description\";s:62:\"The machine-readable name identifying this og membership type.\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Label\";s:12:\"schema field\";s:11:\"description\";s:11:\"description\";s:25:\"The human readable label.\";}s:6:\"status\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:6:\"Status\";s:12:\"schema field\";s:6:\"status\";s:11:\"description\";s:37:\"Og membership type \"status\" property.\";}s:6:\"module\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Module\";s:12:\"schema field\";s:6:\"module\";s:11:\"description\";s:37:\"Og membership type \"module\" property.\";}s:8:\"language\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Language\";s:12:\"schema field\";s:8:\"language\";s:11:\"description\";s:39:\"Og membership type \"language\" property.\";}}}s:13:\"og_membership\";a:2:{s:10:\"properties\";a:10:{s:2:\"id\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:16:\"Og membership ID\";s:12:\"schema field\";s:2:\"id\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:35:\"The unique ID of the og membership.\";}s:4:\"type\";a:7:{s:4:\"type\";s:18:\"og_membership_type\";s:5:\"label\";s:4:\"Type\";s:12:\"schema field\";s:4:\"type\";s:11:\"description\";s:30:\"Og membership \"type\" property.\";s:12:\"options list\";a:2:{i:0;s:30:\"OgMembershipMetadataController\";i:1;s:17:\"bundleOptionsList\";}s:8:\"required\";b:1;s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:11:\"entity_type\";a:5:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Entity_type\";s:12:\"schema field\";s:11:\"entity_type\";s:11:\"description\";s:37:\"Og membership \"entity_type\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:10:\"group_type\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Group_type\";s:12:\"schema field\";s:10:\"group_type\";s:11:\"description\";s:36:\"Og membership \"group_type\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"required\";b:1;s:12:\"options list\";s:23:\"og_get_all_group_entity\";}s:5:\"state\";a:7:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:5:\"State\";s:12:\"schema field\";s:5:\"state\";s:11:\"description\";s:31:\"Og membership \"state\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"options list\";s:23:\"og_group_content_states\";s:8:\"required\";b:1;}s:7:\"created\";a:5:{s:4:\"type\";s:4:\"date\";s:5:\"label\";s:7:\"Created\";s:12:\"schema field\";s:7:\"created\";s:11:\"description\";s:33:\"Og membership \"created\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:10:\"field_name\";a:5:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Field_name\";s:12:\"schema field\";s:10:\"field_name\";s:11:\"description\";s:36:\"Og membership \"field_name\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:8:\"language\";a:5:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Language\";s:12:\"schema field\";s:8:\"language\";s:11:\"description\";s:34:\"Og membership \"language\" property.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:5:\"group\";a:7:{s:5:\"label\";s:8:\"OG group\";s:4:\"type\";s:6:\"entity\";s:11:\"description\";s:47:\"The OG group associated with the OG membership.\";s:15:\"getter callback\";s:16:\"og_entity_getter\";s:15:\"setter callback\";s:16:\"og_entity_setter\";s:17:\"setter permission\";s:16:\"administer group\";s:8:\"required\";b:1;}s:6:\"entity\";a:7:{s:5:\"label\";s:6:\"Entity\";s:4:\"type\";s:6:\"entity\";s:11:\"description\";s:35:\"The entity that is a group content.\";s:15:\"getter callback\";s:16:\"og_entity_getter\";s:15:\"setter callback\";s:16:\"og_entity_setter\";s:17:\"setter permission\";s:16:\"administer group\";s:8:\"required\";b:1;}}s:7:\"bundles\";a:1:{s:26:\"og_membership_type_default\";a:1:{s:10:\"properties\";a:1:{s:21:\"og_membership_request\";a:10:{s:5:\"label\";s:15:\"Request message\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:30:\"Field \"og_membership_request\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}}}}}s:12:\"rules_config\";a:1:{s:10:\"properties\";a:11:{s:2:\"id\";a:5:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:40:\"Internal, numeric rules configuration ID\";s:12:\"schema field\";s:2:\"id\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:11:\"description\";s:60:\"The ID used to identify this rules configuration internally.\";}s:4:\"name\";a:4:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:21:\"Machine-readable name\";s:12:\"schema field\";s:4:\"name\";s:11:\"description\";s:63:\"The machine-readable name identifying this rules configuration.\";}s:5:\"label\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Label\";s:12:\"schema field\";s:5:\"label\";s:11:\"description\";s:25:\"The human readable label.\";}s:6:\"plugin\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Plugin\";s:12:\"schema field\";s:6:\"plugin\";s:11:\"description\";s:38:\"Rules configuration \"plugin\" property.\";}s:6:\"active\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:6:\"Active\";s:12:\"schema field\";s:6:\"active\";s:11:\"description\";s:38:\"Rules configuration \"active\" property.\";}s:6:\"weight\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:6:\"Weight\";s:12:\"schema field\";s:6:\"weight\";s:11:\"description\";s:38:\"Rules configuration \"weight\" property.\";}s:6:\"status\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:6:\"Status\";s:12:\"schema field\";s:6:\"status\";s:11:\"description\";s:38:\"Rules configuration \"status\" property.\";}s:5:\"dirty\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:5:\"Dirty\";s:12:\"schema field\";s:5:\"dirty\";s:11:\"description\";s:37:\"Rules configuration \"dirty\" property.\";}s:6:\"module\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Module\";s:12:\"schema field\";s:6:\"module\";s:11:\"description\";s:38:\"Rules configuration \"module\" property.\";}s:5:\"owner\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Owner\";s:12:\"schema field\";s:5:\"owner\";s:11:\"description\";s:37:\"Rules configuration \"owner\" property.\";}s:14:\"access_exposed\";a:4:{s:4:\"type\";s:7:\"integer\";s:5:\"label\";s:14:\"Access_exposed\";s:12:\"schema field\";s:14:\"access_exposed\";s:11:\"description\";s:46:\"Rules configuration \"access_exposed\" property.\";}}}s:4:\"user\";a:2:{s:7:\"bundles\";a:1:{s:4:\"user\";a:1:{s:10:\"properties\";a:23:{s:12:\"og_user_node\";a:10:{s:5:\"label\";s:16:\"Group membership\";s:4:\"type\";s:10:\"list<node>\";s:11:\"description\";s:21:\"Field \"og_user_node\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:16:\"field_first_name\";a:10:{s:5:\"label\";s:10:\"First Name\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:25:\"Field \"field_first_name\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:15:\"field_last_name\";a:10:{s:5:\"label\";s:9:\"Last Name\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:24:\"Field \"field_last_name\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:14:\"field_birthday\";a:10:{s:5:\"label\";s:8:\"Birthday\";s:4:\"type\";s:4:\"date\";s:11:\"description\";s:23:\"Field \"field_birthday\".\";s:15:\"getter callback\";s:33:\"date_entity_metadata_field_getter\";s:15:\"setter callback\";s:33:\"date_entity_metadata_field_setter\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:9:\"microdata\";b:1;}s:12:\"field_gender\";a:11:{s:5:\"label\";s:6:\"Gender\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:21:\"Field \"field_gender\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:17:\"field_quiz_phy_ed\";a:11:{s:5:\"label\";s:107:\"How often do you participate in sport or physical activity during the week? (Including PE class in school).\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:26:\"Field \"field_quiz_phy_ed\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:21:\"field_quiz_phy_active\";a:11:{s:5:\"label\";s:54:\"In total, how long are you physically active each day?\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:30:\"Field \"field_quiz_phy_active\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:14:\"field_nickname\";a:10:{s:5:\"label\";s:8:\"Nickname\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:23:\"Field \"field_nickname\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:18:\"field_address_city\";a:10:{s:5:\"label\";s:4:\"City\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:27:\"Field \"field_address_city\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:22:\"field_address_province\";a:12:{s:5:\"label\";s:8:\"Province\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:31:\"Field \"field_address_province\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:9:\"provinces\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:32:\"field_ontario_after_school_progr\";a:11:{s:5:\"label\";s:29:\"Ontario After School program?\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:41:\"Field \"field_ontario_after_school_progr\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:23:\"field_organization_name\";a:12:{s:5:\"label\";s:17:\"Organization name\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:32:\"Field \"field_organization_name\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:13:\"organizations\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:29:\"field_site_physical_location_\";a:12:{s:5:\"label\";s:24:\"Site (physical location)\";s:4:\"type\";s:19:\"list<taxonomy_term>\";s:11:\"description\";s:38:\"Field \"field_site_physical_location_\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:6:\"bundle\";s:13:\"organizations\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:13:\"field_country\";a:11:{s:5:\"label\";s:7:\"Country\";s:4:\"type\";s:7:\"country\";s:11:\"description\";s:22:\"Field \"field_country\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:12:\"field_states\";a:12:{s:5:\"label\";s:6:\"States\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:21:\"Field \"field_states\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:6:\"states\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:13:\"og_membership\";a:4:{s:5:\"label\";s:14:\"OG memberships\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:48:\"A list of all OG memberships of the user entity.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__1\";a:4:{s:5:\"label\";s:20:\"Active OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:66:\"A list of all OG memberships of the user entity with Active state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__2\";a:4:{s:5:\"label\";s:21:\"Pending OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:67:\"A list of all OG memberships of the user entity with Pending state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__3\";a:4:{s:5:\"label\";s:21:\"Blocked OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:67:\"A list of all OG memberships of the user entity with Blocked state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:27:\"og_user_node__og_membership\";a:5:{s:5:\"label\";s:41:\"OG membership from field Group membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:66:\"A list of all OG memberships registered in field Group membership.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:30:\"og_user_node__og_membership__1\";a:5:{s:5:\"label\";s:49:\"Active OG memberships from field Group membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:78:\"A list of all OG memberships with Active registered in field Group membership.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:30:\"og_user_node__og_membership__2\";a:5:{s:5:\"label\";s:50:\"Pending OG memberships from field Group membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:79:\"A list of all OG memberships with Pending registered in field Group membership.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:30:\"og_user_node__og_membership__3\";a:5:{s:5:\"label\";s:50:\"Blocked OG memberships from field Group membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:79:\"A list of all OG memberships with Blocked registered in field Group membership.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}}}}s:10:\"properties\";a:12:{s:3:\"uid\";a:4:{s:5:\"label\";s:7:\"User ID\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:34:\"The unique ID of the user account.\";s:12:\"schema field\";s:3:\"uid\";}s:4:\"name\";a:8:{s:5:\"label\";s:4:\"Name\";s:11:\"description\";s:35:\"The login name of the user account.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"sanitize\";s:10:\"filter_xss\";s:8:\"required\";b:1;s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:4:\"name\";}s:4:\"mail\";a:7:{s:5:\"label\";s:19:\"Adresse de courriel\";s:11:\"description\";s:38:\"The email address of the user account.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:19:\"validation callback\";s:19:\"valid_email_address\";s:8:\"required\";b:1;s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:4:\"mail\";}s:3:\"url\";a:5:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:36:\"The URL of the account profile page.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:8:\"edit_url\";a:5:{s:5:\"label\";s:8:\"Edit URL\";s:11:\"description\";s:33:\"The url of the account edit page.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:11:\"last_access\";a:6:{s:5:\"label\";s:11:\"Last access\";s:11:\"description\";s:41:\"The date the user last accessed the site.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:4:\"type\";s:4:\"date\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:6:\"access\";}s:10:\"last_login\";a:6:{s:5:\"label\";s:10:\"Last login\";s:11:\"description\";s:45:\"The date the user last logged in to the site.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:4:\"type\";s:4:\"date\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:5:\"login\";}s:7:\"created\";a:5:{s:5:\"label\";s:7:\"Created\";s:11:\"description\";s:38:\"The date the user account was created.\";s:4:\"type\";s:4:\"date\";s:12:\"schema field\";s:7:\"created\";s:17:\"setter permission\";s:16:\"administer users\";}s:5:\"roles\";a:7:{s:5:\"label\";s:10:\"User roles\";s:11:\"description\";s:22:\"The roles of the user.\";s:4:\"type\";s:13:\"list<integer>\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:15:\"setter callback\";s:35:\"entity_metadata_user_set_properties\";s:12:\"options list\";s:26:\"entity_metadata_user_roles\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";}s:6:\"status\";a:7:{s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:38:\"Whether the user is active or blocked.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:4:\"type\";s:7:\"integer\";s:12:\"options list\";s:40:\"entity_metadata_user_status_options_list\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:6:\"status\";}s:5:\"theme\";a:6:{s:5:\"label\";s:13:\"Default theme\";s:11:\"description\";s:25:\"The user\'s default theme.\";s:15:\"getter callback\";s:35:\"entity_metadata_user_get_properties\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:15:\"access callback\";s:38:\"entity_metadata_user_properties_access\";s:12:\"schema field\";s:5:\"theme\";}s:8:\"language\";a:8:{s:5:\"label\";s:8:\"Language\";s:11:\"description\";s:90:\"This account\'s default language for e-mails, and preferred language for site presentation.\";s:4:\"type\";s:5:\"token\";s:15:\"getter callback\";s:40:\"entity_metadata_locale_get_user_language\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"options list\";s:29:\"entity_metadata_language_list\";s:12:\"schema field\";s:8:\"language\";s:17:\"setter permission\";s:16:\"administer users\";}}}s:4:\"node\";a:2:{s:7:\"bundles\";a:7:{s:4:\"page\";a:1:{s:10:\"properties\";a:1:{s:4:\"body\";a:11:{s:5:\"label\";s:4:\"Body\";s:4:\"type\";s:14:\"text_formatted\";s:11:\"description\";s:13:\"Field \"body\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";}}}s:7:\"article\";a:1:{s:10:\"properties\";a:2:{s:4:\"body\";a:11:{s:5:\"label\";s:4:\"Body\";s:4:\"type\";s:14:\"text_formatted\";s:11:\"description\";s:13:\"Field \"body\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";}s:11:\"field_image\";a:12:{s:5:\"label\";s:5:\"Image\";s:4:\"type\";s:16:\"field_item_image\";s:11:\"description\";s:20:\"Field \"field_image\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:38:\"entity_metadata_field_file_create_item\";s:19:\"validation callback\";s:40:\"entity_metadata_field_file_validate_item\";s:13:\"property info\";a:2:{s:4:\"file\";a:5:{s:4:\"type\";s:4:\"file\";s:5:\"label\";s:15:\"The image file.\";s:15:\"getter callback\";s:30:\"entity_metadata_field_file_get\";s:15:\"setter callback\";s:30:\"entity_metadata_field_file_set\";s:8:\"required\";b:1;}s:3:\"alt\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:24:\"The \"Alt\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}}}}}s:7:\"webform\";a:1:{s:10:\"properties\";a:17:{s:4:\"body\";a:11:{s:5:\"label\";s:5:\"Notes\";s:4:\"type\";s:14:\"text_formatted\";s:11:\"description\";s:13:\"Field \"body\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";}s:16:\"og_group_classes\";a:10:{s:5:\"label\";s:15:\"Groups audience\";s:4:\"type\";s:10:\"list<node>\";s:11:\"description\";s:25:\"Field \"og_group_classes\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:14:\"field_category\";a:12:{s:5:\"label\";s:8:\"Category\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:23:\"Field \"field_category\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:6:\"bundle\";s:8:\"category\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:18:\"field_teacher_only\";a:11:{s:5:\"label\";s:11:\"Leader Only\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:27:\"Field \"field_teacher_only\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:19:\"field_group_add_all\";a:11:{s:5:\"label\";s:34:\"Show this assessment to all Groups\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:28:\"Field \"field_group_add_all\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:11:\"field_color\";a:11:{s:5:\"label\";s:17:\"Assessment Colour\";s:4:\"type\";s:11:\"color_field\";s:11:\"description\";s:20:\"Field \"field_color\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:13:\"auto creation\";s:23:\"color_field_item_create\";s:13:\"property info\";a:1:{s:3:\"rgb\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:29:\"The color of the color field.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}}}s:21:\"field_recording_forms\";a:12:{s:5:\"label\";s:15:\"Recording Forms\";s:4:\"type\";s:21:\"list<field_item_file>\";s:11:\"description\";s:30:\"Field \"field_recording_forms\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:38:\"entity_metadata_field_file_create_item\";s:19:\"validation callback\";s:40:\"entity_metadata_field_file_validate_item\";s:13:\"property info\";a:1:{s:4:\"file\";a:5:{s:4:\"type\";s:4:\"file\";s:5:\"label\";s:9:\"The file.\";s:15:\"getter callback\";s:30:\"entity_metadata_field_file_get\";s:15:\"setter callback\";s:30:\"entity_metadata_field_file_set\";s:8:\"required\";b:1;}}}s:10:\"field_ages\";a:12:{s:5:\"label\";s:4:\"Ages\";s:4:\"type\";s:19:\"list<taxonomy_term>\";s:11:\"description\";s:19:\"Field \"field_ages\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:4:\"ages\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:26:\"field_playslider_mandatory\";a:11:{s:5:\"label\";s:46:\"Are slider comprehension/confidence mandatory?\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:35:\"Field \"field_playslider_mandatory\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:13:\"og_membership\";a:4:{s:5:\"label\";s:14:\"OG memberships\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:48:\"A list of all OG memberships of the node entity.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__1\";a:4:{s:5:\"label\";s:20:\"Active OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:66:\"A list of all OG memberships of the node entity with Active state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__2\";a:4:{s:5:\"label\";s:21:\"Pending OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:67:\"A list of all OG memberships of the node entity with Pending state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:16:\"og_membership__3\";a:4:{s:5:\"label\";s:21:\"Blocked OG membership\";s:4:\"type\";s:19:\"list<og_membership>\";s:11:\"description\";s:67:\"A list of all OG memberships of the node entity with Blocked state.\";s:15:\"getter callback\";s:31:\"og_get_og_membership_properties\";}s:31:\"og_group_classes__og_membership\";a:5:{s:5:\"label\";s:40:\"OG membership from field Groups audience\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:65:\"A list of all OG memberships registered in field Groups audience.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:34:\"og_group_classes__og_membership__1\";a:5:{s:5:\"label\";s:48:\"Active OG memberships from field Groups audience\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:77:\"A list of all OG memberships with Active registered in field Groups audience.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:34:\"og_group_classes__og_membership__2\";a:5:{s:5:\"label\";s:49:\"Pending OG memberships from field Groups audience\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:78:\"A list of all OG memberships with Pending registered in field Groups audience.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}s:34:\"og_group_classes__og_membership__3\";a:5:{s:5:\"label\";s:49:\"Blocked OG memberships from field Groups audience\";s:4:\"type\";s:19:\"list<og_membership>\";s:6:\"bundle\";s:26:\"og_membership_type_default\";s:11:\"description\";s:78:\"A list of all OG memberships with Blocked registered in field Groups audience.\";s:15:\"getter callback\";s:37:\"og_get_field_og_membership_properties\";}}}s:13:\"other_webform\";a:1:{s:10:\"properties\";a:1:{s:4:\"body\";a:11:{s:5:\"label\";s:4:\"Body\";s:4:\"type\";s:14:\"text_formatted\";s:11:\"description\";s:13:\"Field \"body\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";}}}s:12:\"group_school\";a:1:{s:10:\"properties\";a:12:{s:11:\"group_group\";a:11:{s:5:\"label\";s:5:\"Group\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:20:\"Field \"group_group\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:12:\"field_grades\";a:12:{s:5:\"label\";s:6:\"Grades\";s:4:\"type\";s:19:\"list<taxonomy_term>\";s:11:\"description\";s:21:\"Field \"field_grades\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:6:\"bundle\";s:4:\"ages\";s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:14:\"field_district\";a:10:{s:5:\"label\";s:8:\"District\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:23:\"Field \"field_district\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:17:\"field_addr_street\";a:10:{s:5:\"label\";s:6:\"Street\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:26:\"Field \"field_addr_street\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:15:\"field_addr_city\";a:10:{s:5:\"label\";s:4:\"City\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:24:\"Field \"field_addr_city\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:19:\"field_addr_province\";a:11:{s:5:\"label\";s:8:\"Province\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:28:\"Field \"field_addr_province\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:11:\"field_phone\";a:10:{s:5:\"label\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:20:\"Field \"field_phone\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:11:\"field_email\";a:10:{s:5:\"label\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:20:\"Field \"field_email\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:7:\"members\";a:4:{s:5:\"label\";s:13:\"Group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:40:\"A list group members of the node entity.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__1\";a:4:{s:5:\"label\";s:20:\"Active group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:57:\"A list of all users of the node entity with Active state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__2\";a:4:{s:5:\"label\";s:21:\"Pending group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:58:\"A list of all users of the node entity with Pending state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__3\";a:4:{s:5:\"label\";s:21:\"Blocked group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:58:\"A list of all users of the node entity with Blocked state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}}}s:11:\"group_class\";a:1:{s:10:\"properties\";a:13:{s:11:\"group_group\";a:11:{s:5:\"label\";s:5:\"Group\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:20:\"Field \"group_group\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:12:\"field_school\";a:10:{s:5:\"label\";s:6:\"School\";s:4:\"type\";s:4:\"node\";s:11:\"description\";s:21:\"Field \"field_school\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:17:\"field_assessments\";a:10:{s:5:\"label\";s:11:\"Assessments\";s:4:\"type\";s:10:\"list<node>\";s:11:\"description\";s:26:\"Field \"field_assessments\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;}s:17:\"field_school_year\";a:11:{s:5:\"label\";s:16:\"Session Duration\";s:4:\"type\";s:6:\"struct\";s:11:\"description\";s:26:\"Field \"field_school_year\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:34:\"date_entity_metadata_struct_create\";s:13:\"property info\";a:3:{s:5:\"value\";a:6:{s:4:\"type\";s:4:\"date\";s:5:\"label\";s:10:\"Start date\";s:15:\"getter callback\";s:34:\"date_entity_metadata_struct_getter\";s:15:\"setter callback\";s:34:\"date_entity_metadata_struct_setter\";s:10:\"field_name\";s:17:\"field_school_year\";s:9:\"microdata\";b:1;}s:6:\"value2\";a:6:{s:4:\"type\";s:4:\"date\";s:5:\"label\";s:8:\"End date\";s:15:\"getter callback\";s:34:\"date_entity_metadata_struct_getter\";s:15:\"setter callback\";s:34:\"date_entity_metadata_struct_setter\";s:10:\"field_name\";s:17:\"field_school_year\";s:9:\"microdata\";b:1;}s:8:\"duration\";a:5:{s:4:\"type\";s:8:\"duration\";s:5:\"label\";s:8:\"Duration\";s:10:\"desription\";s:51:\"The duration of the time period given by the dates.\";s:15:\"getter callback\";s:36:\"date_entity_metadata_duration_getter\";s:10:\"field_name\";s:17:\"field_school_year\";}}}s:23:\"field_enable_assessment\";a:11:{s:5:\"label\";s:26:\"Enable Check In Assessment\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:32:\"Field \"field_enable_assessment\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:19:\"field_class_meetups\";a:11:{s:5:\"label\";s:18:\"# of Group Meetups\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:28:\"Field \"field_class_meetups\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:26:\"field_assessments_language\";a:11:{s:5:\"label\";s:19:\"Assessment Language\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:35:\"Field \"field_assessments_language\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:12:\"options list\";s:34:\"entity_metadata_field_options_list\";}s:17:\"field_your_school\";a:10:{s:5:\"label\";s:18:\"Your Site Location\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:26:\"Field \"field_your_school\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:18:\"field_project_name\";a:11:{s:5:\"label\";s:12:\"Project Name\";s:4:\"type\";s:13:\"taxonomy_term\";s:11:\"description\";s:27:\"Field \"field_project_name\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:1;s:6:\"bundle\";s:8:\"projects\";}s:7:\"members\";a:4:{s:5:\"label\";s:13:\"Group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:40:\"A list group members of the node entity.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__1\";a:4:{s:5:\"label\";s:20:\"Active group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:57:\"A list of all users of the node entity with Active state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__2\";a:4:{s:5:\"label\";s:21:\"Pending group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:58:\"A list of all users of the node entity with Pending state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}s:10:\"members__3\";a:4:{s:5:\"label\";s:21:\"Blocked group members\";s:4:\"type\";s:10:\"list<user>\";s:11:\"description\";s:58:\"A list of all users of the node entity with Blocked state.\";s:15:\"getter callback\";s:31:\"og_get_group_members_properties\";}}}s:9:\"slideshow\";a:1:{s:10:\"properties\";a:2:{s:12:\"field_images\";a:12:{s:5:\"label\";s:6:\"Images\";s:4:\"type\";s:22:\"list<field_item_image>\";s:11:\"description\";s:21:\"Field \"field_images\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:13:\"auto creation\";s:38:\"entity_metadata_field_file_create_item\";s:19:\"validation callback\";s:40:\"entity_metadata_field_file_validate_item\";s:13:\"property info\";a:3:{s:4:\"file\";a:5:{s:4:\"type\";s:4:\"file\";s:5:\"label\";s:15:\"The image file.\";s:15:\"getter callback\";s:30:\"entity_metadata_field_file_get\";s:15:\"setter callback\";s:30:\"entity_metadata_field_file_set\";s:8:\"required\";b:1;}s:3:\"alt\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:24:\"The \"Alt\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}s:5:\"title\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:26:\"The \"Title\" attribute text\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";}}}s:22:\"field_slideshow_images\";a:11:{s:5:\"label\";s:6:\"Images\";s:4:\"type\";s:27:\"list<field_collection_item>\";s:11:\"description\";s:31:\"Field \"field_slideshow_images\".\";s:15:\"getter callback\";s:35:\"field_collection_field_property_get\";s:15:\"setter callback\";s:35:\"field_collection_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;s:6:\"bundle\";s:22:\"field_slideshow_images\";}}}}s:10:\"properties\";a:18:{s:3:\"nid\";a:4:{s:5:\"label\";s:7:\"Node ID\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:26:\"The unique ID of the node.\";s:12:\"schema field\";s:3:\"nid\";}s:3:\"vid\";a:4:{s:5:\"label\";s:11:\"Revision ID\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:37:\"The unique ID of the node\'s revision.\";s:12:\"schema field\";s:3:\"vid\";}s:6:\"is_new\";a:4:{s:5:\"label\";s:6:\"Is new\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:58:\"Whether the node is new and not saved to the database yet.\";s:15:\"getter callback\";s:35:\"entity_metadata_node_get_properties\";}s:4:\"type\";a:8:{s:5:\"label\";s:12:\"Content type\";s:4:\"type\";s:5:\"token\";s:11:\"description\";s:21:\"The type of the node.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"options list\";s:19:\"node_type_get_names\";s:8:\"required\";b:1;s:12:\"schema field\";s:4:\"type\";}s:5:\"title\";a:5:{s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:22:\"The title of the node.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"schema field\";s:5:\"title\";s:8:\"required\";b:1;}s:8:\"language\";a:7:{s:5:\"label\";s:8:\"Language\";s:4:\"type\";s:5:\"token\";s:11:\"description\";s:36:\"The language the node is written in.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"options list\";s:29:\"entity_metadata_language_list\";s:12:\"schema field\";s:8:\"language\";s:17:\"setter permission\";s:16:\"administer nodes\";}s:3:\"url\";a:5:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:20:\"The URL of the node.\";s:15:\"getter callback\";s:37:\"entity_metadata_entity_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:8:\"edit_url\";a:5:{s:5:\"label\";s:8:\"Edit URL\";s:11:\"description\";s:32:\"The URL of the node\'s edit page.\";s:15:\"getter callback\";s:35:\"entity_metadata_node_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:6:\"status\";a:7:{s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:45:\"Whether the node is published or unpublished.\";s:4:\"type\";s:7:\"integer\";s:12:\"options list\";s:35:\"entity_metadata_status_options_list\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"schema field\";s:6:\"status\";}s:7:\"promote\";a:6:{s:5:\"label\";s:21:\"Promoted to frontpage\";s:11:\"description\";s:46:\"Whether the node is promoted to the frontpage.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"schema field\";s:7:\"promote\";s:4:\"type\";s:7:\"boolean\";}s:6:\"sticky\";a:6:{s:5:\"label\";s:15:\"Sticky in lists\";s:11:\"description\";s:70:\"Whether the node is displayed at the top of lists in which it appears.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"schema field\";s:6:\"sticky\";s:4:\"type\";s:7:\"boolean\";}s:7:\"created\";a:6:{s:5:\"label\";s:12:\"Date created\";s:4:\"type\";s:4:\"date\";s:11:\"description\";s:29:\"The date the node was posted.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:12:\"schema field\";s:7:\"created\";}s:7:\"changed\";a:4:{s:5:\"label\";s:12:\"Date changed\";s:4:\"type\";s:4:\"date\";s:12:\"schema field\";s:7:\"changed\";s:11:\"description\";s:44:\"The date the node was most recently updated.\";}s:6:\"author\";a:8:{s:5:\"label\";s:6:\"Author\";s:4:\"type\";s:4:\"user\";s:11:\"description\";s:23:\"The author of the node.\";s:15:\"getter callback\";s:35:\"entity_metadata_node_get_properties\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:8:\"required\";b:1;s:12:\"schema field\";s:3:\"uid\";}s:6:\"source\";a:4:{s:5:\"label\";s:23:\"Translation source node\";s:4:\"type\";s:4:\"node\";s:11:\"description\";s:58:\"The original-language version of this node, if one exists.\";s:15:\"getter callback\";s:35:\"entity_metadata_node_get_properties\";}s:3:\"log\";a:5:{s:5:\"label\";s:20:\"Revision log message\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:93:\"In case a new revision is to be saved, the log entry explaining the changes for this version.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:15:\"access callback\";s:36:\"entity_metadata_node_revision_access\";}s:8:\"revision\";a:5:{s:5:\"label\";s:16:\"Creates revision\";s:4:\"type\";s:7:\"boolean\";s:11:\"description\";s:48:\"Whether saving this node creates a new revision.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:15:\"access callback\";s:36:\"entity_metadata_node_revision_access\";}s:4:\"body\";a:7:{s:4:\"type\";s:14:\"text_formatted\";s:5:\"label\";s:18:\"The main body text\";s:15:\"getter callback\";s:34:\"entity_metadata_field_verbatim_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_verbatim_set\";s:13:\"property info\";a:3:{s:5:\"value\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:7:\"summary\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Summary\";s:9:\"sanitized\";b:1;s:15:\"getter callback\";s:30:\"entity_metadata_field_text_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer nodes\";s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";}s:6:\"format\";a:6:{s:4:\"type\";s:5:\"token\";s:5:\"label\";s:11:\"Text format\";s:12:\"options list\";s:34:\"entity_metadata_field_text_formats\";s:15:\"getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:18:\"setter permissions\";s:18:\"administer filters\";}}s:13:\"auto creation\";s:28:\"entity_property_create_array\";s:5:\"field\";b:1;}}}s:4:\"file\";a:2:{s:7:\"bundles\";a:1:{s:5:\"image\";a:1:{s:10:\"properties\";a:2:{s:25:\"field_file_image_alt_text\";a:10:{s:5:\"label\";s:8:\"Alt Text\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:34:\"Field \"field_file_image_alt_text\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}s:27:\"field_file_image_title_text\";a:10:{s:5:\"label\";s:10:\"Title Text\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:36:\"Field \"field_file_image_title_text\".\";s:15:\"getter callback\";s:34:\"entity_metadata_field_property_get\";s:15:\"setter callback\";s:34:\"entity_metadata_field_property_set\";s:15:\"access callback\";s:37:\"entity_metadata_field_access_callback\";s:14:\"query callback\";s:27:\"entity_metadata_field_query\";s:12:\"translatable\";b:0;s:5:\"field\";b:1;s:8:\"required\";b:0;}}}}s:10:\"properties\";a:8:{s:3:\"fid\";a:5:{s:5:\"label\";s:7:\"File ID\";s:11:\"description\";s:35:\"The unique ID of the uploaded file.\";s:4:\"type\";s:7:\"integer\";s:19:\"validation callback\";s:41:\"entity_metadata_validate_integer_positive\";s:12:\"schema field\";s:3:\"fid\";}s:4:\"name\";a:4:{s:5:\"label\";s:9:\"File name\";s:11:\"description\";s:29:\"The name of the file on disk.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";s:12:\"schema field\";s:8:\"filename\";}s:4:\"mime\";a:5:{s:5:\"label\";s:9:\"MIME type\";s:11:\"description\";s:26:\"The MIME type of the file.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";s:8:\"sanitize\";s:10:\"filter_xss\";s:12:\"schema field\";s:8:\"filemime\";}s:4:\"size\";a:5:{s:5:\"label\";s:9:\"File size\";s:11:\"description\";s:35:\"The size of the file, in kilobytes.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";s:4:\"type\";s:7:\"integer\";s:12:\"schema field\";s:8:\"filesize\";}s:3:\"url\";a:3:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:36:\"The web-accessible URL for the file.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";}s:9:\"timestamp\";a:4:{s:5:\"label\";s:9:\"Timestamp\";s:11:\"description\";s:44:\"The date the file was most recently changed.\";s:4:\"type\";s:4:\"date\";s:12:\"schema field\";s:9:\"timestamp\";}s:5:\"owner\";a:5:{s:5:\"label\";s:5:\"Owner\";s:11:\"description\";s:42:\"The user who originally uploaded the file.\";s:4:\"type\";s:4:\"user\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_file_properties\";s:12:\"schema field\";s:3:\"uid\";}s:4:\"type\";a:8:{s:5:\"label\";s:9:\"File type\";s:4:\"type\";s:5:\"token\";s:11:\"description\";s:21:\"The type of the file.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:17:\"setter permission\";s:16:\"administer files\";s:12:\"options list\";s:26:\"file_entity_type_get_names\";s:8:\"required\";b:1;s:12:\"schema field\";s:4:\"type\";}}}s:13:\"taxonomy_term\";a:1:{s:10:\"properties\";a:9:{s:3:\"tid\";a:4:{s:5:\"label\";s:7:\"Term ID\";s:11:\"description\";s:35:\"The unique ID of the taxonomy term.\";s:4:\"type\";s:7:\"integer\";s:12:\"schema field\";s:3:\"tid\";}s:4:\"name\";a:5:{s:5:\"label\";s:4:\"Name\";s:11:\"description\";s:30:\"The name of the taxonomy term.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"required\";b:1;s:12:\"schema field\";s:4:\"name\";}s:11:\"description\";a:7:{s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:46:\"The optional description of the taxonomy term.\";s:9:\"sanitized\";b:1;s:19:\"raw getter callback\";s:28:\"entity_property_verbatim_get\";s:15:\"getter callback\";s:44:\"entity_metadata_taxonomy_term_get_properties\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"schema field\";s:11:\"description\";}s:6:\"weight\";a:5:{s:5:\"label\";s:6:\"Weight\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:72:\"The weight of the term, which is used for ordering terms during display.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:12:\"schema field\";s:6:\"weight\";}s:10:\"node_count\";a:5:{s:5:\"label\";s:10:\"Node count\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:50:\"The number of nodes tagged with the taxonomy term.\";s:15:\"getter callback\";s:44:\"entity_metadata_taxonomy_term_get_properties\";s:8:\"computed\";b:1;}s:3:\"url\";a:5:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:29:\"The URL of the taxonomy term.\";s:15:\"getter callback\";s:37:\"entity_metadata_entity_get_properties\";s:4:\"type\";s:3:\"uri\";s:8:\"computed\";b:1;}s:10:\"vocabulary\";a:6:{s:5:\"label\";s:10:\"Vocabulary\";s:11:\"description\";s:44:\"The vocabulary the taxonomy term belongs to.\";s:15:\"setter callback\";s:36:\"entity_metadata_taxonomy_term_setter\";s:4:\"type\";s:19:\"taxonomy_vocabulary\";s:8:\"required\";b:1;s:12:\"schema field\";s:3:\"vid\";}s:6:\"parent\";a:5:{s:5:\"label\";s:12:\"Parent terms\";s:11:\"description\";s:38:\"The parent terms of the taxonomy term.\";s:15:\"getter callback\";s:44:\"entity_metadata_taxonomy_term_get_properties\";s:15:\"setter callback\";s:36:\"entity_metadata_taxonomy_term_setter\";s:4:\"type\";s:19:\"list<taxonomy_term>\";}s:11:\"parents_all\";a:5:{s:5:\"label\";s:16:\"All parent terms\";s:11:\"description\";s:65:\"Ancestors of the term, i.e. parent of all above hierarchy levels.\";s:15:\"getter callback\";s:44:\"entity_metadata_taxonomy_term_get_properties\";s:4:\"type\";s:19:\"list<taxonomy_term>\";s:8:\"computed\";b:1;}}}s:19:\"taxonomy_vocabulary\";a:1:{s:10:\"properties\";a:5:{s:3:\"vid\";a:4:{s:5:\"label\";s:13:\"Vocabulary ID\";s:11:\"description\";s:41:\"The unique ID of the taxonomy vocabulary.\";s:4:\"type\";s:7:\"integer\";s:12:\"schema field\";s:3:\"vid\";}s:4:\"name\";a:5:{s:5:\"label\";s:4:\"Name\";s:11:\"description\";s:36:\"The name of the taxonomy vocabulary.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"required\";b:1;s:12:\"schema field\";s:4:\"name\";}s:12:\"machine_name\";a:6:{s:5:\"label\";s:12:\"Machine name\";s:4:\"type\";s:5:\"token\";s:11:\"description\";s:44:\"The machine name of the taxonomy vocabulary.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"required\";b:1;s:12:\"schema field\";s:12:\"machine_name\";}s:11:\"description\";a:5:{s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:52:\"The optional description of the taxonomy vocabulary.\";s:15:\"setter callback\";s:28:\"entity_property_verbatim_set\";s:8:\"sanitize\";s:10:\"filter_xss\";s:12:\"schema field\";s:11:\"description\";}s:10:\"term_count\";a:5:{s:5:\"label\";s:10:\"Term count\";s:4:\"type\";s:7:\"integer\";s:11:\"description\";s:57:\"The number of terms belonging to the taxonomy vocabulary.\";s:15:\"getter callback\";s:50:\"entity_metadata_taxonomy_vocabulary_get_properties\";s:8:\"computed\";b:1;}}}s:4:\"site\";a:1:{s:10:\"properties\";a:9:{s:4:\"name\";a:4:{s:5:\"label\";s:4:\"Name\";s:11:\"description\";s:21:\"The name of the site.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:8:\"sanitize\";s:11:\"check_plain\";}s:6:\"slogan\";a:4:{s:5:\"label\";s:6:\"Slogan\";s:11:\"description\";s:23:\"The slogan of the site.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:8:\"sanitize\";s:11:\"check_plain\";}s:4:\"mail\";a:3:{s:5:\"label\";s:19:\"Adresse de courriel\";s:11:\"description\";s:46:\"The administrative email address for the site.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";}s:3:\"url\";a:4:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:33:\"The URL of the site\'s front page.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:3:\"uri\";}s:9:\"login_url\";a:4:{s:5:\"label\";s:10:\"Login page\";s:11:\"description\";s:33:\"The URL of the site\'s login page.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:3:\"uri\";}s:12:\"current_user\";a:4:{s:5:\"label\";s:14:\"Logged in user\";s:11:\"description\";s:29:\"The currently logged in user.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:4:\"user\";}s:12:\"current_date\";a:4:{s:5:\"label\";s:12:\"Current date\";s:11:\"description\";s:26:\"The current date and time.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:4:\"date\";}s:12:\"current_page\";a:5:{s:5:\"label\";s:12:\"Current page\";s:11:\"description\";s:48:\"Information related to the current page request.\";s:15:\"getter callback\";s:37:\"entity_metadata_system_get_properties\";s:4:\"type\";s:6:\"struct\";s:13:\"property info\";a:4:{s:4:\"path\";a:4:{s:5:\"label\";s:4:\"Path\";s:11:\"description\";s:53:\"The internal Drupal path of the current page request.\";s:15:\"getter callback\";s:12:\"current_path\";s:4:\"type\";s:4:\"text\";}s:3:\"url\";a:4:{s:5:\"label\";s:3:\"URL\";s:11:\"description\";s:41:\"The full URL of the current page request.\";s:15:\"getter callback\";s:42:\"entity_metadata_system_get_page_properties\";s:4:\"type\";s:3:\"uri\";}s:8:\"language\";a:5:{s:5:\"label\";s:18:\"Interface language\";s:11:\"description\";s:57:\"The language code of the current user interface language.\";s:4:\"type\";s:5:\"token\";s:15:\"getter callback\";s:36:\"entity_metadata_locale_get_languages\";s:12:\"options list\";s:29:\"entity_metadata_language_list\";}s:16:\"language_content\";a:5:{s:5:\"label\";s:16:\"Content language\";s:11:\"description\";s:50:\"The language code of the current content language.\";s:4:\"type\";s:5:\"token\";s:15:\"getter callback\";s:36:\"entity_metadata_locale_get_languages\";s:12:\"options list\";s:29:\"entity_metadata_language_list\";}}}s:16:\"og_context__node\";a:4:{s:5:\"label\";s:36:\"Current OG group of Node entity type\";s:11:\"description\";s:53:\"The Node that is an OG group from context, if exists.\";s:15:\"getter callback\";s:25:\"og_context_get_properties\";s:4:\"type\";s:4:\"node\";}}}}',0,1646158134,1),('filter_formats:en',_binary 'a:5:{s:7:\"wysiwyg\";O:8:\"stdClass\":5:{s:6:\"format\";s:7:\"wysiwyg\";s:4:\"name\";s:7:\"WYSIWYG\";s:5:\"cache\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:3:\"-10\";}s:13:\"filtered_html\";O:8:\"stdClass\":5:{s:6:\"format\";s:13:\"filtered_html\";s:4:\"name\";s:13:\"Filtered HTML\";s:5:\"cache\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:2:\"-9\";}s:9:\"full_html\";O:8:\"stdClass\":5:{s:6:\"format\";s:9:\"full_html\";s:4:\"name\";s:9:\"Full HTML\";s:5:\"cache\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:2:\"-8\";}s:10:\"plain_text\";O:8:\"stdClass\":5:{s:6:\"format\";s:10:\"plain_text\";s:4:\"name\";s:10:\"Plain text\";s:5:\"cache\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:2:\"-7\";}s:8:\"php_code\";O:8:\"stdClass\":5:{s:6:\"format\";s:8:\"php_code\";s:4:\"name\";s:8:\"PHP code\";s:5:\"cache\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:2:\"11\";}}',0,1646157100,1),('filter_formats:fr',_binary 'a:5:{s:7:\"wysiwyg\";O:8:\"stdClass\":5:{s:6:\"format\";s:7:\"wysiwyg\";s:4:\"name\";s:7:\"WYSIWYG\";s:5:\"cache\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:3:\"-10\";}s:13:\"filtered_html\";O:8:\"stdClass\":5:{s:6:\"format\";s:13:\"filtered_html\";s:4:\"name\";s:13:\"Filtered HTML\";s:5:\"cache\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:2:\"-9\";}s:9:\"full_html\";O:8:\"stdClass\":5:{s:6:\"format\";s:9:\"full_html\";s:4:\"name\";s:9:\"Full HTML\";s:5:\"cache\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:2:\"-8\";}s:10:\"plain_text\";O:8:\"stdClass\":5:{s:6:\"format\";s:10:\"plain_text\";s:4:\"name\";s:10:\"Plain text\";s:5:\"cache\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:2:\"-7\";}s:8:\"php_code\";O:8:\"stdClass\":5:{s:6:\"format\";s:8:\"php_code\";s:4:\"name\";s:8:\"PHP code\";s:5:\"cache\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:6:\"weight\";s:2:\"11\";}}',0,1646158134,1),('filter_list_format',_binary 'a:5:{s:7:\"wysiwyg\";a:7:{s:11:\"filter_html\";O:8:\"stdClass\":6:{s:6:\"format\";s:7:\"wysiwyg\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:11:\"filter_html\";s:6:\"weight\";s:3:\"-10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:168:\"a:3:{s:12:\"allowed_html\";s:74:\"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>\";s:16:\"filter_html_help\";i:1;s:20:\"filter_html_nofollow\";i:0;}\";}s:18:\"filter_html_escape\";O:8:\"stdClass\":6:{s:6:\"format\";s:7:\"wysiwyg\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:18:\"filter_html_escape\";s:6:\"weight\";s:3:\"-10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}s:12:\"filter_autop\";O:8:\"stdClass\":6:{s:6:\"format\";s:7:\"wysiwyg\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:12:\"filter_autop\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}s:10:\"filter_url\";O:8:\"stdClass\":6:{s:6:\"format\";s:7:\"wysiwyg\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:10:\"filter_url\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:40:\"a:1:{s:17:\"filter_url_length\";s:2:\"72\";}\";}s:8:\"php_code\";O:8:\"stdClass\":6:{s:6:\"format\";s:7:\"wysiwyg\";s:6:\"module\";s:3:\"php\";s:4:\"name\";s:8:\"php_code\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}s:12:\"media_filter\";O:8:\"stdClass\":6:{s:6:\"format\";s:7:\"wysiwyg\";s:6:\"module\";s:5:\"media\";s:4:\"name\";s:12:\"media_filter\";s:6:\"weight\";s:1:\"2\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}s:20:\"filter_htmlcorrector\";O:8:\"stdClass\":6:{s:6:\"format\";s:7:\"wysiwyg\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:20:\"filter_htmlcorrector\";s:6:\"weight\";s:2:\"10\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}}s:8:\"php_code\";a:7:{s:11:\"filter_html\";O:8:\"stdClass\":6:{s:6:\"format\";s:8:\"php_code\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:11:\"filter_html\";s:6:\"weight\";s:3:\"-10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:168:\"a:3:{s:12:\"allowed_html\";s:74:\"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>\";s:16:\"filter_html_help\";i:1;s:20:\"filter_html_nofollow\";i:0;}\";}s:18:\"filter_html_escape\";O:8:\"stdClass\":6:{s:6:\"format\";s:8:\"php_code\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:18:\"filter_html_escape\";s:6:\"weight\";s:3:\"-10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}s:12:\"filter_autop\";O:8:\"stdClass\":6:{s:6:\"format\";s:8:\"php_code\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:12:\"filter_autop\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}s:10:\"filter_url\";O:8:\"stdClass\":6:{s:6:\"format\";s:8:\"php_code\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:10:\"filter_url\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:36:\"a:1:{s:17:\"filter_url_length\";i:72;}\";}s:8:\"php_code\";O:8:\"stdClass\":6:{s:6:\"format\";s:8:\"php_code\";s:6:\"module\";s:3:\"php\";s:4:\"name\";s:8:\"php_code\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}s:12:\"media_filter\";O:8:\"stdClass\":6:{s:6:\"format\";s:8:\"php_code\";s:6:\"module\";s:5:\"media\";s:4:\"name\";s:12:\"media_filter\";s:6:\"weight\";s:1:\"2\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}s:20:\"filter_htmlcorrector\";O:8:\"stdClass\":6:{s:6:\"format\";s:8:\"php_code\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:20:\"filter_htmlcorrector\";s:6:\"weight\";s:2:\"10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}}s:9:\"full_html\";a:5:{s:11:\"filter_html\";O:8:\"stdClass\":6:{s:6:\"format\";s:9:\"full_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:11:\"filter_html\";s:6:\"weight\";s:3:\"-10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:168:\"a:3:{s:12:\"allowed_html\";s:74:\"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>\";s:16:\"filter_html_help\";i:1;s:20:\"filter_html_nofollow\";i:0;}\";}s:18:\"filter_html_escape\";O:8:\"stdClass\":6:{s:6:\"format\";s:9:\"full_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:18:\"filter_html_escape\";s:6:\"weight\";s:3:\"-10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}s:10:\"filter_url\";O:8:\"stdClass\":6:{s:6:\"format\";s:9:\"full_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:10:\"filter_url\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:36:\"a:1:{s:17:\"filter_url_length\";i:72;}\";}s:12:\"filter_autop\";O:8:\"stdClass\":6:{s:6:\"format\";s:9:\"full_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:12:\"filter_autop\";s:6:\"weight\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}s:20:\"filter_htmlcorrector\";O:8:\"stdClass\":6:{s:6:\"format\";s:9:\"full_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:20:\"filter_htmlcorrector\";s:6:\"weight\";s:2:\"10\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}}s:10:\"plain_text\";a:5:{s:11:\"filter_html\";O:8:\"stdClass\":6:{s:6:\"format\";s:10:\"plain_text\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:11:\"filter_html\";s:6:\"weight\";s:3:\"-10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:168:\"a:3:{s:12:\"allowed_html\";s:74:\"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>\";s:16:\"filter_html_help\";i:1;s:20:\"filter_html_nofollow\";i:0;}\";}s:18:\"filter_html_escape\";O:8:\"stdClass\":6:{s:6:\"format\";s:10:\"plain_text\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:18:\"filter_html_escape\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}s:10:\"filter_url\";O:8:\"stdClass\":6:{s:6:\"format\";s:10:\"plain_text\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:10:\"filter_url\";s:6:\"weight\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:36:\"a:1:{s:17:\"filter_url_length\";i:72;}\";}s:12:\"filter_autop\";O:8:\"stdClass\":6:{s:6:\"format\";s:10:\"plain_text\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:12:\"filter_autop\";s:6:\"weight\";s:1:\"2\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}s:20:\"filter_htmlcorrector\";O:8:\"stdClass\":6:{s:6:\"format\";s:10:\"plain_text\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:20:\"filter_htmlcorrector\";s:6:\"weight\";s:2:\"10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}}s:13:\"filtered_html\";a:5:{s:18:\"filter_html_escape\";O:8:\"stdClass\":6:{s:6:\"format\";s:13:\"filtered_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:18:\"filter_html_escape\";s:6:\"weight\";s:3:\"-10\";s:6:\"status\";s:1:\"0\";s:8:\"settings\";s:6:\"a:0:{}\";}s:10:\"filter_url\";O:8:\"stdClass\":6:{s:6:\"format\";s:13:\"filtered_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:10:\"filter_url\";s:6:\"weight\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:36:\"a:1:{s:17:\"filter_url_length\";i:72;}\";}s:11:\"filter_html\";O:8:\"stdClass\":6:{s:6:\"format\";s:13:\"filtered_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:11:\"filter_html\";s:6:\"weight\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:168:\"a:3:{s:12:\"allowed_html\";s:74:\"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>\";s:16:\"filter_html_help\";i:1;s:20:\"filter_html_nofollow\";i:0;}\";}s:12:\"filter_autop\";O:8:\"stdClass\":6:{s:6:\"format\";s:13:\"filtered_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:12:\"filter_autop\";s:6:\"weight\";s:1:\"2\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}s:20:\"filter_htmlcorrector\";O:8:\"stdClass\":6:{s:6:\"format\";s:13:\"filtered_html\";s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:20:\"filter_htmlcorrector\";s:6:\"weight\";s:2:\"10\";s:6:\"status\";s:1:\"1\";s:8:\"settings\";s:6:\"a:0:{}\";}}}',0,1646157102,1),('honeypot_protected_forms',_binary 'a:2:{i:0;s:9:\"user_pass\";i:1;s:18:\"user_register_form\";}',0,1646157100,1),('locale:fr',_binary 'a:4:{s:0:\"\";a:2176:{s:13:\"Not published\";b:1;s:5:\"Pause\";b:1;s:4:\"Edit\";s:8:\"Modifier\";s:3:\"Add\";b:1;s:7:\"Default\";b:1;s:3:\"Key\";b:1;s:5:\"Value\";b:1;s:7:\"Enabled\";b:1;s:8:\"Disabled\";b:1;s:14:\"YouTube videos\";b:1;s:12:\"Public files\";b:1;s:43:\"Public local files served by the webserver.\";b:1;s:15:\"Temporary files\";b:1;s:46:\"Temporary local files for upload and previews.\";b:1;s:13:\"Media browser\";b:1;s:9:\"Add media\";b:1;s:6:\"Global\";b:1;s:8:\"Language\";b:1;s:4:\"Long\";b:1;s:6:\"Medium\";b:1;s:5:\"Short\";b:1;s:20:\"URL (content create)\";b:1;s:4:\"Node\";b:1;s:70:\"Determine context by checking if a node is a group or a group content.\";b:1;s:9:\"User view\";b:1;s:9:\"User edit\";b:1;s:7:\"Comment\";b:1;s:10:\"Realm list\";b:1;s:46:\"List of variables that can be set for a realm.\";b:1;s:12:\"Realm weight\";b:1;s:44:\"Override default weight for realm variables.\";b:1;s:44:\"Multilingual variables, main variable names.\";b:1;s:44:\"Multilingual variables, real variable names.\";b:1;s:30:\"Hide content translation links\";b:1;s:70:\"Default language for content types with Multilingual support disabled.\";b:1;s:48:\"The site\'s default language (Default behaviour).\";b:1;s:31:\"Language neutral (Recommended).\";b:1;s:25:\"Extended language options\";b:1;s:49:\"Require language (Do not allow Language Neutral).\";b:1;s:34:\"Lock language (Cannot be changed).\";b:1;s:25:\"Extended language support\";b:1;s:24:\"Select nodes by language\";b:1;s:33:\"Select taxonomy terms by language\";b:1;s:17:\"Pages or PHP code\";b:1;s:70:\"Enable always for block content though it may be disabled for the page\";b:1;s:9:\"Skip tags\";b:1;s:71:\"Skip queries with these tags. Enter a list of tags separated by commas.\";b:1;s:20:\"Multilingual support\";b:1;s:21:\"Site default language\";b:1;s:25:\"Source for the Main links\";b:1;s:13:\"No Main links\";b:1;s:30:\"Source for the Secondary links\";b:1;s:18:\"No Secondary links\";b:1;s:42:\"Select the source for the Secondary links.\";b:1;s:23:\"Length of trimmed posts\";b:1;s:25:\"Preview before submitting\";b:1;s:43:\"Must users preview posts before submitting?\";b:1;s:15:\"Default options\";b:1;s:36:\"Display author and date information.\";b:1;s:51:\"Author username and publish date will be displayed.\";b:1;s:9:\"Site name\";b:1;s:25:\"The name of this website.\";b:1;s:18:\"Site email address\";b:1;s:11:\"Site slogan\";b:1;s:14:\"Anonymous user\";b:1;s:9:\"Anonymous\";b:1;s:42:\"The name used to indicate anonymous users.\";b:1;s:18:\"Default front page\";b:1;s:28:\"Number of posts on main page\";b:1;s:32:\"Default 403 (access denied) page\";b:1;s:28:\"Default 404 (not found) page\";b:1;s:16:\"Feed description\";b:1;s:48:\"Description of your site, included in each feed.\";b:1;s:28:\"Number of items in each feed\";b:1;s:48:\"Default number of items to include in each feed.\";b:1;s:12:\"Feed content\";b:1;s:11:\"Titles only\";b:1;s:18:\"Titles plus teaser\";b:1;s:9:\"Full text\";b:1;s:69:\"Global setting for the default display of content items in each feed.\";b:1;s:15:\"Default country\";b:1;s:17:\"First day of week\";b:1;s:17:\"Default time zone\";b:1;s:34:\"Users may set their own time zone.\";b:1;s:52:\"Remind users at login if their time zone is not set.\";b:1;s:50:\"Only applied if users may set their own time zone.\";b:1;s:23:\"Time zone for new users\";b:1;s:18:\"Default time zone.\";b:1;s:16:\"Empty time zone.\";b:1;s:50:\"Users may set their own time zone at registration.\";b:1;s:11:\"Date format\";b:1;s:30:\"Put site into maintenance mode\";b:1;s:24:\"Maintenance mode message\";b:1;s:62:\"Message to show visitors when the site is in maintenance mode.\";b:1;s:22:\"Global theme settings.\";b:1;s:14:\"Theme settings\";b:1;s:46:\"Logo, icons and other specific theme settings.\";b:1;s:31:\"Cache pages for anonymous users\";b:1;s:12:\"Cache blocks\";b:1;s:22:\"Minimum cache lifetime\";b:1;s:26:\"Expiration of cached pages\";b:1;s:68:\"The maximum time an external cache can use an old version of a page.\";b:1;s:22:\"Compress cached pages.\";b:1;s:33:\"Aggregate and compress CSS files.\";b:1;s:27:\"Aggregate JavaScript files.\";b:1;s:20:\"Public registrations\";b:1;s:61:\"Require e-mail verification when a visitor creates an account\";b:1;s:28:\"User registration guidelines\";b:1;s:42:\"Welcome, new user created by administrator\";b:1;s:29:\"Welcome, no approval required\";b:1;s:40:\"Welcome, awaiting administrator approval\";b:1;s:23:\"Password recovery email\";b:1;s:67:\"Customize e-mail messages sent to users who request a new password.\";b:1;s:24:\"Account activation email\";b:1;s:38:\"Notify user when account is activated.\";b:1;s:21:\"Account blocked email\";b:1;s:36:\"Notify user when account is blocked.\";b:1;s:33:\"Account cancellation confirmation\";b:1;s:21:\"Account deleted email\";b:1;s:36:\"Notify user when account is deleted.\";b:1;s:17:\"Signature support\";b:1;s:15:\"Picture support\";b:1;s:17:\"Picture directory\";b:1;s:72:\"Subdirectory in the file upload directory where pictures will be stored.\";b:1;s:15:\"Default picture\";b:1;s:26:\"Picture maximum dimensions\";b:1;s:43:\"Maximum dimensions for pictures, in pixels.\";b:1;s:25:\"Picture maximum file size\";b:1;s:38:\"Maximum file size for pictures, in kB.\";b:1;s:18:\"Picture guidelines\";b:1;s:21:\"Languages for content\";b:1;s:64:\"Determines which languages will be allowed for content creation.\";b:1;s:31:\"Enable translation for language\";b:1;s:25:\"Translatable text formats\";b:1;s:15:\"Source language\";b:1;s:24:\"Debug string translation\";b:1;s:33:\"Synchronize fields for node type.\";b:1;s:25:\"Enabled, with translation\";b:1;s:7:\"Content\";b:1;s:4:\"Help\";b:1;s:8:\"Page top\";b:1;s:11:\"Page bottom\";b:1;s:13:\"First sidebar\";b:1;s:16:\"Dashboard (main)\";b:1;s:19:\"Dashboard (sidebar)\";b:1;s:20:\"Dashboard (inactive)\";b:1;s:4:\"Date\";b:1;s:37:\"Presents month, day, and year fields.\";b:1;s:6:\"E-mail\";b:1;s:50:\"A special textfield that accepts e-mail addresses.\";b:1;s:8:\"Fieldset\";b:1;s:60:\"Fieldsets allow you to organize multiple fields into groups.\";b:1;s:4:\"Grid\";b:1;s:60:\"Allows creation of grid questions, denoted by radio buttons.\";b:1;s:6:\"Hidden\";b:1;s:6:\"Markup\";b:1;s:59:\"Displays text as HTML in the form; does not render a field.\";b:1;s:6:\"Number\";b:1;s:59:\"A numeric input field (either as textfield or select list).\";b:1;s:10:\"Page break\";b:1;s:35:\"Organize forms into multiple pages.\";b:1;s:14:\"Select options\";b:1;s:62:\"Allows creation of checkboxes, radio buttons, or select menus.\";b:1;s:8:\"Textarea\";b:1;s:58:\"A large text area that allows for multiple lines of input.\";b:1;s:9:\"Textfield\";b:1;s:21:\"Basic textfield type.\";b:1;s:4:\"Time\";b:1;s:69:\"Presents the user with hour and minute fields. Optional am/pm fields.\";b:1;s:4:\"File\";b:1;s:50:\"Allow users to upload files of configurable types.\";b:1;s:19:\"Five radio buttons.\";b:1;s:16:\"Vocabulary terms\";b:1;s:30:\"All the terms in a vocabulary.\";b:1;s:10:\"Vocabulary\";b:1;s:14:\"Custom content\";b:1;s:6:\"Tokens\";b:1;s:13:\"Existing node\";b:1;s:37:\"Add a node from your site as content.\";b:1;s:6:\"Custom\";b:1;s:12:\"User picture\";b:1;s:22:\"The picture of a user.\";b:1;s:4:\"User\";b:1;s:14:\"User signature\";b:1;s:24:\"The signature of a user.\";b:1;s:12:\"User profile\";b:1;s:22:\"The profile of a user.\";b:1;s:12:\"General form\";b:1;s:62:\"Everything in the form that is not displayed by other content.\";b:1;s:4:\"Form\";b:1;s:12:\"Entity field\";b:1;s:28:\"Node form publishing options\";b:1;s:36:\"Publishing options on the Node form.\";b:1;s:21:\"Node form title field\";b:1;s:20:\"The node title form.\";b:1;s:19:\"Node form languages\";b:1;s:28:\"The language selection form.\";b:1;s:28:\"Node form author information\";b:1;s:36:\"Author information on the Node form.\";b:1;s:23:\"Node form menu settings\";b:1;s:31:\"Menu settings on the Node form.\";b:1;s:24:\"Node form submit buttons\";b:1;s:33:\"Submit buttons for the node form.\";b:1;s:27:\"Node form url path settings\";b:1;s:30:\"Node form revision log message\";b:1;s:34:\"Revision log message for the node.\";b:1;s:18:\"Entity extra field\";b:1;s:21:\"Node type description\";b:1;s:22:\"Node type description.\";b:1;s:10:\"Node terms\";b:1;s:38:\"Taxonomy terms of the referenced node.\";b:1;s:9:\"Node body\";b:1;s:32:\"The body of the referenced node.\";b:1;s:14:\"Attached files\";b:1;s:37:\"A list of files attached to the node.\";b:1;s:11:\"Node author\";b:1;s:34:\"The author of the referenced node.\";b:1;s:17:\"Node created date\";b:1;s:41:\"The date the referenced node was created.\";b:1;s:10:\"Node links\";b:1;s:34:\"Node links of the referenced node.\";b:1;s:12:\"Node content\";b:1;s:35:\"The content of the referenced node.\";b:1;s:10:\"Node title\";b:1;s:33:\"The title of the referenced node.\";b:1;s:22:\"Node last updated date\";b:1;s:46:\"The date the referenced node was last updated.\";b:1;s:16:\"Term description\";b:1;s:17:\"Term description.\";b:1;s:4:\"Term\";b:1;s:13:\"Taxonomy term\";b:1;s:21:\"List of related terms\";b:1;s:71:\"Terms related to an existing term; may be child, siblings or top level.\";b:1;s:5:\"Block\";b:1;s:10:\"Feed icons\";b:1;s:45:\"Add the site feed_icons statement as content.\";b:1;s:13:\"Page elements\";b:1;s:24:\"Primary navigation links\";b:1;s:47:\"Add the primary_links (local tasks) as content.\";b:1;s:21:\"The name of the site.\";b:1;s:7:\"Actions\";b:1;s:46:\"Add the action links (local tasks) as content.\";b:1;s:15:\"Status messages\";b:1;s:55:\"Add the status messages of the current page as content.\";b:1;s:26:\"Secondary navigation links\";b:1;s:49:\"Add the secondary_links (local tasks) as content.\";b:1;s:10:\"Page title\";b:1;s:30:\"Add the page title as content.\";b:1;s:9:\"Site logo\";b:1;s:30:\"Add the logo trail as content.\";b:1;s:10:\"Breadcrumb\";b:1;s:36:\"Add the breadcrumb trail as content.\";b:1;s:49:\"Add the help text of the current page as content.\";b:1;s:4:\"Tabs\";b:1;s:38:\"Add the tabs (local tasks) as content.\";b:1;s:15:\"Rendered entity\";b:1;s:9:\"Menu tree\";b:1;s:16:\"Membership links\";b:1;s:67:\"Show membership unsubscribe and subscribe link(s) to a given group.\";b:1;s:8:\"OG Group\";b:1;s:14:\"Organic groups\";b:1;s:9:\"Menu link\";b:1;s:4:\"Path\";b:1;s:15:\"Translation set\";b:1;s:12:\"Full content\";b:1;s:6:\"Teaser\";b:1;s:3:\"RSS\";b:1;s:18:\"OG membership type\";b:1;s:13:\"OG membership\";b:1;s:18:\"Taxonomy term page\";b:1;s:19:\"Taxonomy vocabulary\";b:1;s:12:\"User account\";b:1;s:15:\"Wysiwyg profile\";b:1;s:4:\"Link\";b:1;s:7:\"Preview\";b:1;s:8:\"Original\";b:1;s:5:\"Nodes\";b:1;s:5:\"Users\";b:1;s:5:\"Files\";b:1;s:44:\"Nodes represent the main site content items.\";b:1;s:45:\"Users who have created accounts on your site.\";b:1;s:14:\"Uploaded file.\";b:1;s:14:\"Taxonomy terms\";b:1;s:48:\"Taxonomy terms are used for classifying content.\";b:1;s:21:\"Taxonomy vocabularies\";b:1;s:7:\"Webform\";b:1;s:6:\"Status\";b:1;s:39:\"The open or closed status of a webform.\";b:1;s:19:\"Webform submissions\";b:1;s:41:\"Submissions generated from Webform forms.\";b:1;s:3:\"Sid\";b:1;s:36:\"The submission ID of the submission.\";b:1;s:52:\"The webform node this submission was generated from.\";b:1;s:12:\"Webform Node\";b:1;s:41:\"The user who sent the webform submission.\";b:1;s:23:\"Webform Submission User\";b:1;s:5:\"Draft\";b:1;s:41:\"Whether or not the submission is a draft.\";b:1;s:9:\"Submitted\";b:1;s:39:\"The date this submission was submitted.\";b:1;s:14:\"Remote address\";b:1;s:65:\"The remote IP address of the user that submitted this submission.\";b:1;s:9:\"View link\";b:1;s:45:\"Provide a simple link to view the submission.\";b:1;s:9:\"Edit link\";b:1;s:45:\"Provide a simple link to edit the submission.\";b:1;s:11:\"Delete link\";b:1;s:47:\"Provide a simple link to delete the submission.\";b:1;s:29:\"@entity \"@property\" property.\";b:1;s:21:\"Machine-readable name\";b:1;s:51:\"The machine-readable name identifying this @entity.\";b:1;s:28:\"Internal, numeric @entity ID\";b:1;s:48:\"The ID used to identify this @entity internally.\";b:1;s:5:\"Label\";b:1;s:25:\"The human readable label.\";b:1;s:10:\"@entity ID\";b:1;s:29:\"The unique ID of the @entity.\";b:1;s:8:\"OG group\";b:1;s:47:\"The OG group associated with the OG membership.\";b:1;s:6:\"Entity\";b:1;s:35:\"The entity that is a group content.\";b:1;s:11:\"Color Field\";b:1;s:35:\"Field using a hexadecimal notation.\";b:1;s:46:\"This field stores and renders email addresses.\";b:1;s:16:\"Entity Reference\";b:1;s:36:\"This field reference another entity.\";b:1;s:55:\"This field stores the ID of a file as an integer value.\";b:1;s:5:\"Image\";b:1;s:62:\"This field stores the ID of an image file as an integer value.\";b:1;s:14:\"List (integer)\";b:1;s:12:\"List (float)\";b:1;s:11:\"List (text)\";b:1;s:7:\"Boolean\";b:1;s:50:\"This field stores simple on/off or yes/no options.\";b:1;s:7:\"Integer\";b:1;s:57:\"This field stores a number in the database as an integer.\";b:1;s:7:\"Decimal\";b:1;s:69:\"This field stores a number in the database in a fixed decimal format.\";b:1;s:5:\"Float\";b:1;s:70:\"This field stores a number in the database in a floating point format.\";b:1;s:11:\"Postal Code\";b:1;s:18:\"Postal Code field.\";b:1;s:14:\"Term reference\";b:1;s:49:\"This field stores a reference to a taxonomy term.\";b:1;s:4:\"Text\";b:1;s:47:\"This field stores varchar text in the database.\";b:1;s:9:\"Long text\";b:1;s:44:\"This field stores long text in the database.\";b:1;s:21:\"Long text and summary\";b:1;s:33:\"Plain text (RGB value as #ffffff)\";b:1;s:11:\"Select list\";b:1;s:10:\"Text field\";b:1;s:15:\"Pop-up calendar\";b:1;s:12:\"Autocomplete\";b:1;s:27:\"An autocomplete text field.\";b:1;s:25:\"Autocomplete (Tags style)\";b:1;s:12:\"OG reference\";b:1;s:35:\"Complex widget to reference groups.\";b:1;s:25:\"Check boxes/radio buttons\";b:1;s:22:\"Single on/off checkbox\";b:1;s:23:\"Postal Code: Any Format\";b:1;s:7:\"Andorra\";b:1;s:20:\"United Arab Emirates\";b:1;s:11:\"Afghanistan\";b:1;s:19:\"Antigua and Barbuda\";b:1;s:8:\"Anguilla\";b:1;s:7:\"Albania\";b:1;s:7:\"Armenia\";b:1;s:20:\"Netherlands Antilles\";b:1;s:6:\"Angola\";b:1;s:10:\"Antarctica\";b:1;s:9:\"Argentina\";b:1;s:14:\"American Samoa\";b:1;s:7:\"Austria\";b:1;s:9:\"Australia\";b:1;s:5:\"Aruba\";b:1;s:13:\"Aland Islands\";b:1;s:10:\"Azerbaijan\";b:1;s:22:\"Bosnia and Herzegovina\";b:1;s:8:\"Barbados\";b:1;s:10:\"Bangladesh\";b:1;s:7:\"Belgium\";b:1;s:12:\"Burkina Faso\";b:1;s:8:\"Bulgaria\";b:1;s:7:\"Bahrain\";b:1;s:7:\"Burundi\";b:1;s:5:\"Benin\";b:1;s:17:\"Saint Barthélemy\";b:1;s:7:\"Bermuda\";b:1;s:6:\"Brunei\";b:1;s:7:\"Bolivia\";b:1;s:6:\"Brazil\";b:1;s:7:\"Bahamas\";b:1;s:6:\"Bhutan\";b:1;s:13:\"Bouvet Island\";b:1;s:8:\"Botswana\";b:1;s:7:\"Belarus\";b:1;s:6:\"Belize\";b:1;s:6:\"Canada\";b:1;s:23:\"Cocos (Keeling) Islands\";b:1;s:16:\"Congo (Kinshasa)\";b:1;s:24:\"Central African Republic\";b:1;s:19:\"Congo (Brazzaville)\";b:1;s:11:\"Switzerland\";b:1;s:11:\"Ivory Coast\";b:1;s:12:\"Cook Islands\";b:1;s:5:\"Chile\";b:1;s:8:\"Cameroon\";b:1;s:5:\"China\";b:1;s:8:\"Colombia\";b:1;s:10:\"Costa Rica\";b:1;s:4:\"Cuba\";b:1;s:8:\"Curaçao\";b:1;s:10:\"Cape Verde\";b:1;s:16:\"Christmas Island\";b:1;s:6:\"Cyprus\";b:1;s:14:\"Czech Republic\";b:1;s:7:\"Germany\";b:1;s:8:\"Djibouti\";b:1;s:7:\"Denmark\";b:1;s:8:\"Dominica\";b:1;s:18:\"Dominican Republic\";b:1;s:7:\"Algeria\";b:1;s:7:\"Ecuador\";b:1;s:7:\"Estonia\";b:1;s:5:\"Egypt\";b:1;s:14:\"Western Sahara\";b:1;s:7:\"Eritrea\";b:1;s:5:\"Spain\";b:1;s:8:\"Ethiopia\";b:1;s:7:\"Finland\";b:1;s:4:\"Fiji\";b:1;s:16:\"Falkland Islands\";b:1;s:10:\"Micronesia\";b:1;s:13:\"Faroe Islands\";b:1;s:6:\"France\";b:1;s:5:\"Gabon\";b:1;s:14:\"United Kingdom\";b:1;s:7:\"Grenada\";b:1;s:7:\"Georgia\";b:1;s:13:\"French Guiana\";b:1;s:8:\"Guernsey\";b:1;s:5:\"Ghana\";b:1;s:9:\"Gibraltar\";b:1;s:9:\"Greenland\";b:1;s:6:\"Gambia\";b:1;s:6:\"Guinea\";b:1;s:10:\"Guadeloupe\";b:1;s:17:\"Equatorial Guinea\";b:1;s:6:\"Greece\";b:1;s:44:\"South Georgia and the South Sandwich Islands\";b:1;s:9:\"Guatemala\";b:1;s:4:\"Guam\";b:1;s:13:\"Guinea-Bissau\";b:1;s:6:\"Guyana\";b:1;s:23:\"Hong Kong S.A.R., China\";b:1;s:33:\"Heard Island and McDonald Islands\";b:1;s:8:\"Honduras\";b:1;s:7:\"Croatia\";b:1;s:5:\"Haiti\";b:1;s:7:\"Hungary\";b:1;s:9:\"Indonesia\";b:1;s:7:\"Ireland\";b:1;s:6:\"Israel\";b:1;s:11:\"Isle of Man\";b:1;s:5:\"India\";b:1;s:30:\"British Indian Ocean Territory\";b:1;s:4:\"Iraq\";b:1;s:4:\"Iran\";b:1;s:7:\"Iceland\";b:1;s:5:\"Italy\";b:1;s:6:\"Jersey\";b:1;s:7:\"Jamaica\";b:1;s:6:\"Jordan\";b:1;s:5:\"Japan\";b:1;s:5:\"Kenya\";b:1;s:10:\"Kyrgyzstan\";b:1;s:8:\"Cambodia\";b:1;s:8:\"Kiribati\";b:1;s:7:\"Comoros\";b:1;s:21:\"Saint Kitts and Nevis\";b:1;s:11:\"North Korea\";b:1;s:11:\"South Korea\";b:1;s:6:\"Kuwait\";b:1;s:14:\"Cayman Islands\";b:1;s:10:\"Kazakhstan\";b:1;s:4:\"Laos\";b:1;s:7:\"Lebanon\";b:1;s:11:\"Saint Lucia\";b:1;s:13:\"Liechtenstein\";b:1;s:9:\"Sri Lanka\";b:1;s:7:\"Liberia\";b:1;s:7:\"Lesotho\";b:1;s:9:\"Lithuania\";b:1;s:10:\"Luxembourg\";b:1;s:6:\"Latvia\";b:1;s:5:\"Libya\";b:1;s:7:\"Morocco\";b:1;s:6:\"Monaco\";b:1;s:7:\"Moldova\";b:1;s:10:\"Montenegro\";b:1;s:26:\"Saint Martin (French part)\";b:1;s:10:\"Madagascar\";b:1;s:16:\"Marshall Islands\";b:1;s:9:\"Macedonia\";b:1;s:4:\"Mali\";b:1;s:7:\"Myanmar\";b:1;s:8:\"Mongolia\";b:1;s:19:\"Macao S.A.R., China\";b:1;s:24:\"Northern Mariana Islands\";b:1;s:10:\"Martinique\";b:1;s:10:\"Mauritania\";b:1;s:10:\"Montserrat\";b:1;s:5:\"Malta\";b:1;s:9:\"Mauritius\";b:1;s:8:\"Maldives\";b:1;s:6:\"Malawi\";b:1;s:6:\"Mexico\";b:1;s:8:\"Malaysia\";b:1;s:10:\"Mozambique\";b:1;s:7:\"Namibia\";b:1;s:13:\"New Caledonia\";b:1;s:5:\"Niger\";b:1;s:14:\"Norfolk Island\";b:1;s:7:\"Nigeria\";b:1;s:9:\"Nicaragua\";b:1;s:11:\"Netherlands\";b:1;s:6:\"Norway\";b:1;s:5:\"Nepal\";b:1;s:5:\"Nauru\";b:1;s:4:\"Niue\";b:1;s:11:\"New Zealand\";b:1;s:4:\"Oman\";b:1;s:6:\"Panama\";b:1;s:4:\"Peru\";b:1;s:16:\"French Polynesia\";b:1;s:16:\"Papua New Guinea\";b:1;s:11:\"Philippines\";b:1;s:8:\"Pakistan\";b:1;s:6:\"Poland\";b:1;s:25:\"Saint Pierre and Miquelon\";b:1;s:8:\"Pitcairn\";b:1;s:11:\"Puerto Rico\";b:1;s:21:\"Palestinian Territory\";b:1;s:8:\"Portugal\";b:1;s:5:\"Palau\";b:1;s:8:\"Paraguay\";b:1;s:5:\"Qatar\";b:1;s:7:\"Reunion\";b:1;s:7:\"Romania\";b:1;s:6:\"Serbia\";b:1;s:6:\"Russia\";b:1;s:6:\"Rwanda\";b:1;s:12:\"Saudi Arabia\";b:1;s:15:\"Solomon Islands\";b:1;s:10:\"Seychelles\";b:1;s:5:\"Sudan\";b:1;s:6:\"Sweden\";b:1;s:9:\"Singapore\";b:1;s:12:\"Saint Helena\";b:1;s:8:\"Slovenia\";b:1;s:22:\"Svalbard and Jan Mayen\";b:1;s:8:\"Slovakia\";b:1;s:12:\"Sierra Leone\";b:1;s:10:\"San Marino\";b:1;s:7:\"Senegal\";b:1;s:7:\"Somalia\";b:1;s:8:\"Suriname\";b:1;s:21:\"Sao Tome and Principe\";b:1;s:11:\"El Salvador\";b:1;s:5:\"Syria\";b:1;s:9:\"Swaziland\";b:1;s:24:\"Turks and Caicos Islands\";b:1;s:4:\"Chad\";b:1;s:27:\"French Southern Territories\";b:1;s:4:\"Togo\";b:1;s:8:\"Thailand\";b:1;s:10:\"Tajikistan\";b:1;s:7:\"Tokelau\";b:1;s:11:\"Timor-Leste\";b:1;s:12:\"Turkmenistan\";b:1;s:7:\"Tunisia\";b:1;s:5:\"Tonga\";b:1;s:6:\"Turkey\";b:1;s:19:\"Trinidad and Tobago\";b:1;s:6:\"Tuvalu\";b:1;s:6:\"Taiwan\";b:1;s:8:\"Tanzania\";b:1;s:7:\"Ukraine\";b:1;s:6:\"Uganda\";b:1;s:36:\"United States Minor Outlying Islands\";b:1;s:13:\"United States\";b:1;s:7:\"Uruguay\";b:1;s:10:\"Uzbekistan\";b:1;s:7:\"Vatican\";b:1;s:32:\"Saint Vincent and the Grenadines\";b:1;s:9:\"Venezuela\";b:1;s:22:\"British Virgin Islands\";b:1;s:19:\"U.S. Virgin Islands\";b:1;s:7:\"Vietnam\";b:1;s:7:\"Vanuatu\";b:1;s:17:\"Wallis and Futuna\";b:1;s:5:\"Samoa\";b:1;s:5:\"Yemen\";b:1;s:7:\"Mayotte\";b:1;s:12:\"South Africa\";b:1;s:6:\"Zambia\";b:1;s:8:\"Zimbabwe\";b:1;s:25:\"Postal Code: @countrylist\";b:1;s:34:\"Autocomplete term widget (tagging)\";b:1;s:25:\"Text area (multiple rows)\";b:1;s:24:\"Text area with a summary\";b:1;s:16:\"Plain text color\";b:1;s:15:\"CSS Declaration\";b:1;s:12:\"Color Swatch\";b:1;s:13:\"Date and time\";b:1;s:8:\"Time ago\";b:1;s:5:\"Plain\";b:1;s:18:\"Default email link\";b:1;s:43:\"Display the email address as a mailto link.\";b:1;s:18:\"Email contact form\";b:1;s:23:\"Display a contact form.\";b:1;s:16:\"Email plain text\";b:1;s:40:\"Display the email address as plain text.\";b:1;s:45:\"Display the label of the referenced entities.\";b:1;s:9:\"Entity id\";b:1;s:42:\"Display the id of the referenced entities.\";b:1;s:58:\"Display the referenced entities rendered by entity_view().\";b:1;s:12:\"Generic file\";b:1;s:14:\"Table of files\";b:1;s:11:\"URL to file\";b:1;s:13:\"Rendered file\";b:1;s:40:\"Display the file in a specific view mode\";b:1;s:18:\"Default translated\";b:1;s:19:\"Large filetype icon\";b:1;s:5:\"Media\";b:1;s:11:\"Unformatted\";b:1;s:17:\"OG subscribe link\";b:1;s:16:\"OG audience list\";b:1;s:10:\"Plain text\";b:1;s:12:\"RSS category\";b:1;s:7:\"Trimmed\";b:1;s:18:\"Summary or trimmed\";b:1;s:16:\"Link (localized)\";b:1;s:22:\"Plain text (localized)\";b:1;s:19:\"Default SQL storage\";b:1;s:64:\"Stores fields in the local SQL database, using per-field tables.\";b:1;s:14:\"Field \"@name\".\";b:1;s:7:\"Summary\";b:1;s:11:\"Text format\";b:1;s:9:\"The file.\";b:1;s:20:\"The file description\";b:1;s:36:\"Whether the file is being displayed.\";b:1;s:15:\"The image file.\";b:1;s:24:\"The \"Alt\" attribute text\";b:1;s:26:\"The \"Title\" attribute text\";b:1;s:11:\"OG behavior\";b:1;s:9:\"OG widget\";b:1;s:10:\"Start date\";b:1;s:8:\"End date\";b:1;s:8:\"Duration\";b:1;s:51:\"The duration of the time period given by the dates.\";b:1;s:7:\"Node ID\";b:1;s:26:\"The unique ID of the node.\";b:1;s:11:\"Revision ID\";b:1;s:37:\"The unique ID of the node\'s revision.\";b:1;s:6:\"Is new\";b:1;s:58:\"Whether the node is new and not saved to the database yet.\";b:1;s:12:\"Content type\";b:1;s:21:\"The type of the node.\";b:1;s:5:\"Title\";b:1;s:22:\"The title of the node.\";b:1;s:36:\"The language the node is written in.\";b:1;s:3:\"URL\";b:1;s:20:\"The URL of the node.\";b:1;s:8:\"Edit URL\";b:1;s:32:\"The URL of the node\'s edit page.\";b:1;s:45:\"Whether the node is published or unpublished.\";b:1;s:21:\"Promoted to frontpage\";b:1;s:46:\"Whether the node is promoted to the frontpage.\";b:1;s:15:\"Sticky in lists\";b:1;s:70:\"Whether the node is displayed at the top of lists in which it appears.\";b:1;s:12:\"Date created\";b:1;s:29:\"The date the node was posted.\";b:1;s:12:\"Date changed\";b:1;s:44:\"The date the node was most recently updated.\";b:1;s:6:\"Author\";b:1;s:23:\"The author of the node.\";b:1;s:23:\"Translation source node\";b:1;s:58:\"The original-language version of this node, if one exists.\";b:1;s:20:\"Revision log message\";b:1;s:16:\"Creates revision\";b:1;s:48:\"Whether saving this node creates a new revision.\";b:1;s:7:\"Term ID\";b:1;s:35:\"The unique ID of the taxonomy term.\";b:1;s:4:\"Name\";b:1;s:30:\"The name of the taxonomy term.\";b:1;s:11:\"Description\";b:1;s:46:\"The optional description of the taxonomy term.\";b:1;s:6:\"Weight\";b:1;s:72:\"The weight of the term, which is used for ordering terms during display.\";b:1;s:10:\"Node count\";b:1;s:50:\"The number of nodes tagged with the taxonomy term.\";b:1;s:29:\"The URL of the taxonomy term.\";b:1;s:44:\"The vocabulary the taxonomy term belongs to.\";b:1;s:12:\"Parent terms\";b:1;s:38:\"The parent terms of the taxonomy term.\";b:1;s:16:\"All parent terms\";b:1;s:65:\"Ancestors of the term, i.e. parent of all above hierarchy levels.\";b:1;s:13:\"Vocabulary ID\";b:1;s:41:\"The unique ID of the taxonomy vocabulary.\";b:1;s:36:\"The name of the taxonomy vocabulary.\";b:1;s:12:\"Machine name\";b:1;s:44:\"The machine name of the taxonomy vocabulary.\";b:1;s:52:\"The optional description of the taxonomy vocabulary.\";b:1;s:10:\"Term count\";b:1;s:57:\"The number of terms belonging to the taxonomy vocabulary.\";b:1;s:7:\"User ID\";b:1;s:34:\"The unique ID of the user account.\";b:1;s:35:\"The login name of the user account.\";b:1;s:5:\"Email\";s:19:\"Adresse de courriel\";s:38:\"The email address of the user account.\";b:1;s:36:\"The URL of the account profile page.\";b:1;s:33:\"The url of the account edit page.\";b:1;s:11:\"Last access\";b:1;s:41:\"The date the user last accessed the site.\";b:1;s:10:\"Last login\";b:1;s:45:\"The date the user last logged in to the site.\";b:1;s:7:\"Created\";b:1;s:38:\"The date the user account was created.\";b:1;s:10:\"User roles\";b:1;s:22:\"The roles of the user.\";b:1;s:38:\"Whether the user is active or blocked.\";b:1;s:13:\"Default theme\";b:1;s:25:\"The user\'s default theme.\";b:1;s:6:\"Slogan\";b:1;s:23:\"The slogan of the site.\";b:1;s:46:\"The administrative email address for the site.\";b:1;s:33:\"The URL of the site\'s front page.\";b:1;s:10:\"Login page\";b:1;s:33:\"The URL of the site\'s login page.\";b:1;s:14:\"Logged in user\";b:1;s:29:\"The currently logged in user.\";b:1;s:12:\"Current date\";b:1;s:26:\"The current date and time.\";b:1;s:12:\"Current page\";b:1;s:48:\"Information related to the current page request.\";b:1;s:53:\"The internal Drupal path of the current page request.\";b:1;s:41:\"The full URL of the current page request.\";b:1;s:7:\"File ID\";b:1;s:35:\"The unique ID of the uploaded file.\";b:1;s:9:\"File name\";b:1;s:29:\"The name of the file on disk.\";b:1;s:9:\"MIME type\";b:1;s:26:\"The MIME type of the file.\";b:1;s:9:\"File size\";b:1;s:35:\"The size of the file, in kilobytes.\";b:1;s:36:\"The web-accessible URL for the file.\";b:1;s:9:\"Timestamp\";b:1;s:44:\"The date the file was most recently changed.\";b:1;s:5:\"Owner\";b:1;s:42:\"The user who originally uploaded the file.\";b:1;s:14:\"OG memberships\";b:1;s:49:\"A list of all OG memberships of the @name entity.\";b:1;s:6:\"Active\";b:1;s:7:\"Pending\";b:1;s:7:\"Blocked\";b:1;s:20:\"@state OG membership\";b:1;s:67:\"A list of all OG memberships of the @name entity with @state state.\";b:1;s:31:\"OG membership from field @label\";b:1;s:56:\"A list of all OG memberships registered in field @label.\";b:1;s:39:\"@state OG memberships from field @label\";b:1;s:68:\"A list of all OG memberships with @state registered in field @label.\";b:1;s:13:\"Group members\";b:1;s:41:\"A list group members of the @name entity.\";b:1;s:20:\"@state group members\";b:1;s:58:\"A list of all users of the @name entity with @state state.\";b:1;s:38:\"Current OG group of @label entity type\";b:1;s:55:\"The @label that is an OG group from context, if exists.\";b:1;s:18:\"Interface language\";b:1;s:57:\"The language code of the current user interface language.\";b:1;s:16:\"Content language\";b:1;s:50:\"The language code of the current content language.\";b:1;s:18:\"The main body text\";b:1;s:45:\"Associated @label via the @label\'s @property.\";b:1;s:30:\"Og membership \"etid\" property.\";b:1;s:8:\"Group ID\";b:1;s:29:\"Og membership \"gid\" property.\";b:1;s:22:\"OG user roles in group\";b:1;s:24:\"OG Roles from membership\";b:1;s:46:\"The OG Roles associated with the OG membership\";b:1;s:27:\"OG Roles from OG membership\";b:1;s:13:\"OG user roles\";b:1;s:9:\"Role Name\";b:1;s:17:\"The OG role name.\";b:1;s:45:\"Provide a simple link to edit the membership.\";b:1;s:26:\"(No information available)\";b:1;s:21:\"Rendered @entity-type\";b:1;s:72:\"The @entity-type of the current relationship rendered using a view mode.\";b:1;s:32:\"Displays a single chosen entity.\";b:1;s:15:\"@entity:@bundle\";b:1;s:21:\"Appears in: @bundles.\";b:1;s:14:\"@label (!name)\";b:1;s:12:\"- No value -\";b:1;s:22:\"@label (!name:!column)\";b:1;s:14:\"@label:!column\";b:1;s:14:\"@group: @field\";b:1;s:35:\"This is an alias of @group: @field.\";b:1;s:21:\"Also known as: !also.\";b:1;s:24:\"@group (historical data)\";b:1;s:32:\"@group (historical data): @field\";b:1;s:22:\"image from !field_name\";b:1;s:20:\"@label (!name:delta)\";b:1;s:12:\"@label:delta\";b:1;s:29:\"Delta - Appears in: @bundles.\";b:1;s:42:\"@entity entity referenced from !field_name\";b:1;s:17:\"Referenced Entity\";b:1;s:65:\"A bridge to the @entity entity that is referenced via !field_name\";b:1;s:21:\"term from !field_name\";b:1;s:21:\"file from !field_name\";b:1;s:13:\"Locale source\";b:1;s:73:\"A source string for translation, in English or the default site language.\";b:1;s:3:\"LID\";b:1;s:28:\"The ID of the source string.\";b:1;s:8:\"Location\";b:1;s:55:\"A description of the location or context of the string.\";b:1;s:5:\"Group\";s:6:\"Groupe\";s:32:\"The group the translation is in.\";b:1;s:6:\"Source\";b:1;s:25:\"The full original string.\";b:1;s:7:\"Version\";b:1;s:51:\"The version of Drupal core that this string is for.\";b:1;s:47:\"Provide a simple link to edit the translations.\";b:1;s:13:\"Locale target\";b:1;s:11:\"Translation\";b:1;s:28:\"The full translation string.\";b:1;s:36:\"The language this translation is in.\";b:1;s:12:\"Singular LID\";b:1;s:33:\"The ID of the parent translation.\";b:1;s:6:\"Plural\";b:1;s:41:\"Whether or not the translation is plural.\";b:1;s:3:\"Nid\";b:1;s:12:\"The node ID.\";b:1;s:18:\"The content title.\";b:1;s:9:\"Post date\";b:1;s:32:\"The date the content was posted.\";b:1;s:12:\"Updated date\";b:1;s:38:\"The date the content was last updated.\";b:1;s:4:\"Type\";b:1;s:73:\"The content type (for example, \"blog entry\", \"forum post\", \"story\", etc).\";b:1;s:9:\"Published\";b:1;s:40:\"Whether or not the content is published.\";b:1;s:67:\"Filters out unpublished content if the current user cannot view it.\";b:1;s:57:\"Whether or not the content is promoted to the front page.\";b:1;s:8:\"Promoted\";b:1;s:12:\"Not promoted\";b:1;s:6:\"Sticky\";b:1;s:37:\"Whether or not the content is sticky.\";b:1;s:10:\"Not sticky\";b:1;s:37:\"Provide a simple link to the content.\";b:1;s:42:\"Provide a simple link to edit the content.\";b:1;s:44:\"Provide a simple link to delete the content.\";b:1;s:33:\"The aliased path to this content.\";b:1;s:12:\"Created date\";b:1;s:29:\"Date in the form of CCYYMMDD.\";b:1;s:20:\"Created year + month\";b:1;s:27:\"Date in the form of YYYYMM.\";b:1;s:12:\"Created year\";b:1;s:25:\"Date in the form of YYYY.\";b:1;s:13:\"Created month\";b:1;s:33:\"Date in the form of MM (01 - 12).\";b:1;s:11:\"Created day\";b:1;s:33:\"Date in the form of DD (01 - 31).\";b:1;s:12:\"Created week\";b:1;s:33:\"Date in the form of WW (01 - 53).\";b:1;s:20:\"Updated year + month\";b:1;s:12:\"Updated year\";b:1;s:13:\"Updated month\";b:1;s:11:\"Updated day\";b:1;s:12:\"Updated week\";b:1;s:10:\"Author uid\";b:1;s:42:\"Relate content to the user who created it.\";b:1;s:6:\"author\";b:1;s:19:\"User has a revision\";b:1;s:45:\"All nodes where a certain user has a revision\";b:1;s:16:\"Content revision\";b:1;s:52:\"Content revision is a history of changes to content.\";b:1;s:63:\"Relate a content revision to the user who created the revision.\";b:1;s:13:\"revision user\";b:1;s:41:\"The revision NID of the content revision.\";b:1;s:47:\"Get the actual content from a content revision.\";b:1;s:3:\"Vid\";b:1;s:40:\"The revision ID of the content revision.\";b:1;s:11:\"Log message\";b:1;s:54:\"The log message entered when the revision was created.\";b:1;s:35:\"The date the node was last updated.\";b:1;s:38:\"Provide a simple link to the revision.\";b:1;s:48:\"Provide a simple link to revert to the revision.\";b:1;s:53:\"Provide a simple link to delete the content revision.\";b:1;s:14:\"Content access\";b:1;s:6:\"Access\";b:1;s:17:\"Filter by access.\";b:1;s:15:\"Has new content\";b:1;s:47:\"Show a marker if the content is new or updated.\";b:1;s:41:\"Show only content that is new or updated.\";b:1;s:25:\"Group membership overview\";b:1;s:70:\"Overview of the group memberships (e.g. group manager, total memebrs).\";b:1;s:47:\"Files maintained by Drupal and various modules.\";b:1;s:19:\"The ID of the file.\";b:1;s:21:\"The name of the file.\";b:1;s:21:\"The path of the file.\";b:1;s:9:\"Mime type\";b:1;s:26:\"The mime type of the file.\";b:1;s:9:\"Extension\";b:1;s:26:\"The extension of the file.\";b:1;s:4:\"Size\";b:1;s:21:\"The size of the file.\";b:1;s:23:\"The status of the file.\";b:1;s:11:\"Upload date\";b:1;s:31:\"The date the file was uploaded.\";b:1;s:17:\"User who uploaded\";b:1;s:32:\"The user that uploaded the file.\";b:1;s:10:\"File Usage\";b:1;s:13:\"Taxonomy Term\";b:1;s:19:\"Taxonomy Vocabulary\";b:1;s:6:\"Module\";b:1;s:43:\"The module managing this file relationship.\";b:1;s:11:\"Entity type\";b:1;s:47:\"The type of entity that is related to the file.\";b:1;s:9:\"Entity ID\";b:1;s:49:\"The ID of the entity that is related to the file.\";b:1;s:9:\"Use count\";b:1;s:52:\"The number of times the file is used by this entity.\";b:1;s:6:\"System\";b:1;s:25:\"Module/Theme/Theme engine\";b:1;s:46:\"Modules/Themes/Theme engines in your codebase.\";b:1;s:34:\"Module/Theme/Theme engine filename\";b:1;s:30:\"Module/Theme/Theme engine name\";b:1;s:32:\"The name of the item; e.g. node.\";b:1;s:60:\"The type of the item, either module, theme, or theme_engine.\";b:1;s:55:\"Boolean indicating whether or not this item is enabled.\";b:1;s:14:\"Schema version\";b:1;s:28:\"The taxonomy vocabulary name\";b:1;s:66:\"Filter the results of \"Taxonomy: Term\" to a particular vocabulary.\";b:1;s:26:\"The taxonomy vocabulary ID\";b:1;s:35:\"The taxonomy vocabulary description\";b:1;s:30:\"The taxonomy vocabulary weight\";b:1;s:37:\"Taxonomy terms are attached to nodes.\";b:1;s:27:\"The tid of a taxonomy term.\";b:1;s:56:\"Taxonomy term chosen from autocomplete or select widget.\";b:1;s:19:\"Representative node\";b:1;s:23:\"The taxonomy term name.\";b:1;s:19:\"Taxonomy term name.\";b:1;s:13:\"Uncategorized\";b:1;s:21:\"The term weight field\";b:1;s:48:\"The description associated with a taxonomy term.\";b:1;s:14:\"Term edit link\";b:1;s:39:\"Provide a simple link to edit the term.\";b:1;s:17:\"Content with term\";b:1;s:38:\"Relate all content tagged with a term.\";b:1;s:4:\"node\";b:1;s:20:\"Has taxonomy term ID\";b:1;s:54:\"Display content if it has the selected taxonomy terms.\";b:1;s:17:\"Has taxonomy term\";b:1;s:11:\"Parent term\";b:1;s:6:\"Parent\";b:1;s:57:\"Filter the results of \"Taxonomy: Term\" by the parent pid.\";b:1;s:28:\"The parent term of the term.\";b:1;s:3:\"Uid\";b:1;s:11:\"The user ID\";b:1;s:16:\"Content authored\";b:1;s:5:\"nodes\";b:1;s:24:\"The raw numeric user ID.\";b:1;s:7:\"Current\";b:1;s:48:\"Filter the view to the currently logged in user.\";b:1;s:24:\"The user or author name.\";b:1;s:10:\"Name (raw)\";b:1;s:20:\"Language of the user\";b:1;s:7:\"Picture\";b:1;s:31:\"The user\'s picture, if allowed.\";b:1;s:10:\"Has Avatar\";b:1;s:34:\"Provide a simple link to the user.\";b:1;s:30:\"The date the user was created.\";b:1;s:28:\"The user\'s last access date.\";b:1;s:27:\"The user\'s last login date.\";b:1;s:36:\"Whether a user is active or blocked.\";b:1;s:9:\"Signature\";b:1;s:21:\"The user\'s signature.\";b:1;s:39:\"Provide a simple link to edit the user.\";b:1;s:41:\"Provide a simple link to cancel the user.\";b:1;s:4:\"Data\";b:1;s:35:\"Provide serialized data of the user\";b:1;s:5:\"Roles\";b:1;s:29:\"Roles that a user belongs to.\";b:1;s:7:\"No role\";b:1;s:10:\"Permission\";b:1;s:21:\"The user permissions.\";b:1;s:10:\"Authmap ID\";b:1;s:15:\"The Authmap ID.\";b:1;s:19:\"Authentication name\";b:1;s:31:\"The unique authentication name.\";b:1;s:21:\"Authentication module\";b:1;s:57:\"The name of the module managing the authentication entry.\";b:1;s:6:\"Random\";b:1;s:28:\"Randomize the display order.\";b:1;s:4:\"Null\";b:1;s:11:\"Custom text\";b:1;s:28:\"Provide custom text or link.\";b:1;s:19:\"View result counter\";b:1;s:47:\"Displays the actual position of the view result\";b:1;s:9:\"Text area\";b:1;s:33:\"Provide markup text for the area.\";b:1;s:15:\"Unfiltered text\";b:1;s:9:\"View area\";b:1;s:29:\"Insert a view inside an area.\";b:1;s:14:\"Result summary\";b:1;s:53:\"Shows result summary, for example the items per page.\";b:1;s:16:\"Contextual Links\";b:1;s:42:\"Display fields in a contextual links menu.\";b:1;s:21:\"Combine fields filter\";b:1;s:15:\"Math expression\";b:1;s:52:\"Evaluates a mathematical expression and displays it.\";b:1;s:18:\"Webform submission\";b:1;s:46:\"Webform submissions of the given Webform node.\";b:1;s:18:\"Webform Submission\";b:1;s:24:\"Webform submission count\";b:1;s:47:\"The number of webform submissions on this node.\";b:1;s:38:\"Webform submissions of the given user.\";b:1;s:48:\"The number of webform submissions for this user.\";b:1;s:17:\"Webform edit link\";b:1;s:71:\"Provide a simple link to edit the webform components and configuration.\";b:1;s:20:\"Webform results link\";b:1;s:55:\"Provide a simple link to view the results of a webform.\";b:1;s:17:\"Webform form body\";b:1;s:44:\"The Webform form body display for this node.\";b:1;s:20:\"@entity using @field\";b:1;s:51:\"Relate each @entity with a @field set to the image.\";b:1;s:11:\"!field_name\";b:1;s:51:\"@entity referencing @target_entity from !field_name\";b:1;s:18:\"Referencing entity\";b:1;s:50:\"Relate each @entity with a @field set to the term.\";b:1;s:50:\"Relate each @entity with a @field set to the file.\";b:1;s:20:\"Term ID (translated)\";b:1;s:32:\"The translated taxonomy term ID.\";b:1;s:17:\"Term (translated)\";b:1;s:17:\"Name (translated)\";b:1;s:34:\"The translated taxonomy term name.\";b:1;s:30:\"Translated taxonomy term name.\";b:1;s:29:\"Term description (translated)\";b:1;s:59:\"The translated description associated with a taxonomy term.\";b:1;s:28:\"The language the term is in.\";b:1;s:35:\"Taxonomy terms on node (translated)\";b:1;s:31:\"All taxonomy terms (translated)\";b:1;s:45:\"Has taxonomy term ID (with depth, translated)\";b:1;s:43:\"Has taxonomy terms (with depth, translated)\";b:1;s:33:\"Has taxonomy term ID (translated)\";b:1;s:30:\"Has taxonomy term (translated)\";b:1;s:31:\"The language the content is in.\";b:1;s:26:\"OG membership from @entity\";b:1;s:53:\"The OG membership associated with the @entity entity.\";b:1;s:32:\"OG membership from @entity group\";b:1;s:51:\"The OG membership associated with the @entity group\";b:1;s:26:\"@entity from OG membership\";b:1;s:61:\"The @entity entity that is associated with the OG membership.\";b:1;s:32:\"Group @entity from OG membership\";b:1;s:60:\"The @entity group that is associated with the OG membership.\";b:1;s:16:\"Group user roles\";b:1;s:48:\"Show all the roles a user belongs to in a group.\";b:1;s:17:\"Group permissions\";b:1;s:28:\"Filter by group permissions.\";b:1;s:22:\"Taxonomy terms on node\";b:1;s:4:\"term\";b:1;s:18:\"All taxonomy terms\";b:1;s:33:\"Has taxonomy term ID (with depth)\";b:1;s:31:\"Has taxonomy terms (with depth)\";b:1;s:35:\"Has taxonomy term ID depth modifier\";b:1;s:19:\"Content translation\";b:1;s:23:\"Translation set node ID\";b:1;s:53:\"The ID of the translation set the content belongs to.\";b:1;s:18:\"Source translation\";b:1;s:49:\"The source that this content was translated from.\";b:1;s:12:\"Translations\";b:1;s:43:\"Versions of content in different languages.\";b:1;s:16:\"Node translation\";b:1;s:17:\"Child translation\";b:1;s:54:\"Content that is a translation of a source translation.\";b:1;s:18:\"Translation status\";b:1;s:8:\"Outdated\";b:1;s:14:\"Translate link\";b:1;s:44:\"Provide a simple link to translate the node.\";b:1;s:15:\"Bulk operations\";b:1;s:57:\"Provide a checkbox to select the row for bulk operations.\";b:1;s:62:\"Renders a single entity in a specific view mode (e.g. teaser).\";b:1;s:23:\"Entity Reference Source\";b:1;s:21:\"Entity Reference list\";b:1;s:13:\"Inline fields\";b:1;s:46:\"Displays the fields with an optional template.\";b:1;s:26:\"Internationalization Views\";b:1;s:69:\"Use the locale system as implemented by the Views translation module.\";b:1;s:20:\"Taxonomy term (i18n)\";b:1;s:38:\"Use the locale to interpret arguments.\";b:1;s:44:\"Display the content with standard node view.\";b:1;s:19:\"Content ID from URL\";b:1;s:35:\"The OG groups of the logged in user\";b:1;s:29:\"Current OG group from context\";b:1;s:13:\"OG permission\";b:1;s:25:\"Taxonomy term ID from URL\";b:1;s:41:\"Display the user with standard user view.\";b:1;s:16:\"User ID from URL\";b:1;s:27:\"User ID from logged in user\";b:1;s:9:\"Slideshow\";s:9:\"Slideshow\";s:35:\"Display the results as a slideshow.\";b:1;s:6:\"Master\";b:1;s:31:\"Default settings for this view.\";b:1;s:4:\"Page\";b:1;s:54:\"Display the view as a page, with a URL and menu links.\";b:1;s:28:\"Display the view as a block.\";b:1;s:10:\"Attachment\";b:1;s:4:\"Feed\";b:1;s:48:\"Display the view as a feed, such as an RSS feed.\";b:1;s:5:\"Embed\";b:1;s:60:\"Provide a display which can be embedded using the views api.\";b:1;s:22:\"Empty display extender\";b:1;s:16:\"Unformatted list\";b:1;s:32:\"Displays rows one after another.\";b:1;s:9:\"HTML list\";b:1;s:30:\"Displays rows as an HTML list.\";b:1;s:24:\"Displays rows in a grid.\";b:1;s:5:\"Table\";b:1;s:25:\"Displays rows in a table.\";b:1;s:4:\"List\";b:1;s:39:\"Displays the default summary as a list.\";b:1;s:8:\"RSS Feed\";b:1;s:34:\"Generates an RSS feed from a view.\";b:1;s:6:\"Fields\";b:1;s:28:\"Display fields as RSS items.\";b:1;s:11:\"Fixed value\";b:1;s:8:\"PHP Code\";b:1;s:18:\"Raw value from URL\";b:1;s:7:\"Numeric\";b:1;s:4:\"None\";s:5:\"Aucun\";s:31:\"Will be available to all users.\";b:1;s:4:\"Role\";b:1;s:64:\"Access will be granted to users with any of the specified roles.\";b:1;s:69:\"Access will be granted to users with the specified permission string.\";b:1;s:9:\"SQL Query\";b:1;s:62:\"Query will be generated and run using the Drupal database API.\";b:1;s:25:\"No caching of Views data.\";b:1;s:10:\"Time-based\";b:1;s:34:\"Simple time-based caching of data.\";b:1;s:5:\"Basic\";b:1;s:18:\"Basic exposed form\";b:1;s:14:\"Input required\";b:1;s:73:\"An exposed form that only renders a view if the form contains user input.\";b:1;s:17:\"Display all items\";b:1;s:43:\"Display all items that this view might find\";b:1;s:35:\"Display a specified number of items\";b:1;s:57:\"Display a limited number items that this view might find.\";b:1;s:24:\"Paged output, full pager\";b:1;s:4:\"Full\";b:1;s:31:\"Paged output, full Drupal style\";b:1;s:24:\"Paged output, mini pager\";b:1;s:4:\"Mini\";b:1;s:26:\"Use the mini pager output.\";b:1;s:42:\"Do not pass admin strings for translation.\";b:1;s:4:\"Core\";b:1;s:9:\"Jump menu\";b:1;s:13:\"Node template\";b:1;s:21:\"User profile template\";b:1;s:12:\"Custom pages\";b:1;s:17:\"Create a new page\";b:1;s:7:\"Storage\";b:1;s:18:\"User Edit Template\";b:1;s:18:\"User edit template\";b:1;s:18:\"Node add/edit form\";b:1;s:22:\"Taxonomy term template\";b:1;s:8:\"Settings\";b:1;s:54:\"Edit name, path and other basic settings for the page.\";b:1;s:4:\"Home\";s:7:\"Accueil\";s:11:\"Development\";b:1;s:9:\"Languages\";b:1;s:12:\"You are here\";b:1;s:14:\"Status message\";b:1;s:13:\"Error message\";b:1;s:15:\"Warning message\";b:1;s:16:\"!title !required\";b:1;s:0:\"\";b:1;s:6:\"Header\";b:1;s:14:\"Navigation bar\";b:1;s:11:\"Highlighted\";b:1;s:6:\"Footer\";b:1;s:9:\"Main menu\";b:1;s:10:\"Management\";b:1;s:10:\"Navigation\";b:1;s:9:\"User menu\";b:1;s:6:\"Normal\";b:1;s:4:\"more\";b:1;s:10:\"Overridden\";b:1;s:5:\"Views\";b:1;s:18:\"Views translation.\";b:1;s:57:\"Configurable fields descriptions, defaults, options, etc.\";b:1;s:10:\"Node types\";b:1;s:45:\"Content type names, descriptions, help texts.\";b:1;s:4:\"Menu\";b:1;s:47:\"Translatable menu items: title and description.\";b:1;s:8:\"Taxonomy\";b:1;s:62:\"Vocabulary titles and term names for localizable vocabularies.\";b:1;s:6:\"Blocks\";b:1;s:39:\"Configurable blocks titles and content.\";b:1;s:6:\"fields\";b:1;s:5:\"Field\";b:1;s:5:\"field\";b:1;s:18:\"Contextual filters\";b:1;s:18:\"contextual filters\";b:1;s:17:\"Contextual filter\";b:1;s:17:\"contextual filter\";b:1;s:13:\"Sort criteria\";b:1;s:13:\"sort criteria\";b:1;s:14:\"Sort criterion\";b:1;s:14:\"sort criterion\";b:1;s:15:\"Filter criteria\";b:1;s:15:\"filter criteria\";b:1;s:16:\"Filter criterion\";b:1;s:16:\"filter criterion\";b:1;s:13:\"Relationships\";b:1;s:13:\"relationships\";b:1;s:12:\"Relationship\";b:1;s:6:\"header\";b:1;s:6:\"footer\";b:1;s:19:\"No results behavior\";b:1;s:19:\"no results behavior\";b:1;s:6:\"Images\";b:1;s:4:\"True\";s:4:\"Vrai\";s:7:\"Options\";b:1;s:9:\"Is one of\";b:1;s:2:\"in\";b:1;s:1:\"=\";b:1;s:13:\"Is not one of\";b:1;s:6:\"not in\";b:1;s:2:\"<>\";b:1;s:13:\"Untitled skin\";b:1;s:5:\"Pager\";b:1;s:8:\"Controls\";b:1;s:13:\"Slide Counter\";b:1;s:14:\"Field instance\";b:1;s:13:\"Default value\";b:1;s:9:\"Node type\";b:1;s:11:\"Title label\";b:1;s:9:\"Help text\";b:1;s:4:\"menu\";b:1;s:10:\"menu items\";b:1;s:10:\"vocabulary\";b:1;s:5:\"terms\";b:1;s:4:\"Body\";b:1;s:5:\"Apply\";b:1;s:5:\"Reset\";b:1;s:7:\"Sort by\";b:1;s:3:\"Asc\";b:1;s:4:\"Desc\";b:1;s:5:\"Cycle\";b:1;s:23:\"Limit allowed HTML tags\";b:1;s:23:\"Convert URLs into links\";b:1;s:35:\"Correct faulty and chopped off HTML\";b:1;s:30:\"Display any HTML as plain text\";b:1;s:28:\"Convert Media tags to markup\";b:1;s:13:\"PHP evaluator\";b:1;s:9:\"Translate\";b:1;s:10:\"User login\";b:1;s:8:\"Username\";s:14:\"Nom d’usager\";s:8:\"Password\";s:12:\"Mot de passe\";s:6:\"Log in\";b:1;s:18:\"Create new account\";s:26:\"Créer une nouvelle compte\";s:26:\"Create a new user account.\";b:1;s:20:\"Request new password\";b:1;s:32:\"Request new password via e-mail.\";s:40:\"Demandez votre mot de passe par courriel\";s:18:\"Username or e-mail\";s:37:\"Nom d’usager et adresse de courriel\";s:9:\"username:\";s:13:\"Utilisateur :\";s:9:\"password:\";s:14:\"Mot de passe :\";s:5:\"Login\";s:9:\"Connexion\";s:23:\"This field is required.\";b:1;s:21:\"Forgot your password?\";s:27:\"Oublié votre mot de passe?\";s:23:\"Enter your @s username.\";b:1;s:50:\"Enter the password that accompanies your username.\";b:1;s:26:\"Username or e-mail address\";s:37:\"Nom d’usager et adresse de courriel\";s:72:\"You may login with either your assigned username or your e-mail address.\";b:1;s:37:\"The password field is case sensitive.\";b:1;s:14:\"E-mail address\";s:19:\"Adresse de courriel\";s:18:\"authenticated user\";b:1;s:26:\"Notify user of new account\";b:1;s:18:\"Signature settings\";b:1;s:70:\"Your signature will be publicly displayed at the end of your comments.\";b:1;s:14:\"Delete picture\";b:1;s:46:\"Check this box to delete your current picture.\";b:1;s:14:\"Upload picture\";b:1;s:8:\"- None -\";b:1;s:22:\"Weight for row @number\";b:1;s:16:\"Add another item\";b:1;s:7:\"English\";s:7:\"Anglais\";s:6:\"French\";s:9:\"Français\";s:17:\"Language settings\";b:1;s:22:\"Confirm e-mail address\";s:33:\"Confirmer l’adresse de courriel\";s:61:\"Please re-type your e-mail address to confirm it is accurate.\";b:1;s:13:\"Show End Date\";b:1;s:3:\"Jan\";b:1;s:3:\"Feb\";b:1;s:3:\"Mar\";b:1;s:3:\"Apr\";b:1;s:3:\"May\";b:1;s:3:\"Jun\";b:1;s:3:\"Jul\";b:1;s:3:\"Aug\";b:1;s:3:\"Sep\";b:1;s:3:\"Oct\";b:1;s:3:\"Nov\";b:1;s:3:\"Dec\";b:1;s:22:\"You are not logged in.\";b:1;s:17:\"I have an account\";b:1;s:27:\"I want to create an account\";b:1;s:13:\"@count months\";b:1;s:4:\"View\";s:9:\"Visionner\";s:7:\"Account\";b:1;s:5:\"Devel\";b:1;s:12:\"Compose tips\";b:1;s:10:\"My Profile\";b:1;s:12:\"File display\";b:1;s:3:\"Wed\";b:1;s:6:\"Delete\";s:9:\"Supprimez\";s:13:\"Content types\";b:1;s:5:\"Menus\";b:1;s:9:\"Variables\";b:1;s:5:\"Paths\";b:1;s:16:\"Site information\";b:1;s:8:\"Webforms\";b:1;s:4:\"text\";b:1;s:4:\"date\";b:1;s:9:\"URL alias\";b:1;s:56:\"The source node for this current node\'s translation set.\";b:1;s:60:\"The explanation of the most recent changes made to the node.\";b:1;s:29:\"The content type of the node.\";b:1;s:32:\"Tokens related to content types.\";b:1;s:29:\"The name of the content type.\";b:1;s:53:\"The unique machine-readable name of the content type.\";b:1;s:45:\"The optional description of the content type.\";b:1;s:50:\"The number of nodes belonging to the content type.\";b:1;s:40:\"The URL of the content type\'s edit page.\";b:1;s:41:\"The URL of the taxonomy term\'s edit page.\";b:1;s:7:\"Parents\";b:1;s:59:\"An array of all the term\'s parents, starting with the root.\";b:1;s:9:\"Root term\";b:1;s:35:\"The root term of the taxonomy term.\";b:1;s:51:\"The unique machine-readable name of the vocabulary.\";b:1;s:38:\"The URL of the vocabulary\'s edit page.\";b:1;s:9:\"Base name\";b:1;s:26:\"The base name of the file.\";b:1;s:14:\"File byte size\";b:1;s:31:\"The size of the file, in bytes.\";b:1;s:24:\"Account cancellation URL\";b:1;s:56:\"The URL of the confirm delete page for the user account.\";b:1;s:18:\"One-time login URL\";b:1;s:56:\"The URL of the one-time login page for the user account.\";b:1;s:48:\"The user roles associated with the user account.\";b:1;s:10:\"IP address\";b:1;s:10:\"Menu links\";b:1;s:29:\"Tokens related to menu links.\";b:1;s:7:\"Link ID\";b:1;s:31:\"The unique ID of the menu link.\";b:1;s:27:\"The title of the menu link.\";b:1;s:25:\"The URL of the menu link.\";b:1;s:23:\"The menu link\'s parent.\";b:1;s:64:\"An array of all the menu link\'s parents, starting with the root.\";b:1;s:4:\"Root\";b:1;s:21:\"The menu link\'s root.\";b:1;s:43:\"Tokens related to the current page request.\";b:1;s:30:\"The title of the current page.\";b:1;s:28:\"The URL of the current page.\";b:1;s:11:\"Page number\";b:1;s:61:\"The page number of the current page when viewing paged lists.\";b:1;s:18:\"Query string value\";b:1;s:63:\"The value of a specific query string field of the current page.\";b:1;s:23:\"Tokens related to URLs.\";b:1;s:30:\"The path component of the URL.\";b:1;s:12:\"Relative URL\";b:1;s:17:\"The relative URL.\";b:1;s:12:\"Absolute URL\";b:1;s:17:\"The absolute URL.\";b:1;s:9:\"Brief URL\";b:1;s:52:\"The URL without the protocol and trailing backslash.\";b:1;s:13:\"Unaliased URL\";b:1;s:18:\"The unaliased URL.\";b:1;s:9:\"Arguments\";b:1;s:5:\"Array\";b:1;s:36:\"Tokens related to arrays of strings.\";b:1;s:5:\"First\";b:1;s:31:\"The first element of the array.\";b:1;s:4:\"Last\";b:1;s:30:\"The last element of the array.\";b:1;s:5:\"Count\";b:1;s:36:\"The number of elements in the array.\";b:1;s:8:\"Reversed\";b:1;s:19:\"The array reversed.\";b:1;s:4:\"Keys\";b:1;s:31:\"The array of keys of the array.\";b:1;s:8:\"Imploded\";b:1;s:32:\"The specific value of the array.\";b:1;s:31:\"A random number from 0 to @max.\";b:1;s:4:\"Hash\";b:1;s:64:\"A random hash. The possible hashing algorithms are: @hash-algos.\";b:1;s:17:\"Date field values\";b:1;s:36:\"Tokens related to date field values.\";b:1;s:15:\"The date value.\";b:1;s:8:\"End Date\";b:1;s:19:\"The End date value.\";b:1;s:12:\"Validate URL\";b:1;s:66:\"The URL of the account validation page, provided by logintoboggan.\";b:1;s:24:\"Tokens related to menus.\";b:1;s:21:\"The name of the menu.\";b:1;s:45:\"The unique machine-readable name of the menu.\";b:1;s:37:\"The optional description of the menu.\";b:1;s:15:\"Menu link count\";b:1;s:47:\"The number of menu links belonging to the menu.\";b:1;s:32:\"The URL of the menu\'s edit page.\";b:1;s:26:\"The menu of the menu link.\";b:1;s:37:\"The URL of the menu link\'s edit page.\";b:1;s:28:\"The menu link for this node.\";b:1;s:55:\"Tokens related to individual content items, or \"nodes\".\";b:1;s:10:\"Content ID\";b:1;s:45:\"The unique ID of the content item, or \"node\".\";b:1;s:44:\"The unique ID of the node\'s latest revision.\";b:1;s:18:\"Translation set ID\";b:1;s:17:\"Content type name\";b:1;s:41:\"The human-readable name of the node type.\";b:1;s:31:\"The main body text of the node.\";b:1;s:41:\"The summary of the node\'s main body text.\";b:1;s:59:\"Tokens for site-wide settings and other global information.\";b:1;s:5:\"Dates\";b:1;s:34:\"Tokens related to times and dates.\";b:1;s:33:\"Tokens related to uploaded files.\";b:1;s:11:\"URL (brief)\";b:1;s:54:\"The URL of the site\'s front page without the protocol.\";b:1;s:12:\"Short format\";b:1;s:33:\"A date in \'short\' format. (%date)\";b:1;s:13:\"Medium format\";b:1;s:3:\"Mon\";b:1;s:34:\"A date in \'medium\' format. (%date)\";b:1;s:11:\"Long format\";b:1;s:32:\"A date in \'long\' format. (%date)\";b:1;s:13:\"Custom format\";b:1;s:21:\"the PHP documentation\";b:1;s:53:\"A date in a custom format. See !php-date for details.\";b:1;s:10:\"Time-since\";b:1;s:12:\"@count years\";b:1;s:38:\"A date in \'time-since\' format. (%date)\";b:1;s:13:\"Raw timestamp\";b:1;s:39:\"A date in UNIX timestamp format (%date)\";b:1;s:49:\"The location of the file relative to Drupal root.\";b:1;s:33:\"Tokens related to taxonomy terms.\";b:1;s:12:\"Vocabularies\";b:1;s:40:\"Tokens related to taxonomy vocabularies.\";b:1;s:52:\"The parent term of the taxonomy term, if one exists.\";b:1;s:43:\"Tokens related to individual user accounts.\";b:1;s:12:\"Current user\";b:1;s:47:\"Tokens related to the currently logged in user.\";b:1;s:33:\"The URL of the account edit page.\";b:1;s:27:\"Tokens for variable values.\";b:1;s:11:\"Joined path\";b:1;s:16:\"Name (localized)\";b:1;s:23:\"Description (localized)\";b:1;s:22:\"Vocabulary (localized)\";b:1;s:23:\"Parent term (localized)\";b:1;s:24:\"Tokens related to views.\";b:1;s:36:\"The human-readable name of the view.\";b:1;s:28:\"The description of the view.\";b:1;s:38:\"The machine-readable name of the view.\";b:1;s:41:\"The title of current display of the view.\";b:1;s:20:\"The URL of the view.\";b:1;s:44:\"Tokens related to the current date and time.\";b:1;s:16:\"Original @entity\";b:1;s:67:\"The original @entity data if the @entity is being updated or saved.\";b:1;s:2:\"am\";b:1;s:33:\"A date in \'@type\' format. (%date)\";b:1;s:60:\"The following properties may be appended to the token: @keys\";b:1;s:17:\"List of @entities\";b:1;s:39:\"Tokens related to the \"@name\" entities.\";b:1;s:23:\"@type with delta @delta\";b:1;s:20:\"List of @type values\";b:1;s:33:\"Tokens for lists of @type values.\";b:1;s:12:\"Main menu FR\";b:1;s:14:\"Page not found\";b:1;s:46:\"The requested page \"@path\" could not be found.\";b:1;s:13:\"Access denied\";b:1;s:43:\"You are not authorized to access this page.\";b:1;s:29:\"the menu selected by the page\";b:1;s:7:\"Tuesday\";b:1;s:9:\"Wednesday\";b:1;s:8:\"Thursday\";b:1;s:6:\"Friday\";b:1;s:3:\"PHP\";b:1;s:7:\"Country\";b:1;s:7:\"Subject\";b:1;s:2:\"pm\";b:1;s:15:\"Publish content\";b:1;s:17:\"Unpublish content\";b:1;s:19:\"Make content sticky\";b:1;s:21:\"Make content unsticky\";b:1;s:29:\"Promote content to front page\";b:1;s:30:\"Remove content from front page\";b:1;s:28:\"Change the author of content\";b:1;s:12:\"Save content\";b:1;s:39:\"Unpublish content containing keyword(s)\";b:1;s:12:\"(Choose one)\";s:15:\"(Choissisez un)\";s:7:\"(Month)\";s:6:\"(mois)\";s:5:\"(Day)\";s:6:\"(jour)\";s:6:\"(Year)\";s:8:\"(année)\";s:10:\"User Roles\";b:1;s:13:\"Select a role\";b:1;s:17:\"Create an Account\";s:17:\"Créer une compte\";s:3:\"Fri\";b:1;s:7:\"Address\";b:1;s:14:\"Address field.\";b:1;s:14:\"Postal address\";b:1;s:20:\"Dynamic address form\";b:1;s:10:\"City/State\";b:1;s:8:\"One line\";b:1;s:5:\"State\";b:1;s:18:\"Address components\";b:1;s:3:\"Tue\";b:1;s:13:\"Address field\";b:1;s:37:\"An address associated with an entity.\";b:1;s:9:\"Full name\";b:1;s:10:\"First name\";b:1;s:9:\"Last name\";b:1;s:7:\"Company\";b:1;s:43:\"Administrative area (i.e. State / Province)\";b:1;s:23:\"Sub administrative area\";b:1;s:20:\"Locality (i.e. City)\";b:1;s:18:\"Dependent locality\";b:1;s:11:\"Postal code\";b:1;s:34:\"Thoroughfare (i.e. Street address)\";b:1;s:39:\"Premise (i.e. Apartment / Suite number)\";b:1;s:17:\"Formatted address\";b:1;s:27:\"The full formatted address.\";b:1;s:17:\"Text-only address\";b:1;s:52:\"The full address with line breaks but no formatting.\";b:1;s:11:\"City, State\";b:1;s:32:\"@administrative_area (full name)\";b:1;s:41:\"The full name of the @administrative_area\";b:1;s:20:\"@country (full name)\";b:1;s:29:\"The full name of the @country\";b:1;s:54:\"Provide a password for the new account in both fields.\";s:68:\"Fournir un mot de passe pour le nouveau compte dans les deux champs.\";s:45:\"Password must be at least %length characters.\";s:58:\"Le mot de passe doit compter au moins %length caractères.\";s:16:\"Confirm password\";s:25:\"Confirmer le mot de passe\";s:18:\"Password strength:\";s:23:\"Force du mot de passe :\";s:31:\"To make your password stronger:\";s:35:\"Pour renforcer votre mot de passe :\";s:29:\"Make it at least 6 characters\";s:49:\"S’assurer qu’il compte au moins 6 caractères\";s:21:\"Add lowercase letters\";s:33:\"Ajouter des lettres en minuscules\";s:21:\"Add uppercase letters\";s:33:\"Ajouter des lettres en majuscules\";s:11:\"Add numbers\";s:20:\"Ajouter des chiffres\";s:15:\"Add punctuation\";s:33:\"Ajouter des signes de ponctuation\";s:36:\"Make it different from your username\";b:1;s:3:\"yes\";b:1;s:2:\"no\";b:1;s:4:\"Weak\";s:6:\"Faible\";s:4:\"Fair\";s:5:\"Moyen\";s:4:\"Good\";s:3:\"Bon\";s:6:\"Strong\";s:4:\"Fort\";s:16:\"Passwords match:\";b:1;s:8:\"Operator\";b:1;s:3:\"Thu\";b:1;s:13:\"Group content\";b:1;s:11:\"Target type\";b:1;s:10:\"Identifier\";b:1;s:11:\"Is equal to\";b:1;s:15:\"Is not equal to\";b:1;s:2:\"!=\";b:1;s:8:\"Contains\";b:1;s:8:\"contains\";b:1;s:17:\"Contains any word\";b:1;s:8:\"has word\";b:1;s:18:\"Contains all words\";b:1;s:7:\"has all\";b:1;s:11:\"Starts with\";b:1;s:6:\"begins\";b:1;s:19:\"Does not start with\";b:1;s:10:\"not_begins\";b:1;s:9:\"Ends with\";b:1;s:4:\"ends\";b:1;s:17:\"Does not end with\";b:1;s:8:\"not_ends\";b:1;s:16:\"Does not contain\";b:1;s:4:\"!has\";b:1;s:22:\"Length is shorter than\";b:1;s:12:\"shorter than\";b:1;s:21:\"Length is longer than\";b:1;s:11:\"longer than\";b:1;s:18:\"Regular expression\";b:1;s:5:\"regex\";b:1;s:18:\"- Select a value -\";b:1;s:58:\"Display the view as replacement for an existing menu path.\";b:1;s:19:\"E-mail new password\";b:1;s:19:\"Rules configuration\";b:1;s:12:\"Webform data\";b:1;s:45:\"Tokens related to data submitted by webforms.\";b:1;s:13:\"Submission Id\";b:1;s:40:\"The unique identifier of the submission.\";b:1;s:14:\"Submitted data\";b:1;s:27:\"The submitted webform data.\";b:1;s:18:\"Raw submitted data\";b:1;s:38:\"The unfiltered submitted webform data.\";b:1;s:15:\"Component title\";b:1;s:56:\"The title of the selected component, e.g. \"email-title\".\";b:1;s:15:\"Component value\";b:1;s:56:\"The value of the selected component, e.g. \"email-value\".\";b:1;s:23:\"Component value as html\";b:1;s:19:\"Raw component value\";b:1;s:17:\"Component display\";b:1;s:64:\"Title and value of the selected component, e.g. \"email-display\".\";b:1;s:25:\"Component display as html\";b:1;s:18:\"watchdog log entry\";b:1;s:42:\"The category to which this message belongs\";b:1;s:8:\"Severity\";b:1;s:11:\"Request uri\";b:1;s:34:\"An associated, HTML formatted link\";b:1;s:10:\"text token\";b:1;s:14:\"formatted text\";b:1;s:14:\"decimal number\";b:1;s:7:\"integer\";b:1;s:8:\"duration\";b:1;s:11:\"truth value\";b:1;s:3:\"URI\";b:1;s:12:\"list of text\";b:1;s:15:\"list of integer\";b:1;s:19:\"list of text tokens\";b:1;s:10:\"any entity\";b:1;s:25:\"list of @type_label items\";b:1;s:18:\"Condition set (OR)\";b:1;s:19:\"Condition set (AND)\";b:1;s:10:\"Action set\";b:1;s:4:\"Rule\";b:1;s:8:\"Rule set\";b:1;s:25:\"User has group permission\";b:1;s:28:\"The permission to check for.\";b:1;s:49:\"The group for which permission should be checked.\";b:1;s:20:\"User is group member\";b:1;s:17:\"Membership states\";b:1;s:18:\"Entity is in group\";b:1;s:20:\"Group content entity\";b:1;s:40:\"The group content which will be checked.\";b:1;s:15:\"Entity is group\";b:1;s:23:\"Entity is group content\";b:1;s:46:\"Check number of results returned by a VBO View\";b:1;s:16:\"View and display\";b:1;s:49:\"Select the VBO view and display you want to check\";b:1;s:25:\"Minimum number of results\";b:1;s:21:\"Views Bulk Operations\";b:1;s:16:\"Webform has name\";b:1;s:33:\"The form id of the submitted form\";b:1;s:37:\"The name of the webform to check for.\";b:1;s:26:\"Content is webform-enabled\";b:1;s:22:\"The content to verify.\";b:1;s:50:\"This condition verifies a node contains a webform.\";b:1;s:15:\"Data comparison\";b:1;s:15:\"Data to compare\";b:1;s:24:\"The comparison operator.\";b:1;s:10:\"Data value\";b:1;s:35:\"The value to compare the data with.\";b:1;s:19:\"Data value is empty\";b:1;s:13:\"Data to check\";b:1;s:18:\"List contains item\";b:1;s:4:\"Item\";b:1;s:22:\"The item to check for.\";b:1;s:15:\"Text comparison\";b:1;s:13:\"Matching text\";b:1;s:20:\"Comparison operation\";b:1;s:18:\"regular expression\";b:1;s:13:\"Entity is new\";b:1;s:57:\"Specifies the entity for which to evaluate the condition.\";b:1;s:8:\"Entities\";b:1;s:16:\"Entity has field\";b:1;s:35:\"The name of the field to check for.\";b:1;s:17:\"Entity is of type\";b:1;s:29:\"The entity type to check for.\";b:1;s:19:\"Entity is of bundle\";b:1;s:31:\"The type of the checked entity.\";b:1;s:13:\"Entity bundle\";b:1;s:69:\"The condition is met if the entity is of one of the selected bundles.\";b:1;s:21:\"User has field access\";b:1;s:10:\"Field name\";b:1;s:16:\"Access operation\";b:1;s:18:\"Content is of type\";b:1;s:33:\"The content type(s) to check for.\";b:1;s:20:\"Content is published\";b:1;s:17:\"Content is sticky\";b:1;s:32:\"Content is promoted to frontpage\";b:1;s:16:\"User has role(s)\";b:1;s:11:\"Match roles\";b:1;s:15:\"User is blocked\";b:1;s:10:\"Components\";b:1;s:23:\"Execute custom PHP code\";b:1;s:8:\"PHP code\";b:1;s:18:\"Path has URL alias\";b:1;s:20:\"Existing system path\";b:1;s:59:\"If specified, the language for which the URL alias applies.\";b:1;s:16:\"URL alias exists\";b:1;s:37:\"Get group members from group audience\";b:1;s:49:\"The group content determining the group audience.\";b:1;s:21:\"List of group members\";b:1;s:38:\"Get group managers from group audience\";b:1;s:22:\"List of group managers\";b:1;s:30:\"Get group content from a group\";b:1;s:37:\"The group for which to fetch content.\";b:1;s:54:\"The entity type of the content which is to be fetched.\";b:1;s:19:\"Add entity to group\";b:1;s:50:\"The group content which is to be added to a group.\";b:1;s:24:\"Remove entity from group\";b:1;s:47:\"The entity which is to be removed from a group.\";b:1;s:23:\"Subscribe user to group\";b:1;s:32:\"The user who will be subscribed.\";b:1;s:27:\"Unsubscribe user from group\";b:1;s:34:\"The user who will be unsubscribed.\";b:1;s:46:\"Load a list of entity objects from a VBO View.\";b:1;s:71:\"Select the view and display you want to use to\n          create a list.\";b:1;s:18:\"A list of entities\";b:1;s:42:\"Load a list of entity ids from a VBO View.\";b:1;s:20:\"A list of entity ids\";b:1;s:23:\"A webform-enabled node.\";b:1;s:25:\"List of webforms to open.\";b:1;s:13:\"Open webforms\";b:1;s:14:\"Close webforms\";b:1;s:25:\"Fetch webform submissions\";b:1;s:30:\"webform_rules_submissions_load\";b:1;s:54:\"The ID of the webform node to load the submission for.\";b:1;s:13:\"Submission ID\";b:1;s:19:\"Fetched submissions\";b:1;s:34:\"The name of the webforms to close.\";b:1;s:16:\"Set a data value\";b:1;s:44:\"The new value to set for the specified data.\";b:1;s:17:\"Calculate a value\";b:1;s:13:\"Input value 1\";b:1;s:42:\"The first input value for the calculation.\";b:1;s:25:\"The calculation operator.\";b:1;s:13:\"Input value 2\";b:1;s:23:\"The second input value.\";b:1;s:18:\"Calculation result\";b:1;s:21:\"Add an item to a list\";b:1;s:47:\"The data list, to which an item is to be added.\";b:1;s:11:\"Item to add\";b:1;s:18:\"Enforce uniqueness\";b:1;s:57:\"Only add the item to the list if it is not yet contained.\";b:1;s:15:\"Insert position\";b:1;s:26:\"Remove an item from a list\";b:1;s:49:\"The data list for which an item is to be removed.\";b:1;s:14:\"Item to remove\";b:1;s:14:\"Add a variable\";b:1;s:56:\"Specifies the type of the variable that should be added.\";b:1;s:54:\"Optionally, specify the initial value of the variable.\";b:1;s:14:\"Added variable\";b:1;s:17:\"Convert data type\";b:1;s:36:\"The data type to convert a value to.\";b:1;s:16:\"Value to convert\";b:1;s:17:\"Conversion result\";b:1;s:18:\"Fetch entity by id\";b:1;s:52:\"Specifies the type of entity that should be fetched.\";b:1;s:14:\"Fetched entity\";b:1;s:24:\"Fetch entity by property\";b:1;s:56:\"Specifies the type of the entity that should be fetched.\";b:1;s:8:\"Property\";b:1;s:51:\"The property by which the entity is to be selected.\";b:1;s:47:\"The property value of the entity to be fetched.\";b:1;s:18:\"Limit result count\";b:1;s:45:\"Limit the maximum number of fetched entities.\";b:1;s:19:\"Create a new entity\";b:1;s:56:\"Specifies the type of the entity that should be created.\";b:1;s:14:\"Created entity\";b:1;s:11:\"Save entity\";b:1;s:56:\"Specifies the entity, which should be saved permanently.\";b:1;s:24:\"Force saving immediately\";b:1;s:13:\"Delete entity\";b:1;s:58:\"Specifies the entity, which should be deleted permanently.\";b:1;s:26:\"Show a message on the site\";b:1;s:7:\"Message\";b:1;s:12:\"Message type\";b:1;s:14:\"Repeat message\";b:1;s:13:\"Page redirect\";b:1;s:14:\"Force redirect\";b:1;s:28:\"Append destination parameter\";b:1;s:14:\"Set breadcrumb\";b:1;s:6:\"Titles\";b:1;s:42:\"A list of titles for the breadcrumb links.\";b:1;s:9:\"Send mail\";b:1;s:2:\"To\";b:1;s:19:\"The mail\'s subject.\";b:1;s:24:\"The mail\'s message body.\";b:1;s:4:\"From\";b:1;s:73:\"If specified, the language used for getting the mail message and subject.\";b:1;s:32:\"Send mail to all users of a role\";b:1;s:53:\"Select the roles whose users should receive the mail.\";b:1;s:39:\"The user whose roles should be changed.\";b:1;s:13:\"Add user role\";b:1;s:16:\"Remove user role\";b:1;s:12:\"Block a user\";b:1;s:14:\"Unblock a user\";b:1;s:49:\"Enter PHP code without &lt;?php ?&gt; delimiters.\";b:1;s:30:\"Create or delete any URL alias\";b:1;s:70:\"Leave it empty to delete URL aliases pointing to the given path alias.\";b:1;s:71:\"Leave it empty to delete URL aliases pointing to the given system path.\";b:1;s:38:\"Create or delete a content\'s URL alias\";b:1;s:39:\"Leave it empty to delete the URL alias.\";b:1;s:44:\"Create or delete a taxonomy term\'s URL alias\";b:1;s:11:\"Debug value\";b:1;s:14:\"Value to debug\";b:1;s:17:\"Current list item\";b:1;s:41:\"Tokens related to %label Rules variables.\";b:1;s:26:\"The value of the variable.\";b:1;s:22:\"Better Exposed Filters\";b:1;s:57:\"Allow use of checkboxes/radio buttons for exposed filters\";b:1;s:43:\"PLAYfun Slider and Multiple Choice Question\";b:1;s:30:\"Slider and five radio buttons.\";b:1;s:24:\"PLAYself Multiple Choice\";b:1;s:21:\"Participant Dashboard\";b:1;s:29:\"Participant Dashboard FR menu\";b:1;s:7:\"Submenu\";b:1;s:10:\"Submenu FR\";b:1;s:16:\"Leader Dashboard\";b:1;s:19:\"Leader Dashboard FR\";b:1;s:16:\"Create New Group\";s:24:\"Créer un nouveau groupe\";s:18:\"View My Scoresheet\";b:1;s:23:\"Joined path using alias\";b:1;s:71:\"Joins the path of all parents, and uses the alias instead of the title.\";b:1;s:13:\"Why register?\";s:24:\"Pourquoi vous inscrire ?\";s:11:\"Menu parent\";b:1;s:22:\"Select the menu parent\";b:1;s:12:\"Menu options\";b:1;s:26:\"Select the available menus\";b:1;s:28:\"Registered users login here:\";s:48:\"Si vous êtes déjà inscrit, connectez-vous ici\";s:11:\"Text Resize\";b:1;s:35:\"Learn about why you should register\";s:54:\"Les raisons pour lesquelles vous devriez vous inscrire\";s:17:\"Date de naissance\";b:1;s:9:\"PLAY Logo\";b:1;s:5:\"Width\";b:1;s:6:\"Height\";b:1;s:14:\"Content bottom\";b:1;s:8:\"Previous\";s:11:\"Précédent\";s:4:\"Next\";s:8:\"Prochain\";s:21:\"Field collection item\";b:1;s:23:\"Field collection @field\";b:1;s:22:\"The URL of the entity.\";b:1;s:11:\"Host entity\";b:1;s:49:\"The entity containing the field collection field.\";b:1;s:16:\"Field collection\";b:1;s:8:\"Embedded\";b:1;s:31:\"Links to field collection items\";b:1;s:22:\"Field collection items\";b:1;s:11:\"Fields only\";b:1;s:38:\"field collection item from !field_name\";b:1;s:36:\"Entity with the @field (@field_name)\";b:1;s:33:\"Relate each @entity using @field.\";b:1;s:15:\"Edit link title\";b:1;s:17:\"Delete link title\";b:1;s:14:\"Add link title\";b:1;s:22:\"!instance_label @count\";b:1;s:26:\"After saving a new @entity\";b:1;s:15:\"created @entity\";b:1;s:34:\"After updating an existing @entity\";b:1;s:15:\"updated @entity\";b:1;s:16:\"unchanged entity\";b:1;s:23:\"Before saving a @entity\";b:1;s:13:\"saved @entity\";b:1;s:24:\"After deleting a @entity\";b:1;s:15:\"deleted @entity\";b:1;s:17:\"@entity is viewed\";b:1;s:14:\"viewed @entity\";b:1;s:9:\"view mode\";b:1;s:24:\"The user\'s OG membership\";b:1;s:30:\"User has become a group member\";b:1;s:71:\"A user has become a group member, but might have been not yet approved.\";b:1;s:33:\"User membership has been approved\";b:1;s:32:\"User membership has been blocked\";b:1;s:32:\"User has been removed from group\";b:1;s:67:\"A user has been removed from group and is no longer a group member.\";b:1;s:39:\"After a webform has been saved as draft\";b:1;s:31:\"User, who submitted the webform\";b:1;s:16:\"The webform node\";b:1;s:26:\"The submitted webform data\";b:1;s:34:\"After a webform has been submitted\";b:1;s:43:\"After a submission draft has been submitted\";b:1;s:43:\"After a webform submission has been updated\";b:1;s:43:\"After a webform submission has been deleted\";b:1;s:24:\"After saving new content\";b:1;s:15:\"created content\";b:1;s:31:\"After updating existing content\";b:1;s:15:\"updated content\";b:1;s:17:\"unchanged content\";b:1;s:21:\"Before saving content\";b:1;s:13:\"saved content\";b:1;s:17:\"Content is viewed\";b:1;s:14:\"viewed content\";b:1;s:22:\"After deleting content\";b:1;s:15:\"deleted content\";b:1;s:22:\"Drupal is initializing\";b:1;s:36:\"Cron maintenance tasks are performed\";b:1;s:27:\"System log entry is created\";b:1;s:9:\"Log entry\";b:1;s:31:\"After saving a new user account\";b:1;s:15:\"registered user\";b:1;s:39:\"After updating an existing user account\";b:1;s:12:\"updated user\";b:1;s:14:\"unchanged user\";b:1;s:28:\"Before saving a user account\";b:1;s:10:\"saved user\";b:1;s:27:\"User account page is viewed\";b:1;s:11:\"viewed user\";b:1;s:37:\"After a user account has been deleted\";b:1;s:12:\"deleted user\";b:1;s:18:\"User has logged in\";b:1;s:14:\"logged in user\";b:1;s:19:\"User has logged out\";b:1;s:15:\"logged out user\";b:1;s:23:\"After saving a new term\";b:1;s:12:\"created term\";b:1;s:31:\"After updating an existing term\";b:1;s:12:\"updated term\";b:1;s:14:\"unchanged term\";b:1;s:29:\"Before saving a taxonomy term\";b:1;s:10:\"saved term\";b:1;s:21:\"After deleting a term\";b:1;s:12:\"deleted term\";b:1;s:29:\"After saving a new vocabulary\";b:1;s:18:\"created vocabulary\";b:1;s:37:\"After updating an existing vocabulary\";b:1;s:18:\"updated vocabulary\";b:1;s:20:\"unchanged vocabulary\";b:1;s:26:\"Before saving a vocabulary\";b:1;s:16:\"saved vocabulary\";b:1;s:27:\"After deleting a vocabulary\";b:1;s:18:\"deleted vocabulary\";b:1;s:9:\"Countries\";b:1;s:15:\"User role names\";b:1;s:71:\"The role names the user account is a member of as comma separated list.\";b:1;s:13:\"User role ids\";b:1;s:69:\"The role ids the user account is a member of as comma separated list.\";b:1;s:15:\"Web Property ID\";b:1;s:18:\"Honeypot rejection\";b:1;s:8:\"Honeypot\";b:1;s:60:\"Form ID of the form the user was disallowed from submitting.\";b:1;s:56:\"String indicating the reason the submission was blocked.\";b:1;s:22:\"Leave this field blank\";b:1;s:21:\"Caribbean Netherlands\";b:1;s:11:\"South Sudan\";b:1;s:12:\"Sint Maarten\";b:1;s:11:\"@field_name\";b:1;s:9:\"Revisions\";b:1;s:47:\"Provide a simple link to delete the membership.\";b:1;s:8:\"Messages\";b:1;s:30:\"Displays messages in the area.\";b:1;s:17:\"Fields comparison\";b:1;s:42:\"Compare database fields against eachother.\";b:1;s:55:\"Use fields comparison to filter the result of the view.\";b:1;s:23:\"OG role granted to user\";b:1;s:41:\"An OG role has been granted to this user.\";b:1;s:10:\"OG role ID\";b:1;s:27:\"The id of the OG user role.\";b:1;s:25:\"OG role revoked from user\";b:1;s:43:\"An OG role has been revoked from this user.\";b:1;s:60:\"Tokens related to address field values and their components.\";b:1;s:12:\"Country name\";b:1;s:29:\"The full name of the country.\";b:1;s:12:\"Country code\";b:1;s:32:\"The two letter ISO country code.\";b:1;s:41:\"Administrative area (i.e. State/Province)\";b:1;s:71:\"The administrative area value, expanded to the full name if applicable.\";b:1;s:31:\"Administrative area (raw value)\";b:1;s:34:\"The raw administrative area value.\";b:1;s:19:\"The locality value.\";b:1;s:22:\"The postal code value.\";b:1;s:23:\"The thoroughfare value.\";b:1;s:29:\"Premise (i.e. Street address)\";b:1;s:12:\"Organisation\";b:1;s:28:\"The organisation name value.\";b:1;s:35:\"The name line value of the address.\";b:1;s:21:\"The first name value.\";b:1;s:20:\"The last name value.\";b:1;s:31:\"Address formatted for MailChimp\";b:1;s:53:\"The full address formatted for import into MailChimp.\";b:1;s:19:\"User has group role\";b:1;s:11:\"Group roles\";b:1;s:13:\"Grant OG role\";b:1;s:39:\"The user who will be granted this role.\";b:1;s:14:\"Revoke OG role\";b:1;s:40:\"The user who will have the role revoked.\";b:1;s:33:\"Add the site\'s slogan as content.\";b:1;s:58:\"Remote videos hosted on the YouTube video-sharing website.\";b:1;s:29:\"The color of the color field.\";b:1;s:47:\"field collection item revision from !field_name\";b:1;s:18:\"The premise value.\";b:1;s:52:\"Sub Premise (i.e. Suite, Apartment, Floor, Unknown.)\";b:1;s:22:\"The sub premise value.\";b:1;s:10:\"IP Address\";b:1;s:21:\"List count comparison\";b:1;s:13:\"List to check\";b:1;s:41:\"The count to compare the data count with.\";b:1;s:16:\"Block IP address\";b:1;s:65:\"If not provided, the IP address of the current user will be used.\";b:1;s:19:\"Send account e-mail\";b:1;s:11:\"E-mail type\";b:1;s:51:\"Sub Premise (i.e. Suite, Apartment, Floor, Unknown.\";b:1;s:17:\"Date (ISO format)\";b:1;s:21:\"Date (Unix timestamp)\";b:1;s:24:\"Pre-selected color boxes\";b:1;s:28:\"Field collection host entity\";b:1;s:49:\"Tokens related to field collection host entities.\";b:1;s:16:\"Host entity type\";b:1;s:18:\"Host entity bundle\";b:1;s:14:\"Host entity ID\";b:1;s:20:\"Entity: @entity_type\";b:1;s:50:\"Host entity tokens when it is of type %entity_type\";b:1;s:24:\"User Role Fieldset Title\";b:1;s:53:\"The title of the fieldset that contains role options.\";b:1;s:15:\"User Role Title\";b:1;s:21:\"User Role Description\";b:1;s:35:\"Tokens related to field collection.\";b:1;s:46:\"The host entity of this field collection item.\";b:1;s:17:\"Type (translated)\";b:1;s:26:\"Sites (Physical locations)\";b:1;s:54:\"This field stores a country reference in the database.\";b:1;s:22:\"Countries by continent\";b:1;s:13:\"Official name\";b:1;s:16:\"ISO alpha-2 code\";b:1;s:16:\"ISO alpha-3 code\";b:1;s:18:\"ISO numeric-3 code\";b:1;s:9:\"Continent\";b:1;s:14:\"Continent code\";b:1;s:14:\"Continent name\";b:1;s:10:\"Country ID\";b:1;s:30:\"The country ID of the country.\";b:1;s:4:\"ISO2\";b:1;s:37:\"The ISO2 country code of the country.\";b:1;s:11:\"ISO2 - list\";b:1;s:4:\"ISO3\";b:1;s:37:\"The ISO3 country code of the country.\";b:1;s:11:\"ISO3 - list\";b:1;s:24:\"The name of the country.\";b:1;s:11:\"Name - list\";b:1;s:33:\"The official name of the country.\";b:1;s:20:\"Official name - list\";b:1;s:30:\"The continent of this country.\";b:1;s:16:\"Continent - list\";b:1;s:38:\"Whether or not the country is enabled.\";b:1;s:24:\"country from !field_name\";b:1;s:49:\"Provides access to all of the country properties.\";b:1;s:51:\"If you need more fields add a country relationship.\";b:1;s:39:\"Tokens related to individual countries.\";b:1;s:44:\"Tokens related to the sites default country.\";b:1;s:47:\"The unique internal database ID of the country.\";b:1;s:29:\"The @property of the country.\";b:1;s:34:\"The Continent code of the country.\";b:1;s:57:\"The name of the site, optionally links to the front page.\";b:1;s:10:\"User links\";b:1;s:34:\"User links of the referenced user.\";b:1;s:9:\"Term name\";b:1;s:31:\"The name of this taxonomy term.\";b:1;s:13:\"Comment links\";b:1;s:40:\"Comment links of the referenced comment.\";b:1;s:20:\"Comment created date\";b:1;s:44:\"The date the referenced comment was created.\";b:1;s:13:\"Version Count\";b:1;s:56:\"The total count of versions/revisions of a certain node.\";b:1;s:14:\"Dropdown links\";b:1;s:67:\"Displays fields in a dropdown list, like on the views listing page.\";b:1;s:17:\"Specific language\";b:1;s:51:\"Sort by a specific language that the content is in.\";b:1;s:45:\"Has taxonomy term ID with depth (using joins)\";b:1;s:43:\"Has taxonomy terms with depth (using joins)\";b:1;s:41:\"An <em>Image</em> file is a still visual.\";b:1;s:5:\"Video\";b:1;s:51:\"A <em>Video</em> file is a moving visual recording.\";b:1;s:5:\"Audio\";b:1;s:44:\"An <em>Audio</em> file is a sound recording.\";b:1;s:8:\"Document\";b:1;s:48:\"A <em>Document</em> file is written information.\";b:1;s:28:\"A field replacing file name.\";b:1;s:13:\"Download link\";b:1;s:65:\"Displays a link that will force the browser to download the file.\";b:1;s:20:\"Download [file:name]\";b:1;s:41:\"Render the file using an HTML5 audio tag.\";b:1;s:41:\"Render the file using an HTML5 video tag.\";b:1;s:37:\"Display a plain text URL to the file.\";b:1;s:9:\"File type\";b:1;s:21:\"The type of the file.\";b:1;s:67:\"The type of the file (for example, \"audio\", \"image\", \"video\", etc).\";b:1;s:11:\"Schema type\";b:1;s:50:\"Filter files by schema, such as public or private.\";b:1;s:8:\"Rendered\";b:1;s:41:\"Display the file in a specific view mode.\";b:1;s:41:\"Provide a simple link to the file entity.\";b:1;s:46:\"Provide a simple link to edit the file entity.\";b:1;s:48:\"Provide a simple link to delete the file entity.\";b:1;s:50:\"Provide a simple link to download the file entity.\";b:1;s:10:\"Usage link\";b:1;s:59:\"Provide a simple link to view the usage of the file entity.\";b:1;s:41:\"Display the file with standard file view.\";b:1;s:17:\"Media browser tab\";b:1;s:38:\"Display as a tab in the media browser.\";b:1;s:34:\"Tokens associated with file types.\";b:1;s:26:\"The name of the file type.\";b:1;s:50:\"The unique machine-readable name of the file type.\";b:1;s:10:\"File count\";b:1;s:47:\"The number of files belonging to the file type.\";b:1;s:37:\"The URL of the file type\'s edit page.\";b:1;s:26:\"The file type of the file.\";b:1;s:12:\"Download URL\";b:1;s:38:\"The URL to download the file directly.\";b:1;s:13:\"WYSIWYG Title\";b:1;s:31:\"The WYSIWYG media plugin title.\";b:1;s:18:\"WYSIWYG Icon Title\";b:1;s:51:\"The WYSIWYG media button title to display on hover.\";b:1;s:7:\"WYSIWYG\";b:1;s:13:\"File template\";b:1;s:44:\"Displays the file with a configurable style.\";b:1;s:12:\"File content\";b:1;s:37:\"Display a full file with a view mode.\";b:1;s:63:\"Ensure that embedded Media tags are not contained in paragraphs\";b:1;s:20:\"Edit translate title\";b:1;s:47:\"Set custom language as default for new content.\";b:1;s:23:\"Custom default language\";b:1;s:16:\"Current language\";b:1;s:52:\"Combine multiple fields together and search by them.\";b:1;s:38:\"Tokens related to a file_entity field.\";b:1;s:24:\"Defaults to first value.\";b:1;s:17:\"Field token value\";b:1;s:57:\"Default: The value returned by the token field formatter.\";b:1;s:32:\"URL of the file_entity resource.\";b:1;s:8:\"Filename\";b:1;s:34:\"Filename the file_entity resource.\";b:1;s:38:\"MIME type of the file_entity resource.\";b:1;s:38:\"File type of the file_entity resource.\";b:1;s:57:\"Height of the file_entity resource, for videos or images.\";b:1;s:56:\"Width of the file_entity resource, for videos or images.\";b:1;s:10:\"Secure URL\";b:1;s:44:\"URL of the file_entity resource using HTTPS.\";b:1;s:12:\"Secure image\";b:1;s:47:\"AdaptedPLAY Slider and Multiple Choice Question\";b:1;s:31:\"Class to use for the text group\";b:1;s:24:\"Name in current language\";b:1;s:50:\"The name of the taxonomy term in current language.\";b:1;s:10:\"<No value>\";b:1;s:32:\"Language - Appears in: @bundles.\";b:1;s:15:\"@label:language\";b:1;s:11:\"PLAY Slider\";b:1;s:6:\"Slider\";b:1;s:16:\"Published status\";b:1;s:30:\"Published status or admin user\";b:1;s:29:\"Promoted to front page status\";b:1;s:13:\"Sticky status\";b:1;s:15:\"Link to content\";b:1;s:20:\"Link to edit content\";b:1;s:22:\"Link to delete content\";b:1;s:14:\"Content author\";b:1;s:16:\"Link to revision\";b:1;s:23:\"Link to revert revision\";b:1;s:23:\"Link to delete revision\";b:1;s:17:\"Comments authored\";b:1;s:8:\"comments\";b:1;s:12:\"Link to user\";b:1;s:13:\"Active status\";b:1;s:17:\"Link to edit user\";b:1;s:19:\"Link to cancel user\";b:1;s:22:\"Not regular expression\";b:1;s:9:\"not regex\";b:1;s:13:\"Sortable only\";b:1;s:19:\"Host entity (@type)\";b:1;s:22:\"Host entity item delta\";b:1;s:66:\"The delta of the reference pointing to this field collection item.\";b:1;s:29:\"(Deprecated) Menu system path\";b:1;s:54:\"This has been deprecated. <strong>DO NOT USE!</strong>\";b:1;s:7:\"Changed\";b:1;s:38:\"The date the user account was changed.\";b:1;}s:10:\"data_types\";a:2:{s:4:\"list\";b:1;s:4:\"List\";b:1;}s:8:\"datetime\";a:3:{s:5:\"Month\";s:4:\"mois\";s:3:\"Day\";s:4:\"jour\";s:4:\"Year\";s:6:\"année\";}s:15:\"Long month name\";a:1:{s:5:\"March\";b:1;}}',0,1646399001,1),('node_types:en',_binary 'O:8:\"stdClass\":2:{s:5:\"types\";a:7:{s:7:\"article\";O:8:\"stdClass\":14:{s:4:\"type\";s:7:\"article\";s:4:\"name\";s:7:\"Article\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:89:\"Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:7:\"article\";s:16:\"disabled_changed\";b:0;}s:11:\"group_class\";O:8:\"stdClass\":14:{s:4:\"type\";s:11:\"group_class\";s:4:\"name\";s:5:\"Group\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:35:\"This is a <i>group</i> for leaders.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:10:\"Group Name\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:11:\"group_class\";s:16:\"disabled_changed\";b:0;}s:12:\"group_school\";O:8:\"stdClass\":14:{s:4:\"type\";s:12:\"group_school\";s:4:\"name\";s:6:\"School\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:23:\"This is a school group.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:11:\"School Name\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:12:\"group_school\";s:16:\"disabled_changed\";b:0;}s:13:\"other_webform\";O:8:\"stdClass\":14:{s:4:\"type\";s:13:\"other_webform\";s:4:\"name\";s:7:\"Webform\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:68:\"Webforms to be used throughout the site to collect user information.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:13:\"other_webform\";s:16:\"disabled_changed\";b:0;}s:4:\"page\";O:8:\"stdClass\":14:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:10:\"Basic page\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:77:\"Use <em>basic pages</em> for your static content, such as an \'About us\' page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";s:16:\"disabled_changed\";b:0;}s:9:\"slideshow\";O:8:\"stdClass\":14:{s:4:\"type\";s:9:\"slideshow\";s:4:\"name\";s:9:\"Slideshow\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:111:\"This is used to create the graphical slideshow on the front page and can also be used for any Views Slideshows.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:9:\"slideshow\";s:16:\"disabled_changed\";b:0;}s:7:\"webform\";O:8:\"stdClass\":14:{s:4:\"type\";s:7:\"webform\";s:4:\"name\";s:10:\"Assessment\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:144:\"Create a new assessment or questionnaire accessible to users. Submission results and statistics are recorded and accessible to privileged users.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:4:\"Name\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:7:\"webform\";s:16:\"disabled_changed\";b:0;}}s:5:\"names\";a:7:{s:7:\"article\";s:7:\"Article\";s:7:\"webform\";s:10:\"Assessment\";s:4:\"page\";s:10:\"Basic page\";s:11:\"group_class\";s:5:\"Group\";s:12:\"group_school\";s:6:\"School\";s:9:\"slideshow\";s:9:\"Slideshow\";s:13:\"other_webform\";s:7:\"Webform\";}}',0,1646157100,1),('node_types:fr',_binary 'O:8:\"stdClass\":2:{s:5:\"types\";a:7:{s:7:\"article\";O:8:\"stdClass\":14:{s:4:\"type\";s:7:\"article\";s:4:\"name\";s:7:\"Article\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:89:\"Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:7:\"article\";s:16:\"disabled_changed\";b:0;}s:11:\"group_class\";O:8:\"stdClass\":14:{s:4:\"type\";s:11:\"group_class\";s:4:\"name\";s:5:\"Group\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:35:\"This is a <i>group</i> for leaders.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:10:\"Group Name\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:11:\"group_class\";s:16:\"disabled_changed\";b:0;}s:12:\"group_school\";O:8:\"stdClass\":14:{s:4:\"type\";s:12:\"group_school\";s:4:\"name\";s:6:\"School\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:23:\"This is a school group.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:11:\"School Name\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:12:\"group_school\";s:16:\"disabled_changed\";b:0;}s:13:\"other_webform\";O:8:\"stdClass\":14:{s:4:\"type\";s:13:\"other_webform\";s:4:\"name\";s:7:\"Webform\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:68:\"Webforms to be used throughout the site to collect user information.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:13:\"other_webform\";s:16:\"disabled_changed\";b:0;}s:4:\"page\";O:8:\"stdClass\":14:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:10:\"Basic page\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:77:\"Use <em>basic pages</em> for your static content, such as an \'About us\' page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";s:16:\"disabled_changed\";b:0;}s:9:\"slideshow\";O:8:\"stdClass\":14:{s:4:\"type\";s:9:\"slideshow\";s:4:\"name\";s:9:\"Slideshow\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:111:\"This is used to create the graphical slideshow on the front page and can also be used for any Views Slideshows.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:9:\"slideshow\";s:16:\"disabled_changed\";b:0;}s:7:\"webform\";O:8:\"stdClass\":14:{s:4:\"type\";s:7:\"webform\";s:4:\"name\";s:10:\"Assessment\";s:4:\"base\";s:12:\"node_content\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:144:\"Create a new assessment or questionnaire accessible to users. Submission results and statistics are recorded and accessible to privileged users.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:4:\"Name\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:8:\"disabled\";s:1:\"0\";s:9:\"orig_type\";s:7:\"webform\";s:16:\"disabled_changed\";b:0;}}s:5:\"names\";a:7:{s:7:\"article\";s:7:\"Article\";s:7:\"webform\";s:10:\"Assessment\";s:4:\"page\";s:10:\"Basic page\";s:11:\"group_class\";s:5:\"Group\";s:12:\"group_school\";s:6:\"School\";s:9:\"slideshow\";s:9:\"Slideshow\";s:13:\"other_webform\";s:7:\"Webform\";}}',0,1646158134,1),('schema',_binary 'a:213:{s:14:\"variable_store\";a:5:{s:6:\"fields\";a:5:{s:5:\"realm\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"realm_key\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"value\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}}s:11:\"primary key\";a:3:{i:0;s:5:\"realm\";i:1;s:9:\"realm_key\";i:2;s:4:\"name\";}s:7:\"indexes\";a:1:{s:11:\"realm_value\";a:2:{i:0;s:5:\"realm\";i:1;s:9:\"realm_key\";}}s:6:\"module\";s:14:\"variable_store\";s:4:\"name\";s:14:\"variable_store\";}s:10:\"masquerade\";a:4:{s:6:\"fields\";a:3:{s:3:\"sid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"uid_from\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"10\";}s:6:\"uid_as\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";s:2:\"10\";}}s:7:\"indexes\";a:2:{s:3:\"sid\";a:2:{i:0;s:3:\"sid\";i:1;s:8:\"uid_from\";}s:5:\"sid_2\";a:2:{i:0;s:3:\"sid\";i:1;s:6:\"uid_as\";}}s:6:\"module\";s:10:\"masquerade\";s:4:\"name\";s:10:\"masquerade\";}s:16:\"masquerade_users\";a:4:{s:6:\"fields\";a:2:{s:8:\"uid_from\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";i:10;}s:6:\"uid_to\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:10:\"disp-width\";i:10;}}s:11:\"primary key\";a:2:{i:0;s:8:\"uid_from\";i:1;s:6:\"uid_to\";}s:6:\"module\";s:10:\"masquerade\";s:4:\"name\";s:16:\"masquerade_users\";}s:5:\"block\";a:6:{s:6:\"fields\";a:14:{s:3:\"bid\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";}s:5:\"theme\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"region\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"custom\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:10:\"visibility\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:5:\"pages\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:5:\"cache\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";}s:9:\"css_class\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:11:\"description\";s:44:\"String containing the classes for the block.\";}s:9:\"i18n_mode\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:11:\"description\";s:24:\"Block multilingual mode.\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:11:\"unique keys\";a:1:{s:3:\"tmd\";a:3:{i:0;s:5:\"theme\";i:1;s:6:\"module\";i:2;s:5:\"delta\";}}s:7:\"indexes\";a:1:{s:4:\"list\";a:5:{i:0;s:5:\"theme\";i:1;s:6:\"status\";i:2;s:6:\"region\";i:3;s:6:\"weight\";i:4;s:6:\"module\";}}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:5:\"block\";}s:10:\"block_role\";a:5:{s:6:\"fields\";a:3:{s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:5:\"delta\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:3:\"rid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:3:{i:0;s:6:\"module\";i:1;s:5:\"delta\";i:2;s:3:\"rid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:10:\"block_role\";}s:12:\"block_custom\";a:5:{s:6:\"fields\";a:4:{s:3:\"bid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"body\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:12:\"translatable\";b:1;}s:4:\"info\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"unique keys\";a:1:{s:4:\"info\";a:1:{i:0;s:4:\"info\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:12:\"block_custom\";}s:11:\"cache_block\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"block\";s:4:\"name\";s:11:\"cache_block\";}s:7:\"webform\";a:4:{s:6:\"fields\";a:15:{s:3:\"nid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:12:\"confirmation\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:19:\"confirmation_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:12:\"redirect_url\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:7:\"default\";s:14:\"<confirmation>\";}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:5:\"block\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"teaser\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"allow_draft\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"auto_save\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:13:\"submit_notice\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:11:\"submit_text\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;}s:12:\"submit_limit\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:-1;}s:15:\"submit_interval\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:-1;}s:18:\"total_submit_limit\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:-1;}s:21:\"total_submit_interval\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:-1;}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:7:\"webform\";s:4:\"name\";s:7:\"webform\";}s:17:\"webform_component\";a:4:{s:6:\"fields\";a:10:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"cid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"pid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"form_key\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;}s:4:\"name\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;}s:4:\"type\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:16;}s:5:\"value\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:5:\"extra\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:9:\"mandatory\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"weight\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"cid\";}s:6:\"module\";s:7:\"webform\";s:4:\"name\";s:17:\"webform_component\";}s:14:\"webform_emails\";a:4:{s:6:\"fields\";a:10:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"eid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"email\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:7:\"subject\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:9:\"from_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:12:\"from_address\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:8:\"template\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:19:\"excluded_components\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:4:\"html\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"attachments\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"eid\";}s:6:\"module\";s:7:\"webform\";s:4:\"name\";s:14:\"webform_emails\";}s:13:\"webform_roles\";a:4:{s:6:\"fields\";a:2:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"rid\";}s:6:\"module\";s:7:\"webform\";s:4:\"name\";s:13:\"webform_roles\";}s:19:\"webform_submissions\";a:6:{s:6:\"fields\";a:6:{s:3:\"sid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"is_draft\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"submitted\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"remote_addr\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;}}s:11:\"primary key\";a:1:{i:0;s:3:\"sid\";}s:11:\"unique keys\";a:1:{s:7:\"sid_nid\";a:2:{i:0;s:3:\"sid\";i:1;s:3:\"nid\";}}s:7:\"indexes\";a:2:{s:11:\"nid_uid_sid\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";i:2;s:3:\"sid\";}s:7:\"nid_sid\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"sid\";}}s:6:\"module\";s:7:\"webform\";s:4:\"name\";s:19:\"webform_submissions\";}s:22:\"webform_submitted_data\";a:5:{s:6:\"fields\";a:5:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"sid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"cid\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"no\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"medium\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:4:{i:0;s:3:\"nid\";i:1;s:3:\"sid\";i:2;s:3:\"cid\";i:3;s:2:\"no\";}s:7:\"indexes\";a:3:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:7:\"sid_nid\";a:2:{i:0;s:3:\"sid\";i:1;s:3:\"nid\";}s:4:\"data\";a:1:{i:0;a:2:{i:0;s:4:\"data\";i:1;i:64;}}}s:6:\"module\";s:7:\"webform\";s:4:\"name\";s:22:\"webform_submitted_data\";}s:21:\"webform_last_download\";a:4:{s:6:\"fields\";a:4:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"sid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"requested\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"nid\";i:1;s:3:\"uid\";}s:6:\"module\";s:7:\"webform\";s:4:\"name\";s:21:\"webform_last_download\";}s:19:\"autoassignrole_page\";a:4:{s:6:\"fields\";a:6:{s:11:\"rid_page_id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"rids\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:4:\"path\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:4:\"menu\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:5:\"title\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:7:\"display\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:11:\"rid_page_id\";}s:6:\"module\";s:14:\"autoassignrole\";s:4:\"name\";s:19:\"autoassignrole_page\";}s:17:\"countries_country\";a:6:{s:6:\"fields\";a:9:{s:3:\"cid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"iso2\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:2;s:8:\"not null\";b:1;}s:4:\"iso3\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:3;s:8:\"not null\";b:0;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:95;s:8:\"not null\";b:1;}s:13:\"official_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:127;s:8:\"not null\";b:1;}s:7:\"numcode\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:0;}s:9:\"continent\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:2;s:8:\"not null\";b:1;}s:7:\"enabled\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:11:\"unique keys\";a:2:{s:4:\"iso2\";a:1:{i:0;s:4:\"iso2\";}s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:2:{s:7:\"enabled\";a:1:{i:0;s:7:\"enabled\";}s:9:\"continent\";a:1:{i:0;s:9:\"continent\";}}s:6:\"module\";s:9:\"countries\";s:4:\"name\";s:17:\"countries_country\";}s:19:\"ctools_object_cache\";a:5:{s:6:\"fields\";a:5:{s:3:\"sid\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:8:\"not null\";b:1;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:3:\"obj\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:7:\"updated\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:3:{i:0;s:3:\"sid\";i:1;s:3:\"obj\";i:2;s:4:\"name\";}s:7:\"indexes\";a:1:{s:7:\"updated\";a:1:{i:0;s:7:\"updated\";}}s:6:\"module\";s:6:\"ctools\";s:4:\"name\";s:19:\"ctools_object_cache\";}s:16:\"ctools_css_cache\";a:4:{s:6:\"fields\";a:4:{s:3:\"cid\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"128\";s:8:\"not null\";b:1;}s:8:\"filename\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";}s:3:\"css\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}s:6:\"filter\";a:2:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"ctools\";s:4:\"name\";s:16:\"ctools_css_cache\";}s:8:\"watchdog\";a:5:{s:6:\"fields\";a:11:{s:3:\"wid\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"message\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:9:\"variables\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:8:\"severity\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:4:\"link\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:8:\"location\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:7:\"referer\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}s:8:\"hostname\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"wid\";}s:7:\"indexes\";a:3:{s:4:\"type\";a:1:{i:0;s:4:\"type\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:8:\"severity\";a:1:{i:0;s:8:\"severity\";}}s:6:\"module\";s:5:\"dblog\";s:4:\"name\";s:8:\"watchdog\";}s:12:\"field_config\";a:5:{s:6:\"fields\";a:13:{s:2:\"id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:10:\"field_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"active\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"storage_type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:14:\"storage_module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"storage_active\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"locked\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;}s:11:\"cardinality\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"translatable\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:7:\"indexes\";a:8:{s:10:\"field_name\";a:1:{i:0;s:10:\"field_name\";}s:6:\"active\";a:1:{i:0;s:6:\"active\";}s:14:\"storage_active\";a:1:{i:0;s:14:\"storage_active\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:6:\"module\";a:1:{i:0;s:6:\"module\";}s:14:\"storage_module\";a:1:{i:0;s:14:\"storage_module\";}s:4:\"type\";a:1:{i:0;s:4:\"type\";}s:12:\"storage_type\";a:1:{i:0;s:12:\"storage_type\";}}s:6:\"module\";s:5:\"field\";s:4:\"name\";s:12:\"field_config\";}s:21:\"field_config_instance\";a:5:{s:6:\"fields\";a:7:{s:2:\"id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:8:\"field_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:10:\"field_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:7:\"indexes\";a:2:{s:17:\"field_name_bundle\";a:3:{i:0;s:10:\"field_name\";i:1;s:11:\"entity_type\";i:2;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}}s:6:\"module\";s:5:\"field\";s:4:\"name\";s:21:\"field_config_instance\";}s:11:\"cache_field\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"field\";s:4:\"name\";s:11:\"cache_field\";}s:21:\"field_collection_item\";a:4:{s:6:\"fields\";a:4:{s:7:\"item_id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:11:\"revision_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:10:\"field_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:8:\"archived\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:7:\"item_id\";}s:6:\"module\";s:16:\"field_collection\";s:4:\"name\";s:21:\"field_collection_item\";}s:30:\"field_collection_item_revision\";a:6:{s:6:\"fields\";a:2:{s:11:\"revision_id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:7:\"item_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:11:\"revision_id\";}s:7:\"indexes\";a:1:{s:7:\"item_id\";a:1:{i:0;s:7:\"item_id\";}}s:12:\"foreign keys\";a:1:{s:31:\"versioned_field_collection_item\";a:2:{s:5:\"table\";s:21:\"field_collection_item\";s:7:\"columns\";a:1:{s:7:\"item_id\";s:7:\"item_id\";}}}s:6:\"module\";s:16:\"field_collection\";s:4:\"name\";s:30:\"field_collection_item_revision\";}s:23:\"field_data_comment_body\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:18:\"comment_body_value\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;}s:19:\"comment_body_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:19:\"comment_body_format\";a:1:{i:0;s:19:\"comment_body_format\";}}s:12:\"foreign keys\";a:1:{s:19:\"comment_body_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:19:\"comment_body_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:23:\"field_data_comment_body\";}s:27:\"field_revision_comment_body\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:18:\"comment_body_value\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;}s:19:\"comment_body_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:19:\"comment_body_format\";a:1:{i:0;s:19:\"comment_body_format\";}}s:12:\"foreign keys\";a:1:{s:19:\"comment_body_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:19:\"comment_body_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_revision_comment_body\";}s:15:\"field_data_body\";a:6:{s:6:\"fields\";a:10:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:10:\"body_value\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;}s:12:\"body_summary\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;}s:11:\"body_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:11:\"body_format\";a:1:{i:0;s:11:\"body_format\";}}s:12:\"foreign keys\";a:1:{s:11:\"body_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:11:\"body_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:15:\"field_data_body\";}s:19:\"field_revision_body\";a:6:{s:6:\"fields\";a:10:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:10:\"body_value\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;}s:12:\"body_summary\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;}s:11:\"body_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:11:\"body_format\";a:1:{i:0;s:11:\"body_format\";}}s:12:\"foreign keys\";a:1:{s:11:\"body_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:11:\"body_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:19:\"field_revision_body\";}s:22:\"field_data_field_image\";a:6:{s:6:\"fields\";a:12:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:15:\"field_image_fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:8:\"unsigned\";b:1;}s:15:\"field_image_alt\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:512;s:8:\"not null\";b:0;}s:17:\"field_image_title\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:1024;s:8:\"not null\";b:0;}s:17:\"field_image_width\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;}s:18:\"field_image_height\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:15:\"field_image_fid\";a:1:{i:0;s:15:\"field_image_fid\";}}s:12:\"foreign keys\";a:1:{s:15:\"field_image_fid\";a:2:{s:5:\"table\";s:12:\"file_managed\";s:7:\"columns\";a:1:{s:15:\"field_image_fid\";s:3:\"fid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:22:\"field_data_field_image\";}s:26:\"field_revision_field_image\";a:6:{s:6:\"fields\";a:12:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:15:\"field_image_fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:8:\"unsigned\";b:1;}s:15:\"field_image_alt\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:512;s:8:\"not null\";b:0;}s:17:\"field_image_title\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:1024;s:8:\"not null\";b:0;}s:17:\"field_image_width\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;}s:18:\"field_image_height\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:15:\"field_image_fid\";a:1:{i:0;s:15:\"field_image_fid\";}}s:12:\"foreign keys\";a:1:{s:15:\"field_image_fid\";a:2:{s:5:\"table\";s:12:\"file_managed\";s:7:\"columns\";a:1:{s:15:\"field_image_fid\";s:3:\"fid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:26:\"field_revision_field_image\";}s:32:\"field_data_og_membership_request\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"og_membership_request_value\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;}s:28:\"og_membership_request_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:28:\"og_membership_request_format\";a:1:{i:0;s:28:\"og_membership_request_format\";}}s:12:\"foreign keys\";a:1:{s:28:\"og_membership_request_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:28:\"og_membership_request_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_data_og_membership_request\";}s:36:\"field_revision_og_membership_request\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"og_membership_request_value\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;}s:28:\"og_membership_request_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:28:\"og_membership_request_format\";a:1:{i:0;s:28:\"og_membership_request_format\";}}s:12:\"foreign keys\";a:1:{s:28:\"og_membership_request_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:28:\"og_membership_request_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:36:\"field_revision_og_membership_request\";}s:22:\"field_data_group_group\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:17:\"group_group_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:17:\"group_group_value\";a:1:{i:0;s:17:\"group_group_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:22:\"field_data_group_group\";}s:26:\"field_revision_group_group\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:17:\"group_group_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:17:\"group_group_value\";a:1:{i:0;s:17:\"group_group_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:26:\"field_revision_group_group\";}s:23:\"field_data_og_user_node\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:22:\"og_user_node_target_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"og_user_node_target_id\";a:1:{i:0;s:22:\"og_user_node_target_id\";}}s:12:\"foreign keys\";a:1:{s:17:\"og_user_node_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:22:\"og_user_node_target_id\";s:3:\"nid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:23:\"field_data_og_user_node\";}s:27:\"field_revision_og_user_node\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:22:\"og_user_node_target_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"og_user_node_target_id\";a:1:{i:0;s:22:\"og_user_node_target_id\";}}s:12:\"foreign keys\";a:1:{s:17:\"og_user_node_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:22:\"og_user_node_target_id\";s:3:\"nid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_revision_og_user_node\";}s:27:\"field_data_og_group_classes\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:26:\"og_group_classes_target_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:26:\"og_group_classes_target_id\";a:1:{i:0;s:26:\"og_group_classes_target_id\";}}s:12:\"foreign keys\";a:1:{s:21:\"og_group_classes_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:26:\"og_group_classes_target_id\";s:3:\"nid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_data_og_group_classes\";}s:31:\"field_revision_og_group_classes\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:26:\"og_group_classes_target_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:26:\"og_group_classes_target_id\";a:1:{i:0;s:26:\"og_group_classes_target_id\";}}s:12:\"foreign keys\";a:1:{s:21:\"og_group_classes_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:26:\"og_group_classes_target_id\";s:3:\"nid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:31:\"field_revision_og_group_classes\";}s:23:\"field_data_field_grades\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:16:\"field_grades_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:16:\"field_grades_tid\";a:1:{i:0;s:16:\"field_grades_tid\";}}s:12:\"foreign keys\";a:1:{s:16:\"field_grades_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:16:\"field_grades_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:23:\"field_data_field_grades\";}s:27:\"field_revision_field_grades\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:16:\"field_grades_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:16:\"field_grades_tid\";a:1:{i:0;s:16:\"field_grades_tid\";}}s:12:\"foreign keys\";a:1:{s:16:\"field_grades_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:16:\"field_grades_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_revision_field_grades\";}s:25:\"field_data_field_district\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:20:\"field_district_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:21:\"field_district_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:21:\"field_district_format\";a:1:{i:0;s:21:\"field_district_format\";}}s:12:\"foreign keys\";a:1:{s:21:\"field_district_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:21:\"field_district_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:25:\"field_data_field_district\";}s:29:\"field_revision_field_district\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:20:\"field_district_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:21:\"field_district_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:21:\"field_district_format\";a:1:{i:0;s:21:\"field_district_format\";}}s:12:\"foreign keys\";a:1:{s:21:\"field_district_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:21:\"field_district_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:29:\"field_revision_field_district\";}s:28:\"field_data_field_addr_street\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:23:\"field_addr_street_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:24:\"field_addr_street_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:24:\"field_addr_street_format\";a:1:{i:0;s:24:\"field_addr_street_format\";}}s:12:\"foreign keys\";a:1:{s:24:\"field_addr_street_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:24:\"field_addr_street_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:28:\"field_data_field_addr_street\";}s:32:\"field_revision_field_addr_street\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:23:\"field_addr_street_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:24:\"field_addr_street_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:24:\"field_addr_street_format\";a:1:{i:0;s:24:\"field_addr_street_format\";}}s:12:\"foreign keys\";a:1:{s:24:\"field_addr_street_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:24:\"field_addr_street_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_revision_field_addr_street\";}s:26:\"field_data_field_addr_city\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:21:\"field_addr_city_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:22:\"field_addr_city_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"field_addr_city_format\";a:1:{i:0;s:22:\"field_addr_city_format\";}}s:12:\"foreign keys\";a:1:{s:22:\"field_addr_city_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:22:\"field_addr_city_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:26:\"field_data_field_addr_city\";}s:30:\"field_revision_field_addr_city\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:21:\"field_addr_city_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:22:\"field_addr_city_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"field_addr_city_format\";a:1:{i:0;s:22:\"field_addr_city_format\";}}s:12:\"foreign keys\";a:1:{s:22:\"field_addr_city_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:22:\"field_addr_city_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:30:\"field_revision_field_addr_city\";}s:30:\"field_data_field_addr_province\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:25:\"field_addr_province_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_addr_province_value\";a:1:{i:0;s:25:\"field_addr_province_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:30:\"field_data_field_addr_province\";}s:34:\"field_revision_field_addr_province\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:25:\"field_addr_province_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_addr_province_value\";a:1:{i:0;s:25:\"field_addr_province_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:34:\"field_revision_field_addr_province\";}s:28:\"field_data_field_addr_postal\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:24:\"field_addr_postal_postal\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"16\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:6:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:28:\"field_data_field_addr_postal\";}s:32:\"field_revision_field_addr_postal\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:24:\"field_addr_postal_postal\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"16\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:6:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_revision_field_addr_postal\";}s:22:\"field_data_field_phone\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:17:\"field_phone_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:18:\"field_phone_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:18:\"field_phone_format\";a:1:{i:0;s:18:\"field_phone_format\";}}s:12:\"foreign keys\";a:1:{s:18:\"field_phone_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:18:\"field_phone_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:22:\"field_data_field_phone\";}s:26:\"field_revision_field_phone\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:17:\"field_phone_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:18:\"field_phone_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:18:\"field_phone_format\";a:1:{i:0;s:18:\"field_phone_format\";}}s:12:\"foreign keys\";a:1:{s:18:\"field_phone_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:18:\"field_phone_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:26:\"field_revision_field_phone\";}s:22:\"field_data_field_email\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:17:\"field_email_email\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:6:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:22:\"field_data_field_email\";}s:26:\"field_revision_field_email\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:17:\"field_email_email\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:6:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:26:\"field_revision_field_email\";}s:25:\"field_data_field_category\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:18:\"field_category_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:18:\"field_category_tid\";a:1:{i:0;s:18:\"field_category_tid\";}}s:12:\"foreign keys\";a:1:{s:18:\"field_category_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:18:\"field_category_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:25:\"field_data_field_category\";}s:29:\"field_revision_field_category\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:18:\"field_category_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:18:\"field_category_tid\";a:1:{i:0;s:18:\"field_category_tid\";}}s:12:\"foreign keys\";a:1:{s:18:\"field_category_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:18:\"field_category_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:29:\"field_revision_field_category\";}s:29:\"field_data_field_teacher_only\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:24:\"field_teacher_only_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:24:\"field_teacher_only_value\";a:1:{i:0;s:24:\"field_teacher_only_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:29:\"field_data_field_teacher_only\";}s:33:\"field_revision_field_teacher_only\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:24:\"field_teacher_only_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:24:\"field_teacher_only_value\";a:1:{i:0;s:24:\"field_teacher_only_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:33:\"field_revision_field_teacher_only\";}s:23:\"field_data_field_school\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:22:\"field_school_target_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"field_school_target_id\";a:1:{i:0;s:22:\"field_school_target_id\";}}s:12:\"foreign keys\";a:1:{s:17:\"field_school_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:22:\"field_school_target_id\";s:3:\"nid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:23:\"field_data_field_school\";}s:27:\"field_revision_field_school\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:22:\"field_school_target_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"field_school_target_id\";a:1:{i:0;s:22:\"field_school_target_id\";}}s:12:\"foreign keys\";a:1:{s:17:\"field_school_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:22:\"field_school_target_id\";s:3:\"nid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_revision_field_school\";}s:30:\"field_data_field_group_add_all\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:25:\"field_group_add_all_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_group_add_all_value\";a:1:{i:0;s:25:\"field_group_add_all_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:30:\"field_data_field_group_add_all\";}s:34:\"field_revision_field_group_add_all\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:25:\"field_group_add_all_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_group_add_all_value\";a:1:{i:0;s:25:\"field_group_add_all_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:34:\"field_revision_field_group_add_all\";}s:27:\"field_data_field_first_name\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:22:\"field_first_name_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:23:\"field_first_name_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:23:\"field_first_name_format\";a:1:{i:0;s:23:\"field_first_name_format\";}}s:12:\"foreign keys\";a:1:{s:23:\"field_first_name_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:23:\"field_first_name_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_data_field_first_name\";}s:31:\"field_revision_field_first_name\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:22:\"field_first_name_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:23:\"field_first_name_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:23:\"field_first_name_format\";a:1:{i:0;s:23:\"field_first_name_format\";}}s:12:\"foreign keys\";a:1:{s:23:\"field_first_name_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:23:\"field_first_name_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:31:\"field_revision_field_first_name\";}s:26:\"field_data_field_last_name\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:21:\"field_last_name_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:22:\"field_last_name_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"field_last_name_format\";a:1:{i:0;s:22:\"field_last_name_format\";}}s:12:\"foreign keys\";a:1:{s:22:\"field_last_name_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:22:\"field_last_name_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:26:\"field_data_field_last_name\";}s:30:\"field_revision_field_last_name\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:21:\"field_last_name_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:22:\"field_last_name_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"field_last_name_format\";a:1:{i:0;s:22:\"field_last_name_format\";}}s:12:\"foreign keys\";a:1:{s:22:\"field_last_name_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:22:\"field_last_name_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:30:\"field_revision_field_last_name\";}s:25:\"field_data_field_birthday\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:20:\"field_birthday_value\";a:8:{s:4:\"type\";s:8:\"datetime\";s:10:\"mysql_type\";s:8:\"datetime\";s:10:\"pgsql_type\";s:27:\"timestamp without time zone\";s:11:\"sqlite_type\";s:7:\"varchar\";s:11:\"sqlsrv_type\";s:13:\"smalldatetime\";s:8:\"not null\";b:0;s:8:\"sortable\";b:1;s:5:\"views\";b:1;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:6:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:25:\"field_data_field_birthday\";}s:29:\"field_revision_field_birthday\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:20:\"field_birthday_value\";a:8:{s:4:\"type\";s:8:\"datetime\";s:10:\"mysql_type\";s:8:\"datetime\";s:10:\"pgsql_type\";s:27:\"timestamp without time zone\";s:11:\"sqlite_type\";s:7:\"varchar\";s:11:\"sqlsrv_type\";s:13:\"smalldatetime\";s:8:\"not null\";b:0;s:8:\"sortable\";b:1;s:5:\"views\";b:1;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:6:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:29:\"field_revision_field_birthday\";}s:28:\"field_data_field_assessments\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"field_assessments_target_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:27:\"field_assessments_target_id\";a:1:{i:0;s:27:\"field_assessments_target_id\";}}s:12:\"foreign keys\";a:1:{s:22:\"field_assessments_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:27:\"field_assessments_target_id\";s:3:\"nid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:28:\"field_data_field_assessments\";}s:32:\"field_revision_field_assessments\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"field_assessments_target_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:27:\"field_assessments_target_id\";a:1:{i:0;s:27:\"field_assessments_target_id\";}}s:12:\"foreign keys\";a:1:{s:22:\"field_assessments_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:27:\"field_assessments_target_id\";s:3:\"nid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_revision_field_assessments\";}s:28:\"field_data_field_school_year\";a:5:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:23:\"field_school_year_value\";a:8:{s:4:\"type\";s:8:\"datetime\";s:10:\"mysql_type\";s:8:\"datetime\";s:10:\"pgsql_type\";s:27:\"timestamp without time zone\";s:11:\"sqlite_type\";s:7:\"varchar\";s:11:\"sqlsrv_type\";s:13:\"smalldatetime\";s:8:\"not null\";b:0;s:8:\"sortable\";b:1;s:5:\"views\";b:1;}s:24:\"field_school_year_value2\";a:8:{s:4:\"type\";s:8:\"datetime\";s:10:\"mysql_type\";s:8:\"datetime\";s:10:\"pgsql_type\";s:27:\"timestamp without time zone\";s:11:\"sqlite_type\";s:7:\"varchar\";s:11:\"sqlsrv_type\";s:13:\"smalldatetime\";s:8:\"not null\";b:0;s:8:\"sortable\";b:1;s:5:\"views\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:6:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:28:\"field_data_field_school_year\";}s:32:\"field_revision_field_school_year\";a:5:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:23:\"field_school_year_value\";a:8:{s:4:\"type\";s:8:\"datetime\";s:10:\"mysql_type\";s:8:\"datetime\";s:10:\"pgsql_type\";s:27:\"timestamp without time zone\";s:11:\"sqlite_type\";s:7:\"varchar\";s:11:\"sqlsrv_type\";s:13:\"smalldatetime\";s:8:\"not null\";b:0;s:8:\"sortable\";b:1;s:5:\"views\";b:1;}s:24:\"field_school_year_value2\";a:8:{s:4:\"type\";s:8:\"datetime\";s:10:\"mysql_type\";s:8:\"datetime\";s:10:\"pgsql_type\";s:27:\"timestamp without time zone\";s:11:\"sqlite_type\";s:7:\"varchar\";s:11:\"sqlsrv_type\";s:13:\"smalldatetime\";s:8:\"not null\";b:0;s:8:\"sortable\";b:1;s:5:\"views\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:6:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_revision_field_school_year\";}s:22:\"field_data_field_color\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:15:\"field_color_rgb\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:7;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:15:\"field_color_rgb\";a:1:{i:0;s:15:\"field_color_rgb\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:22:\"field_data_field_color\";}s:26:\"field_revision_field_color\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:15:\"field_color_rgb\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:7;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:15:\"field_color_rgb\";a:1:{i:0;s:15:\"field_color_rgb\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:26:\"field_revision_field_color\";}s:23:\"field_data_field_images\";a:6:{s:6:\"fields\";a:12:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:16:\"field_images_fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:8:\"unsigned\";b:1;}s:16:\"field_images_alt\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:512;s:8:\"not null\";b:0;}s:18:\"field_images_title\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:1024;s:8:\"not null\";b:0;}s:18:\"field_images_width\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;}s:19:\"field_images_height\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:16:\"field_images_fid\";a:1:{i:0;s:16:\"field_images_fid\";}}s:12:\"foreign keys\";a:1:{s:16:\"field_images_fid\";a:2:{s:5:\"table\";s:12:\"file_managed\";s:7:\"columns\";a:1:{s:16:\"field_images_fid\";s:3:\"fid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:23:\"field_data_field_images\";}s:27:\"field_revision_field_images\";a:6:{s:6:\"fields\";a:12:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:16:\"field_images_fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:8:\"unsigned\";b:1;}s:16:\"field_images_alt\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:512;s:8:\"not null\";b:0;}s:18:\"field_images_title\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:1024;s:8:\"not null\";b:0;}s:18:\"field_images_width\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;}s:19:\"field_images_height\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:16:\"field_images_fid\";a:1:{i:0;s:16:\"field_images_fid\";}}s:12:\"foreign keys\";a:1:{s:16:\"field_images_fid\";a:2:{s:5:\"table\";s:12:\"file_managed\";s:7:\"columns\";a:1:{s:16:\"field_images_fid\";s:3:\"fid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_revision_field_images\";}s:34:\"field_data_field_enable_assessment\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:29:\"field_enable_assessment_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:29:\"field_enable_assessment_value\";a:1:{i:0;s:29:\"field_enable_assessment_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:34:\"field_data_field_enable_assessment\";}s:38:\"field_revision_field_enable_assessment\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:29:\"field_enable_assessment_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:29:\"field_enable_assessment_value\";a:1:{i:0;s:29:\"field_enable_assessment_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:38:\"field_revision_field_enable_assessment\";}s:32:\"field_data_field_recording_forms\";a:6:{s:6:\"fields\";a:10:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:25:\"field_recording_forms_fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:8:\"unsigned\";b:1;}s:29:\"field_recording_forms_display\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:33:\"field_recording_forms_description\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_recording_forms_fid\";a:1:{i:0;s:25:\"field_recording_forms_fid\";}}s:12:\"foreign keys\";a:1:{s:25:\"field_recording_forms_fid\";a:2:{s:5:\"table\";s:12:\"file_managed\";s:7:\"columns\";a:1:{s:25:\"field_recording_forms_fid\";s:3:\"fid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_data_field_recording_forms\";}s:36:\"field_revision_field_recording_forms\";a:6:{s:6:\"fields\";a:10:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:25:\"field_recording_forms_fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:8:\"unsigned\";b:1;}s:29:\"field_recording_forms_display\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:33:\"field_recording_forms_description\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_recording_forms_fid\";a:1:{i:0;s:25:\"field_recording_forms_fid\";}}s:12:\"foreign keys\";a:1:{s:25:\"field_recording_forms_fid\";a:2:{s:5:\"table\";s:12:\"file_managed\";s:7:\"columns\";a:1:{s:25:\"field_recording_forms_fid\";s:3:\"fid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:36:\"field_revision_field_recording_forms\";}s:23:\"field_data_field_gender\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:18:\"field_gender_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:18:\"field_gender_value\";a:1:{i:0;s:18:\"field_gender_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:23:\"field_data_field_gender\";}s:27:\"field_revision_field_gender\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:18:\"field_gender_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:18:\"field_gender_value\";a:1:{i:0;s:18:\"field_gender_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_revision_field_gender\";}s:28:\"field_data_field_quiz_phy_ed\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:23:\"field_quiz_phy_ed_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:23:\"field_quiz_phy_ed_value\";a:1:{i:0;s:23:\"field_quiz_phy_ed_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:28:\"field_data_field_quiz_phy_ed\";}s:32:\"field_revision_field_quiz_phy_ed\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:23:\"field_quiz_phy_ed_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:23:\"field_quiz_phy_ed_value\";a:1:{i:0;s:23:\"field_quiz_phy_ed_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_revision_field_quiz_phy_ed\";}s:32:\"field_data_field_quiz_phy_active\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"field_quiz_phy_active_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:27:\"field_quiz_phy_active_value\";a:1:{i:0;s:27:\"field_quiz_phy_active_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_data_field_quiz_phy_active\";}s:36:\"field_revision_field_quiz_phy_active\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"field_quiz_phy_active_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:27:\"field_quiz_phy_active_value\";a:1:{i:0;s:27:\"field_quiz_phy_active_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:36:\"field_revision_field_quiz_phy_active\";}s:30:\"field_data_field_class_meetups\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:25:\"field_class_meetups_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_class_meetups_value\";a:1:{i:0;s:25:\"field_class_meetups_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:30:\"field_data_field_class_meetups\";}s:34:\"field_revision_field_class_meetups\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:25:\"field_class_meetups_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_class_meetups_value\";a:1:{i:0;s:25:\"field_class_meetups_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:34:\"field_revision_field_class_meetups\";}s:37:\"field_data_field_assessments_language\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:32:\"field_assessments_language_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:32:\"field_assessments_language_value\";a:1:{i:0;s:32:\"field_assessments_language_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:37:\"field_data_field_assessments_language\";}s:41:\"field_revision_field_assessments_language\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:32:\"field_assessments_language_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:32:\"field_assessments_language_value\";a:1:{i:0;s:32:\"field_assessments_language_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:41:\"field_revision_field_assessments_language\";}s:25:\"field_data_field_nickname\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:20:\"field_nickname_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:21:\"field_nickname_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:21:\"field_nickname_format\";a:1:{i:0;s:21:\"field_nickname_format\";}}s:12:\"foreign keys\";a:1:{s:21:\"field_nickname_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:21:\"field_nickname_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:25:\"field_data_field_nickname\";}s:29:\"field_revision_field_nickname\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:20:\"field_nickname_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:21:\"field_nickname_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:21:\"field_nickname_format\";a:1:{i:0;s:21:\"field_nickname_format\";}}s:12:\"foreign keys\";a:1:{s:21:\"field_nickname_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:21:\"field_nickname_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:29:\"field_revision_field_nickname\";}s:28:\"field_data_field_your_school\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:23:\"field_your_school_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:24:\"field_your_school_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:24:\"field_your_school_format\";a:1:{i:0;s:24:\"field_your_school_format\";}}s:12:\"foreign keys\";a:1:{s:24:\"field_your_school_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:24:\"field_your_school_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:28:\"field_data_field_your_school\";}s:32:\"field_revision_field_your_school\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:23:\"field_your_school_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:24:\"field_your_school_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:24:\"field_your_school_format\";a:1:{i:0;s:24:\"field_your_school_format\";}}s:12:\"foreign keys\";a:1:{s:24:\"field_your_school_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:24:\"field_your_school_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:32:\"field_revision_field_your_school\";}s:21:\"field_data_field_ages\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:14:\"field_ages_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:14:\"field_ages_tid\";a:1:{i:0;s:14:\"field_ages_tid\";}}s:12:\"foreign keys\";a:1:{s:14:\"field_ages_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:14:\"field_ages_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:21:\"field_data_field_ages\";}s:25:\"field_revision_field_ages\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:14:\"field_ages_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:14:\"field_ages_tid\";a:1:{i:0;s:14:\"field_ages_tid\";}}s:12:\"foreign keys\";a:1:{s:14:\"field_ages_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:14:\"field_ages_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:25:\"field_revision_field_ages\";}s:29:\"field_data_field_address_city\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:24:\"field_address_city_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:25:\"field_address_city_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_address_city_format\";a:1:{i:0;s:25:\"field_address_city_format\";}}s:12:\"foreign keys\";a:1:{s:25:\"field_address_city_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:25:\"field_address_city_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:29:\"field_data_field_address_city\";}s:33:\"field_revision_field_address_city\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:24:\"field_address_city_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:25:\"field_address_city_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:25:\"field_address_city_format\";a:1:{i:0;s:25:\"field_address_city_format\";}}s:12:\"foreign keys\";a:1:{s:25:\"field_address_city_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:25:\"field_address_city_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:33:\"field_revision_field_address_city\";}s:33:\"field_data_field_address_province\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:26:\"field_address_province_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:26:\"field_address_province_tid\";a:1:{i:0;s:26:\"field_address_province_tid\";}}s:12:\"foreign keys\";a:1:{s:26:\"field_address_province_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:26:\"field_address_province_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:33:\"field_data_field_address_province\";}s:37:\"field_revision_field_address_province\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:26:\"field_address_province_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:26:\"field_address_province_tid\";a:1:{i:0;s:26:\"field_address_province_tid\";}}s:12:\"foreign keys\";a:1:{s:26:\"field_address_province_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:26:\"field_address_province_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:37:\"field_revision_field_address_province\";}s:33:\"field_data_field_slideshow_images\";a:5:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:28:\"field_slideshow_images_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}s:34:\"field_slideshow_images_revision_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:8:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:34:\"field_slideshow_images_revision_id\";a:1:{i:0;s:34:\"field_slideshow_images_revision_id\";}s:28:\"field_slideshow_images_value\";a:1:{i:0;s:28:\"field_slideshow_images_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:33:\"field_data_field_slideshow_images\";}s:37:\"field_revision_field_slideshow_images\";a:5:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:28:\"field_slideshow_images_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}s:34:\"field_slideshow_images_revision_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:8:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:34:\"field_slideshow_images_revision_id\";a:1:{i:0;s:34:\"field_slideshow_images_revision_id\";}s:28:\"field_slideshow_images_value\";a:1:{i:0;s:28:\"field_slideshow_images_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:37:\"field_revision_field_slideshow_images\";}s:34:\"field_data_field_image_destination\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:29:\"field_image_destination_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:30:\"field_image_destination_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:30:\"field_image_destination_format\";a:1:{i:0;s:30:\"field_image_destination_format\";}}s:12:\"foreign keys\";a:1:{s:30:\"field_image_destination_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:30:\"field_image_destination_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:34:\"field_data_field_image_destination\";}s:38:\"field_revision_field_image_destination\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:29:\"field_image_destination_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:30:\"field_image_destination_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:30:\"field_image_destination_format\";a:1:{i:0;s:30:\"field_image_destination_format\";}}s:12:\"foreign keys\";a:1:{s:30:\"field_image_destination_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:30:\"field_image_destination_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:38:\"field_revision_field_image_destination\";}s:29:\"field_data_field_project_name\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:22:\"field_project_name_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"field_project_name_tid\";a:1:{i:0;s:22:\"field_project_name_tid\";}}s:12:\"foreign keys\";a:1:{s:22:\"field_project_name_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:22:\"field_project_name_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:29:\"field_data_field_project_name\";}s:33:\"field_revision_field_project_name\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:22:\"field_project_name_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:22:\"field_project_name_tid\";a:1:{i:0;s:22:\"field_project_name_tid\";}}s:12:\"foreign keys\";a:1:{s:22:\"field_project_name_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:22:\"field_project_name_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:33:\"field_revision_field_project_name\";}s:37:\"field_data_field_playslider_mandatory\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:32:\"field_playslider_mandatory_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:32:\"field_playslider_mandatory_value\";a:1:{i:0;s:32:\"field_playslider_mandatory_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:37:\"field_data_field_playslider_mandatory\";}s:41:\"field_revision_field_playslider_mandatory\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:32:\"field_playslider_mandatory_value\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:32:\"field_playslider_mandatory_value\";a:1:{i:0;s:32:\"field_playslider_mandatory_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:41:\"field_revision_field_playslider_mandatory\";}s:43:\"field_data_field_ontario_after_school_progr\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:38:\"field_ontario_after_school_progr_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:38:\"field_ontario_after_school_progr_value\";a:1:{i:0;s:38:\"field_ontario_after_school_progr_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:43:\"field_data_field_ontario_after_school_progr\";}s:47:\"field_revision_field_ontario_after_school_progr\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:38:\"field_ontario_after_school_progr_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:38:\"field_ontario_after_school_progr_value\";a:1:{i:0;s:38:\"field_ontario_after_school_progr_value\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:47:\"field_revision_field_ontario_after_school_progr\";}s:34:\"field_data_field_organization_name\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"field_organization_name_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:27:\"field_organization_name_tid\";a:1:{i:0;s:27:\"field_organization_name_tid\";}}s:12:\"foreign keys\";a:1:{s:27:\"field_organization_name_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:27:\"field_organization_name_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:34:\"field_data_field_organization_name\";}s:38:\"field_revision_field_organization_name\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:27:\"field_organization_name_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:27:\"field_organization_name_tid\";a:1:{i:0;s:27:\"field_organization_name_tid\";}}s:12:\"foreign keys\";a:1:{s:27:\"field_organization_name_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:27:\"field_organization_name_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:38:\"field_revision_field_organization_name\";}s:40:\"field_data_field_site_physical_location_\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:33:\"field_site_physical_location__tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:33:\"field_site_physical_location__tid\";a:1:{i:0;s:33:\"field_site_physical_location__tid\";}}s:12:\"foreign keys\";a:1:{s:33:\"field_site_physical_location__tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:33:\"field_site_physical_location__tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:40:\"field_data_field_site_physical_location_\";}s:44:\"field_revision_field_site_physical_location_\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:33:\"field_site_physical_location__tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:33:\"field_site_physical_location__tid\";a:1:{i:0;s:33:\"field_site_physical_location__tid\";}}s:12:\"foreign keys\";a:1:{s:33:\"field_site_physical_location__tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:33:\"field_site_physical_location__tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:44:\"field_revision_field_site_physical_location_\";}s:24:\"field_data_field_country\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:18:\"field_country_iso2\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:2;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:18:\"field_country_iso2\";a:1:{i:0;s:18:\"field_country_iso2\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:24:\"field_data_field_country\";}s:28:\"field_revision_field_country\";a:5:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:18:\"field_country_iso2\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:2;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:18:\"field_country_iso2\";a:1:{i:0;s:18:\"field_country_iso2\";}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:28:\"field_revision_field_country\";}s:23:\"field_data_field_states\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:16:\"field_states_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:16:\"field_states_tid\";a:1:{i:0;s:16:\"field_states_tid\";}}s:12:\"foreign keys\";a:1:{s:16:\"field_states_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:16:\"field_states_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:23:\"field_data_field_states\";}s:27:\"field_revision_field_states\";a:6:{s:6:\"fields\";a:8:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:16:\"field_states_tid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:16:\"field_states_tid\";a:1:{i:0;s:16:\"field_states_tid\";}}s:12:\"foreign keys\";a:1:{s:16:\"field_states_tid\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:16:\"field_states_tid\";s:3:\"tid\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:27:\"field_revision_field_states\";}s:36:\"field_data_field_file_image_alt_text\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:31:\"field_file_image_alt_text_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:32:\"field_file_image_alt_text_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:32:\"field_file_image_alt_text_format\";a:1:{i:0;s:32:\"field_file_image_alt_text_format\";}}s:12:\"foreign keys\";a:1:{s:32:\"field_file_image_alt_text_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:32:\"field_file_image_alt_text_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:36:\"field_data_field_file_image_alt_text\";}s:40:\"field_revision_field_file_image_alt_text\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:31:\"field_file_image_alt_text_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:32:\"field_file_image_alt_text_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:32:\"field_file_image_alt_text_format\";a:1:{i:0;s:32:\"field_file_image_alt_text_format\";}}s:12:\"foreign keys\";a:1:{s:32:\"field_file_image_alt_text_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:32:\"field_file_image_alt_text_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:40:\"field_revision_field_file_image_alt_text\";}s:38:\"field_data_field_file_image_title_text\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:33:\"field_file_image_title_text_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:34:\"field_file_image_title_text_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:5:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:7:\"deleted\";i:3;s:5:\"delta\";i:4;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:34:\"field_file_image_title_text_format\";a:1:{i:0;s:34:\"field_file_image_title_text_format\";}}s:12:\"foreign keys\";a:1:{s:34:\"field_file_image_title_text_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:34:\"field_file_image_title_text_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:38:\"field_data_field_file_image_title_text\";}s:42:\"field_revision_field_file_image_title_text\";a:6:{s:6:\"fields\";a:9:{s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"deleted\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:11:\"revision_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"delta\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:33:\"field_file_image_title_text_value\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:0;}s:34:\"field_file_image_title_text_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:6:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";i:2;s:11:\"revision_id\";i:3;s:7:\"deleted\";i:4;s:5:\"delta\";i:5;s:8:\"language\";}s:7:\"indexes\";a:7:{s:11:\"entity_type\";a:1:{i:0;s:11:\"entity_type\";}s:6:\"bundle\";a:1:{i:0;s:6:\"bundle\";}s:7:\"deleted\";a:1:{i:0;s:7:\"deleted\";}s:9:\"entity_id\";a:1:{i:0;s:9:\"entity_id\";}s:11:\"revision_id\";a:1:{i:0;s:11:\"revision_id\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}s:34:\"field_file_image_title_text_format\";a:1:{i:0;s:34:\"field_file_image_title_text_format\";}}s:12:\"foreign keys\";a:1:{s:34:\"field_file_image_title_text_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:34:\"field_file_image_title_text_format\";s:6:\"format\";}}}s:6:\"module\";s:17:\"field_sql_storage\";s:4:\"name\";s:42:\"field_revision_field_file_image_title_text\";}s:9:\"file_type\";a:5:{s:6:\"fields\";a:4:{s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"label\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";s:12:\"translatable\";b:1;}s:9:\"mimetypes\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:6:\"export\";a:9:{s:3:\"key\";s:4:\"type\";s:8:\"key name\";s:4:\"Type\";s:11:\"primary key\";s:4:\"type\";s:12:\"default hook\";s:18:\"file_default_types\";s:10:\"identifier\";s:9:\"file_type\";s:18:\"export type string\";s:11:\"ctools_type\";s:13:\"save callback\";s:14:\"file_type_save\";s:15:\"delete callback\";s:16:\"file_type_delete\";s:3:\"api\";a:4:{s:5:\"owner\";s:11:\"file_entity\";s:3:\"api\";s:9:\"file_type\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"module\";s:11:\"file_entity\";s:4:\"name\";s:9:\"file_type\";}s:12:\"file_display\";a:5:{s:6:\"fields\";a:4:{s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"settings\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"export\";a:7:{s:3:\"key\";s:4:\"name\";s:8:\"key name\";s:4:\"Name\";s:11:\"primary key\";s:4:\"name\";s:11:\"can disable\";b:0;s:12:\"default hook\";s:21:\"file_default_displays\";s:10:\"identifier\";s:12:\"file_display\";s:3:\"api\";a:4:{s:5:\"owner\";s:11:\"file_entity\";s:3:\"api\";s:21:\"file_default_displays\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"module\";s:11:\"file_entity\";s:4:\"name\";s:12:\"file_display\";}s:13:\"file_metadata\";a:5:{s:6:\"fields\";a:3:{s:3:\"fid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;}s:5:\"value\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:2:{i:0;s:3:\"fid\";i:1;s:4:\"name\";}s:12:\"foreign keys\";a:1:{s:12:\"file_managed\";a:2:{s:5:\"table\";s:12:\"file_managed\";s:7:\"columns\";a:1:{s:3:\"fid\";s:3:\"fid\";}}}s:6:\"module\";s:11:\"file_entity\";s:4:\"name\";s:13:\"file_metadata\";}s:6:\"filter\";a:5:{s:6:\"fields\";a:6:{s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"settings\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:2:{i:0;s:6:\"format\";i:1;s:4:\"name\";}s:7:\"indexes\";a:1:{s:4:\"list\";a:3:{i:0;s:6:\"weight\";i:1;s:6:\"module\";i:2;s:4:\"name\";}}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:6:\"filter\";}s:13:\"filter_format\";a:6:{s:6:\"fields\";a:5:{s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:5:\"cache\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:6:\"format\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:1:{s:13:\"status_weight\";a:2:{i:0;s:6:\"status\";i:1;s:6:\"weight\";}}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:13:\"filter_format\";}s:12:\"cache_filter\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"filter\";s:4:\"name\";s:12:\"cache_filter\";}s:13:\"honeypot_user\";a:4:{s:6:\"fields\";a:3:{s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"hostname\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:7:\"indexes\";a:2:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}}s:6:\"module\";s:8:\"honeypot\";s:4:\"name\";s:13:\"honeypot_user\";}s:20:\"i18n_translation_set\";a:5:{s:6:\"fields\";a:8:{s:4:\"tsid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"master_id\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:13:\"entity_bundle\";a:2:{i:0;s:4:\"type\";i:1;s:6:\"bundle\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"tsid\";}s:6:\"module\";s:16:\"i18n_translation\";s:4:\"name\";s:20:\"i18n_translation_set\";}s:11:\"cache_image\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"image\";s:4:\"name\";s:11:\"cache_image\";}s:12:\"image_styles\";a:5:{s:6:\"fields\";a:3:{s:4:\"isid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:5:\"label\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"isid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:5:\"image\";s:4:\"name\";s:12:\"image_styles\";}s:13:\"image_effects\";a:6:{s:6:\"fields\";a:5:{s:4:\"ieid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"isid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"weight\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:0;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"ieid\";}s:7:\"indexes\";a:2:{s:4:\"isid\";a:1:{i:0;s:4:\"isid\";}s:6:\"weight\";a:1:{i:0;s:6:\"weight\";}}s:12:\"foreign keys\";a:1:{s:11:\"image_style\";a:2:{s:5:\"table\";s:12:\"image_styles\";s:7:\"columns\";a:1:{s:4:\"isid\";s:4:\"isid\";}}}s:6:\"module\";s:5:\"image\";s:4:\"name\";s:13:\"image_effects\";}s:15:\"cache_libraries\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:9:\"libraries\";s:4:\"name\";s:15:\"cache_libraries\";}s:9:\"languages\";a:5:{s:6:\"fields\";a:11:{s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"native\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"direction\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"enabled\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"plurals\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"formula\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"domain\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"prefix\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"javascript\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:8:\"language\";}s:7:\"indexes\";a:1:{s:4:\"list\";a:2:{i:0;s:6:\"weight\";i:1;s:4:\"name\";}}s:6:\"module\";s:6:\"locale\";s:4:\"name\";s:9:\"languages\";}s:14:\"locales_source\";a:5:{s:6:\"fields\";a:6:{s:3:\"lid\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:8:\"location\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:9:\"textgroup\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:7:\"default\";}s:6:\"source\";a:3:{s:4:\"type\";s:4:\"text\";s:10:\"mysql_type\";s:4:\"blob\";s:8:\"not null\";b:1;}s:7:\"context\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"version\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:20;s:8:\"not null\";b:1;s:7:\"default\";s:4:\"none\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"lid\";}s:7:\"indexes\";a:1:{s:14:\"source_context\";a:2:{i:0;a:2:{i:0;s:6:\"source\";i:1;i:30;}i:1;s:7:\"context\";}}s:6:\"module\";s:6:\"locale\";s:4:\"name\";s:14:\"locales_source\";}s:14:\"locales_target\";a:6:{s:6:\"fields\";a:6:{s:3:\"lid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"translation\";a:3:{s:4:\"type\";s:4:\"text\";s:10:\"mysql_type\";s:4:\"blob\";s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"plid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"plural\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"i18n_status\";a:4:{s:11:\"description\";s:66:\"A boolean indicating whether this translation needs to be updated.\";s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:3:{i:0;s:8:\"language\";i:1;s:3:\"lid\";i:2;s:6:\"plural\";}s:12:\"foreign keys\";a:1:{s:14:\"locales_source\";a:2:{s:5:\"table\";s:14:\"locales_source\";s:7:\"columns\";a:1:{s:3:\"lid\";s:3:\"lid\";}}}s:7:\"indexes\";a:3:{s:3:\"lid\";a:1:{i:0;s:3:\"lid\";}s:4:\"plid\";a:1:{i:0;s:4:\"plid\";}s:6:\"plural\";a:1:{i:0;s:6:\"plural\";}}s:6:\"module\";s:6:\"locale\";s:4:\"name\";s:14:\"locales_target\";}s:22:\"media_restrict_wysiwyg\";a:3:{s:6:\"fields\";a:2:{s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"display\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:6:\"module\";s:13:\"media_wysiwyg\";s:4:\"name\";s:22:\"media_restrict_wysiwyg\";}s:23:\"media_view_mode_wysiwyg\";a:3:{s:6:\"fields\";a:2:{s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"view_mode\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:6:\"module\";s:13:\"media_wysiwyg\";s:4:\"name\";s:23:\"media_view_mode_wysiwyg\";}s:11:\"menu_custom\";a:4:{s:6:\"fields\";a:5:{s:9:\"menu_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:11:\"description\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:12:\"translatable\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}s:9:\"i18n_mode\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:9:\"menu_name\";}s:6:\"module\";s:4:\"menu\";s:4:\"name\";s:11:\"menu_custom\";}s:4:\"node\";a:7:{s:6:\"fields\";a:14:{s:3:\"nid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"vid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;s:7:\"default\";N;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"comment\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"promote\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"tnid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"translate\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:10:{s:12:\"node_changed\";a:1:{i:0;s:7:\"changed\";}s:12:\"node_created\";a:1:{i:0;s:7:\"created\";}s:14:\"node_frontpage\";a:4:{i:0;s:7:\"promote\";i:1;s:6:\"status\";i:2;s:6:\"sticky\";i:3;s:7:\"created\";}s:16:\"node_status_type\";a:3:{i:0;s:6:\"status\";i:1;s:4:\"type\";i:2;s:3:\"nid\";}s:15:\"node_title_type\";a:2:{i:0;s:5:\"title\";i:1;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:9:\"node_type\";a:1:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:4:\"tnid\";a:1:{i:0;s:4:\"tnid\";}s:9:\"translate\";a:1:{i:0;s:9:\"translate\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:11:\"unique keys\";a:1:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}}s:12:\"foreign keys\";a:2:{s:13:\"node_revision\";a:2:{s:5:\"table\";s:13:\"node_revision\";s:7:\"columns\";a:1:{s:3:\"vid\";s:3:\"vid\";}}s:11:\"node_author\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:4:\"node\";}s:11:\"node_access\";a:5:{s:6:\"fields\";a:6:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"gid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"realm\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"grant_view\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:12:\"grant_update\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:12:\"grant_delete\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}}s:11:\"primary key\";a:3:{i:0;s:3:\"nid\";i:1;s:3:\"gid\";i:2;s:5:\"realm\";}s:12:\"foreign keys\";a:1:{s:13:\"affected_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:3:\"nid\";s:3:\"nid\";}}}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:11:\"node_access\";}s:13:\"node_revision\";a:6:{s:6:\"fields\";a:10:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"vid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"log\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"comment\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"promote\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:2:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:12:\"foreign keys\";a:2:{s:14:\"versioned_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:3:\"nid\";s:3:\"nid\";}}s:14:\"version_author\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:13:\"node_revision\";}s:9:\"node_type\";a:4:{s:6:\"fields\";a:13:{s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:4:\"base\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";s:12:\"translatable\";b:1;}s:4:\"help\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";s:12:\"translatable\";b:1;}s:9:\"has_title\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:4:\"size\";s:4:\"tiny\";}s:11:\"title_label\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:6:\"custom\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"modified\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"locked\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"disabled\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:9:\"orig_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:9:\"node_type\";}s:15:\"block_node_type\";a:5:{s:6:\"fields\";a:3:{s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:5:\"delta\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:3:{i:0;s:6:\"module\";i:1;s:5:\"delta\";i:2;s:4:\"type\";}s:7:\"indexes\";a:1:{s:4:\"type\";a:1:{i:0;s:4:\"type\";}}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:15:\"block_node_type\";}s:7:\"history\";a:5:{s:6:\"fields\";a:3:{s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:3:\"nid\";}s:7:\"indexes\";a:1:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:7:\"history\";}s:18:\"og_role_permission\";a:6:{s:6:\"fields\";a:3:{s:3:\"rid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:10:\"permission\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"rid\";i:1;s:10:\"permission\";}s:7:\"indexes\";a:1:{s:10:\"permission\";a:1:{i:0;s:10:\"permission\";}}s:12:\"foreign keys\";a:1:{s:7:\"og_role\";a:2:{s:5:\"table\";s:7:\"og_role\";s:7:\"columns\";a:1:{s:3:\"rid\";s:3:\"rid\";}}}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:18:\"og_role_permission\";}s:7:\"og_role\";a:4:{s:6:\"fields\";a:5:{s:3:\"rid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"gid\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:6:\"normal\";s:8:\"not null\";b:1;}s:10:\"group_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:12:\"group_bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"rid\";}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:7:\"og_role\";}s:14:\"og_users_roles\";a:6:{s:6:\"fields\";a:4:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"gid\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:6:\"normal\";s:8:\"not null\";b:1;}s:10:\"group_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:3:{i:0;s:3:\"uid\";i:1;s:3:\"rid\";i:2;s:3:\"gid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:12:\"foreign keys\";a:2:{s:4:\"user\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}s:7:\"og_role\";a:2:{s:5:\"table\";s:7:\"og_role\";s:7:\"columns\";a:1:{s:3:\"rid\";s:3:\"rid\";}}}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:14:\"og_users_roles\";}s:18:\"og_membership_type\";a:5:{s:6:\"fields\";a:6:{s:2:\"id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"description\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:18:\"og_membership_type\";}s:13:\"og_membership\";a:6:{s:6:\"fields\";a:10:{s:2:\"id\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"etid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"gid\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:6:\"normal\";s:8:\"not null\";b:1;}s:10:\"group_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"state\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"field_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:7:\"indexes\";a:3:{s:6:\"entity\";a:2:{i:0;s:4:\"etid\";i:1;s:11:\"entity_type\";}s:5:\"group\";a:2:{i:0;s:3:\"gid\";i:1;s:10:\"group_type\";}s:10:\"group_type\";a:1:{i:0;s:10:\"group_type\";}}s:12:\"foreign keys\";a:2:{s:18:\"og_membership_type\";a:2:{s:5:\"table\";s:18:\"og_membership_type\";s:7:\"columns\";a:1:{s:4:\"name\";s:4:\"name\";}}s:5:\"group\";a:2:{s:5:\"table\";s:2:\"og\";s:7:\"columns\";a:1:{s:3:\"gid\";s:3:\"gid\";}}}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:13:\"og_membership\";}s:31:\"cache_entity_og_membership_type\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:31:\"cache_entity_og_membership_type\";}s:26:\"cache_entity_og_membership\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:26:\"cache_entity_og_membership\";}s:11:\"rdf_mapping\";a:4:{s:6:\"fields\";a:3:{s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:6:\"bundle\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:7:\"mapping\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:2:{i:0;s:4:\"type\";i:1;s:6:\"bundle\";}s:6:\"module\";s:3:\"rdf\";s:4:\"name\";s:11:\"rdf_mapping\";}s:12:\"shortcut_set\";a:5:{s:6:\"fields\";a:2:{s:8:\"set_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:8:\"set_name\";}s:12:\"foreign keys\";a:1:{s:9:\"menu_name\";a:2:{s:5:\"table\";s:10:\"menu_links\";s:7:\"columns\";a:1:{s:8:\"set_name\";s:9:\"menu_name\";}}}s:6:\"module\";s:8:\"shortcut\";s:4:\"name\";s:12:\"shortcut_set\";}s:18:\"shortcut_set_users\";a:6:{s:6:\"fields\";a:2:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"set_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"uid\";}s:7:\"indexes\";a:1:{s:8:\"set_name\";a:1:{i:0;s:8:\"set_name\";}}s:12:\"foreign keys\";a:2:{s:8:\"set_user\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}s:8:\"set_name\";a:2:{s:5:\"table\";s:12:\"shortcut_set\";s:7:\"columns\";a:1:{s:8:\"set_name\";s:8:\"set_name\";}}}s:6:\"module\";s:8:\"shortcut\";s:4:\"name\";s:18:\"shortcut_set_users\";}s:8:\"variable\";a:4:{s:6:\"fields\";a:2:{s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"value\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";s:12:\"translatable\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:8:\"variable\";}s:7:\"actions\";a:4:{s:6:\"fields\";a:5:{s:3:\"aid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"callback\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"parameters\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:5:\"label\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:1:\"0\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:7:\"actions\";}s:5:\"batch\";a:5:{s:6:\"fields\";a:4:{s:3:\"bid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:5:\"token\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:9:\"timestamp\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:5:\"batch\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"bid\";}s:7:\"indexes\";a:1:{s:5:\"token\";a:1:{i:0;s:5:\"token\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"batch\";}s:11:\"blocked_ips\";a:5:{s:6:\"fields\";a:2:{s:3:\"iid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:2:\"ip\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:40;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:7:\"indexes\";a:1:{s:10:\"blocked_ip\";a:1:{i:0;s:2:\"ip\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"iid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:11:\"blocked_ips\";}s:5:\"cache\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"cache\";}s:15:\"cache_bootstrap\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:15:\"cache_bootstrap\";}s:10:\"cache_form\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_form\";}s:10:\"cache_page\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_page\";}s:10:\"cache_menu\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_menu\";}s:10:\"cache_path\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"cache_path\";}s:16:\"date_format_type\";a:5:{s:6:\"fields\";a:3:{s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:5:\"title\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"locked\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:7:\"default\";i:0;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:7:\"indexes\";a:1:{s:5:\"title\";a:1:{i:0;s:5:\"title\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:16:\"date_format_type\";}s:12:\"date_formats\";a:5:{s:6:\"fields\";a:4:{s:4:\"dfid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:8:\"unsigned\";b:1;}s:6:\"format\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:100;s:8:\"not null\";b:1;s:6:\"binary\";b:1;}s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:6:\"locked\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:7:\"default\";i:0;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"dfid\";}s:11:\"unique keys\";a:1:{s:7:\"formats\";a:2:{i:0;s:6:\"format\";i:1;s:4:\"type\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:12:\"date_formats\";}s:18:\"date_format_locale\";a:4:{s:6:\"fields\";a:3:{s:6:\"format\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:100;s:8:\"not null\";b:1;s:6:\"binary\";b:1;}s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:8:\"language\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:2:{i:0;s:4:\"type\";i:1;s:8:\"language\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:18:\"date_format_locale\";}s:12:\"file_managed\";a:7:{s:6:\"fields\";a:9:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"filename\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"uri\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:6:\"binary\";b:1;}s:8:\"filemime\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filesize\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:3:\"big\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"type\";a:5:{s:11:\"description\";s:22:\"The type of this file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:9:\"undefined\";}}s:7:\"indexes\";a:4:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:6:\"status\";a:1:{i:0;s:6:\"status\";}s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:9:\"file_type\";a:1:{i:0;s:4:\"type\";}}s:11:\"unique keys\";a:1:{s:3:\"uri\";a:1:{i:0;s:3:\"uri\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:12:\"foreign keys\";a:1:{s:10:\"file_owner\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:12:\"file_managed\";}s:10:\"file_usage\";a:5:{s:6:\"fields\";a:5:{s:3:\"fid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:2:\"id\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"count\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:4:{i:0;s:3:\"fid\";i:1;s:4:\"type\";i:2;s:2:\"id\";i:3;s:6:\"module\";}s:7:\"indexes\";a:3:{s:7:\"type_id\";a:2:{i:0;s:4:\"type\";i:1;s:2:\"id\";}s:9:\"fid_count\";a:2:{i:0;s:3:\"fid\";i:1;s:5:\"count\";}s:10:\"fid_module\";a:2:{i:0;s:3:\"fid\";i:1;s:6:\"module\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"file_usage\";}s:5:\"flood\";a:5:{s:6:\"fields\";a:5:{s:3:\"fid\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:5:\"event\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"identifier\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"expiration\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:7:\"indexes\";a:2:{s:5:\"allow\";a:3:{i:0;s:5:\"event\";i:1;s:10:\"identifier\";i:2;s:9:\"timestamp\";}s:5:\"purge\";a:1:{i:0;s:10:\"expiration\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"flood\";}s:11:\"menu_router\";a:5:{s:6:\"fields\";a:23:{s:4:\"path\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"load_functions\";a:2:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:1;}s:16:\"to_arg_functions\";a:2:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:1;}s:15:\"access_callback\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:16:\"access_arguments\";a:2:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;}s:13:\"page_callback\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"page_arguments\";a:2:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;}s:17:\"delivery_callback\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"fit\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"number_parts\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:7:\"context\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"tab_parent\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"tab_root\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"title_callback\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:15:\"title_arguments\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:14:\"theme_callback\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:15:\"theme_arguments\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"description\";a:2:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;}s:8:\"position\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:12:\"include_file\";a:2:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"medium\";}}s:7:\"indexes\";a:3:{s:3:\"fit\";a:1:{i:0;s:3:\"fit\";}s:10:\"tab_parent\";a:3:{i:0;a:2:{i:0;s:10:\"tab_parent\";i:1;i:64;}i:1;s:6:\"weight\";i:2;s:5:\"title\";}s:21:\"tab_root_weight_title\";a:3:{i:0;a:2:{i:0;s:8:\"tab_root\";i:1;i:64;}i:1;s:6:\"weight\";i:2;s:5:\"title\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"path\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:11:\"menu_router\";}s:10:\"menu_links\";a:5:{s:6:\"fields\";a:27:{s:9:\"menu_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"mlid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"plid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"link_path\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"router_path\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"link_title\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:7:\"options\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:12:\"translatable\";b:1;}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:6:\"system\";}s:6:\"hidden\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:8:\"external\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:12:\"has_children\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:8:\"expanded\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"depth\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:10:\"customized\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:2:\"p1\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p2\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p3\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p4\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p5\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p6\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p7\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p8\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:2:\"p9\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"updated\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:5:\"small\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}s:9:\"i18n_tsid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:4:{s:9:\"path_menu\";a:2:{i:0;a:2:{i:0;s:9:\"link_path\";i:1;i:128;}i:1;s:9:\"menu_name\";}s:22:\"menu_plid_expand_child\";a:4:{i:0;s:9:\"menu_name\";i:1;s:4:\"plid\";i:2;s:8:\"expanded\";i:3;s:12:\"has_children\";}s:12:\"menu_parents\";a:10:{i:0;s:9:\"menu_name\";i:1;s:2:\"p1\";i:2;s:2:\"p2\";i:3;s:2:\"p3\";i:4;s:2:\"p4\";i:5;s:2:\"p5\";i:6;s:2:\"p6\";i:7;s:2:\"p7\";i:8;s:2:\"p8\";i:9;s:2:\"p9\";}s:11:\"router_path\";a:1:{i:0;a:2:{i:0;s:11:\"router_path\";i:1;i:128;}}}s:11:\"primary key\";a:1:{i:0;s:4:\"mlid\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:10:\"menu_links\";}s:5:\"queue\";a:5:{s:6:\"fields\";a:5:{s:7:\"item_id\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:7:\"item_id\";}s:7:\"indexes\";a:2:{s:12:\"name_created\";a:2:{i:0;s:4:\"name\";i:1;s:7:\"created\";}s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:5:\"queue\";}s:8:\"registry\";a:5:{s:6:\"fields\";a:5:{s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:9;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filename\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:4:\"name\";i:1;s:4:\"type\";}s:7:\"indexes\";a:1:{s:4:\"hook\";a:3:{i:0;s:4:\"type\";i:1;s:6:\"weight\";i:2;s:6:\"module\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:8:\"registry\";}s:13:\"registry_file\";a:4:{s:6:\"fields\";a:2:{s:8:\"filename\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:4:\"hash\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:8:\"filename\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:13:\"registry_file\";}s:9:\"semaphore\";a:5:{s:6:\"fields\";a:3:{s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"value\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"expire\";a:3:{s:4:\"type\";s:5:\"float\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;}}s:7:\"indexes\";a:2:{s:5:\"value\";a:1:{i:0;s:5:\"value\";}s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:9:\"semaphore\";}s:9:\"sequences\";a:4:{s:6:\"fields\";a:1:{s:5:\"value\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:5:\"value\";}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:9:\"sequences\";}s:8:\"sessions\";a:6:{s:6:\"fields\";a:7:{s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"sid\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;}s:4:\"ssid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"hostname\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"cache\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"session\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"sid\";i:1;s:4:\"ssid\";}s:7:\"indexes\";a:3:{s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:4:\"ssid\";a:1:{i:0;s:4:\"ssid\";}}s:12:\"foreign keys\";a:1:{s:12:\"session_user\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:8:\"sessions\";}s:6:\"system\";a:5:{s:6:\"fields\";a:9:{s:8:\"filename\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"owner\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"bootstrap\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:14:\"schema_version\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:-1;s:4:\"size\";s:5:\"small\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"info\";a:2:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:8:\"filename\";}s:7:\"indexes\";a:2:{s:11:\"system_list\";a:5:{i:0;s:6:\"status\";i:1;s:9:\"bootstrap\";i:2;s:4:\"type\";i:3;s:6:\"weight\";i:4;s:4:\"name\";}s:9:\"type_name\";a:2:{i:0;s:4:\"type\";i:1;s:4:\"name\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:6:\"system\";}s:9:\"url_alias\";a:5:{s:6:\"fields\";a:4:{s:3:\"pid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:6:\"source\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"alias\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:7:\"indexes\";a:2:{s:18:\"alias_language_pid\";a:3:{i:0;s:5:\"alias\";i:1;s:8:\"language\";i:2;s:3:\"pid\";}s:19:\"source_language_pid\";a:3:{i:0;s:6:\"source\";i:1;s:8:\"language\";i:2;s:3:\"pid\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:9:\"url_alias\";}s:18:\"taxonomy_term_data\";a:6:{s:6:\"fields\";a:8:{s:3:\"tid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"vid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:12:\"translatable\";b:1;}s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}s:9:\"i18n_tsid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"tid\";}s:12:\"foreign keys\";a:1:{s:10:\"vocabulary\";a:2:{s:5:\"table\";s:19:\"taxonomy_vocabulary\";s:7:\"columns\";a:1:{s:3:\"vid\";s:3:\"vid\";}}}s:7:\"indexes\";a:3:{s:13:\"taxonomy_tree\";a:3:{i:0;s:3:\"vid\";i:1;s:6:\"weight\";i:2;s:4:\"name\";}s:8:\"vid_name\";a:2:{i:0;s:3:\"vid\";i:1;s:4:\"name\";}s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:18:\"taxonomy_term_data\";}s:23:\"taxonomy_term_hierarchy\";a:6:{s:6:\"fields\";a:2:{s:3:\"tid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"parent\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"parent\";a:1:{i:0;s:6:\"parent\";}}s:12:\"foreign keys\";a:1:{s:18:\"taxonomy_term_data\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:3:\"tid\";s:3:\"tid\";}}}s:11:\"primary key\";a:2:{i:0;s:3:\"tid\";i:1;s:6:\"parent\";}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:23:\"taxonomy_term_hierarchy\";}s:19:\"taxonomy_vocabulary\";a:6:{s:6:\"fields\";a:9:{s:3:\"vid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:12:\"machine_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:12:\"translatable\";b:1;}s:9:\"hierarchy\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}s:9:\"i18n_mode\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:7:\"indexes\";a:1:{s:4:\"list\";a:2:{i:0;s:6:\"weight\";i:1;s:4:\"name\";}}s:11:\"unique keys\";a:1:{s:12:\"machine_name\";a:1:{i:0;s:12:\"machine_name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:19:\"taxonomy_vocabulary\";}s:14:\"taxonomy_index\";a:5:{s:6:\"fields\";a:4:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"tid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:2:{s:9:\"term_node\";a:3:{i:0;s:3:\"tid\";i:1;s:6:\"sticky\";i:2;s:7:\"created\";}s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}}s:12:\"foreign keys\";a:2:{s:12:\"tracked_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:3:\"nid\";s:3:\"nid\";}}s:4:\"term\";a:2:{s:5:\"table\";s:18:\"taxonomy_term_data\";s:7:\"columns\";a:1:{s:3:\"tid\";s:3:\"tid\";}}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:14:\"taxonomy_index\";}s:11:\"cache_token\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"token\";s:4:\"name\";s:11:\"cache_token\";}s:12:\"cache_update\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:6:\"update\";s:4:\"name\";s:12:\"cache_update\";}s:7:\"authmap\";a:7:{s:6:\"fields\";a:4:{s:3:\"aid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"authname\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"unique keys\";a:1:{s:8:\"authname\";a:1:{i:0;s:8:\"authname\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"aid\";}s:12:\"foreign keys\";a:1:{s:4:\"user\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:7:\"indexes\";a:1:{s:10:\"uid_module\";a:2:{i:0;s:3:\"uid\";i:1;s:6:\"module\";}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:7:\"authmap\";}s:15:\"role_permission\";a:6:{s:6:\"fields\";a:3:{s:3:\"rid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:10:\"permission\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"rid\";i:1;s:10:\"permission\";}s:7:\"indexes\";a:1:{s:10:\"permission\";a:1:{i:0;s:10:\"permission\";}}s:12:\"foreign keys\";a:1:{s:4:\"role\";a:2:{s:5:\"table\";s:4:\"role\";s:7:\"columns\";a:1:{s:3:\"rid\";s:3:\"rid\";}}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:15:\"role_permission\";}s:4:\"role\";a:6:{s:6:\"fields\";a:3:{s:3:\"rid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"rid\";}s:7:\"indexes\";a:1:{s:11:\"name_weight\";a:2:{i:0;s:4:\"name\";i:1;s:6:\"weight\";}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:4:\"role\";}s:5:\"users\";a:7:{s:6:\"fields\";a:17:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"pass\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"mail\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:254;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:5:\"theme\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"signature\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:16:\"signature_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"access\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"login\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"timezone\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"picture\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"init\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:254;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:7:\"indexes\";a:5:{s:6:\"access\";a:1:{i:0;s:6:\"access\";}s:7:\"created\";a:1:{i:0;s:7:\"created\";}s:7:\"changed\";a:1:{i:0;s:7:\"changed\";}s:4:\"mail\";a:1:{i:0;s:4:\"mail\";}s:7:\"picture\";a:1:{i:0;s:7:\"picture\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"uid\";}s:12:\"foreign keys\";a:1:{s:16:\"signature_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:16:\"signature_format\";s:6:\"format\";}}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:5:\"users\";}s:11:\"users_roles\";a:6:{s:6:\"fields\";a:2:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"rid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:3:\"rid\";}s:7:\"indexes\";a:1:{s:3:\"rid\";a:1:{i:0;s:3:\"rid\";}}s:12:\"foreign keys\";a:2:{s:4:\"user\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}s:4:\"role\";a:2:{s:5:\"table\";s:4:\"role\";s:7:\"columns\";a:1:{s:3:\"rid\";s:3:\"rid\";}}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:11:\"users_roles\";}s:14:\"cache_variable\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:8:\"variable\";s:4:\"name\";s:14:\"cache_variable\";}s:7:\"wysiwyg\";a:5:{s:6:\"fields\";a:3:{s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"editor\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"settings\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"normal\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:6:\"format\";}s:12:\"foreign keys\";a:1:{s:6:\"format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:6:\"format\";s:6:\"format\";}}}s:6:\"module\";s:7:\"wysiwyg\";s:4:\"name\";s:7:\"wysiwyg\";}s:12:\"wysiwyg_user\";a:6:{s:6:\"fields\";a:3:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"uid\";i:1;s:6:\"format\";}s:7:\"indexes\";a:1:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:12:\"foreign keys\";a:2:{s:3:\"uid\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}s:6:\"format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:6:\"format\";s:6:\"format\";}}}s:6:\"module\";s:7:\"wysiwyg\";s:4:\"name\";s:12:\"wysiwyg_user\";}s:11:\"field_group\";a:7:{s:6:\"export\";a:8:{s:3:\"key\";s:10:\"identifier\";s:10:\"identifier\";s:11:\"field_group\";s:12:\"default hook\";s:16:\"field_group_info\";s:13:\"load callback\";s:36:\"field_group_group_load_by_identifier\";s:13:\"save callback\";s:22:\"field_group_group_save\";s:15:\"delete callback\";s:31:\"field_group_group_export_delete\";s:11:\"can disable\";b:1;s:3:\"api\";a:4:{s:5:\"owner\";s:11:\"field_group\";s:3:\"api\";s:11:\"field_group\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"fields\";a:8:{s:2:\"id\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:9:\"no export\";b:1;}s:10:\"identifier\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"group_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"mode\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"parent_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:7:\"indexes\";a:1:{s:10:\"group_name\";a:1:{i:0;s:10:\"group_name\";}}s:11:\"unique keys\";a:1:{s:10:\"identifier\";a:1:{i:0;s:10:\"identifier\";}}s:6:\"module\";s:11:\"field_group\";s:4:\"name\";s:11:\"field_group\";}s:14:\"pathauto_state\";a:4:{s:6:\"fields\";a:3:{s:11:\"entity_type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:9:\"entity_id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:8:\"pathauto\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:2:{i:0;s:11:\"entity_type\";i:1;s:9:\"entity_id\";}s:6:\"module\";s:8:\"pathauto\";s:4:\"name\";s:14:\"pathauto_state\";}s:9:\"i18n_path\";a:7:{s:6:\"fields\";a:5:{s:4:\"tpid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"tsid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"path\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"pid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:4:\"path\";a:1:{i:0;s:4:\"path\";}}s:11:\"unique keys\";a:1:{s:12:\"set_language\";a:2:{i:0;s:4:\"tsid\";i:1;s:8:\"language\";}}s:12:\"foreign keys\";a:2:{s:13:\"path_language\";a:2:{s:5:\"table\";s:9:\"languages\";s:7:\"columns\";a:1:{s:8:\"language\";s:8:\"language\";}}s:15:\"translation_set\";a:2:{s:5:\"table\";s:16:\"i18n_translation\";s:7:\"columns\";a:1:{s:4:\"tsid\";s:4:\"tsid\";}}}s:11:\"primary key\";a:1:{i:0;s:4:\"tpid\";}s:6:\"module\";s:9:\"i18n_path\";s:4:\"name\";s:9:\"i18n_path\";}s:11:\"i18n_string\";a:5:{s:6:\"fields\";a:8:{s:3:\"lid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"textgroup\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:7:\"default\";}s:7:\"context\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"objectid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"property\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"objectindex\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"lid\";}s:7:\"indexes\";a:1:{s:13:\"group_context\";a:2:{i:0;s:9:\"textgroup\";i:1;a:2:{i:0;s:7:\"context\";i:1;i:50;}}}s:6:\"module\";s:11:\"i18n_string\";s:4:\"name\";s:11:\"i18n_string\";}s:10:\"views_view\";a:6:{s:6:\"export\";a:17:{s:10:\"identifier\";s:4:\"view\";s:11:\"bulk export\";b:1;s:11:\"primary key\";s:3:\"vid\";s:12:\"default hook\";s:19:\"views_default_views\";s:11:\"admin_title\";s:10:\"human_name\";s:17:\"admin_description\";s:11:\"description\";s:3:\"api\";a:4:{s:5:\"owner\";s:5:\"views\";s:3:\"api\";s:13:\"views_default\";s:15:\"minimum_version\";s:1:\"2\";s:15:\"current_version\";s:3:\"3.0\";}s:6:\"object\";s:4:\"view\";s:19:\"subrecords callback\";s:26:\"views_load_display_records\";s:6:\"status\";s:14:\"views_defaults\";s:15:\"create callback\";s:14:\"views_new_view\";s:13:\"save callback\";s:15:\"views_save_view\";s:15:\"delete callback\";s:17:\"views_delete_view\";s:15:\"export callback\";s:17:\"views_export_view\";s:15:\"status callback\";s:19:\"views_export_status\";s:14:\"cache defaults\";b:1;s:17:\"default cache bin\";s:11:\"cache_views\";}s:6:\"fields\";a:7:{s:3:\"vid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:9:\"no export\";b:1;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:11:\"description\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:3:\"tag\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:10:\"base_table\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:10:\"human_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:4:\"core\";a:2:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:10:\"views_view\";}s:13:\"views_display\";a:5:{s:6:\"fields\";a:6:{s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:9:\"no export\";b:1;}s:2:\"id\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:13:\"display_title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:14:\"display_plugin\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:8:\"position\";a:2:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;}s:15:\"display_options\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;s:18:\"serialized default\";s:6:\"a:0:{}\";}}s:7:\"indexes\";a:1:{s:3:\"vid\";a:2:{i:0;s:3:\"vid\";i:1;s:8:\"position\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"vid\";i:1;s:2:\"id\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:13:\"views_display\";}s:11:\"cache_views\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:11:\"cache_views\";}s:16:\"cache_views_data\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:16:\"cache_views_data\";}s:12:\"rules_config\";a:6:{s:6:\"fields\";a:12:{s:2:\"id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:8:\"not null\";b:1;}s:5:\"label\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:9:\"unlabeled\";}s:6:\"plugin\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:127;s:8:\"not null\";b:1;}s:6:\"active\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:6:\"weight\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";}s:5:\"dirty\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:5:\"owner\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:5:\"rules\";}s:14:\"access_exposed\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:1:{s:6:\"plugin\";a:2:{i:0;s:6:\"plugin\";i:1;s:6:\"active\";}}s:6:\"module\";s:5:\"rules\";s:4:\"name\";s:12:\"rules_config\";}s:13:\"rules_trigger\";a:5:{s:6:\"fields\";a:2:{s:2:\"id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:5:\"event\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"127\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:2:{i:0;s:2:\"id\";i:1;s:5:\"event\";}s:12:\"foreign keys\";a:2:{s:5:\"table\";s:12:\"rules_config\";s:7:\"columns\";a:1:{s:2:\"id\";s:2:\"id\";}}s:6:\"module\";s:5:\"rules\";s:4:\"name\";s:13:\"rules_trigger\";}s:10:\"rules_tags\";a:5:{s:6:\"fields\";a:2:{s:2:\"id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"tag\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:2:{i:0;s:2:\"id\";i:1;s:3:\"tag\";}s:12:\"foreign keys\";a:2:{s:5:\"table\";s:12:\"rules_config\";s:7:\"columns\";a:1:{s:2:\"id\";s:2:\"id\";}}s:6:\"module\";s:5:\"rules\";s:4:\"name\";s:10:\"rules_tags\";}s:18:\"rules_dependencies\";a:6:{s:6:\"fields\";a:2:{s:2:\"id\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:2:{i:0;s:2:\"id\";i:1;s:6:\"module\";}s:7:\"indexes\";a:1:{s:6:\"module\";a:1:{i:0;s:6:\"module\";}}s:12:\"foreign keys\";a:2:{s:5:\"table\";s:12:\"rules_config\";s:7:\"columns\";a:1:{s:2:\"id\";s:2:\"id\";}}s:6:\"module\";s:5:\"rules\";s:4:\"name\";s:18:\"rules_dependencies\";}s:11:\"cache_rules\";a:5:{s:6:\"fields\";a:5:{s:3:\"cid\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:3:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";}s:6:\"expire\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"serialized\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:6:\"expire\";a:1:{i:0;s:6:\"expire\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:6:\"module\";s:5:\"rules\";s:4:\"name\";s:11:\"cache_rules\";}s:21:\"page_manager_handlers\";a:7:{s:6:\"export\";a:7:{s:10:\"identifier\";s:7:\"handler\";s:11:\"bulk export\";b:1;s:15:\"export callback\";s:32:\"page_manager_export_task_handler\";s:13:\"load callback\";s:37:\"page_manager_export_task_handler_load\";s:15:\"delete callback\";s:32:\"page_manager_delete_task_handler\";s:11:\"primary key\";s:3:\"did\";s:3:\"api\";a:4:{s:5:\"owner\";s:12:\"page_manager\";s:3:\"api\";s:13:\"pages_default\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"fields\";a:7:{s:3:\"did\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:9:\"no export\";b:1;}s:4:\"name\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";}s:4:\"task\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";}s:7:\"subtask\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"handler\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";}s:6:\"weight\";a:1:{s:4:\"type\";s:3:\"int\";}s:4:\"conf\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}}s:11:\"primary key\";a:1:{i:0;s:3:\"did\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:1:{s:8:\"fulltask\";a:3:{i:0;s:4:\"task\";i:1;s:7:\"subtask\";i:2;s:6:\"weight\";}}s:6:\"module\";s:12:\"page_manager\";s:4:\"name\";s:21:\"page_manager_handlers\";}s:20:\"page_manager_weights\";a:5:{s:6:\"fields\";a:2:{s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:1:{s:4:\"type\";s:3:\"int\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:7:\"indexes\";a:1:{s:7:\"weights\";a:2:{i:0;s:4:\"name\";i:1;s:6:\"weight\";}}s:6:\"module\";s:12:\"page_manager\";s:4:\"name\";s:20:\"page_manager_weights\";}s:18:\"page_manager_pages\";a:7:{s:6:\"export\";a:4:{s:10:\"identifier\";s:4:\"page\";s:11:\"bulk export\";b:1;s:15:\"export callback\";s:24:\"page_manager_page_export\";s:3:\"api\";a:4:{s:5:\"owner\";s:12:\"page_manager\";s:3:\"api\";s:13:\"pages_default\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"fields\";a:10:{s:3:\"pid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:9:\"no export\";b:1;}s:4:\"name\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";}s:4:\"task\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:4:\"page\";}s:11:\"admin_title\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";}s:17:\"admin_description\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:14:\"object default\";s:0:\"\";}s:4:\"path\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";}s:6:\"access\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}s:4:\"menu\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}s:9:\"arguments\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}s:4:\"conf\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:1:{s:4:\"task\";a:1:{i:0;s:4:\"task\";}}s:6:\"module\";s:12:\"page_manager\";s:4:\"name\";s:18:\"page_manager_pages\";}s:19:\"i18n_block_language\";a:5:{s:6:\"fields\";a:3:{s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:5:\"delta\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:3:{i:0;s:6:\"module\";i:1;s:5:\"delta\";i:2;s:8:\"language\";}s:7:\"indexes\";a:1:{s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:6:\"module\";s:10:\"i18n_block\";s:4:\"name\";s:19:\"i18n_block_language\";}}',0,1646157100,1),('schema:runtime:',_binary 'a:20:{s:17:\"countries_country\";a:6:{s:6:\"fields\";a:9:{s:3:\"cid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"iso2\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:2;s:8:\"not null\";b:1;}s:4:\"iso3\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:3;s:8:\"not null\";b:0;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:95;s:8:\"not null\";b:1;}s:13:\"official_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:127;s:8:\"not null\";b:1;}s:7:\"numcode\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:0;}s:9:\"continent\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:2;s:8:\"not null\";b:1;}s:7:\"enabled\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:11:\"unique keys\";a:2:{s:4:\"iso2\";a:1:{i:0;s:4:\"iso2\";}s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:2:{s:7:\"enabled\";a:1:{i:0;s:7:\"enabled\";}s:9:\"continent\";a:1:{i:0;s:9:\"continent\";}}s:6:\"module\";s:9:\"countries\";s:4:\"name\";s:17:\"countries_country\";}s:20:\"i18n_translation_set\";a:5:{s:6:\"fields\";a:8:{s:4:\"tsid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"master_id\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:13:\"entity_bundle\";a:2:{i:0;s:4:\"type\";i:1;s:6:\"bundle\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"tsid\";}s:6:\"module\";s:16:\"i18n_translation\";s:4:\"name\";s:20:\"i18n_translation_set\";}s:4:\"node\";a:7:{s:6:\"fields\";a:14:{s:3:\"nid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"vid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;s:7:\"default\";N;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"comment\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"promote\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"tnid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"translate\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:10:{s:12:\"node_changed\";a:1:{i:0;s:7:\"changed\";}s:12:\"node_created\";a:1:{i:0;s:7:\"created\";}s:14:\"node_frontpage\";a:4:{i:0;s:7:\"promote\";i:1;s:6:\"status\";i:2;s:6:\"sticky\";i:3;s:7:\"created\";}s:16:\"node_status_type\";a:3:{i:0;s:6:\"status\";i:1;s:4:\"type\";i:2;s:3:\"nid\";}s:15:\"node_title_type\";a:2:{i:0;s:5:\"title\";i:1;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:9:\"node_type\";a:1:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:4:\"tnid\";a:1:{i:0;s:4:\"tnid\";}s:9:\"translate\";a:1:{i:0;s:9:\"translate\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:11:\"unique keys\";a:1:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}}s:12:\"foreign keys\";a:2:{s:13:\"node_revision\";a:2:{s:5:\"table\";s:13:\"node_revision\";s:7:\"columns\";a:1:{s:3:\"vid\";s:3:\"vid\";}}s:11:\"node_author\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:4:\"node\";}s:13:\"node_revision\";a:6:{s:6:\"fields\";a:10:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"vid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"log\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"comment\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"promote\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:2:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:12:\"foreign keys\";a:2:{s:14:\"versioned_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:3:\"nid\";s:3:\"nid\";}}s:14:\"version_author\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:13:\"node_revision\";}s:12:\"file_managed\";a:7:{s:6:\"fields\";a:9:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"filename\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"uri\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:6:\"binary\";b:1;}s:8:\"filemime\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filesize\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:3:\"big\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"type\";a:5:{s:11:\"description\";s:22:\"The type of this file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:9:\"undefined\";}}s:7:\"indexes\";a:4:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:6:\"status\";a:1:{i:0;s:6:\"status\";}s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:9:\"file_type\";a:1:{i:0;s:4:\"type\";}}s:11:\"unique keys\";a:1:{s:3:\"uri\";a:1:{i:0;s:3:\"uri\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:12:\"foreign keys\";a:1:{s:10:\"file_owner\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:12:\"file_managed\";}s:18:\"taxonomy_term_data\";a:6:{s:6:\"fields\";a:8:{s:3:\"tid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"vid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:12:\"translatable\";b:1;}s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}s:9:\"i18n_tsid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"tid\";}s:12:\"foreign keys\";a:1:{s:10:\"vocabulary\";a:2:{s:5:\"table\";s:19:\"taxonomy_vocabulary\";s:7:\"columns\";a:1:{s:3:\"vid\";s:3:\"vid\";}}}s:7:\"indexes\";a:3:{s:13:\"taxonomy_tree\";a:3:{i:0;s:3:\"vid\";i:1;s:6:\"weight\";i:2;s:4:\"name\";}s:8:\"vid_name\";a:2:{i:0;s:3:\"vid\";i:1;s:4:\"name\";}s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:18:\"taxonomy_term_data\";}s:19:\"taxonomy_vocabulary\";a:6:{s:6:\"fields\";a:9:{s:3:\"vid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:12:\"machine_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:12:\"translatable\";b:1;}s:9:\"hierarchy\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}s:9:\"i18n_mode\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:7:\"indexes\";a:1:{s:4:\"list\";a:2:{i:0;s:6:\"weight\";i:1;s:4:\"name\";}}s:11:\"unique keys\";a:1:{s:12:\"machine_name\";a:1:{i:0;s:12:\"machine_name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:19:\"taxonomy_vocabulary\";}s:7:\"wysiwyg\";a:5:{s:6:\"fields\";a:3:{s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"editor\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"settings\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"normal\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:6:\"format\";}s:12:\"foreign keys\";a:1:{s:6:\"format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:6:\"format\";s:6:\"format\";}}}s:6:\"module\";s:7:\"wysiwyg\";s:4:\"name\";s:7:\"wysiwyg\";}s:9:\"file_type\";a:5:{s:6:\"fields\";a:4:{s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"label\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";s:12:\"translatable\";b:1;}s:9:\"mimetypes\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:6:\"export\";a:9:{s:3:\"key\";s:4:\"type\";s:8:\"key name\";s:4:\"Type\";s:11:\"primary key\";s:4:\"type\";s:12:\"default hook\";s:18:\"file_default_types\";s:10:\"identifier\";s:9:\"file_type\";s:18:\"export type string\";s:11:\"ctools_type\";s:13:\"save callback\";s:14:\"file_type_save\";s:15:\"delete callback\";s:16:\"file_type_delete\";s:3:\"api\";a:4:{s:5:\"owner\";s:11:\"file_entity\";s:3:\"api\";s:9:\"file_type\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"module\";s:11:\"file_entity\";s:4:\"name\";s:9:\"file_type\";}s:18:\"page_manager_pages\";a:7:{s:6:\"export\";a:4:{s:10:\"identifier\";s:4:\"page\";s:11:\"bulk export\";b:1;s:15:\"export callback\";s:24:\"page_manager_page_export\";s:3:\"api\";a:4:{s:5:\"owner\";s:12:\"page_manager\";s:3:\"api\";s:13:\"pages_default\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"fields\";a:10:{s:3:\"pid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:9:\"no export\";b:1;}s:4:\"name\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";}s:4:\"task\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:4:\"page\";}s:11:\"admin_title\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";}s:17:\"admin_description\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:14:\"object default\";s:0:\"\";}s:4:\"path\";a:2:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";}s:6:\"access\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}s:4:\"menu\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}s:9:\"arguments\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}s:4:\"conf\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;s:14:\"object default\";a:0:{}}}s:11:\"primary key\";a:1:{i:0;s:3:\"pid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:1:{s:4:\"task\";a:1:{i:0;s:4:\"task\";}}s:6:\"module\";s:12:\"page_manager\";s:4:\"name\";s:18:\"page_manager_pages\";}s:16:\"date_format_type\";a:5:{s:6:\"fields\";a:3:{s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:5:\"title\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"locked\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:7:\"default\";i:0;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:7:\"indexes\";a:1:{s:5:\"title\";a:1:{i:0;s:5:\"title\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:16:\"date_format_type\";}s:12:\"date_formats\";a:5:{s:6:\"fields\";a:4:{s:4:\"dfid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:8:\"unsigned\";b:1;}s:6:\"format\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:100;s:8:\"not null\";b:1;s:6:\"binary\";b:1;}s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:6:\"locked\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:7:\"default\";i:0;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"dfid\";}s:11:\"unique keys\";a:1:{s:7:\"formats\";a:2:{i:0;s:6:\"format\";i:1;s:4:\"type\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:12:\"date_formats\";}s:10:\"views_view\";a:6:{s:6:\"export\";a:17:{s:10:\"identifier\";s:4:\"view\";s:11:\"bulk export\";b:1;s:11:\"primary key\";s:3:\"vid\";s:12:\"default hook\";s:19:\"views_default_views\";s:11:\"admin_title\";s:10:\"human_name\";s:17:\"admin_description\";s:11:\"description\";s:3:\"api\";a:4:{s:5:\"owner\";s:5:\"views\";s:3:\"api\";s:13:\"views_default\";s:15:\"minimum_version\";s:1:\"2\";s:15:\"current_version\";s:3:\"3.0\";}s:6:\"object\";s:4:\"view\";s:19:\"subrecords callback\";s:26:\"views_load_display_records\";s:6:\"status\";s:14:\"views_defaults\";s:15:\"create callback\";s:14:\"views_new_view\";s:13:\"save callback\";s:15:\"views_save_view\";s:15:\"delete callback\";s:17:\"views_delete_view\";s:15:\"export callback\";s:17:\"views_export_view\";s:15:\"status callback\";s:19:\"views_export_status\";s:14:\"cache defaults\";b:1;s:17:\"default cache bin\";s:11:\"cache_views\";}s:6:\"fields\";a:7:{s:3:\"vid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:9:\"no export\";b:1;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:11:\"description\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:3:\"tag\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:10:\"base_table\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:10:\"human_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:4:\"core\";a:2:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:10:\"views_view\";}s:13:\"views_display\";a:5:{s:6:\"fields\";a:6:{s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:9:\"no export\";b:1;}s:2:\"id\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:13:\"display_title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:14:\"display_plugin\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:8:\"position\";a:2:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;}s:15:\"display_options\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;s:18:\"serialized default\";s:6:\"a:0:{}\";}}s:7:\"indexes\";a:1:{s:3:\"vid\";a:2:{i:0;s:3:\"vid\";i:1;s:8:\"position\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"vid\";i:1;s:2:\"id\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:13:\"views_display\";}s:21:\"field_collection_item\";a:4:{s:6:\"fields\";a:4:{s:7:\"item_id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:11:\"revision_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:10:\"field_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:8:\"archived\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:7:\"item_id\";}s:6:\"module\";s:16:\"field_collection\";s:4:\"name\";s:21:\"field_collection_item\";}s:30:\"field_collection_item_revision\";a:6:{s:6:\"fields\";a:2:{s:11:\"revision_id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:7:\"item_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:11:\"revision_id\";}s:7:\"indexes\";a:1:{s:7:\"item_id\";a:1:{i:0;s:7:\"item_id\";}}s:12:\"foreign keys\";a:1:{s:31:\"versioned_field_collection_item\";a:2:{s:5:\"table\";s:21:\"field_collection_item\";s:7:\"columns\";a:1:{s:7:\"item_id\";s:7:\"item_id\";}}}s:6:\"module\";s:16:\"field_collection\";s:4:\"name\";s:30:\"field_collection_item_revision\";}s:18:\"og_membership_type\";a:5:{s:6:\"fields\";a:6:{s:2:\"id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"description\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:18:\"og_membership_type\";}s:13:\"og_membership\";a:6:{s:6:\"fields\";a:10:{s:2:\"id\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"etid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"gid\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:6:\"normal\";s:8:\"not null\";b:1;}s:10:\"group_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"state\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"field_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:7:\"indexes\";a:3:{s:6:\"entity\";a:2:{i:0;s:4:\"etid\";i:1;s:11:\"entity_type\";}s:5:\"group\";a:2:{i:0;s:3:\"gid\";i:1;s:10:\"group_type\";}s:10:\"group_type\";a:1:{i:0;s:10:\"group_type\";}}s:12:\"foreign keys\";a:2:{s:18:\"og_membership_type\";a:2:{s:5:\"table\";s:18:\"og_membership_type\";s:7:\"columns\";a:1:{s:4:\"name\";s:4:\"name\";}}s:5:\"group\";a:2:{s:5:\"table\";s:2:\"og\";s:7:\"columns\";a:1:{s:3:\"gid\";s:3:\"gid\";}}}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:13:\"og_membership\";}s:12:\"rules_config\";a:6:{s:6:\"fields\";a:12:{s:2:\"id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:8:\"not null\";b:1;}s:5:\"label\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:9:\"unlabeled\";}s:6:\"plugin\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:127;s:8:\"not null\";b:1;}s:6:\"active\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:6:\"weight\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";}s:5:\"dirty\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:5:\"owner\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:5:\"rules\";}s:14:\"access_exposed\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:1:{s:6:\"plugin\";a:2:{i:0;s:6:\"plugin\";i:1;s:6:\"active\";}}s:6:\"module\";s:5:\"rules\";s:4:\"name\";s:12:\"rules_config\";}s:5:\"users\";a:7:{s:6:\"fields\";a:17:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"pass\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"mail\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:254;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:5:\"theme\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"signature\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:16:\"signature_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"access\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"login\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"timezone\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"picture\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"init\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:254;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:7:\"indexes\";a:5:{s:6:\"access\";a:1:{i:0;s:6:\"access\";}s:7:\"created\";a:1:{i:0;s:7:\"created\";}s:7:\"changed\";a:1:{i:0;s:7:\"changed\";}s:4:\"mail\";a:1:{i:0;s:4:\"mail\";}s:7:\"picture\";a:1:{i:0;s:7:\"picture\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"uid\";}s:12:\"foreign keys\";a:1:{s:16:\"signature_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:16:\"signature_format\";s:6:\"format\";}}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:5:\"users\";}}',0,1646180072,1),('schema:runtime:1',_binary 'a:21:{s:17:\"countries_country\";a:6:{s:6:\"fields\";a:9:{s:3:\"cid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"iso2\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:2;s:8:\"not null\";b:1;}s:4:\"iso3\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:3;s:8:\"not null\";b:0;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:95;s:8:\"not null\";b:1;}s:13:\"official_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:127;s:8:\"not null\";b:1;}s:7:\"numcode\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:5:\"small\";s:8:\"not null\";b:0;}s:9:\"continent\";a:3:{s:4:\"type\";s:4:\"char\";s:6:\"length\";i:2;s:8:\"not null\";b:1;}s:7:\"enabled\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"cid\";}s:11:\"unique keys\";a:2:{s:4:\"iso2\";a:1:{i:0;s:4:\"iso2\";}s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:2:{s:7:\"enabled\";a:1:{i:0;s:7:\"enabled\";}s:9:\"continent\";a:1:{i:0;s:9:\"continent\";}}s:6:\"module\";s:9:\"countries\";s:4:\"name\";s:17:\"countries_country\";}s:21:\"field_collection_item\";a:4:{s:6:\"fields\";a:4:{s:7:\"item_id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:11:\"revision_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}s:10:\"field_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;}s:8:\"archived\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:7:\"item_id\";}s:6:\"module\";s:16:\"field_collection\";s:4:\"name\";s:21:\"field_collection_item\";}s:30:\"field_collection_item_revision\";a:6:{s:6:\"fields\";a:2:{s:11:\"revision_id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:7:\"item_id\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:11:\"revision_id\";}s:7:\"indexes\";a:1:{s:7:\"item_id\";a:1:{i:0;s:7:\"item_id\";}}s:12:\"foreign keys\";a:1:{s:31:\"versioned_field_collection_item\";a:2:{s:5:\"table\";s:21:\"field_collection_item\";s:7:\"columns\";a:1:{s:7:\"item_id\";s:7:\"item_id\";}}}s:6:\"module\";s:16:\"field_collection\";s:4:\"name\";s:30:\"field_collection_item_revision\";}s:20:\"i18n_translation_set\";a:5:{s:6:\"fields\";a:8:{s:4:\"tsid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"master_id\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:1:{s:13:\"entity_bundle\";a:2:{i:0;s:4:\"type\";i:1;s:6:\"bundle\";}}s:11:\"primary key\";a:1:{i:0;s:4:\"tsid\";}s:6:\"module\";s:16:\"i18n_translation\";s:4:\"name\";s:20:\"i18n_translation_set\";}s:4:\"node\";a:7:{s:6:\"fields\";a:14:{s:3:\"nid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"vid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:0;s:7:\"default\";N;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"comment\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"promote\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"tnid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:9:\"translate\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:10:{s:12:\"node_changed\";a:1:{i:0;s:7:\"changed\";}s:12:\"node_created\";a:1:{i:0;s:7:\"created\";}s:14:\"node_frontpage\";a:4:{i:0;s:7:\"promote\";i:1;s:6:\"status\";i:2;s:6:\"sticky\";i:3;s:7:\"created\";}s:16:\"node_status_type\";a:3:{i:0;s:6:\"status\";i:1;s:4:\"type\";i:2;s:3:\"nid\";}s:15:\"node_title_type\";a:2:{i:0;s:5:\"title\";i:1;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:9:\"node_type\";a:1:{i:0;a:2:{i:0;s:4:\"type\";i:1;i:4;}}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:4:\"tnid\";a:1:{i:0;s:4:\"tnid\";}s:9:\"translate\";a:1:{i:0;s:9:\"translate\";}s:8:\"language\";a:1:{i:0;s:8:\"language\";}}s:11:\"unique keys\";a:1:{s:3:\"vid\";a:1:{i:0;s:3:\"vid\";}}s:12:\"foreign keys\";a:2:{s:13:\"node_revision\";a:2:{s:5:\"table\";s:13:\"node_revision\";s:7:\"columns\";a:1:{s:3:\"vid\";s:3:\"vid\";}}s:11:\"node_author\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:11:\"primary key\";a:1:{i:0;s:3:\"nid\";}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:4:\"node\";}s:13:\"node_revision\";a:6:{s:6:\"fields\";a:10:{s:3:\"nid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:3:\"vid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"log\";a:3:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:3:\"big\";}s:9:\"timestamp\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:7:\"comment\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"promote\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"sticky\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:7:\"indexes\";a:2:{s:3:\"nid\";a:1:{i:0;s:3:\"nid\";}s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:12:\"foreign keys\";a:2:{s:14:\"versioned_node\";a:2:{s:5:\"table\";s:4:\"node\";s:7:\"columns\";a:1:{s:3:\"nid\";s:3:\"nid\";}}s:14:\"version_author\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:6:\"module\";s:4:\"node\";s:4:\"name\";s:13:\"node_revision\";}s:18:\"og_membership_type\";a:5:{s:6:\"fields\";a:6:{s:2:\"id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"description\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:18:\"og_membership_type\";}s:13:\"og_membership\";a:6:{s:6:\"fields\";a:10:{s:2:\"id\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"etid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"gid\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:6:\"normal\";s:8:\"not null\";b:1;}s:10:\"group_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"32\";s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"state\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:10:\"field_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:7:\"indexes\";a:3:{s:6:\"entity\";a:2:{i:0;s:4:\"etid\";i:1;s:11:\"entity_type\";}s:5:\"group\";a:2:{i:0;s:3:\"gid\";i:1;s:10:\"group_type\";}s:10:\"group_type\";a:1:{i:0;s:10:\"group_type\";}}s:12:\"foreign keys\";a:2:{s:18:\"og_membership_type\";a:2:{s:5:\"table\";s:18:\"og_membership_type\";s:7:\"columns\";a:1:{s:4:\"name\";s:4:\"name\";}}s:5:\"group\";a:2:{s:5:\"table\";s:2:\"og\";s:7:\"columns\";a:1:{s:3:\"gid\";s:3:\"gid\";}}}s:6:\"module\";s:2:\"og\";s:4:\"name\";s:13:\"og_membership\";}s:12:\"file_managed\";a:7:{s:6:\"fields\";a:9:{s:3:\"fid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"filename\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:3:\"uri\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:6:\"binary\";b:1;}s:8:\"filemime\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"filesize\";a:5:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:3:\"big\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:9:\"timestamp\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"type\";a:5:{s:11:\"description\";s:22:\"The type of this file.\";s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:50;s:8:\"not null\";b:1;s:7:\"default\";s:9:\"undefined\";}}s:7:\"indexes\";a:4:{s:3:\"uid\";a:1:{i:0;s:3:\"uid\";}s:6:\"status\";a:1:{i:0;s:6:\"status\";}s:9:\"timestamp\";a:1:{i:0;s:9:\"timestamp\";}s:9:\"file_type\";a:1:{i:0;s:4:\"type\";}}s:11:\"unique keys\";a:1:{s:3:\"uri\";a:1:{i:0;s:3:\"uri\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"fid\";}s:12:\"foreign keys\";a:1:{s:10:\"file_owner\";a:2:{s:5:\"table\";s:5:\"users\";s:7:\"columns\";a:1:{s:3:\"uid\";s:3:\"uid\";}}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:12:\"file_managed\";}s:18:\"taxonomy_term_data\";a:6:{s:6:\"fields\";a:8:{s:3:\"tid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:3:\"vid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:12:\"translatable\";b:1;}s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}s:9:\"i18n_tsid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"tid\";}s:12:\"foreign keys\";a:1:{s:10:\"vocabulary\";a:2:{s:5:\"table\";s:19:\"taxonomy_vocabulary\";s:7:\"columns\";a:1:{s:3:\"vid\";s:3:\"vid\";}}}s:7:\"indexes\";a:3:{s:13:\"taxonomy_tree\";a:3:{i:0;s:3:\"vid\";i:1;s:6:\"weight\";i:2;s:4:\"name\";}s:8:\"vid_name\";a:2:{i:0;s:3:\"vid\";i:1;s:4:\"name\";}s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:18:\"taxonomy_term_data\";}s:19:\"taxonomy_vocabulary\";a:6:{s:6:\"fields\";a:9:{s:3:\"vid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;}s:4:\"name\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:12:\"machine_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:12:\"translatable\";b:1;}s:9:\"hierarchy\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:3:\"und\";}s:9:\"i18n_mode\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:7:\"indexes\";a:1:{s:4:\"list\";a:2:{i:0;s:6:\"weight\";i:1;s:4:\"name\";}}s:11:\"unique keys\";a:1:{s:12:\"machine_name\";a:1:{i:0;s:12:\"machine_name\";}}s:6:\"module\";s:8:\"taxonomy\";s:4:\"name\";s:19:\"taxonomy_vocabulary\";}s:5:\"users\";a:7:{s:6:\"fields\";a:17:{s:3:\"uid\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:60;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"pass\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"mail\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:254;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:5:\"theme\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:9:\"signature\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:16:\"signature_format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:7:\"created\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:7:\"changed\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"access\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:5:\"login\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"timezone\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:0;}s:8:\"language\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:12;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:7:\"picture\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:4:\"init\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:254;s:8:\"not null\";b:0;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:7:\"indexes\";a:5:{s:6:\"access\";a:1:{i:0;s:6:\"access\";}s:7:\"created\";a:1:{i:0;s:7:\"created\";}s:7:\"changed\";a:1:{i:0;s:7:\"changed\";}s:4:\"mail\";a:1:{i:0;s:4:\"mail\";}s:7:\"picture\";a:1:{i:0;s:7:\"picture\";}}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:11:\"primary key\";a:1:{i:0;s:3:\"uid\";}s:12:\"foreign keys\";a:1:{s:16:\"signature_format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:16:\"signature_format\";s:6:\"format\";}}}s:6:\"module\";s:4:\"user\";s:4:\"name\";s:5:\"users\";}s:7:\"wysiwyg\";a:5:{s:6:\"fields\";a:3:{s:6:\"format\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"editor\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:8:\"settings\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:6:\"normal\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:6:\"format\";}s:12:\"foreign keys\";a:1:{s:6:\"format\";a:2:{s:5:\"table\";s:13:\"filter_format\";s:7:\"columns\";a:1:{s:6:\"format\";s:6:\"format\";}}}s:6:\"module\";s:7:\"wysiwyg\";s:4:\"name\";s:7:\"wysiwyg\";}s:12:\"rules_config\";a:6:{s:6:\"fields\";a:12:{s:2:\"id\";a:2:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;}s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:8:\"not null\";b:1;}s:5:\"label\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;s:7:\"default\";s:9:\"unlabeled\";}s:6:\"plugin\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:127;s:8:\"not null\";b:1;}s:6:\"active\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;}s:6:\"weight\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"status\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:1;s:4:\"size\";s:4:\"tiny\";}s:5:\"dirty\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:6:\"module\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:0;}s:5:\"owner\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:5:\"rules\";}s:14:\"access_exposed\";a:4:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:7:\"indexes\";a:1:{s:6:\"plugin\";a:2:{i:0;s:6:\"plugin\";i:1;s:6:\"active\";}}s:6:\"module\";s:5:\"rules\";s:4:\"name\";s:12:\"rules_config\";}s:9:\"file_type\";a:5:{s:6:\"fields\";a:4:{s:4:\"type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:5:\"label\";a:5:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";s:12:\"translatable\";b:1;}s:11:\"description\";a:4:{s:4:\"type\";s:4:\"text\";s:8:\"not null\";b:1;s:4:\"size\";s:6:\"medium\";s:12:\"translatable\";b:1;}s:9:\"mimetypes\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:0;s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:6:\"export\";a:9:{s:3:\"key\";s:4:\"type\";s:8:\"key name\";s:4:\"Type\";s:11:\"primary key\";s:4:\"type\";s:12:\"default hook\";s:18:\"file_default_types\";s:10:\"identifier\";s:9:\"file_type\";s:18:\"export type string\";s:11:\"ctools_type\";s:13:\"save callback\";s:14:\"file_type_save\";s:15:\"delete callback\";s:16:\"file_type_delete\";s:3:\"api\";a:4:{s:5:\"owner\";s:11:\"file_entity\";s:3:\"api\";s:9:\"file_type\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"module\";s:11:\"file_entity\";s:4:\"name\";s:9:\"file_type\";}s:10:\"views_view\";a:6:{s:6:\"export\";a:17:{s:10:\"identifier\";s:4:\"view\";s:11:\"bulk export\";b:1;s:11:\"primary key\";s:3:\"vid\";s:12:\"default hook\";s:19:\"views_default_views\";s:11:\"admin_title\";s:10:\"human_name\";s:17:\"admin_description\";s:11:\"description\";s:3:\"api\";a:4:{s:5:\"owner\";s:5:\"views\";s:3:\"api\";s:13:\"views_default\";s:15:\"minimum_version\";s:1:\"2\";s:15:\"current_version\";s:3:\"3.0\";}s:6:\"object\";s:4:\"view\";s:19:\"subrecords callback\";s:26:\"views_load_display_records\";s:6:\"status\";s:14:\"views_defaults\";s:15:\"create callback\";s:14:\"views_new_view\";s:13:\"save callback\";s:15:\"views_save_view\";s:15:\"delete callback\";s:17:\"views_delete_view\";s:15:\"export callback\";s:17:\"views_export_view\";s:15:\"status callback\";s:19:\"views_export_status\";s:14:\"cache defaults\";b:1;s:17:\"default cache bin\";s:11:\"cache_views\";}s:6:\"fields\";a:7:{s:3:\"vid\";a:4:{s:4:\"type\";s:6:\"serial\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:9:\"no export\";b:1;}s:4:\"name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:11:\"description\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:3:\"tag\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:10:\"base_table\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:10:\"human_name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:7:\"default\";s:0:\"\";}s:4:\"core\";a:2:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;}}s:11:\"primary key\";a:1:{i:0;s:3:\"vid\";}s:11:\"unique keys\";a:1:{s:4:\"name\";a:1:{i:0;s:4:\"name\";}}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:10:\"views_view\";}s:11:\"field_group\";a:7:{s:6:\"export\";a:8:{s:3:\"key\";s:10:\"identifier\";s:10:\"identifier\";s:11:\"field_group\";s:12:\"default hook\";s:16:\"field_group_info\";s:13:\"load callback\";s:36:\"field_group_group_load_by_identifier\";s:13:\"save callback\";s:22:\"field_group_group_save\";s:15:\"delete callback\";s:31:\"field_group_group_export_delete\";s:11:\"can disable\";b:1;s:3:\"api\";a:4:{s:5:\"owner\";s:11:\"field_group\";s:3:\"api\";s:11:\"field_group\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"fields\";a:8:{s:2:\"id\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:9:\"no export\";b:1;}s:10:\"identifier\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:10:\"group_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"entity_type\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:6:\"bundle\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"mode\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:128;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:11:\"parent_name\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:32;s:8:\"not null\";b:1;s:7:\"default\";s:0:\"\";}s:4:\"data\";a:4:{s:4:\"type\";s:4:\"blob\";s:4:\"size\";s:3:\"big\";s:8:\"not null\";b:1;s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:2:\"id\";}s:7:\"indexes\";a:1:{s:10:\"group_name\";a:1:{i:0;s:10:\"group_name\";}}s:11:\"unique keys\";a:1:{s:10:\"identifier\";a:1:{i:0;s:10:\"identifier\";}}s:6:\"module\";s:11:\"field_group\";s:4:\"name\";s:11:\"field_group\";}s:13:\"views_display\";a:5:{s:6:\"fields\";a:6:{s:3:\"vid\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:9:\"no export\";b:1;}s:2:\"id\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:13:\"display_title\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:14:\"display_plugin\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:2:\"64\";s:7:\"default\";s:0:\"\";s:8:\"not null\";b:1;}s:8:\"position\";a:2:{s:4:\"type\";s:3:\"int\";s:7:\"default\";i:0;}s:15:\"display_options\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;s:18:\"serialized default\";s:6:\"a:0:{}\";}}s:7:\"indexes\";a:1:{s:3:\"vid\";a:2:{i:0;s:3:\"vid\";i:1;s:8:\"position\";}}s:11:\"primary key\";a:2:{i:0;s:3:\"vid\";i:1;s:2:\"id\";}s:6:\"module\";s:5:\"views\";s:4:\"name\";s:13:\"views_display\";}s:16:\"date_format_type\";a:5:{s:6:\"fields\";a:3:{s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:5:\"title\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:255;s:8:\"not null\";b:1;}s:6:\"locked\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:7:\"default\";i:0;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"type\";}s:7:\"indexes\";a:1:{s:5:\"title\";a:1:{i:0;s:5:\"title\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:16:\"date_format_type\";}s:12:\"date_formats\";a:5:{s:6:\"fields\";a:4:{s:4:\"dfid\";a:3:{s:4:\"type\";s:6:\"serial\";s:8:\"not null\";b:1;s:8:\"unsigned\";b:1;}s:6:\"format\";a:4:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:100;s:8:\"not null\";b:1;s:6:\"binary\";b:1;}s:4:\"type\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";i:64;s:8:\"not null\";b:1;}s:6:\"locked\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:7:\"default\";i:0;s:8:\"not null\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"dfid\";}s:11:\"unique keys\";a:1:{s:7:\"formats\";a:2:{i:0;s:6:\"format\";i:1;s:4:\"type\";}}s:6:\"module\";s:6:\"system\";s:4:\"name\";s:12:\"date_formats\";}s:12:\"file_display\";a:5:{s:6:\"fields\";a:4:{s:4:\"name\";a:3:{s:4:\"type\";s:7:\"varchar\";s:6:\"length\";s:3:\"255\";s:8:\"not null\";b:1;}s:6:\"weight\";a:3:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:1;s:7:\"default\";i:0;}s:6:\"status\";a:5:{s:4:\"type\";s:3:\"int\";s:8:\"unsigned\";b:1;s:8:\"not null\";b:1;s:7:\"default\";i:0;s:4:\"size\";s:4:\"tiny\";}s:8:\"settings\";a:4:{s:4:\"type\";s:4:\"blob\";s:8:\"not null\";b:0;s:4:\"size\";s:3:\"big\";s:9:\"serialize\";b:1;}}s:11:\"primary key\";a:1:{i:0;s:4:\"name\";}s:6:\"export\";a:7:{s:3:\"key\";s:4:\"name\";s:8:\"key name\";s:4:\"Name\";s:11:\"primary key\";s:4:\"name\";s:11:\"can disable\";b:0;s:12:\"default hook\";s:21:\"file_default_displays\";s:10:\"identifier\";s:12:\"file_display\";s:3:\"api\";a:4:{s:5:\"owner\";s:11:\"file_entity\";s:3:\"api\";s:21:\"file_default_displays\";s:15:\"minimum_version\";i:1;s:15:\"current_version\";i:1;}}s:6:\"module\";s:11:\"file_entity\";s:4:\"name\";s:12:\"file_display\";}}',0,1646163008,1),('system_cache_tables',_binary 'a:18:{i:0;s:11:\"cache_block\";i:1;s:16:\"cache_ctools_css\";i:2;s:11:\"cache_field\";i:3;s:11:\"cache_image\";i:4;s:15:\"cache_libraries\";i:5;s:26:\"cache_entity_og_membership\";i:6;s:31:\"cache_entity_og_membership_type\";i:7;s:11:\"cache_token\";i:8;s:14:\"cache_variable\";i:9;s:11:\"cache_views\";i:10;s:16:\"cache_views_data\";i:11;s:11:\"cache_rules\";i:12;s:5:\"cache\";i:13;s:10:\"cache_path\";i:14;s:12:\"cache_filter\";i:15;s:10:\"cache_page\";i:16;s:10:\"cache_form\";i:17;s:10:\"cache_menu\";}',0,1646157601,1),('theme_registry:build:modules',_binary 'a:421:{s:30:\"page_manager_handler_rearrange\";a:9:{s:14:\"render element\";s:4:\"form\";s:4:\"path\";s:51:\"sites/all/modules/contrib/ctools/page_manager/theme\";s:4:\"file\";s:22:\"page_manager.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:36:\"theme_page_manager_handler_rearrange\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/theme/page_manager.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"page_manager_edit_page\";a:9:{s:8:\"template\";s:22:\"page-manager-edit-page\";s:9:\"variables\";a:4:{s:4:\"page\";N;s:4:\"save\";N;s:10:\"operations\";a:0:{}s:7:\"content\";a:0:{}}s:4:\"path\";s:51:\"sites/all/modules/contrib/ctools/page_manager/theme\";s:4:\"file\";s:22:\"page_manager.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/theme/page_manager.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_page_manager_edit_page\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"page_manager_lock\";a:9:{s:9:\"variables\";a:1:{s:4:\"page\";a:0:{}}s:4:\"path\";s:51:\"sites/all/modules/contrib/ctools/page_manager/theme\";s:4:\"file\";s:22:\"page_manager.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:23:\"theme_page_manager_lock\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/theme/page_manager.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"page_manager_changed\";a:9:{s:9:\"variables\";a:2:{s:4:\"text\";N;s:11:\"description\";N;}s:4:\"path\";s:51:\"sites/all/modules/contrib/ctools/page_manager/theme\";s:4:\"file\";s:22:\"page_manager.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:26:\"theme_page_manager_changed\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/theme/page_manager.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:37:\"page_manager_page_form_argument_table\";a:9:{s:4:\"file\";s:14:\"page.admin.inc\";s:4:\"path\";s:59:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:43:\"theme_page_manager_page_form_argument_table\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"page_manager_page_lock\";a:9:{s:4:\"file\";s:14:\"page.admin.inc\";s:4:\"path\";s:59:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks\";s:9:\"variables\";a:2:{s:4:\"lock\";a:0:{}s:9:\"task_name\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:28:\"theme_page_manager_page_lock\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"page_manager_page_changed\";a:9:{s:4:\"file\";s:14:\"page.admin.inc\";s:4:\"path\";s:59:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks\";s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:31:\"theme_page_manager_page_changed\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"devel_querylog\";a:6:{s:9:\"variables\";a:2:{s:6:\"header\";a:0:{}s:4:\"rows\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/devel\";s:8:\"function\";s:20:\"theme_devel_querylog\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"devel_querylog_row\";a:6:{s:9:\"variables\";a:1:{s:3:\"row\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/devel\";s:8:\"function\";s:24:\"theme_devel_querylog_row\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"rules_elements\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:20:\"theme_rules_elements\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"rules_content_group\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:25:\"theme_rules_content_group\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:29:\"rules_parameter_configuration\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:35:\"theme_rules_parameter_configuration\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"rules_variable_view\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:25:\"theme_rules_variable_view\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"rules_data_selector_help\";a:8:{s:9:\"variables\";a:2:{s:9:\"parameter\";N;s:9:\"variables\";N;}s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:30:\"theme_rules_data_selector_help\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"rules_ui_variable_form\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:28:\"theme_rules_ui_variable_form\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"rules_log\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:15:\"theme_rules_log\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"rules_autocomplete\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:24:\"theme_rules_autocomplete\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"rules_debug_element\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:25:\"theme_rules_debug_element\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"rules_settings_help\";a:8:{s:9:\"variables\";a:2:{s:4:\"text\";s:0:\"\";s:7:\"heading\";s:0:\"\";}s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:25:\"theme_rules_settings_help\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"views_mini_pager\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:3:{s:4:\"tags\";a:0:{}s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:7:\"pattern\";s:18:\"views_mini_pager__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:22:\"theme_views_mini_pager\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"views_view_field\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:7:\"pattern\";s:18:\"views_view_field__\";s:9:\"variables\";a:3:{s:4:\"view\";N;s:5:\"field\";N;s:3:\"row\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:22:\"theme_views_view_field\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:36:\"template_preprocess_views_view_field\";}s:17:\"process functions\";a:0:{}}s:19:\"views_view_grouping\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:7:\"pattern\";s:21:\"views_view_grouping__\";s:9:\"variables\";a:5:{s:4:\"view\";N;s:8:\"grouping\";N;s:14:\"grouping_level\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:25:\"theme_views_view_grouping\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:39:\"template_preprocess_views_view_grouping\";}s:17:\"process functions\";a:0:{}}s:10:\"views_view\";a:10:{s:7:\"pattern\";s:12:\"views_view__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:2:{s:10:\"view_array\";a:0:{}s:4:\"view\";N;}s:8:\"template\";s:10:\"views-view\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_views_view\";i:2;s:44:\"better_exposed_filters_preprocess_views_view\";i:3;s:21:\"contextual_preprocess\";i:4;s:43:\"views_bulk_operations_preprocess_views_view\";i:5;s:30:\"views_ui_preprocess_views_view\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:27:\"template_process_views_view\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:22:\"views_view_unformatted\";a:10:{s:7:\"pattern\";s:24:\"views_view_unformatted__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:22:\"views-view-unformatted\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_views_view_unformatted\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:30:\"media_views_view_media_browser\";a:10:{s:7:\"pattern\";s:32:\"media_views_view_media_browser__\";s:4:\"file\";s:15:\"media.views.inc\";s:4:\"path\";s:31:\"sites/all/modules/contrib/media\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:30:\"media-views-view-media-browser\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/media/media.views.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:50:\"template_preprocess_media_views_view_media_browser\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"views_slideshow\";a:10:{s:7:\"pattern\";s:17:\"views_slideshow__\";s:4:\"file\";s:25:\"views_slideshow.theme.inc\";s:4:\"path\";s:47:\"sites/all/modules/contrib/views_slideshow/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-slideshow\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_slideshow\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"views_view_list\";a:10:{s:7:\"pattern\";s:17:\"views_view_list__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-list\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_view_list\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"views_view_grid\";a:10:{s:7:\"pattern\";s:17:\"views_view_grid__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-grid\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_view_grid\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:16:\"views_view_table\";a:10:{s:7:\"pattern\";s:18:\"views_view_table__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:16:\"views-view-table\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_views_view_table\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:18:\"views_view_summary\";a:10:{s:7:\"pattern\";s:20:\"views_view_summary__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:18:\"views-view-summary\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_view_summary\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:30:\"views_view_summary_unformatted\";a:10:{s:7:\"pattern\";s:32:\"views_view_summary_unformatted__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:30:\"views-view-summary-unformatted\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:50:\"template_preprocess_views_view_summary_unformatted\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:14:\"views_view_rss\";a:10:{s:7:\"pattern\";s:16:\"views_view_rss__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:14:\"views-view-rss\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:34:\"template_preprocess_views_view_rss\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:28:\"views_view_summary_jump_menu\";a:10:{s:7:\"pattern\";s:30:\"views_view_summary_jump_menu__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:28:\"views-view-summary-jump-menu\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:20:\"views_view_jump_menu\";a:10:{s:7:\"pattern\";s:22:\"views_view_jump_menu__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:20:\"views-view-jump-menu\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"views_view_fields\";a:10:{s:7:\"pattern\";s:19:\"views_view_fields__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:17:\"views-view-fields\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_views_view_fields\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:18:\"views_view_row_rss\";a:10:{s:7:\"pattern\";s:20:\"views_view_row_rss__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:18:\"views-view-row-rss\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_view_row_rss\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"views_form_views_form\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:27:\"theme_views_form_views_form\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"views_exposed_form\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:8:\"template\";s:18:\"views-exposed-form\";s:7:\"pattern\";s:20:\"views_exposed_form__\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_exposed_form\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:10:\"views_more\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:8:\"template\";s:10:\"views-more\";s:7:\"pattern\";s:12:\"views_more__\";s:9:\"variables\";a:3:{s:8:\"more_url\";N;s:9:\"link_text\";s:4:\"more\";s:4:\"view\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"horizontal_tabs\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/field_group\";s:8:\"function\";s:21:\"theme_horizontal_tabs\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"multipage\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/field_group\";s:8:\"function\";s:15:\"theme_multipage\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"multipage_pane\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/field_group\";s:8:\"function\";s:20:\"theme_multipage_pane\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"wysiwyg_profile_overview\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/wysiwyg\";s:8:\"function\";s:30:\"theme_wysiwyg_profile_overview\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:26:\"wysiwyg_admin_button_table\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/wysiwyg\";s:8:\"function\";s:32:\"theme_wysiwyg_admin_button_table\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"wysiwyg_dialog_page\";a:8:{s:14:\"render element\";s:4:\"page\";s:4:\"file\";s:18:\"wysiwyg.dialog.inc\";s:8:\"template\";s:53:\"sites/all/modules/contrib/wysiwyg/wysiwyg-dialog-page\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/wysiwyg\";s:8:\"includes\";a:1:{i:0;s:52:\"sites/all/modules/contrib/wysiwyg/wysiwyg.dialog.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:39:\"template_preprocess_wysiwyg_dialog_page\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:36:\"template_process_wysiwyg_dialog_page\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:35:\"webform_preplayslider_slider_labels\";a:6:{s:8:\"template\";s:74:\"sites/all/modules/custom/webform_preplayslider/templates/playslider-labels\";s:9:\"variables\";a:3:{s:6:\"ranges\";N;s:9:\"component\";N;s:5:\"value\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:46:\"sites/all/modules/custom/webform_preplayslider\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:36:\"webform_playslideradpt_slider_labels\";a:6:{s:8:\"template\";s:79:\"sites/all/modules/custom/webform_playslideradpt/templates/playslideradpt-labels\";s:9:\"variables\";a:3:{s:6:\"ranges\";N;s:9:\"component\";N;s:5:\"value\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:47:\"sites/all/modules/custom/webform_playslideradpt\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:32:\"webform_playslider_slider_labels\";a:6:{s:8:\"template\";s:71:\"sites/all/modules/custom/webform_playslider/templates/playslider-labels\";s:9:\"variables\";a:3:{s:6:\"ranges\";N;s:9:\"component\";N;s:5:\"value\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:43:\"sites/all/modules/custom/webform_playslider\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:28:\"views_ui_display_tab_setting\";a:7:{s:9:\"variables\";a:7:{s:11:\"description\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"settings_links\";a:0:{}s:10:\"overridden\";b:0;s:9:\"defaulted\";b:0;s:21:\"description_separator\";b:1;s:5:\"class\";a:0:{}}s:8:\"template\";s:28:\"views-ui-display-tab-setting\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:48:\"template_preprocess_views_ui_display_tab_setting\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:27:\"views_ui_display_tab_bucket\";a:7:{s:14:\"render element\";s:7:\"element\";s:8:\"template\";s:27:\"views-ui-display-tab-bucket\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:47:\"template_preprocess_views_ui_display_tab_bucket\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:23:\"views_ui_rearrange_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:29:\"theme_views_ui_rearrange_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"views_ui_rearrange_filter_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:36:\"theme_views_ui_rearrange_filter_form\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:27:\"views_ui_expose_filter_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:33:\"theme_views_ui_expose_filter_form\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"views_ui_view_info\";a:8:{s:9:\"variables\";a:2:{s:4:\"view\";N;s:4:\"base\";N;}s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:24:\"theme_views_ui_view_info\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:32:\"views_ui_build_group_filter_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:38:\"theme_views_ui_build_group_filter_form\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"views_tabset\";a:6:{s:9:\"variables\";a:1:{s:4:\"tabs\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:18:\"theme_views_tabset\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"views_tab\";a:6:{s:9:\"variables\";a:1:{s:4:\"body\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:15:\"theme_views_tab\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"views_ui_reorder_displays_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:36:\"theme_views_ui_reorder_displays_form\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:27:\"views_ui_style_plugin_table\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:33:\"theme_views_ui_style_plugin_table\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:29:\"views_ui_view_preview_section\";a:6:{s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"section\";N;s:7:\"content\";N;s:5:\"links\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:35:\"theme_views_ui_view_preview_section\";s:20:\"preprocess functions\";a:1:{i:0;s:49:\"template_preprocess_views_ui_view_preview_section\";}s:17:\"process functions\";a:0:{}}s:15:\"views_container\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"theme/theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:21:\"theme_views_container\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"views_slideshow_cycle\";a:9:{s:9:\"variables\";a:4:{s:4:\"view\";N;s:8:\"settings\";a:0:{}s:4:\"rows\";a:0:{}s:5:\"title\";s:0:\"\";}s:8:\"template\";s:99:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle\";s:4:\"file\";s:37:\"theme/views_slideshow_cycle.theme.inc\";s:7:\"pattern\";s:23:\"views_slideshow_cycle__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:71:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle\";s:8:\"includes\";a:1:{i:0;s:109:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:32:\"views_slideshow_cycle_main_frame\";a:9:{s:9:\"variables\";a:4:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";N;s:4:\"rows\";N;}s:8:\"template\";s:110:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame\";s:4:\"file\";s:37:\"theme/views_slideshow_cycle.theme.inc\";s:7:\"pattern\";s:34:\"views_slideshow_cycle_main_frame__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:71:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle\";s:8:\"includes\";a:1:{i:0;s:109:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:52:\"template_preprocess_views_slideshow_cycle_main_frame\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:36:\"views_slideshow_cycle_main_frame_row\";a:9:{s:9:\"variables\";a:4:{s:6:\"vss_id\";N;s:5:\"items\";N;s:5:\"count\";N;s:4:\"view\";N;}s:8:\"template\";s:114:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame-row\";s:4:\"file\";s:37:\"theme/views_slideshow_cycle.theme.inc\";s:7:\"pattern\";s:38:\"views_slideshow_cycle_main_frame_row__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:71:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle\";s:8:\"includes\";a:1:{i:0;s:109:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:56:\"template_preprocess_views_slideshow_cycle_main_frame_row\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:41:\"views_slideshow_cycle_main_frame_row_item\";a:9:{s:9:\"variables\";a:5:{s:4:\"item\";N;s:10:\"item_count\";N;s:5:\"count\";N;s:4:\"view\";N;s:6:\"length\";N;}s:8:\"template\";s:119:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame-row-item\";s:4:\"file\";s:37:\"theme/views_slideshow_cycle.theme.inc\";s:7:\"pattern\";s:43:\"views_slideshow_cycle_main_frame_row_item__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:71:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle\";s:8:\"includes\";a:1:{i:0;s:109:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:61:\"template_preprocess_views_slideshow_cycle_main_frame_row_item\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:28:\"views_slideshow_main_section\";a:9:{s:9:\"variables\";a:3:{s:6:\"vss_id\";N;s:6:\"slides\";N;s:6:\"plugin\";N;}s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:30:\"views_slideshow_main_section__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"function\";s:34:\"theme_views_slideshow_main_section\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:35:\"views_slideshow_pager_widget_render\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:37:\"views_slideshow_pager_widget_render__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"function\";s:41:\"theme_views_slideshow_pager_widget_render\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:28:\"views_slideshow_pager_fields\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:10:\"attributes\";a:0:{}}s:8:\"template\";s:76:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-pager-fields\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:30:\"views_slideshow_pager_fields__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:48:\"template_preprocess_views_slideshow_pager_fields\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:33:\"views_slideshow_pager_field_field\";a:9:{s:9:\"variables\";a:3:{s:4:\"view\";N;s:5:\"field\";N;s:5:\"count\";N;}s:8:\"template\";s:81:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-pager-field-field\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:35:\"views_slideshow_pager_field_field__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:53:\"template_preprocess_views_slideshow_pager_field_field\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:32:\"views_slideshow_pager_field_item\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"item\";N;s:5:\"count\";N;s:8:\"location\";N;s:6:\"length\";N;}s:8:\"template\";s:80:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-pager-field-item\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:34:\"views_slideshow_pager_field_item__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:52:\"template_preprocess_views_slideshow_pager_field_item\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:38:\"views_slideshow_controls_widget_render\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:40:\"views_slideshow_controls_widget_render__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"function\";s:44:\"theme_views_slideshow_controls_widget_render\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:29:\"views_slideshow_controls_text\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:8:\"template\";s:77:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-controls-text\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:31:\"views_slideshow_controls_text__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:49:\"template_preprocess_views_slideshow_controls_text\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:38:\"views_slideshow_controls_text_previous\";a:9:{s:9:\"variables\";a:3:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}}s:8:\"template\";s:86:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-controls-text-previous\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:40:\"views_slideshow_controls_text_previous__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:58:\"template_preprocess_views_slideshow_controls_text_previous\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:35:\"views_slideshow_controls_text_pause\";a:9:{s:9:\"variables\";a:3:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}}s:8:\"template\";s:83:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-controls-text-pause\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:37:\"views_slideshow_controls_text_pause__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:55:\"template_preprocess_views_slideshow_controls_text_pause\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:34:\"views_slideshow_controls_text_next\";a:9:{s:9:\"variables\";a:3:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}}s:8:\"template\";s:82:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-controls-text-next\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:36:\"views_slideshow_controls_text_next__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:54:\"template_preprocess_views_slideshow_controls_text_next\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:43:\"views_slideshow_slide_counter_widget_render\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:39:\"views_slideshow_counter_widget_render__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"function\";s:49:\"theme_views_slideshow_slide_counter_widget_render\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:29:\"views_slideshow_slide_counter\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:8:\"template\";s:77:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-slide-counter\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:31:\"views_slideshow_slide_counter__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:49:\"template_preprocess_views_slideshow_slide_counter\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:32:\"views_bulk_operations_select_all\";a:6:{s:9:\"variables\";a:2:{s:4:\"view\";N;s:23:\"enable_select_all_pages\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:47:\"sites/all/modules/contrib/views_bulk_operations\";s:8:\"function\";s:38:\"theme_views_bulk_operations_select_all\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:34:\"views_bulk_operations_confirmation\";a:6:{s:9:\"variables\";a:4:{s:4:\"rows\";N;s:3:\"vbo\";N;s:9:\"operation\";N;s:16:\"select_all_pages\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:47:\"sites/all/modules/contrib/views_bulk_operations\";s:8:\"function\";s:40:\"theme_views_bulk_operations_confirmation\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"variable_table_select\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:17:\"variable.form.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:34:\"sites/all/modules/contrib/variable\";s:8:\"function\";s:27:\"theme_variable_table_select\";s:8:\"includes\";a:1:{i:0;s:52:\"sites/all/modules/contrib/variable/variable.form.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"user_picture\";a:6:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:8:\"template\";s:25:\"modules/user/user-picture\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_user_picture\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:12:\"user_profile\";a:8:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:25:\"modules/user/user-profile\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.pages.inc\";}s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_user_profile\";i:2;s:21:\"contextual_preprocess\";i:3;s:27:\"rdf_preprocess_user_profile\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"user_profile_category\";a:8:{s:14:\"render element\";s:7:\"element\";s:8:\"template\";s:34:\"modules/user/user-profile-category\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.pages.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:41:\"template_preprocess_user_profile_category\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"user_profile_item\";a:8:{s:14:\"render element\";s:7:\"element\";s:8:\"template\";s:30:\"modules/user/user-profile-item\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.pages.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_user_profile_item\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:9:\"user_list\";a:6:{s:9:\"variables\";a:2:{s:5:\"users\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:15:\"theme_user_list\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"user_admin_permissions\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:28:\"theme_user_admin_permissions\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"user_admin_roles\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:22:\"theme_user_admin_roles\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:27:\"user_permission_description\";a:8:{s:9:\"variables\";a:2:{s:15:\"permission_item\";N;s:4:\"hide\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:33:\"theme_user_permission_description\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"user_signature\";a:6:{s:9:\"variables\";a:1:{s:9:\"signature\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:20:\"theme_user_signature\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:26:\"update_manager_update_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"update.manager.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:32:\"theme_update_manager_update_form\";s:8:\"includes\";a:1:{i:0;s:33:\"modules/update/update.manager.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"update_last_check\";a:6:{s:9:\"variables\";a:1:{s:4:\"last\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:23:\"theme_update_last_check\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"update_report\";a:8:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"file\";s:17:\"update.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:19:\"theme_update_report\";s:8:\"includes\";a:1:{i:0;s:32:\"modules/update/update.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"update_version\";a:8:{s:9:\"variables\";a:3:{s:7:\"version\";N;s:3:\"tag\";N;s:5:\"class\";a:0:{}}s:4:\"file\";s:17:\"update.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:20:\"theme_update_version\";s:8:\"includes\";a:1:{i:0;s:32:\"modules/update/update.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"update_status_label\";a:8:{s:9:\"variables\";a:1:{s:6:\"status\";N;}s:4:\"file\";s:17:\"update.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:25:\"theme_update_status_label\";s:8:\"includes\";a:1:{i:0;s:32:\"modules/update/update.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:7:\"toolbar\";a:7:{s:14:\"render element\";s:7:\"toolbar\";s:8:\"template\";s:7:\"toolbar\";s:4:\"path\";s:15:\"modules/toolbar\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/toolbar\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";i:2;s:26:\"toolbar_preprocess_toolbar\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:14:\"toolbar_toggle\";a:6:{s:9:\"variables\";a:2:{s:9:\"collapsed\";N;s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/toolbar\";s:8:\"function\";s:20:\"theme_toolbar_toggle\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"tree_table\";a:8:{s:9:\"variables\";a:5:{s:6:\"header\";a:0:{}s:4:\"rows\";a:0:{}s:10:\"attributes\";a:0:{}s:5:\"empty\";s:0:\"\";s:7:\"caption\";s:0:\"\";}s:4:\"file\";s:15:\"token.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/token\";s:8:\"function\";s:16:\"theme_tree_table\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/token/token.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"token_tree\";a:8:{s:9:\"variables\";a:6:{s:11:\"token_types\";a:0:{}s:12:\"global_types\";b:1;s:12:\"click_insert\";b:1;s:15:\"show_restricted\";b:0;s:15:\"recursion_limit\";i:3;s:6:\"dialog\";b:0;}s:4:\"file\";s:15:\"token.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/token\";s:8:\"function\";s:16:\"theme_token_tree\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/token/token.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"token_tree_link\";a:8:{s:9:\"variables\";a:8:{s:4:\"text\";N;s:7:\"options\";a:0:{}s:6:\"dialog\";b:1;s:11:\"token_types\";a:0:{}s:12:\"global_types\";b:1;s:12:\"click_insert\";b:1;s:15:\"show_restricted\";b:0;s:15:\"recursion_limit\";i:3;}s:4:\"file\";s:15:\"token.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/token\";s:8:\"function\";s:21:\"theme_token_tree_link\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/token/token.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"text_resize_block\";a:5:{s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/text_resize\";s:8:\"function\";s:23:\"theme_text_resize_block\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"taxonomy_overview_vocabularies\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:36:\"theme_taxonomy_overview_vocabularies\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"taxonomy_overview_terms\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:29:\"theme_taxonomy_overview_terms\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"taxonomy_term\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:30:\"modules/taxonomy/taxonomy-term\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:33:\"template_preprocess_taxonomy_term\";i:2;s:21:\"contextual_preprocess\";i:3;s:28:\"rdf_preprocess_taxonomy_term\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:4:\"html\";a:6:{s:14:\"render element\";s:4:\"page\";s:8:\"template\";s:19:\"modules/system/html\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:20:\"preprocess functions\";a:8:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_html\";i:2;s:21:\"contextual_preprocess\";i:3;s:26:\"og_context_preprocess_html\";i:4;s:24:\"passport_preprocess_html\";i:5;s:23:\"toolbar_preprocess_html\";i:6;s:20:\"i18n_preprocess_html\";i:7;s:21:\"views_preprocess_html\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:21:\"template_process_html\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:4:\"page\";a:6:{s:14:\"render element\";s:4:\"page\";s:8:\"template\";s:19:\"modules/system/page\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_page\";i:2;s:21:\"contextual_preprocess\";i:3;s:24:\"shortcut_preprocess_page\";i:4;s:37:\"views_bulk_operations_preprocess_page\";i:5;s:21:\"views_preprocess_page\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:21:\"template_process_page\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:6:\"region\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:21:\"modules/system/region\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_region\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"status_messages\";a:6:{s:9:\"variables\";a:1:{s:7:\"display\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:21:\"theme_status_messages\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:4:\"link\";a:6:{s:9:\"variables\";a:3:{s:4:\"text\";N;s:4:\"path\";N;s:7:\"options\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_link\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:5:\"links\";a:6:{s:9:\"variables\";a:3:{s:5:\"links\";N;s:10:\"attributes\";a:1:{s:5:\"class\";a:1:{i:0;s:5:\"links\";}}s:7:\"heading\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_links\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:5:\"image\";a:6:{s:9:\"variables\";a:6:{s:4:\"path\";N;s:5:\"width\";N;s:6:\"height\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";N;s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_image\";s:20:\"preprocess functions\";a:1:{i:0;s:20:\"rdf_preprocess_image\";}s:17:\"process functions\";a:0:{}}s:10:\"breadcrumb\";a:6:{s:9:\"variables\";a:1:{s:10:\"breadcrumb\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_breadcrumb\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:4:\"help\";a:6:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_help\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:5:\"table\";a:6:{s:9:\"variables\";a:8:{s:6:\"header\";N;s:6:\"footer\";N;s:4:\"rows\";N;s:10:\"attributes\";a:0:{}s:7:\"caption\";N;s:9:\"colgroups\";a:0:{}s:6:\"sticky\";b:1;s:5:\"empty\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_table\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"tablesort_indicator\";a:6:{s:9:\"variables\";a:1:{s:5:\"style\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_tablesort_indicator\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:4:\"mark\";a:6:{s:9:\"variables\";a:1:{s:4:\"type\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_mark\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"item_list\";a:6:{s:9:\"variables\";a:4:{s:5:\"items\";a:0:{}s:5:\"title\";N;s:4:\"type\";s:2:\"ul\";s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_item_list\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"more_help_link\";a:6:{s:9:\"variables\";a:1:{s:3:\"url\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_more_help_link\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"feed_icon\";a:6:{s:9:\"variables\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_feed_icon\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"more_link\";a:6:{s:9:\"variables\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_more_link\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:8:\"username\";a:6:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_username\";s:20:\"preprocess functions\";a:2:{i:0;s:28:\"template_preprocess_username\";i:1;s:23:\"rdf_preprocess_username\";}s:17:\"process functions\";a:1:{i:0;s:25:\"template_process_username\";}}s:12:\"progress_bar\";a:6:{s:9:\"variables\";a:2:{s:7:\"percent\";N;s:7:\"message\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_progress_bar\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:11:\"indentation\";a:6:{s:9:\"variables\";a:1:{s:4:\"size\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_indentation\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:8:\"html_tag\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_html_tag\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"maintenance_page\";a:6:{s:9:\"variables\";a:2:{s:7:\"content\";N;s:13:\"show_messages\";b:1;}s:8:\"template\";s:31:\"modules/system/maintenance-page\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_maintenance_page\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:33:\"template_process_maintenance_page\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:11:\"update_page\";a:6:{s:9:\"variables\";a:2:{s:7:\"content\";N;s:13:\"show_messages\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_update_page\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"install_page\";a:6:{s:9:\"variables\";a:1:{s:7:\"content\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_install_page\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"task_list\";a:6:{s:9:\"variables\";a:2:{s:5:\"items\";N;s:6:\"active\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_task_list\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"authorize_message\";a:6:{s:9:\"variables\";a:2:{s:7:\"message\";N;s:7:\"success\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:23:\"theme_authorize_message\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"authorize_report\";a:6:{s:9:\"variables\";a:1:{s:8:\"messages\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:22:\"theme_authorize_report\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:5:\"pager\";a:6:{s:9:\"variables\";a:4:{s:4:\"tags\";a:0:{}s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}s:8:\"quantity\";i:9;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_pager\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:11:\"pager_first\";a:6:{s:9:\"variables\";a:3:{s:4:\"text\";N;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_pager_first\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"pager_previous\";a:6:{s:9:\"variables\";a:4:{s:4:\"text\";N;s:7:\"element\";i:0;s:8:\"interval\";i:1;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_pager_previous\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"pager_next\";a:6:{s:9:\"variables\";a:4:{s:4:\"text\";N;s:7:\"element\";i:0;s:8:\"interval\";i:1;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_next\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"pager_last\";a:6:{s:9:\"variables\";a:3:{s:4:\"text\";N;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_last\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"pager_link\";a:6:{s:9:\"variables\";a:5:{s:4:\"text\";N;s:8:\"page_new\";N;s:7:\"element\";N;s:10:\"parameters\";a:0:{}s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_link\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"menu_link\";a:7:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_menu_link\";s:7:\"pattern\";s:11:\"menu_link__\";s:20:\"preprocess functions\";a:1:{i:0;s:36:\"menu_attributes_preprocess_menu_link\";}s:17:\"process functions\";a:0:{}}s:9:\"menu_tree\";a:7:{s:14:\"render element\";s:4:\"tree\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_menu_tree\";s:7:\"pattern\";s:11:\"menu_tree__\";s:20:\"preprocess functions\";a:1:{i:0;s:29:\"template_preprocess_menu_tree\";}s:17:\"process functions\";a:0:{}}s:15:\"menu_local_task\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:21:\"theme_menu_local_task\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"menu_local_action\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:23:\"theme_menu_local_action\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"menu_local_tasks\";a:6:{s:9:\"variables\";a:2:{s:7:\"primary\";a:0:{}s:9:\"secondary\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:22:\"theme_menu_local_tasks\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:6:\"select\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_select\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:8:\"fieldset\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_fieldset\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:5:\"radio\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_radio\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:6:\"radios\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_radios\";s:20:\"preprocess functions\";a:1:{i:0;s:26:\"passport_preprocess_radios\";}s:17:\"process functions\";a:0:{}}s:4:\"date\";a:7:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_date\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"exposed_filters\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:21:\"theme_exposed_filters\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:8:\"checkbox\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_checkbox\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"checkboxes\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_checkboxes\";s:20:\"preprocess functions\";a:1:{i:0;s:30:\"passport_preprocess_checkboxes\";}s:17:\"process functions\";a:0:{}}s:6:\"button\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_button\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"image_button\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_image_button\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:6:\"hidden\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_hidden\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"textfield\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_textfield\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:4:\"form\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:8:\"textarea\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_textarea\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:8:\"password\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_password\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:4:\"file\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_file\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:11:\"tableselect\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_tableselect\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"form_element\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_form_element\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"form_required_marker\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:26:\"theme_form_required_marker\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"form_element_label\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:24:\"theme_form_element_label\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"vertical_tabs\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:19:\"theme_vertical_tabs\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"container\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_container\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"system_themes_page\";a:8:{s:9:\"variables\";a:1:{s:12:\"theme_groups\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:24:\"theme_system_themes_page\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"system_settings_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:26:\"theme_system_settings_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"confirm_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_confirm_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"system_modules_fieldset\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:29:\"theme_system_modules_fieldset\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:27:\"system_modules_incompatible\";a:8:{s:9:\"variables\";a:1:{s:7:\"message\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:33:\"theme_system_modules_incompatible\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"system_modules_uninstall\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:30:\"theme_system_modules_uninstall\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"status_report\";a:8:{s:14:\"render element\";s:12:\"requirements\";s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:19:\"theme_status_report\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"admin_page\";a:8:{s:9:\"variables\";a:1:{s:6:\"blocks\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_admin_page\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:11:\"admin_block\";a:8:{s:9:\"variables\";a:1:{s:5:\"block\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_admin_block\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"admin_block_content\";a:8:{s:9:\"variables\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_admin_block_content\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"system_admin_index\";a:8:{s:9:\"variables\";a:1:{s:10:\"menu_items\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:24:\"theme_system_admin_index\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"system_powered_by\";a:6:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:23:\"theme_system_powered_by\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"system_compact_link\";a:6:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_system_compact_link\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"system_date_time_settings\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:31:\"theme_system_date_time_settings\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"shortcut_set_customize\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"shortcut.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/shortcut\";s:8:\"function\";s:28:\"theme_shortcut_set_customize\";s:8:\"includes\";a:1:{i:0;s:35:\"modules/shortcut/shortcut.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:29:\"rdf_template_variable_wrapper\";a:6:{s:9:\"variables\";a:4:{s:7:\"content\";N;s:10:\"attributes\";a:0:{}s:7:\"context\";a:0:{}s:6:\"inline\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:11:\"modules/rdf\";s:8:\"function\";s:35:\"theme_rdf_template_variable_wrapper\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"rdf_metadata\";a:6:{s:9:\"variables\";a:1:{s:8:\"metadata\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:11:\"modules/rdf\";s:8:\"function\";s:18:\"theme_rdf_metadata\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"_play_export_admin_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:8:\"template\";s:54:\"sites/all/modules/custom/play_export/export-admin-form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:36:\"sites/all/modules/custom/play_export\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"page_user_archive\";a:6:{s:8:\"template\";s:71:\"sites/all/modules/custom/passport_students/templates/page--user-archive\";s:9:\"variables\";a:2:{s:11:\"assessments\";N;s:11:\"submissions\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:18:\"page_user_passport\";a:6:{s:8:\"template\";s:72:\"sites/all/modules/custom/passport_students/templates/page--user-passport\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"page_user_passport_pdf_tl\";a:6:{s:8:\"template\";s:84:\"sites/all/modules/custom/passport_students/templates/page--user-passport-pdf-topleft\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"page_user_passport_pdf_tr\";a:6:{s:8:\"template\";s:85:\"sites/all/modules/custom/passport_students/templates/page--user-passport-pdf-topright\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"page_user_passport_pdf_bl\";a:6:{s:8:\"template\";s:87:\"sites/all/modules/custom/passport_students/templates/page--user-passport-pdf-bottomleft\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"page_user_passport_pdf_br\";a:6:{s:8:\"template\";s:88:\"sites/all/modules/custom/passport_students/templates/page--user-passport-pdf-bottomright\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:29:\"passport_user_assessment_list\";a:6:{s:8:\"template\";s:76:\"sites/all/modules/custom/passport_students/templates/block--user-assessments\";s:9:\"variables\";a:4:{s:3:\"uid\";N;s:11:\"assessments\";N;s:17:\"submissions_first\";N;s:18:\"submissions_second\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"passport_user_profile\";a:6:{s:8:\"template\";s:77:\"sites/all/modules/custom/passport_dash/templates/block--passport-user-profile\";s:9:\"variables\";a:1:{s:9:\"user_data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"dashboard_student\";a:6:{s:8:\"template\";s:62:\"sites/all/modules/custom/passport_dash/templates/page--student\";s:9:\"variables\";a:1:{s:11:\"assessments\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:36:\"dashboard_student_class_registration\";a:6:{s:8:\"template\";s:82:\"sites/all/modules/custom/passport_dash/templates/page--student--class_registration\";s:9:\"variables\";a:1:{s:10:\"class_list\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"dashboard_teacher\";a:6:{s:8:\"template\";s:62:\"sites/all/modules/custom/passport_dash/templates/page--teacher\";s:9:\"variables\";a:2:{s:7:\"content\";N;s:10:\"class_list\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:27:\"passport_school_year_toggle\";a:7:{s:8:\"template\";s:74:\"sites/all/modules/custom/passport_dash/templates/block--school-year-toggle\";s:6:\"region\";s:14:\"dashboard_main\";s:9:\"variables\";a:1:{s:11:\"school_year\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:19:\"page_class_passport\";a:6:{s:8:\"template\";s:76:\"sites/all/modules/custom/passport_assessments/templates/page--class-passport\";s:9:\"variables\";a:3:{s:5:\"class\";N;s:8:\"students\";N;s:11:\"assessments\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:26:\"page_class_recording_forms\";a:6:{s:8:\"template\";s:73:\"sites/all/modules/custom/passport_assessments/templates/page--class-forms\";s:9:\"variables\";a:2:{s:5:\"class\";N;s:11:\"assessments\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:24:\"page_assessment_passport\";a:6:{s:8:\"template\";s:81:\"sites/all/modules/custom/passport_assessments/templates/page--assessment-passport\";s:9:\"variables\";a:3:{s:5:\"class\";N;s:8:\"students\";N;s:11:\"assessments\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:31:\"page_assessment_students_create\";a:6:{s:8:\"template\";s:83:\"sites/all/modules/custom/passport_assessments/templates/page--class-create-accounts\";s:9:\"variables\";a:3:{s:5:\"class\";N;s:8:\"students\";N;s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:37:\"page_assessment_students_create_print\";a:6:{s:8:\"template\";s:89:\"sites/all/modules/custom/passport_assessments/templates/page--class-create-accounts-print\";s:9:\"variables\";a:3:{s:5:\"class\";N;s:8:\"students\";N;s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:23:\"create_student_accounts\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:8:\"function\";s:29:\"theme_create_student_accounts\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"fieldset__accessible\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/custom/passport\";s:8:\"function\";s:26:\"theme_fieldset__accessible\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:7:\"options\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"options_element.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/options_element\";s:8:\"function\";s:13:\"theme_options\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/options_element/options_element.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"options_none\";a:6:{s:9:\"variables\";a:2:{s:8:\"instance\";N;s:6:\"option\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:29:\"modules/field/modules/options\";s:8:\"function\";s:18:\"theme_options_none\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"og_ui_admin_permissions\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:15:\"og_ui.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:34:\"sites/all/modules/contrib/og/og_ui\";s:8:\"function\";s:29:\"theme_og_ui_admin_permissions\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/og/og_ui/og_ui.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"og_ui_admin_new_role\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:15:\"og_ui.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:34:\"sites/all/modules/contrib/og/og_ui\";s:8:\"function\";s:26:\"theme_og_ui_admin_new_role\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/og/og_ui/og_ui.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"og_context_configure_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:8:\"function\";s:31:\"theme_og_context_configure_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:4:\"node\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:17:\"modules/node/node\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_node\";i:2;s:21:\"contextual_preprocess\";i:3;s:22:\"ctools_preprocess_node\";i:4;s:19:\"rdf_preprocess_node\";i:5;s:21:\"views_preprocess_node\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"node_search_admin\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:23:\"theme_node_search_admin\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"node_add_list\";a:8:{s:9:\"variables\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:19:\"theme_node_add_list\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/node/node.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"node_preview\";a:8:{s:9:\"variables\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:18:\"theme_node_preview\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/node/node.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"node_admin_overview\";a:8:{s:9:\"variables\";a:2:{s:4:\"name\";N;s:4:\"type\";N;}s:4:\"file\";s:17:\"content_types.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:25:\"theme_node_admin_overview\";s:8:\"includes\";a:1:{i:0;s:30:\"modules/node/content_types.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"node_recent_block\";a:6:{s:9:\"variables\";a:1:{s:5:\"nodes\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:23:\"theme_node_recent_block\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"node_recent_content\";a:6:{s:9:\"variables\";a:1:{s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:25:\"theme_node_recent_content\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"module_filter\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:23:\"module_filter.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/module_filter\";s:8:\"function\";s:19:\"theme_module_filter\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/module_filter/module_filter.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:33:\"module_filter_system_modules_tabs\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:23:\"module_filter.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/module_filter\";s:8:\"function\";s:39:\"theme_module_filter_system_modules_tabs\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/module_filter/module_filter.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"module_filter_operations\";a:8:{s:9:\"variables\";a:2:{s:5:\"links\";a:0:{}s:10:\"dropbutton\";b:0;}s:4:\"file\";s:23:\"module_filter.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/module_filter\";s:8:\"function\";s:30:\"theme_module_filter_operations\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/module_filter/module_filter.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"menu_block_wrapper\";a:7:{s:8:\"template\";s:55:\"sites/all/modules/contrib/menu_block/menu-block-wrapper\";s:9:\"variables\";a:3:{s:7:\"content\";a:0:{}s:6:\"config\";a:0:{}s:5:\"delta\";N;}s:7:\"pattern\";s:20:\"menu_block_wrapper__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:36:\"sites/all/modules/contrib/menu_block\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_menu_block_wrapper\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"menu_block_menu_order\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:20:\"menu_block.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:36:\"sites/all/modules/contrib/menu_block\";s:8:\"function\";s:27:\"theme_menu_block_menu_order\";s:8:\"includes\";a:1:{i:0;s:57:\"sites/all/modules/contrib/menu_block/menu_block.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"menu_overview_form\";a:8:{s:4:\"file\";s:14:\"menu.admin.inc\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/menu\";s:8:\"function\";s:24:\"theme_menu_overview_form\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/menu/menu.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"menu_admin_overview\";a:8:{s:4:\"file\";s:14:\"menu.admin.inc\";s:9:\"variables\";a:3:{s:5:\"title\";N;s:4:\"name\";N;s:11:\"description\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/menu\";s:8:\"function\";s:25:\"theme_menu_admin_overview\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/menu/menu.admin.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:40:\"i18n_menu_preprocess_menu_admin_overview\";}s:17:\"process functions\";a:0:{}}s:19:\"media_youtube_video\";a:9:{s:9:\"variables\";a:2:{s:3:\"uri\";N;s:7:\"options\";a:0:{}}s:4:\"file\";s:23:\"media_youtube.theme.inc\";s:4:\"path\";s:46:\"sites/all/modules/contrib/media_youtube/themes\";s:8:\"template\";s:19:\"media-youtube-video\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/media_youtube\";s:8:\"includes\";a:1:{i:0;s:70:\"sites/all/modules/contrib/media_youtube/themes/media_youtube.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";i:2;s:44:\"media_youtube_preprocess_media_youtube_video\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"media_internet_embed_help\";a:6:{s:9:\"variables\";a:2:{s:11:\"description\";N;s:19:\"supported_providers\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:54:\"sites/all/modules/contrib/media/modules/media_internet\";s:8:\"function\";s:31:\"theme_media_internet_embed_help\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"media_element\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:19:\"theme_media_element\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"media_widget\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:18:\"theme_media_widget\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"media_widget_multiple\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:27:\"theme_media_widget_multiple\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"media_upload_help\";a:6:{s:9:\"variables\";a:1:{s:11:\"description\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:23:\"theme_media_upload_help\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"media_thumbnail\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:24:\"includes/media.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:21:\"theme_media_thumbnail\";s:8:\"includes\";a:1:{i:0;s:56:\"sites/all/modules/contrib/media/includes/media.theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:35:\"template_preprocess_media_thumbnail\";}s:17:\"process functions\";a:0:{}}s:26:\"media_formatter_large_icon\";a:8:{s:9:\"variables\";a:3:{s:4:\"file\";N;s:10:\"attributes\";a:0:{}s:10:\"style_name\";s:15:\"media_thumbnail\";}s:4:\"file\";s:24:\"includes/media.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:32:\"theme_media_formatter_large_icon\";s:8:\"includes\";a:1:{i:0;s:56:\"sites/all/modules/contrib/media/includes/media.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"media_dialog_page\";a:8:{s:14:\"render element\";s:4:\"page\";s:8:\"template\";s:59:\"sites/all/modules/contrib/media/templates/media-dialog-page\";s:4:\"file\";s:24:\"includes/media.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"includes\";a:1:{i:0;s:56:\"sites/all/modules/contrib/media/includes/media.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_media_dialog_page\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"lt_username_title\";a:6:{s:9:\"variables\";a:1:{s:7:\"form_id\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:23:\"theme_lt_username_title\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"lt_username_description\";a:6:{s:9:\"variables\";a:1:{s:7:\"form_id\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:29:\"theme_lt_username_description\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"lt_password_title\";a:6:{s:9:\"variables\";a:1:{s:7:\"form_id\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:23:\"theme_lt_password_title\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"lt_password_description\";a:6:{s:9:\"variables\";a:1:{s:7:\"form_id\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:29:\"theme_lt_password_description\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"lt_access_denied\";a:6:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:22:\"theme_lt_access_denied\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"lt_loggedinblock\";a:6:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:22:\"theme_lt_loggedinblock\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"lt_login_link\";a:6:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:19:\"theme_lt_login_link\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:27:\"lt_login_successful_message\";a:6:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:33:\"theme_lt_login_successful_message\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"lt_unified_login_page\";a:6:{s:9:\"variables\";a:3:{s:10:\"login_form\";N;s:13:\"register_form\";N;s:11:\"active_form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:27:\"theme_lt_unified_login_page\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"locale_languages_overview_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/locale\";s:8:\"function\";s:36:\"theme_locale_languages_overview_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:31:\"locale_languages_configure_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/locale\";s:8:\"function\";s:37:\"theme_locale_languages_configure_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"locale_date_format_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/locale\";s:8:\"function\";s:29:\"theme_locale_date_format_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:26:\"libraries_table_with_title\";a:8:{s:9:\"variables\";a:10:{s:6:\"header\";N;s:6:\"footer\";N;s:4:\"rows\";N;s:10:\"attributes\";a:0:{}s:7:\"caption\";N;s:9:\"colgroups\";a:0:{}s:6:\"sticky\";b:1;s:5:\"empty\";s:0:\"\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:4:\"file\";s:19:\"libraries.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/libraries\";s:8:\"function\";s:32:\"theme_libraries_table_with_title\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/libraries/libraries.theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:46:\"template_preprocess_libraries_table_with_title\";}s:17:\"process functions\";a:0:{}}s:10:\"imce_admin\";a:6:{s:8:\"function\";s:16:\"imce_admin_theme\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"imce_directories\";a:6:{s:8:\"function\";s:22:\"imce_directories_theme\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"imce_thumbnails\";a:6:{s:8:\"function\";s:21:\"imce_thumbnails_theme\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"imce_root_text\";a:6:{s:9:\"variables\";a:1:{s:8:\"imce_ref\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:8:\"function\";s:20:\"theme_imce_root_text\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"imce_user_page\";a:6:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:8:\"function\";s:20:\"theme_imce_user_page\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"imce_file_list\";a:7:{s:8:\"template\";s:14:\"imce-file-list\";s:9:\"variables\";a:1:{s:8:\"imce_ref\";N;}s:4:\"path\";s:34:\"sites/all/modules/contrib/imce/tpl\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:12:\"imce_content\";a:7:{s:8:\"template\";s:12:\"imce-content\";s:9:\"variables\";a:3:{s:4:\"tree\";N;s:5:\"forms\";N;s:8:\"imce_ref\";N;}s:4:\"path\";s:34:\"sites/all/modules/contrib/imce/tpl\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:9:\"imce_page\";a:7:{s:8:\"template\";s:9:\"imce-page\";s:9:\"variables\";a:1:{s:7:\"content\";N;}s:4:\"path\";s:34:\"sites/all/modules/contrib/imce/tpl\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:11:\"image_style\";a:6:{s:9:\"variables\";a:7:{s:10:\"style_name\";N;s:4:\"path\";N;s:5:\"width\";N;s:6:\"height\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";N;s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:17:\"theme_image_style\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"image_style_list\";a:6:{s:9:\"variables\";a:1:{s:6:\"styles\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:22:\"theme_image_style_list\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"image_style_effects\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:25:\"theme_image_style_effects\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"image_style_preview\";a:6:{s:9:\"variables\";a:1:{s:5:\"style\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:25:\"theme_image_style_preview\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"image_anchor\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:18:\"theme_image_anchor\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"image_resize_summary\";a:6:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:26:\"theme_image_resize_summary\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"image_scale_summary\";a:6:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:25:\"theme_image_scale_summary\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"image_crop_summary\";a:6:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:24:\"theme_image_crop_summary\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"image_rotate_summary\";a:6:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:26:\"theme_image_rotate_summary\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"image_widget\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:18:\"theme_image_widget\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"image_formatter\";a:6:{s:9:\"variables\";a:3:{s:4:\"item\";N;s:4:\"path\";N;s:11:\"image_style\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:21:\"theme_image_formatter\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:28:\"i18n_node_select_translation\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"i18n_node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:40:\"sites/all/modules/contrib/i18n/i18n_node\";s:8:\"function\";s:34:\"theme_i18n_node_select_translation\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/i18n/i18n_node/i18n_node.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:38:\"googleanalytics_admin_custom_var_table\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/google_analytics\";s:8:\"function\";s:44:\"theme_googleanalytics_admin_custom_var_table\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"filter_admin_overview\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:16:\"filter.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:27:\"theme_filter_admin_overview\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/filter/filter.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:32:\"filter_admin_format_filter_order\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:16:\"filter.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:38:\"theme_filter_admin_format_filter_order\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/filter/filter.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:11:\"filter_tips\";a:8:{s:9:\"variables\";a:2:{s:4:\"tips\";N;s:4:\"long\";b:0;}s:4:\"file\";s:16:\"filter.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:17:\"theme_filter_tips\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/filter/filter.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"text_format_wrapper\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:25:\"theme_text_format_wrapper\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"filter_tips_more_info\";a:6:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:27:\"theme_filter_tips_more_info\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"filter_guidelines\";a:6:{s:9:\"variables\";a:1:{s:6:\"format\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:23:\"theme_filter_guidelines\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:11:\"file_entity\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:49:\"sites/all/modules/contrib/file_entity/file_entity\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:31:\"template_preprocess_file_entity\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:24:\"file_entity_search_admin\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:30:\"theme_file_entity_search_admin\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"file_entity_file_type_overview\";a:8:{s:9:\"variables\";a:2:{s:5:\"label\";N;s:11:\"description\";N;}s:4:\"file\";s:21:\"file_entity.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:36:\"theme_file_entity_file_type_overview\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"file_entity_file_display_order\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"file_entity.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:36:\"theme_file_entity_file_display_order\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"file_entity_file_link\";a:8:{s:9:\"variables\";a:2:{s:4:\"file\";N;s:14:\"icon_directory\";N;}s:4:\"file\";s:21:\"file_entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:27:\"theme_file_entity_file_link\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"file_entity_download_link\";a:8:{s:9:\"variables\";a:3:{s:4:\"file\";N;s:14:\"icon_directory\";N;s:4:\"text\";N;}s:4:\"file\";s:21:\"file_entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:31:\"theme_file_entity_download_link\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"file_entity_file_audio\";a:8:{s:9:\"variables\";a:6:{s:5:\"files\";a:0:{}s:8:\"controls\";b:1;s:13:\"controls_list\";a:2:{s:8:\"download\";s:8:\"download\";s:15:\"remote_playback\";s:15:\"remote_playback\";}s:8:\"autoplay\";b:0;s:4:\"loop\";b:0;s:7:\"preload\";N;}s:4:\"file\";s:21:\"file_entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:28:\"theme_file_entity_file_audio\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"file_entity_file_video\";a:8:{s:9:\"variables\";a:10:{s:5:\"files\";a:0:{}s:8:\"controls\";b:1;s:13:\"controls_list\";a:3:{s:10:\"fullscreen\";s:10:\"fullscreen\";s:8:\"download\";s:8:\"download\";s:15:\"remote_playback\";s:15:\"remote_playback\";}s:8:\"autoplay\";b:0;s:11:\"playsinline\";b:0;s:4:\"loop\";b:0;s:5:\"muted\";b:0;s:5:\"width\";N;s:6:\"height\";N;s:7:\"preload\";N;}s:4:\"file\";s:21:\"file_entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:28:\"theme_file_entity_file_video\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"file_link\";a:6:{s:9:\"variables\";a:2:{s:4:\"file\";N;s:14:\"icon_directory\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:15:\"theme_file_link\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"file_icon\";a:6:{s:9:\"variables\";a:3:{s:4:\"file\";N;s:14:\"icon_directory\";N;s:3:\"alt\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:15:\"theme_file_icon\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"file_managed_file\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:23:\"theme_file_managed_file\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:11:\"file_widget\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:17:\"theme_file_widget\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"file_widget_multiple\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:26:\"theme_file_widget_multiple\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"file_formatter_table\";a:6:{s:9:\"variables\";a:1:{s:5:\"items\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:26:\"theme_file_formatter_table\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"file_upload_help\";a:6:{s:9:\"variables\";a:2:{s:11:\"description\";N;s:17:\"upload_validators\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:22:\"theme_file_upload_help\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"field_ui_table\";a:6:{s:14:\"render element\";s:8:\"elements\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/field_ui\";s:8:\"function\";s:20:\"theme_field_ui_table\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"field_collection_item\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:64:\"sites/all/modules/contrib/field_collection/field-collection-item\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/field_collection\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"field_collection_view\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/field_collection\";s:8:\"function\";s:27:\"theme_field_collection_view\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:5:\"field\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/field\";s:8:\"function\";s:11:\"theme_field\";s:20:\"preprocess functions\";a:2:{i:0;s:25:\"template_preprocess_field\";i:1;s:20:\"rdf_preprocess_field\";}s:17:\"process functions\";a:1:{i:0;s:22:\"template_process_field\";}}s:25:\"field_multiple_value_form\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/field\";s:8:\"function\";s:31:\"theme_field_multiple_value_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"entityreference_label\";a:6:{s:9:\"variables\";a:4:{s:5:\"label\";N;s:4:\"item\";N;s:8:\"settings\";N;s:3:\"uri\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/entityreference\";s:8:\"function\";s:27:\"theme_entityreference_label\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"entityreference_entity_id\";a:6:{s:9:\"variables\";a:2:{s:4:\"item\";N;s:8:\"settings\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/entityreference\";s:8:\"function\";s:31:\"theme_entityreference_entity_id\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"entity_status\";a:8:{s:9:\"variables\";a:2:{s:6:\"status\";N;s:4:\"html\";b:1;}s:4:\"file\";s:22:\"theme/entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:8:\"function\";s:19:\"theme_entity_status\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/entity/theme/entity.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:6:\"entity\";a:10:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:6:\"entity\";s:7:\"pattern\";s:84:\"(country|field_collection_item|og_membership_type|og_membership|rules_config)(\\.|__)\";s:4:\"path\";s:38:\"sites/all/modules/contrib/entity/theme\";s:4:\"file\";s:16:\"entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/entity/theme/entity.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_entity\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"entity_property\";a:8:{s:14:\"render element\";s:8:\"elements\";s:4:\"file\";s:22:\"theme/entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:8:\"function\";s:21:\"theme_entity_property\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/entity/theme/entity.theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:35:\"template_preprocess_entity_property\";}s:17:\"process functions\";a:1:{i:0;s:32:\"template_process_entity_property\";}}s:23:\"entity_ui_overview_item\";a:8:{s:9:\"variables\";a:4:{s:5:\"label\";N;s:11:\"entity_type\";N;s:3:\"url\";b:0;s:4:\"name\";b:0;}s:4:\"file\";s:22:\"includes/entity.ui.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:8:\"function\";s:29:\"theme_entity_ui_overview_item\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/entity/includes/entity.ui.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:32:\"disable_messages_status_messages\";a:6:{s:9:\"variables\";a:1:{s:8:\"messages\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/disable_messages\";s:8:\"function\";s:38:\"theme_disable_messages_status_messages\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"dblog_message\";a:8:{s:9:\"variables\";a:2:{s:5:\"event\";N;s:4:\"link\";b:0;}s:4:\"file\";s:15:\"dblog.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/dblog\";s:8:\"function\";s:19:\"theme_dblog_message\";s:8:\"includes\";a:1:{i:0;s:29:\"modules/dblog/dblog.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"date_popup\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/date/date_popup\";s:8:\"function\";s:16:\"theme_date_popup\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"date_nav_title\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:4:{s:11:\"granularity\";N;s:4:\"view\";N;s:4:\"link\";N;s:6:\"format\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:20:\"theme_date_nav_title\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"date_timezone\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:19:\"theme_date_timezone\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:11:\"date_select\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:17:\"theme_date_select\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"date_text\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:15:\"theme_date_text\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"date_select_element\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:25:\"theme_date_select_element\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"date_textfield_element\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:28:\"theme_date_textfield_element\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"date_part_hour_prefix\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:27:\"theme_date_part_hour_prefix\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"date_part_minsec_prefix\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:29:\"theme_date_part_minsec_prefix\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"date_part_label_year\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_year\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"date_part_label_month\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:27:\"theme_date_part_label_month\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"date_part_label_day\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:25:\"theme_date_part_label_day\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"date_part_label_hour\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_hour\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"date_part_label_minute\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:28:\"theme_date_part_label_minute\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"date_part_label_second\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:28:\"theme_date_part_label_second\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"date_part_label_ampm\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_ampm\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"date_part_label_timezone\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:30:\"theme_date_part_label_timezone\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"date_part_label_date\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_date\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"date_part_label_time\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_time\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"date_views_filter_form\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:8:\"template\";s:22:\"date-views-filter-form\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"date_calendar_day\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:1:{s:4:\"date\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:23:\"theme_date_calendar_day\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:13:\"date_time_ago\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:3:{s:10:\"start_date\";N;s:8:\"end_date\";N;s:8:\"interval\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:19:\"theme_date_time_ago\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:10:\"date_combo\";a:9:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:16:\"theme_date_combo\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"date_form_element\";a:9:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:23:\"theme_date_form_element\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"date_text_parts\";a:9:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:21:\"theme_date_text_parts\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"date_display_single\";a:9:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:8:{s:4:\"date\";N;s:8:\"timezone\";N;s:5:\"dates\";N;s:10:\"attributes\";a:0:{}s:11:\"rdf_mapping\";N;s:7:\"add_rdf\";N;s:9:\"microdata\";N;s:13:\"add_microdata\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:25:\"theme_date_display_single\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:39:\"template_preprocess_date_display_single\";}s:17:\"process functions\";a:0:{}}s:18:\"date_display_range\";a:9:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:11:{s:5:\"date1\";N;s:5:\"date2\";N;s:8:\"timezone\";N;s:5:\"dates\";N;s:10:\"attributes\";a:0:{}s:16:\"attributes_start\";a:0:{}s:14:\"attributes_end\";a:0:{}s:11:\"rdf_mapping\";N;s:7:\"add_rdf\";N;s:9:\"microdata\";N;s:13:\"add_microdata\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:24:\"theme_date_display_range\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:38:\"template_preprocess_date_display_range\";}s:17:\"process functions\";a:0:{}}s:22:\"date_display_remaining\";a:9:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:1:{s:14:\"remaining_days\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:28:\"theme_date_display_remaining\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"date_display_combination\";a:9:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:14:{s:11:\"entity_type\";N;s:6:\"entity\";N;s:5:\"field\";N;s:8:\"instance\";N;s:8:\"langcode\";N;s:4:\"item\";N;s:5:\"delta\";N;s:7:\"display\";N;s:5:\"dates\";N;s:10:\"attributes\";a:0:{}s:11:\"rdf_mapping\";N;s:7:\"add_rdf\";N;s:9:\"microdata\";N;s:13:\"add_microdata\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:30:\"theme_date_display_combination\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"date_display_interval\";a:9:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:12:{s:11:\"entity_type\";N;s:6:\"entity\";N;s:5:\"field\";N;s:8:\"instance\";N;s:8:\"langcode\";N;s:4:\"item\";N;s:5:\"delta\";N;s:7:\"display\";N;s:5:\"dates\";N;s:10:\"attributes\";a:0:{}s:11:\"rdf_mapping\";N;s:7:\"add_rdf\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:27:\"theme_date_display_interval\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:9:\"dashboard\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:15:\"theme_dashboard\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"dashboard_admin\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:21:\"theme_dashboard_admin\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"dashboard_region\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:22:\"theme_dashboard_region\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"dashboard_disabled_blocks\";a:6:{s:9:\"variables\";a:1:{s:6:\"blocks\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:31:\"theme_dashboard_disabled_blocks\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"dashboard_disabled_block\";a:6:{s:9:\"variables\";a:1:{s:5:\"block\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:30:\"theme_dashboard_disabled_block\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:28:\"dashboard_admin_display_form\";a:9:{s:8:\"template\";s:24:\"block-admin-display-form\";s:4:\"path\";s:13:\"modules/block\";s:4:\"file\";s:15:\"block.admin.inc\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"includes\";a:1:{i:0;s:29:\"modules/block/block.admin.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:48:\"template_preprocess_dashboard_admin_display_form\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:19:\"ctools_context_list\";a:8:{s:9:\"variables\";a:1:{s:6:\"object\";N;}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:25:\"theme_ctools_context_list\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/ctools/includes/context.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:28:\"ctools_context_list_no_table\";a:8:{s:9:\"variables\";a:1:{s:6:\"object\";N;}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:34:\"theme_ctools_context_list_no_table\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/ctools/includes/context.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"ctools_context_item_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:30:\"theme_ctools_context_item_form\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/ctools/includes/context.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"ctools_context_item_row\";a:8:{s:9:\"variables\";a:5:{s:4:\"type\";N;s:4:\"form\";N;s:8:\"position\";N;s:5:\"count\";N;s:7:\"with_tr\";b:1;}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:29:\"theme_ctools_context_item_row\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/ctools/includes/context.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"ctools_access_admin_add\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:33:\"includes/context-access-admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:29:\"theme_ctools_access_admin_add\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/ctools/includes/context-access-admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"links__ctools_dropbutton\";a:8:{s:9:\"variables\";a:4:{s:5:\"title\";N;s:5:\"links\";N;s:5:\"image\";b:0;s:5:\"class\";N;}s:4:\"file\";s:29:\"includes/dropbutton.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:30:\"theme_links__ctools_dropbutton\";s:8:\"includes\";a:1:{i:0;s:62:\"sites/all/modules/contrib/ctools/includes/dropbutton.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:33:\"ctools_menu_local_actions_wrapper\";a:8:{s:14:\"render element\";s:5:\"links\";s:4:\"file\";s:31:\"includes/action-links.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:39:\"theme_ctools_menu_local_actions_wrapper\";s:8:\"includes\";a:1:{i:0;s:64:\"sites/all/modules/contrib/ctools/includes/action-links.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:33:\"ctools_stylizer_color_scheme_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:39:\"theme_ctools_stylizer_color_scheme_form\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/ctools/includes/stylizer.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:28:\"ctools_stylizer_preview_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:34:\"theme_ctools_stylizer_preview_form\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/ctools/includes/stylizer.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"ctools_style_icon\";a:8:{s:9:\"variables\";a:2:{s:5:\"image\";N;s:5:\"title\";N;}s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:23:\"theme_ctools_style_icon\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/ctools/includes/stylizer.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"ctools_collapsible\";a:8:{s:9:\"variables\";a:3:{s:6:\"handle\";N;s:7:\"content\";N;s:9:\"collapsed\";b:0;}s:4:\"file\";s:30:\"includes/collapsible.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:24:\"theme_ctools_collapsible\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/ctools/includes/collapsible.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:29:\"ctools_collapsible_remembered\";a:8:{s:9:\"variables\";a:4:{s:2:\"id\";N;s:6:\"handle\";N;s:7:\"content\";N;s:9:\"collapsed\";b:0;}s:4:\"file\";s:30:\"includes/collapsible.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:35:\"theme_ctools_collapsible_remembered\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/ctools/includes/collapsible.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"ctools_wizard_trail\";a:8:{s:9:\"variables\";a:3:{s:5:\"trail\";N;s:9:\"form_info\";N;s:7:\"divider\";s:4:\" » \";}s:4:\"file\";s:25:\"includes/wizard.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:25:\"theme_ctools_wizard_trail\";s:8:\"includes\";a:1:{i:0;s:58:\"sites/all/modules/contrib/ctools/includes/wizard.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"ctools_dropdown\";a:8:{s:9:\"variables\";a:4:{s:5:\"title\";N;s:5:\"links\";N;s:5:\"image\";b:0;s:5:\"class\";s:0:\"\";}s:4:\"file\";s:27:\"includes/dropdown.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:21:\"theme_ctools_dropdown\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/ctools/includes/dropdown.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"countries_number\";a:5:{s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/countries\";s:8:\"function\";s:22:\"theme_countries_number\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"country_icon_adapter\";a:6:{s:9:\"variables\";a:2:{s:7:\"country\";N;s:8:\"settings\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/countries\";s:8:\"function\";s:26:\"theme_country_icon_adapter\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"color_swatch\";a:6:{s:9:\"variables\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"width\";i:50;s:6:\"height\";i:50;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/color_field\";s:8:\"function\";s:18:\"theme_color_swatch\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:17:\"color_scheme_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/color\";s:8:\"function\";s:23:\"theme_color_scheme_form\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"select_as_checkboxes\";a:8:{s:8:\"function\";s:26:\"theme_select_as_checkboxes\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:29:\"select_as_checkboxes_fieldset\";a:8:{s:8:\"function\";s:35:\"theme_select_as_checkboxes_fieldset\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"select_as_radios\";a:8:{s:8:\"function\";s:22:\"theme_select_as_radios\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"select_as_radios_fieldset\";a:8:{s:8:\"function\";s:31:\"theme_select_as_radios_fieldset\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"select_as_hidden\";a:8:{s:8:\"function\";s:22:\"theme_select_as_hidden\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"select_as_tree\";a:8:{s:8:\"function\";s:20:\"theme_select_as_tree\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:15:\"select_as_links\";a:8:{s:8:\"function\";s:21:\"theme_select_as_links\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:26:\"secondary_exposed_elements\";a:8:{s:8:\"function\";s:32:\"theme_secondary_exposed_elements\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"bef_checkbox\";a:8:{s:8:\"function\";s:18:\"theme_bef_checkbox\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"addressfield_formatter\";a:8:{s:9:\"variables\";a:2:{s:7:\"address\";N;s:8:\"handlers\";a:1:{i:0;s:7:\"address\";}}s:4:\"file\";s:29:\"addressfield_tokens.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/addressfield_tokens\";s:8:\"function\";s:28:\"theme_addressfield_formatter\";s:8:\"includes\";a:1:{i:0;s:75:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:33:\"addressfield_formatter__citystate\";a:8:{s:9:\"variables\";a:1:{s:7:\"address\";N;}s:4:\"file\";s:29:\"addressfield_tokens.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/addressfield_tokens\";s:8:\"function\";s:39:\"theme_addressfield_formatter__citystate\";s:8:\"includes\";a:1:{i:0;s:75:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"addressfield_formatter__linear\";a:8:{s:9:\"variables\";a:4:{s:7:\"address\";N;s:7:\"premise\";b:1;s:17:\"organisation_name\";b:1;s:9:\"name_line\";b:1;}s:4:\"file\";s:29:\"addressfield_tokens.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/addressfield_tokens\";s:8:\"function\";s:36:\"theme_addressfield_formatter__linear\";s:8:\"includes\";a:1:{i:0;s:75:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:34:\"addressfield_formatter__components\";a:8:{s:9:\"variables\";a:3:{s:7:\"address\";N;s:10:\"components\";a:6:{i:0;s:12:\"thoroughfare\";i:1;s:7:\"premise\";i:2;s:8:\"locality\";i:3;s:19:\"administrative_area\";i:4;s:11:\"postal_code\";i:5;s:7:\"country\";}s:9:\"separator\";s:2:\", \";}s:4:\"file\";s:29:\"addressfield_tokens.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/addressfield_tokens\";s:8:\"function\";s:40:\"theme_addressfield_formatter__components\";s:8:\"includes\";a:1:{i:0;s:75:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.theme.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"addressfield_container\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/contrib/addressfield\";s:8:\"function\";s:28:\"theme_addressfield_container\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"webform_view\";a:6:{s:14:\"render element\";s:7:\"webform\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:18:\"theme_webform_view\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"webform_view_messages\";a:6:{s:9:\"variables\";a:9:{s:4:\"node\";N;s:6:\"teaser\";N;s:4:\"page\";N;s:16:\"submission_count\";N;s:19:\"user_limit_exceeded\";N;s:20:\"total_limit_exceeded\";N;s:13:\"allowed_roles\";N;s:6:\"closed\";N;s:6:\"cached\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:27:\"theme_webform_view_messages\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"webform_form\";a:7:{s:14:\"render element\";s:4:\"form\";s:8:\"template\";s:56:\"sites/all/modules/contrib/webform/templates/webform-form\";s:7:\"pattern\";s:19:\"webform_form_[0-9]+\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_webform_form\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:20:\"webform_confirmation\";a:7:{s:9:\"variables\";a:2:{s:4:\"node\";N;s:3:\"sid\";N;}s:8:\"template\";s:64:\"sites/all/modules/contrib/webform/templates/webform-confirmation\";s:7:\"pattern\";s:27:\"webform_confirmation_[0-9]+\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:40:\"template_preprocess_webform_confirmation\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"webform_element\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:21:\"theme_webform_element\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"webform_element_text\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_element_text\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"webform_inline_radio\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_inline_radio\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"webform_mail_message\";a:7:{s:9:\"variables\";a:3:{s:4:\"node\";N;s:10:\"submission\";N;s:5:\"email\";N;}s:8:\"template\";s:56:\"sites/all/modules/contrib/webform/templates/webform-mail\";s:7:\"pattern\";s:22:\"webform_mail(_[0-9]+)?\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:40:\"template_preprocess_webform_mail_message\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:20:\"webform_mail_headers\";a:7:{s:9:\"variables\";a:3:{s:4:\"node\";N;s:10:\"submission\";N;s:5:\"email\";N;}s:7:\"pattern\";s:27:\"webform_mail_headers_[0-9]+\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_mail_headers\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"webform_token_help\";a:6:{s:9:\"variables\";a:1:{s:6:\"groups\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:24:\"theme_webform_token_help\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"webform_admin_settings\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/webform.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_admin_settings\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"webform_admin_content\";a:8:{s:9:\"variables\";a:1:{s:5:\"nodes\";N;}s:4:\"file\";s:26:\"includes/webform.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:27:\"theme_webform_admin_content\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.admin.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:19:\"webform_emails_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:27:\"includes/webform.emails.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:25:\"theme_webform_emails_form\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.emails.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"webform_email_add_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:27:\"includes/webform.emails.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_email_add_form\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.emails.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"webform_email_edit_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:27:\"includes/webform.emails.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:29:\"theme_webform_email_edit_form\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.emails.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"webform_components_page\";a:8:{s:9:\"variables\";a:2:{s:4:\"node\";N;s:4:\"form\";N;}s:4:\"file\";s:31:\"includes/webform.components.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:29:\"theme_webform_components_page\";s:8:\"includes\";a:1:{i:0;s:65:\"sites/all/modules/contrib/webform/includes/webform.components.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:23:\"webform_components_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:31:\"includes/webform.components.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:29:\"theme_webform_components_form\";s:8:\"includes\";a:1:{i:0;s:65:\"sites/all/modules/contrib/webform/includes/webform.components.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"webform_component_select\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:31:\"includes/webform.components.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:30:\"theme_webform_component_select\";s:8:\"includes\";a:1:{i:0;s:65:\"sites/all/modules/contrib/webform/includes/webform.components.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:33:\"webform_advanced_redirection_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/webform.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:39:\"theme_webform_advanced_redirection_form\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:34:\"webform_advanced_submit_limit_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/webform.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:40:\"theme_webform_advanced_submit_limit_form\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:40:\"webform_advanced_total_submit_limit_form\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/webform.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:46:\"theme_webform_advanced_total_submit_limit_form\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.pages.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"webform_results_per_page\";a:8:{s:9:\"variables\";a:2:{s:11:\"total_count\";N;s:11:\"pager_count\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:30:\"theme_webform_results_per_page\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:34:\"webform_results_submissions_header\";a:8:{s:9:\"variables\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:40:\"theme_webform_results_submissions_header\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:27:\"webform_results_submissions\";a:8:{s:14:\"render element\";s:7:\"element\";s:8:\"template\";s:71:\"sites/all/modules/contrib/webform/templates/webform-results-submissions\";s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:47:\"template_preprocess_webform_results_submissions\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:28:\"webform_results_table_header\";a:8:{s:9:\"variables\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:34:\"theme_webform_results_table_header\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"webform_results_table\";a:8:{s:9:\"variables\";a:5:{s:4:\"node\";N;s:10:\"components\";N;s:11:\"submissions\";N;s:11:\"total_count\";N;s:11:\"pager_count\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:27:\"theme_webform_results_table\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"webform_results_download_range\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:36:\"theme_webform_results_download_range\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:38:\"webform_results_download_select_format\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:44:\"theme_webform_results_download_select_format\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"webform_results_analysis\";a:8:{s:9:\"variables\";a:4:{s:4:\"node\";N;s:4:\"data\";N;s:4:\"sids\";a:0:{}s:9:\"component\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:30:\"theme_webform_results_analysis\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:18:\"webform_submission\";a:9:{s:14:\"render element\";s:10:\"renderable\";s:8:\"template\";s:62:\"sites/all/modules/contrib/webform/templates/webform-submission\";s:7:\"pattern\";s:25:\"webform_submission_[0-9]+\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_webform_submission\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:23:\"webform_submission_page\";a:8:{s:9:\"variables\";a:7:{s:4:\"node\";N;s:10:\"submission\";N;s:18:\"submission_content\";N;s:21:\"submission_navigation\";N;s:22:\"submission_information\";N;s:18:\"submission_actions\";N;s:4:\"mode\";N;}s:8:\"template\";s:67:\"sites/all/modules/contrib/webform/templates/webform-submission-page\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:30:\"webform_submission_information\";a:8:{s:9:\"variables\";a:3:{s:4:\"node\";N;s:10:\"submission\";N;s:4:\"mode\";s:7:\"display\";}s:8:\"template\";s:74:\"sites/all/modules/contrib/webform/templates/webform-submission-information\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:50:\"template_preprocess_webform_submission_information\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:29:\"webform_submission_navigation\";a:8:{s:9:\"variables\";a:3:{s:4:\"node\";N;s:10:\"submission\";N;s:4:\"mode\";N;}s:8:\"template\";s:73:\"sites/all/modules/contrib/webform/templates/webform-submission-navigation\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:49:\"template_preprocess_webform_submission_navigation\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"webform_submission_resend\";a:8:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:31:\"theme_webform_submission_resend\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"webform_date\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/date.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:18:\"theme_webform_date\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/date.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"webform_display_date\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/date.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_display_date\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/date.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:16:\"webform_calendar\";a:6:{s:9:\"variables\";a:2:{s:9:\"component\";N;s:16:\"calendar_classes\";N;}s:8:\"template\";s:60:\"sites/all/modules/contrib/webform/templates/webform-calendar\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:13:\"webform_email\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:20:\"components/email.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:19:\"theme_webform_email\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/webform/components/email.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:21:\"webform_display_email\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:20:\"components/email.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:27:\"theme_webform_display_email\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/webform/components/email.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:28:\"webform_edit_file_extensions\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/file.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:34:\"theme_webform_edit_file_extensions\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/file.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"webform_display_file\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/file.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_display_file\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/file.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"webform_grid\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/grid.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:18:\"theme_webform_grid\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/grid.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"webform_display_grid\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/grid.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_display_grid\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/grid.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"webform_display_hidden\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"components/hidden.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_display_hidden\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/webform/components/hidden.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:14:\"webform_number\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"components/number.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:20:\"theme_webform_number\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/webform/components/number.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"webform_display_number\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"components/number.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_display_number\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/webform/components/number.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"webform_display_pagebreak\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:24:\"components/pagebreak.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:31:\"theme_webform_display_pagebreak\";s:8:\"includes\";a:1:{i:0;s:58:\"sites/all/modules/contrib/webform/components/pagebreak.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:26:\"webform_display_playslider\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:32:\"theme_webform_display_playslider\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:30:\"webform_display_playslideradpt\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:36:\"theme_webform_display_playslideradpt\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:29:\"webform_display_preplayslider\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:35:\"theme_webform_display_preplayslider\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"webform_display_select\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"components/select.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_display_select\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/webform/components/select.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:22:\"webform_display_survey\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_display_survey\";s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:24:\"webform_display_textarea\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:23:\"components/textarea.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:30:\"theme_webform_display_textarea\";s:8:\"includes\";a:1:{i:0;s:57:\"sites/all/modules/contrib/webform/components/textarea.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:25:\"webform_display_textfield\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:24:\"components/textfield.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:31:\"theme_webform_display_textfield\";s:8:\"includes\";a:1:{i:0;s:58:\"sites/all/modules/contrib/webform/components/textfield.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:12:\"webform_time\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/time.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:18:\"theme_webform_time\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/time.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:20:\"webform_display_time\";a:8:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/time.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_display_time\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/time.inc\";}s:20:\"preprocess functions\";a:0:{}s:17:\"process functions\";a:0:{}}s:5:\"block\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:19:\"modules/block/block\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/block\";s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:28:\"block_class_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:23:\"system_preprocess_block\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:24:\"block_admin_display_form\";a:8:{s:8:\"template\";s:38:\"modules/block/block-admin-display-form\";s:4:\"file\";s:15:\"block.admin.inc\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/block\";s:8:\"includes\";a:1:{i:0;s:29:\"modules/block/block.admin.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:44:\"template_preprocess_block_admin_display_form\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}}',0,1646428136,1),('theme_registry:play_responsive',_binary 'a:432:{s:16:\"user_login_block\";a:6:{s:8:\"template\";s:59:\"sites/all/themes/play_responsive/templates/user-login-block\";s:14:\"render element\";s:4:\"form\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:5:\"theme\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:20:\"preprocess functions\";a:1:{i:0;s:43:\"play_responsive_preprocess_user_login_block\";}}s:17:\"user_profile_form\";a:5:{s:8:\"template\";s:60:\"sites/all/themes/play_responsive/templates/user-profile-edit\";s:14:\"render element\";s:4:\"form\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:5:\"theme\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";}s:18:\"user_register_form\";a:5:{s:8:\"template\";s:56:\"sites/all/themes/play_responsive/templates/user-register\";s:14:\"render element\";s:4:\"form\";s:9:\"arguments\";a:1:{s:4:\"form\";N;}s:4:\"type\";s:5:\"theme\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";}s:19:\"links__locale_block\";a:5:{s:8:\"function\";s:35:\"play_responsive_links__locale_block\";s:9:\"variables\";a:3:{s:5:\"links\";N;s:10:\"attributes\";a:1:{s:5:\"class\";a:1:{i:0;s:5:\"links\";}}s:7:\"heading\";a:0:{}}s:9:\"base hook\";s:5:\"links\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";}s:8:\"fieldset\";a:4:{s:8:\"function\";s:24:\"play_responsive_fieldset\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:7:\"element\";}s:12:\"form_element\";a:4:{s:8:\"function\";s:28:\"play_responsive_form_element\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:7:\"element\";}s:9:\"file_link\";a:4:{s:8:\"function\";s:25:\"play_responsive_file_link\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:9:\"variables\";a:2:{s:4:\"file\";N;s:14:\"icon_directory\";N;}}s:11:\"date_select\";a:5:{s:8:\"function\";s:27:\"play_responsive_date_select\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:14:\"render element\";s:7:\"element\";}s:15:\"webform_element\";a:4:{s:8:\"function\";s:31:\"play_responsive_webform_element\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:7:\"element\";}s:4:\"page\";a:7:{s:8:\"template\";s:4:\"page\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:4:\"page\";s:20:\"preprocess functions\";a:8:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_page\";i:2;s:21:\"contextual_preprocess\";i:3;s:24:\"shortcut_preprocess_page\";i:4;s:37:\"views_bulk_operations_preprocess_page\";i:5;s:21:\"views_preprocess_page\";i:6;s:19:\"zen_preprocess_page\";i:7;s:31:\"play_responsive_preprocess_page\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:21:\"template_process_page\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:4:\"html\";a:7:{s:8:\"template\";s:4:\"html\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:4:\"page\";s:20:\"preprocess functions\";a:10:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_html\";i:2;s:21:\"contextual_preprocess\";i:3;s:26:\"og_context_preprocess_html\";i:4;s:24:\"passport_preprocess_html\";i:5;s:23:\"toolbar_preprocess_html\";i:6;s:20:\"i18n_preprocess_html\";i:7;s:21:\"views_preprocess_html\";i:8;s:19:\"zen_preprocess_html\";i:9;s:31:\"play_responsive_preprocess_html\";}s:17:\"process functions\";a:5:{i:0;s:16:\"template_process\";i:1;s:21:\"template_process_html\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";i:4;s:16:\"zen_process_html\";}}s:38:\"views_slideshow_controls_text_previous\";a:9:{s:8:\"template\";s:38:\"views-slideshow-controls-text-previous\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:9:\"variables\";a:3:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}}s:7:\"pattern\";s:40:\"views_slideshow_controls_text_previous__\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:58:\"template_preprocess_views_slideshow_controls_text_previous\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:34:\"views_slideshow_controls_text_next\";a:9:{s:8:\"template\";s:34:\"views-slideshow-controls-text-next\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:9:\"variables\";a:3:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}}s:7:\"pattern\";s:36:\"views_slideshow_controls_text_next__\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:54:\"template_preprocess_views_slideshow_controls_text_next\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:20:\"webform_confirmation\";a:8:{s:8:\"template\";s:20:\"webform-confirmation\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:9:\"variables\";a:2:{s:4:\"node\";N;s:3:\"sid\";N;}s:7:\"pattern\";s:27:\"webform_confirmation_[0-9]+\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:40:\"template_preprocess_webform_confirmation\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:4:\"node\";a:7:{s:8:\"template\";s:4:\"node\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:8:\"elements\";s:20:\"preprocess functions\";a:8:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_node\";i:2;s:21:\"contextual_preprocess\";i:3;s:22:\"ctools_preprocess_node\";i:4;s:19:\"rdf_preprocess_node\";i:5;s:21:\"views_preprocess_node\";i:6;s:19:\"zen_preprocess_node\";i:7;s:31:\"field_group_build_entity_groups\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:35:\"views_slideshow_controls_text_pause\";a:9:{s:8:\"template\";s:35:\"views-slideshow-controls-text-pause\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:9:\"variables\";a:3:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}}s:7:\"pattern\";s:37:\"views_slideshow_controls_text_pause__\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:55:\"template_preprocess_views_slideshow_controls_text_pause\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"node__group_class\";a:6:{s:8:\"template\";s:17:\"node--group-class\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:4:\"node\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";}s:69:\"views_view_field__front_page_slideshow__block__field_slideshow_images\";a:6:{s:8:\"template\";s:69:\"views-view-field--front-page-slideshow--block--field-slideshow-images\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:9:\"variables\";a:3:{s:4:\"view\";N;s:5:\"field\";N;s:3:\"row\";N;}s:9:\"base hook\";s:16:\"views_view_field\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";}s:36:\"views_view_table__class_registration\";a:6:{s:8:\"template\";s:36:\"views-view-table--class-registration\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:9:\"base hook\";s:16:\"views_view_table\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";}s:15:\"status_messages\";a:4:{s:8:\"function\";s:39:\"_theme_disable_messages_status_messages\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:1:{s:7:\"display\";N;}}s:10:\"breadcrumb\";a:4:{s:8:\"function\";s:14:\"zen_breadcrumb\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:1:{s:10:\"breadcrumb\";N;}}s:4:\"mark\";a:4:{s:8:\"function\";s:8:\"zen_mark\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:1:{s:4:\"type\";i:1;}}s:15:\"menu_local_task\";a:4:{s:8:\"function\";s:19:\"zen_menu_local_task\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:14:\"render element\";s:7:\"element\";}s:16:\"menu_local_tasks\";a:4:{s:8:\"function\";s:20:\"zen_menu_local_tasks\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:2:{s:7:\"primary\";a:0:{}s:9:\"secondary\";a:0:{}}}s:16:\"maintenance_page\";a:7:{s:8:\"template\";s:16:\"maintenance-page\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:2:{s:7:\"content\";N;s:13:\"show_messages\";b:1;}s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_maintenance_page\";i:2;s:21:\"contextual_preprocess\";i:3;s:31:\"zen_preprocess_maintenance_page\";}s:17:\"process functions\";a:5:{i:0;s:16:\"template_process\";i:1;s:33:\"template_process_maintenance_page\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";i:4;s:28:\"zen_process_maintenance_page\";}}s:6:\"region\";a:7:{s:8:\"template\";s:6:\"region\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:14:\"render element\";s:8:\"elements\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_region\";i:2;s:21:\"contextual_preprocess\";i:3;s:21:\"zen_preprocess_region\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:12:\"user_picture\";a:7:{s:8:\"template\";s:12:\"user-picture\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:1:{s:7:\"account\";N;}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_user_picture\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:5:\"block\";a:7:{s:8:\"template\";s:5:\"block\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:14:\"render element\";s:8:\"elements\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:28:\"block_class_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:23:\"system_preprocess_block\";i:5;s:20:\"zen_preprocess_block\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";i:3;s:17:\"zen_process_block\";}}s:15:\"region__sidebar\";a:6:{s:8:\"template\";s:15:\"region--sidebar\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:6:\"region\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";}s:18:\"region__no_wrapper\";a:6:{s:8:\"template\";s:18:\"region--no-wrapper\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:6:\"region\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";}s:14:\"region__footer\";a:6:{s:8:\"template\";s:14:\"region--footer\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:6:\"region\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";}s:17:\"block__no_wrapper\";a:6:{s:8:\"template\";s:17:\"block--no-wrapper\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";}s:30:\"page_manager_handler_rearrange\";a:7:{s:14:\"render element\";s:4:\"form\";s:4:\"path\";s:51:\"sites/all/modules/contrib/ctools/page_manager/theme\";s:4:\"file\";s:22:\"page_manager.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:36:\"theme_page_manager_handler_rearrange\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/theme/page_manager.theme.inc\";}}s:22:\"page_manager_edit_page\";a:9:{s:8:\"template\";s:22:\"page-manager-edit-page\";s:9:\"variables\";a:4:{s:4:\"page\";N;s:4:\"save\";N;s:10:\"operations\";a:0:{}s:7:\"content\";a:0:{}}s:4:\"path\";s:51:\"sites/all/modules/contrib/ctools/page_manager/theme\";s:4:\"file\";s:22:\"page_manager.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/theme/page_manager.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_page_manager_edit_page\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"page_manager_lock\";a:7:{s:9:\"variables\";a:1:{s:4:\"page\";a:0:{}}s:4:\"path\";s:51:\"sites/all/modules/contrib/ctools/page_manager/theme\";s:4:\"file\";s:22:\"page_manager.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:23:\"theme_page_manager_lock\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/theme/page_manager.theme.inc\";}}s:20:\"page_manager_changed\";a:7:{s:9:\"variables\";a:2:{s:4:\"text\";N;s:11:\"description\";N;}s:4:\"path\";s:51:\"sites/all/modules/contrib/ctools/page_manager/theme\";s:4:\"file\";s:22:\"page_manager.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:26:\"theme_page_manager_changed\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/theme/page_manager.theme.inc\";}}s:37:\"page_manager_page_form_argument_table\";a:7:{s:4:\"file\";s:14:\"page.admin.inc\";s:4:\"path\";s:59:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:43:\"theme_page_manager_page_form_argument_table\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc\";}}s:22:\"page_manager_page_lock\";a:7:{s:4:\"file\";s:14:\"page.admin.inc\";s:4:\"path\";s:59:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks\";s:9:\"variables\";a:2:{s:4:\"lock\";a:0:{}s:9:\"task_name\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:28:\"theme_page_manager_page_lock\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc\";}}s:25:\"page_manager_page_changed\";a:7:{s:4:\"file\";s:14:\"page.admin.inc\";s:4:\"path\";s:59:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks\";s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/ctools/page_manager\";s:8:\"function\";s:31:\"theme_page_manager_page_changed\";s:8:\"includes\";a:1:{i:0;s:74:\"sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc\";}}s:14:\"devel_querylog\";a:4:{s:9:\"variables\";a:2:{s:6:\"header\";a:0:{}s:4:\"rows\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/devel\";s:8:\"function\";s:20:\"theme_devel_querylog\";}s:18:\"devel_querylog_row\";a:4:{s:9:\"variables\";a:1:{s:3:\"row\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/devel\";s:8:\"function\";s:24:\"theme_devel_querylog_row\";}s:14:\"rules_elements\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:20:\"theme_rules_elements\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:19:\"rules_content_group\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:25:\"theme_rules_content_group\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:29:\"rules_parameter_configuration\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:35:\"theme_rules_parameter_configuration\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:19:\"rules_variable_view\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:25:\"theme_rules_variable_view\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:24:\"rules_data_selector_help\";a:6:{s:9:\"variables\";a:2:{s:9:\"parameter\";N;s:9:\"variables\";N;}s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:30:\"theme_rules_data_selector_help\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:22:\"rules_ui_variable_form\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:28:\"theme_rules_ui_variable_form\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:9:\"rules_log\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:15:\"theme_rules_log\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:18:\"rules_autocomplete\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:24:\"theme_rules_autocomplete\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:19:\"rules_debug_element\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:25:\"theme_rules_debug_element\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:19:\"rules_settings_help\";a:6:{s:9:\"variables\";a:2:{s:4:\"text\";s:0:\"\";s:7:\"heading\";s:0:\"\";}s:4:\"file\";s:15:\"ui/ui.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/rules\";s:8:\"function\";s:25:\"theme_rules_settings_help\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/rules/ui/ui.theme.inc\";}}s:16:\"views_mini_pager\";a:8:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:3:{s:4:\"tags\";a:0:{}s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:7:\"pattern\";s:18:\"views_mini_pager__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:22:\"theme_views_mini_pager\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}}s:16:\"views_view_field\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:7:\"pattern\";s:18:\"views_view_field__\";s:9:\"variables\";a:3:{s:4:\"view\";N;s:5:\"field\";N;s:3:\"row\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:22:\"theme_views_view_field\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:36:\"template_preprocess_views_view_field\";}}s:19:\"views_view_grouping\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:7:\"pattern\";s:21:\"views_view_grouping__\";s:9:\"variables\";a:5:{s:4:\"view\";N;s:8:\"grouping\";N;s:14:\"grouping_level\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:25:\"theme_views_view_grouping\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:39:\"template_preprocess_views_view_grouping\";}}s:10:\"views_view\";a:10:{s:7:\"pattern\";s:12:\"views_view__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:2:{s:10:\"view_array\";a:0:{}s:4:\"view\";N;}s:8:\"template\";s:10:\"views-view\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_views_view\";i:2;s:44:\"better_exposed_filters_preprocess_views_view\";i:3;s:21:\"contextual_preprocess\";i:4;s:43:\"views_bulk_operations_preprocess_views_view\";i:5;s:30:\"views_ui_preprocess_views_view\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:27:\"template_process_views_view\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:22:\"views_view_unformatted\";a:10:{s:7:\"pattern\";s:24:\"views_view_unformatted__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:22:\"views-view-unformatted\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_views_view_unformatted\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:30:\"media_views_view_media_browser\";a:10:{s:7:\"pattern\";s:32:\"media_views_view_media_browser__\";s:4:\"file\";s:15:\"media.views.inc\";s:4:\"path\";s:31:\"sites/all/modules/contrib/media\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:30:\"media-views-view-media-browser\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/media/media.views.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:50:\"template_preprocess_media_views_view_media_browser\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"views_slideshow\";a:10:{s:7:\"pattern\";s:17:\"views_slideshow__\";s:4:\"file\";s:25:\"views_slideshow.theme.inc\";s:4:\"path\";s:47:\"sites/all/modules/contrib/views_slideshow/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-slideshow\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_slideshow\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"views_view_list\";a:10:{s:7:\"pattern\";s:17:\"views_view_list__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-list\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_view_list\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"views_view_grid\";a:10:{s:7:\"pattern\";s:17:\"views_view_grid__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:15:\"views-view-grid\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:35:\"template_preprocess_views_view_grid\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:16:\"views_view_table\";a:10:{s:7:\"pattern\";s:18:\"views_view_table__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:16:\"views-view-table\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_views_view_table\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:18:\"views_view_summary\";a:10:{s:7:\"pattern\";s:20:\"views_view_summary__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:18:\"views-view-summary\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_view_summary\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:30:\"views_view_summary_unformatted\";a:10:{s:7:\"pattern\";s:32:\"views_view_summary_unformatted__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:30:\"views-view-summary-unformatted\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:50:\"template_preprocess_views_view_summary_unformatted\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:14:\"views_view_rss\";a:10:{s:7:\"pattern\";s:16:\"views_view_rss__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:14:\"views-view-rss\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:34:\"template_preprocess_views_view_rss\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:28:\"views_view_summary_jump_menu\";a:10:{s:7:\"pattern\";s:30:\"views_view_summary_jump_menu__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:28:\"views-view-summary-jump-menu\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:20:\"views_view_jump_menu\";a:10:{s:7:\"pattern\";s:22:\"views_view_jump_menu__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:8:\"template\";s:20:\"views-view-jump-menu\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"views_view_fields\";a:10:{s:7:\"pattern\";s:19:\"views_view_fields__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:17:\"views-view-fields\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_views_view_fields\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:18:\"views_view_row_rss\";a:10:{s:7:\"pattern\";s:20:\"views_view_row_rss__\";s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:8:\"template\";s:18:\"views-view-row-rss\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_view_row_rss\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"views_form_views_form\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:27:\"theme_views_form_views_form\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}}s:18:\"views_exposed_form\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:8:\"template\";s:18:\"views-exposed-form\";s:7:\"pattern\";s:20:\"views_exposed_form__\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_views_exposed_form\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:10:\"views_more\";a:10:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:8:\"template\";s:10:\"views-more\";s:7:\"pattern\";s:12:\"views_more__\";s:9:\"variables\";a:3:{s:8:\"more_url\";N;s:9:\"link_text\";s:4:\"more\";s:4:\"view\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"horizontal_tabs\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/field_group\";s:8:\"function\";s:21:\"theme_horizontal_tabs\";}s:9:\"multipage\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/field_group\";s:8:\"function\";s:15:\"theme_multipage\";}s:14:\"multipage_pane\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/field_group\";s:8:\"function\";s:20:\"theme_multipage_pane\";}s:24:\"wysiwyg_profile_overview\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/wysiwyg\";s:8:\"function\";s:30:\"theme_wysiwyg_profile_overview\";}s:26:\"wysiwyg_admin_button_table\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/wysiwyg\";s:8:\"function\";s:32:\"theme_wysiwyg_admin_button_table\";}s:19:\"wysiwyg_dialog_page\";a:8:{s:14:\"render element\";s:4:\"page\";s:4:\"file\";s:18:\"wysiwyg.dialog.inc\";s:8:\"template\";s:53:\"sites/all/modules/contrib/wysiwyg/wysiwyg-dialog-page\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/wysiwyg\";s:8:\"includes\";a:1:{i:0;s:52:\"sites/all/modules/contrib/wysiwyg/wysiwyg.dialog.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:39:\"template_preprocess_wysiwyg_dialog_page\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:36:\"template_process_wysiwyg_dialog_page\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:35:\"webform_preplayslider_slider_labels\";a:6:{s:8:\"template\";s:74:\"sites/all/modules/custom/webform_preplayslider/templates/playslider-labels\";s:9:\"variables\";a:3:{s:6:\"ranges\";N;s:9:\"component\";N;s:5:\"value\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:46:\"sites/all/modules/custom/webform_preplayslider\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:36:\"webform_playslideradpt_slider_labels\";a:6:{s:8:\"template\";s:79:\"sites/all/modules/custom/webform_playslideradpt/templates/playslideradpt-labels\";s:9:\"variables\";a:3:{s:6:\"ranges\";N;s:9:\"component\";N;s:5:\"value\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:47:\"sites/all/modules/custom/webform_playslideradpt\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:32:\"webform_playslider_slider_labels\";a:6:{s:8:\"template\";s:71:\"sites/all/modules/custom/webform_playslider/templates/playslider-labels\";s:9:\"variables\";a:3:{s:6:\"ranges\";N;s:9:\"component\";N;s:5:\"value\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:43:\"sites/all/modules/custom/webform_playslider\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:28:\"views_ui_display_tab_setting\";a:7:{s:9:\"variables\";a:7:{s:11:\"description\";s:0:\"\";s:4:\"link\";s:0:\"\";s:14:\"settings_links\";a:0:{}s:10:\"overridden\";b:0;s:9:\"defaulted\";b:0;s:21:\"description_separator\";b:1;s:5:\"class\";a:0:{}}s:8:\"template\";s:28:\"views-ui-display-tab-setting\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:48:\"template_preprocess_views_ui_display_tab_setting\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:27:\"views_ui_display_tab_bucket\";a:7:{s:14:\"render element\";s:7:\"element\";s:8:\"template\";s:27:\"views-ui-display-tab-bucket\";s:4:\"path\";s:37:\"sites/all/modules/contrib/views/theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:47:\"template_preprocess_views_ui_display_tab_bucket\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:23:\"views_ui_rearrange_form\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:29:\"theme_views_ui_rearrange_form\";}s:30:\"views_ui_rearrange_filter_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:36:\"theme_views_ui_rearrange_filter_form\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}}s:27:\"views_ui_expose_filter_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:33:\"theme_views_ui_expose_filter_form\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}}s:18:\"views_ui_view_info\";a:6:{s:9:\"variables\";a:2:{s:4:\"view\";N;s:4:\"base\";N;}s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:24:\"theme_views_ui_view_info\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}}s:32:\"views_ui_build_group_filter_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:38:\"theme_views_ui_build_group_filter_form\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}}s:12:\"views_tabset\";a:4:{s:9:\"variables\";a:1:{s:4:\"tabs\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:18:\"theme_views_tabset\";}s:9:\"views_tab\";a:4:{s:9:\"variables\";a:1:{s:4:\"body\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:15:\"theme_views_tab\";}s:30:\"views_ui_reorder_displays_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"includes/admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:36:\"theme_views_ui_reorder_displays_form\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/views/includes/admin.inc\";}}s:27:\"views_ui_style_plugin_table\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:33:\"theme_views_ui_style_plugin_table\";}s:29:\"views_ui_view_preview_section\";a:5:{s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"section\";N;s:7:\"content\";N;s:5:\"links\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:35:\"theme_views_ui_view_preview_section\";s:20:\"preprocess functions\";a:1:{i:0;s:49:\"template_preprocess_views_ui_view_preview_section\";}}s:15:\"views_container\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:15:\"theme/theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/views\";s:8:\"function\";s:21:\"theme_views_container\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/views/theme/theme.inc\";}}s:21:\"views_slideshow_cycle\";a:9:{s:9:\"variables\";a:4:{s:4:\"view\";N;s:8:\"settings\";a:0:{}s:4:\"rows\";a:0:{}s:5:\"title\";s:0:\"\";}s:8:\"template\";s:99:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle\";s:4:\"file\";s:37:\"theme/views_slideshow_cycle.theme.inc\";s:7:\"pattern\";s:23:\"views_slideshow_cycle__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:71:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle\";s:8:\"includes\";a:1:{i:0;s:109:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:32:\"views_slideshow_cycle_main_frame\";a:9:{s:9:\"variables\";a:4:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";N;s:4:\"rows\";N;}s:8:\"template\";s:110:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame\";s:4:\"file\";s:37:\"theme/views_slideshow_cycle.theme.inc\";s:7:\"pattern\";s:34:\"views_slideshow_cycle_main_frame__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:71:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle\";s:8:\"includes\";a:1:{i:0;s:109:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:52:\"template_preprocess_views_slideshow_cycle_main_frame\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:36:\"views_slideshow_cycle_main_frame_row\";a:9:{s:9:\"variables\";a:4:{s:6:\"vss_id\";N;s:5:\"items\";N;s:5:\"count\";N;s:4:\"view\";N;}s:8:\"template\";s:114:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame-row\";s:4:\"file\";s:37:\"theme/views_slideshow_cycle.theme.inc\";s:7:\"pattern\";s:38:\"views_slideshow_cycle_main_frame_row__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:71:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle\";s:8:\"includes\";a:1:{i:0;s:109:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:56:\"template_preprocess_views_slideshow_cycle_main_frame_row\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:41:\"views_slideshow_cycle_main_frame_row_item\";a:9:{s:9:\"variables\";a:5:{s:4:\"item\";N;s:10:\"item_count\";N;s:5:\"count\";N;s:4:\"view\";N;s:6:\"length\";N;}s:8:\"template\";s:119:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame-row-item\";s:4:\"file\";s:37:\"theme/views_slideshow_cycle.theme.inc\";s:7:\"pattern\";s:43:\"views_slideshow_cycle_main_frame_row_item__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:71:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle\";s:8:\"includes\";a:1:{i:0;s:109:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:61:\"template_preprocess_views_slideshow_cycle_main_frame_row_item\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:28:\"views_slideshow_main_section\";a:7:{s:9:\"variables\";a:3:{s:6:\"vss_id\";N;s:6:\"slides\";N;s:6:\"plugin\";N;}s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:30:\"views_slideshow_main_section__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"function\";s:34:\"theme_views_slideshow_main_section\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}}s:35:\"views_slideshow_pager_widget_render\";a:7:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:37:\"views_slideshow_pager_widget_render__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"function\";s:41:\"theme_views_slideshow_pager_widget_render\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}}s:28:\"views_slideshow_pager_fields\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:10:\"attributes\";a:0:{}}s:8:\"template\";s:76:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-pager-fields\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:30:\"views_slideshow_pager_fields__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:48:\"template_preprocess_views_slideshow_pager_fields\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:33:\"views_slideshow_pager_field_field\";a:9:{s:9:\"variables\";a:3:{s:4:\"view\";N;s:5:\"field\";N;s:5:\"count\";N;}s:8:\"template\";s:81:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-pager-field-field\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:35:\"views_slideshow_pager_field_field__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:53:\"template_preprocess_views_slideshow_pager_field_field\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:32:\"views_slideshow_pager_field_item\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"item\";N;s:5:\"count\";N;s:8:\"location\";N;s:6:\"length\";N;}s:8:\"template\";s:80:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-pager-field-item\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:34:\"views_slideshow_pager_field_item__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:52:\"template_preprocess_views_slideshow_pager_field_item\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:38:\"views_slideshow_controls_widget_render\";a:7:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:40:\"views_slideshow_controls_widget_render__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"function\";s:44:\"theme_views_slideshow_controls_widget_render\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}}s:29:\"views_slideshow_controls_text\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:8:\"template\";s:77:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-controls-text\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:31:\"views_slideshow_controls_text__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:49:\"template_preprocess_views_slideshow_controls_text\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:43:\"views_slideshow_slide_counter_widget_render\";a:7:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:39:\"views_slideshow_counter_widget_render__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"function\";s:49:\"theme_views_slideshow_slide_counter_widget_render\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}}s:29:\"views_slideshow_slide_counter\";a:9:{s:9:\"variables\";a:5:{s:6:\"vss_id\";N;s:4:\"view\";N;s:8:\"settings\";a:0:{}s:8:\"location\";N;s:4:\"rows\";a:0:{}}s:8:\"template\";s:77:\"sites/all/modules/contrib/views_slideshow/theme/views-slideshow-slide-counter\";s:4:\"file\";s:31:\"theme/views_slideshow.theme.inc\";s:7:\"pattern\";s:31:\"views_slideshow_slide_counter__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:8:\"includes\";a:1:{i:0;s:73:\"sites/all/modules/contrib/views_slideshow/theme/views_slideshow.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:49:\"template_preprocess_views_slideshow_slide_counter\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:32:\"views_bulk_operations_select_all\";a:4:{s:9:\"variables\";a:2:{s:4:\"view\";N;s:23:\"enable_select_all_pages\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:47:\"sites/all/modules/contrib/views_bulk_operations\";s:8:\"function\";s:38:\"theme_views_bulk_operations_select_all\";}s:34:\"views_bulk_operations_confirmation\";a:4:{s:9:\"variables\";a:4:{s:4:\"rows\";N;s:3:\"vbo\";N;s:9:\"operation\";N;s:16:\"select_all_pages\";b:0;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:47:\"sites/all/modules/contrib/views_bulk_operations\";s:8:\"function\";s:40:\"theme_views_bulk_operations_confirmation\";}s:21:\"variable_table_select\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:17:\"variable.form.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:34:\"sites/all/modules/contrib/variable\";s:8:\"function\";s:27:\"theme_variable_table_select\";s:8:\"includes\";a:1:{i:0;s:52:\"sites/all/modules/contrib/variable/variable.form.inc\";}}s:12:\"user_profile\";a:8:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:25:\"modules/user/user-profile\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.pages.inc\";}s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_user_profile\";i:2;s:21:\"contextual_preprocess\";i:3;s:27:\"rdf_preprocess_user_profile\";i:4;s:31:\"field_group_build_entity_groups\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"user_profile_category\";a:8:{s:14:\"render element\";s:7:\"element\";s:8:\"template\";s:34:\"modules/user/user-profile-category\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.pages.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:41:\"template_preprocess_user_profile_category\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"user_profile_item\";a:8:{s:14:\"render element\";s:7:\"element\";s:8:\"template\";s:30:\"modules/user/user-profile-item\";s:4:\"file\";s:14:\"user.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.pages.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_user_profile_item\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:9:\"user_list\";a:4:{s:9:\"variables\";a:2:{s:5:\"users\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:15:\"theme_user_list\";}s:22:\"user_admin_permissions\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:28:\"theme_user_admin_permissions\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.admin.inc\";}}s:16:\"user_admin_roles\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:22:\"theme_user_admin_roles\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.admin.inc\";}}s:27:\"user_permission_description\";a:6:{s:9:\"variables\";a:2:{s:15:\"permission_item\";N;s:4:\"hide\";N;}s:4:\"file\";s:14:\"user.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:33:\"theme_user_permission_description\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/user/user.admin.inc\";}}s:14:\"user_signature\";a:4:{s:9:\"variables\";a:1:{s:9:\"signature\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/user\";s:8:\"function\";s:20:\"theme_user_signature\";}s:26:\"update_manager_update_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"update.manager.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:32:\"theme_update_manager_update_form\";s:8:\"includes\";a:1:{i:0;s:33:\"modules/update/update.manager.inc\";}}s:17:\"update_last_check\";a:4:{s:9:\"variables\";a:1:{s:4:\"last\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:23:\"theme_update_last_check\";}s:13:\"update_report\";a:6:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"file\";s:17:\"update.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:19:\"theme_update_report\";s:8:\"includes\";a:1:{i:0;s:32:\"modules/update/update.report.inc\";}}s:14:\"update_version\";a:6:{s:9:\"variables\";a:3:{s:7:\"version\";N;s:3:\"tag\";N;s:5:\"class\";a:0:{}}s:4:\"file\";s:17:\"update.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:20:\"theme_update_version\";s:8:\"includes\";a:1:{i:0;s:32:\"modules/update/update.report.inc\";}}s:19:\"update_status_label\";a:6:{s:9:\"variables\";a:1:{s:6:\"status\";N;}s:4:\"file\";s:17:\"update.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/update\";s:8:\"function\";s:25:\"theme_update_status_label\";s:8:\"includes\";a:1:{i:0;s:32:\"modules/update/update.report.inc\";}}s:7:\"toolbar\";a:7:{s:14:\"render element\";s:7:\"toolbar\";s:8:\"template\";s:7:\"toolbar\";s:4:\"path\";s:15:\"modules/toolbar\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/toolbar\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";i:2;s:26:\"toolbar_preprocess_toolbar\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:14:\"toolbar_toggle\";a:4:{s:9:\"variables\";a:2:{s:9:\"collapsed\";N;s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:15:\"modules/toolbar\";s:8:\"function\";s:20:\"theme_toolbar_toggle\";}s:10:\"tree_table\";a:6:{s:9:\"variables\";a:5:{s:6:\"header\";a:0:{}s:4:\"rows\";a:0:{}s:10:\"attributes\";a:0:{}s:5:\"empty\";s:0:\"\";s:7:\"caption\";s:0:\"\";}s:4:\"file\";s:15:\"token.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/token\";s:8:\"function\";s:16:\"theme_tree_table\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/token/token.pages.inc\";}}s:10:\"token_tree\";a:6:{s:9:\"variables\";a:6:{s:11:\"token_types\";a:0:{}s:12:\"global_types\";b:1;s:12:\"click_insert\";b:1;s:15:\"show_restricted\";b:0;s:15:\"recursion_limit\";i:3;s:6:\"dialog\";b:0;}s:4:\"file\";s:15:\"token.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/token\";s:8:\"function\";s:16:\"theme_token_tree\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/token/token.pages.inc\";}}s:15:\"token_tree_link\";a:6:{s:9:\"variables\";a:8:{s:4:\"text\";N;s:7:\"options\";a:0:{}s:6:\"dialog\";b:1;s:11:\"token_types\";a:0:{}s:12:\"global_types\";b:1;s:12:\"click_insert\";b:1;s:15:\"show_restricted\";b:0;s:15:\"recursion_limit\";i:3;}s:4:\"file\";s:15:\"token.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/token\";s:8:\"function\";s:21:\"theme_token_tree_link\";s:8:\"includes\";a:1:{i:0;s:47:\"sites/all/modules/contrib/token/token.pages.inc\";}}s:17:\"text_resize_block\";a:3:{s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/text_resize\";s:8:\"function\";s:23:\"theme_text_resize_block\";}s:30:\"taxonomy_overview_vocabularies\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:36:\"theme_taxonomy_overview_vocabularies\";}s:23:\"taxonomy_overview_terms\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:8:\"function\";s:29:\"theme_taxonomy_overview_terms\";}s:13:\"taxonomy_term\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:30:\"modules/taxonomy/taxonomy-term\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/taxonomy\";s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:33:\"template_preprocess_taxonomy_term\";i:2;s:21:\"contextual_preprocess\";i:3;s:28:\"rdf_preprocess_taxonomy_term\";i:4;s:31:\"field_group_build_entity_groups\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:4:\"link\";a:4:{s:9:\"variables\";a:3:{s:4:\"text\";N;s:4:\"path\";N;s:7:\"options\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_link\";}s:5:\"links\";a:4:{s:9:\"variables\";a:3:{s:5:\"links\";N;s:10:\"attributes\";a:1:{s:5:\"class\";a:1:{i:0;s:5:\"links\";}}s:7:\"heading\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_links\";}s:5:\"image\";a:5:{s:9:\"variables\";a:6:{s:4:\"path\";N;s:5:\"width\";N;s:6:\"height\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";N;s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_image\";s:20:\"preprocess functions\";a:1:{i:0;s:20:\"rdf_preprocess_image\";}}s:4:\"help\";a:4:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_help\";}s:5:\"table\";a:4:{s:9:\"variables\";a:8:{s:6:\"header\";N;s:6:\"footer\";N;s:4:\"rows\";N;s:10:\"attributes\";a:0:{}s:7:\"caption\";N;s:9:\"colgroups\";a:0:{}s:6:\"sticky\";b:1;s:5:\"empty\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_table\";}s:19:\"tablesort_indicator\";a:4:{s:9:\"variables\";a:1:{s:5:\"style\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_tablesort_indicator\";}s:9:\"item_list\";a:4:{s:9:\"variables\";a:4:{s:5:\"items\";a:0:{}s:5:\"title\";N;s:4:\"type\";s:2:\"ul\";s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_item_list\";}s:14:\"more_help_link\";a:4:{s:9:\"variables\";a:1:{s:3:\"url\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_more_help_link\";}s:9:\"feed_icon\";a:4:{s:9:\"variables\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_feed_icon\";}s:9:\"more_link\";a:4:{s:9:\"variables\";a:2:{s:3:\"url\";N;s:5:\"title\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_more_link\";}s:8:\"username\";a:6:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_username\";s:20:\"preprocess functions\";a:2:{i:0;s:28:\"template_preprocess_username\";i:1;s:23:\"rdf_preprocess_username\";}s:17:\"process functions\";a:1:{i:0;s:25:\"template_process_username\";}}s:12:\"progress_bar\";a:4:{s:9:\"variables\";a:2:{s:7:\"percent\";N;s:7:\"message\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_progress_bar\";}s:11:\"indentation\";a:4:{s:9:\"variables\";a:1:{s:4:\"size\";i:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_indentation\";}s:8:\"html_tag\";a:5:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:8:\"function\";s:14:\"theme_html_tag\";s:17:\"process functions\";a:1:{i:0;s:20:\"zen_process_html_tag\";}}s:11:\"update_page\";a:4:{s:9:\"variables\";a:2:{s:7:\"content\";N;s:13:\"show_messages\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_update_page\";}s:12:\"install_page\";a:4:{s:9:\"variables\";a:1:{s:7:\"content\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_install_page\";}s:9:\"task_list\";a:4:{s:9:\"variables\";a:2:{s:5:\"items\";N;s:6:\"active\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_task_list\";}s:17:\"authorize_message\";a:4:{s:9:\"variables\";a:2:{s:7:\"message\";N;s:7:\"success\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:23:\"theme_authorize_message\";}s:16:\"authorize_report\";a:4:{s:9:\"variables\";a:1:{s:8:\"messages\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:22:\"theme_authorize_report\";}s:5:\"pager\";a:4:{s:9:\"variables\";a:4:{s:4:\"tags\";a:0:{}s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}s:8:\"quantity\";i:9;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_pager\";}s:11:\"pager_first\";a:4:{s:9:\"variables\";a:3:{s:4:\"text\";N;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_pager_first\";}s:14:\"pager_previous\";a:4:{s:9:\"variables\";a:4:{s:4:\"text\";N;s:7:\"element\";i:0;s:8:\"interval\";i:1;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:20:\"theme_pager_previous\";}s:10:\"pager_next\";a:4:{s:9:\"variables\";a:4:{s:4:\"text\";N;s:7:\"element\";i:0;s:8:\"interval\";i:1;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_next\";}s:10:\"pager_last\";a:4:{s:9:\"variables\";a:3:{s:4:\"text\";N;s:7:\"element\";i:0;s:10:\"parameters\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_last\";}s:10:\"pager_link\";a:4:{s:9:\"variables\";a:5:{s:4:\"text\";N;s:8:\"page_new\";N;s:7:\"element\";N;s:10:\"parameters\";a:0:{}s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_pager_link\";}s:9:\"menu_link\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:8:\"function\";s:15:\"theme_menu_link\";s:7:\"pattern\";s:11:\"menu_link__\";s:20:\"preprocess functions\";a:2:{i:0;s:36:\"menu_attributes_preprocess_menu_link\";i:1;s:24:\"zen_preprocess_menu_link\";}}s:9:\"menu_tree\";a:6:{s:14:\"render element\";s:4:\"tree\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_menu_tree\";s:7:\"pattern\";s:11:\"menu_tree__\";s:20:\"preprocess functions\";a:1:{i:0;s:29:\"template_preprocess_menu_tree\";}}s:17:\"menu_local_action\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:23:\"theme_menu_local_action\";}s:6:\"select\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_select\";}s:5:\"radio\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_radio\";}s:6:\"radios\";a:5:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_radios\";s:20:\"preprocess functions\";a:1:{i:0;s:26:\"passport_preprocess_radios\";}}s:4:\"date\";a:5:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_date\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}}s:15:\"exposed_filters\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:21:\"theme_exposed_filters\";}s:8:\"checkbox\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_checkbox\";}s:10:\"checkboxes\";a:5:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_checkboxes\";s:20:\"preprocess functions\";a:1:{i:0;s:30:\"passport_preprocess_checkboxes\";}}s:6:\"button\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_button\";}s:12:\"image_button\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_image_button\";}s:6:\"hidden\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:12:\"theme_hidden\";}s:9:\"textfield\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_textfield\";}s:4:\"form\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_form\";}s:8:\"textarea\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_textarea\";}s:8:\"password\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_password\";}s:4:\"file\";a:5:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_file\";s:20:\"preprocess functions\";a:1:{i:0;s:31:\"field_group_build_entity_groups\";}}s:11:\"tableselect\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_tableselect\";}s:20:\"form_required_marker\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:26:\"theme_form_required_marker\";}s:18:\"form_element_label\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:24:\"theme_form_element_label\";}s:13:\"vertical_tabs\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:19:\"theme_vertical_tabs\";}s:9:\"container\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_container\";}s:18:\"system_themes_page\";a:6:{s:9:\"variables\";a:1:{s:12:\"theme_groups\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:24:\"theme_system_themes_page\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:20:\"system_settings_form\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:26:\"theme_system_settings_form\";}s:12:\"confirm_form\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:18:\"theme_confirm_form\";}s:23:\"system_modules_fieldset\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:29:\"theme_system_modules_fieldset\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:27:\"system_modules_incompatible\";a:6:{s:9:\"variables\";a:1:{s:7:\"message\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:33:\"theme_system_modules_incompatible\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:24:\"system_modules_uninstall\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:30:\"theme_system_modules_uninstall\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:13:\"status_report\";a:6:{s:14:\"render element\";s:12:\"requirements\";s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:19:\"theme_status_report\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:10:\"admin_page\";a:6:{s:9:\"variables\";a:1:{s:6:\"blocks\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:16:\"theme_admin_page\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:11:\"admin_block\";a:6:{s:9:\"variables\";a:1:{s:5:\"block\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:17:\"theme_admin_block\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:19:\"admin_block_content\";a:6:{s:9:\"variables\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_admin_block_content\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:18:\"system_admin_index\";a:6:{s:9:\"variables\";a:1:{s:10:\"menu_items\";N;}s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:24:\"theme_system_admin_index\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:17:\"system_powered_by\";a:4:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:23:\"theme_system_powered_by\";}s:19:\"system_compact_link\";a:4:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:25:\"theme_system_compact_link\";}s:25:\"system_date_time_settings\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:16:\"system.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:31:\"theme_system_date_time_settings\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/system/system.admin.inc\";}}s:22:\"shortcut_set_customize\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:18:\"shortcut.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/shortcut\";s:8:\"function\";s:28:\"theme_shortcut_set_customize\";s:8:\"includes\";a:1:{i:0;s:35:\"modules/shortcut/shortcut.admin.inc\";}}s:29:\"rdf_template_variable_wrapper\";a:4:{s:9:\"variables\";a:4:{s:7:\"content\";N;s:10:\"attributes\";a:0:{}s:7:\"context\";a:0:{}s:6:\"inline\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:11:\"modules/rdf\";s:8:\"function\";s:35:\"theme_rdf_template_variable_wrapper\";}s:12:\"rdf_metadata\";a:4:{s:9:\"variables\";a:1:{s:8:\"metadata\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:11:\"modules/rdf\";s:8:\"function\";s:18:\"theme_rdf_metadata\";}s:23:\"_play_export_admin_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:8:\"template\";s:54:\"sites/all/modules/custom/play_export/export-admin-form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:36:\"sites/all/modules/custom/play_export\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"page_user_archive\";a:6:{s:8:\"template\";s:71:\"sites/all/modules/custom/passport_students/templates/page--user-archive\";s:9:\"variables\";a:2:{s:11:\"assessments\";N;s:11:\"submissions\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:18:\"page_user_passport\";a:6:{s:8:\"template\";s:72:\"sites/all/modules/custom/passport_students/templates/page--user-passport\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"page_user_passport_pdf_tl\";a:6:{s:8:\"template\";s:84:\"sites/all/modules/custom/passport_students/templates/page--user-passport-pdf-topleft\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"page_user_passport_pdf_tr\";a:6:{s:8:\"template\";s:85:\"sites/all/modules/custom/passport_students/templates/page--user-passport-pdf-topright\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"page_user_passport_pdf_bl\";a:6:{s:8:\"template\";s:87:\"sites/all/modules/custom/passport_students/templates/page--user-passport-pdf-bottomleft\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"page_user_passport_pdf_br\";a:6:{s:8:\"template\";s:88:\"sites/all/modules/custom/passport_students/templates/page--user-passport-pdf-bottomright\";s:9:\"variables\";a:4:{s:9:\"user_data\";N;s:11:\"assessments\";N;s:11:\"submissions\";N;s:7:\"schools\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:29:\"passport_user_assessment_list\";a:6:{s:8:\"template\";s:76:\"sites/all/modules/custom/passport_students/templates/block--user-assessments\";s:9:\"variables\";a:4:{s:3:\"uid\";N;s:11:\"assessments\";N;s:17:\"submissions_first\";N;s:18:\"submissions_second\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/custom/passport_students\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"passport_user_profile\";a:6:{s:8:\"template\";s:77:\"sites/all/modules/custom/passport_dash/templates/block--passport-user-profile\";s:9:\"variables\";a:1:{s:9:\"user_data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"dashboard_student\";a:6:{s:8:\"template\";s:62:\"sites/all/modules/custom/passport_dash/templates/page--student\";s:9:\"variables\";a:1:{s:11:\"assessments\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:36:\"dashboard_student_class_registration\";a:6:{s:8:\"template\";s:82:\"sites/all/modules/custom/passport_dash/templates/page--student--class_registration\";s:9:\"variables\";a:1:{s:10:\"class_list\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"dashboard_teacher\";a:6:{s:8:\"template\";s:62:\"sites/all/modules/custom/passport_dash/templates/page--teacher\";s:9:\"variables\";a:2:{s:7:\"content\";N;s:10:\"class_list\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:27:\"passport_school_year_toggle\";a:7:{s:8:\"template\";s:74:\"sites/all/modules/custom/passport_dash/templates/block--school-year-toggle\";s:6:\"region\";s:14:\"dashboard_main\";s:9:\"variables\";a:1:{s:11:\"school_year\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/custom/passport_dash\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:19:\"page_class_passport\";a:6:{s:8:\"template\";s:76:\"sites/all/modules/custom/passport_assessments/templates/page--class-passport\";s:9:\"variables\";a:3:{s:5:\"class\";N;s:8:\"students\";N;s:11:\"assessments\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:26:\"page_class_recording_forms\";a:6:{s:8:\"template\";s:73:\"sites/all/modules/custom/passport_assessments/templates/page--class-forms\";s:9:\"variables\";a:2:{s:5:\"class\";N;s:11:\"assessments\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:24:\"page_assessment_passport\";a:6:{s:8:\"template\";s:81:\"sites/all/modules/custom/passport_assessments/templates/page--assessment-passport\";s:9:\"variables\";a:3:{s:5:\"class\";N;s:8:\"students\";N;s:11:\"assessments\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:31:\"page_assessment_students_create\";a:6:{s:8:\"template\";s:83:\"sites/all/modules/custom/passport_assessments/templates/page--class-create-accounts\";s:9:\"variables\";a:3:{s:5:\"class\";N;s:8:\"students\";N;s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:37:\"page_assessment_students_create_print\";a:6:{s:8:\"template\";s:89:\"sites/all/modules/custom/passport_assessments/templates/page--class-create-accounts-print\";s:9:\"variables\";a:3:{s:5:\"class\";N;s:8:\"students\";N;s:4:\"form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:23:\"create_student_accounts\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/custom/passport_assessments\";s:8:\"function\";s:29:\"theme_create_student_accounts\";}s:20:\"fieldset__accessible\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/custom/passport\";s:8:\"function\";s:26:\"theme_fieldset__accessible\";}s:7:\"options\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"options_element.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/options_element\";s:8:\"function\";s:13:\"theme_options\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/options_element/options_element.inc\";}}s:12:\"options_none\";a:4:{s:9:\"variables\";a:2:{s:8:\"instance\";N;s:6:\"option\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:29:\"modules/field/modules/options\";s:8:\"function\";s:18:\"theme_options_none\";}s:23:\"og_ui_admin_permissions\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:15:\"og_ui.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:34:\"sites/all/modules/contrib/og/og_ui\";s:8:\"function\";s:29:\"theme_og_ui_admin_permissions\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/og/og_ui/og_ui.admin.inc\";}}s:20:\"og_ui_admin_new_role\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:15:\"og_ui.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:34:\"sites/all/modules/contrib/og/og_ui\";s:8:\"function\";s:26:\"theme_og_ui_admin_new_role\";s:8:\"includes\";a:1:{i:0;s:50:\"sites/all/modules/contrib/og/og_ui/og_ui.admin.inc\";}}s:25:\"og_context_configure_form\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:8:\"function\";s:31:\"theme_og_context_configure_form\";}s:17:\"node_search_admin\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:23:\"theme_node_search_admin\";}s:13:\"node_add_list\";a:6:{s:9:\"variables\";a:1:{s:7:\"content\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:19:\"theme_node_add_list\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/node/node.pages.inc\";}}s:12:\"node_preview\";a:6:{s:9:\"variables\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:14:\"node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:18:\"theme_node_preview\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/node/node.pages.inc\";}}s:19:\"node_admin_overview\";a:6:{s:9:\"variables\";a:2:{s:4:\"name\";N;s:4:\"type\";N;}s:4:\"file\";s:17:\"content_types.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:25:\"theme_node_admin_overview\";s:8:\"includes\";a:1:{i:0;s:30:\"modules/node/content_types.inc\";}}s:17:\"node_recent_block\";a:4:{s:9:\"variables\";a:1:{s:5:\"nodes\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:23:\"theme_node_recent_block\";}s:19:\"node_recent_content\";a:4:{s:9:\"variables\";a:1:{s:4:\"node\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/node\";s:8:\"function\";s:25:\"theme_node_recent_content\";}s:13:\"module_filter\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:23:\"module_filter.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/module_filter\";s:8:\"function\";s:19:\"theme_module_filter\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/module_filter/module_filter.theme.inc\";}}s:33:\"module_filter_system_modules_tabs\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:23:\"module_filter.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/module_filter\";s:8:\"function\";s:39:\"theme_module_filter_system_modules_tabs\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/module_filter/module_filter.theme.inc\";}}s:24:\"module_filter_operations\";a:6:{s:9:\"variables\";a:2:{s:5:\"links\";a:0:{}s:10:\"dropbutton\";b:0;}s:4:\"file\";s:23:\"module_filter.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/module_filter\";s:8:\"function\";s:30:\"theme_module_filter_operations\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/module_filter/module_filter.theme.inc\";}}s:18:\"menu_block_wrapper\";a:7:{s:8:\"template\";s:55:\"sites/all/modules/contrib/menu_block/menu-block-wrapper\";s:9:\"variables\";a:3:{s:7:\"content\";a:0:{}s:6:\"config\";a:0:{}s:5:\"delta\";N;}s:7:\"pattern\";s:20:\"menu_block_wrapper__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:36:\"sites/all/modules/contrib/menu_block\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_menu_block_wrapper\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"menu_block_menu_order\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:20:\"menu_block.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:36:\"sites/all/modules/contrib/menu_block\";s:8:\"function\";s:27:\"theme_menu_block_menu_order\";s:8:\"includes\";a:1:{i:0;s:57:\"sites/all/modules/contrib/menu_block/menu_block.admin.inc\";}}s:18:\"menu_overview_form\";a:6:{s:4:\"file\";s:14:\"menu.admin.inc\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/menu\";s:8:\"function\";s:24:\"theme_menu_overview_form\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/menu/menu.admin.inc\";}}s:19:\"menu_admin_overview\";a:7:{s:4:\"file\";s:14:\"menu.admin.inc\";s:9:\"variables\";a:3:{s:5:\"title\";N;s:4:\"name\";N;s:11:\"description\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/menu\";s:8:\"function\";s:25:\"theme_menu_admin_overview\";s:8:\"includes\";a:1:{i:0;s:27:\"modules/menu/menu.admin.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:40:\"i18n_menu_preprocess_menu_admin_overview\";}}s:19:\"media_youtube_video\";a:9:{s:9:\"variables\";a:2:{s:3:\"uri\";N;s:7:\"options\";a:0:{}}s:4:\"file\";s:23:\"media_youtube.theme.inc\";s:4:\"path\";s:46:\"sites/all/modules/contrib/media_youtube/themes\";s:8:\"template\";s:19:\"media-youtube-video\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/media_youtube\";s:8:\"includes\";a:1:{i:0;s:70:\"sites/all/modules/contrib/media_youtube/themes/media_youtube.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";i:2;s:44:\"media_youtube_preprocess_media_youtube_video\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"media_internet_embed_help\";a:4:{s:9:\"variables\";a:2:{s:11:\"description\";N;s:19:\"supported_providers\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:54:\"sites/all/modules/contrib/media/modules/media_internet\";s:8:\"function\";s:31:\"theme_media_internet_embed_help\";}s:13:\"media_element\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:19:\"theme_media_element\";}s:12:\"media_widget\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:18:\"theme_media_widget\";}s:21:\"media_widget_multiple\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:27:\"theme_media_widget_multiple\";}s:17:\"media_upload_help\";a:4:{s:9:\"variables\";a:1:{s:11:\"description\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:23:\"theme_media_upload_help\";}s:15:\"media_thumbnail\";a:7:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:24:\"includes/media.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:21:\"theme_media_thumbnail\";s:8:\"includes\";a:1:{i:0;s:56:\"sites/all/modules/contrib/media/includes/media.theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:35:\"template_preprocess_media_thumbnail\";}}s:26:\"media_formatter_large_icon\";a:6:{s:9:\"variables\";a:3:{s:4:\"file\";N;s:10:\"attributes\";a:0:{}s:10:\"style_name\";s:15:\"media_thumbnail\";}s:4:\"file\";s:24:\"includes/media.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"function\";s:32:\"theme_media_formatter_large_icon\";s:8:\"includes\";a:1:{i:0;s:56:\"sites/all/modules/contrib/media/includes/media.theme.inc\";}}s:17:\"media_dialog_page\";a:8:{s:14:\"render element\";s:4:\"page\";s:8:\"template\";s:59:\"sites/all/modules/contrib/media/templates/media-dialog-page\";s:4:\"file\";s:24:\"includes/media.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:8:\"includes\";a:1:{i:0;s:56:\"sites/all/modules/contrib/media/includes/media.theme.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_media_dialog_page\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"lt_username_title\";a:4:{s:9:\"variables\";a:1:{s:7:\"form_id\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:23:\"theme_lt_username_title\";}s:23:\"lt_username_description\";a:4:{s:9:\"variables\";a:1:{s:7:\"form_id\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:29:\"theme_lt_username_description\";}s:17:\"lt_password_title\";a:4:{s:9:\"variables\";a:1:{s:7:\"form_id\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:23:\"theme_lt_password_title\";}s:23:\"lt_password_description\";a:4:{s:9:\"variables\";a:1:{s:7:\"form_id\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:29:\"theme_lt_password_description\";}s:16:\"lt_access_denied\";a:4:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:22:\"theme_lt_access_denied\";}s:16:\"lt_loggedinblock\";a:4:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:22:\"theme_lt_loggedinblock\";}s:13:\"lt_login_link\";a:4:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:19:\"theme_lt_login_link\";}s:27:\"lt_login_successful_message\";a:4:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:33:\"theme_lt_login_successful_message\";}s:21:\"lt_unified_login_page\";a:4:{s:9:\"variables\";a:3:{s:10:\"login_form\";N;s:13:\"register_form\";N;s:11:\"active_form\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/logintoboggan\";s:8:\"function\";s:27:\"theme_lt_unified_login_page\";}s:30:\"locale_languages_overview_form\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/locale\";s:8:\"function\";s:36:\"theme_locale_languages_overview_form\";}s:31:\"locale_languages_configure_form\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/locale\";s:8:\"function\";s:37:\"theme_locale_languages_configure_form\";}s:23:\"locale_date_format_form\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/locale\";s:8:\"function\";s:29:\"theme_locale_date_format_form\";}s:26:\"libraries_table_with_title\";a:7:{s:9:\"variables\";a:10:{s:6:\"header\";N;s:6:\"footer\";N;s:4:\"rows\";N;s:10:\"attributes\";a:0:{}s:7:\"caption\";N;s:9:\"colgroups\";a:0:{}s:6:\"sticky\";b:1;s:5:\"empty\";s:0:\"\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:4:\"file\";s:19:\"libraries.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/libraries\";s:8:\"function\";s:32:\"theme_libraries_table_with_title\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/libraries/libraries.theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:46:\"template_preprocess_libraries_table_with_title\";}}s:10:\"imce_admin\";a:4:{s:8:\"function\";s:16:\"imce_admin_theme\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";}s:16:\"imce_directories\";a:4:{s:8:\"function\";s:22:\"imce_directories_theme\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";}s:15:\"imce_thumbnails\";a:4:{s:8:\"function\";s:21:\"imce_thumbnails_theme\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";}s:14:\"imce_root_text\";a:4:{s:9:\"variables\";a:1:{s:8:\"imce_ref\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:8:\"function\";s:20:\"theme_imce_root_text\";}s:14:\"imce_user_page\";a:4:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:8:\"function\";s:20:\"theme_imce_user_page\";}s:14:\"imce_file_list\";a:7:{s:8:\"template\";s:14:\"imce-file-list\";s:9:\"variables\";a:1:{s:8:\"imce_ref\";N;}s:4:\"path\";s:34:\"sites/all/modules/contrib/imce/tpl\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:12:\"imce_content\";a:7:{s:8:\"template\";s:12:\"imce-content\";s:9:\"variables\";a:3:{s:4:\"tree\";N;s:5:\"forms\";N;s:8:\"imce_ref\";N;}s:4:\"path\";s:34:\"sites/all/modules/contrib/imce/tpl\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:9:\"imce_page\";a:7:{s:8:\"template\";s:9:\"imce-page\";s:9:\"variables\";a:1:{s:7:\"content\";N;}s:4:\"path\";s:34:\"sites/all/modules/contrib/imce/tpl\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/imce\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:11:\"image_style\";a:4:{s:9:\"variables\";a:7:{s:10:\"style_name\";N;s:4:\"path\";N;s:5:\"width\";N;s:6:\"height\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";N;s:10:\"attributes\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:17:\"theme_image_style\";}s:16:\"image_style_list\";a:4:{s:9:\"variables\";a:1:{s:6:\"styles\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:22:\"theme_image_style_list\";}s:19:\"image_style_effects\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:25:\"theme_image_style_effects\";}s:19:\"image_style_preview\";a:4:{s:9:\"variables\";a:1:{s:5:\"style\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:25:\"theme_image_style_preview\";}s:12:\"image_anchor\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:18:\"theme_image_anchor\";}s:20:\"image_resize_summary\";a:4:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:26:\"theme_image_resize_summary\";}s:19:\"image_scale_summary\";a:4:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:25:\"theme_image_scale_summary\";}s:18:\"image_crop_summary\";a:4:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:24:\"theme_image_crop_summary\";}s:20:\"image_rotate_summary\";a:4:{s:9:\"variables\";a:1:{s:4:\"data\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:26:\"theme_image_rotate_summary\";}s:12:\"image_widget\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:18:\"theme_image_widget\";}s:15:\"image_formatter\";a:4:{s:9:\"variables\";a:3:{s:4:\"item\";N;s:4:\"path\";N;s:11:\"image_style\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/image\";s:8:\"function\";s:21:\"theme_image_formatter\";}s:28:\"i18n_node_select_translation\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"i18n_node.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:40:\"sites/all/modules/contrib/i18n/i18n_node\";s:8:\"function\";s:34:\"theme_i18n_node_select_translation\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/i18n/i18n_node/i18n_node.pages.inc\";}}s:38:\"googleanalytics_admin_custom_var_table\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/google_analytics\";s:8:\"function\";s:44:\"theme_googleanalytics_admin_custom_var_table\";}s:21:\"filter_admin_overview\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:16:\"filter.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:27:\"theme_filter_admin_overview\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/filter/filter.admin.inc\";}}s:32:\"filter_admin_format_filter_order\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:16:\"filter.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:38:\"theme_filter_admin_format_filter_order\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/filter/filter.admin.inc\";}}s:11:\"filter_tips\";a:6:{s:9:\"variables\";a:2:{s:4:\"tips\";N;s:4:\"long\";b:0;}s:4:\"file\";s:16:\"filter.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:17:\"theme_filter_tips\";s:8:\"includes\";a:1:{i:0;s:31:\"modules/filter/filter.pages.inc\";}}s:19:\"text_format_wrapper\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:25:\"theme_text_format_wrapper\";}s:21:\"filter_tips_more_info\";a:4:{s:9:\"variables\";a:0:{}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:27:\"theme_filter_tips_more_info\";}s:17:\"filter_guidelines\";a:4:{s:9:\"variables\";a:1:{s:6:\"format\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/filter\";s:8:\"function\";s:23:\"theme_filter_guidelines\";}s:11:\"file_entity\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:49:\"sites/all/modules/contrib/file_entity/file_entity\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:31:\"template_preprocess_file_entity\";i:2;s:21:\"contextual_preprocess\";i:3;s:31:\"field_group_build_entity_groups\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:24:\"file_entity_search_admin\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:30:\"theme_file_entity_search_admin\";}s:30:\"file_entity_file_type_overview\";a:6:{s:9:\"variables\";a:2:{s:5:\"label\";N;s:11:\"description\";N;}s:4:\"file\";s:21:\"file_entity.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:36:\"theme_file_entity_file_type_overview\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.admin.inc\";}}s:30:\"file_entity_file_display_order\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"file_entity.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:36:\"theme_file_entity_file_display_order\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.admin.inc\";}}s:21:\"file_entity_file_link\";a:6:{s:9:\"variables\";a:2:{s:4:\"file\";N;s:14:\"icon_directory\";N;}s:4:\"file\";s:21:\"file_entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:27:\"theme_file_entity_file_link\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.theme.inc\";}}s:25:\"file_entity_download_link\";a:6:{s:9:\"variables\";a:3:{s:4:\"file\";N;s:14:\"icon_directory\";N;s:4:\"text\";N;}s:4:\"file\";s:21:\"file_entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:31:\"theme_file_entity_download_link\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.theme.inc\";}}s:22:\"file_entity_file_audio\";a:6:{s:9:\"variables\";a:6:{s:5:\"files\";a:0:{}s:8:\"controls\";b:1;s:13:\"controls_list\";a:2:{s:8:\"download\";s:8:\"download\";s:15:\"remote_playback\";s:15:\"remote_playback\";}s:8:\"autoplay\";b:0;s:4:\"loop\";b:0;s:7:\"preload\";N;}s:4:\"file\";s:21:\"file_entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:28:\"theme_file_entity_file_audio\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.theme.inc\";}}s:22:\"file_entity_file_video\";a:6:{s:9:\"variables\";a:10:{s:5:\"files\";a:0:{}s:8:\"controls\";b:1;s:13:\"controls_list\";a:3:{s:10:\"fullscreen\";s:10:\"fullscreen\";s:8:\"download\";s:8:\"download\";s:15:\"remote_playback\";s:15:\"remote_playback\";}s:8:\"autoplay\";b:0;s:11:\"playsinline\";b:0;s:4:\"loop\";b:0;s:5:\"muted\";b:0;s:5:\"width\";N;s:6:\"height\";N;s:7:\"preload\";N;}s:4:\"file\";s:21:\"file_entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/file_entity\";s:8:\"function\";s:28:\"theme_file_entity_file_video\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/file_entity/file_entity.theme.inc\";}}s:9:\"file_icon\";a:4:{s:9:\"variables\";a:3:{s:4:\"file\";N;s:14:\"icon_directory\";N;s:3:\"alt\";s:0:\"\";}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:15:\"theme_file_icon\";}s:17:\"file_managed_file\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:23:\"theme_file_managed_file\";}s:11:\"file_widget\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:17:\"theme_file_widget\";}s:20:\"file_widget_multiple\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:26:\"theme_file_widget_multiple\";}s:20:\"file_formatter_table\";a:4:{s:9:\"variables\";a:1:{s:5:\"items\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:26:\"theme_file_formatter_table\";}s:16:\"file_upload_help\";a:4:{s:9:\"variables\";a:2:{s:11:\"description\";N;s:17:\"upload_validators\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:12:\"modules/file\";s:8:\"function\";s:22:\"theme_file_upload_help\";}s:14:\"field_ui_table\";a:4:{s:14:\"render element\";s:8:\"elements\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:16:\"modules/field_ui\";s:8:\"function\";s:20:\"theme_field_ui_table\";}s:21:\"field_collection_item\";a:6:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:64:\"sites/all/modules/contrib/field_collection/field-collection-item\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/field_collection\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";i:2;s:31:\"field_group_build_entity_groups\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"field_collection_view\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/field_collection\";s:8:\"function\";s:27:\"theme_field_collection_view\";}s:5:\"field\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/field\";s:8:\"function\";s:11:\"theme_field\";s:20:\"preprocess functions\";a:2:{i:0;s:25:\"template_preprocess_field\";i:1;s:20:\"rdf_preprocess_field\";}s:17:\"process functions\";a:1:{i:0;s:22:\"template_process_field\";}}s:25:\"field_multiple_value_form\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/field\";s:8:\"function\";s:31:\"theme_field_multiple_value_form\";}s:21:\"entityreference_label\";a:4:{s:9:\"variables\";a:4:{s:5:\"label\";N;s:4:\"item\";N;s:8:\"settings\";N;s:3:\"uri\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/entityreference\";s:8:\"function\";s:27:\"theme_entityreference_label\";}s:25:\"entityreference_entity_id\";a:4:{s:9:\"variables\";a:2:{s:4:\"item\";N;s:8:\"settings\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/entityreference\";s:8:\"function\";s:31:\"theme_entityreference_entity_id\";}s:13:\"entity_status\";a:6:{s:9:\"variables\";a:2:{s:6:\"status\";N;s:4:\"html\";b:1;}s:4:\"file\";s:22:\"theme/entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:8:\"function\";s:19:\"theme_entity_status\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/entity/theme/entity.theme.inc\";}}s:6:\"entity\";a:10:{s:14:\"render element\";s:8:\"elements\";s:8:\"template\";s:6:\"entity\";s:7:\"pattern\";s:84:\"(country|field_collection_item|og_membership_type|og_membership|rules_config)(\\.|__)\";s:4:\"path\";s:38:\"sites/all/modules/contrib/entity/theme\";s:4:\"file\";s:16:\"entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/entity/theme/entity.theme.inc\";}s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_entity\";i:2;s:21:\"contextual_preprocess\";i:3;s:31:\"field_group_build_entity_groups\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:15:\"entity_property\";a:8:{s:14:\"render element\";s:8:\"elements\";s:4:\"file\";s:22:\"theme/entity.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:8:\"function\";s:21:\"theme_entity_property\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/entity/theme/entity.theme.inc\";}s:20:\"preprocess functions\";a:1:{i:0;s:35:\"template_preprocess_entity_property\";}s:17:\"process functions\";a:1:{i:0;s:32:\"template_process_entity_property\";}}s:23:\"entity_ui_overview_item\";a:6:{s:9:\"variables\";a:4:{s:5:\"label\";N;s:11:\"entity_type\";N;s:3:\"url\";b:0;s:4:\"name\";b:0;}s:4:\"file\";s:22:\"includes/entity.ui.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:8:\"function\";s:29:\"theme_entity_ui_overview_item\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/entity/includes/entity.ui.inc\";}}s:32:\"disable_messages_status_messages\";a:4:{s:9:\"variables\";a:1:{s:8:\"messages\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/disable_messages\";s:8:\"function\";s:38:\"theme_disable_messages_status_messages\";}s:13:\"dblog_message\";a:6:{s:9:\"variables\";a:2:{s:5:\"event\";N;s:4:\"link\";b:0;}s:4:\"file\";s:15:\"dblog.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/dblog\";s:8:\"function\";s:19:\"theme_dblog_message\";s:8:\"includes\";a:1:{i:0;s:29:\"modules/dblog/dblog.admin.inc\";}}s:10:\"date_popup\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/date/date_popup\";s:8:\"function\";s:16:\"theme_date_popup\";}s:14:\"date_nav_title\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:4:{s:11:\"granularity\";N;s:4:\"view\";N;s:4:\"link\";N;s:6:\"format\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:20:\"theme_date_nav_title\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:13:\"date_timezone\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:19:\"theme_date_timezone\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:9:\"date_text\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:15:\"theme_date_text\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:19:\"date_select_element\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:25:\"theme_date_select_element\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:22:\"date_textfield_element\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:28:\"theme_date_textfield_element\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:21:\"date_part_hour_prefix\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:27:\"theme_date_part_hour_prefix\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:23:\"date_part_minsec_prefix\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:29:\"theme_date_part_minsec_prefix\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:20:\"date_part_label_year\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_year\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:21:\"date_part_label_month\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:27:\"theme_date_part_label_month\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:19:\"date_part_label_day\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:25:\"theme_date_part_label_day\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:20:\"date_part_label_hour\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_hour\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:22:\"date_part_label_minute\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:28:\"theme_date_part_label_minute\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:22:\"date_part_label_second\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:28:\"theme_date_part_label_second\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:20:\"date_part_label_ampm\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_ampm\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:24:\"date_part_label_timezone\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:30:\"theme_date_part_label_timezone\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:20:\"date_part_label_date\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_date\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:20:\"date_part_label_time\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:2:{s:9:\"date_part\";N;s:7:\"element\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:26:\"theme_date_part_label_time\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:22:\"date_views_filter_form\";a:9:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:8:\"template\";s:22:\"date-views-filter-form\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:17:\"date_calendar_day\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:1:{s:4:\"date\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:23:\"theme_date_calendar_day\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:13:\"date_time_ago\";a:7:{s:4:\"file\";s:9:\"theme.inc\";s:4:\"path\";s:45:\"sites/all/modules/contrib/date/date_api/theme\";s:9:\"variables\";a:3:{s:10:\"start_date\";N;s:8:\"end_date\";N;s:8:\"interval\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/date/date_api\";s:8:\"function\";s:19:\"theme_date_time_ago\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/date/date_api/theme/theme.inc\";}}s:10:\"date_combo\";a:7:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:16:\"theme_date_combo\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}}s:17:\"date_form_element\";a:7:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:23:\"theme_date_form_element\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}}s:15:\"date_text_parts\";a:7:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:21:\"theme_date_text_parts\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}}s:19:\"date_display_single\";a:8:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:8:{s:4:\"date\";N;s:8:\"timezone\";N;s:5:\"dates\";N;s:10:\"attributes\";a:0:{}s:11:\"rdf_mapping\";N;s:7:\"add_rdf\";N;s:9:\"microdata\";N;s:13:\"add_microdata\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:25:\"theme_date_display_single\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:39:\"template_preprocess_date_display_single\";}}s:18:\"date_display_range\";a:8:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:11:{s:5:\"date1\";N;s:5:\"date2\";N;s:8:\"timezone\";N;s:5:\"dates\";N;s:10:\"attributes\";a:0:{}s:16:\"attributes_start\";a:0:{}s:14:\"attributes_end\";a:0:{}s:11:\"rdf_mapping\";N;s:7:\"add_rdf\";N;s:9:\"microdata\";N;s:13:\"add_microdata\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:24:\"theme_date_display_range\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}s:20:\"preprocess functions\";a:1:{i:0;s:38:\"template_preprocess_date_display_range\";}}s:22:\"date_display_remaining\";a:7:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:1:{s:14:\"remaining_days\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:28:\"theme_date_display_remaining\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}}s:24:\"date_display_combination\";a:7:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:14:{s:11:\"entity_type\";N;s:6:\"entity\";N;s:5:\"field\";N;s:8:\"instance\";N;s:8:\"langcode\";N;s:4:\"item\";N;s:5:\"delta\";N;s:7:\"display\";N;s:5:\"dates\";N;s:10:\"attributes\";a:0:{}s:11:\"rdf_mapping\";N;s:7:\"add_rdf\";N;s:9:\"microdata\";N;s:13:\"add_microdata\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:30:\"theme_date_display_combination\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}}s:21:\"date_display_interval\";a:7:{s:4:\"file\";s:10:\"date.theme\";s:4:\"path\";s:30:\"sites/all/modules/contrib/date\";s:9:\"variables\";a:12:{s:11:\"entity_type\";N;s:6:\"entity\";N;s:5:\"field\";N;s:8:\"instance\";N;s:8:\"langcode\";N;s:4:\"item\";N;s:5:\"delta\";N;s:7:\"display\";N;s:5:\"dates\";N;s:10:\"attributes\";a:0:{}s:11:\"rdf_mapping\";N;s:7:\"add_rdf\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:30:\"sites/all/modules/contrib/date\";s:8:\"function\";s:27:\"theme_date_display_interval\";s:8:\"includes\";a:1:{i:0;s:41:\"sites/all/modules/contrib/date/date.theme\";}}s:9:\"dashboard\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:15:\"theme_dashboard\";}s:15:\"dashboard_admin\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:21:\"theme_dashboard_admin\";}s:16:\"dashboard_region\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:22:\"theme_dashboard_region\";}s:25:\"dashboard_disabled_blocks\";a:4:{s:9:\"variables\";a:1:{s:6:\"blocks\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:31:\"theme_dashboard_disabled_blocks\";}s:24:\"dashboard_disabled_block\";a:4:{s:9:\"variables\";a:1:{s:5:\"block\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"function\";s:30:\"theme_dashboard_disabled_block\";}s:28:\"dashboard_admin_display_form\";a:9:{s:8:\"template\";s:24:\"block-admin-display-form\";s:4:\"path\";s:13:\"modules/block\";s:4:\"file\";s:15:\"block.admin.inc\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:17:\"modules/dashboard\";s:8:\"includes\";a:1:{i:0;s:29:\"modules/block/block.admin.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:48:\"template_preprocess_dashboard_admin_display_form\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:19:\"ctools_context_list\";a:6:{s:9:\"variables\";a:1:{s:6:\"object\";N;}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:25:\"theme_ctools_context_list\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/ctools/includes/context.theme.inc\";}}s:28:\"ctools_context_list_no_table\";a:6:{s:9:\"variables\";a:1:{s:6:\"object\";N;}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:34:\"theme_ctools_context_list_no_table\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/ctools/includes/context.theme.inc\";}}s:24:\"ctools_context_item_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:30:\"theme_ctools_context_item_form\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/ctools/includes/context.theme.inc\";}}s:23:\"ctools_context_item_row\";a:6:{s:9:\"variables\";a:5:{s:4:\"type\";N;s:4:\"form\";N;s:8:\"position\";N;s:5:\"count\";N;s:7:\"with_tr\";b:1;}s:4:\"file\";s:26:\"includes/context.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:29:\"theme_ctools_context_item_row\";s:8:\"includes\";a:1:{i:0;s:59:\"sites/all/modules/contrib/ctools/includes/context.theme.inc\";}}s:23:\"ctools_access_admin_add\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:33:\"includes/context-access-admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:29:\"theme_ctools_access_admin_add\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/ctools/includes/context-access-admin.inc\";}}s:24:\"links__ctools_dropbutton\";a:6:{s:9:\"variables\";a:4:{s:5:\"title\";N;s:5:\"links\";N;s:5:\"image\";b:0;s:5:\"class\";N;}s:4:\"file\";s:29:\"includes/dropbutton.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:30:\"theme_links__ctools_dropbutton\";s:8:\"includes\";a:1:{i:0;s:62:\"sites/all/modules/contrib/ctools/includes/dropbutton.theme.inc\";}}s:33:\"ctools_menu_local_actions_wrapper\";a:6:{s:14:\"render element\";s:5:\"links\";s:4:\"file\";s:31:\"includes/action-links.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:39:\"theme_ctools_menu_local_actions_wrapper\";s:8:\"includes\";a:1:{i:0;s:64:\"sites/all/modules/contrib/ctools/includes/action-links.theme.inc\";}}s:33:\"ctools_stylizer_color_scheme_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:39:\"theme_ctools_stylizer_color_scheme_form\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/ctools/includes/stylizer.inc\";}}s:28:\"ctools_stylizer_preview_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:34:\"theme_ctools_stylizer_preview_form\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/ctools/includes/stylizer.inc\";}}s:17:\"ctools_style_icon\";a:6:{s:9:\"variables\";a:2:{s:5:\"image\";N;s:5:\"title\";N;}s:4:\"file\";s:21:\"includes/stylizer.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:23:\"theme_ctools_style_icon\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/ctools/includes/stylizer.inc\";}}s:18:\"ctools_collapsible\";a:6:{s:9:\"variables\";a:3:{s:6:\"handle\";N;s:7:\"content\";N;s:9:\"collapsed\";b:0;}s:4:\"file\";s:30:\"includes/collapsible.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:24:\"theme_ctools_collapsible\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/ctools/includes/collapsible.theme.inc\";}}s:29:\"ctools_collapsible_remembered\";a:6:{s:9:\"variables\";a:4:{s:2:\"id\";N;s:6:\"handle\";N;s:7:\"content\";N;s:9:\"collapsed\";b:0;}s:4:\"file\";s:30:\"includes/collapsible.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:35:\"theme_ctools_collapsible_remembered\";s:8:\"includes\";a:1:{i:0;s:63:\"sites/all/modules/contrib/ctools/includes/collapsible.theme.inc\";}}s:19:\"ctools_wizard_trail\";a:6:{s:9:\"variables\";a:3:{s:5:\"trail\";N;s:9:\"form_info\";N;s:7:\"divider\";s:4:\" » \";}s:4:\"file\";s:25:\"includes/wizard.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:25:\"theme_ctools_wizard_trail\";s:8:\"includes\";a:1:{i:0;s:58:\"sites/all/modules/contrib/ctools/includes/wizard.theme.inc\";}}s:15:\"ctools_dropdown\";a:6:{s:9:\"variables\";a:4:{s:5:\"title\";N;s:5:\"links\";N;s:5:\"image\";b:0;s:5:\"class\";s:0:\"\";}s:4:\"file\";s:27:\"includes/dropdown.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/ctools\";s:8:\"function\";s:21:\"theme_ctools_dropdown\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/ctools/includes/dropdown.theme.inc\";}}s:16:\"countries_number\";a:3:{s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/countries\";s:8:\"function\";s:22:\"theme_countries_number\";}s:20:\"country_icon_adapter\";a:4:{s:9:\"variables\";a:2:{s:7:\"country\";N;s:8:\"settings\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/countries\";s:8:\"function\";s:26:\"theme_country_icon_adapter\";}s:12:\"color_swatch\";a:4:{s:9:\"variables\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"width\";i:50;s:6:\"height\";i:50;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/color_field\";s:8:\"function\";s:18:\"theme_color_swatch\";}s:17:\"color_scheme_form\";a:4:{s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/color\";s:8:\"function\";s:23:\"theme_color_scheme_form\";}s:20:\"select_as_checkboxes\";a:6:{s:8:\"function\";s:26:\"theme_select_as_checkboxes\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:29:\"select_as_checkboxes_fieldset\";a:6:{s:8:\"function\";s:35:\"theme_select_as_checkboxes_fieldset\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:16:\"select_as_radios\";a:6:{s:8:\"function\";s:22:\"theme_select_as_radios\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:25:\"select_as_radios_fieldset\";a:6:{s:8:\"function\";s:31:\"theme_select_as_radios_fieldset\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:16:\"select_as_hidden\";a:6:{s:8:\"function\";s:22:\"theme_select_as_hidden\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:14:\"select_as_tree\";a:6:{s:8:\"function\";s:20:\"theme_select_as_tree\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:15:\"select_as_links\";a:6:{s:8:\"function\";s:21:\"theme_select_as_links\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:26:\"secondary_exposed_elements\";a:6:{s:8:\"function\";s:32:\"theme_secondary_exposed_elements\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:12:\"bef_checkbox\";a:6:{s:8:\"function\";s:18:\"theme_bef_checkbox\";s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:28:\"better_exposed_filters.theme\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:8:\"includes\";a:1:{i:0;s:77:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.theme\";}}s:22:\"addressfield_formatter\";a:6:{s:9:\"variables\";a:2:{s:7:\"address\";N;s:8:\"handlers\";a:1:{i:0;s:7:\"address\";}}s:4:\"file\";s:29:\"addressfield_tokens.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/addressfield_tokens\";s:8:\"function\";s:28:\"theme_addressfield_formatter\";s:8:\"includes\";a:1:{i:0;s:75:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.theme.inc\";}}s:33:\"addressfield_formatter__citystate\";a:6:{s:9:\"variables\";a:1:{s:7:\"address\";N;}s:4:\"file\";s:29:\"addressfield_tokens.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/addressfield_tokens\";s:8:\"function\";s:39:\"theme_addressfield_formatter__citystate\";s:8:\"includes\";a:1:{i:0;s:75:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.theme.inc\";}}s:30:\"addressfield_formatter__linear\";a:6:{s:9:\"variables\";a:4:{s:7:\"address\";N;s:7:\"premise\";b:1;s:17:\"organisation_name\";b:1;s:9:\"name_line\";b:1;}s:4:\"file\";s:29:\"addressfield_tokens.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/addressfield_tokens\";s:8:\"function\";s:36:\"theme_addressfield_formatter__linear\";s:8:\"includes\";a:1:{i:0;s:75:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.theme.inc\";}}s:34:\"addressfield_formatter__components\";a:6:{s:9:\"variables\";a:3:{s:7:\"address\";N;s:10:\"components\";a:6:{i:0;s:12:\"thoroughfare\";i:1;s:7:\"premise\";i:2;s:8:\"locality\";i:3;s:19:\"administrative_area\";i:4;s:11:\"postal_code\";i:5;s:7:\"country\";}s:9:\"separator\";s:2:\", \";}s:4:\"file\";s:29:\"addressfield_tokens.theme.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:45:\"sites/all/modules/contrib/addressfield_tokens\";s:8:\"function\";s:40:\"theme_addressfield_formatter__components\";s:8:\"includes\";a:1:{i:0;s:75:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.theme.inc\";}}s:22:\"addressfield_container\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:38:\"sites/all/modules/contrib/addressfield\";s:8:\"function\";s:28:\"theme_addressfield_container\";}s:12:\"webform_view\";a:4:{s:14:\"render element\";s:7:\"webform\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:18:\"theme_webform_view\";}s:21:\"webform_view_messages\";a:4:{s:9:\"variables\";a:9:{s:4:\"node\";N;s:6:\"teaser\";N;s:4:\"page\";N;s:16:\"submission_count\";N;s:19:\"user_limit_exceeded\";N;s:20:\"total_limit_exceeded\";N;s:13:\"allowed_roles\";N;s:6:\"closed\";N;s:6:\"cached\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:27:\"theme_webform_view_messages\";}s:12:\"webform_form\";a:7:{s:14:\"render element\";s:4:\"form\";s:8:\"template\";s:56:\"sites/all/modules/contrib/webform/templates/webform-form\";s:7:\"pattern\";s:19:\"webform_form_[0-9]+\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_webform_form\";i:2;s:21:\"contextual_preprocess\";i:3;s:39:\"play_responsive_preprocess_webform_form\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:20:\"webform_element_text\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_element_text\";}s:20:\"webform_inline_radio\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_inline_radio\";}s:20:\"webform_mail_message\";a:7:{s:9:\"variables\";a:3:{s:4:\"node\";N;s:10:\"submission\";N;s:5:\"email\";N;}s:8:\"template\";s:56:\"sites/all/modules/contrib/webform/templates/webform-mail\";s:7:\"pattern\";s:22:\"webform_mail(_[0-9]+)?\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:40:\"template_preprocess_webform_mail_message\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:20:\"webform_mail_headers\";a:5:{s:9:\"variables\";a:3:{s:4:\"node\";N;s:10:\"submission\";N;s:5:\"email\";N;}s:7:\"pattern\";s:27:\"webform_mail_headers_[0-9]+\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_mail_headers\";}s:18:\"webform_token_help\";a:4:{s:9:\"variables\";a:1:{s:6:\"groups\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:24:\"theme_webform_token_help\";}s:22:\"webform_admin_settings\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/webform.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_admin_settings\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.admin.inc\";}}s:21:\"webform_admin_content\";a:6:{s:9:\"variables\";a:1:{s:5:\"nodes\";N;}s:4:\"file\";s:26:\"includes/webform.admin.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:27:\"theme_webform_admin_content\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.admin.inc\";}}s:19:\"webform_emails_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:27:\"includes/webform.emails.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:25:\"theme_webform_emails_form\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.emails.inc\";}}s:22:\"webform_email_add_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:27:\"includes/webform.emails.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_email_add_form\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.emails.inc\";}}s:23:\"webform_email_edit_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:27:\"includes/webform.emails.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:29:\"theme_webform_email_edit_form\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.emails.inc\";}}s:23:\"webform_components_page\";a:6:{s:9:\"variables\";a:2:{s:4:\"node\";N;s:4:\"form\";N;}s:4:\"file\";s:31:\"includes/webform.components.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:29:\"theme_webform_components_page\";s:8:\"includes\";a:1:{i:0;s:65:\"sites/all/modules/contrib/webform/includes/webform.components.inc\";}}s:23:\"webform_components_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:31:\"includes/webform.components.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:29:\"theme_webform_components_form\";s:8:\"includes\";a:1:{i:0;s:65:\"sites/all/modules/contrib/webform/includes/webform.components.inc\";}}s:24:\"webform_component_select\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:31:\"includes/webform.components.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:30:\"theme_webform_component_select\";s:8:\"includes\";a:1:{i:0;s:65:\"sites/all/modules/contrib/webform/includes/webform.components.inc\";}}s:33:\"webform_advanced_redirection_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/webform.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:39:\"theme_webform_advanced_redirection_form\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.pages.inc\";}}s:34:\"webform_advanced_submit_limit_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/webform.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:40:\"theme_webform_advanced_submit_limit_form\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.pages.inc\";}}s:40:\"webform_advanced_total_submit_limit_form\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:26:\"includes/webform.pages.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:46:\"theme_webform_advanced_total_submit_limit_form\";s:8:\"includes\";a:1:{i:0;s:60:\"sites/all/modules/contrib/webform/includes/webform.pages.inc\";}}s:24:\"webform_results_per_page\";a:6:{s:9:\"variables\";a:2:{s:11:\"total_count\";N;s:11:\"pager_count\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:30:\"theme_webform_results_per_page\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}}s:34:\"webform_results_submissions_header\";a:6:{s:9:\"variables\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:40:\"theme_webform_results_submissions_header\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}}s:27:\"webform_results_submissions\";a:8:{s:14:\"render element\";s:7:\"element\";s:8:\"template\";s:71:\"sites/all/modules/contrib/webform/templates/webform-results-submissions\";s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:47:\"template_preprocess_webform_results_submissions\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:28:\"webform_results_table_header\";a:6:{s:9:\"variables\";a:1:{s:4:\"node\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:34:\"theme_webform_results_table_header\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}}s:21:\"webform_results_table\";a:6:{s:9:\"variables\";a:5:{s:4:\"node\";N;s:10:\"components\";N;s:11:\"submissions\";N;s:11:\"total_count\";N;s:11:\"pager_count\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:27:\"theme_webform_results_table\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}}s:30:\"webform_results_download_range\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:36:\"theme_webform_results_download_range\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}}s:38:\"webform_results_download_select_format\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:44:\"theme_webform_results_download_select_format\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}}s:24:\"webform_results_analysis\";a:6:{s:9:\"variables\";a:4:{s:4:\"node\";N;s:4:\"data\";N;s:4:\"sids\";a:0:{}s:9:\"component\";N;}s:4:\"file\";s:27:\"includes/webform.report.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:30:\"theme_webform_results_analysis\";s:8:\"includes\";a:1:{i:0;s:61:\"sites/all/modules/contrib/webform/includes/webform.report.inc\";}}s:18:\"webform_submission\";a:9:{s:14:\"render element\";s:10:\"renderable\";s:8:\"template\";s:62:\"sites/all/modules/contrib/webform/templates/webform-submission\";s:7:\"pattern\";s:25:\"webform_submission_[0-9]+\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_webform_submission\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:23:\"webform_submission_page\";a:8:{s:9:\"variables\";a:7:{s:4:\"node\";N;s:10:\"submission\";N;s:18:\"submission_content\";N;s:21:\"submission_navigation\";N;s:22:\"submission_information\";N;s:18:\"submission_actions\";N;s:4:\"mode\";N;}s:8:\"template\";s:67:\"sites/all/modules/contrib/webform/templates/webform-submission-page\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:30:\"webform_submission_information\";a:8:{s:9:\"variables\";a:3:{s:4:\"node\";N;s:10:\"submission\";N;s:4:\"mode\";s:7:\"display\";}s:8:\"template\";s:74:\"sites/all/modules/contrib/webform/templates/webform-submission-information\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:50:\"template_preprocess_webform_submission_information\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:29:\"webform_submission_navigation\";a:8:{s:9:\"variables\";a:3:{s:4:\"node\";N;s:10:\"submission\";N;s:4:\"mode\";N;}s:8:\"template\";s:73:\"sites/all/modules/contrib/webform/templates/webform-submission-navigation\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:49:\"template_preprocess_webform_submission_navigation\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:25:\"webform_submission_resend\";a:6:{s:14:\"render element\";s:4:\"form\";s:4:\"file\";s:32:\"includes/webform.submissions.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:31:\"theme_webform_submission_resend\";s:8:\"includes\";a:1:{i:0;s:66:\"sites/all/modules/contrib/webform/includes/webform.submissions.inc\";}}s:12:\"webform_date\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/date.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:18:\"theme_webform_date\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/date.inc\";}}s:20:\"webform_display_date\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/date.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_display_date\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/date.inc\";}}s:16:\"webform_calendar\";a:6:{s:9:\"variables\";a:2:{s:9:\"component\";N;s:16:\"calendar_classes\";N;}s:8:\"template\";s:60:\"sites/all/modules/contrib/webform/templates/webform-calendar\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:13:\"webform_email\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:20:\"components/email.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:19:\"theme_webform_email\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/webform/components/email.inc\";}}s:21:\"webform_display_email\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:20:\"components/email.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:27:\"theme_webform_display_email\";s:8:\"includes\";a:1:{i:0;s:54:\"sites/all/modules/contrib/webform/components/email.inc\";}}s:28:\"webform_edit_file_extensions\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/file.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:34:\"theme_webform_edit_file_extensions\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/file.inc\";}}s:20:\"webform_display_file\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/file.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_display_file\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/file.inc\";}}s:12:\"webform_grid\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/grid.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:18:\"theme_webform_grid\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/grid.inc\";}}s:20:\"webform_display_grid\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/grid.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_display_grid\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/grid.inc\";}}s:22:\"webform_display_hidden\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"components/hidden.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_display_hidden\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/webform/components/hidden.inc\";}}s:14:\"webform_number\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"components/number.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:20:\"theme_webform_number\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/webform/components/number.inc\";}}s:22:\"webform_display_number\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"components/number.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_display_number\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/webform/components/number.inc\";}}s:25:\"webform_display_pagebreak\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:24:\"components/pagebreak.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:31:\"theme_webform_display_pagebreak\";s:8:\"includes\";a:1:{i:0;s:58:\"sites/all/modules/contrib/webform/components/pagebreak.inc\";}}s:26:\"webform_display_playslider\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:32:\"theme_webform_display_playslider\";}s:30:\"webform_display_playslideradpt\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:36:\"theme_webform_display_playslideradpt\";}s:29:\"webform_display_preplayslider\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:35:\"theme_webform_display_preplayslider\";}s:22:\"webform_display_select\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:21:\"components/select.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_display_select\";s:8:\"includes\";a:1:{i:0;s:55:\"sites/all/modules/contrib/webform/components/select.inc\";}}s:22:\"webform_display_survey\";a:4:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:28:\"theme_webform_display_survey\";}s:24:\"webform_display_textarea\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:23:\"components/textarea.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:30:\"theme_webform_display_textarea\";s:8:\"includes\";a:1:{i:0;s:57:\"sites/all/modules/contrib/webform/components/textarea.inc\";}}s:25:\"webform_display_textfield\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:24:\"components/textfield.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:31:\"theme_webform_display_textfield\";s:8:\"includes\";a:1:{i:0;s:58:\"sites/all/modules/contrib/webform/components/textfield.inc\";}}s:12:\"webform_time\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/time.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:18:\"theme_webform_time\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/time.inc\";}}s:20:\"webform_display_time\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"file\";s:19:\"components/time.inc\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:33:\"sites/all/modules/contrib/webform\";s:8:\"function\";s:26:\"theme_webform_display_time\";s:8:\"includes\";a:1:{i:0;s:53:\"sites/all/modules/contrib/webform/components/time.inc\";}}s:24:\"block_admin_display_form\";a:8:{s:8:\"template\";s:38:\"modules/block/block-admin-display-form\";s:4:\"file\";s:15:\"block.admin.inc\";s:14:\"render element\";s:4:\"form\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/block\";s:8:\"includes\";a:1:{i:0;s:29:\"modules/block/block.admin.inc\";}s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:44:\"template_preprocess_block_admin_display_form\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}}',0,1646428136,1);
INSERT INTO `cache` VALUES ('theme_registry:runtime:play_responsive',_binary 'a:432:{s:16:\"user_login_block\";N;s:17:\"user_profile_form\";N;s:18:\"user_register_form\";N;s:19:\"links__locale_block\";a:5:{s:8:\"function\";s:35:\"play_responsive_links__locale_block\";s:9:\"variables\";a:3:{s:5:\"links\";N;s:10:\"attributes\";a:1:{s:5:\"class\";a:1:{i:0;s:5:\"links\";}}s:7:\"heading\";a:0:{}}s:9:\"base hook\";s:5:\"links\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";}s:8:\"fieldset\";N;s:12:\"form_element\";N;s:9:\"file_link\";N;s:11:\"date_select\";N;s:15:\"webform_element\";N;s:4:\"page\";a:7:{s:8:\"template\";s:4:\"page\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:4:\"page\";s:20:\"preprocess functions\";a:8:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_page\";i:2;s:21:\"contextual_preprocess\";i:3;s:24:\"shortcut_preprocess_page\";i:4;s:37:\"views_bulk_operations_preprocess_page\";i:5;s:21:\"views_preprocess_page\";i:6;s:19:\"zen_preprocess_page\";i:7;s:31:\"play_responsive_preprocess_page\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:21:\"template_process_page\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";}}s:4:\"html\";a:7:{s:8:\"template\";s:4:\"html\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:4:\"page\";s:20:\"preprocess functions\";a:10:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_html\";i:2;s:21:\"contextual_preprocess\";i:3;s:26:\"og_context_preprocess_html\";i:4;s:24:\"passport_preprocess_html\";i:5;s:23:\"toolbar_preprocess_html\";i:6;s:20:\"i18n_preprocess_html\";i:7;s:21:\"views_preprocess_html\";i:8;s:19:\"zen_preprocess_html\";i:9;s:31:\"play_responsive_preprocess_html\";}s:17:\"process functions\";a:5:{i:0;s:16:\"template_process\";i:1;s:21:\"template_process_html\";i:2;s:14:\"ctools_process\";i:3;s:11:\"rdf_process\";i:4;s:16:\"zen_process_html\";}}s:38:\"views_slideshow_controls_text_previous\";N;s:34:\"views_slideshow_controls_text_next\";N;s:20:\"webform_confirmation\";N;s:4:\"node\";a:7:{s:8:\"template\";s:4:\"node\";s:4:\"path\";s:42:\"sites/all/themes/play_responsive/templates\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:32:\"sites/all/themes/play_responsive\";s:14:\"render element\";s:8:\"elements\";s:20:\"preprocess functions\";a:8:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_node\";i:2;s:21:\"contextual_preprocess\";i:3;s:22:\"ctools_preprocess_node\";i:4;s:19:\"rdf_preprocess_node\";i:5;s:21:\"views_preprocess_node\";i:6;s:19:\"zen_preprocess_node\";i:7;s:31:\"field_group_build_entity_groups\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:35:\"views_slideshow_controls_text_pause\";N;s:17:\"node__group_class\";N;s:69:\"views_view_field__front_page_slideshow__block__field_slideshow_images\";N;s:36:\"views_view_table__class_registration\";N;s:15:\"status_messages\";a:4:{s:8:\"function\";s:39:\"_theme_disable_messages_status_messages\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:1:{s:7:\"display\";N;}}s:10:\"breadcrumb\";a:4:{s:8:\"function\";s:14:\"zen_breadcrumb\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:1:{s:10:\"breadcrumb\";N;}}s:4:\"mark\";N;s:15:\"menu_local_task\";N;s:16:\"menu_local_tasks\";a:4:{s:8:\"function\";s:20:\"zen_menu_local_tasks\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:9:\"variables\";a:2:{s:7:\"primary\";a:0:{}s:9:\"secondary\";a:0:{}}}s:16:\"maintenance_page\";N;s:6:\"region\";a:7:{s:8:\"template\";s:6:\"region\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:14:\"render element\";s:8:\"elements\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_region\";i:2;s:21:\"contextual_preprocess\";i:3;s:21:\"zen_preprocess_region\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:12:\"user_picture\";N;s:5:\"block\";a:7:{s:8:\"template\";s:5:\"block\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:14:\"render element\";s:8:\"elements\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:28:\"block_class_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:23:\"system_preprocess_block\";i:5;s:20:\"zen_preprocess_block\";}s:17:\"process functions\";a:4:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";i:3;s:17:\"zen_process_block\";}}s:15:\"region__sidebar\";a:6:{s:8:\"template\";s:15:\"region--sidebar\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:6:\"region\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";}s:18:\"region__no_wrapper\";a:6:{s:8:\"template\";s:18:\"region--no-wrapper\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:6:\"region\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";}s:14:\"region__footer\";a:6:{s:8:\"template\";s:14:\"region--footer\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:6:\"region\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";}s:17:\"block__no_wrapper\";a:6:{s:8:\"template\";s:17:\"block--no-wrapper\";s:4:\"path\";s:30:\"sites/all/themes/zen/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";}s:30:\"page_manager_handler_rearrange\";N;s:22:\"page_manager_edit_page\";N;s:17:\"page_manager_lock\";N;s:20:\"page_manager_changed\";N;s:37:\"page_manager_page_form_argument_table\";N;s:22:\"page_manager_page_lock\";N;s:25:\"page_manager_page_changed\";N;s:14:\"devel_querylog\";N;s:18:\"devel_querylog_row\";N;s:14:\"rules_elements\";N;s:19:\"rules_content_group\";N;s:29:\"rules_parameter_configuration\";N;s:19:\"rules_variable_view\";N;s:24:\"rules_data_selector_help\";N;s:22:\"rules_ui_variable_form\";N;s:9:\"rules_log\";N;s:18:\"rules_autocomplete\";N;s:19:\"rules_debug_element\";N;s:19:\"rules_settings_help\";N;s:16:\"views_mini_pager\";N;s:16:\"views_view_field\";N;s:19:\"views_view_grouping\";N;s:10:\"views_view\";N;s:22:\"views_view_unformatted\";N;s:30:\"media_views_view_media_browser\";N;s:15:\"views_slideshow\";N;s:15:\"views_view_list\";N;s:15:\"views_view_grid\";N;s:16:\"views_view_table\";N;s:18:\"views_view_summary\";N;s:30:\"views_view_summary_unformatted\";N;s:14:\"views_view_rss\";N;s:28:\"views_view_summary_jump_menu\";N;s:20:\"views_view_jump_menu\";N;s:17:\"views_view_fields\";N;s:18:\"views_view_row_rss\";N;s:21:\"views_form_views_form\";N;s:18:\"views_exposed_form\";N;s:10:\"views_more\";N;s:15:\"horizontal_tabs\";N;s:9:\"multipage\";N;s:14:\"multipage_pane\";N;s:24:\"wysiwyg_profile_overview\";N;s:26:\"wysiwyg_admin_button_table\";N;s:19:\"wysiwyg_dialog_page\";N;s:35:\"webform_preplayslider_slider_labels\";N;s:36:\"webform_playslideradpt_slider_labels\";N;s:32:\"webform_playslider_slider_labels\";N;s:28:\"views_ui_display_tab_setting\";N;s:27:\"views_ui_display_tab_bucket\";N;s:23:\"views_ui_rearrange_form\";N;s:30:\"views_ui_rearrange_filter_form\";N;s:27:\"views_ui_expose_filter_form\";N;s:18:\"views_ui_view_info\";N;s:32:\"views_ui_build_group_filter_form\";N;s:12:\"views_tabset\";N;s:9:\"views_tab\";N;s:30:\"views_ui_reorder_displays_form\";N;s:27:\"views_ui_style_plugin_table\";N;s:29:\"views_ui_view_preview_section\";N;s:15:\"views_container\";N;s:21:\"views_slideshow_cycle\";N;s:32:\"views_slideshow_cycle_main_frame\";N;s:36:\"views_slideshow_cycle_main_frame_row\";N;s:41:\"views_slideshow_cycle_main_frame_row_item\";N;s:28:\"views_slideshow_main_section\";N;s:35:\"views_slideshow_pager_widget_render\";N;s:28:\"views_slideshow_pager_fields\";N;s:33:\"views_slideshow_pager_field_field\";N;s:32:\"views_slideshow_pager_field_item\";N;s:38:\"views_slideshow_controls_widget_render\";N;s:29:\"views_slideshow_controls_text\";N;s:43:\"views_slideshow_slide_counter_widget_render\";N;s:29:\"views_slideshow_slide_counter\";N;s:32:\"views_bulk_operations_select_all\";N;s:34:\"views_bulk_operations_confirmation\";N;s:21:\"variable_table_select\";N;s:12:\"user_profile\";N;s:21:\"user_profile_category\";N;s:17:\"user_profile_item\";N;s:9:\"user_list\";N;s:22:\"user_admin_permissions\";N;s:16:\"user_admin_roles\";N;s:27:\"user_permission_description\";N;s:14:\"user_signature\";N;s:26:\"update_manager_update_form\";N;s:17:\"update_last_check\";N;s:13:\"update_report\";N;s:14:\"update_version\";N;s:19:\"update_status_label\";N;s:7:\"toolbar\";N;s:14:\"toolbar_toggle\";N;s:10:\"tree_table\";N;s:10:\"token_tree\";N;s:15:\"token_tree_link\";N;s:17:\"text_resize_block\";a:3:{s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/text_resize\";s:8:\"function\";s:23:\"theme_text_resize_block\";}s:30:\"taxonomy_overview_vocabularies\";N;s:23:\"taxonomy_overview_terms\";N;s:13:\"taxonomy_term\";N;s:4:\"link\";a:4:{s:9:\"variables\";a:3:{s:4:\"text\";N;s:4:\"path\";N;s:7:\"options\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:10:\"theme_link\";}s:5:\"links\";a:4:{s:9:\"variables\";a:3:{s:5:\"links\";N;s:10:\"attributes\";a:1:{s:5:\"class\";a:1:{i:0;s:5:\"links\";}}s:7:\"heading\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:11:\"theme_links\";}s:5:\"image\";N;s:4:\"help\";N;s:5:\"table\";N;s:19:\"tablesort_indicator\";N;s:9:\"item_list\";N;s:14:\"more_help_link\";N;s:9:\"feed_icon\";N;s:9:\"more_link\";N;s:8:\"username\";a:6:{s:9:\"variables\";a:1:{s:7:\"account\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:14:\"theme_username\";s:20:\"preprocess functions\";a:2:{i:0;s:28:\"template_preprocess_username\";i:1;s:23:\"rdf_preprocess_username\";}s:17:\"process functions\";a:1:{i:0;s:25:\"template_process_username\";}}s:12:\"progress_bar\";N;s:11:\"indentation\";N;s:8:\"html_tag\";a:5:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:8:\"function\";s:14:\"theme_html_tag\";s:17:\"process functions\";a:1:{i:0;s:20:\"zen_process_html_tag\";}}s:11:\"update_page\";N;s:12:\"install_page\";N;s:9:\"task_list\";N;s:17:\"authorize_message\";N;s:16:\"authorize_report\";N;s:5:\"pager\";N;s:11:\"pager_first\";N;s:14:\"pager_previous\";N;s:10:\"pager_next\";N;s:10:\"pager_last\";N;s:10:\"pager_link\";N;s:9:\"menu_link\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:20:\"sites/all/themes/zen\";s:8:\"function\";s:15:\"theme_menu_link\";s:7:\"pattern\";s:11:\"menu_link__\";s:20:\"preprocess functions\";a:2:{i:0;s:36:\"menu_attributes_preprocess_menu_link\";i:1;s:24:\"zen_preprocess_menu_link\";}}s:9:\"menu_tree\";a:6:{s:14:\"render element\";s:4:\"tree\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:14:\"modules/system\";s:8:\"function\";s:15:\"theme_menu_tree\";s:7:\"pattern\";s:11:\"menu_tree__\";s:20:\"preprocess functions\";a:1:{i:0;s:29:\"template_preprocess_menu_tree\";}}s:17:\"menu_local_action\";N;s:6:\"select\";N;s:5:\"radio\";N;s:6:\"radios\";N;s:4:\"date\";N;s:15:\"exposed_filters\";N;s:8:\"checkbox\";N;s:10:\"checkboxes\";N;s:6:\"button\";N;s:12:\"image_button\";N;s:6:\"hidden\";N;s:9:\"textfield\";N;s:4:\"form\";N;s:8:\"textarea\";N;s:8:\"password\";N;s:4:\"file\";N;s:11:\"tableselect\";N;s:20:\"form_required_marker\";N;s:18:\"form_element_label\";N;s:13:\"vertical_tabs\";N;s:9:\"container\";N;s:18:\"system_themes_page\";N;s:20:\"system_settings_form\";N;s:12:\"confirm_form\";N;s:23:\"system_modules_fieldset\";N;s:27:\"system_modules_incompatible\";N;s:24:\"system_modules_uninstall\";N;s:13:\"status_report\";N;s:10:\"admin_page\";N;s:11:\"admin_block\";N;s:19:\"admin_block_content\";N;s:18:\"system_admin_index\";N;s:17:\"system_powered_by\";N;s:19:\"system_compact_link\";N;s:25:\"system_date_time_settings\";N;s:22:\"shortcut_set_customize\";N;s:29:\"rdf_template_variable_wrapper\";a:4:{s:9:\"variables\";a:4:{s:7:\"content\";N;s:10:\"attributes\";a:0:{}s:7:\"context\";a:0:{}s:6:\"inline\";b:1;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:11:\"modules/rdf\";s:8:\"function\";s:35:\"theme_rdf_template_variable_wrapper\";}s:12:\"rdf_metadata\";a:4:{s:9:\"variables\";a:1:{s:8:\"metadata\";a:0:{}}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:11:\"modules/rdf\";s:8:\"function\";s:18:\"theme_rdf_metadata\";}s:23:\"_play_export_admin_form\";N;s:17:\"page_user_archive\";N;s:18:\"page_user_passport\";N;s:25:\"page_user_passport_pdf_tl\";N;s:25:\"page_user_passport_pdf_tr\";N;s:25:\"page_user_passport_pdf_bl\";N;s:25:\"page_user_passport_pdf_br\";N;s:29:\"passport_user_assessment_list\";N;s:21:\"passport_user_profile\";N;s:17:\"dashboard_student\";N;s:36:\"dashboard_student_class_registration\";N;s:17:\"dashboard_teacher\";N;s:27:\"passport_school_year_toggle\";N;s:19:\"page_class_passport\";N;s:26:\"page_class_recording_forms\";N;s:24:\"page_assessment_passport\";N;s:31:\"page_assessment_students_create\";N;s:37:\"page_assessment_students_create_print\";N;s:23:\"create_student_accounts\";N;s:20:\"fieldset__accessible\";N;s:7:\"options\";N;s:12:\"options_none\";N;s:23:\"og_ui_admin_permissions\";N;s:20:\"og_ui_admin_new_role\";N;s:25:\"og_context_configure_form\";N;s:17:\"node_search_admin\";N;s:13:\"node_add_list\";N;s:12:\"node_preview\";N;s:19:\"node_admin_overview\";N;s:17:\"node_recent_block\";N;s:19:\"node_recent_content\";N;s:13:\"module_filter\";N;s:33:\"module_filter_system_modules_tabs\";N;s:24:\"module_filter_operations\";N;s:18:\"menu_block_wrapper\";a:7:{s:8:\"template\";s:55:\"sites/all/modules/contrib/menu_block/menu-block-wrapper\";s:9:\"variables\";a:3:{s:7:\"content\";a:0:{}s:6:\"config\";a:0:{}s:5:\"delta\";N;}s:7:\"pattern\";s:20:\"menu_block_wrapper__\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:36:\"sites/all/modules/contrib/menu_block\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_menu_block_wrapper\";i:2;s:21:\"contextual_preprocess\";}s:17:\"process functions\";a:3:{i:0;s:16:\"template_process\";i:1;s:14:\"ctools_process\";i:2;s:11:\"rdf_process\";}}s:21:\"menu_block_menu_order\";N;s:18:\"menu_overview_form\";N;s:19:\"menu_admin_overview\";N;s:19:\"media_youtube_video\";N;s:25:\"media_internet_embed_help\";N;s:13:\"media_element\";N;s:12:\"media_widget\";N;s:21:\"media_widget_multiple\";N;s:17:\"media_upload_help\";N;s:15:\"media_thumbnail\";N;s:26:\"media_formatter_large_icon\";N;s:17:\"media_dialog_page\";N;s:17:\"lt_username_title\";N;s:23:\"lt_username_description\";N;s:17:\"lt_password_title\";N;s:23:\"lt_password_description\";N;s:16:\"lt_access_denied\";N;s:16:\"lt_loggedinblock\";N;s:13:\"lt_login_link\";N;s:27:\"lt_login_successful_message\";N;s:21:\"lt_unified_login_page\";N;s:30:\"locale_languages_overview_form\";N;s:31:\"locale_languages_configure_form\";N;s:23:\"locale_date_format_form\";N;s:26:\"libraries_table_with_title\";N;s:10:\"imce_admin\";N;s:16:\"imce_directories\";N;s:15:\"imce_thumbnails\";N;s:14:\"imce_root_text\";N;s:14:\"imce_user_page\";N;s:14:\"imce_file_list\";N;s:12:\"imce_content\";N;s:9:\"imce_page\";N;s:11:\"image_style\";N;s:16:\"image_style_list\";N;s:19:\"image_style_effects\";N;s:19:\"image_style_preview\";N;s:12:\"image_anchor\";N;s:20:\"image_resize_summary\";N;s:19:\"image_scale_summary\";N;s:18:\"image_crop_summary\";N;s:20:\"image_rotate_summary\";N;s:12:\"image_widget\";N;s:15:\"image_formatter\";N;s:28:\"i18n_node_select_translation\";N;s:38:\"googleanalytics_admin_custom_var_table\";N;s:21:\"filter_admin_overview\";N;s:32:\"filter_admin_format_filter_order\";N;s:11:\"filter_tips\";N;s:19:\"text_format_wrapper\";N;s:21:\"filter_tips_more_info\";N;s:17:\"filter_guidelines\";N;s:11:\"file_entity\";N;s:24:\"file_entity_search_admin\";N;s:30:\"file_entity_file_type_overview\";N;s:30:\"file_entity_file_display_order\";N;s:21:\"file_entity_file_link\";N;s:25:\"file_entity_download_link\";N;s:22:\"file_entity_file_audio\";N;s:22:\"file_entity_file_video\";N;s:9:\"file_icon\";N;s:17:\"file_managed_file\";N;s:11:\"file_widget\";N;s:20:\"file_widget_multiple\";N;s:20:\"file_formatter_table\";N;s:16:\"file_upload_help\";N;s:14:\"field_ui_table\";N;s:21:\"field_collection_item\";N;s:21:\"field_collection_view\";N;s:5:\"field\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:13:\"modules/field\";s:8:\"function\";s:11:\"theme_field\";s:20:\"preprocess functions\";a:2:{i:0;s:25:\"template_preprocess_field\";i:1;s:20:\"rdf_preprocess_field\";}s:17:\"process functions\";a:1:{i:0;s:22:\"template_process_field\";}}s:25:\"field_multiple_value_form\";N;s:21:\"entityreference_label\";N;s:25:\"entityreference_entity_id\";N;s:13:\"entity_status\";N;s:6:\"entity\";N;s:15:\"entity_property\";N;s:23:\"entity_ui_overview_item\";N;s:32:\"disable_messages_status_messages\";a:4:{s:9:\"variables\";a:1:{s:8:\"messages\";N;}s:4:\"type\";s:6:\"module\";s:10:\"theme path\";s:42:\"sites/all/modules/contrib/disable_messages\";s:8:\"function\";s:38:\"theme_disable_messages_status_messages\";}s:13:\"dblog_message\";N;s:10:\"date_popup\";N;s:14:\"date_nav_title\";N;s:13:\"date_timezone\";N;s:9:\"date_text\";N;s:19:\"date_select_element\";N;s:22:\"date_textfield_element\";N;s:21:\"date_part_hour_prefix\";N;s:23:\"date_part_minsec_prefix\";N;s:20:\"date_part_label_year\";N;s:21:\"date_part_label_month\";N;s:19:\"date_part_label_day\";N;s:20:\"date_part_label_hour\";N;s:22:\"date_part_label_minute\";N;s:22:\"date_part_label_second\";N;s:20:\"date_part_label_ampm\";N;s:24:\"date_part_label_timezone\";N;s:20:\"date_part_label_date\";N;s:20:\"date_part_label_time\";N;s:22:\"date_views_filter_form\";N;s:17:\"date_calendar_day\";N;s:13:\"date_time_ago\";N;s:10:\"date_combo\";N;s:17:\"date_form_element\";N;s:15:\"date_text_parts\";N;s:19:\"date_display_single\";N;s:18:\"date_display_range\";N;s:22:\"date_display_remaining\";N;s:24:\"date_display_combination\";N;s:21:\"date_display_interval\";N;s:9:\"dashboard\";N;s:15:\"dashboard_admin\";N;s:16:\"dashboard_region\";N;s:25:\"dashboard_disabled_blocks\";N;s:24:\"dashboard_disabled_block\";N;s:28:\"dashboard_admin_display_form\";N;s:19:\"ctools_context_list\";N;s:28:\"ctools_context_list_no_table\";N;s:24:\"ctools_context_item_form\";N;s:23:\"ctools_context_item_row\";N;s:23:\"ctools_access_admin_add\";N;s:24:\"links__ctools_dropbutton\";N;s:33:\"ctools_menu_local_actions_wrapper\";N;s:33:\"ctools_stylizer_color_scheme_form\";N;s:28:\"ctools_stylizer_preview_form\";N;s:17:\"ctools_style_icon\";N;s:18:\"ctools_collapsible\";N;s:29:\"ctools_collapsible_remembered\";N;s:19:\"ctools_wizard_trail\";N;s:15:\"ctools_dropdown\";N;s:16:\"countries_number\";N;s:20:\"country_icon_adapter\";N;s:12:\"color_swatch\";N;s:17:\"color_scheme_form\";N;s:20:\"select_as_checkboxes\";N;s:29:\"select_as_checkboxes_fieldset\";N;s:16:\"select_as_radios\";N;s:25:\"select_as_radios_fieldset\";N;s:16:\"select_as_hidden\";N;s:14:\"select_as_tree\";N;s:15:\"select_as_links\";N;s:26:\"secondary_exposed_elements\";N;s:12:\"bef_checkbox\";N;s:22:\"addressfield_formatter\";N;s:33:\"addressfield_formatter__citystate\";N;s:30:\"addressfield_formatter__linear\";N;s:34:\"addressfield_formatter__components\";N;s:22:\"addressfield_container\";N;s:12:\"webform_view\";N;s:21:\"webform_view_messages\";N;s:12:\"webform_form\";N;s:20:\"webform_element_text\";N;s:20:\"webform_inline_radio\";N;s:20:\"webform_mail_message\";N;s:20:\"webform_mail_headers\";N;s:18:\"webform_token_help\";N;s:22:\"webform_admin_settings\";N;s:21:\"webform_admin_content\";N;s:19:\"webform_emails_form\";N;s:22:\"webform_email_add_form\";N;s:23:\"webform_email_edit_form\";N;s:23:\"webform_components_page\";N;s:23:\"webform_components_form\";N;s:24:\"webform_component_select\";N;s:33:\"webform_advanced_redirection_form\";N;s:34:\"webform_advanced_submit_limit_form\";N;s:40:\"webform_advanced_total_submit_limit_form\";N;s:24:\"webform_results_per_page\";N;s:34:\"webform_results_submissions_header\";N;s:27:\"webform_results_submissions\";N;s:28:\"webform_results_table_header\";N;s:21:\"webform_results_table\";N;s:30:\"webform_results_download_range\";N;s:38:\"webform_results_download_select_format\";N;s:24:\"webform_results_analysis\";N;s:18:\"webform_submission\";N;s:23:\"webform_submission_page\";N;s:30:\"webform_submission_information\";N;s:29:\"webform_submission_navigation\";N;s:25:\"webform_submission_resend\";N;s:12:\"webform_date\";N;s:20:\"webform_display_date\";N;s:16:\"webform_calendar\";N;s:13:\"webform_email\";N;s:21:\"webform_display_email\";N;s:28:\"webform_edit_file_extensions\";N;s:20:\"webform_display_file\";N;s:12:\"webform_grid\";N;s:20:\"webform_display_grid\";N;s:22:\"webform_display_hidden\";N;s:14:\"webform_number\";N;s:22:\"webform_display_number\";N;s:25:\"webform_display_pagebreak\";N;s:26:\"webform_display_playslider\";N;s:30:\"webform_display_playslideradpt\";N;s:29:\"webform_display_preplayslider\";N;s:22:\"webform_display_select\";N;s:22:\"webform_display_survey\";N;s:24:\"webform_display_textarea\";N;s:25:\"webform_display_textfield\";N;s:12:\"webform_time\";N;s:20:\"webform_display_time\";N;s:24:\"block_admin_display_form\";N;}',0,1646428136,1),('views:plugin_data:en',_binary 'a:12:{s:7:\"display\";a:9:{s:15:\"entityreference\";a:17:{s:5:\"title\";s:16:\"Entity Reference\";s:5:\"admin\";s:23:\"Entity Reference Source\";s:4:\"help\";s:60:\"Selects referenceable entities for an entity reference field\";s:7:\"handler\";s:30:\"entityreference_plugin_display\";s:14:\"uses hook menu\";b:0;s:8:\"use ajax\";b:0;s:9:\"use pager\";b:0;s:18:\"accept attachments\";b:0;s:23:\"entityreference display\";b:1;s:6:\"module\";s:15:\"entityreference\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/entityreference\";s:10:\"theme file\";s:25:\"entityreference.views.inc\";s:4:\"path\";s:41:\"sites/all/modules/contrib/entityreference\";s:4:\"file\";s:34:\"entityreference_plugin_display.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:15:\"entityreference\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:13:\"media_browser\";a:16:{s:5:\"title\";s:17:\"Media browser tab\";s:4:\"help\";s:38:\"Display as a tab in the media browser.\";s:7:\"handler\";s:40:\"media_views_plugin_display_media_browser\";s:5:\"theme\";s:10:\"views_view\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:4:\"base\";a:1:{i:0;s:12:\"file_managed\";}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:18:\"accept attachments\";b:1;s:6:\"module\";s:5:\"media\";s:10:\"theme file\";s:15:\"media.views.inc\";s:4:\"path\";s:31:\"sites/all/modules/contrib/media\";s:4:\"file\";s:44:\"media_views_plugin_display_media_browser.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:13:\"media_browser\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:7:\"default\";a:20:{s:5:\"title\";s:6:\"Master\";s:4:\"help\";s:31:\"Default settings for this view.\";s:7:\"handler\";s:28:\"views_plugin_display_default\";s:5:\"theme\";s:10:\"views_view\";s:5:\"no ui\";b:1;s:9:\"no remove\";b:1;s:2:\"js\";a:6:{i:0;s:12:\"misc/form.js\";i:1;s:16:\"misc/collapse.js\";i:2;s:16:\"misc/textarea.js\";i:3;s:17:\"misc/tabledrag.js\";i:4;s:20:\"misc/autocomplete.js\";i:5;s:48:\"sites/all/modules/contrib/ctools/js/dependent.js\";}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:8:\"use more\";b:1;s:18:\"accept attachments\";b:1;s:10:\"help topic\";s:15:\"display-default\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:32:\"views_plugin_display_default.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:7:\"default\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:4:\"page\";a:20:{s:5:\"title\";s:4:\"Page\";s:4:\"help\";s:54:\"Display the view as a page, with a URL and menu links.\";s:7:\"handler\";s:25:\"views_plugin_display_page\";s:5:\"theme\";s:10:\"views_view\";s:14:\"uses hook menu\";b:1;s:26:\"contextual links locations\";a:1:{i:0;s:4:\"page\";}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:8:\"use more\";b:1;s:18:\"accept attachments\";b:1;s:5:\"admin\";s:4:\"Page\";s:10:\"help topic\";s:12:\"display-page\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_display_page.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"page\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:5:\"block\";a:20:{s:5:\"title\";s:5:\"Block\";s:4:\"help\";s:28:\"Display the view as a block.\";s:7:\"handler\";s:26:\"views_plugin_display_block\";s:5:\"theme\";s:10:\"views_view\";s:15:\"uses hook block\";b:1;s:26:\"contextual links locations\";a:1:{i:0;s:5:\"block\";}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:8:\"use more\";b:1;s:18:\"accept attachments\";b:1;s:5:\"admin\";s:5:\"Block\";s:10:\"help topic\";s:13:\"display-block\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_display_block.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"block\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:10:\"attachment\";a:18:{s:5:\"title\";s:10:\"Attachment\";s:4:\"help\";s:79:\"Attachments added to other displays to achieve multiple views in the same view.\";s:7:\"handler\";s:31:\"views_plugin_display_attachment\";s:5:\"theme\";s:10:\"views_view\";s:26:\"contextual links locations\";a:0:{}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:0;s:8:\"use more\";b:1;s:18:\"accept attachments\";b:0;s:10:\"help topic\";s:18:\"display-attachment\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:35:\"views_plugin_display_attachment.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:10:\"attachment\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:4:\"feed\";a:17:{s:5:\"title\";s:4:\"Feed\";s:4:\"help\";s:48:\"Display the view as a feed, such as an RSS feed.\";s:7:\"handler\";s:25:\"views_plugin_display_feed\";s:14:\"uses hook menu\";b:1;s:8:\"use ajax\";b:0;s:9:\"use pager\";b:0;s:18:\"accept attachments\";b:0;s:5:\"admin\";s:4:\"Feed\";s:10:\"help topic\";s:12:\"display-feed\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_display_feed.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"feed\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:5:\"embed\";a:18:{s:5:\"title\";s:5:\"Embed\";s:4:\"help\";s:60:\"Provide a display which can be embedded using the views api.\";s:7:\"handler\";s:26:\"views_plugin_display_embed\";s:5:\"theme\";s:10:\"views_view\";s:14:\"uses hook menu\";b:0;s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:18:\"accept attachments\";b:0;s:5:\"admin\";s:5:\"Embed\";s:5:\"no ui\";b:1;s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_display_embed.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"embed\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:6:\"system\";a:17:{s:5:\"title\";s:6:\"System\";s:4:\"help\";s:58:\"Display the view as replacement for an existing menu path.\";s:4:\"path\";s:45:\"sites/all/modules/contrib/admin_views/plugins\";s:7:\"handler\";s:27:\"views_plugin_display_system\";s:5:\"theme\";s:10:\"views_view\";s:14:\"uses hook menu\";b:1;s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:18:\"accept attachments\";b:1;s:5:\"admin\";s:6:\"System\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:31:\"views_plugin_display_system.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:6:\"system\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}}s:5:\"style\";a:12:{s:21:\"entityreference_style\";a:16:{s:5:\"title\";s:21:\"Entity Reference list\";s:4:\"help\";s:59:\"Returns results as a PHP array of labels and rendered rows.\";s:7:\"handler\";s:28:\"entityreference_plugin_style\";s:5:\"theme\";s:22:\"views_view_unformatted\";s:15:\"uses row plugin\";b:1;s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:15:\"entityreference\";s:10:\"even empty\";b:1;s:6:\"module\";s:15:\"entityreference\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/entityreference\";s:10:\"theme file\";s:25:\"entityreference.views.inc\";s:4:\"path\";s:41:\"sites/all/modules/contrib/entityreference\";s:4:\"file\";s:32:\"entityreference_plugin_style.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:21:\"entityreference_style\";}s:13:\"media_browser\";a:18:{s:5:\"title\";s:13:\"Media browser\";s:4:\"help\";s:30:\"Displays rows as an HTML list.\";s:7:\"handler\";s:38:\"media_views_plugin_style_media_browser\";s:5:\"theme\";s:30:\"media_views_view_media_browser\";s:4:\"base\";a:1:{i:0;s:12:\"file_managed\";}s:15:\"uses row plugin\";b:0;s:14:\"uses row class\";b:0;s:12:\"uses options\";b:0;s:11:\"uses fields\";b:0;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:19:\"style-media-browser\";s:6:\"module\";s:5:\"media\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:10:\"theme file\";s:15:\"media.views.inc\";s:4:\"path\";s:31:\"sites/all/modules/contrib/media\";s:4:\"file\";s:42:\"media_views_plugin_style_media_browser.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:13:\"media_browser\";}s:9:\"slideshow\";a:16:{s:5:\"title\";s:9:\"Slideshow\";s:4:\"help\";s:35:\"Display the results as a slideshow.\";s:7:\"handler\";s:38:\"views_slideshow_plugin_style_slideshow\";s:12:\"uses options\";b:1;s:15:\"uses row plugin\";b:1;s:13:\"uses grouping\";b:0;s:14:\"uses row class\";b:1;s:4:\"type\";s:6:\"normal\";s:4:\"path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:5:\"theme\";s:15:\"views_slideshow\";s:10:\"theme path\";s:47:\"sites/all/modules/contrib/views_slideshow/theme\";s:10:\"theme file\";s:25:\"views_slideshow.theme.inc\";s:6:\"module\";s:15:\"views_slideshow\";s:4:\"file\";s:42:\"views_slideshow_plugin_style_slideshow.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:9:\"slideshow\";}s:7:\"default\";a:17:{s:5:\"title\";s:16:\"Unformatted list\";s:4:\"help\";s:32:\"Displays rows one after another.\";s:7:\"handler\";s:26:\"views_plugin_style_default\";s:5:\"theme\";s:22:\"views_view_unformatted\";s:15:\"uses row plugin\";b:1;s:14:\"uses row class\";b:1;s:13:\"uses grouping\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:17:\"style-unformatted\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_style_default.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:7:\"default\";}s:4:\"list\";a:16:{s:5:\"title\";s:9:\"HTML list\";s:4:\"help\";s:30:\"Displays rows as an HTML list.\";s:7:\"handler\";s:23:\"views_plugin_style_list\";s:5:\"theme\";s:15:\"views_view_list\";s:15:\"uses row plugin\";b:1;s:14:\"uses row class\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:10:\"style-list\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_style_list.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"list\";}s:4:\"grid\";a:17:{s:5:\"title\";s:4:\"Grid\";s:4:\"help\";s:24:\"Displays rows in a grid.\";s:7:\"handler\";s:23:\"views_plugin_style_grid\";s:5:\"theme\";s:15:\"views_view_grid\";s:11:\"uses fields\";b:0;s:15:\"uses row plugin\";b:1;s:14:\"uses row class\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:10:\"style-grid\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_style_grid.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"grid\";}s:5:\"table\";a:17:{s:5:\"title\";s:5:\"Table\";s:4:\"help\";s:25:\"Displays rows in a table.\";s:7:\"handler\";s:24:\"views_plugin_style_table\";s:5:\"theme\";s:16:\"views_view_table\";s:15:\"uses row plugin\";b:0;s:14:\"uses row class\";b:1;s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:11:\"style-table\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:28:\"views_plugin_style_table.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"table\";}s:15:\"default_summary\";a:14:{s:5:\"title\";s:4:\"List\";s:4:\"help\";s:39:\"Displays the default summary as a list.\";s:7:\"handler\";s:26:\"views_plugin_style_summary\";s:5:\"theme\";s:18:\"views_view_summary\";s:4:\"type\";s:7:\"summary\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:13:\"style-summary\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_style_summary.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:15:\"default_summary\";}s:19:\"unformatted_summary\";a:14:{s:5:\"title\";s:11:\"Unformatted\";s:4:\"help\";s:78:\"Displays the summary unformatted, with option for one after another or inline.\";s:7:\"handler\";s:38:\"views_plugin_style_summary_unformatted\";s:5:\"theme\";s:30:\"views_view_summary_unformatted\";s:4:\"type\";s:7:\"summary\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:25:\"style-summary-unformatted\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:42:\"views_plugin_style_summary_unformatted.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:19:\"unformatted_summary\";}s:3:\"rss\";a:15:{s:5:\"title\";s:8:\"RSS Feed\";s:4:\"help\";s:34:\"Generates an RSS feed from a view.\";s:7:\"handler\";s:22:\"views_plugin_style_rss\";s:5:\"theme\";s:14:\"views_view_rss\";s:15:\"uses row plugin\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:4:\"feed\";s:10:\"help topic\";s:9:\"style-rss\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:26:\"views_plugin_style_rss.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:3:\"rss\";}s:17:\"jump_menu_summary\";a:14:{s:5:\"title\";s:9:\"Jump menu\";s:4:\"help\";s:111:\"Puts all of the results into a select box and allows the user to go to a different page based upon the results.\";s:7:\"handler\";s:36:\"views_plugin_style_summary_jump_menu\";s:5:\"theme\";s:28:\"views_view_summary_jump_menu\";s:4:\"type\";s:7:\"summary\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:23:\"style-summary-jump-menu\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:40:\"views_plugin_style_summary_jump_menu.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:17:\"jump_menu_summary\";}s:9:\"jump_menu\";a:16:{s:5:\"title\";s:9:\"Jump menu\";s:4:\"help\";s:111:\"Puts all of the results into a select box and allows the user to go to a different page based upon the results.\";s:7:\"handler\";s:28:\"views_plugin_style_jump_menu\";s:5:\"theme\";s:20:\"views_view_jump_menu\";s:15:\"uses row plugin\";b:1;s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:15:\"style-jump-menu\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:32:\"views_plugin_style_jump_menu.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:9:\"jump_menu\";}}s:3:\"row\";a:9:{s:6:\"entity\";a:14:{s:5:\"title\";s:15:\"Rendered entity\";s:4:\"help\";s:62:\"Renders a single entity in a specific view mode (e.g. teaser).\";s:7:\"handler\";s:35:\"entity_views_plugin_row_entity_view\";s:11:\"uses fields\";b:0;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:4:\"base\";a:10:{i:0;s:21:\"field_collection_item\";i:1;s:30:\"field_collection_item_revision\";i:2;s:18:\"og_membership_type\";i:3;s:13:\"og_membership\";i:4;s:12:\"rules_config\";i:5;s:12:\"file_managed\";i:6;s:4:\"node\";i:7;s:13:\"node_revision\";i:8;s:18:\"taxonomy_term_data\";i:9;s:5:\"users\";}s:6:\"module\";s:6:\"entity\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:10:\"theme file\";s:16:\"entity.views.inc\";s:4:\"path\";s:32:\"sites/all/modules/contrib/entity\";s:4:\"file\";s:39:\"entity_views_plugin_row_entity_view.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:6:\"entity\";}s:22:\"entityreference_fields\";a:14:{s:5:\"title\";s:13:\"Inline fields\";s:4:\"help\";s:46:\"Displays the fields with an optional template.\";s:7:\"handler\";s:33:\"entityreference_plugin_row_fields\";s:5:\"theme\";s:17:\"views_view_fields\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:15:\"entityreference\";s:6:\"module\";s:15:\"entityreference\";s:4:\"path\";s:41:\"sites/all/modules/contrib/entityreference\";s:4:\"file\";s:37:\"entityreference_plugin_row_fields.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:22:\"entityreference_fields\";}s:4:\"file\";a:14:{s:5:\"title\";s:4:\"File\";s:4:\"help\";s:41:\"Display the file with standard file view.\";s:7:\"handler\";s:26:\"views_plugin_row_file_view\";s:4:\"base\";a:1:{i:0;s:12:\"file_managed\";}s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:10:\"style-file\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_row_file_view.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"file\";}s:8:\"file_rss\";a:15:{s:5:\"title\";s:4:\"File\";s:4:\"help\";s:41:\"Display the file with standard file view.\";s:7:\"handler\";s:25:\"views_plugin_row_file_rss\";s:5:\"theme\";s:18:\"views_view_row_rss\";s:4:\"base\";a:1:{i:0;s:12:\"file_managed\";}s:12:\"uses options\";b:1;s:4:\"type\";s:4:\"feed\";s:10:\"help topic\";s:14:\"style-file-rss\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_row_file_rss.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:8:\"file_rss\";}s:4:\"node\";a:14:{s:5:\"title\";s:7:\"Content\";s:4:\"help\";s:44:\"Display the content with standard node view.\";s:7:\"handler\";s:26:\"views_plugin_row_node_view\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/node\";s:4:\"base\";a:1:{i:0;s:4:\"node\";}s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:10:\"style-node\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:30:\"views_plugin_row_node_view.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"node\";}s:8:\"node_rss\";a:15:{s:5:\"title\";s:7:\"Content\";s:4:\"help\";s:44:\"Display the content with standard node view.\";s:7:\"handler\";s:25:\"views_plugin_row_node_rss\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/node\";s:5:\"theme\";s:18:\"views_view_row_rss\";s:4:\"base\";a:1:{i:0;s:4:\"node\";}s:12:\"uses options\";b:1;s:4:\"type\";s:4:\"feed\";s:10:\"help topic\";s:14:\"style-node-rss\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:29:\"views_plugin_row_node_rss.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:8:\"node_rss\";}s:4:\"user\";a:14:{s:5:\"title\";s:4:\"User\";s:4:\"help\";s:41:\"Display the user with standard user view.\";s:7:\"handler\";s:26:\"views_plugin_row_user_view\";s:4:\"base\";a:1:{i:0;s:5:\"users\";}s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:11:\"style-users\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_row_user_view.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"user\";}s:6:\"fields\";a:15:{s:5:\"title\";s:6:\"Fields\";s:4:\"help\";s:46:\"Displays the fields with an optional template.\";s:7:\"handler\";s:23:\"views_plugin_row_fields\";s:5:\"theme\";s:17:\"views_view_fields\";s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:16:\"style-row-fields\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_row_fields.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:6:\"fields\";}s:10:\"rss_fields\";a:15:{s:5:\"title\";s:6:\"Fields\";s:4:\"help\";s:28:\"Display fields as RSS items.\";s:7:\"handler\";s:27:\"views_plugin_row_rss_fields\";s:5:\"theme\";s:18:\"views_view_row_rss\";s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:4:\"feed\";s:10:\"help topic\";s:16:\"style-row-fields\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:31:\"views_plugin_row_rss_fields.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:10:\"rss_fields\";}}s:16:\"argument default\";a:10:{s:4:\"node\";a:9:{s:5:\"title\";s:19:\"Content ID from URL\";s:7:\"handler\";s:34:\"views_plugin_argument_default_node\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:38:\"views_plugin_argument_default_node.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"node\";}s:14:\"og_user_groups\";a:9:{s:5:\"title\";s:35:\"The OG groups of the logged in user\";s:7:\"handler\";s:38:\"og_plugin_argument_default_user_groups\";s:6:\"module\";s:2:\"og\";s:10:\"theme path\";s:28:\"sites/all/modules/contrib/og\";s:10:\"theme file\";s:12:\"og.views.inc\";s:4:\"path\";s:28:\"sites/all/modules/contrib/og\";s:4:\"file\";s:42:\"og_plugin_argument_default_user_groups.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:14:\"og_user_groups\";}s:10:\"og_context\";a:9:{s:5:\"title\";s:29:\"Current OG group from context\";s:7:\"handler\";s:48:\"og_context_plugin_argument_default_group_context\";s:6:\"parent\";s:29:\"views_plugin_argument_default\";s:6:\"module\";s:10:\"og_context\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:10:\"theme file\";s:20:\"og_context.views.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:4:\"file\";s:52:\"og_context_plugin_argument_default_group_context.inc\";s:4:\"name\";s:10:\"og_context\";}s:12:\"taxonomy_tid\";a:9:{s:5:\"title\";s:25:\"Taxonomy term ID from URL\";s:7:\"handler\";s:42:\"views_plugin_argument_default_taxonomy_tid\";s:4:\"path\";s:48:\"sites/all/modules/contrib/views/modules/taxonomy\";s:6:\"parent\";s:5:\"fixed\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:46:\"views_plugin_argument_default_taxonomy_tid.inc\";s:4:\"name\";s:12:\"taxonomy_tid\";}s:4:\"user\";a:9:{s:5:\"title\";s:16:\"User ID from URL\";s:7:\"handler\";s:34:\"views_plugin_argument_default_user\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/user\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:38:\"views_plugin_argument_default_user.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"user\";}s:12:\"current_user\";a:9:{s:5:\"title\";s:27:\"User ID from logged in user\";s:7:\"handler\";s:42:\"views_plugin_argument_default_current_user\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/user\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:46:\"views_plugin_argument_default_current_user.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:12:\"current_user\";}s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:29:\"views_plugin_argument_default\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:33:\"views_plugin_argument_default.inc\";s:4:\"name\";s:6:\"parent\";}s:5:\"fixed\";a:9:{s:5:\"title\";s:11:\"Fixed value\";s:7:\"handler\";s:35:\"views_plugin_argument_default_fixed\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:39:\"views_plugin_argument_default_fixed.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"fixed\";}s:3:\"php\";a:9:{s:5:\"title\";s:8:\"PHP Code\";s:7:\"handler\";s:33:\"views_plugin_argument_default_php\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:37:\"views_plugin_argument_default_php.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:3:\"php\";}s:3:\"raw\";a:9:{s:5:\"title\";s:18:\"Raw value from URL\";s:7:\"handler\";s:33:\"views_plugin_argument_default_raw\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:37:\"views_plugin_argument_default_raw.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:3:\"raw\";}}s:18:\"argument validator\";a:7:{s:18:\"i18n_taxonomy_term\";a:10:{s:5:\"title\";s:20:\"Taxonomy term (i18n)\";s:4:\"help\";s:38:\"Use the locale to interpret arguments.\";s:7:\"handler\";s:53:\"i18nviews_plugin_argument_validate_i18n_taxonomy_term\";s:4:\"path\";s:44:\"sites/all/modules/contrib/i18nviews/includes\";s:6:\"parent\";s:13:\"taxonomy_term\";s:6:\"module\";s:9:\"i18nviews\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/i18nviews\";s:10:\"theme file\";s:19:\"i18nviews.views.inc\";s:4:\"file\";s:57:\"i18nviews_plugin_argument_validate_i18n_taxonomy_term.inc\";s:4:\"name\";s:18:\"i18n_taxonomy_term\";}s:4:\"node\";a:9:{s:5:\"title\";s:7:\"Content\";s:7:\"handler\";s:35:\"views_plugin_argument_validate_node\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:39:\"views_plugin_argument_validate_node.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"node\";}s:2:\"og\";a:9:{s:5:\"title\";s:8:\"OG group\";s:7:\"handler\";s:33:\"og_plugin_argument_validate_group\";s:4:\"path\";s:52:\"sites/all/modules/contrib/og/includes/views/handlers\";s:6:\"module\";s:2:\"og\";s:10:\"theme path\";s:28:\"sites/all/modules/contrib/og\";s:10:\"theme file\";s:12:\"og.views.inc\";s:4:\"file\";s:37:\"og_plugin_argument_validate_group.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:2:\"og\";}s:13:\"taxonomy_term\";a:9:{s:5:\"title\";s:13:\"Taxonomy term\";s:7:\"handler\";s:44:\"views_plugin_argument_validate_taxonomy_term\";s:4:\"path\";s:48:\"sites/all/modules/contrib/views/modules/taxonomy\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:48:\"views_plugin_argument_validate_taxonomy_term.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:13:\"taxonomy_term\";}s:4:\"user\";a:9:{s:5:\"title\";s:4:\"User\";s:7:\"handler\";s:35:\"views_plugin_argument_validate_user\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/user\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:39:\"views_plugin_argument_validate_user.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"user\";}s:3:\"php\";a:9:{s:5:\"title\";s:8:\"PHP Code\";s:7:\"handler\";s:34:\"views_plugin_argument_validate_php\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:38:\"views_plugin_argument_validate_php.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:3:\"php\";}s:7:\"numeric\";a:9:{s:5:\"title\";s:7:\"Numeric\";s:7:\"handler\";s:38:\"views_plugin_argument_validate_numeric\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:42:\"views_plugin_argument_validate_numeric.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:7:\"numeric\";}}s:6:\"access\";a:5:{s:10:\"og_context\";a:10:{s:5:\"title\";s:13:\"OG permission\";s:7:\"handler\";s:32:\"og_context_plugin_access_og_perm\";s:12:\"uses options\";b:1;s:6:\"module\";s:10:\"og_context\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:10:\"theme file\";s:20:\"og_context.views.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:4:\"file\";s:36:\"og_context_plugin_access_og_perm.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:10:\"og_context\";}s:4:\"none\";a:11:{s:5:\"title\";s:4:\"None\";s:4:\"help\";s:31:\"Will be available to all users.\";s:7:\"handler\";s:24:\"views_plugin_access_none\";s:10:\"help topic\";s:11:\"access-none\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:28:\"views_plugin_access_none.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"none\";}s:4:\"role\";a:12:{s:5:\"title\";s:4:\"Role\";s:4:\"help\";s:64:\"Access will be granted to users with any of the specified roles.\";s:7:\"handler\";s:24:\"views_plugin_access_role\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:11:\"access-role\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:28:\"views_plugin_access_role.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"role\";}s:4:\"perm\";a:12:{s:5:\"title\";s:10:\"Permission\";s:4:\"help\";s:69:\"Access will be granted to users with the specified permission string.\";s:7:\"handler\";s:24:\"views_plugin_access_perm\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:11:\"access-perm\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:28:\"views_plugin_access_perm.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"perm\";}s:4:\"menu\";a:11:{s:5:\"title\";s:29:\"(Deprecated) Menu system path\";s:4:\"help\";s:54:\"This has been deprecated. <strong>DO NOT USE!</strong>\";s:7:\"handler\";s:24:\"views_plugin_access_menu\";s:12:\"uses options\";b:0;s:4:\"path\";s:45:\"sites/all/modules/contrib/admin_views/plugins\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:28:\"views_plugin_access_menu.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"menu\";}}s:5:\"cache\";a:3:{s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:18:\"views_plugin_cache\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:22:\"views_plugin_cache.inc\";s:4:\"name\";s:6:\"parent\";}s:4:\"none\";a:11:{s:5:\"title\";s:4:\"None\";s:4:\"help\";s:25:\"No caching of Views data.\";s:7:\"handler\";s:23:\"views_plugin_cache_none\";s:10:\"help topic\";s:10:\"cache-none\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_cache_none.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"none\";}s:4:\"time\";a:12:{s:5:\"title\";s:10:\"Time-based\";s:4:\"help\";s:34:\"Simple time-based caching of data.\";s:7:\"handler\";s:23:\"views_plugin_cache_time\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:10:\"cache-time\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_cache_time.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"time\";}}s:12:\"exposed_form\";a:4:{s:22:\"better_exposed_filters\";a:15:{s:5:\"title\";s:22:\"Better Exposed Filters\";s:4:\"help\";s:57:\"Allow use of checkboxes/radio buttons for exposed filters\";s:7:\"handler\";s:42:\"better_exposed_filters_exposed_form_plugin\";s:15:\"uses row plugin\";b:0;s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:10:\"help topic\";s:18:\"exposed-form-basic\";s:4:\"type\";s:6:\"normal\";s:6:\"parent\";s:5:\"basic\";s:6:\"module\";s:22:\"better_exposed_filters\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:10:\"theme file\";s:32:\"better_exposed_filters.views.inc\";s:4:\"path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:4:\"file\";s:46:\"better_exposed_filters_exposed_form_plugin.inc\";s:4:\"name\";s:22:\"better_exposed_filters\";}s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:25:\"views_plugin_exposed_form\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_exposed_form.inc\";s:4:\"name\";s:6:\"parent\";}s:5:\"basic\";a:12:{s:5:\"title\";s:5:\"Basic\";s:4:\"help\";s:18:\"Basic exposed form\";s:7:\"handler\";s:31:\"views_plugin_exposed_form_basic\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:18:\"exposed-form-basic\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:35:\"views_plugin_exposed_form_basic.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"basic\";}s:14:\"input_required\";a:12:{s:5:\"title\";s:14:\"Input required\";s:4:\"help\";s:73:\"An exposed form that only renders a view if the form contains user input.\";s:7:\"handler\";s:40:\"views_plugin_exposed_form_input_required\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:27:\"exposed-form-input-required\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:44:\"views_plugin_exposed_form_input_required.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:14:\"input_required\";}}s:12:\"localization\";a:4:{s:11:\"i18nstrings\";a:10:{s:5:\"title\";s:26:\"Internationalization Views\";s:4:\"help\";s:69:\"Use the locale system as implemented by the Views translation module.\";s:7:\"handler\";s:41:\"i18nviews_plugin_localization_i18nstrings\";s:4:\"path\";s:44:\"sites/all/modules/contrib/i18nviews/includes\";s:6:\"module\";s:9:\"i18nviews\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/i18nviews\";s:10:\"theme file\";s:19:\"i18nviews.views.inc\";s:4:\"file\";s:45:\"i18nviews_plugin_localization_i18nstrings.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:11:\"i18nstrings\";}s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:25:\"views_plugin_localization\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_localization.inc\";s:4:\"name\";s:6:\"parent\";}s:4:\"none\";a:11:{s:5:\"title\";s:4:\"None\";s:4:\"help\";s:42:\"Do not pass admin strings for translation.\";s:7:\"handler\";s:30:\"views_plugin_localization_none\";s:10:\"help topic\";s:17:\"localization-none\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:34:\"views_plugin_localization_none.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"none\";}s:4:\"core\";a:11:{s:5:\"title\";s:4:\"Core\";s:4:\"help\";s:97:\"Use Drupal core t() function. Not recommended, as it doesn\'t support updates to existing strings.\";s:7:\"handler\";s:30:\"views_plugin_localization_core\";s:10:\"help topic\";s:17:\"localization-core\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:34:\"views_plugin_localization_core.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"core\";}}s:16:\"display_extender\";a:1:{s:7:\"default\";a:12:{s:5:\"title\";s:22:\"Empty display extender\";s:4:\"help\";s:31:\"Default settings for this view.\";s:7:\"handler\";s:29:\"views_plugin_display_extender\";s:7:\"enabled\";b:0;s:5:\"no ui\";b:1;s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:33:\"views_plugin_display_extender.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:7:\"default\";}}s:5:\"query\";a:2:{s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:18:\"views_plugin_query\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:22:\"views_plugin_query.inc\";s:4:\"name\";s:6:\"parent\";}s:11:\"views_query\";a:10:{s:5:\"title\";s:9:\"SQL Query\";s:4:\"help\";s:62:\"Query will be generated and run using the Drupal database API.\";s:7:\"handler\";s:26:\"views_plugin_query_default\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_query_default.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:11:\"views_query\";}}s:5:\"pager\";a:5:{s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:18:\"views_plugin_pager\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:22:\"views_plugin_pager.inc\";s:4:\"name\";s:6:\"parent\";}s:4:\"none\";a:13:{s:5:\"title\";s:17:\"Display all items\";s:4:\"help\";s:43:\"Display all items that this view might find\";s:7:\"handler\";s:23:\"views_plugin_pager_none\";s:10:\"help topic\";s:10:\"pager-none\";s:12:\"uses options\";b:1;s:4:\"type\";s:5:\"basic\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_pager_none.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"none\";}s:4:\"some\";a:13:{s:5:\"title\";s:35:\"Display a specified number of items\";s:4:\"help\";s:57:\"Display a limited number items that this view might find.\";s:7:\"handler\";s:23:\"views_plugin_pager_some\";s:10:\"help topic\";s:10:\"pager-some\";s:12:\"uses options\";b:1;s:4:\"type\";s:5:\"basic\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_pager_some.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"some\";}s:4:\"full\";a:13:{s:5:\"title\";s:24:\"Paged output, full pager\";s:11:\"short title\";s:4:\"Full\";s:4:\"help\";s:31:\"Paged output, full Drupal style\";s:7:\"handler\";s:23:\"views_plugin_pager_full\";s:10:\"help topic\";s:10:\"pager-full\";s:12:\"uses options\";b:1;s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_pager_full.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"full\";}s:4:\"mini\";a:13:{s:5:\"title\";s:24:\"Paged output, mini pager\";s:11:\"short title\";s:4:\"Mini\";s:4:\"help\";s:26:\"Use the mini pager output.\";s:7:\"handler\";s:23:\"views_plugin_pager_mini\";s:10:\"help topic\";s:10:\"pager-mini\";s:12:\"uses options\";b:1;s:6:\"parent\";s:4:\"full\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_pager_mini.inc\";s:4:\"name\";s:4:\"mini\";}}}',0,1646157100,1),('views:plugin_data:fr',_binary 'a:12:{s:7:\"display\";a:9:{s:15:\"entityreference\";a:17:{s:5:\"title\";s:16:\"Entity Reference\";s:5:\"admin\";s:23:\"Entity Reference Source\";s:4:\"help\";s:60:\"Selects referenceable entities for an entity reference field\";s:7:\"handler\";s:30:\"entityreference_plugin_display\";s:14:\"uses hook menu\";b:0;s:8:\"use ajax\";b:0;s:9:\"use pager\";b:0;s:18:\"accept attachments\";b:0;s:23:\"entityreference display\";b:1;s:6:\"module\";s:15:\"entityreference\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/entityreference\";s:10:\"theme file\";s:25:\"entityreference.views.inc\";s:4:\"path\";s:41:\"sites/all/modules/contrib/entityreference\";s:4:\"file\";s:34:\"entityreference_plugin_display.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:15:\"entityreference\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:13:\"media_browser\";a:16:{s:5:\"title\";s:17:\"Media browser tab\";s:4:\"help\";s:38:\"Display as a tab in the media browser.\";s:7:\"handler\";s:40:\"media_views_plugin_display_media_browser\";s:5:\"theme\";s:10:\"views_view\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:4:\"base\";a:1:{i:0;s:12:\"file_managed\";}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:18:\"accept attachments\";b:1;s:6:\"module\";s:5:\"media\";s:10:\"theme file\";s:15:\"media.views.inc\";s:4:\"path\";s:31:\"sites/all/modules/contrib/media\";s:4:\"file\";s:44:\"media_views_plugin_display_media_browser.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:13:\"media_browser\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:7:\"default\";a:20:{s:5:\"title\";s:6:\"Master\";s:4:\"help\";s:31:\"Default settings for this view.\";s:7:\"handler\";s:28:\"views_plugin_display_default\";s:5:\"theme\";s:10:\"views_view\";s:5:\"no ui\";b:1;s:9:\"no remove\";b:1;s:2:\"js\";a:6:{i:0;s:12:\"misc/form.js\";i:1;s:16:\"misc/collapse.js\";i:2;s:16:\"misc/textarea.js\";i:3;s:17:\"misc/tabledrag.js\";i:4;s:20:\"misc/autocomplete.js\";i:5;s:48:\"sites/all/modules/contrib/ctools/js/dependent.js\";}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:8:\"use more\";b:1;s:18:\"accept attachments\";b:1;s:10:\"help topic\";s:15:\"display-default\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:32:\"views_plugin_display_default.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:7:\"default\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:4:\"page\";a:20:{s:5:\"title\";s:4:\"Page\";s:4:\"help\";s:54:\"Display the view as a page, with a URL and menu links.\";s:7:\"handler\";s:25:\"views_plugin_display_page\";s:5:\"theme\";s:10:\"views_view\";s:14:\"uses hook menu\";b:1;s:26:\"contextual links locations\";a:1:{i:0;s:4:\"page\";}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:8:\"use more\";b:1;s:18:\"accept attachments\";b:1;s:5:\"admin\";s:4:\"Page\";s:10:\"help topic\";s:12:\"display-page\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_display_page.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"page\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:5:\"block\";a:20:{s:5:\"title\";s:5:\"Block\";s:4:\"help\";s:28:\"Display the view as a block.\";s:7:\"handler\";s:26:\"views_plugin_display_block\";s:5:\"theme\";s:10:\"views_view\";s:15:\"uses hook block\";b:1;s:26:\"contextual links locations\";a:1:{i:0;s:5:\"block\";}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:8:\"use more\";b:1;s:18:\"accept attachments\";b:1;s:5:\"admin\";s:5:\"Block\";s:10:\"help topic\";s:13:\"display-block\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_display_block.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"block\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:10:\"attachment\";a:18:{s:5:\"title\";s:10:\"Attachment\";s:4:\"help\";s:79:\"Attachments added to other displays to achieve multiple views in the same view.\";s:7:\"handler\";s:31:\"views_plugin_display_attachment\";s:5:\"theme\";s:10:\"views_view\";s:26:\"contextual links locations\";a:0:{}s:8:\"use ajax\";b:1;s:9:\"use pager\";b:0;s:8:\"use more\";b:1;s:18:\"accept attachments\";b:0;s:10:\"help topic\";s:18:\"display-attachment\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:35:\"views_plugin_display_attachment.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:10:\"attachment\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:4:\"feed\";a:17:{s:5:\"title\";s:4:\"Feed\";s:4:\"help\";s:48:\"Display the view as a feed, such as an RSS feed.\";s:7:\"handler\";s:25:\"views_plugin_display_feed\";s:14:\"uses hook menu\";b:1;s:8:\"use ajax\";b:0;s:9:\"use pager\";b:0;s:18:\"accept attachments\";b:0;s:5:\"admin\";s:4:\"Feed\";s:10:\"help topic\";s:12:\"display-feed\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_display_feed.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"feed\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:5:\"embed\";a:18:{s:5:\"title\";s:5:\"Embed\";s:4:\"help\";s:60:\"Provide a display which can be embedded using the views api.\";s:7:\"handler\";s:26:\"views_plugin_display_embed\";s:5:\"theme\";s:10:\"views_view\";s:14:\"uses hook menu\";b:0;s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:18:\"accept attachments\";b:0;s:5:\"admin\";s:5:\"Embed\";s:5:\"no ui\";b:1;s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_display_embed.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"embed\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}s:6:\"system\";a:17:{s:5:\"title\";s:6:\"System\";s:4:\"help\";s:58:\"Display the view as replacement for an existing menu path.\";s:4:\"path\";s:45:\"sites/all/modules/contrib/admin_views/plugins\";s:7:\"handler\";s:27:\"views_plugin_display_system\";s:5:\"theme\";s:10:\"views_view\";s:14:\"uses hook menu\";b:1;s:8:\"use ajax\";b:1;s:9:\"use pager\";b:1;s:18:\"accept attachments\";b:1;s:5:\"admin\";s:6:\"System\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:31:\"views_plugin_display_system.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:6:\"system\";s:16:\"contextual links\";a:1:{s:8:\"views_ui\";a:2:{s:11:\"parent path\";s:26:\"admin/structure/views/view\";s:19:\"argument properties\";a:1:{i:0;s:4:\"name\";}}}}}s:5:\"style\";a:12:{s:21:\"entityreference_style\";a:16:{s:5:\"title\";s:21:\"Entity Reference list\";s:4:\"help\";s:59:\"Returns results as a PHP array of labels and rendered rows.\";s:7:\"handler\";s:28:\"entityreference_plugin_style\";s:5:\"theme\";s:22:\"views_view_unformatted\";s:15:\"uses row plugin\";b:1;s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:15:\"entityreference\";s:10:\"even empty\";b:1;s:6:\"module\";s:15:\"entityreference\";s:10:\"theme path\";s:41:\"sites/all/modules/contrib/entityreference\";s:10:\"theme file\";s:25:\"entityreference.views.inc\";s:4:\"path\";s:41:\"sites/all/modules/contrib/entityreference\";s:4:\"file\";s:32:\"entityreference_plugin_style.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:21:\"entityreference_style\";}s:13:\"media_browser\";a:18:{s:5:\"title\";s:13:\"Media browser\";s:4:\"help\";s:30:\"Displays rows as an HTML list.\";s:7:\"handler\";s:38:\"media_views_plugin_style_media_browser\";s:5:\"theme\";s:30:\"media_views_view_media_browser\";s:4:\"base\";a:1:{i:0;s:12:\"file_managed\";}s:15:\"uses row plugin\";b:0;s:14:\"uses row class\";b:0;s:12:\"uses options\";b:0;s:11:\"uses fields\";b:0;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:19:\"style-media-browser\";s:6:\"module\";s:5:\"media\";s:10:\"theme path\";s:31:\"sites/all/modules/contrib/media\";s:10:\"theme file\";s:15:\"media.views.inc\";s:4:\"path\";s:31:\"sites/all/modules/contrib/media\";s:4:\"file\";s:42:\"media_views_plugin_style_media_browser.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:13:\"media_browser\";}s:9:\"slideshow\";a:16:{s:5:\"title\";s:9:\"Slideshow\";s:4:\"help\";s:35:\"Display the results as a slideshow.\";s:7:\"handler\";s:38:\"views_slideshow_plugin_style_slideshow\";s:12:\"uses options\";b:1;s:15:\"uses row plugin\";b:1;s:13:\"uses grouping\";b:0;s:14:\"uses row class\";b:1;s:4:\"type\";s:6:\"normal\";s:4:\"path\";s:41:\"sites/all/modules/contrib/views_slideshow\";s:5:\"theme\";s:15:\"views_slideshow\";s:10:\"theme path\";s:47:\"sites/all/modules/contrib/views_slideshow/theme\";s:10:\"theme file\";s:25:\"views_slideshow.theme.inc\";s:6:\"module\";s:15:\"views_slideshow\";s:4:\"file\";s:42:\"views_slideshow_plugin_style_slideshow.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:9:\"slideshow\";}s:7:\"default\";a:17:{s:5:\"title\";s:16:\"Unformatted list\";s:4:\"help\";s:32:\"Displays rows one after another.\";s:7:\"handler\";s:26:\"views_plugin_style_default\";s:5:\"theme\";s:22:\"views_view_unformatted\";s:15:\"uses row plugin\";b:1;s:14:\"uses row class\";b:1;s:13:\"uses grouping\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:17:\"style-unformatted\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_style_default.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:7:\"default\";}s:4:\"list\";a:16:{s:5:\"title\";s:9:\"HTML list\";s:4:\"help\";s:30:\"Displays rows as an HTML list.\";s:7:\"handler\";s:23:\"views_plugin_style_list\";s:5:\"theme\";s:15:\"views_view_list\";s:15:\"uses row plugin\";b:1;s:14:\"uses row class\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:10:\"style-list\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_style_list.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"list\";}s:4:\"grid\";a:17:{s:5:\"title\";s:4:\"Grid\";s:4:\"help\";s:24:\"Displays rows in a grid.\";s:7:\"handler\";s:23:\"views_plugin_style_grid\";s:5:\"theme\";s:15:\"views_view_grid\";s:11:\"uses fields\";b:0;s:15:\"uses row plugin\";b:1;s:14:\"uses row class\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:10:\"style-grid\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_style_grid.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"grid\";}s:5:\"table\";a:17:{s:5:\"title\";s:5:\"Table\";s:4:\"help\";s:25:\"Displays rows in a table.\";s:7:\"handler\";s:24:\"views_plugin_style_table\";s:5:\"theme\";s:16:\"views_view_table\";s:15:\"uses row plugin\";b:0;s:14:\"uses row class\";b:1;s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:11:\"style-table\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:28:\"views_plugin_style_table.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"table\";}s:15:\"default_summary\";a:14:{s:5:\"title\";s:4:\"List\";s:4:\"help\";s:39:\"Displays the default summary as a list.\";s:7:\"handler\";s:26:\"views_plugin_style_summary\";s:5:\"theme\";s:18:\"views_view_summary\";s:4:\"type\";s:7:\"summary\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:13:\"style-summary\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_style_summary.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:15:\"default_summary\";}s:19:\"unformatted_summary\";a:14:{s:5:\"title\";s:11:\"Unformatted\";s:4:\"help\";s:78:\"Displays the summary unformatted, with option for one after another or inline.\";s:7:\"handler\";s:38:\"views_plugin_style_summary_unformatted\";s:5:\"theme\";s:30:\"views_view_summary_unformatted\";s:4:\"type\";s:7:\"summary\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:25:\"style-summary-unformatted\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:42:\"views_plugin_style_summary_unformatted.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:19:\"unformatted_summary\";}s:3:\"rss\";a:15:{s:5:\"title\";s:8:\"RSS Feed\";s:4:\"help\";s:34:\"Generates an RSS feed from a view.\";s:7:\"handler\";s:22:\"views_plugin_style_rss\";s:5:\"theme\";s:14:\"views_view_rss\";s:15:\"uses row plugin\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:4:\"feed\";s:10:\"help topic\";s:9:\"style-rss\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:26:\"views_plugin_style_rss.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:3:\"rss\";}s:17:\"jump_menu_summary\";a:14:{s:5:\"title\";s:9:\"Jump menu\";s:4:\"help\";s:111:\"Puts all of the results into a select box and allows the user to go to a different page based upon the results.\";s:7:\"handler\";s:36:\"views_plugin_style_summary_jump_menu\";s:5:\"theme\";s:28:\"views_view_summary_jump_menu\";s:4:\"type\";s:7:\"summary\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:23:\"style-summary-jump-menu\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:40:\"views_plugin_style_summary_jump_menu.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:17:\"jump_menu_summary\";}s:9:\"jump_menu\";a:16:{s:5:\"title\";s:9:\"Jump menu\";s:4:\"help\";s:111:\"Puts all of the results into a select box and allows the user to go to a different page based upon the results.\";s:7:\"handler\";s:28:\"views_plugin_style_jump_menu\";s:5:\"theme\";s:20:\"views_view_jump_menu\";s:15:\"uses row plugin\";b:1;s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:15:\"style-jump-menu\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:32:\"views_plugin_style_jump_menu.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:9:\"jump_menu\";}}s:3:\"row\";a:9:{s:6:\"entity\";a:14:{s:5:\"title\";s:15:\"Rendered entity\";s:4:\"help\";s:62:\"Renders a single entity in a specific view mode (e.g. teaser).\";s:7:\"handler\";s:35:\"entity_views_plugin_row_entity_view\";s:11:\"uses fields\";b:0;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:4:\"base\";a:10:{i:0;s:21:\"field_collection_item\";i:1;s:30:\"field_collection_item_revision\";i:2;s:18:\"og_membership_type\";i:3;s:13:\"og_membership\";i:4;s:12:\"rules_config\";i:5;s:12:\"file_managed\";i:6;s:4:\"node\";i:7;s:13:\"node_revision\";i:8;s:18:\"taxonomy_term_data\";i:9;s:5:\"users\";}s:6:\"module\";s:6:\"entity\";s:10:\"theme path\";s:32:\"sites/all/modules/contrib/entity\";s:10:\"theme file\";s:16:\"entity.views.inc\";s:4:\"path\";s:32:\"sites/all/modules/contrib/entity\";s:4:\"file\";s:39:\"entity_views_plugin_row_entity_view.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:6:\"entity\";}s:22:\"entityreference_fields\";a:14:{s:5:\"title\";s:13:\"Inline fields\";s:4:\"help\";s:46:\"Displays the fields with an optional template.\";s:7:\"handler\";s:33:\"entityreference_plugin_row_fields\";s:5:\"theme\";s:17:\"views_view_fields\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:15:\"entityreference\";s:6:\"module\";s:15:\"entityreference\";s:4:\"path\";s:41:\"sites/all/modules/contrib/entityreference\";s:4:\"file\";s:37:\"entityreference_plugin_row_fields.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:22:\"entityreference_fields\";}s:4:\"file\";a:14:{s:5:\"title\";s:4:\"File\";s:4:\"help\";s:41:\"Display the file with standard file view.\";s:7:\"handler\";s:26:\"views_plugin_row_file_view\";s:4:\"base\";a:1:{i:0;s:12:\"file_managed\";}s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:10:\"style-file\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_row_file_view.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"file\";}s:8:\"file_rss\";a:15:{s:5:\"title\";s:4:\"File\";s:4:\"help\";s:41:\"Display the file with standard file view.\";s:7:\"handler\";s:25:\"views_plugin_row_file_rss\";s:5:\"theme\";s:18:\"views_view_row_rss\";s:4:\"base\";a:1:{i:0;s:12:\"file_managed\";}s:12:\"uses options\";b:1;s:4:\"type\";s:4:\"feed\";s:10:\"help topic\";s:14:\"style-file-rss\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_row_file_rss.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:8:\"file_rss\";}s:4:\"node\";a:14:{s:5:\"title\";s:7:\"Content\";s:4:\"help\";s:44:\"Display the content with standard node view.\";s:7:\"handler\";s:26:\"views_plugin_row_node_view\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/node\";s:4:\"base\";a:1:{i:0;s:4:\"node\";}s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:10:\"style-node\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:30:\"views_plugin_row_node_view.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"node\";}s:8:\"node_rss\";a:15:{s:5:\"title\";s:7:\"Content\";s:4:\"help\";s:44:\"Display the content with standard node view.\";s:7:\"handler\";s:25:\"views_plugin_row_node_rss\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/node\";s:5:\"theme\";s:18:\"views_view_row_rss\";s:4:\"base\";a:1:{i:0;s:4:\"node\";}s:12:\"uses options\";b:1;s:4:\"type\";s:4:\"feed\";s:10:\"help topic\";s:14:\"style-node-rss\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:29:\"views_plugin_row_node_rss.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:8:\"node_rss\";}s:4:\"user\";a:14:{s:5:\"title\";s:4:\"User\";s:4:\"help\";s:41:\"Display the user with standard user view.\";s:7:\"handler\";s:26:\"views_plugin_row_user_view\";s:4:\"base\";a:1:{i:0;s:5:\"users\";}s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:11:\"style-users\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_row_user_view.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"user\";}s:6:\"fields\";a:15:{s:5:\"title\";s:6:\"Fields\";s:4:\"help\";s:46:\"Displays the fields with an optional template.\";s:7:\"handler\";s:23:\"views_plugin_row_fields\";s:5:\"theme\";s:17:\"views_view_fields\";s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:6:\"normal\";s:10:\"help topic\";s:16:\"style-row-fields\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_row_fields.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:6:\"fields\";}s:10:\"rss_fields\";a:15:{s:5:\"title\";s:6:\"Fields\";s:4:\"help\";s:28:\"Display fields as RSS items.\";s:7:\"handler\";s:27:\"views_plugin_row_rss_fields\";s:5:\"theme\";s:18:\"views_view_row_rss\";s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:4:\"type\";s:4:\"feed\";s:10:\"help topic\";s:16:\"style-row-fields\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:31:\"views_plugin_row_rss_fields.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:10:\"rss_fields\";}}s:16:\"argument default\";a:10:{s:4:\"node\";a:9:{s:5:\"title\";s:19:\"Content ID from URL\";s:7:\"handler\";s:34:\"views_plugin_argument_default_node\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:38:\"views_plugin_argument_default_node.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"node\";}s:14:\"og_user_groups\";a:9:{s:5:\"title\";s:35:\"The OG groups of the logged in user\";s:7:\"handler\";s:38:\"og_plugin_argument_default_user_groups\";s:6:\"module\";s:2:\"og\";s:10:\"theme path\";s:28:\"sites/all/modules/contrib/og\";s:10:\"theme file\";s:12:\"og.views.inc\";s:4:\"path\";s:28:\"sites/all/modules/contrib/og\";s:4:\"file\";s:42:\"og_plugin_argument_default_user_groups.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:14:\"og_user_groups\";}s:10:\"og_context\";a:9:{s:5:\"title\";s:29:\"Current OG group from context\";s:7:\"handler\";s:48:\"og_context_plugin_argument_default_group_context\";s:6:\"parent\";s:29:\"views_plugin_argument_default\";s:6:\"module\";s:10:\"og_context\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:10:\"theme file\";s:20:\"og_context.views.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:4:\"file\";s:52:\"og_context_plugin_argument_default_group_context.inc\";s:4:\"name\";s:10:\"og_context\";}s:12:\"taxonomy_tid\";a:9:{s:5:\"title\";s:25:\"Taxonomy term ID from URL\";s:7:\"handler\";s:42:\"views_plugin_argument_default_taxonomy_tid\";s:4:\"path\";s:48:\"sites/all/modules/contrib/views/modules/taxonomy\";s:6:\"parent\";s:5:\"fixed\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:46:\"views_plugin_argument_default_taxonomy_tid.inc\";s:4:\"name\";s:12:\"taxonomy_tid\";}s:4:\"user\";a:9:{s:5:\"title\";s:16:\"User ID from URL\";s:7:\"handler\";s:34:\"views_plugin_argument_default_user\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/user\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:38:\"views_plugin_argument_default_user.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"user\";}s:12:\"current_user\";a:9:{s:5:\"title\";s:27:\"User ID from logged in user\";s:7:\"handler\";s:42:\"views_plugin_argument_default_current_user\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/user\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:46:\"views_plugin_argument_default_current_user.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:12:\"current_user\";}s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:29:\"views_plugin_argument_default\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:33:\"views_plugin_argument_default.inc\";s:4:\"name\";s:6:\"parent\";}s:5:\"fixed\";a:9:{s:5:\"title\";s:11:\"Fixed value\";s:7:\"handler\";s:35:\"views_plugin_argument_default_fixed\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:39:\"views_plugin_argument_default_fixed.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"fixed\";}s:3:\"php\";a:9:{s:5:\"title\";s:8:\"PHP Code\";s:7:\"handler\";s:33:\"views_plugin_argument_default_php\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:37:\"views_plugin_argument_default_php.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:3:\"php\";}s:3:\"raw\";a:9:{s:5:\"title\";s:18:\"Raw value from URL\";s:7:\"handler\";s:33:\"views_plugin_argument_default_raw\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:37:\"views_plugin_argument_default_raw.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:3:\"raw\";}}s:18:\"argument validator\";a:7:{s:18:\"i18n_taxonomy_term\";a:10:{s:5:\"title\";s:20:\"Taxonomy term (i18n)\";s:4:\"help\";s:38:\"Use the locale to interpret arguments.\";s:7:\"handler\";s:53:\"i18nviews_plugin_argument_validate_i18n_taxonomy_term\";s:4:\"path\";s:44:\"sites/all/modules/contrib/i18nviews/includes\";s:6:\"parent\";s:13:\"taxonomy_term\";s:6:\"module\";s:9:\"i18nviews\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/i18nviews\";s:10:\"theme file\";s:19:\"i18nviews.views.inc\";s:4:\"file\";s:57:\"i18nviews_plugin_argument_validate_i18n_taxonomy_term.inc\";s:4:\"name\";s:18:\"i18n_taxonomy_term\";}s:4:\"node\";a:9:{s:5:\"title\";s:7:\"Content\";s:7:\"handler\";s:35:\"views_plugin_argument_validate_node\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:39:\"views_plugin_argument_validate_node.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"node\";}s:2:\"og\";a:9:{s:5:\"title\";s:8:\"OG group\";s:7:\"handler\";s:33:\"og_plugin_argument_validate_group\";s:4:\"path\";s:52:\"sites/all/modules/contrib/og/includes/views/handlers\";s:6:\"module\";s:2:\"og\";s:10:\"theme path\";s:28:\"sites/all/modules/contrib/og\";s:10:\"theme file\";s:12:\"og.views.inc\";s:4:\"file\";s:37:\"og_plugin_argument_validate_group.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:2:\"og\";}s:13:\"taxonomy_term\";a:9:{s:5:\"title\";s:13:\"Taxonomy term\";s:7:\"handler\";s:44:\"views_plugin_argument_validate_taxonomy_term\";s:4:\"path\";s:48:\"sites/all/modules/contrib/views/modules/taxonomy\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:48:\"views_plugin_argument_validate_taxonomy_term.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:13:\"taxonomy_term\";}s:4:\"user\";a:9:{s:5:\"title\";s:4:\"User\";s:7:\"handler\";s:35:\"views_plugin_argument_validate_user\";s:4:\"path\";s:44:\"sites/all/modules/contrib/views/modules/user\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:39:\"views_plugin_argument_validate_user.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"user\";}s:3:\"php\";a:9:{s:5:\"title\";s:8:\"PHP Code\";s:7:\"handler\";s:34:\"views_plugin_argument_validate_php\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:38:\"views_plugin_argument_validate_php.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:3:\"php\";}s:7:\"numeric\";a:9:{s:5:\"title\";s:7:\"Numeric\";s:7:\"handler\";s:38:\"views_plugin_argument_validate_numeric\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:42:\"views_plugin_argument_validate_numeric.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:7:\"numeric\";}}s:6:\"access\";a:5:{s:10:\"og_context\";a:10:{s:5:\"title\";s:13:\"OG permission\";s:7:\"handler\";s:32:\"og_context_plugin_access_og_perm\";s:12:\"uses options\";b:1;s:6:\"module\";s:10:\"og_context\";s:10:\"theme path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:10:\"theme file\";s:20:\"og_context.views.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/og/og_context\";s:4:\"file\";s:36:\"og_context_plugin_access_og_perm.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:10:\"og_context\";}s:4:\"none\";a:11:{s:5:\"title\";s:5:\"Aucun\";s:4:\"help\";s:31:\"Will be available to all users.\";s:7:\"handler\";s:24:\"views_plugin_access_none\";s:10:\"help topic\";s:11:\"access-none\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:28:\"views_plugin_access_none.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"none\";}s:4:\"role\";a:12:{s:5:\"title\";s:4:\"Role\";s:4:\"help\";s:64:\"Access will be granted to users with any of the specified roles.\";s:7:\"handler\";s:24:\"views_plugin_access_role\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:11:\"access-role\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:28:\"views_plugin_access_role.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"role\";}s:4:\"perm\";a:12:{s:5:\"title\";s:10:\"Permission\";s:4:\"help\";s:69:\"Access will be granted to users with the specified permission string.\";s:7:\"handler\";s:24:\"views_plugin_access_perm\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:11:\"access-perm\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:28:\"views_plugin_access_perm.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"perm\";}s:4:\"menu\";a:11:{s:5:\"title\";s:29:\"(Deprecated) Menu system path\";s:4:\"help\";s:54:\"This has been deprecated. <strong>DO NOT USE!</strong>\";s:7:\"handler\";s:24:\"views_plugin_access_menu\";s:12:\"uses options\";b:0;s:4:\"path\";s:45:\"sites/all/modules/contrib/admin_views/plugins\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"file\";s:28:\"views_plugin_access_menu.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"menu\";}}s:5:\"cache\";a:3:{s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:18:\"views_plugin_cache\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:22:\"views_plugin_cache.inc\";s:4:\"name\";s:6:\"parent\";}s:4:\"none\";a:11:{s:5:\"title\";s:5:\"Aucun\";s:4:\"help\";s:25:\"No caching of Views data.\";s:7:\"handler\";s:23:\"views_plugin_cache_none\";s:10:\"help topic\";s:10:\"cache-none\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_cache_none.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"none\";}s:4:\"time\";a:12:{s:5:\"title\";s:10:\"Time-based\";s:4:\"help\";s:34:\"Simple time-based caching of data.\";s:7:\"handler\";s:23:\"views_plugin_cache_time\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:10:\"cache-time\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_cache_time.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"time\";}}s:12:\"exposed_form\";a:4:{s:22:\"better_exposed_filters\";a:15:{s:5:\"title\";s:22:\"Better Exposed Filters\";s:4:\"help\";s:57:\"Allow use of checkboxes/radio buttons for exposed filters\";s:7:\"handler\";s:42:\"better_exposed_filters_exposed_form_plugin\";s:15:\"uses row plugin\";b:0;s:11:\"uses fields\";b:1;s:12:\"uses options\";b:1;s:10:\"help topic\";s:18:\"exposed-form-basic\";s:4:\"type\";s:6:\"normal\";s:6:\"parent\";s:5:\"basic\";s:6:\"module\";s:22:\"better_exposed_filters\";s:10:\"theme path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:10:\"theme file\";s:32:\"better_exposed_filters.views.inc\";s:4:\"path\";s:48:\"sites/all/modules/contrib/better_exposed_filters\";s:4:\"file\";s:46:\"better_exposed_filters_exposed_form_plugin.inc\";s:4:\"name\";s:22:\"better_exposed_filters\";}s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:25:\"views_plugin_exposed_form\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_exposed_form.inc\";s:4:\"name\";s:6:\"parent\";}s:5:\"basic\";a:12:{s:5:\"title\";s:5:\"Basic\";s:4:\"help\";s:18:\"Basic exposed form\";s:7:\"handler\";s:31:\"views_plugin_exposed_form_basic\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:18:\"exposed-form-basic\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:35:\"views_plugin_exposed_form_basic.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:5:\"basic\";}s:14:\"input_required\";a:12:{s:5:\"title\";s:14:\"Input required\";s:4:\"help\";s:73:\"An exposed form that only renders a view if the form contains user input.\";s:7:\"handler\";s:40:\"views_plugin_exposed_form_input_required\";s:12:\"uses options\";b:1;s:10:\"help topic\";s:27:\"exposed-form-input-required\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:44:\"views_plugin_exposed_form_input_required.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:14:\"input_required\";}}s:12:\"localization\";a:4:{s:11:\"i18nstrings\";a:10:{s:5:\"title\";s:26:\"Internationalization Views\";s:4:\"help\";s:69:\"Use the locale system as implemented by the Views translation module.\";s:7:\"handler\";s:41:\"i18nviews_plugin_localization_i18nstrings\";s:4:\"path\";s:44:\"sites/all/modules/contrib/i18nviews/includes\";s:6:\"module\";s:9:\"i18nviews\";s:10:\"theme path\";s:35:\"sites/all/modules/contrib/i18nviews\";s:10:\"theme file\";s:19:\"i18nviews.views.inc\";s:4:\"file\";s:45:\"i18nviews_plugin_localization_i18nstrings.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:11:\"i18nstrings\";}s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:25:\"views_plugin_localization\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:29:\"views_plugin_localization.inc\";s:4:\"name\";s:6:\"parent\";}s:4:\"none\";a:11:{s:5:\"title\";s:5:\"Aucun\";s:4:\"help\";s:42:\"Do not pass admin strings for translation.\";s:7:\"handler\";s:30:\"views_plugin_localization_none\";s:10:\"help topic\";s:17:\"localization-none\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:34:\"views_plugin_localization_none.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"none\";}s:4:\"core\";a:11:{s:5:\"title\";s:4:\"Core\";s:4:\"help\";s:97:\"Use Drupal core t() function. Not recommended, as it doesn\'t support updates to existing strings.\";s:7:\"handler\";s:30:\"views_plugin_localization_core\";s:10:\"help topic\";s:17:\"localization-core\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:34:\"views_plugin_localization_core.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"core\";}}s:16:\"display_extender\";a:1:{s:7:\"default\";a:12:{s:5:\"title\";s:22:\"Empty display extender\";s:4:\"help\";s:31:\"Default settings for this view.\";s:7:\"handler\";s:29:\"views_plugin_display_extender\";s:7:\"enabled\";b:0;s:5:\"no ui\";b:1;s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:33:\"views_plugin_display_extender.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:7:\"default\";}}s:5:\"query\";a:2:{s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:18:\"views_plugin_query\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:22:\"views_plugin_query.inc\";s:4:\"name\";s:6:\"parent\";}s:11:\"views_query\";a:10:{s:5:\"title\";s:9:\"SQL Query\";s:4:\"help\";s:62:\"Query will be generated and run using the Drupal database API.\";s:7:\"handler\";s:26:\"views_plugin_query_default\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:30:\"views_plugin_query_default.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:11:\"views_query\";}}s:5:\"pager\";a:5:{s:6:\"parent\";a:9:{s:5:\"no ui\";b:1;s:7:\"handler\";s:18:\"views_plugin_pager\";s:6:\"parent\";s:0:\"\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:22:\"views_plugin_pager.inc\";s:4:\"name\";s:6:\"parent\";}s:4:\"none\";a:13:{s:5:\"title\";s:17:\"Display all items\";s:4:\"help\";s:43:\"Display all items that this view might find\";s:7:\"handler\";s:23:\"views_plugin_pager_none\";s:10:\"help topic\";s:10:\"pager-none\";s:12:\"uses options\";b:1;s:4:\"type\";s:5:\"basic\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_pager_none.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"none\";}s:4:\"some\";a:13:{s:5:\"title\";s:35:\"Display a specified number of items\";s:4:\"help\";s:57:\"Display a limited number items that this view might find.\";s:7:\"handler\";s:23:\"views_plugin_pager_some\";s:10:\"help topic\";s:10:\"pager-some\";s:12:\"uses options\";b:1;s:4:\"type\";s:5:\"basic\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_pager_some.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"some\";}s:4:\"full\";a:13:{s:5:\"title\";s:24:\"Paged output, full pager\";s:11:\"short title\";s:4:\"Full\";s:4:\"help\";s:31:\"Paged output, full Drupal style\";s:7:\"handler\";s:23:\"views_plugin_pager_full\";s:10:\"help topic\";s:10:\"pager-full\";s:12:\"uses options\";b:1;s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_pager_full.inc\";s:6:\"parent\";s:6:\"parent\";s:4:\"name\";s:4:\"full\";}s:4:\"mini\";a:13:{s:5:\"title\";s:24:\"Paged output, mini pager\";s:11:\"short title\";s:4:\"Mini\";s:4:\"help\";s:26:\"Use the mini pager output.\";s:7:\"handler\";s:23:\"views_plugin_pager_mini\";s:10:\"help topic\";s:10:\"pager-mini\";s:12:\"uses options\";b:1;s:6:\"parent\";s:4:\"full\";s:6:\"module\";s:5:\"views\";s:10:\"theme path\";s:37:\"sites/all/modules/contrib/views/theme\";s:10:\"theme file\";s:9:\"theme.inc\";s:4:\"path\";s:39:\"sites/all/modules/contrib/views/plugins\";s:4:\"file\";s:27:\"views_plugin_pager_mini.inc\";s:4:\"name\";s:4:\"mini\";}}}',0,1646158134,1);
/*!40000 ALTER TABLE `cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache_block`
--

DROP TABLE IF EXISTS `cache_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache_block` (
  `cid` varchar(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  `data` longblob COMMENT 'A collection of data to cache.',
  `expire` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.',
  `created` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.',
  `serialized` smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  PRIMARY KEY (`cid`),
  KEY `expire` (`expire`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cache table for the Block module to store already built...';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_block`
--

LOCK TABLES `cache_block` WRITE;
/*!40000 ALTER TABLE `cache_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache_bootstrap`
--

DROP TABLE IF EXISTS `cache_bootstrap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache_bootstrap` (
  `cid` varchar(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  `data` longblob COMMENT 'A collection of data to cache.',
  `expire` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.',
  `created` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.',
  `serialized` smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  PRIMARY KEY (`cid`),
  KEY `expire` (`expire`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cache table for data required to bootstrap Drupal, may be...';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_bootstrap`
--

LOCK TABLES `cache_bootstrap` WRITE;
/*!40000 ALTER TABLE `cache_bootstrap` DISABLE KEYS */;
INSERT INTO `cache_bootstrap` VALUES ('hook_info',_binary 'a:81:{s:20:\"entity_property_info\";a:1:{s:5:\"group\";s:4:\"info\";}s:26:\"entity_property_info_alter\";a:1:{s:5:\"group\";s:4:\"info\";}s:15:\"file_operations\";a:1:{s:5:\"group\";s:4:\"file\";}s:14:\"file_type_info\";a:1:{s:5:\"group\";s:4:\"file\";}s:20:\"file_type_info_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:19:\"file_formatter_info\";a:1:{s:5:\"group\";s:4:\"file\";}s:25:\"file_formatter_info_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:9:\"file_view\";a:1:{s:5:\"group\";s:4:\"file\";}s:15:\"file_view_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:19:\"file_displays_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:9:\"file_type\";a:1:{s:5:\"group\";s:4:\"file\";}s:15:\"file_type_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:27:\"file_download_headers_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:18:\"file_entity_access\";a:1:{s:5:\"group\";s:4:\"file\";}s:15:\"i18n_field_info\";a:1:{s:5:\"group\";s:4:\"i18n\";}s:25:\"i18n_translation_set_info\";a:1:{s:5:\"group\";s:4:\"i18n\";}s:11:\"media_parse\";a:1:{s:5:\"group\";s:5:\"media\";}s:25:\"media_browser_plugin_info\";a:1:{s:5:\"group\";s:5:\"media\";}s:31:\"media_browser_plugin_info_alter\";a:1:{s:5:\"group\";s:5:\"media\";}s:27:\"media_browser_plugins_alter\";a:1:{s:5:\"group\";s:5:\"media\";}s:26:\"media_browser_params_alter\";a:1:{s:5:\"group\";s:5:\"media\";}s:25:\"query_media_browser_alter\";a:1:{s:5:\"group\";s:5:\"media\";}s:24:\"media_internet_providers\";a:1:{s:5:\"group\";s:5:\"media\";}s:38:\"media_wysiwyg_allowed_attributes_alter\";a:1:{s:5:\"group\";s:13:\"media_wysiwyg\";}s:35:\"media_wysiwyg_token_to_markup_alter\";a:1:{s:5:\"group\";s:13:\"media_wysiwyg\";}s:38:\"media_wysiwyg_allowed_view_modes_alter\";a:1:{s:5:\"group\";s:13:\"media_wysiwyg\";}s:39:\"media_wysiwyg_format_form_prepare_alter\";a:1:{s:5:\"group\";s:13:\"media_wysiwyg\";}s:10:\"token_info\";a:1:{s:5:\"group\";s:6:\"tokens\";}s:16:\"token_info_alter\";a:1:{s:5:\"group\";s:6:\"tokens\";}s:6:\"tokens\";a:1:{s:5:\"group\";s:6:\"tokens\";}s:12:\"tokens_alter\";a:1:{s:5:\"group\";s:6:\"tokens\";}s:13:\"variable_info\";a:1:{s:5:\"group\";s:8:\"variable\";}s:19:\"variable_group_info\";a:1:{s:5:\"group\";s:8:\"variable\";}s:18:\"variable_type_info\";a:1:{s:5:\"group\";s:8:\"variable\";}s:28:\"variable_settings_form_alter\";a:1:{s:5:\"group\";s:8:\"variable\";}s:8:\"pathauto\";a:1:{s:5:\"group\";s:8:\"pathauto\";}s:16:\"path_alias_types\";a:1:{s:5:\"group\";s:8:\"pathauto\";}s:22:\"pathauto_pattern_alter\";a:1:{s:5:\"group\";s:8:\"pathauto\";}s:20:\"pathauto_alias_alter\";a:1:{s:5:\"group\";s:8:\"pathauto\";}s:26:\"pathauto_is_alias_reserved\";a:1:{s:5:\"group\";s:8:\"pathauto\";}s:16:\"i18n_object_info\";a:1:{s:5:\"group\";s:4:\"i18n\";}s:19:\"i18n_string_objects\";a:1:{s:5:\"group\";s:4:\"i18n\";}s:19:\"i18n_string_refresh\";a:1:{s:5:\"group\";s:4:\"i18n\";}s:16:\"i18n_string_list\";a:1:{s:5:\"group\";s:4:\"i18n\";}s:16:\"i18n_string_info\";a:1:{s:5:\"group\";s:4:\"i18n\";}s:17:\"rules_plugin_info\";a:1:{s:5:\"group\";s:5:\"rules\";}s:23:\"rules_plugin_info_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:21:\"rules_rules_directory\";a:1:{s:5:\"group\";s:5:\"rules\";}s:27:\"rules_rules_directory_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:15:\"rules_data_info\";a:1:{s:5:\"group\";s:5:\"rules\";}s:21:\"rules_data_info_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:20:\"rules_condition_info\";a:1:{s:5:\"group\";s:5:\"rules\";}s:26:\"rules_condition_info_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:17:\"rules_action_info\";a:1:{s:5:\"group\";s:5:\"rules\";}s:23:\"rules_action_info_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:16:\"rules_event_info\";a:1:{s:5:\"group\";s:5:\"rules\";}s:22:\"rules_event_info_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:15:\"rules_file_info\";a:1:{s:5:\"group\";s:5:\"rules\";}s:21:\"rules_file_info_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:20:\"rules_evaluator_info\";a:1:{s:5:\"group\";s:5:\"rules\";}s:26:\"rules_evaluator_info_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:25:\"rules_data_processor_info\";a:1:{s:5:\"group\";s:5:\"rules\";}s:31:\"rules_data_processor_info_alter\";a:1:{s:5:\"group\";s:5:\"rules\";}s:27:\"default_rules_configuration\";a:1:{s:5:\"group\";s:14:\"rules_defaults\";}s:33:\"default_rules_configuration_alter\";a:1:{s:5:\"group\";s:14:\"rules_defaults\";}s:17:\"i18n_sync_options\";a:1:{s:5:\"group\";s:4:\"i18n\";}s:9:\"file_copy\";a:1:{s:5:\"group\";s:4:\"file\";}s:9:\"file_move\";a:1:{s:5:\"group\";s:4:\"file\";}s:13:\"file_validate\";a:1:{s:5:\"group\";s:4:\"file\";}s:13:\"file_download\";a:1:{s:5:\"group\";s:4:\"file\";}s:20:\"file_download_access\";a:1:{s:5:\"group\";s:4:\"file\";}s:26:\"file_download_access_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:9:\"file_load\";a:1:{s:5:\"group\";s:4:\"file\";}s:12:\"file_presave\";a:1:{s:5:\"group\";s:4:\"file\";}s:11:\"file_insert\";a:1:{s:5:\"group\";s:4:\"file\";}s:11:\"file_update\";a:1:{s:5:\"group\";s:4:\"file\";}s:11:\"file_delete\";a:1:{s:5:\"group\";s:4:\"file\";}s:27:\"file_mimetype_mapping_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:14:\"file_url_alter\";a:1:{s:5:\"group\";s:4:\"file\";}s:15:\"stream_wrappers\";a:1:{s:5:\"group\";s:4:\"file\";}s:21:\"stream_wrappers_alter\";a:1:{s:5:\"group\";s:4:\"file\";}}',0,1646157100,1),('lookup_cache',_binary 'a:82:{s:30:\"cRulesEventHandlerEntityBundle\";s:56:\"sites/all/modules/contrib/rules/includes/rules.event.inc\";s:31:\"cVariableRealmDefaultController\";s:74:\"sites/all/modules/contrib/variable/variable_realm/variable_realm.class.inc\";s:30:\"cDrupalDefaultEntityController\";s:19:\"includes/entity.inc\";s:26:\"cI18nVariableLanguageRealm\";s:68:\"sites/all/modules/contrib/i18n/i18n_variable/i18n_variable.class.inc\";s:24:\"cVariableStoreRealmStore\";s:74:\"sites/all/modules/contrib/variable/variable_store/variable_store.class.inc\";s:26:\"cMediaYouTubeStreamWrapper\";s:78:\"sites/all/modules/contrib/media_youtube/includes/MediaYouTubeStreamWrapper.inc\";s:27:\"cMediaReadOnlyStreamWrapper\";s:71:\"sites/all/modules/contrib/media/includes/MediaReadOnlyStreamWrapper.inc\";s:29:\"cOgMembershipTypeUIController\";s:50:\"sites/all/modules/contrib/og/includes/og.admin.inc\";s:26:\"cEntityDefaultUIController\";s:55:\"sites/all/modules/contrib/entity/includes/entity.ui.inc\";s:18:\"cOgBehaviorHandler\";s:89:\"sites/all/modules/contrib/og/plugins/entityreference/behavior/OgBehaviorHandler.class.php\";s:41:\"cEntityReference_BehaviorHandler_Abstract\";s:71:\"sites/all/modules/contrib/entityreference/plugins/behavior/abstract.inc\";s:30:\"cEntityAPIControllerExportable\";s:63:\"sites/all/modules/contrib/entity/includes/entity.controller.inc\";s:22:\"cRulesEntityController\";s:55:\"sites/all/modules/contrib/rules/includes/rules.core.inc\";s:20:\"cEntityDrupalWrapper\";s:60:\"sites/all/modules/contrib/entity/includes/entity.wrapper.inc\";s:16:\"cOgWidgetHandler\";s:87:\"sites/all/modules/contrib/og/plugins/entityreference/behavior/OgWidgetHandler.class.php\";s:33:\"cviews_handler_field_machine_name\";s:77:\"sites/all/modules/contrib/views/handlers/views_handler_field_machine_name.inc\";s:20:\"cviews_handler_field\";s:64:\"sites/all/modules/contrib/views/handlers/views_handler_field.inc\";s:25:\"cEntityFieldHandlerHelper\";s:85:\"sites/all/modules/contrib/entity/views/handlers/entity_views_field_handler_helper.inc\";s:14:\"cRulesEventSet\";s:58:\"sites/all/modules/contrib/rules/includes/rules.plugins.inc\";s:24:\"cRulesDataInputEvaluator\";s:60:\"sites/all/modules/contrib/rules/includes/rules.processor.inc\";s:9:\"cviews_ui\";s:68:\"sites/all/modules/contrib/views/plugins/export_ui/views_ui.class.php\";s:17:\"cctools_export_ui\";s:77:\"sites/all/modules/contrib/ctools/plugins/export_ui/ctools_export_ui.class.php\";s:13:\"cOgMembership\";s:55:\"sites/all/modules/contrib/og/includes/og.membership.inc\";s:7:\"cEntity\";s:52:\"sites/all/modules/contrib/entity/includes/entity.inc\";s:20:\"ci18n_field_instance\";s:56:\"sites/all/modules/contrib/i18n/i18n_field/i18n_field.inc\";s:27:\"ci18n_string_object_wrapper\";s:58:\"sites/all/modules/contrib/i18n/i18n_string/i18n_string.inc\";s:20:\"ci18n_object_wrapper\";s:46:\"sites/all/modules/contrib/i18n/i18n_object.inc\";s:38:\"cFieldCollectionItemMetadataController\";s:68:\"sites/all/modules/contrib/field_collection/field_collection.info.inc\";s:19:\"cOgSelectionHandler\";s:91:\"sites/all/modules/contrib/og/plugins/entityreference/selection/OgSelectionHandler.class.php\";s:41:\"cEntityReference_SelectionHandler_Generic\";s:110:\"sites/all/modules/contrib/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php\";s:33:\"cEntityReference_SelectionHandler\";b:0;s:33:\"iEntityReference_SelectionHandler\";s:72:\"sites/all/modules/contrib/entityreference/plugins/selection/abstract.inc\";s:20:\"cSelectQueryExtender\";s:28:\"includes/database/select.inc\";s:15:\"cRulesCondition\";s:58:\"sites/all/modules/contrib/rules/includes/rules.plugins.inc\";s:40:\"cRulesPluginFeaturesIntegrationInterface\";b:0;s:40:\"iRulesPluginFeaturesIntegrationInterface\";s:50:\"sites/all/modules/contrib/rules/rules.features.inc\";s:32:\"cEntityDefaultFeaturesController\";s:52:\"sites/all/modules/contrib/entity/entity.features.inc\";s:22:\"cRulesAbstractPluginUI\";s:46:\"sites/all/modules/contrib/rules/ui/ui.core.inc\";s:12:\"cRulesRuleUI\";s:49:\"sites/all/modules/contrib/rules/ui/ui.plugins.inc\";s:5:\"cview\";s:49:\"sites/all/modules/contrib/views/includes/view.inc\";s:29:\"cviews_plugin_display_default\";s:72:\"sites/all/modules/contrib/views/plugins/views_plugin_display_default.inc\";s:21:\"cviews_plugin_display\";s:64:\"sites/all/modules/contrib/views/plugins/views_plugin_display.inc\";s:28:\"cviews_plugin_display_system\";s:77:\"sites/all/modules/contrib/admin_views/plugins/views_plugin_display_system.inc\";s:42:\"ci18nviews_plugin_localization_i18nstrings\";s:90:\"sites/all/modules/contrib/i18nviews/includes/i18nviews_plugin_localization_i18nstrings.inc\";s:26:\"cviews_plugin_localization\";s:69:\"sites/all/modules/contrib/views/plugins/views_plugin_localization.inc\";s:26:\"cviews_plugin_display_page\";s:69:\"sites/all/modules/contrib/views/plugins/views_plugin_display_page.inc\";s:27:\"cviews_plugin_display_block\";s:70:\"sites/all/modules/contrib/views/plugins/views_plugin_display_block.inc\";s:26:\"cviews_plugin_display_feed\";s:69:\"sites/all/modules/contrib/views/plugins/views_plugin_display_feed.inc\";s:32:\"cviews_plugin_display_attachment\";s:75:\"sites/all/modules/contrib/views/plugins/views_plugin_display_attachment.inc\";s:41:\"cmedia_views_plugin_display_media_browser\";s:85:\"sites/all/modules/contrib/media/includes/media_views_plugin_display_media_browser.inc\";s:32:\"cEntityDefaultMetadataController\";s:48:\"sites/all/modules/contrib/entity/entity.info.inc\";s:25:\"cviews_plugin_access_perm\";s:68:\"sites/all/modules/contrib/views/plugins/views_plugin_access_perm.inc\";s:20:\"cviews_plugin_access\";s:63:\"sites/all/modules/contrib/views/plugins/views_plugin_access.inc\";s:26:\"cviews_handler_field_field\";s:75:\"sites/all/modules/contrib/views/modules/field/views_handler_field_field.inc\";s:24:\"cviews_handler_sort_date\";s:68:\"sites/all/modules/contrib/views/handlers/views_handler_sort_date.inc\";s:19:\"cviews_handler_sort\";s:63:\"sites/all/modules/contrib/views/handlers/views_handler_sort.inc\";s:38:\"cviews_handler_filter_boolean_operator\";s:82:\"sites/all/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc\";s:21:\"cviews_handler_filter\";s:65:\"sites/all/modules/contrib/views/handlers/views_handler_filter.inc\";s:31:\"cviews_handler_filter_node_type\";s:79:\"sites/all/modules/contrib/views/modules/node/views_handler_filter_node_type.inc\";s:33:\"cviews_handler_filter_in_operator\";s:77:\"sites/all/modules/contrib/views/handlers/views_handler_filter_in_operator.inc\";s:35:\"cviews_handler_filter_node_language\";s:85:\"sites/all/modules/contrib/views/modules/locale/views_handler_filter_node_language.inc\";s:27:\"cviews_plugin_query_default\";s:70:\"sites/all/modules/contrib/views/plugins/views_plugin_query_default.inc\";s:19:\"cviews_plugin_query\";s:62:\"sites/all/modules/contrib/views/plugins/views_plugin_query.inc\";s:39:\"cviews_slideshow_plugin_style_slideshow\";s:84:\"sites/all/modules/contrib/views_slideshow/views_slideshow_plugin_style_slideshow.inc\";s:19:\"cviews_plugin_style\";s:62:\"sites/all/modules/contrib/views/plugins/views_plugin_style.inc\";s:24:\"cviews_plugin_row_fields\";s:67:\"sites/all/modules/contrib/views/plugins/views_plugin_row_fields.inc\";s:17:\"cviews_plugin_row\";s:60:\"sites/all/modules/contrib/views/plugins/views_plugin_row.inc\";s:24:\"cviews_plugin_pager_some\";s:67:\"sites/all/modules/contrib/views/plugins/views_plugin_pager_some.inc\";s:19:\"cviews_plugin_pager\";s:62:\"sites/all/modules/contrib/views/plugins/views_plugin_pager.inc\";s:24:\"cviews_plugin_cache_none\";s:67:\"sites/all/modules/contrib/views/plugins/views_plugin_cache_none.inc\";s:19:\"cviews_plugin_cache\";s:62:\"sites/all/modules/contrib/views/plugins/views_plugin_cache.inc\";s:26:\"cFieldCollectionItemEntity\";s:70:\"sites/all/modules/contrib/field_collection/field_collection.entity.inc\";s:32:\"cviews_plugin_exposed_form_basic\";s:75:\"sites/all/modules/contrib/views/plugins/views_plugin_exposed_form_basic.inc\";s:26:\"cviews_plugin_exposed_form\";s:69:\"sites/all/modules/contrib/views/plugins/views_plugin_exposed_form.inc\";s:30:\"ci18n_string_textgroup_default\";s:58:\"sites/all/modules/contrib/i18n/i18n_string/i18n_string.inc\";s:28:\"cviews_handler_filter_string\";s:72:\"sites/all/modules/contrib/views/handlers/views_handler_filter_string.inc\";s:20:\"cEntityAPIController\";s:63:\"sites/all/modules/contrib/entity/includes/entity.controller.inc\";s:39:\"cEntityReference_SelectionHandler_Views\";s:108:\"sites/all/modules/contrib/entityreference/plugins/selection/EntityReference_SelectionHandler_Views.class.php\";s:31:\"centityreference_plugin_display\";s:82:\"sites/all/modules/contrib/entityreference/views/entityreference_plugin_display.inc\";s:25:\"cviews_handler_field_node\";s:73:\"sites/all/modules/contrib/views/modules/node/views_handler_field_node.inc\";s:29:\"centityreference_plugin_style\";s:80:\"sites/all/modules/contrib/entityreference/views/entityreference_plugin_style.inc\";s:34:\"centityreference_plugin_row_fields\";s:85:\"sites/all/modules/contrib/entityreference/views/entityreference_plugin_row_fields.inc\";}',0,1646230939,1),('module_implements',_binary 'a:283:{s:15:\"stream_wrappers\";a:2:{s:13:\"media_youtube\";s:4:\"file\";s:6:\"system\";b:0;}s:23:\"module_implements_alter\";a:7:{s:12:\"addressfield\";b:0;s:6:\"entity\";b:0;s:11:\"file_entity\";b:0;s:10:\"i18n_field\";b:0;s:5:\"token\";b:0;s:8:\"variable\";b:0;s:5:\"rules\";b:0;}s:21:\"stream_wrappers_alter\";a:1:{s:11:\"file_entity\";s:4:\"file\";}s:17:\"url_inbound_alter\";a:0:{}s:12:\"custom_theme\";a:2:{s:6:\"system\";b:0;s:8:\"views_ui\";b:0;}s:11:\"admin_paths\";a:16:{s:5:\"block\";b:0;s:7:\"webform\";b:0;s:16:\"field_collection\";b:0;s:11:\"file_entity\";b:0;s:4:\"imce\";b:0;s:5:\"media\";b:0;s:4:\"node\";b:0;s:5:\"og_ui\";b:0;s:8:\"shortcut\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:11:\"translation\";b:0;s:4:\"user\";b:0;s:13:\"i18n_taxonomy\";b:0;s:5:\"devel\";b:0;s:12:\"page_manager\";b:0;}s:17:\"admin_paths_alter\";a:0:{}s:19:\"menu_get_item_alter\";a:1:{s:5:\"rules\";b:0;}s:18:\"url_outbound_alter\";a:1:{s:6:\"locale\";b:0;}s:13:\"library_alter\";a:3:{s:6:\"locale\";b:0;s:8:\"views_ui\";b:0;s:5:\"devel\";b:0;}s:4:\"init\";a:12:{s:14:\"variable_realm\";b:0;s:10:\"masquerade\";b:0;s:6:\"ctools\";b:0;s:5:\"dblog\";b:0;s:15:\"entityreference\";b:0;s:11:\"i18n_select\";b:0;s:6:\"locale\";b:0;s:10:\"og_context\";b:0;s:6:\"system\";b:0;s:6:\"update\";b:0;s:5:\"rules\";b:0;s:5:\"devel\";b:0;}s:17:\"date_format_types\";a:1:{s:6:\"system\";b:0;}s:23:\"date_format_types_alter\";a:0:{}s:11:\"entity_info\";a:10:{s:9:\"countries\";b:0;s:16:\"field_collection\";b:0;s:16:\"i18n_translation\";b:0;s:4:\"node\";b:0;s:2:\"og\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:4:\"user\";b:0;s:7:\"wysiwyg\";b:0;s:5:\"rules\";b:0;}s:16:\"field_read_field\";a:0:{}s:25:\"i18n_translation_set_info\";a:3:{s:9:\"i18n_menu\";s:4:\"i18n\";s:9:\"i18n_path\";b:0;s:13:\"i18n_taxonomy\";s:4:\"i18n\";}s:31:\"i18n_translation_set_info_alter\";a:0:{}s:9:\"node_info\";a:0:{}s:11:\"query_alter\";a:0:{}s:24:\"query_translatable_alter\";a:0:{}s:28:\"query_node_type_access_alter\";a:0:{}s:6:\"schema\";a:41:{s:14:\"variable_store\";b:0;s:10:\"masquerade\";b:0;s:5:\"block\";b:0;s:7:\"webform\";b:0;s:14:\"autoassignrole\";b:0;s:9:\"countries\";b:0;s:6:\"ctools\";b:0;s:5:\"dblog\";b:0;s:5:\"field\";b:0;s:16:\"field_collection\";b:0;s:17:\"field_sql_storage\";b:0;s:11:\"file_entity\";b:0;s:6:\"filter\";b:0;s:8:\"honeypot\";b:0;s:16:\"i18n_translation\";b:0;s:5:\"image\";b:0;s:9:\"libraries\";b:0;s:6:\"locale\";b:0;s:13:\"media_wysiwyg\";b:0;s:4:\"menu\";b:0;s:4:\"node\";b:0;s:2:\"og\";b:0;s:9:\"og_access\";b:0;s:20:\"passport_assessments\";b:0;s:3:\"rdf\";b:0;s:8:\"shortcut\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:5:\"token\";b:0;s:6:\"update\";b:0;s:4:\"user\";b:0;s:8:\"variable\";b:0;s:7:\"wysiwyg\";b:0;s:11:\"field_group\";b:0;s:8:\"pathauto\";b:0;s:9:\"i18n_path\";b:0;s:11:\"i18n_string\";b:0;s:5:\"views\";b:0;s:5:\"rules\";b:0;s:12:\"page_manager\";b:0;s:10:\"i18n_block\";b:0;}s:18:\"ctools_plugin_type\";a:6:{s:12:\"addressfield\";b:0;s:6:\"ctools\";b:0;s:15:\"entityreference\";b:0;s:21:\"views_bulk_operations\";b:0;s:8:\"views_ui\";b:0;s:12:\"page_manager\";b:0;}s:23:\"ctools_plugin_directory\";a:13:{s:12:\"addressfield\";b:0;s:9:\"countries\";b:0;s:6:\"ctools\";b:0;s:6:\"entity\";b:0;s:15:\"entityreference\";b:0;s:16:\"field_collection\";b:0;s:11:\"file_entity\";b:0;s:10:\"menu_block\";b:0;s:2:\"og\";b:0;s:5:\"og_ui\";b:0;s:21:\"views_bulk_operations\";b:0;s:8:\"views_ui\";b:0;s:12:\"page_manager\";b:0;}s:23:\"ctools_plugin_pre_alter\";a:0:{}s:24:\"ctools_plugin_post_alter\";a:1:{s:9:\"i18nviews\";b:0;}s:12:\"schema_alter\";a:6:{s:11:\"block_class\";b:0;s:11:\"file_entity\";b:0;s:9:\"i18n_menu\";b:0;s:13:\"i18n_taxonomy\";b:0;s:11:\"i18n_string\";b:0;s:10:\"i18n_block\";b:0;}s:17:\"entity_info_alter\";a:8:{s:11:\"file_entity\";b:0;s:6:\"locale\";b:0;s:5:\"media\";b:0;s:13:\"media_wysiwyg\";b:0;s:3:\"rdf\";b:0;s:5:\"token\";b:0;s:13:\"i18n_taxonomy\";b:0;s:6:\"entity\";b:0;}s:17:\"ctools_plugin_api\";a:4:{s:11:\"file_entity\";b:0;s:5:\"media\";b:0;s:13:\"media_youtube\";b:0;s:11:\"field_group\";b:0;}s:23:\"ctools_plugin_api_alter\";a:0:{}s:24:\"file_default_types_alter\";a:0:{}s:11:\"rdf_mapping\";a:3:{s:4:\"node\";b:0;s:8:\"taxonomy\";b:0;s:4:\"user\";b:0;}s:30:\"query_user_load_multiple_alter\";a:0:{}s:22:\"field_storage_pre_load\";a:0:{}s:19:\"field_read_instance\";a:0:{}s:10:\"field_info\";a:14:{s:12:\"addressfield\";b:0;s:11:\"color_field\";b:0;s:9:\"countries\";b:0;s:4:\"date\";b:0;s:5:\"email\";b:0;s:15:\"entityreference\";b:0;s:16:\"field_collection\";b:0;s:4:\"file\";b:0;s:5:\"image\";b:0;s:4:\"list\";b:0;s:6:\"number\";b:0;s:11:\"postal_code\";b:0;s:8:\"taxonomy\";b:0;s:4:\"text\";b:0;}s:16:\"field_info_alter\";a:6:{s:6:\"entity\";b:0;s:10:\"i18n_field\";b:0;s:5:\"token\";b:0;s:4:\"user\";b:0;s:13:\"i18n_taxonomy\";b:0;s:9:\"i18n_sync\";b:0;}s:17:\"field_widget_info\";a:16:{s:12:\"addressfield\";b:0;s:11:\"color_field\";b:0;s:9:\"countries\";b:0;s:4:\"date\";b:0;s:5:\"email\";b:0;s:15:\"entityreference\";b:0;s:16:\"field_collection\";b:0;s:4:\"file\";b:0;s:5:\"image\";b:0;s:5:\"media\";b:0;s:6:\"number\";b:0;s:2:\"og\";b:0;s:7:\"options\";b:0;s:11:\"postal_code\";b:0;s:8:\"taxonomy\";b:0;s:4:\"text\";b:0;}s:23:\"field_widget_info_alter\";a:4:{s:9:\"countries\";b:0;s:15:\"entityreference\";b:0;s:4:\"list\";b:0;s:8:\"taxonomy\";b:0;}s:20:\"field_formatter_info\";a:20:{s:12:\"addressfield\";b:0;s:19:\"addressfield_tokens\";b:0;s:11:\"color_field\";b:0;s:9:\"countries\";b:0;s:4:\"date\";b:0;s:5:\"email\";b:0;s:15:\"entityreference\";b:0;s:16:\"field_collection\";b:0;s:4:\"file\";b:0;s:11:\"file_entity\";b:0;s:10:\"i18n_field\";b:0;s:5:\"image\";b:0;s:4:\"list\";b:0;s:5:\"media\";b:0;s:6:\"number\";b:0;s:5:\"og_ui\";b:0;s:11:\"postal_code\";b:0;s:8:\"taxonomy\";b:0;s:4:\"text\";b:0;s:13:\"i18n_taxonomy\";b:0;}s:15:\"i18n_field_info\";a:1:{s:10:\"i18n_field\";s:4:\"i18n\";}s:21:\"i18n_field_info_alter\";a:0:{}s:26:\"field_formatter_info_alter\";a:1:{s:11:\"file_entity\";b:0;}s:18:\"field_storage_info\";a:1:{s:17:\"field_sql_storage\";b:0;}s:24:\"field_storage_info_alter\";a:0:{}s:27:\"field_storage_details_alter\";a:1:{s:13:\"i18n_taxonomy\";b:0;}s:20:\"entity_property_info\";a:4:{s:6:\"entity\";s:4:\"info\";s:11:\"file_entity\";b:0;s:2:\"og\";s:4:\"info\";s:10:\"og_context\";b:0;}s:26:\"entity_property_info_alter\";a:2:{s:9:\"countries\";s:4:\"info\";s:6:\"entity\";s:4:\"info\";}s:17:\"field_attach_load\";a:1:{s:11:\"file_entity\";b:0;}s:11:\"entity_load\";a:3:{s:11:\"file_entity\";b:0;s:3:\"rdf\";b:0;s:8:\"pathauto\";b:0;}s:9:\"user_load\";a:1:{s:13:\"logintoboggan\";b:0;}s:27:\"og_context_negotiation_info\";a:1:{s:10:\"og_context\";b:0;}s:33:\"og_context_negotiation_info_alter\";a:0:{}s:5:\"theme\";a:69:{s:5:\"block\";b:0;s:7:\"webform\";b:0;s:12:\"addressfield\";b:0;s:19:\"addressfield_tokens\";b:0;s:22:\"better_exposed_filters\";b:0;s:5:\"color\";b:0;s:11:\"color_field\";b:0;s:9:\"countries\";b:0;s:6:\"ctools\";b:0;s:9:\"dashboard\";b:0;s:4:\"date\";b:0;s:8:\"date_api\";b:0;s:10:\"date_popup\";b:0;s:5:\"dblog\";b:0;s:16:\"disable_messages\";b:0;s:6:\"entity\";b:0;s:15:\"entityreference\";b:0;s:5:\"field\";b:0;s:16:\"field_collection\";b:0;s:8:\"field_ui\";b:0;s:4:\"file\";b:0;s:11:\"file_entity\";b:0;s:6:\"filter\";b:0;s:15:\"googleanalytics\";b:0;s:9:\"i18n_node\";b:0;s:5:\"image\";b:0;s:4:\"imce\";b:0;s:9:\"libraries\";b:0;s:6:\"locale\";b:0;s:13:\"logintoboggan\";b:0;s:5:\"media\";b:0;s:14:\"media_internet\";b:0;s:13:\"media_youtube\";b:0;s:4:\"menu\";b:0;s:10:\"menu_block\";b:0;s:13:\"module_filter\";b:0;s:4:\"node\";b:0;s:10:\"og_context\";b:0;s:5:\"og_ui\";b:0;s:7:\"options\";b:0;s:15:\"options_element\";b:0;s:8:\"passport\";b:0;s:20:\"passport_assessments\";b:0;s:13:\"passport_dash\";b:0;s:17:\"passport_students\";b:0;s:11:\"play_export\";b:0;s:3:\"rdf\";b:0;s:8:\"shortcut\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:11:\"text_resize\";b:0;s:5:\"token\";b:0;s:7:\"toolbar\";b:0;s:6:\"update\";b:0;s:4:\"user\";b:0;s:8:\"variable\";b:0;s:21:\"views_bulk_operations\";b:0;s:15:\"views_slideshow\";b:0;s:21:\"views_slideshow_cycle\";b:0;s:8:\"views_ui\";b:0;s:18:\"webform_playslider\";b:0;s:22:\"webform_playslideradpt\";b:0;s:21:\"webform_preplayslider\";b:0;s:7:\"wysiwyg\";b:0;s:11:\"field_group\";b:0;s:5:\"views\";b:0;s:5:\"rules\";b:0;s:5:\"devel\";b:0;s:12:\"page_manager\";b:0;}s:22:\"webform_component_info\";a:6:{s:7:\"webform\";b:0;s:19:\"addressfield_tokens\";b:0;s:18:\"webform_playslider\";b:0;s:22:\"webform_playslideradpt\";b:0;s:21:\"webform_preplayslider\";b:0;s:14:\"webform_survey\";b:0;}s:28:\"webform_component_info_alter\";a:0:{}s:9:\"views_api\";a:28:{s:7:\"webform\";b:0;s:12:\"addressfield\";b:0;s:22:\"better_exposed_filters\";b:0;s:9:\"countries\";b:0;s:6:\"entity\";b:0;s:15:\"entityreference\";b:0;s:5:\"field\";b:0;s:16:\"field_collection\";b:0;s:4:\"file\";b:0;s:11:\"file_entity\";b:0;s:6:\"filter\";b:0;s:9:\"i18nviews\";b:0;s:5:\"image\";b:0;s:6:\"locale\";b:0;s:5:\"media\";b:0;s:4:\"node\";b:0;s:2:\"og\";b:0;s:10:\"og_context\";b:0;s:5:\"og_ui\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:11:\"translation\";b:0;s:4:\"user\";b:0;s:21:\"views_bulk_operations\";b:0;s:15:\"views_slideshow\";b:0;s:13:\"i18n_taxonomy\";b:0;s:5:\"views\";b:0;s:11:\"admin_views\";b:0;}s:15:\"views_api_alter\";a:0:{}s:13:\"views_plugins\";a:14:{s:22:\"better_exposed_filters\";b:0;s:6:\"entity\";b:0;s:15:\"entityreference\";b:0;s:11:\"file_entity\";b:0;s:9:\"i18nviews\";b:0;s:5:\"media\";b:0;s:4:\"node\";b:0;s:2:\"og\";b:0;s:10:\"og_context\";b:0;s:8:\"taxonomy\";b:0;s:4:\"user\";b:0;s:15:\"views_slideshow\";b:0;s:5:\"views\";b:0;s:11:\"admin_views\";b:0;}s:10:\"views_data\";a:13:{s:7:\"webform\";b:0;s:9:\"countries\";b:0;s:6:\"entity\";b:0;s:5:\"field\";b:0;s:11:\"file_entity\";b:0;s:6:\"filter\";b:0;s:6:\"locale\";b:0;s:4:\"node\";b:0;s:5:\"og_ui\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:4:\"user\";b:0;s:5:\"views\";b:0;}s:33:\"entity_views_field_handlers_alter\";a:0:{}s:22:\"field_views_data_alter\";a:1:{s:9:\"i18nviews\";b:0;}s:8:\"watchdog\";a:3:{s:5:\"dblog\";b:0;s:5:\"rules\";b:0;s:5:\"devel\";b:0;}s:16:\"rules_event_info\";a:5:{s:6:\"entity\";s:5:\"rules\";s:8:\"honeypot\";b:0;s:2:\"og\";s:5:\"rules\";s:13:\"webform_rules\";s:5:\"rules\";s:5:\"rules\";s:5:\"rules\";}s:15:\"rules_file_info\";a:1:{s:5:\"rules\";s:5:\"rules\";}s:15:\"rules_directory\";a:0:{}s:22:\"rules_event_info_alter\";a:0:{}s:38:\"query_rules_config_load_multiple_alter\";a:0:{}s:16:\"views_data_alter\";a:10:{s:7:\"webform\";b:0;s:9:\"countries\";b:0;s:5:\"field\";b:0;s:11:\"file_entity\";b:0;s:9:\"i18nviews\";b:0;s:6:\"locale\";b:0;s:2:\"og\";b:0;s:8:\"taxonomy\";b:0;s:11:\"translation\";b:0;s:21:\"views_bulk_operations\";b:0;}s:19:\"views_plugins_alter\";a:1:{s:8:\"views_ui\";b:0;}s:20:\"theme_registry_alter\";a:2:{s:16:\"disable_messages\";b:0;s:11:\"field_group\";b:0;}s:14:\"file_url_alter\";a:0:{}s:22:\"menu_site_status_alter\";a:1:{s:4:\"user\";b:0;}s:12:\"element_info\";a:20:{s:7:\"webform\";b:0;s:12:\"addressfield\";b:0;s:10:\"contextual\";b:0;s:9:\"countries\";b:0;s:4:\"date\";b:0;s:8:\"date_api\";b:0;s:10:\"date_popup\";b:0;s:8:\"field_ui\";b:0;s:4:\"file\";b:0;s:6:\"filter\";b:0;s:4:\"imce\";b:0;s:5:\"media\";b:0;s:13:\"module_filter\";b:0;s:15:\"options_element\";b:0;s:6:\"system\";b:0;s:4:\"user\";b:0;s:8:\"variable\";b:0;s:7:\"wysiwyg\";b:0;s:11:\"field_group\";b:0;s:5:\"rules\";b:0;}s:18:\"element_info_alter\";a:4:{s:6:\"ctools\";b:0;s:13:\"media_wysiwyg\";b:0;s:7:\"wysiwyg\";b:0;s:11:\"i18n_string\";b:0;}s:10:\"form_alter\";a:16:{s:7:\"webform\";b:0;s:11:\"block_class\";b:0;s:16:\"field_collection\";b:0;s:8:\"honeypot\";b:0;s:6:\"locale\";b:0;s:13:\"logintoboggan\";b:0;s:5:\"media\";b:0;s:8:\"passport\";b:0;s:20:\"passport_assessments\";b:0;s:13:\"passport_dash\";b:0;s:11:\"rules_admin\";b:0;s:5:\"token\";b:0;s:21:\"views_bulk_operations\";b:0;s:13:\"webform_rules\";b:0;s:13:\"i18n_taxonomy\";b:0;s:8:\"variable\";b:0;}s:38:\"form_system_performance_settings_alter\";a:2:{s:5:\"block\";b:0;s:11:\"file_entity\";b:0;}s:11:\"node_grants\";a:1:{s:9:\"og_access\";b:0;}s:28:\"variable_settings_form_alter\";a:1:{s:14:\"variable_realm\";s:8:\"variable\";}s:13:\"variable_info\";a:15:{s:14:\"variable_realm\";s:8:\"variable\";s:13:\"i18n_variable\";s:8:\"variable\";s:14:\"autoassignrole\";s:8:\"variable\";s:15:\"googleanalytics\";s:8:\"variable\";s:9:\"i18n_node\";s:8:\"variable\";s:11:\"i18n_select\";s:8:\"variable\";s:6:\"locale\";b:0;s:13:\"media_wysiwyg\";s:8:\"variable\";s:4:\"menu\";b:0;s:4:\"node\";b:0;s:6:\"system\";b:0;s:4:\"user\";b:0;s:4:\"i18n\";s:8:\"variable\";s:11:\"i18n_string\";s:8:\"variable\";s:9:\"i18n_sync\";s:8:\"variable\";}s:18:\"variable_type_info\";a:10:{s:14:\"variable_realm\";s:8:\"variable\";s:6:\"locale\";b:0;s:4:\"menu\";b:0;s:4:\"node\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:4:\"user\";b:0;s:8:\"variable\";s:8:\"variable\";s:4:\"i18n\";s:8:\"variable\";s:11:\"i18n_string\";s:8:\"variable\";}s:24:\"variable_type_info_alter\";a:0:{}s:19:\"variable_info_alter\";a:2:{s:11:\"translation\";b:0;s:9:\"i18n_menu\";b:0;}s:28:\"page_delivery_callback_alter\";a:0:{}s:10:\"page_build\";a:5:{s:5:\"block\";b:0;s:9:\"dashboard\";b:0;s:13:\"media_wysiwyg\";b:0;s:7:\"toolbar\";b:0;s:5:\"rules\";b:0;}s:22:\"query_block_load_alter\";a:0:{}s:16:\"block_list_alter\";a:6:{s:5:\"block\";b:0;s:6:\"ctools\";b:0;s:9:\"dashboard\";b:0;s:11:\"i18n_select\";b:0;s:4:\"node\";b:0;s:10:\"i18n_block\";b:0;}s:17:\"dashboard_regions\";a:1:{s:9:\"dashboard\";b:0;}s:23:\"dashboard_regions_alter\";a:0:{}s:16:\"block_view_alter\";a:5:{s:4:\"menu\";b:0;s:10:\"menu_block\";b:0;s:5:\"token\";b:0;s:9:\"i18n_menu\";b:0;s:10:\"i18n_block\";b:0;}s:28:\"block_view_system_main_alter\";a:0:{}s:22:\"menu_local_tasks_alter\";a:5:{s:6:\"ctools\";b:0;s:11:\"file_entity\";b:0;s:5:\"media\";b:0;s:4:\"node\";b:0;s:17:\"passport_teachers\";b:0;}s:4:\"help\";a:61:{s:10:\"masquerade\";b:0;s:5:\"block\";b:0;s:7:\"webform\";b:0;s:5:\"color\";b:0;s:10:\"contextual\";b:0;s:9:\"dashboard\";b:0;s:4:\"date\";b:0;s:5:\"dblog\";b:0;s:16:\"disable_messages\";b:0;s:5:\"field\";b:0;s:16:\"field_collection\";b:0;s:17:\"field_sql_storage\";b:0;s:8:\"field_ui\";b:0;s:4:\"file\";b:0;s:11:\"file_entity\";b:0;s:6:\"filter\";b:0;s:15:\"googleanalytics\";b:0;s:4:\"help\";b:0;s:9:\"i18nviews\";b:0;s:9:\"i18n_node\";b:0;s:5:\"image\";b:0;s:9:\"libraries\";b:0;s:4:\"list\";b:0;s:6:\"locale\";b:0;s:13:\"logintoboggan\";b:0;s:5:\"media\";b:0;s:24:\"media_migrate_file_types\";b:0;s:4:\"menu\";b:0;s:10:\"menu_block\";b:0;s:4:\"node\";b:0;s:6:\"number\";b:0;s:2:\"og\";b:0;s:7:\"options\";b:0;s:4:\"path\";b:0;s:3:\"php\";b:0;s:11:\"postal_code\";b:0;s:3:\"rdf\";b:0;s:8:\"shortcut\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:4:\"text\";b:0;s:11:\"text_resize\";b:0;s:5:\"token\";b:0;s:7:\"toolbar\";b:0;s:11:\"translation\";b:0;s:6:\"update\";b:0;s:4:\"user\";b:0;s:15:\"views_slideshow\";b:0;s:21:\"views_slideshow_cycle\";b:0;s:8:\"views_ui\";b:0;s:7:\"wysiwyg\";b:0;s:8:\"pathauto\";b:0;s:9:\"i18n_menu\";b:0;s:13:\"i18n_taxonomy\";b:0;s:4:\"i18n\";b:0;s:11:\"i18n_string\";b:0;s:5:\"views\";b:0;s:5:\"rules\";b:0;s:5:\"devel\";b:0;s:10:\"i18n_block\";b:0;s:9:\"i18n_sync\";b:0;}s:28:\"block_view_system_help_alter\";a:1:{s:9:\"i18n_node\";b:0;}s:10:\"page_alter\";a:9:{s:6:\"ctools\";b:0;s:16:\"disable_messages\";b:0;s:15:\"googleanalytics\";b:0;s:13:\"logintoboggan\";b:0;s:5:\"media\";b:0;s:8:\"shortcut\";b:0;s:6:\"system\";b:0;s:5:\"views\";b:0;s:5:\"devel\";b:0;}s:32:\"query_preferred_menu_links_alter\";a:1:{s:9:\"i18n_menu\";b:0;}s:23:\"query_node_access_alter\";a:2:{s:11:\"i18n_select\";b:0;s:4:\"node\";b:0;}s:26:\"translated_menu_link_alter\";a:4:{s:10:\"masquerade\";b:0;s:4:\"user\";b:0;s:9:\"i18n_menu\";b:0;s:5:\"devel\";b:0;}s:20:\"shortcut_default_set\";a:0:{}s:21:\"menu_breadcrumb_alter\";a:0:{}s:22:\"disable_messages_alter\";a:0:{}s:14:\"rdf_namespaces\";a:1:{s:3:\"rdf\";b:0;}s:14:\"username_alter\";a:0:{}s:8:\"js_alter\";a:2:{s:6:\"locale\";b:0;s:13:\"logintoboggan\";b:0;}s:15:\"html_head_alter\";a:0:{}s:9:\"css_alter\";a:1:{s:6:\"locale\";b:0;}s:4:\"exit\";a:1:{s:5:\"rules\";b:0;}s:30:\"query_node_load_multiple_alter\";a:0:{}s:9:\"node_load\";a:2:{s:7:\"webform\";b:0;s:4:\"user\";b:0;}s:32:\"webform_component_defaults_alter\";a:0:{}s:11:\"node_access\";a:3:{s:4:\"node\";b:0;s:2:\"og\";b:0;s:20:\"passport_assessments\";b:0;}s:17:\"node_grants_alter\";a:0:{}s:17:\"system_theme_info\";a:0:{}s:24:\"system_theme_engine_info\";a:0:{}s:17:\"system_info_alter\";a:8:{s:9:\"dashboard\";b:0;s:5:\"field\";b:0;s:24:\"media_migrate_file_types\";b:0;s:11:\"rules_admin\";b:0;s:6:\"system\";b:0;s:5:\"token\";b:0;s:7:\"toolbar\";b:0;s:4:\"user\";b:0;}s:22:\"entity_view_mode_alter\";a:0:{}s:20:\"field_language_alter\";a:1:{s:6:\"locale\";b:0;}s:34:\"language_fallback_candidates_alter\";a:0:{}s:19:\"field_display_alter\";a:1:{s:5:\"token\";b:0;}s:24:\"field_display_node_alter\";a:1:{s:4:\"node\";b:0;}s:19:\"entity_prepare_view\";a:0:{}s:23:\"field_attach_view_alter\";a:4:{s:10:\"i18n_field\";b:0;s:3:\"rdf\";b:0;s:11:\"field_group\";b:0;s:13:\"i18n_taxonomy\";b:0;}s:22:\"field_group_info_alter\";a:0:{}s:9:\"node_view\";a:3:{s:7:\"webform\";b:0;s:9:\"i18n_node\";b:0;s:11:\"translation\";b:0;}s:18:\"field_extra_fields\";a:14:{s:10:\"masquerade\";b:0;s:16:\"webform_template\";b:0;s:7:\"webform\";b:0;s:9:\"countries\";b:0;s:6:\"entity\";b:0;s:11:\"file_entity\";b:0;s:15:\"googleanalytics\";b:0;s:9:\"i18n_node\";b:0;s:4:\"node\";b:0;s:4:\"path\";b:0;s:8:\"taxonomy\";b:0;s:4:\"user\";b:0;s:11:\"field_group\";b:0;s:13:\"i18n_taxonomy\";b:0;}s:45:\"query_taxonomy_vocabulary_load_multiple_alter\";a:0:{}s:24:\"taxonomy_vocabulary_load\";a:0:{}s:24:\"field_extra_fields_alter\";a:0:{}s:32:\"field_extra_fields_display_alter\";a:0:{}s:25:\"webform_submission_access\";a:1:{s:20:\"passport_assessments\";b:0;}s:40:\"query_webform_get_submission_count_alter\";a:0:{}s:5:\"forms\";a:7:{s:7:\"webform\";b:0;s:9:\"dashboard\";b:0;s:6:\"entity\";b:0;s:14:\"media_internet\";b:0;s:4:\"node\";b:0;s:5:\"og_ui\";b:0;s:5:\"views\";b:0;}s:30:\"webform_component_render_alter\";a:0:{}s:30:\"form_webform_client_form_alter\";a:0:{}s:35:\"form_webform_client_form_7588_alter\";a:0:{}s:39:\"query_og_membership_load_multiple_alter\";a:0:{}s:18:\"og_membership_load\";a:0:{}s:23:\"webform_submission_load\";a:3:{s:18:\"webform_playslider\";b:0;s:22:\"webform_playslideradpt\";b:0;s:21:\"webform_preplayslider\";b:0;}s:11:\"entity_view\";a:1:{s:5:\"rules\";b:0;}s:15:\"node_view_alter\";a:1:{s:9:\"i18n_node\";b:0;}s:17:\"entity_view_alter\";a:0:{}s:30:\"block_view_text_resize_0_alter\";a:0:{}s:27:\"language_switch_links_alter\";a:2:{s:11:\"translation\";b:0;s:4:\"i18n\";b:0;}s:19:\"i18n_translate_path\";a:4:{s:9:\"i18n_node\";b:0;s:9:\"i18n_menu\";b:0;s:9:\"i18n_path\";b:0;s:13:\"i18n_taxonomy\";b:0;}s:25:\"i18n_translate_path_alter\";a:0:{}s:32:\"block_view_locale_language_alter\";a:0:{}s:11:\"filter_info\";a:3:{s:6:\"filter\";b:0;s:13:\"media_wysiwyg\";b:0;s:3:\"php\";b:0;}s:17:\"filter_info_alter\";a:0:{}s:25:\"block_view_block_10_alter\";a:0:{}s:43:\"block_view_passport_dash_user_profile_alter\";a:0:{}s:17:\"menu_block_blocks\";a:0:{}s:20:\"menu_block_get_menus\";a:0:{}s:21:\"menu_block_tree_alter\";a:0:{}s:29:\"block_view_menu_block_3_alter\";a:0:{}s:30:\"block_view_menu_block_13_alter\";a:0:{}s:29:\"block_view_menu_block_5_alter\";a:0:{}s:30:\"block_view_menu_block_17_alter\";a:0:{}s:30:\"block_view_menu_block_15_alter\";a:0:{}s:24:\"block_view_block_1_alter\";a:0:{}s:24:\"block_view_block_2_alter\";a:0:{}s:24:\"block_view_block_3_alter\";a:0:{}s:43:\"block_view_devel_node_access_dna_node_alter\";a:0:{}s:20:\"og_user_access_alter\";a:1:{s:5:\"og_ui\";b:0;}s:22:\"webform_results_access\";a:0:{}s:28:\"webform_results_clear_access\";a:0:{}s:18:\"file_entity_access\";a:1:{s:11:\"file_entity\";s:4:\"file\";}s:29:\"field_attach_preprocess_alter\";a:0:{}s:12:\"field_access\";a:3:{s:2:\"og\";b:0;s:15:\"og_field_access\";b:0;s:5:\"og_ui\";b:0;}s:29:\"block_view_menu_block_2_alter\";a:0:{}s:16:\"i18n_object_info\";a:8:{s:6:\"entity\";s:4:\"i18n\";s:9:\"i18nviews\";s:4:\"i18n\";s:10:\"i18n_field\";s:4:\"i18n\";s:9:\"i18n_node\";s:4:\"i18n\";s:9:\"i18n_menu\";s:4:\"i18n\";s:9:\"i18n_path\";b:0;s:13:\"i18n_taxonomy\";s:4:\"i18n\";s:10:\"i18n_block\";s:4:\"i18n\";}s:22:\"i18n_object_info_alter\";a:2:{s:11:\"i18n_string\";b:0;s:10:\"i18n_field\";b:0;}s:28:\"i18n_string_list_field_alter\";a:1:{s:16:\"field_collection\";b:0;}s:16:\"i18n_string_info\";a:7:{s:6:\"entity\";s:4:\"i18n\";s:9:\"i18nviews\";s:4:\"i18n\";s:10:\"i18n_field\";s:4:\"i18n\";s:9:\"i18n_node\";s:4:\"i18n\";s:9:\"i18n_menu\";s:4:\"i18n\";s:13:\"i18n_taxonomy\";s:4:\"i18n\";s:10:\"i18n_block\";s:4:\"i18n\";}s:22:\"i18n_string_info_alter\";a:1:{s:11:\"i18n_string\";b:0;}s:29:\"block_view_menu_block_8_alter\";a:0:{}s:30:\"block_view_menu_block_11_alter\";a:0:{}s:30:\"block_view_menu_block_18_alter\";a:0:{}s:30:\"block_view_menu_block_16_alter\";a:0:{}s:18:\"entity_query_alter\";a:2:{s:2:\"og\";b:0;s:8:\"taxonomy\";b:0;}s:31:\"query_entity_field_access_alter\";a:2:{s:11:\"file_entity\";b:0;s:4:\"node\";b:0;}s:14:\"query_og_alter\";a:0:{}s:21:\"form_user_login_alter\";a:0:{}s:29:\"field_widget_properties_alter\";a:1:{s:4:\"date\";b:0;}s:34:\"field_widget_properties_user_alter\";a:0:{}s:23:\"field_widget_form_alter\";a:2:{s:10:\"i18n_field\";b:0;s:5:\"token\";b:0;}s:38:\"field_widget_options_select_form_alter\";a:0:{}s:34:\"field_widget_og_complex_form_alter\";a:0:{}s:38:\"field_widget_text_textfield_form_alter\";a:0:{}s:35:\"field_widget_date_select_form_alter\";a:0:{}s:39:\"field_widget_options_buttons_form_alter\";a:0:{}s:32:\"query_taxonomy_term_access_alter\";a:0:{}s:23:\"query_term_access_alter\";a:1:{s:11:\"i18n_select\";b:0;}s:33:\"query_country_load_multiple_alter\";a:0:{}s:12:\"country_load\";a:0:{}s:15:\"countries_alter\";a:1:{s:9:\"countries\";b:0;}s:17:\"field_attach_form\";a:5:{s:16:\"field_collection\";b:0;s:10:\"i18n_field\";b:0;s:2:\"og\";b:0;s:11:\"field_group\";b:0;s:8:\"pathauto\";b:0;}s:29:\"form_user_register_form_alter\";a:3:{s:14:\"autoassignrole\";b:0;s:13:\"logintoboggan\";b:0;s:6:\"system\";b:0;}s:31:\"honeypot_form_protections_alter\";a:0:{}s:28:\"honeypot_add_form_protection\";a:0:{}s:24:\"date_combo_process_alter\";a:0:{}s:25:\"date_select_process_alter\";a:0:{}s:30:\"query_file_load_multiple_alter\";a:0:{}s:9:\"file_load\";a:1:{s:11:\"file_entity\";s:4:\"file\";}s:6:\"tokens\";a:24:{s:5:\"token\";s:6:\"tokens\";s:12:\"addressfield\";s:6:\"tokens\";s:19:\"addressfield_tokens\";s:6:\"tokens\";s:9:\"countries\";s:6:\"tokens\";s:4:\"date\";s:6:\"tokens\";s:12:\"entity_token\";s:6:\"tokens\";s:5:\"field\";b:0;s:16:\"field_collection\";s:6:\"tokens\";s:11:\"file_entity\";s:6:\"tokens\";s:15:\"googleanalytics\";s:6:\"tokens\";s:9:\"i18n_node\";s:6:\"tokens\";s:13:\"logintoboggan\";s:6:\"tokens\";s:4:\"menu\";b:0;s:4:\"node\";s:6:\"tokens\";s:8:\"passport\";b:0;s:6:\"system\";s:6:\"tokens\";s:8:\"taxonomy\";s:6:\"tokens\";s:4:\"user\";s:6:\"tokens\";s:8:\"variable\";s:6:\"tokens\";s:13:\"webform_rules\";b:0;s:8:\"pathauto\";s:6:\"tokens\";s:13:\"i18n_taxonomy\";s:6:\"tokens\";s:5:\"views\";s:6:\"tokens\";s:5:\"rules\";b:0;}s:26:\"token_entity_mapping_alter\";a:0:{}s:10:\"token_info\";a:21:{s:5:\"token\";s:6:\"tokens\";s:12:\"addressfield\";s:6:\"tokens\";s:9:\"countries\";s:6:\"tokens\";s:4:\"date\";s:6:\"tokens\";s:16:\"field_collection\";s:6:\"tokens\";s:11:\"file_entity\";s:6:\"tokens\";s:15:\"googleanalytics\";s:6:\"tokens\";s:9:\"i18n_node\";s:6:\"tokens\";s:13:\"logintoboggan\";s:6:\"tokens\";s:4:\"menu\";b:0;s:4:\"node\";s:6:\"tokens\";s:8:\"passport\";b:0;s:6:\"system\";s:6:\"tokens\";s:8:\"taxonomy\";s:6:\"tokens\";s:4:\"user\";s:6:\"tokens\";s:8:\"variable\";s:6:\"tokens\";s:13:\"webform_rules\";b:0;s:8:\"pathauto\";s:6:\"tokens\";s:13:\"i18n_taxonomy\";s:6:\"tokens\";s:5:\"views\";s:6:\"tokens\";s:5:\"rules\";b:0;}s:22:\"token_field_info_alter\";a:0:{}s:15:\"rules_data_info\";a:1:{s:5:\"rules\";s:5:\"rules\";}s:21:\"rules_data_info_alter\";a:1:{s:5:\"rules\";s:5:\"rules\";}s:17:\"rules_plugin_info\";a:1:{s:5:\"rules\";s:5:\"rules\";}s:23:\"rules_plugin_info_alter\";a:0:{}s:20:\"rules_condition_info\";a:4:{s:2:\"og\";s:5:\"rules\";s:21:\"views_bulk_operations\";s:5:\"rules\";s:13:\"webform_rules\";s:5:\"rules\";s:5:\"rules\";s:5:\"rules\";}s:26:\"rules_condition_info_alter\";a:0:{}s:17:\"rules_action_info\";a:5:{s:2:\"og\";s:5:\"rules\";s:21:\"views_bulk_operations\";s:5:\"rules\";s:13:\"webform_rules\";s:5:\"rules\";s:5:\"rules\";s:5:\"rules\";s:5:\"devel\";s:5:\"rules\";}s:23:\"rules_action_info_alter\";a:0:{}s:16:\"token_info_alter\";a:7:{s:5:\"token\";s:6:\"tokens\";s:19:\"addressfield_tokens\";s:6:\"tokens\";s:12:\"entity_token\";s:6:\"tokens\";s:5:\"field\";b:0;s:16:\"field_collection\";s:6:\"tokens\";s:11:\"file_entity\";s:6:\"tokens\";s:12:\"addressfield\";s:6:\"tokens\";}s:12:\"tokens_alter\";a:1:{s:5:\"token\";s:6:\"tokens\";}s:19:\"file_formatter_info\";a:2:{s:11:\"file_entity\";s:4:\"file\";s:13:\"media_youtube\";s:4:\"file\";}s:25:\"file_formatter_info_alter\";a:0:{}s:27:\"file_default_displays_alter\";a:1:{s:5:\"media\";b:0;}s:19:\"file_displays_alter\";a:2:{s:5:\"media\";b:0;s:13:\"media_wysiwyg\";b:0;}s:9:\"file_view\";a:0:{}s:15:\"file_view_alter\";a:0:{}s:36:\"views_plugin_option_definition_alter\";a:0:{}s:23:\"translation_pre_process\";a:0:{}s:24:\"translation_post_process\";a:0:{}s:14:\"views_pre_view\";a:0:{}s:37:\"views_handler_option_definition_alter\";a:0:{}s:15:\"views_pre_build\";a:0:{}s:33:\"views_slideshow_option_definition\";a:2:{s:15:\"views_slideshow\";b:0;s:21:\"views_slideshow_cycle\";b:0;}s:27:\"views_slideshow_widget_info\";a:1:{s:15:\"views_slideshow\";b:0;}s:17:\"views_query_alter\";a:0:{}s:25:\"views_query_substitutions\";a:4:{s:11:\"file_entity\";b:0;s:4:\"node\";b:0;s:4:\"user\";b:0;s:5:\"views\";b:0;}s:16:\"views_post_build\";a:1:{s:21:\"views_bulk_operations\";b:0;}s:17:\"views_pre_execute\";a:0:{}s:17:\"query_views_alter\";a:1:{s:5:\"views\";b:0;}s:38:\"query_views_front_page_slideshow_alter\";a:0:{}s:47:\"query_field_collection_item_load_multiple_alter\";a:0:{}s:26:\"field_collection_item_load\";a:0:{}s:41:\"field_display_field_collection_item_alter\";a:0:{}s:26:\"field_collection_item_view\";a:0:{}s:32:\"field_collection_item_view_alter\";a:0:{}s:18:\"views_post_execute\";a:0:{}s:16:\"views_pre_render\";a:1:{s:13:\"i18n_taxonomy\";b:0;}s:42:\"query_DANGEROUS_ACCESS_CHECK_OPT_OUT_alter\";a:0:{}s:27:\"field_collection_item_label\";a:0:{}s:30:\"views_slideshow_slideshow_info\";a:1:{s:21:\"views_slideshow_cycle\";b:0;}s:17:\"views_post_render\";a:0:{}s:49:\"block_view_views_front_page_slideshow_block_alter\";a:0:{}s:27:\"form_user_login_block_alter\";a:0:{}s:27:\"block_view_user_login_alter\";a:0:{}s:24:\"block_view_block_4_alter\";a:0:{}s:24:\"block_view_block_5_alter\";a:0:{}s:24:\"block_view_block_6_alter\";a:0:{}s:52:\"block_view_views_front_page_slideshow_fr_block_alter\";a:0:{}s:24:\"block_view_block_8_alter\";a:0:{}s:25:\"block_view_block_11_alter\";a:0:{}s:30:\"date_select_pre_validate_alter\";a:1:{s:4:\"date\";b:0;}s:29:\"date_combo_pre_validate_alter\";a:0:{}s:36:\"date_combo_validate_date_start_alter\";a:0:{}s:34:\"date_combo_validate_date_end_alter\";a:0:{}s:19:\"honeypot_time_limit\";a:0:{}s:15:\"honeypot_reject\";a:0:{}s:39:\"query_taxonomy_term_load_multiple_alter\";a:0:{}s:18:\"taxonomy_term_load\";a:0:{}s:21:\"field_attach_validate\";a:0:{}s:38:\"media_wysiwyg_allowed_attributes_alter\";a:0:{}s:35:\"media_wysiwyg_token_to_markup_alter\";a:0:{}s:29:\"block_view_menu_block_7_alter\";a:0:{}s:25:\"block_view_block_12_alter\";a:0:{}s:12:\"node_prepare\";a:5:{s:7:\"webform\";b:0;s:9:\"i18n_node\";b:0;s:4:\"menu\";b:0;s:11:\"translation\";b:0;s:9:\"i18n_sync\";b:0;}s:34:\"field_widget_properties_node_alter\";a:0:{}s:37:\"field_widget_options_onoff_form_alter\";a:0:{}s:27:\"query_entityreference_alter\";a:1:{s:15:\"entityreference\";b:0;}s:33:\"query_views_assessment_list_alter\";a:0:{}s:45:\"field_widget_taxonomy_autocomplete_form_alter\";a:0:{}s:46:\"form_passport_teachers_create_class_form_alter\";a:0:{}s:20:\"form_user_pass_alter\";a:0:{}s:29:\"block_view_menu_block_9_alter\";a:0:{}s:29:\"date_formatter_pre_view_alter\";a:0:{}s:26:\"date_formatter_dates_alter\";a:0:{}s:21:\"og_ui_get_group_admin\";a:1:{s:5:\"og_ui\";b:0;}s:27:\"og_ui_get_group_admin_alter\";a:0:{}}',0,1646427205,1),('system_list',_binary 'a:3:{s:14:\"module_enabled\";a:119:{s:9:\"i18n_user\";O:8:\"stdClass\":9:{s:8:\"filename\";s:57:\"sites/all/modules/contrib/i18n/i18n_user/i18n_user.module\";s:4:\"name\";s:9:\"i18n_user\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:6:\"-10000\";s:4:\"info\";a:12:{s:4:\"name\";s:21:\"User mail translation\";s:11:\"description\";s:43:\"Translate emails sent from the User module.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:12:\"dependencies\";a:1:{i:0;s:13:\"i18n_variable\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:14:\"variable_realm\";O:8:\"stdClass\":9:{s:8:\"filename\";s:71:\"sites/all/modules/contrib/variable/variable_realm/variable_realm.module\";s:4:\"name\";s:14:\"variable_realm\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:5:\"-1000\";s:4:\"info\";a:12:{s:4:\"name\";s:14:\"Variable realm\";s:11:\"description\";s:49:\"API to use variable realms from different modules\";s:12:\"dependencies\";a:1:{i:0;s:8:\"variable\";}s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.5\";s:5:\"files\";a:2:{i:0;s:24:\"variable_realm.class.inc\";i:1;s:30:\"variable_realm_union.class.inc\";}s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1398250128\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:14:\"variable_store\";O:8:\"stdClass\":9:{s:8:\"filename\";s:71:\"sites/all/modules/contrib/variable/variable_store/variable_store.module\";s:4:\"name\";s:14:\"variable_store\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:5:\"-1000\";s:4:\"info\";a:12:{s:4:\"name\";s:14:\"Variable store\";s:11:\"description\";s:60:\"Database storage for variable realms. This is an API module.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"variable\";}s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.5\";s:5:\"files\";a:2:{i:0;s:24:\"variable_store.class.inc\";i:1;s:19:\"variable_store.test\";}s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1398250128\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:13:\"i18n_variable\";O:8:\"stdClass\":9:{s:8:\"filename\";s:65:\"sites/all/modules/contrib/i18n/i18n_variable/i18n_variable.module\";s:4:\"name\";s:13:\"i18n_variable\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:4:\"7004\";s:6:\"weight\";s:4:\"-900\";s:4:\"info\";a:13:{s:4:\"name\";s:20:\"Variable translation\";s:11:\"description\";s:71:\"Multilingual variables that switch language depending on page language.\";s:12:\"dependencies\";a:3:{i:0;s:4:\"i18n\";i:1;s:24:\"variable_store (7.x-2.x)\";i:2;s:24:\"variable_realm (7.x-2.x)\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:35:\"admin/config/regional/i18n/variable\";s:5:\"files\";a:2:{i:0;s:23:\"i18n_variable.class.inc\";i:1;s:18:\"i18n_variable.test\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:10:\"masquerade\";O:8:\"stdClass\":9:{s:8:\"filename\";s:54:\"sites/all/modules/contrib/masquerade/masquerade.module\";s:4:\"name\";s:10:\"masquerade\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:3:\"-10\";s:4:\"info\";a:13:{s:4:\"name\";s:10:\"Masquerade\";s:11:\"description\";s:64:\"This module allows permitted users to masquerade as other users.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:15:\"masquerade.test\";}s:9:\"configure\";s:30:\"admin/config/people/masquerade\";s:7:\"version\";s:11:\"7.x-1.0-rc7\";s:7:\"project\";s:10:\"masquerade\";s:9:\"datestamp\";s:10:\"1394333639\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:5:\"block\";O:8:\"stdClass\":9:{s:8:\"filename\";s:26:\"modules/block/block.module\";s:4:\"name\";s:5:\"block\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7009\";s:6:\"weight\";s:2:\"-5\";s:4:\"info\";a:13:{s:4:\"name\";s:5:\"Block\";s:11:\"description\";s:140:\"Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"block.test\";}s:9:\"configure\";s:21:\"admin/structure/block\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:16:\"webform_template\";O:8:\"stdClass\":9:{s:8:\"filename\";s:66:\"sites/all/modules/contrib/webform_template/webform_template.module\";s:4:\"name\";s:16:\"webform_template\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7002\";s:6:\"weight\";s:2:\"-2\";s:4:\"info\";a:13:{s:4:\"name\";s:16:\"Webform Template\";s:11:\"description\";s:72:\"Allows usage of webform-enabled content as templates for other webforms.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Webform\";s:12:\"dependencies\";a:1:{i:0;s:7:\"webform\";}s:9:\"configure\";s:37:\"admin/config/content/webform_template\";s:5:\"files\";a:1:{i:0;s:23:\"webform_template.module\";}s:7:\"version\";s:7:\"7.x-1.5\";s:7:\"project\";s:16:\"webform_template\";s:9:\"datestamp\";s:10:\"1442331846\";s:5:\"mtime\";i:1579639467;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:7:\"webform\";O:8:\"stdClass\":9:{s:8:\"filename\";s:48:\"sites/all/modules/contrib/webform/webform.module\";s:4:\"name\";s:7:\"webform\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7322\";s:6:\"weight\";s:2:\"-1\";s:4:\"info\";a:13:{s:4:\"name\";s:7:\"Webform\";s:11:\"description\";s:49:\"Enables the creation of forms and questionnaires.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Webform\";s:9:\"configure\";s:28:\"admin/config/content/webform\";s:5:\"files\";a:15:{i:0;s:27:\"includes/webform.export.inc\";i:1;s:41:\"views/webform_handler_field_form_body.inc\";i:2;s:40:\"views/webform_handler_field_is_draft.inc\";i:3;s:46:\"views/webform_handler_field_node_link_edit.inc\";i:4;s:49:\"views/webform_handler_field_node_link_results.inc\";i:5;s:48:\"views/webform_handler_field_submission_count.inc\";i:6;s:47:\"views/webform_handler_field_submission_link.inc\";i:7;s:46:\"views/webform_handler_field_webform_status.inc\";i:8;s:41:\"views/webform_handler_filter_is_draft.inc\";i:9;s:47:\"views/webform_handler_filter_webform_status.inc\";i:10;s:23:\"views/webform.views.inc\";i:11;s:21:\"tests/components.test\";i:12;s:22:\"tests/permissions.test\";i:13;s:21:\"tests/submission.test\";i:14;s:18:\"tests/webform.test\";}s:7:\"version\";s:8:\"7.x-3.29\";s:7:\"project\";s:7:\"webform\";s:9:\"datestamp\";s:10:\"1576092826\";s:5:\"mtime\";i:1579639467;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:12:\"addressfield\";O:8:\"stdClass\":9:{s:8:\"filename\";s:58:\"sites/all/modules/contrib/addressfield/addressfield.module\";s:4:\"name\";s:12:\"addressfield\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:13:\"Address Field\";s:11:\"description\";s:64:\"Manage a flexible address field, implementing the xNAL standard.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Fields\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:5:\"files\";a:4:{i:0;s:24:\"addressfield.migrate.inc\";i:1;s:62:\"views/addressfield_views_handler_field_administrative_area.inc\";i:2;s:50:\"views/addressfield_views_handler_field_country.inc\";i:3;s:51:\"views/addressfield_views_handler_filter_country.inc\";}s:7:\"version\";s:7:\"7.x-1.3\";s:7:\"project\";s:12:\"addressfield\";s:9:\"datestamp\";s:10:\"1540579391\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:19:\"addressfield_tokens\";O:8:\"stdClass\":9:{s:8:\"filename\";s:72:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.module\";s:4:\"name\";s:19:\"addressfield_tokens\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7100\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:20:\"Address Field Tokens\";s:11:\"description\";s:95:\"Creates tokens for address fields, adds new addressfield renders, and adds webform integration.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Fields\";s:12:\"dependencies\";a:3:{i:0;s:12:\"addressfield\";i:1;s:12:\"entity_token\";i:2;s:5:\"token\";}s:7:\"version\";s:8:\"7.x-1.14\";s:7:\"project\";s:19:\"addressfield_tokens\";s:9:\"datestamp\";s:10:\"1576513096\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:14:\"autoassignrole\";O:8:\"stdClass\":9:{s:8:\"filename\";s:62:\"sites/all/modules/contrib/autoassignrole/autoassignrole.module\";s:4:\"name\";s:14:\"autoassignrole\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7105\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:16:\"Auto Assign Role\";s:11:\"description\";s:41:\"Automatically assign a role to new users.\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:34:\"admin/config/people/autoassignrole\";s:7:\"version\";s:7:\"7.x-1.2\";s:5:\"files\";a:3:{i:0;s:21:\"autoassignrole.module\";i:1;s:24:\"autoassignrole.admin.inc\";i:2;s:19:\"autoassignrole.test\";}s:7:\"project\";s:14:\"autoassignrole\";s:9:\"datestamp\";s:10:\"1540454883\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:22:\"better_exposed_filters\";O:8:\"stdClass\":9:{s:8:\"filename\";s:78:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.module\";s:4:\"name\";s:22:\"better_exposed_filters\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:22:\"Better Exposed Filters\";s:11:\"description\";s:70:\"Allow the use of checkboxes or radio buttons for exposed Views filters\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:5:\"Views\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:17:\"test_dependencies\";a:1:{i:0;s:4:\"date\";}s:5:\"files\";a:2:{i:0;s:46:\"better_exposed_filters_exposed_form_plugin.inc\";i:1;s:33:\"tests/better_exposed_filters.test\";}s:7:\"version\";s:7:\"7.x-3.6\";s:7:\"project\";s:22:\"better_exposed_filters\";s:9:\"datestamp\";s:10:\"1536016685\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"block_class\";O:8:\"stdClass\":9:{s:8:\"filename\";s:56:\"sites/all/modules/contrib/block_class/block_class.module\";s:4:\"name\";s:11:\"block_class\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7103\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:11:\"Block Class\";s:11:\"description\";s:39:\"Allows assigning CSS classes to blocks.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"block\";}s:5:\"files\";a:1:{i:0;s:16:\"block_class.test\";}s:17:\"test_dependencies\";a:5:{i:0;s:7:\"context\";i:1;s:14:\"features (2.x)\";i:2;s:23:\"features_extra:fe_block\";i:3;s:10:\"menu_block\";i:4;s:5:\"views\";}s:7:\"version\";s:7:\"7.x-2.4\";s:7:\"project\";s:11:\"block_class\";s:9:\"datestamp\";s:10:\"1532735885\";s:5:\"mtime\";i:1579639466;s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:5:\"color\";O:8:\"stdClass\":9:{s:8:\"filename\";s:26:\"modules/color/color.module\";s:4:\"name\";s:5:\"color\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:5:\"Color\";s:11:\"description\";s:70:\"Allows administrators to change the color scheme of compatible themes.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"color.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"color_field\";O:8:\"stdClass\":9:{s:8:\"filename\";s:56:\"sites/all/modules/contrib/color_field/color_field.module\";s:4:\"name\";s:11:\"color_field\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:11:\"Color Field\";s:11:\"description\";s:46:\"Color Field using a hexadecimal notation (HEX)\";s:7:\"package\";s:6:\"Fields\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:16:\"color_field.test\";}s:12:\"dependencies\";a:1:{i:0;s:9:\"libraries\";}s:7:\"version\";s:7:\"7.x-1.8\";s:7:\"project\";s:11:\"color_field\";s:9:\"datestamp\";s:10:\"1443598140\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:10:\"contextual\";O:8:\"stdClass\":9:{s:8:\"filename\";s:36:\"modules/contextual/contextual.module\";s:4:\"name\";s:10:\"contextual\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:16:\"Contextual links\";s:11:\"description\";s:75:\"Provides contextual links to perform actions related to elements on a page.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:15:\"contextual.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:9:\"countries\";O:8:\"stdClass\":9:{s:8:\"filename\";s:52:\"sites/all/modules/contrib/countries/countries.module\";s:4:\"name\";s:9:\"countries\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7205\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:16:{s:4:\"name\";s:9:\"Countries\";s:11:\"description\";s:113:\"A module that provides a FAPI / Field country element and a simple wrapper module to store / update country data.\";s:7:\"package\";s:6:\"Fields\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:6:{i:0;s:50:\"views/views_handler_argument_countries_country.inc\";i:1;s:49:\"views/views_handler_field_countries_continent.inc\";i:2;s:56:\"views/views_handler_filter_countries_continents_list.inc\";i:3;s:45:\"views/views_handler_filter_countries_list.inc\";i:4;s:21:\"countries.migrate.inc\";i:5;s:20:\"tests/countries.test\";}s:9:\"configure\";s:31:\"admin/config/regional/countries\";s:12:\"dependencies\";a:1:{i:0;s:6:\"entity\";}s:10:\"recommends\";a:1:{i:0;s:12:\"countryicons\";}s:7:\"version\";s:7:\"7.x-2.3\";s:7:\"project\";s:9:\"countries\";s:9:\"datestamp\";s:10:\"1409450929\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:6:\"ctools\";O:8:\"stdClass\":9:{s:8:\"filename\";s:46:\"sites/all/modules/contrib/ctools/ctools.module\";s:4:\"name\";s:6:\"ctools\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7003\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:11:\"Chaos tools\";s:11:\"description\";s:46:\"A library of helpful tools by Merlin of Chaos.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:16:\"Chaos tool suite\";s:5:\"files\";a:14:{i:0;s:20:\"includes/context.inc\";i:1;s:22:\"includes/css-cache.inc\";i:2;s:22:\"includes/math-expr.inc\";i:3;s:21:\"includes/stylizer.inc\";i:4;s:18:\"tests/context.test\";i:5;s:14:\"tests/css.test\";i:6;s:20:\"tests/css_cache.test\";i:7;s:25:\"tests/ctools.plugins.test\";i:8;s:17:\"tests/ctools.test\";i:9;s:26:\"tests/math_expression.test\";i:10;s:32:\"tests/math_expression_stack.test\";i:11;s:23:\"tests/object_cache.test\";i:12;s:28:\"tests/object_cache_unit.test\";i:13;s:22:\"tests/page_tokens.test\";}s:7:\"version\";s:8:\"7.x-1.15\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1549603691\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:9:\"dashboard\";O:8:\"stdClass\":9:{s:8:\"filename\";s:34:\"modules/dashboard/dashboard.module\";s:4:\"name\";s:9:\"dashboard\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:9:\"Dashboard\";s:11:\"description\";s:136:\"Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:5:\"files\";a:1:{i:0;s:14:\"dashboard.test\";}s:12:\"dependencies\";a:1:{i:0;s:5:\"block\";}s:9:\"configure\";s:25:\"admin/dashboard/customize\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"date\";O:8:\"stdClass\":9:{s:8:\"filename\";s:42:\"sites/all/modules/contrib/date/date.module\";s:4:\"name\";s:4:\"date\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7005\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:4:\"Date\";s:11:\"description\";s:33:\"Makes date/time fields available.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"date_api\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:5:\"files\";a:10:{i:0;s:16:\"date.migrate.inc\";i:1;s:19:\"tests/date_api.test\";i:2;s:15:\"tests/date.test\";i:3;s:21:\"tests/date_field.test\";i:4;s:23:\"tests/date_migrate.test\";i:5;s:26:\"tests/date_validation.test\";i:6;s:24:\"tests/date_timezone.test\";i:7;s:27:\"tests/date_views_pager.test\";i:8;s:27:\"tests/date_views_popup.test\";i:9;s:20:\"tests/date_form.test\";}s:7:\"version\";s:8:\"7.x-2.10\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1491562090\";s:5:\"mtime\";i:1579639466;s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:8:\"date_api\";O:8:\"stdClass\":9:{s:8:\"filename\";s:55:\"sites/all/modules/contrib/date/date_api/date_api.module\";s:4:\"name\";s:8:\"date_api\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:8:\"Date API\";s:11:\"description\";s:45:\"A Date API that can be used by other modules.\";s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:8:\"date.css\";s:48:\"sites/all/modules/contrib/date/date_api/date.css\";}}s:5:\"files\";a:2:{i:0;s:15:\"date_api.module\";i:1;s:16:\"date_api_sql.inc\";}s:7:\"version\";s:8:\"7.x-2.10\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1491562090\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:9:\"bootstrap\";i:0;}}s:10:\"date_popup\";O:8:\"stdClass\":9:{s:8:\"filename\";s:59:\"sites/all/modules/contrib/date/date_popup/date_popup.module\";s:4:\"name\";s:10:\"date_popup\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:10:\"Date Popup\";s:11:\"description\";s:84:\"Enables jquery popup calendars and time entry widgets for selecting dates and times.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"date_api\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:28:\"admin/config/date/date_popup\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:25:\"themes/datepicker.1.7.css\";s:67:\"sites/all/modules/contrib/date/date_popup/themes/datepicker.1.7.css\";}}s:7:\"version\";s:8:\"7.x-2.10\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1491562090\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:5:\"dblog\";O:8:\"stdClass\":9:{s:8:\"filename\";s:26:\"modules/dblog/dblog.module\";s:4:\"name\";s:5:\"dblog\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:4:\"7003\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:16:\"Database logging\";s:11:\"description\";s:47:\"Logs and records system events to the database.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"dblog.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:16:\"disable_messages\";O:8:\"stdClass\":9:{s:8:\"filename\";s:66:\"sites/all/modules/contrib/disable_messages/disable_messages.module\";s:4:\"name\";s:16:\"disable_messages\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7100\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:16:\"Disable messages\";s:11:\"description\";s:53:\"Add options to filter messages shown to the end users\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:41:\"admin/config/development/disable-messages\";s:7:\"version\";s:7:\"7.x-1.2\";s:7:\"project\";s:16:\"disable_messages\";s:9:\"datestamp\";s:10:\"1528972428\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:5:\"email\";O:8:\"stdClass\":9:{s:8:\"filename\";s:44:\"sites/all/modules/contrib/email/email.module\";s:4:\"name\";s:5:\"email\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:5:\"Email\";s:11:\"description\";s:28:\"Defines an email field type.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Fields\";s:5:\"files\";a:1:{i:0;s:17:\"email.migrate.inc\";}s:7:\"version\";s:7:\"7.x-1.3\";s:7:\"project\";s:5:\"email\";s:9:\"datestamp\";s:10:\"1397134155\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:16:\"empty_front_page\";O:8:\"stdClass\":9:{s:8:\"filename\";s:66:\"sites/all/modules/contrib/empty_front_page/empty_front_page.module\";s:4:\"name\";s:16:\"empty_front_page\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:16:\"Empty Front Page\";s:11:\"description\";s:43:\"Remove default content from the front page.\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-1.0\";s:7:\"project\";s:16:\"empty_front_page\";s:9:\"datestamp\";s:10:\"1322627746\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:6:\"entity\";O:8:\"stdClass\":9:{s:8:\"filename\";s:46:\"sites/all/modules/contrib/entity/entity.module\";s:4:\"name\";s:6:\"entity\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7003\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:10:\"Entity API\";s:11:\"description\";s:69:\"Enables modules to work with any entity type and to provide entities.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:24:{i:0;s:19:\"entity.features.inc\";i:1;s:15:\"entity.i18n.inc\";i:2;s:15:\"entity.info.inc\";i:3;s:16:\"entity.rules.inc\";i:4;s:11:\"entity.test\";i:5;s:19:\"includes/entity.inc\";i:6;s:30:\"includes/entity.controller.inc\";i:7;s:22:\"includes/entity.ui.inc\";i:8;s:27:\"includes/entity.wrapper.inc\";i:9;s:22:\"views/entity.views.inc\";i:10;s:52:\"views/handlers/entity_views_field_handler_helper.inc\";i:11;s:51:\"views/handlers/entity_views_handler_area_entity.inc\";i:12;s:53:\"views/handlers/entity_views_handler_field_boolean.inc\";i:13;s:50:\"views/handlers/entity_views_handler_field_date.inc\";i:14;s:54:\"views/handlers/entity_views_handler_field_duration.inc\";i:15;s:52:\"views/handlers/entity_views_handler_field_entity.inc\";i:16;s:51:\"views/handlers/entity_views_handler_field_field.inc\";i:17;s:53:\"views/handlers/entity_views_handler_field_numeric.inc\";i:18;s:53:\"views/handlers/entity_views_handler_field_options.inc\";i:19;s:50:\"views/handlers/entity_views_handler_field_text.inc\";i:20;s:49:\"views/handlers/entity_views_handler_field_uri.inc\";i:21;s:62:\"views/handlers/entity_views_handler_relationship_by_bundle.inc\";i:22;s:52:\"views/handlers/entity_views_handler_relationship.inc\";i:23;s:53:\"views/plugins/entity_views_plugin_row_entity_view.inc\";}s:7:\"version\";s:7:\"7.x-1.9\";s:7:\"project\";s:6:\"entity\";s:9:\"datestamp\";s:10:\"1518620551\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:15:\"entityreference\";O:8:\"stdClass\":9:{s:8:\"filename\";s:64:\"sites/all/modules/contrib/entityreference/entityreference.module\";s:4:\"name\";s:15:\"entityreference\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7100\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:16:\"Entity Reference\";s:11:\"description\";s:51:\"Provides a field that can reference other entities.\";s:7:\"package\";s:6:\"Fields\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:6:\"entity\";i:1;s:6:\"ctools\";}s:17:\"test_dependencies\";a:2:{i:0;s:5:\"feeds\";i:1;s:5:\"views\";}s:5:\"files\";a:12:{i:0;s:27:\"entityreference.migrate.inc\";i:1;s:30:\"plugins/selection/abstract.inc\";i:2;s:27:\"plugins/selection/views.inc\";i:3;s:29:\"plugins/behavior/abstract.inc\";i:4;s:40:\"views/entityreference_plugin_display.inc\";i:5;s:38:\"views/entityreference_plugin_style.inc\";i:6;s:43:\"views/entityreference_plugin_row_fields.inc\";i:7;s:35:\"tests/entityreference.handlers.test\";i:8;s:35:\"tests/entityreference.taxonomy.test\";i:9;s:32:\"tests/entityreference.admin.test\";i:10;s:32:\"tests/entityreference.feeds.test\";i:11;s:45:\"tests/entityreference.entity_translation.test\";}s:7:\"version\";s:7:\"7.x-1.5\";s:7:\"project\";s:15:\"entityreference\";s:9:\"datestamp\";s:10:\"1502895850\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:12:\"entity_token\";O:8:\"stdClass\":9:{s:8:\"filename\";s:52:\"sites/all/modules/contrib/entity/entity_token.module\";s:4:\"name\";s:12:\"entity_token\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:13:\"Entity tokens\";s:11:\"description\";s:99:\"Provides token replacements for all properties that have no tokens and are known to the entity API.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:23:\"entity_token.tokens.inc\";i:1;s:19:\"entity_token.module\";}s:12:\"dependencies\";a:1:{i:0;s:6:\"entity\";}s:7:\"version\";s:7:\"7.x-1.9\";s:7:\"project\";s:6:\"entity\";s:9:\"datestamp\";s:10:\"1518620551\";s:5:\"mtime\";i:1579639466;s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:5:\"field\";O:8:\"stdClass\":9:{s:8:\"filename\";s:26:\"modules/field/field.module\";s:4:\"name\";s:5:\"field\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7004\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:5:\"Field\";s:11:\"description\";s:57:\"Field API to add fields to entities like nodes and users.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:4:{i:0;s:12:\"field.module\";i:1;s:16:\"field.attach.inc\";i:2;s:20:\"field.info.class.inc\";i:3;s:16:\"tests/field.test\";}s:12:\"dependencies\";a:1:{i:0;s:17:\"field_sql_storage\";}s:8:\"required\";b:1;s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:15:\"theme/field.css\";s:29:\"modules/field/theme/field.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:16:\"field_collection\";O:8:\"stdClass\":9:{s:8:\"filename\";s:66:\"sites/all/modules/contrib/field_collection/field_collection.module\";s:4:\"name\";s:16:\"field_collection\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7009\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:16:{s:4:\"name\";s:16:\"Field Collection\";s:11:\"description\";s:81:\"Provides a field collection field, to which any number of fields can be attached.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"entity\";}s:17:\"test_dependencies\";a:1:{i:0;s:18:\"entity_translation\";}s:5:\"files\";a:6:{i:0;s:21:\"field_collection.test\";i:1;s:27:\"field_collection.entity.inc\";i:2;s:25:\"field_collection.info.inc\";i:3;s:54:\"includes/translation.handler.field_collection_item.inc\";i:4;s:47:\"views/field_collection_handler_relationship.inc\";i:5;s:28:\"field_collection.migrate.inc\";}s:9:\"configure\";s:33:\"admin/structure/field-collections\";s:7:\"package\";s:6:\"Fields\";s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:16:\"field_collection\";s:9:\"datestamp\";s:10:\"1567537827\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:17:\"field_sql_storage\";O:8:\"stdClass\":9:{s:8:\"filename\";s:64:\"modules/field/modules/field_sql_storage/field_sql_storage.module\";s:4:\"name\";s:17:\"field_sql_storage\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7002\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:17:\"Field SQL storage\";s:11:\"description\";s:37:\"Stores field data in an SQL database.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:22:\"field_sql_storage.test\";}s:8:\"required\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:8:\"field_ui\";O:8:\"stdClass\":9:{s:8:\"filename\";s:32:\"modules/field_ui/field_ui.module\";s:4:\"name\";s:8:\"field_ui\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:8:\"Field UI\";s:11:\"description\";s:33:\"User interface for the Field API.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:13:\"field_ui.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"file\";O:8:\"stdClass\":9:{s:8:\"filename\";s:24:\"modules/file/file.module\";s:4:\"name\";s:4:\"file\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:4:\"File\";s:11:\"description\";s:26:\"Defines a file field type.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:15:\"tests/file.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:11:\"file_entity\";O:8:\"stdClass\":9:{s:8:\"filename\";s:56:\"sites/all/modules/contrib/file_entity/file_entity.module\";s:4:\"name\";s:11:\"file_entity\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7227\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:11:\"File Entity\";s:11:\"description\";s:58:\"Extends Drupal file entities to be fieldable and viewable.\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:4:{i:0;s:5:\"field\";i:1;s:4:\"file\";i:2;s:6:\"ctools\";i:3;s:15:\"system (>=7.33)\";}s:17:\"test_dependencies\";a:2:{i:0;s:5:\"token\";i:1;s:5:\"views\";}s:5:\"files\";a:15:{i:0;s:42:\"views/views_handler_argument_file_type.inc\";i:1;s:43:\"views/views_handler_field_file_rendered.inc\";i:2;s:39:\"views/views_handler_field_file_type.inc\";i:3;s:40:\"views/views_handler_filter_file_type.inc\";i:4;s:42:\"views/views_handler_filter_schema_type.inc\";i:5;s:43:\"views/views_handler_field_file_filename.inc\";i:6;s:39:\"views/views_handler_field_file_link.inc\";i:7;s:44:\"views/views_handler_field_file_link_edit.inc\";i:8;s:46:\"views/views_handler_field_file_link_delete.inc\";i:9;s:48:\"views/views_handler_field_file_link_download.inc\";i:10;s:45:\"views/views_handler_field_file_link_usage.inc\";i:11;s:35:\"views/views_plugin_row_file_rss.inc\";i:12;s:36:\"views/views_plugin_row_file_view.inc\";i:13;s:16:\"file_entity.test\";i:14;s:22:\"file_entity_views.test\";}s:9:\"configure\";s:32:\"admin/config/media/file-settings\";s:7:\"version\";s:8:\"7.x-2.27\";s:7:\"project\";s:11:\"file_entity\";s:9:\"datestamp\";s:10:\"1574278088\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:6:\"filter\";O:8:\"stdClass\":9:{s:8:\"filename\";s:28:\"modules/filter/filter.module\";s:4:\"name\";s:6:\"filter\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7010\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:6:\"Filter\";s:11:\"description\";s:43:\"Filters content in preparation for display.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:11:\"filter.test\";}s:8:\"required\";b:1;s:9:\"configure\";s:28:\"admin/config/content/formats\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:13:\"flood_unblock\";O:8:\"stdClass\":9:{s:8:\"filename\";s:60:\"sites/all/modules/contrib/flood_unblock/flood_unblock.module\";s:4:\"name\";s:13:\"flood_unblock\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:13:\"Flood unblock\";s:11:\"description\";s:65:\"Interface for unblocking ip\'s that are blocked by the flood table\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:33:\"admin/config/system/flood-unblock\";s:7:\"version\";s:7:\"7.x-1.5\";s:7:\"project\";s:13:\"flood_unblock\";s:9:\"datestamp\";s:10:\"1483704253\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:15:\"googleanalytics\";O:8:\"stdClass\":9:{s:8:\"filename\";s:65:\"sites/all/modules/contrib/google_analytics/googleanalytics.module\";s:4:\"name\";s:15:\"googleanalytics\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7205\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:102:\"Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:10:\"Statistics\";s:9:\"configure\";s:35:\"admin/config/system/googleanalytics\";s:5:\"files\";a:1:{i:0;s:20:\"googleanalytics.test\";}s:17:\"test_dependencies\";a:1:{i:0;s:5:\"token\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:16:\"google_analytics\";s:9:\"datestamp\";s:10:\"1548968597\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"help\";O:8:\"stdClass\":9:{s:8:\"filename\";s:24:\"modules/help/help.module\";s:4:\"name\";s:4:\"help\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:4:\"Help\";s:11:\"description\";s:35:\"Manages the display of online help.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"help.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:8:\"honeypot\";O:8:\"stdClass\":9:{s:8:\"filename\";s:50:\"sites/all/modules/contrib/honeypot/honeypot.module\";s:4:\"name\";s:8:\"honeypot\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7101\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:8:\"Honeypot\";s:11:\"description\";s:58:\"Mitigates spam form submissions using the honeypot method.\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:29:\"admin/config/content/honeypot\";s:7:\"package\";s:12:\"Spam control\";s:5:\"files\";a:1:{i:0;s:13:\"honeypot.test\";}s:7:\"version\";s:8:\"7.x-1.26\";s:7:\"project\";s:8:\"honeypot\";s:9:\"datestamp\";s:10:\"1576274590\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:9:\"i18nviews\";O:8:\"stdClass\":9:{s:8:\"filename\";s:52:\"sites/all/modules/contrib/i18nviews/i18nviews.module\";s:4:\"name\";s:9:\"i18nviews\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:17:\"Views translation\";s:11:\"description\";s:80:\"Translation of views strings and content selection for views. Requires Views 3.x\";s:12:\"dependencies\";a:2:{i:0;s:5:\"views\";i:1;s:11:\"i18n_string\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:20:{i:0;s:13:\"i18nviews.inc\";i:1;s:18:\"i18nviews.i18n.inc\";i:2;s:49:\"includes/i18nviews_handler_argument_node_type.inc\";i:3;s:58:\"includes/i18nviews_handler_argument_taxonomy_index_tid.inc\";i:4;s:58:\"includes/i18nviews_handler_argument_taxonomy_term_name.inc\";i:5;s:62:\"includes/i18nviews_handler_argument_taxonomy_term_language.inc\";i:6;s:59:\"includes/i18nviews_handler_argument_term_node_tid_depth.inc\";i:7;s:46:\"includes/i18nviews_handler_field_node_type.inc\";i:8;s:62:\"includes/i18nviews_handler_field_taxonomy_term_description.inc\";i:9;s:59:\"includes/i18nviews_handler_field_taxonomy_term_language.inc\";i:10;s:55:\"includes/i18nviews_handler_field_taxonomy_term_name.inc\";i:11;s:50:\"includes/i18nviews_handler_field_term_node_tid.inc\";i:12;s:48:\"includes/i18nviews_handler_filter_field_list.inc\";i:13;s:47:\"includes/i18nviews_handler_filter_node_type.inc\";i:14;s:56:\"includes/i18nviews_handler_filter_taxonomy_index_tid.inc\";i:15;s:56:\"includes/i18nviews_handler_filter_taxonomy_term_name.inc\";i:16;s:60:\"includes/i18nviews_handler_filter_taxonomy_term_language.inc\";i:17;s:57:\"includes/i18nviews_handler_filter_term_node_tid_depth.inc\";i:18;s:66:\"includes/i18nviews_plugin_argument_validate_i18n_taxonomy_term.inc\";i:19;s:54:\"includes/i18nviews_plugin_localization_i18nstrings.inc\";}s:7:\"version\";s:14:\"7.x-3.0-alpha1\";s:7:\"project\";s:9:\"i18nviews\";s:9:\"datestamp\";s:10:\"1454021946\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:10:\"i18n_field\";O:8:\"stdClass\":9:{s:8:\"filename\";s:59:\"sites/all/modules/contrib/i18n/i18n_field/i18n_field.module\";s:4:\"name\";s:10:\"i18n_field\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:17:\"Field translation\";s:11:\"description\";s:26:\"Translate field properties\";s:12:\"dependencies\";a:2:{i:0;s:5:\"field\";i:1;s:11:\"i18n_string\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:14:\"i18n_field.inc\";i:1;s:15:\"i18n_field.test\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:9:\"i18n_node\";O:8:\"stdClass\":9:{s:8:\"filename\";s:57:\"sites/all/modules/contrib/i18n/i18n_node/i18n_node.module\";s:4:\"name\";s:9:\"i18n_node\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:20:\"Multilingual content\";s:11:\"description\";s:46:\"Extended node options for multilingual content\";s:12:\"dependencies\";a:3:{i:0;s:11:\"translation\";i:1;s:4:\"i18n\";i:2;s:11:\"i18n_string\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:31:\"admin/config/regional/i18n/node\";s:5:\"files\";a:2:{i:0;s:14:\"i18n_node.test\";i:1;s:22:\"i18n_node.variable.inc\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"i18n_select\";O:8:\"stdClass\":9:{s:8:\"filename\";s:61:\"sites/all/modules/contrib/i18n/i18n_select/i18n_select.module\";s:4:\"name\";s:11:\"i18n_select\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:19:\"Multilingual select\";s:11:\"description\";s:45:\"API module for multilingual content selection\";s:12:\"dependencies\";a:1:{i:0;s:4:\"i18n\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:33:\"admin/config/regional/i18n/select\";s:5:\"files\";a:1:{i:0;s:16:\"i18n_select.test\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:16:\"i18n_translation\";O:8:\"stdClass\":9:{s:8:\"filename\";s:71:\"sites/all/modules/contrib/i18n/i18n_translation/i18n_translation.module\";s:4:\"name\";s:16:\"i18n_translation\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:16:\"Translation sets\";s:11:\"description\";s:47:\"Simple translation sets API for generic objects\";s:12:\"dependencies\";a:1:{i:0;s:4:\"i18n\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:20:\"i18n_translation.inc\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:5:\"image\";O:8:\"stdClass\":9:{s:8:\"filename\";s:26:\"modules/image/image.module\";s:4:\"name\";s:5:\"image\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7005\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:5:\"Image\";s:11:\"description\";s:34:\"Provides image manipulation tools.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:4:\"file\";}s:5:\"files\";a:1:{i:0;s:10:\"image.test\";}s:9:\"configure\";s:31:\"admin/config/media/image-styles\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:4:\"imce\";O:8:\"stdClass\":9:{s:8:\"filename\";s:42:\"sites/all/modules/contrib/imce/imce.module\";s:4:\"name\";s:4:\"imce\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7002\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:4:\"IMCE\";s:11:\"description\";s:82:\"An image/file uploader and browser supporting personal directories and user quota.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:5:\"Media\";s:9:\"configure\";s:23:\"admin/config/media/imce\";s:7:\"version\";s:8:\"7.x-1.11\";s:7:\"project\";s:4:\"imce\";s:9:\"datestamp\";s:10:\"1495890787\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:12:\"imce_wysiwyg\";O:8:\"stdClass\":9:{s:8:\"filename\";s:58:\"sites/all/modules/contrib/imce_wysiwyg/imce_wysiwyg.module\";s:4:\"name\";s:12:\"imce_wysiwyg\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:23:\"IMCE Wysiwyg API bridge\";s:11:\"description\";s:82:\"Makes IMCE available as plugin for client-side editors integrated via Wysiwyg API.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:4:\"imce\";i:1;s:7:\"wysiwyg\";}s:7:\"version\";s:7:\"7.x-1.0\";s:7:\"project\";s:12:\"imce_wysiwyg\";s:9:\"datestamp\";s:10:\"1317851503\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:9:\"libraries\";O:8:\"stdClass\":9:{s:8:\"filename\";s:52:\"sites/all/modules/contrib/libraries/libraries.module\";s:4:\"name\";s:9:\"libraries\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:9:\"Libraries\";s:11:\"description\";s:64:\"Allows version-dependent and shared usage of external libraries.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:15:\"system (>=7.11)\";}s:5:\"files\";a:4:{i:0;s:32:\"tests/LibrariesAdminWebTest.test\";i:1;s:31:\"tests/LibrariesLoadWebTest.test\";i:2;s:28:\"tests/LibrariesUnitTest.test\";i:3;s:31:\"tests/LibrariesWebTestBase.test\";}s:7:\"version\";s:7:\"7.x-2.5\";s:7:\"project\";s:9:\"libraries\";s:9:\"datestamp\";s:10:\"1538770685\";s:5:\"mtime\";i:1579639466;s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"list\";O:8:\"stdClass\":9:{s:8:\"filename\";s:38:\"modules/field/modules/list/list.module\";s:4:\"name\";s:4:\"list\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7002\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:4:\"List\";s:11:\"description\";s:69:\"Defines list field types. Use with Options to create selection lists.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:5:\"field\";i:1;s:7:\"options\";}s:5:\"files\";a:1:{i:0;s:15:\"tests/list.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:6:\"locale\";O:8:\"stdClass\":9:{s:8:\"filename\";s:28:\"modules/locale/locale.module\";s:4:\"name\";s:6:\"locale\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7005\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:6:\"Locale\";s:11:\"description\";s:119:\"Adds language handling functionality and enables the translation of the user interface to languages other than English.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:11:\"locale.test\";}s:9:\"configure\";s:30:\"admin/config/regional/language\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:13:\"logintoboggan\";O:8:\"stdClass\":9:{s:8:\"filename\";s:60:\"sites/all/modules/contrib/logintoboggan/logintoboggan.module\";s:4:\"name\";s:13:\"logintoboggan\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:13:\"LoginToboggan\";s:11:\"description\";s:31:\"Improves Drupal\'s login system.\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:33:\"admin/config/system/logintoboggan\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:17:\"logintoboggan.css\";s:57:\"sites/all/modules/contrib/logintoboggan/logintoboggan.css\";}}s:7:\"version\";s:7:\"7.x-1.5\";s:7:\"project\";s:13:\"logintoboggan\";s:9:\"datestamp\";s:10:\"1430501885\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:5:\"media\";O:8:\"stdClass\":9:{s:8:\"filename\";s:44:\"sites/all/modules/contrib/media/media.module\";s:4:\"name\";s:5:\"media\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7227\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:5:\"Media\";s:11:\"description\";s:27:\"Provides the core Media API\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:3:{i:0;s:11:\"file_entity\";i:1;s:5:\"image\";i:2;s:5:\"views\";}s:17:\"test_dependencies\";a:1:{i:0;s:5:\"token\";}s:5:\"files\";a:9:{i:0;s:39:\"includes/MediaReadOnlyStreamWrapper.inc\";i:1;s:40:\"includes/MediaBrowserPluginInterface.inc\";i:2;s:31:\"includes/MediaBrowserPlugin.inc\";i:3;s:31:\"includes/MediaBrowserUpload.inc\";i:4;s:29:\"includes/MediaBrowserView.inc\";i:5;s:42:\"includes/MediaEntityTranslationHandler.inc\";i:6;s:53:\"includes/media_views_plugin_display_media_browser.inc\";i:7;s:51:\"includes/media_views_plugin_style_media_browser.inc\";i:8;s:16:\"tests/media.test\";}s:9:\"configure\";s:26:\"admin/config/media/browser\";s:7:\"version\";s:8:\"7.x-2.24\";s:7:\"project\";s:5:\"media\";s:9:\"datestamp\";s:10:\"1572552486\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:14:\"media_internet\";O:8:\"stdClass\":9:{s:8:\"filename\";s:76:\"sites/all/modules/contrib/media/modules/media_internet/media_internet.module\";s:4:\"name\";s:14:\"media_internet\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:22:\"Media Internet Sources\";s:11:\"description\";s:64:\"Provides an API for accessing media on various internet services\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"media\";}s:5:\"files\";a:6:{i:0;s:33:\"includes/MediaBrowserInternet.inc\";i:1;s:37:\"includes/MediaInternetBaseHandler.inc\";i:2;s:37:\"includes/MediaInternetFileHandler.inc\";i:3;s:44:\"includes/MediaInternetNoHandlerException.inc\";i:4;s:45:\"includes/MediaInternetValidationException.inc\";i:5;s:25:\"tests/media_internet.test\";}s:7:\"version\";s:8:\"7.x-2.24\";s:7:\"project\";s:5:\"media\";s:9:\"datestamp\";s:10:\"1572552486\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:24:\"media_migrate_file_types\";O:8:\"stdClass\":9:{s:8:\"filename\";s:96:\"sites/all/modules/contrib/media/modules/media_migrate_file_types/media_migrate_file_types.module\";s:4:\"name\";s:24:\"media_migrate_file_types\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:24:\"Media Migrate File Types\";s:11:\"description\";s:94:\"Provides a UI for updating legacy media types with the new file types provided by File Entity.\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:0;s:12:\"dependencies\";a:1:{i:0;s:5:\"media\";}s:9:\"configure\";s:34:\"admin/structure/file-types/upgrade\";s:7:\"version\";s:8:\"7.x-2.24\";s:7:\"project\";s:5:\"media\";s:9:\"datestamp\";s:10:\"1572552486\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:13:\"media_wysiwyg\";O:8:\"stdClass\":9:{s:8:\"filename\";s:74:\"sites/all/modules/contrib/media/modules/media_wysiwyg/media_wysiwyg.module\";s:4:\"name\";s:13:\"media_wysiwyg\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7207\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:13:\"Media WYSIWYG\";s:11:\"description\";s:67:\"Adds support for embedding media using client-side WYSIWYG editors.\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"media\";}s:17:\"test_dependencies\";a:3:{i:0;s:8:\"ckeditor\";i:1;s:5:\"token\";i:2;s:7:\"wysiwyg\";}s:5:\"files\";a:4:{i:0;s:18:\"media_wysiwyg.test\";i:1;s:35:\"tests/media_wysiwyg.file_usage.test\";i:2;s:30:\"tests/media_wysiwyg.macro.test\";i:3;s:45:\"tests/media_wysiwyg.paragraph_fix_filter.test\";}s:9:\"configure\";s:26:\"admin/config/media/browser\";s:7:\"version\";s:8:\"7.x-2.24\";s:7:\"project\";s:5:\"media\";s:9:\"datestamp\";s:10:\"1572552486\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:13:\"media_youtube\";O:8:\"stdClass\":9:{s:8:\"filename\";s:60:\"sites/all/modules/contrib/media_youtube/media_youtube.module\";s:4:\"name\";s:13:\"media_youtube\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7204\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:14:\"Media: YouTube\";s:11:\"description\";s:43:\"Adds YouTube as a supported media provider.\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:14:\"media_internet\";}s:17:\"test_dependencies\";a:1:{i:0;s:20:\"media_internet (2.x)\";}s:5:\"files\";a:3:{i:0;s:18:\"media_youtube.test\";i:1;s:38:\"includes/MediaYouTubeStreamWrapper.inc\";i:2;s:40:\"includes/MediaInternetYouTubeHandler.inc\";}s:7:\"version\";s:7:\"7.x-3.9\";s:7:\"project\";s:13:\"media_youtube\";s:9:\"datestamp\";s:10:\"1570113188\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"menu\";O:8:\"stdClass\":9:{s:8:\"filename\";s:24:\"modules/menu/menu.module\";s:4:\"name\";s:4:\"menu\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7003\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:4:\"Menu\";s:11:\"description\";s:60:\"Allows administrators to customize the site navigation menu.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"menu.test\";}s:9:\"configure\";s:20:\"admin/structure/menu\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:10:\"menu_block\";O:8:\"stdClass\":9:{s:8:\"filename\";s:54:\"sites/all/modules/contrib/menu_block/menu_block.module\";s:4:\"name\";s:10:\"menu_block\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7203\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:10:\"Menu Block\";s:11:\"description\";s:43:\"Provides configurable blocks of menu items.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:12:\"menu (>7.11)\";}s:9:\"configure\";s:38:\"admin/config/user-interface/menu-block\";s:7:\"version\";s:7:\"7.x-2.8\";s:7:\"project\";s:10:\"menu_block\";s:9:\"datestamp\";s:10:\"1543950483\";s:5:\"mtime\";i:1579639466;s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:17:\"menu_block_export\";O:8:\"stdClass\":9:{s:8:\"filename\";s:61:\"sites/all/modules/contrib/menu_block/menu_block_export.module\";s:4:\"name\";s:17:\"menu_block_export\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:17:\"Menu Block Export\";s:11:\"description\";s:48:\"Provides export interface for Menu block module.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:10:\"menu_block\";}s:5:\"files\";a:2:{i:0;s:24:\"menu_block_export.module\";i:1;s:27:\"menu_block_export.admin.inc\";}s:9:\"configure\";s:45:\"admin/config/user-interface/menu-block/export\";s:7:\"version\";s:7:\"7.x-2.8\";s:7:\"project\";s:10:\"menu_block\";s:9:\"datestamp\";s:10:\"1543950483\";s:5:\"mtime\";i:1579639466;s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:13:\"module_filter\";O:8:\"stdClass\":9:{s:8:\"filename\";s:60:\"sites/all/modules/contrib/module_filter/module_filter.module\";s:4:\"name\";s:13:\"module_filter\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7201\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:13:\"Module filter\";s:11:\"description\";s:24:\"Filter the modules list.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:14:\"Administration\";s:5:\"files\";a:8:{i:0;s:21:\"module_filter.install\";i:1;s:20:\"module_filter.module\";i:2;s:23:\"module_filter.admin.inc\";i:3;s:23:\"module_filter.theme.inc\";i:4;s:21:\"css/module_filter.css\";i:5;s:25:\"css/module_filter_tab.css\";i:6;s:19:\"js/module_filter.js\";i:7;s:23:\"js/module_filter_tab.js\";}s:9:\"configure\";s:40:\"admin/config/user-interface/modulefilter\";s:7:\"version\";s:7:\"7.x-2.2\";s:7:\"project\";s:13:\"module_filter\";s:9:\"datestamp\";s:10:\"1553698385\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"node\";O:8:\"stdClass\":9:{s:8:\"filename\";s:24:\"modules/node/node.module\";s:4:\"name\";s:4:\"node\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7016\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:4:\"Node\";s:11:\"description\";s:66:\"Allows content to be submitted to the site and displayed on pages.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:11:\"node.module\";i:1;s:9:\"node.test\";}s:8:\"required\";b:1;s:9:\"configure\";s:21:\"admin/structure/types\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:8:\"node.css\";s:21:\"modules/node/node.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:6:\"number\";O:8:\"stdClass\":9:{s:8:\"filename\";s:42:\"modules/field/modules/number/number.module\";s:4:\"name\";s:6:\"number\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:6:\"Number\";s:11:\"description\";s:28:\"Defines numeric field types.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:11:\"number.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:2:\"og\";O:8:\"stdClass\":9:{s:8:\"filename\";s:38:\"sites/all/modules/contrib/og/og.module\";s:4:\"name\";s:2:\"og\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7205\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:14:\"Organic groups\";s:11:\"description\";s:45:\"API to allow associating content with groups.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:5:{i:0;s:7:\"options\";i:1;s:4:\"list\";i:2;s:4:\"text\";i:3;s:6:\"entity\";i:4;s:15:\"entityreference\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:30:{i:0;s:11:\"og.info.inc\";i:1;s:21:\"includes/og.admin.inc\";i:2;s:25:\"includes/og.exception.inc\";i:3;s:26:\"includes/og.membership.inc\";i:4;s:31:\"includes/og.membership_type.inc\";i:5;s:27:\"includes/views/og.views.inc\";i:6;s:7:\"og.test\";i:7;s:61:\"includes/views/handlers/og_plugin_argument_validate_group.inc\";i:8;s:66:\"includes/views/handlers/og_plugin_argument_default_user_groups.inc\";i:9;s:65:\"includes/views/handlers/og_handler_field_group_audience_state.inc\";i:10;s:59:\"includes/views/handlers/og_handler_field_prerender_list.inc\";i:11;s:55:\"includes/views/handlers/og_handler_field_user_roles.inc\";i:12;s:62:\"includes/views/handlers/og_handler_field_group_permissions.inc\";i:13;s:68:\"includes/views/handlers/og_handler_field_og_membership_link_edit.inc\";i:14;s:70:\"includes/views/handlers/og_handler_field_og_membership_link_delete.inc\";i:15;s:66:\"includes/views/handlers/og_handler_filter_group_audience_state.inc\";i:16;s:56:\"includes/views/handlers/og_handler_filter_user_roles.inc\";i:17;s:51:\"includes/views/handlers/og_handler_relationship.inc\";i:18;s:68:\"includes/views/handlers/og_handler_relationship_membership_roles.inc\";i:19;s:55:\"includes/migrate/plugins/destinations/og_membership.inc\";i:20;s:39:\"includes/migrate/7000/og_add_fields.inc\";i:21;s:36:\"includes/migrate/7000/og_content.inc\";i:22;s:34:\"includes/migrate/7000/og_group.inc\";i:23;s:33:\"includes/migrate/7000/og_user.inc\";i:24;s:47:\"includes/migrate/7000/og_ogur_roles.migrate.inc\";i:25;s:41:\"includes/migrate/7000/og_ogur.migrate.inc\";i:26;s:31:\"includes/migrate/og.migrate.inc\";i:27;s:50:\"includes/migrate/7200/og_og_membership.migrate.inc\";i:28;s:42:\"includes/migrate/7200/og_roles.migrate.inc\";i:29;s:47:\"includes/migrate/7200/og_user_roles.migrate.inc\";}s:7:\"version\";s:8:\"7.x-2.10\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1530174231\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:9:\"og_access\";O:8:\"stdClass\":9:{s:8:\"filename\";s:55:\"sites/all/modules/contrib/og/og_access/og_access.module\";s:4:\"name\";s:9:\"og_access\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7200\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:29:\"Organic groups access control\";s:11:\"description\";s:70:\"Enable access control for private and public groups and group content.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:8:\"7.x-2.10\";s:5:\"files\";a:1:{i:0;s:14:\"og_access.test\";}s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1530174231\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:10:\"og_context\";O:8:\"stdClass\":9:{s:8:\"filename\";s:57:\"sites/all/modules/contrib/og/og_context/og_context.module\";s:4:\"name\";s:10:\"og_context\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:22:\"Organic groups context\";s:11:\"description\";s:31:\"Get a group from a viewed page.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:3:{i:0;s:76:\"includes/views/handlers/og_context_plugin_argument_default_group_context.inc\";i:1;s:60:\"includes/views/handlers/og_context_plugin_access_og_perm.inc\";i:2;s:15:\"og_context.test\";}s:7:\"version\";s:8:\"7.x-2.10\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1530174231\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:15:\"og_field_access\";O:8:\"stdClass\":9:{s:8:\"filename\";s:67:\"sites/all/modules/contrib/og/og_field_access/og_field_access.module\";s:4:\"name\";s:15:\"og_field_access\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:27:\"Organic groups field access\";s:11:\"description\";s:36:\"Provide field access based on group.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:20:\"og_field_access.test\";}s:7:\"version\";s:8:\"7.x-2.10\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1530174231\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:5:\"og_ui\";O:8:\"stdClass\":9:{s:8:\"filename\";s:47:\"sites/all/modules/contrib/og/og_ui/og_ui.module\";s:4:\"name\";s:5:\"og_ui\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7200\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:17:\"Organic groups UI\";s:11:\"description\";s:18:\"Organic groups UI.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:2:{i:0;s:2:\"og\";i:1;s:21:\"views_bulk_operations\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:8:\"7.x-2.10\";s:5:\"files\";a:5:{i:0;s:10:\"og_ui.test\";i:1;s:69:\"includes/views/handlers/og_ui_handler_area_og_membership_overview.inc\";i:2;s:35:\"includes/migrate/7000/add_field.inc\";i:3;s:40:\"includes/migrate/7000/populate_field.inc\";i:4;s:35:\"includes/migrate/7000/set_roles.inc\";}s:9:\"configure\";s:18:\"admin/config/group\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1530174231\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:7:\"options\";O:8:\"stdClass\":9:{s:8:\"filename\";s:44:\"modules/field/modules/options/options.module\";s:4:\"name\";s:7:\"options\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:7:\"Options\";s:11:\"description\";s:82:\"Defines selection, check box and radio button widgets for text and numeric fields.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:12:\"options.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:15:\"options_element\";O:8:\"stdClass\":9:{s:8:\"filename\";s:64:\"sites/all/modules/contrib/options_element/options_element.module\";s:4:\"name\";s:15:\"options_element\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:15:\"Options element\";s:11:\"description\";s:86:\"A custom form element for entering the options in select lists, radios, or checkboxes.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:14:\"User interface\";s:7:\"version\";s:8:\"7.x-1.12\";s:7:\"project\";s:15:\"options_element\";s:9:\"datestamp\";s:10:\"1397696072\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:8:\"passport\";O:8:\"stdClass\":9:{s:8:\"filename\";s:49:\"sites/all/modules/custom/passport/passport.module\";s:4:\"name\";s:8:\"passport\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:18:\"PLAY Modifications\";s:11:\"description\";s:45:\"Includes any customization required for PLAY.\";s:7:\"package\";s:4:\"PLAY\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:15:\"passport.module\";}s:5:\"mtime\";i:1579639467;s:12:\"dependencies\";a:0:{}s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:20:\"passport_assessments\";O:8:\"stdClass\":9:{s:8:\"filename\";s:73:\"sites/all/modules/custom/passport_assessments/passport_assessments.module\";s:4:\"name\";s:20:\"passport_assessments\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:16:\"PLAY Assessments\";s:11:\"description\";s:34:\"Assessment customization for PLAY.\";s:7:\"package\";s:4:\"PLAY\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:7:\"webform\";i:1;s:6:\"ctools\";}s:5:\"files\";a:1:{i:0;s:27:\"passport_assessments.module\";}s:5:\"mtime\";i:1579639467;s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:13:\"passport_dash\";O:8:\"stdClass\":9:{s:8:\"filename\";s:59:\"sites/all/modules/custom/passport_dash/passport_dash.module\";s:4:\"name\";s:13:\"passport_dash\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:15:\"PLAY Dashboards\";s:11:\"description\";s:25:\"User dashboards for PLAY.\";s:7:\"package\";s:4:\"PLAY\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:20:\"passport_dash.module\";}s:5:\"mtime\";i:1579639467;s:12:\"dependencies\";a:0:{}s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:17:\"passport_students\";O:8:\"stdClass\":9:{s:8:\"filename\";s:67:\"sites/all/modules/custom/passport_students/passport_students.module\";s:4:\"name\";s:17:\"passport_students\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:26:\"PLAY Participant Interface\";s:11:\"description\";s:38:\"Participant UI customization for PLAY.\";s:7:\"package\";s:4:\"PLAY\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:20:\"passport_assessments\";}s:5:\"files\";a:1:{i:0;s:24:\"passport_students.module\";}s:5:\"mtime\";i:1579639467;s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:17:\"passport_teachers\";O:8:\"stdClass\":9:{s:8:\"filename\";s:67:\"sites/all/modules/custom/passport_teachers/passport_teachers.module\";s:4:\"name\";s:17:\"passport_teachers\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:21:\"PLAY Leader Interface\";s:11:\"description\";s:33:\"Leader UI customization for PLAY.\";s:7:\"package\";s:4:\"PLAY\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:24:\"passport_teachers.module\";}s:5:\"mtime\";i:1579639467;s:12:\"dependencies\";a:0:{}s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"path\";O:8:\"stdClass\":9:{s:8:\"filename\";s:24:\"modules/path/path.module\";s:4:\"name\";s:4:\"path\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:4:\"Path\";s:11:\"description\";s:28:\"Allows users to rename URLs.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"path.test\";}s:9:\"configure\";s:24:\"admin/config/search/path\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:3:\"php\";O:8:\"stdClass\":9:{s:8:\"filename\";s:22:\"modules/php/php.module\";s:4:\"name\";s:3:\"php\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:10:\"PHP filter\";s:11:\"description\";s:50:\"Allows embedded PHP code/snippets to be evaluated.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:8:\"php.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"play_export\";O:8:\"stdClass\":9:{s:8:\"filename\";s:55:\"sites/all/modules/custom/play_export/play_export.module\";s:4:\"name\";s:11:\"play_export\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:16:\"PLAY Export Data\";s:11:\"description\";s:28:\"Export and reports for PLAY.\";s:7:\"package\";s:4:\"PLAY\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:18:\"play_export.module\";}s:5:\"mtime\";i:1579639467;s:12:\"dependencies\";a:0:{}s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"postal_code\";O:8:\"stdClass\":9:{s:8:\"filename\";s:56:\"sites/all/modules/contrib/postal_code/postal_code.module\";s:4:\"name\";s:11:\"postal_code\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:11:\"Postal Code\";s:11:\"description\";s:24:\"Postal Code Field Module\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:5:\"field\";i:1;s:7:\"options\";}s:9:\"configure\";s:27:\"admin/structure/postal_code\";s:7:\"package\";s:6:\"Fields\";s:5:\"files\";a:1:{i:0;s:27:\"content_migrate.zipcode.inc\";}s:7:\"version\";s:7:\"7.x-1.9\";s:7:\"project\";s:11:\"postal_code\";s:9:\"datestamp\";s:10:\"1418188084\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:3:\"rdf\";O:8:\"stdClass\":9:{s:8:\"filename\";s:22:\"modules/rdf/rdf.module\";s:4:\"name\";s:3:\"rdf\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:3:\"RDF\";s:11:\"description\";s:148:\"Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:8:\"rdf.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"rules_admin\";O:8:\"stdClass\":9:{s:8:\"filename\";s:62:\"sites/all/modules/contrib/rules/rules_admin/rules_admin.module\";s:4:\"name\";s:11:\"rules_admin\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:8:\"Rules UI\";s:11:\"description\";s:44:\"Administrative interface for managing rules.\";s:7:\"package\";s:5:\"Rules\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"rules\";}s:9:\"configure\";s:27:\"admin/config/workflow/rules\";s:5:\"files\";a:1:{i:0;s:22:\"tests/rules_admin.test\";}s:7:\"version\";s:8:\"7.x-2.12\";s:7:\"project\";s:5:\"rules\";s:9:\"datestamp\";s:10:\"1548305586\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:8:\"shortcut\";O:8:\"stdClass\":9:{s:8:\"filename\";s:32:\"modules/shortcut/shortcut.module\";s:4:\"name\";s:8:\"shortcut\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:8:\"Shortcut\";s:11:\"description\";s:60:\"Allows users to manage customizable lists of shortcut links.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:13:\"shortcut.test\";}s:9:\"configure\";s:36:\"admin/config/user-interface/shortcut\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:6:\"system\";O:8:\"stdClass\":9:{s:8:\"filename\";s:28:\"modules/system/system.module\";s:4:\"name\";s:6:\"system\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7084\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:6:\"System\";s:11:\"description\";s:54:\"Handles general site configuration for administrators.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:6:{i:0;s:19:\"system.archiver.inc\";i:1;s:15:\"system.mail.inc\";i:2;s:16:\"system.queue.inc\";i:3;s:14:\"system.tar.inc\";i:4;s:18:\"system.updater.inc\";i:5;s:11:\"system.test\";}s:8:\"required\";b:1;s:9:\"configure\";s:19:\"admin/config/system\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:8:\"taxonomy\";O:8:\"stdClass\":9:{s:8:\"filename\";s:32:\"modules/taxonomy/taxonomy.module\";s:4:\"name\";s:8:\"taxonomy\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7011\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:8:\"Taxonomy\";s:11:\"description\";s:38:\"Enables the categorization of content.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:7:\"options\";}s:5:\"files\";a:2:{i:0;s:15:\"taxonomy.module\";i:1;s:13:\"taxonomy.test\";}s:9:\"configure\";s:24:\"admin/structure/taxonomy\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:8:\"required\";b:1;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:5:\"tcpdf\";O:8:\"stdClass\":9:{s:8:\"filename\";s:44:\"sites/all/modules/contrib/tcpdf/tcpdf.module\";s:4:\"name\";s:5:\"tcpdf\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:5:\"TCPDF\";s:11:\"description\";s:24:\"TcPDF wrapper for Drupal\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:3:\"Pdf\";s:7:\"version\";s:13:\"7.x-1.0-beta1\";s:7:\"project\";s:5:\"tcpdf\";s:12:\"dependencies\";a:1:{i:0;s:9:\"libraries\";}s:9:\"datestamp\";s:10:\"1395070142\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:4:\"text\";O:8:\"stdClass\":9:{s:8:\"filename\";s:38:\"modules/field/modules/text/text.module\";s:4:\"name\";s:4:\"text\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:4:\"Text\";s:11:\"description\";s:32:\"Defines simple text field types.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:9:\"text.test\";}s:8:\"required\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:11:\"explanation\";s:105:\"Field type(s) in use - see <a href=\"https://play.physicalliteracy.ca/admin/reports/fields\">Field list</a>\";}}s:11:\"text_resize\";O:8:\"stdClass\":9:{s:8:\"filename\";s:56:\"sites/all/modules/contrib/text_resize/text_resize.module\";s:4:\"name\";s:11:\"text_resize\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:11:\"Text Resize\";s:11:\"description\";s:66:\"Creates a block that allows your users to resize text on the page.\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-1.9\";s:9:\"configure\";s:39:\"admin/config/user-interface/text_resize\";s:5:\"files\";a:2:{i:0;s:19:\"text_resize.install\";i:1;s:18:\"text_resize.module\";}s:7:\"project\";s:11:\"text_resize\";s:9:\"datestamp\";s:10:\"1408557832\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:5:\"token\";O:8:\"stdClass\":9:{s:8:\"filename\";s:44:\"sites/all/modules/contrib/token/token.module\";s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:5:\"Token\";s:11:\"description\";s:73:\"Provides a user interface for the Token API and some missing core tokens.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"token.test\";}s:7:\"version\";s:7:\"7.x-1.7\";s:7:\"project\";s:5:\"token\";s:9:\"datestamp\";s:10:\"1485316088\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:7:\"toolbar\";O:8:\"stdClass\":9:{s:8:\"filename\";s:30:\"modules/toolbar/toolbar.module\";s:4:\"name\";s:7:\"toolbar\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:7:\"Toolbar\";s:11:\"description\";s:99:\"Provides a toolbar that shows the top-level administration menu items and links from other modules.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:11:\"translation\";O:8:\"stdClass\":9:{s:8:\"filename\";s:38:\"modules/translation/translation.module\";s:4:\"name\";s:11:\"translation\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:19:\"Content translation\";s:11:\"description\";s:57:\"Allows content to be translated into different languages.\";s:12:\"dependencies\";a:1:{i:0;s:6:\"locale\";}s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:16:\"translation.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:6:\"update\";O:8:\"stdClass\":9:{s:8:\"filename\";s:28:\"modules/update/update.module\";s:4:\"name\";s:6:\"update\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:14:\"Update manager\";s:11:\"description\";s:104:\"Checks for available updates, and can securely install or update modules and themes via a web interface.\";s:7:\"version\";s:4:\"7.88\";s:7:\"package\";s:4:\"Core\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:11:\"update.test\";}s:9:\"configure\";s:30:\"admin/reports/updates/settings\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"user\";O:8:\"stdClass\":9:{s:8:\"filename\";s:24:\"modules/user/user.module\";s:4:\"name\";s:4:\"user\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7020\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:4:\"User\";s:11:\"description\";s:47:\"Manages the user registration and login system.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:11:\"user.module\";i:1;s:9:\"user.test\";}s:8:\"required\";b:1;s:9:\"configure\";s:19:\"admin/config/people\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:8:\"user.css\";s:21:\"modules/user/user.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:8:\"variable\";O:8:\"stdClass\":9:{s:8:\"filename\";s:50:\"sites/all/modules/contrib/variable/variable.module\";s:4:\"name\";s:8:\"variable\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:8:\"Variable\";s:11:\"description\";s:43:\"Variable Information and basic variable API\";s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:9:{i:0;s:27:\"includes/forum.variable.inc\";i:1;s:28:\"includes/locale.variable.inc\";i:2;s:26:\"includes/menu.variable.inc\";i:3;s:26:\"includes/node.variable.inc\";i:4;s:28:\"includes/system.variable.inc\";i:5;s:30:\"includes/taxonomy.variable.inc\";i:6;s:33:\"includes/translation.variable.inc\";i:7;s:26:\"includes/user.variable.inc\";i:8;s:13:\"variable.test\";}s:7:\"version\";s:7:\"7.x-2.5\";s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1398250128\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:21:\"views_bulk_operations\";O:8:\"stdClass\":9:{s:8:\"filename\";s:76:\"sites/all/modules/contrib/views_bulk_operations/views_bulk_operations.module\";s:4:\"name\";s:21:\"views_bulk_operations\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:21:\"Views Bulk Operations\";s:11:\"description\";s:74:\"Provides a way of selecting multiple rows and applying operations to them.\";s:12:\"dependencies\";a:2:{i:0;s:6:\"entity\";i:1;s:14:\"views (>=3.12)\";}s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:5:\"5.2.9\";s:5:\"files\";a:2:{i:0;s:38:\"plugins/operation_types/base.class.php\";i:1;s:56:\"views/views_bulk_operations_handler_field_operations.inc\";}s:7:\"version\";s:7:\"7.x-3.5\";s:7:\"project\";s:21:\"views_bulk_operations\";s:9:\"datestamp\";s:10:\"1525821486\";s:5:\"mtime\";i:1579639467;s:9:\"bootstrap\";i:0;}}s:15:\"views_slideshow\";O:8:\"stdClass\":9:{s:8:\"filename\";s:64:\"sites/all/modules/contrib/views_slideshow/views_slideshow.module\";s:4:\"name\";s:15:\"views_slideshow\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7300\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:15:\"Views Slideshow\";s:11:\"description\";s:155:\"Provides a View style that displays rows as a jQuery slideshow.  This is an API and requires Views Slideshow Cycle or another module that supports the API.\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:42:\"views_slideshow_plugin_style_slideshow.inc\";}s:7:\"version\";s:7:\"7.x-3.9\";s:7:\"project\";s:15:\"views_slideshow\";s:9:\"datestamp\";s:10:\"1496893153\";s:5:\"mtime\";i:1579639467;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:21:\"views_slideshow_cycle\";O:8:\"stdClass\":9:{s:8:\"filename\";s:100:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.module\";s:4:\"name\";s:21:\"views_slideshow_cycle\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:22:\"Views Slideshow: Cycle\";s:11:\"description\";s:50:\"Adds a Rotating slideshow mode to Views Slideshow.\";s:12:\"dependencies\";a:2:{i:0;s:15:\"views_slideshow\";i:1;s:9:\"libraries\";}s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-3.9\";s:7:\"project\";s:15:\"views_slideshow\";s:9:\"datestamp\";s:10:\"1496893153\";s:5:\"mtime\";i:1579639467;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:8:\"views_ui\";O:8:\"stdClass\":9:{s:8:\"filename\";s:47:\"sites/all/modules/contrib/views/views_ui.module\";s:4:\"name\";s:8:\"views_ui\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:14:{s:4:\"name\";s:8:\"Views UI\";s:11:\"description\";s:93:\"Administrative interface to views. Without this module, you cannot create or edit your views.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:21:\"admin/structure/views\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:34:\"# @codingStandardsIgnoreLine\nfiles\";a:1:{i:0;s:15:\"views_ui.module\";}s:5:\"files\";a:1:{i:0;s:57:\"plugins/views_wizard/views_ui_base_views_wizard.class.php\";}s:7:\"version\";s:8:\"7.x-3.23\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1557505389\";s:5:\"mtime\";i:1579639467;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:18:\"webform_playslider\";O:8:\"stdClass\":9:{s:8:\"filename\";s:69:\"sites/all/modules/custom/webform_playslider/webform_playslider.module\";s:4:\"name\";s:18:\"webform_playslider\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:54:\"Webform PLAY Slider and Radio Buttons Custom Component\";s:11:\"description\";s:91:\"Adds an integer slider and 5-radio button component to Webform for use in PLAY assessments.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:7:\"webform\";i:1;s:18:\"webform_playslider\";}s:7:\"package\";s:7:\"Webform\";s:5:\"mtime\";i:1579639467;s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:22:\"webform_playslideradpt\";O:8:\"stdClass\":9:{s:8:\"filename\";s:77:\"sites/all/modules/custom/webform_playslideradpt/webform_playslideradpt.module\";s:4:\"name\";s:22:\"webform_playslideradpt\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:76:\"Webform adpatedPLAY Slider with Radio Buttons and textfield Custom Component\";s:11:\"description\";s:110:\"Adds an integer slider, 5-radio, and textfield button component to Webform for use in adaptedPLAY assessments.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:7:\"webform\";}s:7:\"package\";s:7:\"Webform\";s:5:\"mtime\";i:1579639467;s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:21:\"webform_preplayslider\";O:8:\"stdClass\":9:{s:8:\"filename\";s:75:\"sites/all/modules/custom/webform_preplayslider/webform_preplayslider.module\";s:4:\"name\";s:21:\"webform_preplayslider\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:36:\"Webform PLAY Slider Custom Component\";s:11:\"description\";s:72:\"Adds an integer slider component to Webform for use in PLAY assessments.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:7:\"webform\";i:1;s:21:\"webform_preplayslider\";}s:7:\"package\";s:7:\"Webform\";s:5:\"mtime\";i:1579639467;s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:13:\"webform_rules\";O:8:\"stdClass\":9:{s:8:\"filename\";s:60:\"sites/all/modules/contrib/webform_rules/webform_rules.module\";s:4:\"name\";s:13:\"webform_rules\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:12:{s:4:\"name\";s:13:\"Webform Rules\";s:4:\"core\";s:3:\"7.x\";s:11:\"description\";s:47:\"Adds rules integration for webform submissions.\";s:7:\"package\";s:7:\"Webform\";s:5:\"files\";a:2:{i:0;s:20:\"webform_rules.module\";i:1;s:23:\"webform_rules.rules.inc\";}s:12:\"dependencies\";a:2:{i:0;s:19:\"webform (>=7.x-3.x)\";i:1;s:5:\"rules\";}s:7:\"version\";s:7:\"7.x-1.6\";s:7:\"project\";s:13:\"webform_rules\";s:9:\"datestamp\";s:10:\"1363428917\";s:5:\"mtime\";i:1579639467;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:14:\"webform_survey\";O:8:\"stdClass\":9:{s:8:\"filename\";s:61:\"sites/all/modules/custom/webform_survey/webform_survey.module\";s:4:\"name\";s:14:\"webform_survey\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:10:{s:4:\"name\";s:31:\"Webform Survey Custom Component\";s:11:\"description\";s:66:\"Adds a 5-radio button component to Webform for use in P4L Surveys.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:7:\"webform\";}s:7:\"package\";s:7:\"Webform\";s:5:\"mtime\";i:1579639467;s:7:\"version\";N;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}}s:7:\"wysiwyg\";O:8:\"stdClass\":9:{s:8:\"filename\";s:48:\"sites/all/modules/contrib/wysiwyg/wysiwyg.module\";s:4:\"name\";s:7:\"wysiwyg\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7206\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:13:{s:4:\"name\";s:7:\"Wysiwyg\";s:11:\"description\";s:48:\"Allows to edit content with client-side editors.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:28:\"admin/config/content/wysiwyg\";s:5:\"files\";a:2:{i:0;s:14:\"wysiwyg.module\";i:1;s:18:\"tests/wysiwyg.test\";}s:7:\"version\";s:7:\"7.x-2.9\";s:7:\"project\";s:7:\"wysiwyg\";s:9:\"datestamp\";s:10:\"1641401249\";s:5:\"mtime\";i:1646155465;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"field_group\";O:8:\"stdClass\":9:{s:8:\"filename\";s:56:\"sites/all/modules/contrib/field_group/field_group.module\";s:4:\"name\";s:11:\"field_group\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7008\";s:6:\"weight\";s:1:\"1\";s:4:\"info\";a:12:{s:4:\"name\";s:11:\"Field Group\";s:11:\"description\";s:67:\"Provides the ability to group your fields on both form and display.\";s:7:\"package\";s:6:\"Fields\";s:12:\"dependencies\";a:2:{i:0;s:5:\"field\";i:1;s:6:\"ctools\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:25:\"tests/field_group.ui.test\";i:1;s:30:\"tests/field_group.display.test\";}s:7:\"version\";s:7:\"7.x-1.6\";s:7:\"project\";s:11:\"field_group\";s:9:\"datestamp\";s:10:\"1509751991\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:8:\"pathauto\";O:8:\"stdClass\":9:{s:8:\"filename\";s:50:\"sites/all/modules/contrib/pathauto/pathauto.module\";s:4:\"name\";s:8:\"pathauto\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7006\";s:6:\"weight\";s:1:\"1\";s:4:\"info\";a:14:{s:4:\"name\";s:8:\"Pathauto\";s:11:\"description\";s:95:\"Provides a mechanism for modules to automatically generate aliases for the content they manage.\";s:12:\"dependencies\";a:2:{i:0;s:4:\"path\";i:1;s:5:\"token\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:20:\"pathauto.migrate.inc\";i:1;s:13:\"pathauto.test\";}s:9:\"configure\";s:33:\"admin/config/search/path/patterns\";s:10:\"recommends\";a:1:{i:0;s:8:\"redirect\";}s:7:\"version\";s:7:\"7.x-1.3\";s:7:\"project\";s:8:\"pathauto\";s:9:\"datestamp\";s:10:\"1444232655\";s:5:\"mtime\";i:1579639466;s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:9:\"i18n_menu\";O:8:\"stdClass\":9:{s:8:\"filename\";s:57:\"sites/all/modules/contrib/i18n/i18n_menu/i18n_menu.module\";s:4:\"name\";s:9:\"i18n_menu\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:1:\"5\";s:4:\"info\";a:12:{s:4:\"name\";s:16:\"Menu translation\";s:11:\"description\";s:40:\"Supports translatable custom menu items.\";s:12:\"dependencies\";a:4:{i:0;s:4:\"i18n\";i:1;s:4:\"menu\";i:2;s:11:\"i18n_string\";i:3;s:16:\"i18n_translation\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:13:\"i18n_menu.inc\";i:1;s:14:\"i18n_menu.test\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:9:\"i18n_path\";O:8:\"stdClass\":9:{s:8:\"filename\";s:57:\"sites/all/modules/contrib/i18n/i18n_path/i18n_path.module\";s:4:\"name\";s:9:\"i18n_path\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:1:\"5\";s:4:\"info\";a:12:{s:4:\"name\";s:16:\"Path translation\";s:11:\"description\";s:37:\"Define translations for generic paths\";s:12:\"dependencies\";a:1:{i:0;s:16:\"i18n_translation\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:13:\"i18n_path.inc\";i:1;s:14:\"i18n_path.test\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:13:\"i18n_taxonomy\";O:8:\"stdClass\":9:{s:8:\"filename\";s:65:\"sites/all/modules/contrib/i18n/i18n_taxonomy/i18n_taxonomy.module\";s:4:\"name\";s:13:\"i18n_taxonomy\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7004\";s:6:\"weight\";s:1:\"5\";s:4:\"info\";a:12:{s:4:\"name\";s:20:\"Taxonomy translation\";s:11:\"description\";s:30:\"Enables multilingual taxonomy.\";s:12:\"dependencies\";a:3:{i:0;s:8:\"taxonomy\";i:1;s:11:\"i18n_string\";i:2;s:16:\"i18n_translation\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:4:{i:0;s:17:\"i18n_taxonomy.inc\";i:1;s:23:\"i18n_taxonomy.pages.inc\";i:2;s:23:\"i18n_taxonomy.admin.inc\";i:3;s:18:\"i18n_taxonomy.test\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:4:\"i18n\";O:8:\"stdClass\":9:{s:8:\"filename\";s:42:\"sites/all/modules/contrib/i18n/i18n.module\";s:4:\"name\";s:4:\"i18n\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:2:\"10\";s:4:\"info\";a:13:{s:4:\"name\";s:20:\"Internationalization\";s:11:\"description\";s:49:\"Extends Drupal support for multilingual features.\";s:12:\"dependencies\";a:2:{i:0;s:6:\"locale\";i:1;s:8:\"variable\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:15:\"i18n_object.inc\";i:1;s:9:\"i18n.test\";}s:9:\"configure\";s:26:\"admin/config/regional/i18n\";s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392197;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"i18n_string\";O:8:\"stdClass\":9:{s:8:\"filename\";s:61:\"sites/all/modules/contrib/i18n/i18n_string/i18n_string.module\";s:4:\"name\";s:11:\"i18n_string\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7004\";s:6:\"weight\";s:2:\"10\";s:4:\"info\";a:13:{s:4:\"name\";s:18:\"String translation\";s:11:\"description\";s:57:\"Provides support for translation of user defined strings.\";s:12:\"dependencies\";a:2:{i:0;s:6:\"locale\";i:1;s:4:\"i18n\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:3:{i:0;s:21:\"i18n_string.admin.inc\";i:1;s:15:\"i18n_string.inc\";i:2;s:16:\"i18n_string.test\";}s:9:\"configure\";s:34:\"admin/config/regional/i18n/strings\";s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:15:\"menu_attributes\";O:8:\"stdClass\":9:{s:8:\"filename\";s:64:\"sites/all/modules/contrib/menu_attributes/menu_attributes.module\";s:4:\"name\";s:15:\"menu_attributes\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:2:\"10\";s:4:\"info\";a:13:{s:4:\"name\";s:15:\"Menu attributes\";s:11:\"description\";s:66:\"Allows administrators to specify custom attributes for menu items.\";s:12:\"dependencies\";a:1:{i:0;s:4:\"menu\";}s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:29:\"admin/structure/menu/settings\";s:5:\"files\";a:1:{i:0;s:20:\"menu_attributes.test\";}s:7:\"version\";s:7:\"7.x-1.0\";s:7:\"project\";s:15:\"menu_attributes\";s:9:\"datestamp\";s:10:\"1455568740\";s:5:\"mtime\";i:1579639466;s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:5:\"views\";O:8:\"stdClass\":9:{s:8:\"filename\";s:44:\"sites/all/modules/contrib/views/views.module\";s:4:\"name\";s:5:\"views\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7302\";s:6:\"weight\";s:2:\"10\";s:4:\"info\";a:13:{s:4:\"name\";s:5:\"Views\";s:11:\"description\";s:55:\"Create customized lists and queries from your database.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:13:\"css/views.css\";s:45:\"sites/all/modules/contrib/views/css/views.css\";}}s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:5:\"files\";a:317:{i:0;s:31:\"handlers/views_handler_area.inc\";i:1;s:40:\"handlers/views_handler_area_messages.inc\";i:2;s:38:\"handlers/views_handler_area_result.inc\";i:3;s:36:\"handlers/views_handler_area_text.inc\";i:4;s:43:\"handlers/views_handler_area_text_custom.inc\";i:5;s:36:\"handlers/views_handler_area_view.inc\";i:6;s:35:\"handlers/views_handler_argument.inc\";i:7;s:40:\"handlers/views_handler_argument_date.inc\";i:8;s:43:\"handlers/views_handler_argument_formula.inc\";i:9;s:47:\"handlers/views_handler_argument_many_to_one.inc\";i:10;s:40:\"handlers/views_handler_argument_null.inc\";i:11;s:43:\"handlers/views_handler_argument_numeric.inc\";i:12;s:42:\"handlers/views_handler_argument_string.inc\";i:13;s:52:\"handlers/views_handler_argument_group_by_numeric.inc\";i:14;s:32:\"handlers/views_handler_field.inc\";i:15;s:40:\"handlers/views_handler_field_counter.inc\";i:16;s:40:\"handlers/views_handler_field_boolean.inc\";i:17;s:49:\"handlers/views_handler_field_contextual_links.inc\";i:18;s:48:\"handlers/views_handler_field_ctools_dropdown.inc\";i:19;s:39:\"handlers/views_handler_field_custom.inc\";i:20;s:37:\"handlers/views_handler_field_date.inc\";i:21;s:39:\"handlers/views_handler_field_entity.inc\";i:22;s:38:\"handlers/views_handler_field_links.inc\";i:23;s:39:\"handlers/views_handler_field_markup.inc\";i:24;s:37:\"handlers/views_handler_field_math.inc\";i:25;s:40:\"handlers/views_handler_field_numeric.inc\";i:26;s:47:\"handlers/views_handler_field_prerender_list.inc\";i:27;s:46:\"handlers/views_handler_field_time_interval.inc\";i:28;s:43:\"handlers/views_handler_field_serialized.inc\";i:29;s:45:\"handlers/views_handler_field_machine_name.inc\";i:30;s:36:\"handlers/views_handler_field_url.inc\";i:31;s:33:\"handlers/views_handler_filter.inc\";i:32;s:50:\"handlers/views_handler_filter_boolean_operator.inc\";i:33;s:57:\"handlers/views_handler_filter_boolean_operator_string.inc\";i:34;s:41:\"handlers/views_handler_filter_combine.inc\";i:35;s:38:\"handlers/views_handler_filter_date.inc\";i:36;s:42:\"handlers/views_handler_filter_equality.inc\";i:37;s:47:\"handlers/views_handler_filter_entity_bundle.inc\";i:38;s:50:\"handlers/views_handler_filter_group_by_numeric.inc\";i:39;s:45:\"handlers/views_handler_filter_in_operator.inc\";i:40;s:45:\"handlers/views_handler_filter_many_to_one.inc\";i:41;s:41:\"handlers/views_handler_filter_numeric.inc\";i:42;s:40:\"handlers/views_handler_filter_string.inc\";i:43;s:48:\"handlers/views_handler_filter_fields_compare.inc\";i:44;s:39:\"handlers/views_handler_relationship.inc\";i:45;s:53:\"handlers/views_handler_relationship_groupwise_max.inc\";i:46;s:31:\"handlers/views_handler_sort.inc\";i:47;s:36:\"handlers/views_handler_sort_date.inc\";i:48;s:39:\"handlers/views_handler_sort_formula.inc\";i:49;s:48:\"handlers/views_handler_sort_group_by_numeric.inc\";i:50;s:46:\"handlers/views_handler_sort_menu_hierarchy.inc\";i:51;s:38:\"handlers/views_handler_sort_random.inc\";i:52;s:17:\"includes/base.inc\";i:53;s:21:\"includes/handlers.inc\";i:54;s:20:\"includes/plugins.inc\";i:55;s:17:\"includes/view.inc\";i:56;s:60:\"modules/aggregator/views_handler_argument_aggregator_fid.inc\";i:57;s:60:\"modules/aggregator/views_handler_argument_aggregator_iid.inc\";i:58;s:69:\"modules/aggregator/views_handler_argument_aggregator_category_cid.inc\";i:59;s:64:\"modules/aggregator/views_handler_field_aggregator_title_link.inc\";i:60;s:62:\"modules/aggregator/views_handler_field_aggregator_category.inc\";i:61;s:70:\"modules/aggregator/views_handler_field_aggregator_item_description.inc\";i:62;s:57:\"modules/aggregator/views_handler_field_aggregator_xss.inc\";i:63;s:67:\"modules/aggregator/views_handler_filter_aggregator_category_cid.inc\";i:64;s:54:\"modules/aggregator/views_plugin_row_aggregator_rss.inc\";i:65;s:56:\"modules/book/views_plugin_argument_default_book_root.inc\";i:66;s:59:\"modules/comment/views_handler_argument_comment_user_uid.inc\";i:67;s:47:\"modules/comment/views_handler_field_comment.inc\";i:68;s:53:\"modules/comment/views_handler_field_comment_depth.inc\";i:69;s:52:\"modules/comment/views_handler_field_comment_link.inc\";i:70;s:60:\"modules/comment/views_handler_field_comment_link_approve.inc\";i:71;s:59:\"modules/comment/views_handler_field_comment_link_delete.inc\";i:72;s:57:\"modules/comment/views_handler_field_comment_link_edit.inc\";i:73;s:58:\"modules/comment/views_handler_field_comment_link_reply.inc\";i:74;s:57:\"modules/comment/views_handler_field_comment_node_link.inc\";i:75;s:56:\"modules/comment/views_handler_field_comment_username.inc\";i:76;s:61:\"modules/comment/views_handler_field_ncs_last_comment_name.inc\";i:77;s:56:\"modules/comment/views_handler_field_ncs_last_updated.inc\";i:78;s:52:\"modules/comment/views_handler_field_node_comment.inc\";i:79;s:57:\"modules/comment/views_handler_field_node_new_comments.inc\";i:80;s:62:\"modules/comment/views_handler_field_last_comment_timestamp.inc\";i:81;s:57:\"modules/comment/views_handler_filter_comment_user_uid.inc\";i:82;s:57:\"modules/comment/views_handler_filter_ncs_last_updated.inc\";i:83;s:53:\"modules/comment/views_handler_filter_node_comment.inc\";i:84;s:53:\"modules/comment/views_handler_sort_comment_thread.inc\";i:85;s:60:\"modules/comment/views_handler_sort_ncs_last_comment_name.inc\";i:86;s:55:\"modules/comment/views_handler_sort_ncs_last_updated.inc\";i:87;s:48:\"modules/comment/views_plugin_row_comment_rss.inc\";i:88;s:49:\"modules/comment/views_plugin_row_comment_view.inc\";i:89;s:52:\"modules/contact/views_handler_field_contact_link.inc\";i:90;s:43:\"modules/field/views_handler_field_field.inc\";i:91;s:59:\"modules/field/views_handler_relationship_entity_reverse.inc\";i:92;s:51:\"modules/field/views_handler_argument_field_list.inc\";i:93;s:57:\"modules/field/views_handler_filter_field_list_boolean.inc\";i:94;s:58:\"modules/field/views_handler_argument_field_list_string.inc\";i:95;s:49:\"modules/field/views_handler_filter_field_list.inc\";i:96;s:57:\"modules/filter/views_handler_field_filter_format_name.inc\";i:97;s:52:\"modules/locale/views_handler_field_node_language.inc\";i:98;s:53:\"modules/locale/views_handler_filter_node_language.inc\";i:99;s:54:\"modules/locale/views_handler_argument_locale_group.inc\";i:100;s:57:\"modules/locale/views_handler_argument_locale_language.inc\";i:101;s:51:\"modules/locale/views_handler_field_locale_group.inc\";i:102;s:54:\"modules/locale/views_handler_field_locale_language.inc\";i:103;s:55:\"modules/locale/views_handler_field_locale_link_edit.inc\";i:104;s:52:\"modules/locale/views_handler_filter_locale_group.inc\";i:105;s:55:\"modules/locale/views_handler_filter_locale_language.inc\";i:106;s:54:\"modules/locale/views_handler_filter_locale_version.inc\";i:107;s:51:\"modules/locale/views_handler_sort_node_language.inc\";i:108;s:53:\"modules/node/views_handler_argument_dates_various.inc\";i:109;s:53:\"modules/node/views_handler_argument_node_language.inc\";i:110;s:48:\"modules/node/views_handler_argument_node_nid.inc\";i:111;s:49:\"modules/node/views_handler_argument_node_type.inc\";i:112;s:48:\"modules/node/views_handler_argument_node_vid.inc\";i:113;s:57:\"modules/node/views_handler_argument_node_uid_revision.inc\";i:114;s:59:\"modules/node/views_handler_field_history_user_timestamp.inc\";i:115;s:41:\"modules/node/views_handler_field_node.inc\";i:116;s:46:\"modules/node/views_handler_field_node_link.inc\";i:117;s:53:\"modules/node/views_handler_field_node_link_delete.inc\";i:118;s:51:\"modules/node/views_handler_field_node_link_edit.inc\";i:119;s:50:\"modules/node/views_handler_field_node_revision.inc\";i:120;s:55:\"modules/node/views_handler_field_node_revision_link.inc\";i:121;s:62:\"modules/node/views_handler_field_node_revision_link_delete.inc\";i:122;s:62:\"modules/node/views_handler_field_node_revision_link_revert.inc\";i:123;s:46:\"modules/node/views_handler_field_node_path.inc\";i:124;s:46:\"modules/node/views_handler_field_node_type.inc\";i:125;s:55:\"modules/node/views_handler_field_node_version_count.inc\";i:126;s:60:\"modules/node/views_handler_filter_history_user_timestamp.inc\";i:127;s:49:\"modules/node/views_handler_filter_node_access.inc\";i:128;s:49:\"modules/node/views_handler_filter_node_status.inc\";i:129;s:47:\"modules/node/views_handler_filter_node_type.inc\";i:130;s:55:\"modules/node/views_handler_filter_node_uid_revision.inc\";i:131;s:56:\"modules/node/views_handler_filter_node_version_count.inc\";i:132;s:54:\"modules/node/views_handler_sort_node_version_count.inc\";i:133;s:51:\"modules/node/views_plugin_argument_default_node.inc\";i:134;s:52:\"modules/node/views_plugin_argument_validate_node.inc\";i:135;s:42:\"modules/node/views_plugin_row_node_rss.inc\";i:136;s:43:\"modules/node/views_plugin_row_node_view.inc\";i:137;s:52:\"modules/profile/views_handler_field_profile_date.inc\";i:138;s:52:\"modules/profile/views_handler_field_profile_list.inc\";i:139;s:58:\"modules/profile/views_handler_filter_profile_selection.inc\";i:140;s:48:\"modules/search/views_handler_argument_search.inc\";i:141;s:51:\"modules/search/views_handler_field_search_score.inc\";i:142;s:46:\"modules/search/views_handler_filter_search.inc\";i:143;s:50:\"modules/search/views_handler_sort_search_score.inc\";i:144;s:47:\"modules/search/views_plugin_row_search_view.inc\";i:145;s:57:\"modules/statistics/views_handler_field_accesslog_path.inc\";i:146;s:65:\"modules/statistics/views_handler_field_node_counter_timestamp.inc\";i:147;s:61:\"modules/statistics/views_handler_field_statistics_numeric.inc\";i:148;s:50:\"modules/system/views_handler_argument_file_fid.inc\";i:149;s:43:\"modules/system/views_handler_field_file.inc\";i:150;s:53:\"modules/system/views_handler_field_file_extension.inc\";i:151;s:52:\"modules/system/views_handler_field_file_filemime.inc\";i:152;s:47:\"modules/system/views_handler_field_file_uri.inc\";i:153;s:50:\"modules/system/views_handler_field_file_status.inc\";i:154;s:51:\"modules/system/views_handler_filter_file_status.inc\";i:155;s:52:\"modules/taxonomy/views_handler_argument_taxonomy.inc\";i:156;s:57:\"modules/taxonomy/views_handler_argument_term_node_tid.inc\";i:157;s:63:\"modules/taxonomy/views_handler_argument_term_node_tid_depth.inc\";i:158;s:68:\"modules/taxonomy/views_handler_argument_term_node_tid_depth_join.inc\";i:159;s:72:\"modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc\";i:160;s:58:\"modules/taxonomy/views_handler_argument_vocabulary_vid.inc\";i:161;s:67:\"modules/taxonomy/views_handler_argument_vocabulary_machine_name.inc\";i:162;s:49:\"modules/taxonomy/views_handler_field_taxonomy.inc\";i:163;s:54:\"modules/taxonomy/views_handler_field_term_node_tid.inc\";i:164;s:55:\"modules/taxonomy/views_handler_field_term_link_edit.inc\";i:165;s:55:\"modules/taxonomy/views_handler_filter_term_node_tid.inc\";i:166;s:61:\"modules/taxonomy/views_handler_filter_term_node_tid_depth.inc\";i:167;s:66:\"modules/taxonomy/views_handler_filter_term_node_tid_depth_join.inc\";i:168;s:56:\"modules/taxonomy/views_handler_filter_vocabulary_vid.inc\";i:169;s:65:\"modules/taxonomy/views_handler_filter_vocabulary_machine_name.inc\";i:170;s:62:\"modules/taxonomy/views_handler_relationship_node_term_data.inc\";i:171;s:65:\"modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc\";i:172;s:63:\"modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc\";i:173;s:67:\"modules/tracker/views_handler_argument_tracker_comment_user_uid.inc\";i:174;s:65:\"modules/tracker/views_handler_filter_tracker_comment_user_uid.inc\";i:175;s:65:\"modules/tracker/views_handler_filter_tracker_boolean_operator.inc\";i:176;s:51:\"modules/system/views_handler_filter_system_type.inc\";i:177;s:56:\"modules/translation/views_handler_argument_node_tnid.inc\";i:178;s:63:\"modules/translation/views_handler_field_node_link_translate.inc\";i:179;s:65:\"modules/translation/views_handler_field_node_translation_link.inc\";i:180;s:54:\"modules/translation/views_handler_filter_node_tnid.inc\";i:181;s:60:\"modules/translation/views_handler_filter_node_tnid_child.inc\";i:182;s:62:\"modules/translation/views_handler_relationship_translation.inc\";i:183;s:48:\"modules/user/views_handler_argument_user_uid.inc\";i:184;s:55:\"modules/user/views_handler_argument_users_roles_rid.inc\";i:185;s:41:\"modules/user/views_handler_field_user.inc\";i:186;s:50:\"modules/user/views_handler_field_user_language.inc\";i:187;s:46:\"modules/user/views_handler_field_user_link.inc\";i:188;s:53:\"modules/user/views_handler_field_user_link_cancel.inc\";i:189;s:51:\"modules/user/views_handler_field_user_link_edit.inc\";i:190;s:46:\"modules/user/views_handler_field_user_mail.inc\";i:191;s:46:\"modules/user/views_handler_field_user_name.inc\";i:192;s:53:\"modules/user/views_handler_field_user_permissions.inc\";i:193;s:49:\"modules/user/views_handler_field_user_picture.inc\";i:194;s:47:\"modules/user/views_handler_field_user_roles.inc\";i:195;s:50:\"modules/user/views_handler_filter_user_current.inc\";i:196;s:47:\"modules/user/views_handler_filter_user_name.inc\";i:197;s:54:\"modules/user/views_handler_filter_user_permissions.inc\";i:198;s:48:\"modules/user/views_handler_filter_user_roles.inc\";i:199;s:59:\"modules/user/views_plugin_argument_default_current_user.inc\";i:200;s:51:\"modules/user/views_plugin_argument_default_user.inc\";i:201;s:52:\"modules/user/views_plugin_argument_validate_user.inc\";i:202;s:43:\"modules/user/views_plugin_row_user_view.inc\";i:203;s:31:\"plugins/views_plugin_access.inc\";i:204;s:36:\"plugins/views_plugin_access_none.inc\";i:205;s:36:\"plugins/views_plugin_access_perm.inc\";i:206;s:36:\"plugins/views_plugin_access_role.inc\";i:207;s:41:\"plugins/views_plugin_argument_default.inc\";i:208;s:45:\"plugins/views_plugin_argument_default_php.inc\";i:209;s:47:\"plugins/views_plugin_argument_default_fixed.inc\";i:210;s:45:\"plugins/views_plugin_argument_default_raw.inc\";i:211;s:42:\"plugins/views_plugin_argument_validate.inc\";i:212;s:50:\"plugins/views_plugin_argument_validate_numeric.inc\";i:213;s:46:\"plugins/views_plugin_argument_validate_php.inc\";i:214;s:30:\"plugins/views_plugin_cache.inc\";i:215;s:35:\"plugins/views_plugin_cache_none.inc\";i:216;s:35:\"plugins/views_plugin_cache_time.inc\";i:217;s:32:\"plugins/views_plugin_display.inc\";i:218;s:43:\"plugins/views_plugin_display_attachment.inc\";i:219;s:38:\"plugins/views_plugin_display_block.inc\";i:220;s:40:\"plugins/views_plugin_display_default.inc\";i:221;s:38:\"plugins/views_plugin_display_embed.inc\";i:222;s:41:\"plugins/views_plugin_display_extender.inc\";i:223;s:37:\"plugins/views_plugin_display_feed.inc\";i:224;s:37:\"plugins/views_plugin_display_page.inc\";i:225;s:43:\"plugins/views_plugin_exposed_form_basic.inc\";i:226;s:37:\"plugins/views_plugin_exposed_form.inc\";i:227;s:52:\"plugins/views_plugin_exposed_form_input_required.inc\";i:228;s:42:\"plugins/views_plugin_localization_core.inc\";i:229;s:37:\"plugins/views_plugin_localization.inc\";i:230;s:42:\"plugins/views_plugin_localization_none.inc\";i:231;s:30:\"plugins/views_plugin_pager.inc\";i:232;s:35:\"plugins/views_plugin_pager_full.inc\";i:233;s:35:\"plugins/views_plugin_pager_mini.inc\";i:234;s:35:\"plugins/views_plugin_pager_none.inc\";i:235;s:35:\"plugins/views_plugin_pager_some.inc\";i:236;s:30:\"plugins/views_plugin_query.inc\";i:237;s:38:\"plugins/views_plugin_query_default.inc\";i:238;s:28:\"plugins/views_plugin_row.inc\";i:239;s:35:\"plugins/views_plugin_row_fields.inc\";i:240;s:39:\"plugins/views_plugin_row_rss_fields.inc\";i:241;s:30:\"plugins/views_plugin_style.inc\";i:242;s:38:\"plugins/views_plugin_style_default.inc\";i:243;s:35:\"plugins/views_plugin_style_grid.inc\";i:244;s:35:\"plugins/views_plugin_style_list.inc\";i:245;s:40:\"plugins/views_plugin_style_jump_menu.inc\";i:246;s:38:\"plugins/views_plugin_style_mapping.inc\";i:247;s:34:\"plugins/views_plugin_style_rss.inc\";i:248;s:38:\"plugins/views_plugin_style_summary.inc\";i:249;s:48:\"plugins/views_plugin_style_summary_jump_menu.inc\";i:250;s:50:\"plugins/views_plugin_style_summary_unformatted.inc\";i:251;s:36:\"plugins/views_plugin_style_table.inc\";i:252;s:34:\"tests/handlers/views_handlers.test\";i:253;s:43:\"tests/handlers/views_handler_area_text.test\";i:254;s:47:\"tests/handlers/views_handler_argument_null.test\";i:255;s:49:\"tests/handlers/views_handler_argument_string.test\";i:256;s:39:\"tests/handlers/views_handler_field.test\";i:257;s:47:\"tests/handlers/views_handler_field_boolean.test\";i:258;s:46:\"tests/handlers/views_handler_field_custom.test\";i:259;s:47:\"tests/handlers/views_handler_field_counter.test\";i:260;s:44:\"tests/handlers/views_handler_field_date.test\";i:261;s:54:\"tests/handlers/views_handler_field_file_extension.test\";i:262;s:49:\"tests/handlers/views_handler_field_file_size.test\";i:263;s:44:\"tests/handlers/views_handler_field_math.test\";i:264;s:43:\"tests/handlers/views_handler_field_url.test\";i:265;s:43:\"tests/handlers/views_handler_field_xss.test\";i:266;s:48:\"tests/handlers/views_handler_filter_combine.test\";i:267;s:45:\"tests/handlers/views_handler_filter_date.test\";i:268;s:49:\"tests/handlers/views_handler_filter_equality.test\";i:269;s:52:\"tests/handlers/views_handler_filter_in_operator.test\";i:270;s:48:\"tests/handlers/views_handler_filter_numeric.test\";i:271;s:47:\"tests/handlers/views_handler_filter_string.test\";i:272;s:43:\"tests/handlers/views_handler_manytoone.test\";i:273;s:45:\"tests/handlers/views_handler_sort_random.test\";i:274;s:43:\"tests/handlers/views_handler_sort_date.test\";i:275;s:38:\"tests/handlers/views_handler_sort.test\";i:276;s:46:\"tests/test_handlers/views_test_area_access.inc\";i:277;s:60:\"tests/test_plugins/views_test_plugin_access_test_dynamic.inc\";i:278;s:59:\"tests/test_plugins/views_test_plugin_access_test_static.inc\";i:279;s:59:\"tests/test_plugins/views_test_plugin_style_test_mapping.inc\";i:280;s:39:\"tests/plugins/views_plugin_display.test\";i:281;s:46:\"tests/styles/views_plugin_style_jump_menu.test\";i:282;s:36:\"tests/styles/views_plugin_style.test\";i:283;s:41:\"tests/styles/views_plugin_style_base.test\";i:284;s:44:\"tests/styles/views_plugin_style_mapping.test\";i:285;s:48:\"tests/styles/views_plugin_style_unformatted.test\";i:286;s:23:\"tests/views_access.test\";i:287;s:24:\"tests/views_analyze.test\";i:288;s:22:\"tests/views_basic.test\";i:289;s:21:\"tests/views_ajax.test\";i:290;s:33:\"tests/views_argument_default.test\";i:291;s:35:\"tests/views_argument_validator.test\";i:292;s:29:\"tests/views_exposed_form.test\";i:293;s:31:\"tests/field/views_fieldapi.test\";i:294;s:25:\"tests/views_glossary.test\";i:295;s:24:\"tests/views_groupby.test\";i:296;s:31:\"tests/views_handler_filter.test\";i:297;s:25:\"tests/views_handlers.test\";i:298;s:23:\"tests/views_module.test\";i:299;s:22:\"tests/views_pager.test\";i:300;s:40:\"tests/views_plugin_localization_test.inc\";i:301;s:29:\"tests/views_translatable.test\";i:302;s:22:\"tests/views_query.test\";i:303;s:24:\"tests/views_upgrade.test\";i:304;s:34:\"tests/views_test.views_default.inc\";i:305;s:58:\"tests/comment/views_handler_argument_comment_user_uid.test\";i:306;s:56:\"tests/comment/views_handler_filter_comment_user_uid.test\";i:307;s:45:\"tests/node/views_node_revision_relations.test\";i:308;s:61:\"tests/taxonomy/views_handler_relationship_node_term_data.test\";i:309;s:45:\"tests/user/views_handler_field_user_name.test\";i:310;s:43:\"tests/user/views_user_argument_default.test\";i:311;s:44:\"tests/user/views_user_argument_validate.test\";i:312;s:26:\"tests/user/views_user.test\";i:313;s:22:\"tests/views_cache.test\";i:314;s:22:\"tests/views_clone.test\";i:315;s:21:\"tests/views_view.test\";i:316;s:19:\"tests/views_ui.test\";}s:7:\"version\";s:8:\"7.x-3.23\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1557505389\";s:5:\"mtime\";i:1579639467;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:11:\"admin_views\";O:8:\"stdClass\":9:{s:8:\"filename\";s:56:\"sites/all/modules/contrib/admin_views/admin_views.module\";s:4:\"name\";s:11:\"admin_views\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7100\";s:6:\"weight\";s:2:\"12\";s:4:\"info\";a:12:{s:4:\"name\";s:20:\"Administration views\";s:11:\"description\";s:75:\"Replaces all system object management pages in Drupal core with real views.\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:5:\"views\";i:1;s:33:\"views_bulk_operations (>=7.x-3.2)\";}s:5:\"files\";a:3:{i:0;s:39:\"plugins/views_plugin_display_system.inc\";i:1;s:36:\"plugins/views_plugin_access_menu.inc\";i:2;s:22:\"tests/admin_views.test\";}s:7:\"version\";s:7:\"7.x-1.7\";s:7:\"project\";s:11:\"admin_views\";s:9:\"datestamp\";s:10:\"1574192287\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:5:\"rules\";O:8:\"stdClass\":9:{s:8:\"filename\";s:44:\"sites/all/modules/contrib/rules/rules.module\";s:4:\"name\";s:5:\"rules\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:4:\"7215\";s:6:\"weight\";s:2:\"20\";s:4:\"info\";a:13:{s:4:\"name\";s:5:\"Rules\";s:11:\"description\";s:51:\"React on events and conditionally evaluate actions.\";s:7:\"package\";s:5:\"Rules\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:20:{i:0;s:18:\"rules.features.inc\";i:1;s:18:\"includes/faces.inc\";i:2;s:23:\"includes/rules.core.inc\";i:3;s:24:\"includes/rules.event.inc\";i:4;s:28:\"includes/rules.processor.inc\";i:5;s:26:\"includes/rules.plugins.inc\";i:6;s:24:\"includes/rules.state.inc\";i:7;s:25:\"modules/comment.rules.inc\";i:8;s:21:\"modules/node.eval.inc\";i:9;s:22:\"modules/node.rules.inc\";i:10;s:20:\"modules/php.eval.inc\";i:11;s:27:\"modules/rules_core.eval.inc\";i:12;s:23:\"modules/system.eval.inc\";i:13;s:26:\"modules/taxonomy.rules.inc\";i:14;s:20:\"ui/ui.controller.inc\";i:15;s:14:\"ui/ui.core.inc\";i:16;s:14:\"ui/ui.data.inc\";i:17;s:17:\"ui/ui.plugins.inc\";i:18;s:16:\"tests/rules.test\";i:19;s:26:\"tests/rules_test.rules.inc\";}s:12:\"dependencies\";a:2:{i:0;s:12:\"entity_token\";i:1;s:6:\"entity\";}s:7:\"version\";s:8:\"7.x-2.12\";s:7:\"project\";s:5:\"rules\";s:9:\"datestamp\";s:10:\"1548305586\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:9:\"configure\";s:27:\"admin/config/workflow/rules\";}}s:5:\"devel\";O:8:\"stdClass\":9:{s:8:\"filename\";s:44:\"sites/all/modules/contrib/devel/devel.module\";s:4:\"name\";s:5:\"devel\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"1\";s:14:\"schema_version\";s:4:\"7008\";s:6:\"weight\";s:2:\"88\";s:4:\"info\";a:14:{s:4:\"name\";s:5:\"Devel\";s:11:\"description\";s:52:\"Various blocks, pages, and functions for developers.\";s:7:\"package\";s:11:\"Development\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:30:\"admin/config/development/devel\";s:4:\"tags\";a:1:{i:0;s:9:\"developer\";}s:5:\"files\";a:2:{i:0;s:10:\"devel.test\";i:1;s:14:\"devel.mail.inc\";}s:7:\"version\";s:7:\"7.x-1.7\";s:7:\"project\";s:5:\"devel\";s:9:\"datestamp\";s:10:\"1550852892\";s:5:\"mtime\";i:1579639466;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:12:\"page_manager\";O:8:\"stdClass\":9:{s:8:\"filename\";s:65:\"sites/all/modules/contrib/ctools/page_manager/page_manager.module\";s:4:\"name\";s:12:\"page_manager\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:2:\"99\";s:4:\"info\";a:12:{s:4:\"name\";s:12:\"Page manager\";s:11:\"description\";s:54:\"Provides a UI and API to manage pages within the site.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:7:\"package\";s:16:\"Chaos tool suite\";s:5:\"files\";a:1:{i:0;s:21:\"tests/head_links.test\";}s:7:\"version\";s:8:\"7.x-1.15\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1549603691\";s:5:\"mtime\";i:1579639466;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:10:\"i18n_block\";O:8:\"stdClass\":9:{s:8:\"filename\";s:59:\"sites/all/modules/contrib/i18n/i18n_block/i18n_block.module\";s:4:\"name\";s:10:\"i18n_block\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7001\";s:6:\"weight\";s:3:\"100\";s:4:\"info\";a:12:{s:4:\"name\";s:15:\"Block languages\";s:11:\"description\";s:68:\"Enables language selector for blocks and optional block translation.\";s:12:\"dependencies\";a:2:{i:0;s:5:\"block\";i:1;s:11:\"i18n_string\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:14:\"i18n_block.inc\";i:1;s:15:\"i18n_block.test\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392197;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:9:\"i18n_sync\";O:8:\"stdClass\":9:{s:8:\"filename\";s:57:\"sites/all/modules/contrib/i18n/i18n_sync/i18n_sync.module\";s:4:\"name\";s:9:\"i18n_sync\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:4:\"7000\";s:6:\"weight\";s:3:\"100\";s:4:\"info\";a:12:{s:4:\"name\";s:24:\"Synchronize translations\";s:11:\"description\";s:73:\"Synchronizes taxonomy and fields across translations of the same content.\";s:12:\"dependencies\";a:2:{i:0;s:4:\"i18n\";i:1;s:11:\"translation\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:5:{i:0;s:16:\"i18n_sync.module\";i:1;s:17:\"i18n_sync.install\";i:2;s:20:\"i18n_sync.module.inc\";i:3;s:18:\"i18n_sync.node.inc\";i:4;s:14:\"i18n_sync.test\";}s:7:\"version\";s:8:\"7.x-1.31\";s:7:\"project\";s:4:\"i18n\";s:9:\"datestamp\";s:10:\"1619398284\";s:5:\"mtime\";i:1624392198;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}}s:8:\"standard\";O:8:\"stdClass\":9:{s:8:\"filename\";s:34:\"profiles/standard/standard.profile\";s:4:\"name\";s:8:\"standard\";s:4:\"type\";s:6:\"module\";s:5:\"owner\";s:0:\"\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:4:\"1000\";s:4:\"info\";a:15:{s:4:\"name\";s:8:\"Standard\";s:11:\"description\";s:51:\"Install with commonly used features pre-configured.\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:21:{i:0;s:5:\"block\";i:1;s:5:\"color\";i:2;s:7:\"comment\";i:3;s:10:\"contextual\";i:4;s:9:\"dashboard\";i:5;s:4:\"help\";i:6;s:5:\"image\";i:7;s:4:\"list\";i:8;s:4:\"menu\";i:9;s:6:\"number\";i:10;s:7:\"options\";i:11;s:4:\"path\";i:12;s:8:\"taxonomy\";i:13;s:5:\"dblog\";i:14;s:6:\"search\";i:15;s:8:\"shortcut\";i:16;s:7:\"toolbar\";i:17;s:7:\"overlay\";i:18;s:8:\"field_ui\";i:19;s:4:\"file\";i:20;s:3:\"rdf\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:5:\"mtime\";i:1645030312;s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;s:6:\"hidden\";b:1;s:8:\"required\";b:1;s:17:\"distribution_name\";s:6:\"Drupal\";}}}s:5:\"theme\";a:8:{s:6:\"bartik\";O:8:\"stdClass\":10:{s:8:\"filename\";s:25:\"themes/bartik/bartik.info\";s:4:\"name\";s:6:\"bartik\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:19:{s:4:\"name\";s:6:\"Bartik\";s:11:\"description\";s:48:\"A flexible, recolorable theme with many regions.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:3:{s:14:\"css/layout.css\";s:28:\"themes/bartik/css/layout.css\";s:13:\"css/style.css\";s:27:\"themes/bartik/css/style.css\";s:14:\"css/colors.css\";s:28:\"themes/bartik/css/colors.css\";}s:5:\"print\";a:1:{s:13:\"css/print.css\";s:27:\"themes/bartik/css/print.css\";}}s:7:\"regions\";a:20:{s:6:\"header\";s:6:\"Header\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:11:\"highlighted\";s:11:\"Highlighted\";s:8:\"featured\";s:8:\"Featured\";s:7:\"content\";s:7:\"Content\";s:13:\"sidebar_first\";s:13:\"Sidebar first\";s:14:\"sidebar_second\";s:14:\"Sidebar second\";s:14:\"triptych_first\";s:14:\"Triptych first\";s:15:\"triptych_middle\";s:15:\"Triptych middle\";s:13:\"triptych_last\";s:13:\"Triptych last\";s:18:\"footer_firstcolumn\";s:19:\"Footer first column\";s:19:\"footer_secondcolumn\";s:20:\"Footer second column\";s:18:\"footer_thirdcolumn\";s:19:\"Footer third column\";s:19:\"footer_fourthcolumn\";s:20:\"Footer fourth column\";s:6:\"footer\";s:6:\"Footer\";s:14:\"dashboard_main\";s:16:\"Dashboard (main)\";s:17:\"dashboard_sidebar\";s:19:\"Dashboard (sidebar)\";s:18:\"dashboard_inactive\";s:20:\"Dashboard (inactive)\";}s:8:\"settings\";a:1:{s:20:\"shortcut_module_link\";s:1:\"0\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:6:\"engine\";s:11:\"phptemplate\";s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:28:\"themes/bartik/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1645030312;s:15:\"overlay_regions\";a:3:{i:0;s:14:\"dashboard_main\";i:1;s:17:\"dashboard_sidebar\";i:2;s:18:\"dashboard_inactive\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";}s:7:\"garland\";O:8:\"stdClass\":10:{s:8:\"filename\";s:27:\"themes/garland/garland.info\";s:4:\"name\";s:7:\"garland\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:19:{s:4:\"name\";s:7:\"Garland\";s:11:\"description\";s:111:\"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:8:\"settings\";a:1:{s:13:\"garland_width\";s:5:\"fluid\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:12:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:14:\"dashboard_main\";s:16:\"Dashboard (main)\";s:17:\"dashboard_sidebar\";s:19:\"Dashboard (sidebar)\";s:18:\"dashboard_inactive\";s:20:\"Dashboard (inactive)\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:29:\"themes/garland/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1645030312;s:15:\"overlay_regions\";a:3:{i:0;s:14:\"dashboard_main\";i:1;s:17:\"dashboard_sidebar\";i:2;s:18:\"dashboard_inactive\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";}s:3:\"p4l\";O:8:\"stdClass\":11:{s:8:\"filename\";s:29:\"sites/all/themes/p4l/p4l.info\";s:4:\"name\";s:3:\"p4l\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:16:{s:10:\"screenshot\";s:35:\"sites/all/themes/p4l/screenshot.png\";s:4:\"name\";s:17:\"Passport for Life\";s:11:\"description\";s:55:\"A Zen subtheme made specifically for Passport for Life.\";s:4:\"core\";s:3:\"7.x\";s:10:\"base theme\";s:3:\"zen\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:19:{s:16:\"system.menus.css\";s:37:\"sites/all/themes/p4l/system.menus.css\";s:17:\"css/normalize.css\";s:38:\"sites/all/themes/p4l/css/normalize.css\";s:18:\"css/wireframes.css\";s:39:\"sites/all/themes/p4l/css/wireframes.css\";s:27:\"css/layouts/fixed-width.css\";s:48:\"sites/all/themes/p4l/css/layouts/fixed-width.css\";s:24:\"css/page-backgrounds.css\";s:45:\"sites/all/themes/p4l/css/page-backgrounds.css\";s:12:\"css/tabs.css\";s:33:\"sites/all/themes/p4l/css/tabs.css\";s:13:\"css/pages.css\";s:34:\"sites/all/themes/p4l/css/pages.css\";s:14:\"css/blocks.css\";s:35:\"sites/all/themes/p4l/css/blocks.css\";s:18:\"css/navigation.css\";s:39:\"sites/all/themes/p4l/css/navigation.css\";s:20:\"css/views-styles.css\";s:41:\"sites/all/themes/p4l/css/views-styles.css\";s:13:\"css/nodes.css\";s:34:\"sites/all/themes/p4l/css/nodes.css\";s:16:\"css/comments.css\";s:37:\"sites/all/themes/p4l/css/comments.css\";s:13:\"css/forms.css\";s:34:\"sites/all/themes/p4l/css/forms.css\";s:14:\"css/fields.css\";s:35:\"sites/all/themes/p4l/css/fields.css\";s:13:\"css/print.css\";s:34:\"sites/all/themes/p4l/css/print.css\";s:16:\"css/passport.css\";s:37:\"sites/all/themes/p4l/css/passport.css\";s:11:\"css/ie7.css\";s:32:\"sites/all/themes/p4l/css/ie7.css\";s:11:\"css/ie8.css\";s:32:\"sites/all/themes/p4l/css/ie8.css\";s:11:\"css/ie9.css\";s:32:\"sites/all/themes/p4l/css/ie9.css\";}}s:7:\"regions\";a:14:{s:6:\"header\";s:6:\"Header\";s:10:\"navigation\";s:14:\"Navigation bar\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:7:\"content\";s:7:\"Content\";s:6:\"bottom\";s:14:\"Content bottom\";s:13:\"sidebar_first\";s:13:\"First sidebar\";s:14:\"sidebar_second\";s:14:\"Second sidebar\";s:6:\"footer\";s:6:\"Footer\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:14:\"dashboard_main\";s:16:\"Dashboard (main)\";s:17:\"dashboard_sidebar\";s:19:\"Dashboard (sidebar)\";s:18:\"dashboard_inactive\";s:20:\"Dashboard (inactive)\";}s:8:\"features\";a:8:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:17:\"node_user_picture\";i:4;s:20:\"comment_user_picture\";i:5;s:7:\"favicon\";i:6;s:9:\"main_menu\";i:7;s:14:\"secondary_menu\";}s:8:\"settings\";a:10:{s:14:\"zen_breadcrumb\";s:3:\"yes\";s:24:\"zen_breadcrumb_separator\";s:5:\" › \";s:19:\"zen_breadcrumb_home\";s:1:\"1\";s:23:\"zen_breadcrumb_trailing\";s:1:\"1\";s:20:\"zen_breadcrumb_title\";s:1:\"0\";s:20:\"zen_skip_link_anchor\";s:9:\"main-menu\";s:18:\"zen_skip_link_text\";s:18:\"Jump to navigation\";s:22:\"zen_html5_respond_meta\";a:3:{i:0;s:7:\"respond\";i:1;s:5:\"html5\";i:2;s:4:\"meta\";}s:20:\"zen_rebuild_registry\";s:1:\"1\";s:14:\"zen_wireframes\";s:1:\"0\";}s:6:\"engine\";s:11:\"phptemplate\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1579639467;s:15:\"overlay_regions\";a:3:{i:0;s:14:\"dashboard_main\";i:1;s:17:\"dashboard_sidebar\";i:2;s:18:\"dashboard_inactive\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:11:\"base_themes\";a:1:{s:3:\"zen\";s:3:\"Zen\";}s:6:\"prefix\";s:11:\"phptemplate\";}s:8:\"passport\";O:8:\"stdClass\":11:{s:8:\"filename\";s:34:\"sites/all/themes/p4l/passport.info\";s:4:\"name\";s:8:\"passport\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:10:\"screenshot\";s:35:\"sites/all/themes/p4l/screenshot.png\";s:4:\"name\";s:17:\"Passport for Life\";s:11:\"description\";s:55:\"A Zen subtheme made specifically for Passport for Life.\";s:4:\"core\";s:3:\"7.x\";s:10:\"base theme\";s:3:\"zen\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:19:{s:16:\"system.menus.css\";s:37:\"sites/all/themes/p4l/system.menus.css\";s:17:\"css/normalize.css\";s:38:\"sites/all/themes/p4l/css/normalize.css\";s:18:\"css/wireframes.css\";s:39:\"sites/all/themes/p4l/css/wireframes.css\";s:27:\"css/layouts/fixed-width.css\";s:48:\"sites/all/themes/p4l/css/layouts/fixed-width.css\";s:24:\"css/page-backgrounds.css\";s:45:\"sites/all/themes/p4l/css/page-backgrounds.css\";s:12:\"css/tabs.css\";s:33:\"sites/all/themes/p4l/css/tabs.css\";s:13:\"css/pages.css\";s:34:\"sites/all/themes/p4l/css/pages.css\";s:14:\"css/blocks.css\";s:35:\"sites/all/themes/p4l/css/blocks.css\";s:18:\"css/navigation.css\";s:39:\"sites/all/themes/p4l/css/navigation.css\";s:20:\"css/views-styles.css\";s:41:\"sites/all/themes/p4l/css/views-styles.css\";s:13:\"css/nodes.css\";s:34:\"sites/all/themes/p4l/css/nodes.css\";s:16:\"css/comments.css\";s:37:\"sites/all/themes/p4l/css/comments.css\";s:13:\"css/forms.css\";s:34:\"sites/all/themes/p4l/css/forms.css\";s:14:\"css/fields.css\";s:35:\"sites/all/themes/p4l/css/fields.css\";s:13:\"css/print.css\";s:34:\"sites/all/themes/p4l/css/print.css\";s:16:\"css/passport.css\";s:37:\"sites/all/themes/p4l/css/passport.css\";s:11:\"css/ie7.css\";s:32:\"sites/all/themes/p4l/css/ie7.css\";s:11:\"css/ie8.css\";s:32:\"sites/all/themes/p4l/css/ie8.css\";s:11:\"css/ie9.css\";s:32:\"sites/all/themes/p4l/css/ie9.css\";}}s:7:\"regions\";a:14:{s:6:\"header\";s:6:\"Header\";s:10:\"navigation\";s:14:\"Navigation bar\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:7:\"content\";s:7:\"Content\";s:13:\"sidebar_first\";s:13:\"First sidebar\";s:14:\"sidebar_second\";s:14:\"Second sidebar\";s:6:\"footer\";s:6:\"Footer\";s:6:\"bottom\";s:11:\"Page bottom\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:14:\"dashboard_main\";s:16:\"Dashboard (main)\";s:17:\"dashboard_sidebar\";s:19:\"Dashboard (sidebar)\";s:18:\"dashboard_inactive\";s:20:\"Dashboard (inactive)\";}s:8:\"features\";a:8:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:17:\"node_user_picture\";i:4;s:20:\"comment_user_picture\";i:5;s:7:\"favicon\";i:6;s:9:\"main_menu\";i:7;s:14:\"secondary_menu\";}s:8:\"settings\";a:10:{s:14:\"zen_breadcrumb\";s:3:\"yes\";s:24:\"zen_breadcrumb_separator\";s:5:\" › \";s:19:\"zen_breadcrumb_home\";s:1:\"1\";s:23:\"zen_breadcrumb_trailing\";s:1:\"1\";s:20:\"zen_breadcrumb_title\";s:1:\"0\";s:20:\"zen_skip_link_anchor\";s:9:\"main-menu\";s:18:\"zen_skip_link_text\";s:18:\"Jump to navigation\";s:22:\"zen_html5_respond_meta\";a:3:{i:0;s:7:\"respond\";i:1;s:5:\"html5\";i:2;s:4:\"meta\";}s:20:\"zen_rebuild_registry\";s:1:\"1\";s:14:\"zen_wireframes\";s:1:\"0\";}s:6:\"engine\";s:11:\"phptemplate\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:15:\"overlay_regions\";a:5:{i:0;s:14:\"dashboard_main\";i:1;s:17:\"dashboard_sidebar\";i:2;s:18:\"dashboard_inactive\";i:3;s:7:\"content\";i:4;s:4:\"help\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:11:\"base_themes\";a:1:{s:3:\"zen\";s:3:\"Zen\";}s:6:\"prefix\";s:11:\"phptemplate\";}s:15:\"play_responsive\";O:8:\"stdClass\":11:{s:8:\"filename\";s:53:\"sites/all/themes/play_responsive/play_responsive.info\";s:4:\"name\";s:15:\"play_responsive\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"1\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:16:{s:10:\"screenshot\";s:47:\"sites/all/themes/play_responsive/screenshot.png\";s:4:\"name\";s:15:\"PLAY Responsive\";s:11:\"description\";s:42:\"A Zen subtheme made specifically for PLAY.\";s:4:\"core\";s:3:\"7.x\";s:10:\"base theme\";s:3:\"zen\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:16:\"system.menus.css\";s:49:\"sites/all/themes/play_responsive/system.menus.css\";s:14:\"css/styles.css\";s:47:\"sites/all/themes/play_responsive/css/styles.css\";}}s:7:\"scripts\";a:5:{s:31:\"js/jquery.ui.touch-punch.min.js\";s:64:\"sites/all/themes/play_responsive/js/jquery.ui.touch-punch.min.js\";s:16:\"js/matchMedia.js\";s:49:\"sites/all/themes/play_responsive/js/matchMedia.js\";s:24:\"js/jquery.matchHeight.js\";s:57:\"sites/all/themes/play_responsive/js/jquery.matchHeight.js\";s:12:\"js/script.js\";s:45:\"sites/all/themes/play_responsive/js/script.js\";s:20:\"js/jquery.fitvids.js\";s:53:\"sites/all/themes/play_responsive/js/jquery.fitvids.js\";}s:7:\"regions\";a:13:{s:6:\"header\";s:6:\"Header\";s:10:\"navigation\";s:14:\"Navigation bar\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:7:\"content\";s:7:\"Content\";s:6:\"bottom\";s:14:\"Content bottom\";s:13:\"sidebar_first\";s:13:\"First sidebar\";s:6:\"footer\";s:6:\"Footer\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:14:\"dashboard_main\";s:16:\"Dashboard (main)\";s:17:\"dashboard_sidebar\";s:19:\"Dashboard (sidebar)\";s:18:\"dashboard_inactive\";s:20:\"Dashboard (inactive)\";}s:8:\"features\";a:8:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:6:\"slogan\";i:3;s:17:\"node_user_picture\";i:4;s:20:\"comment_user_picture\";i:5;s:7:\"favicon\";i:6;s:9:\"main_menu\";i:7;s:14:\"secondary_menu\";}s:8:\"settings\";a:10:{s:14:\"zen_breadcrumb\";s:3:\"yes\";s:24:\"zen_breadcrumb_separator\";s:5:\" › \";s:19:\"zen_breadcrumb_home\";s:1:\"1\";s:23:\"zen_breadcrumb_trailing\";s:1:\"1\";s:20:\"zen_breadcrumb_title\";s:1:\"0\";s:20:\"zen_skip_link_anchor\";s:9:\"main-menu\";s:18:\"zen_skip_link_text\";s:18:\"Jump to navigation\";s:22:\"zen_html5_respond_meta\";a:3:{i:0;s:7:\"respond\";i:1;s:5:\"html5\";i:2;s:4:\"meta\";}s:20:\"zen_rebuild_registry\";s:1:\"1\";s:14:\"zen_wireframes\";s:1:\"0\";}s:6:\"engine\";s:11:\"phptemplate\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"mtime\";i:1579639467;s:15:\"overlay_regions\";a:3:{i:0;s:14:\"dashboard_main\";i:1;s:17:\"dashboard_sidebar\";i:2;s:18:\"dashboard_inactive\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:11:\"base_themes\";a:1:{s:3:\"zen\";s:3:\"Zen\";}s:6:\"prefix\";s:11:\"phptemplate\";}s:5:\"seven\";O:8:\"stdClass\":10:{s:8:\"filename\";s:23:\"themes/seven/seven.info\";s:4:\"name\";s:5:\"seven\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:19:{s:4:\"name\";s:5:\"Seven\";s:11:\"description\";s:65:\"A simple one-column, tableless, fluid width administration theme.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:6:\"screen\";a:2:{s:9:\"reset.css\";s:22:\"themes/seven/reset.css\";s:9:\"style.css\";s:22:\"themes/seven/style.css\";}}s:8:\"settings\";a:1:{s:20:\"shortcut_module_link\";s:1:\"1\";}s:7:\"regions\";a:8:{s:7:\"content\";s:7:\"Content\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:13:\"sidebar_first\";s:13:\"First sidebar\";s:14:\"dashboard_main\";s:16:\"Dashboard (main)\";s:17:\"dashboard_sidebar\";s:19:\"Dashboard (sidebar)\";s:18:\"dashboard_inactive\";s:20:\"Dashboard (inactive)\";}s:14:\"regions_hidden\";a:3:{i:0;s:13:\"sidebar_first\";i:1;s:8:\"page_top\";i:2;s:11:\"page_bottom\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:6:\"engine\";s:11:\"phptemplate\";s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/seven/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1645030312;s:15:\"overlay_regions\";a:3:{i:0;s:14:\"dashboard_main\";i:1;s:17:\"dashboard_sidebar\";i:2;s:18:\"dashboard_inactive\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";}s:5:\"stark\";O:8:\"stdClass\":10:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:18:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal\'s default HTML markup and CSS styles. To learn how to build your own theme and override Drupal\'s default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.88\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1645030312\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:12:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:14:\"dashboard_main\";s:16:\"Dashboard (main)\";s:17:\"dashboard_sidebar\";s:19:\"Dashboard (sidebar)\";s:18:\"dashboard_inactive\";s:20:\"Dashboard (inactive)\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1645030312;s:15:\"overlay_regions\";a:3:{i:0;s:14:\"dashboard_main\";i:1;s:17:\"dashboard_sidebar\";i:2;s:18:\"dashboard_inactive\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";}s:3:\"zen\";O:8:\"stdClass\":11:{s:8:\"filename\";s:29:\"sites/all/themes/zen/zen.info\";s:4:\"name\";s:3:\"zen\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:19:{s:4:\"name\";s:3:\"Zen\";s:11:\"description\";s:195:\"Zen sub-themes are the ultimate starting themes for Drupal 7. Read the <a href=\"https://drupal.org/node/873778\">online docs</a> or the included README-FIRST.txt on how to create a theme with Zen.\";s:10:\"screenshot\";s:49:\"sites/all/themes/zen/zen-internals/screenshot.png\";s:4:\"core\";s:3:\"7.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:16:\"system.menus.css\";s:37:\"sites/all/themes/zen/system.menus.css\";}}s:7:\"regions\";a:14:{s:6:\"header\";s:6:\"Header\";s:10:\"navigation\";s:14:\"Navigation bar\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:7:\"content\";s:7:\"Content\";s:13:\"sidebar_first\";s:13:\"First sidebar\";s:14:\"sidebar_second\";s:14:\"Second sidebar\";s:6:\"footer\";s:6:\"Footer\";s:6:\"bottom\";s:11:\"Page bottom\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:14:\"dashboard_main\";s:16:\"Dashboard (main)\";s:17:\"dashboard_sidebar\";s:19:\"Dashboard (sidebar)\";s:18:\"dashboard_inactive\";s:20:\"Dashboard (inactive)\";}s:8:\"settings\";a:11:{s:14:\"zen_breadcrumb\";s:3:\"yes\";s:24:\"zen_breadcrumb_separator\";s:5:\" › \";s:19:\"zen_breadcrumb_home\";s:1:\"1\";s:23:\"zen_breadcrumb_trailing\";s:1:\"0\";s:20:\"zen_breadcrumb_title\";s:1:\"0\";s:10:\"zen_layout\";s:23:\"zen-responsive-sidebars\";s:20:\"zen_skip_link_anchor\";s:9:\"main-menu\";s:18:\"zen_skip_link_text\";s:18:\"Jump to navigation\";s:22:\"zen_html5_respond_meta\";a:3:{i:0;s:7:\"respond\";i:1;s:5:\"html5\";i:2;s:4:\"meta\";}s:20:\"zen_rebuild_registry\";s:1:\"0\";s:14:\"zen_wireframes\";s:1:\"0\";}s:7:\"plugins\";a:1:{s:6:\"panels\";a:1:{s:7:\"layouts\";s:14:\"panels-layouts\";}}s:7:\"version\";s:7:\"7.x-5.6\";s:7:\"project\";s:3:\"zen\";s:9:\"datestamp\";s:10:\"1448957644\";s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1579639467;s:15:\"overlay_regions\";a:3:{i:0;s:14:\"dashboard_main\";i:1;s:17:\"dashboard_sidebar\";i:2;s:18:\"dashboard_inactive\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:10:\"sub_themes\";a:3:{s:3:\"p4l\";s:17:\"Passport for Life\";s:8:\"passport\";s:17:\"Passport for Life\";s:15:\"play_responsive\";s:15:\"PLAY Responsive\";}s:6:\"prefix\";s:11:\"phptemplate\";}}s:9:\"filepaths\";a:120:{i:0;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"i18n_user\";s:8:\"filepath\";s:57:\"sites/all/modules/contrib/i18n/i18n_user/i18n_user.module\";}i:1;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:14:\"variable_realm\";s:8:\"filepath\";s:71:\"sites/all/modules/contrib/variable/variable_realm/variable_realm.module\";}i:2;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:14:\"variable_store\";s:8:\"filepath\";s:71:\"sites/all/modules/contrib/variable/variable_store/variable_store.module\";}i:3;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"i18n_variable\";s:8:\"filepath\";s:65:\"sites/all/modules/contrib/i18n/i18n_variable/i18n_variable.module\";}i:4;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:10:\"masquerade\";s:8:\"filepath\";s:54:\"sites/all/modules/contrib/masquerade/masquerade.module\";}i:5;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"block\";s:8:\"filepath\";s:26:\"modules/block/block.module\";}i:6;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:16:\"webform_template\";s:8:\"filepath\";s:66:\"sites/all/modules/contrib/webform_template/webform_template.module\";}i:7;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:7:\"webform\";s:8:\"filepath\";s:48:\"sites/all/modules/contrib/webform/webform.module\";}i:8;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:12:\"addressfield\";s:8:\"filepath\";s:58:\"sites/all/modules/contrib/addressfield/addressfield.module\";}i:9;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:19:\"addressfield_tokens\";s:8:\"filepath\";s:72:\"sites/all/modules/contrib/addressfield_tokens/addressfield_tokens.module\";}i:10;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:14:\"autoassignrole\";s:8:\"filepath\";s:62:\"sites/all/modules/contrib/autoassignrole/autoassignrole.module\";}i:11;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:22:\"better_exposed_filters\";s:8:\"filepath\";s:78:\"sites/all/modules/contrib/better_exposed_filters/better_exposed_filters.module\";}i:12;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"block_class\";s:8:\"filepath\";s:56:\"sites/all/modules/contrib/block_class/block_class.module\";}i:13;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"color\";s:8:\"filepath\";s:26:\"modules/color/color.module\";}i:14;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"color_field\";s:8:\"filepath\";s:56:\"sites/all/modules/contrib/color_field/color_field.module\";}i:15;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:10:\"contextual\";s:8:\"filepath\";s:36:\"modules/contextual/contextual.module\";}i:16;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"countries\";s:8:\"filepath\";s:52:\"sites/all/modules/contrib/countries/countries.module\";}i:17;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:6:\"ctools\";s:8:\"filepath\";s:46:\"sites/all/modules/contrib/ctools/ctools.module\";}i:18;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"dashboard\";s:8:\"filepath\";s:34:\"modules/dashboard/dashboard.module\";}i:19;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"date\";s:8:\"filepath\";s:42:\"sites/all/modules/contrib/date/date.module\";}i:20;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"date_api\";s:8:\"filepath\";s:55:\"sites/all/modules/contrib/date/date_api/date_api.module\";}i:21;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:10:\"date_popup\";s:8:\"filepath\";s:59:\"sites/all/modules/contrib/date/date_popup/date_popup.module\";}i:22;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"dblog\";s:8:\"filepath\";s:26:\"modules/dblog/dblog.module\";}i:23;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:16:\"disable_messages\";s:8:\"filepath\";s:66:\"sites/all/modules/contrib/disable_messages/disable_messages.module\";}i:24;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"email\";s:8:\"filepath\";s:44:\"sites/all/modules/contrib/email/email.module\";}i:25;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:16:\"empty_front_page\";s:8:\"filepath\";s:66:\"sites/all/modules/contrib/empty_front_page/empty_front_page.module\";}i:26;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:6:\"entity\";s:8:\"filepath\";s:46:\"sites/all/modules/contrib/entity/entity.module\";}i:27;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:15:\"entityreference\";s:8:\"filepath\";s:64:\"sites/all/modules/contrib/entityreference/entityreference.module\";}i:28;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:12:\"entity_token\";s:8:\"filepath\";s:52:\"sites/all/modules/contrib/entity/entity_token.module\";}i:29;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"field\";s:8:\"filepath\";s:26:\"modules/field/field.module\";}i:30;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:16:\"field_collection\";s:8:\"filepath\";s:66:\"sites/all/modules/contrib/field_collection/field_collection.module\";}i:31;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:17:\"field_sql_storage\";s:8:\"filepath\";s:64:\"modules/field/modules/field_sql_storage/field_sql_storage.module\";}i:32;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"field_ui\";s:8:\"filepath\";s:32:\"modules/field_ui/field_ui.module\";}i:33;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"file\";s:8:\"filepath\";s:24:\"modules/file/file.module\";}i:34;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"file_entity\";s:8:\"filepath\";s:56:\"sites/all/modules/contrib/file_entity/file_entity.module\";}i:35;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:6:\"filter\";s:8:\"filepath\";s:28:\"modules/filter/filter.module\";}i:36;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"flood_unblock\";s:8:\"filepath\";s:60:\"sites/all/modules/contrib/flood_unblock/flood_unblock.module\";}i:37;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:15:\"googleanalytics\";s:8:\"filepath\";s:65:\"sites/all/modules/contrib/google_analytics/googleanalytics.module\";}i:38;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"help\";s:8:\"filepath\";s:24:\"modules/help/help.module\";}i:39;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"honeypot\";s:8:\"filepath\";s:50:\"sites/all/modules/contrib/honeypot/honeypot.module\";}i:40;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"i18nviews\";s:8:\"filepath\";s:52:\"sites/all/modules/contrib/i18nviews/i18nviews.module\";}i:41;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:10:\"i18n_field\";s:8:\"filepath\";s:59:\"sites/all/modules/contrib/i18n/i18n_field/i18n_field.module\";}i:42;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"i18n_node\";s:8:\"filepath\";s:57:\"sites/all/modules/contrib/i18n/i18n_node/i18n_node.module\";}i:43;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"i18n_select\";s:8:\"filepath\";s:61:\"sites/all/modules/contrib/i18n/i18n_select/i18n_select.module\";}i:44;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:16:\"i18n_translation\";s:8:\"filepath\";s:71:\"sites/all/modules/contrib/i18n/i18n_translation/i18n_translation.module\";}i:45;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"image\";s:8:\"filepath\";s:26:\"modules/image/image.module\";}i:46;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"imce\";s:8:\"filepath\";s:42:\"sites/all/modules/contrib/imce/imce.module\";}i:47;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:12:\"imce_wysiwyg\";s:8:\"filepath\";s:58:\"sites/all/modules/contrib/imce_wysiwyg/imce_wysiwyg.module\";}i:48;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"libraries\";s:8:\"filepath\";s:52:\"sites/all/modules/contrib/libraries/libraries.module\";}i:49;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"list\";s:8:\"filepath\";s:38:\"modules/field/modules/list/list.module\";}i:50;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:6:\"locale\";s:8:\"filepath\";s:28:\"modules/locale/locale.module\";}i:51;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"logintoboggan\";s:8:\"filepath\";s:60:\"sites/all/modules/contrib/logintoboggan/logintoboggan.module\";}i:52;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"media\";s:8:\"filepath\";s:44:\"sites/all/modules/contrib/media/media.module\";}i:53;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:14:\"media_internet\";s:8:\"filepath\";s:76:\"sites/all/modules/contrib/media/modules/media_internet/media_internet.module\";}i:54;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:24:\"media_migrate_file_types\";s:8:\"filepath\";s:96:\"sites/all/modules/contrib/media/modules/media_migrate_file_types/media_migrate_file_types.module\";}i:55;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"media_wysiwyg\";s:8:\"filepath\";s:74:\"sites/all/modules/contrib/media/modules/media_wysiwyg/media_wysiwyg.module\";}i:56;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"media_youtube\";s:8:\"filepath\";s:60:\"sites/all/modules/contrib/media_youtube/media_youtube.module\";}i:57;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"menu\";s:8:\"filepath\";s:24:\"modules/menu/menu.module\";}i:58;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:10:\"menu_block\";s:8:\"filepath\";s:54:\"sites/all/modules/contrib/menu_block/menu_block.module\";}i:59;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:17:\"menu_block_export\";s:8:\"filepath\";s:61:\"sites/all/modules/contrib/menu_block/menu_block_export.module\";}i:60;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"module_filter\";s:8:\"filepath\";s:60:\"sites/all/modules/contrib/module_filter/module_filter.module\";}i:61;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"node\";s:8:\"filepath\";s:24:\"modules/node/node.module\";}i:62;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:6:\"number\";s:8:\"filepath\";s:42:\"modules/field/modules/number/number.module\";}i:63;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:2:\"og\";s:8:\"filepath\";s:38:\"sites/all/modules/contrib/og/og.module\";}i:64;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"og_access\";s:8:\"filepath\";s:55:\"sites/all/modules/contrib/og/og_access/og_access.module\";}i:65;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:10:\"og_context\";s:8:\"filepath\";s:57:\"sites/all/modules/contrib/og/og_context/og_context.module\";}i:66;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:15:\"og_field_access\";s:8:\"filepath\";s:67:\"sites/all/modules/contrib/og/og_field_access/og_field_access.module\";}i:67;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"og_ui\";s:8:\"filepath\";s:47:\"sites/all/modules/contrib/og/og_ui/og_ui.module\";}i:68;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:7:\"options\";s:8:\"filepath\";s:44:\"modules/field/modules/options/options.module\";}i:69;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:15:\"options_element\";s:8:\"filepath\";s:64:\"sites/all/modules/contrib/options_element/options_element.module\";}i:70;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"passport\";s:8:\"filepath\";s:49:\"sites/all/modules/custom/passport/passport.module\";}i:71;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:20:\"passport_assessments\";s:8:\"filepath\";s:73:\"sites/all/modules/custom/passport_assessments/passport_assessments.module\";}i:72;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"passport_dash\";s:8:\"filepath\";s:59:\"sites/all/modules/custom/passport_dash/passport_dash.module\";}i:73;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:17:\"passport_students\";s:8:\"filepath\";s:67:\"sites/all/modules/custom/passport_students/passport_students.module\";}i:74;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:17:\"passport_teachers\";s:8:\"filepath\";s:67:\"sites/all/modules/custom/passport_teachers/passport_teachers.module\";}i:75;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"path\";s:8:\"filepath\";s:24:\"modules/path/path.module\";}i:76;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:3:\"php\";s:8:\"filepath\";s:22:\"modules/php/php.module\";}i:77;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"play_export\";s:8:\"filepath\";s:55:\"sites/all/modules/custom/play_export/play_export.module\";}i:78;a:3:{s:4:\"type\";s:5:\"theme\";s:4:\"name\";s:15:\"play_responsive\";s:8:\"filepath\";s:53:\"sites/all/themes/play_responsive/play_responsive.info\";}i:79;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"postal_code\";s:8:\"filepath\";s:56:\"sites/all/modules/contrib/postal_code/postal_code.module\";}i:80;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:3:\"rdf\";s:8:\"filepath\";s:22:\"modules/rdf/rdf.module\";}i:81;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"rules_admin\";s:8:\"filepath\";s:62:\"sites/all/modules/contrib/rules/rules_admin/rules_admin.module\";}i:82;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"shortcut\";s:8:\"filepath\";s:32:\"modules/shortcut/shortcut.module\";}i:83;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:6:\"system\";s:8:\"filepath\";s:28:\"modules/system/system.module\";}i:84;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"taxonomy\";s:8:\"filepath\";s:32:\"modules/taxonomy/taxonomy.module\";}i:85;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"tcpdf\";s:8:\"filepath\";s:44:\"sites/all/modules/contrib/tcpdf/tcpdf.module\";}i:86;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"text\";s:8:\"filepath\";s:38:\"modules/field/modules/text/text.module\";}i:87;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"text_resize\";s:8:\"filepath\";s:56:\"sites/all/modules/contrib/text_resize/text_resize.module\";}i:88;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"token\";s:8:\"filepath\";s:44:\"sites/all/modules/contrib/token/token.module\";}i:89;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:7:\"toolbar\";s:8:\"filepath\";s:30:\"modules/toolbar/toolbar.module\";}i:90;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"translation\";s:8:\"filepath\";s:38:\"modules/translation/translation.module\";}i:91;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:6:\"update\";s:8:\"filepath\";s:28:\"modules/update/update.module\";}i:92;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"user\";s:8:\"filepath\";s:24:\"modules/user/user.module\";}i:93;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"variable\";s:8:\"filepath\";s:50:\"sites/all/modules/contrib/variable/variable.module\";}i:94;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:21:\"views_bulk_operations\";s:8:\"filepath\";s:76:\"sites/all/modules/contrib/views_bulk_operations/views_bulk_operations.module\";}i:95;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:15:\"views_slideshow\";s:8:\"filepath\";s:64:\"sites/all/modules/contrib/views_slideshow/views_slideshow.module\";}i:96;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:21:\"views_slideshow_cycle\";s:8:\"filepath\";s:100:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.module\";}i:97;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"views_ui\";s:8:\"filepath\";s:47:\"sites/all/modules/contrib/views/views_ui.module\";}i:98;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:18:\"webform_playslider\";s:8:\"filepath\";s:69:\"sites/all/modules/custom/webform_playslider/webform_playslider.module\";}i:99;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:22:\"webform_playslideradpt\";s:8:\"filepath\";s:77:\"sites/all/modules/custom/webform_playslideradpt/webform_playslideradpt.module\";}i:100;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:21:\"webform_preplayslider\";s:8:\"filepath\";s:75:\"sites/all/modules/custom/webform_preplayslider/webform_preplayslider.module\";}i:101;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"webform_rules\";s:8:\"filepath\";s:60:\"sites/all/modules/contrib/webform_rules/webform_rules.module\";}i:102;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:14:\"webform_survey\";s:8:\"filepath\";s:61:\"sites/all/modules/custom/webform_survey/webform_survey.module\";}i:103;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:7:\"wysiwyg\";s:8:\"filepath\";s:48:\"sites/all/modules/contrib/wysiwyg/wysiwyg.module\";}i:104;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"field_group\";s:8:\"filepath\";s:56:\"sites/all/modules/contrib/field_group/field_group.module\";}i:105;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"pathauto\";s:8:\"filepath\";s:50:\"sites/all/modules/contrib/pathauto/pathauto.module\";}i:106;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"i18n_menu\";s:8:\"filepath\";s:57:\"sites/all/modules/contrib/i18n/i18n_menu/i18n_menu.module\";}i:107;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"i18n_path\";s:8:\"filepath\";s:57:\"sites/all/modules/contrib/i18n/i18n_path/i18n_path.module\";}i:108;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:13:\"i18n_taxonomy\";s:8:\"filepath\";s:65:\"sites/all/modules/contrib/i18n/i18n_taxonomy/i18n_taxonomy.module\";}i:109;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:4:\"i18n\";s:8:\"filepath\";s:42:\"sites/all/modules/contrib/i18n/i18n.module\";}i:110;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"i18n_string\";s:8:\"filepath\";s:61:\"sites/all/modules/contrib/i18n/i18n_string/i18n_string.module\";}i:111;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:15:\"menu_attributes\";s:8:\"filepath\";s:64:\"sites/all/modules/contrib/menu_attributes/menu_attributes.module\";}i:112;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"views\";s:8:\"filepath\";s:44:\"sites/all/modules/contrib/views/views.module\";}i:113;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:11:\"admin_views\";s:8:\"filepath\";s:56:\"sites/all/modules/contrib/admin_views/admin_views.module\";}i:114;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"rules\";s:8:\"filepath\";s:44:\"sites/all/modules/contrib/rules/rules.module\";}i:115;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:5:\"devel\";s:8:\"filepath\";s:44:\"sites/all/modules/contrib/devel/devel.module\";}i:116;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:12:\"page_manager\";s:8:\"filepath\";s:65:\"sites/all/modules/contrib/ctools/page_manager/page_manager.module\";}i:117;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:10:\"i18n_block\";s:8:\"filepath\";s:59:\"sites/all/modules/contrib/i18n/i18n_block/i18n_block.module\";}i:118;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:9:\"i18n_sync\";s:8:\"filepath\";s:57:\"sites/all/modules/contrib/i18n/i18n_sync/i18n_sync.module\";}i:119;a:3:{s:4:\"type\";s:6:\"module\";s:4:\"name\";s:8:\"standard\";s:8:\"filepath\";s:34:\"profiles/standard/standard.profile\";}}}',0,1646428136,1),('variable:language:en',_binary 'a:5:{s:24:\"maintenance_mode_message\";s:126:\"Physical Literacy Assessment for Youth is currently under maintenance. We should be back shortly. Thank you for your patience.\";s:8:\"site_403\";s:0:\"\";s:8:\"site_404\";s:0:\"\";s:9:\"site_name\";s:38:\"Physical Literacy Assessment for Youth\";s:11:\"site_slogan\";s:0:\"\";}',0,1646157100,1),('variable:language:fr',_binary 'a:5:{s:24:\"maintenance_mode_message\";s:126:\"Physical Literacy Assessment for Youth is currently under maintenance. We should be back shortly. Thank you for your patience.\";s:8:\"site_403\";s:0:\"\";s:8:\"site_404\";s:0:\"\";s:9:\"site_name\";s:67:\"Les outils d\'évaluation de la littératie physique pour les jeunes\";s:11:\"site_slogan\";s:0:\"\";}',0,1646158134,1),('variables',_binary 'a:592:{s:9:\"adb_roles\";a:6:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:8;s:1:\"8\";i:5;s:1:\"5\";i:7;s:1:\"7\";}s:43:\"additional_settings__active_tab_group_class\";s:15:\"edit-submission\";s:44:\"additional_settings__active_tab_group_school\";s:7:\"edit-og\";s:45:\"additional_settings__active_tab_other_webform\";s:15:\"edit-submission\";s:36:\"additional_settings__active_tab_page\";s:9:\"edit-menu\";s:41:\"additional_settings__active_tab_slideshow\";s:13:\"edit-workflow\";s:44:\"additional_settings__active_tab_slideshow_fr\";s:14:\"edit-i18n-sync\";s:39:\"additional_settings__active_tab_webform\";s:13:\"edit-workflow\";s:11:\"admin_theme\";s:5:\"seven\";s:9:\"anonymous\";s:9:\"Anonymous\";s:26:\"autoassignrole_user_active\";s:1:\"1\";s:31:\"autoassignrole_user_description\";a:2:{s:5:\"value\";s:46:\"Select which type of account you are creating.\";s:6:\"format\";s:7:\"wysiwyg\";}s:34:\"autoassignrole_user_fieldset_title\";s:12:\"Account Type\";s:28:\"autoassignrole_user_multiple\";s:1:\"0\";s:28:\"autoassignrole_user_required\";s:1:\"1\";s:25:\"autoassignrole_user_roles\";a:3:{i:5;s:1:\"5\";i:7;s:1:\"7\";i:3;i:0;}s:29:\"autoassignrole_user_selection\";s:1:\"0\";s:24:\"autoassignrole_user_sort\";s:8:\"SORT_ASC\";s:25:\"autoassignrole_user_title\";s:19:\"Select account type\";s:11:\"block_cache\";b:0;s:5:\"cache\";i:1;s:28:\"cache_class_cache_ctools_css\";s:14:\"CToolsCssCache\";s:31:\"cache_content_flush_cache_block\";i:1511745172;s:30:\"cache_content_flush_cache_page\";i:1511745172;s:17:\"cache_flush_cache\";i:1502290759;s:23:\"cache_flush_cache_block\";i:1502290759;s:27:\"cache_flush_cache_bootstrap\";i:1502290759;s:38:\"cache_flush_cache_entity_og_membership\";i:1502290759;s:43:\"cache_flush_cache_entity_og_membership_type\";i:1502290759;s:23:\"cache_flush_cache_field\";i:1502290759;s:24:\"cache_flush_cache_filter\";i:1502290759;s:23:\"cache_flush_cache_image\";i:1502290759;s:27:\"cache_flush_cache_libraries\";i:1502290759;s:22:\"cache_flush_cache_menu\";i:1502290759;s:22:\"cache_flush_cache_page\";i:1502290759;s:22:\"cache_flush_cache_path\";i:1502290759;s:23:\"cache_flush_cache_rules\";i:1502290759;s:23:\"cache_flush_cache_token\";i:1502290759;s:24:\"cache_flush_cache_update\";i:1502290195;s:26:\"cache_flush_cache_variable\";i:1502290759;s:23:\"cache_flush_cache_views\";i:1502290759;s:28:\"cache_flush_cache_views_data\";i:1502290759;s:14:\"cache_lifetime\";s:1:\"0\";s:27:\"cache_temporary_flush_cache\";i:1495782005;s:33:\"cache_temporary_flush_cache_block\";i:1511745172;s:48:\"cache_temporary_flush_cache_entity_og_membership\";i:1495782005;s:53:\"cache_temporary_flush_cache_entity_og_membership_type\";i:1495782005;s:33:\"cache_temporary_flush_cache_field\";i:1495782005;s:34:\"cache_temporary_flush_cache_filter\";i:1495782005;s:33:\"cache_temporary_flush_cache_image\";i:1495782005;s:37:\"cache_temporary_flush_cache_libraries\";i:1495782005;s:32:\"cache_temporary_flush_cache_menu\";i:1495782005;s:32:\"cache_temporary_flush_cache_page\";i:1511745172;s:32:\"cache_temporary_flush_cache_path\";i:1495782005;s:33:\"cache_temporary_flush_cache_rules\";i:1495782005;s:33:\"cache_temporary_flush_cache_token\";i:1495782005;s:36:\"cache_temporary_flush_cache_variable\";i:1495782005;s:33:\"cache_temporary_flush_cache_views\";i:1495782005;s:38:\"cache_temporary_flush_cache_views_data\";i:1495782005;s:9:\"clean_url\";s:1:\"1\";s:30:\"comment_anonymous_group_school\";i:0;s:33:\"comment_default_mode_group_school\";i:0;s:37:\"comment_default_per_page_group_school\";s:2:\"50\";s:34:\"comment_form_location_group_school\";i:1;s:20:\"comment_group_school\";s:1:\"0\";s:12:\"comment_page\";i:0;s:28:\"comment_preview_group_school\";s:1:\"1\";s:34:\"comment_subject_field_group_school\";i:1;s:22:\"configurable_timezones\";i:1;s:22:\"contact_default_status\";i:0;s:8:\"cron_key\";s:43:\"mAo6NkpXqRxEbqnTtOtemgGcZo4Tp-SYa5w6DuyTia0\";s:9:\"cron_last\";i:1646427602;s:19:\"cron_safe_threshold\";s:1:\"0\";s:19:\"css_js_query_string\";s:6:\"r82uy2\";s:16:\"ctools_last_cron\";i:1646424002;s:20:\"date_api_use_iso8601\";i:0;s:16:\"date_api_version\";s:3:\"7.2\";s:21:\"date_default_timezone\";s:16:\"America/New_York\";s:14:\"date_first_day\";s:1:\"0\";s:25:\"date_format_standard_date\";s:13:\"F j, Y - g:ia\";s:15:\"dblog_row_limit\";s:4:\"1000\";s:19:\"default_field_group\";a:1:{s:30:\"group_nicknames|user|user|form\";b:1;}s:17:\"default_file_type\";a:1:{s:11:\"application\";b:1;}s:18:\"default_nodes_main\";s:2:\"10\";s:13:\"devel_api_url\";s:14:\"api.drupal.org\";s:20:\"devel_error_handlers\";a:1:{i:1;s:1:\"1\";}s:15:\"devel_execution\";s:1:\"5\";s:16:\"devel_krumo_skin\";s:4:\"blue\";s:12:\"devel_memory\";i:0;s:16:\"devel_page_alter\";i:0;s:19:\"devel_query_display\";i:0;s:16:\"devel_query_sort\";s:1:\"0\";s:15:\"devel_raw_names\";i:0;s:28:\"devel_rebuild_theme_registry\";i:0;s:19:\"devel_redirect_page\";i:0;s:11:\"devel_timer\";i:0;s:29:\"devel_use_uncompressed_jquery\";i:0;s:34:\"disable_messages_debug_visible_div\";s:1:\"0\";s:23:\"disable_messages_enable\";s:1:\"1\";s:29:\"disable_messages_enable_debug\";s:1:\"0\";s:30:\"disable_messages_exclude_users\";s:0:\"\";s:31:\"disable_messages_filter_by_page\";i:0;s:28:\"disable_messages_ignore_case\";s:1:\"1\";s:32:\"disable_messages_ignore_patterns\";s:0:\"\";s:29:\"disable_messages_ignore_regex\";a:0:{}s:34:\"disable_messages_page_filter_paths\";s:0:\"\";s:22:\"drupal_css_cache_files\";a:16:{s:64:\"823ba1006db72809515d2221cd02ec1075d7b49b0c07f49307b3a7930bfdd9e4\";s:64:\"public://css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css\";s:64:\"592db66916e1dd3416cbe95bcb34a5a68775eb0b7cf95e4c858671de35290cc9\";s:64:\"public://css/css_LS9OUalDR9-d_lCAvF3yUWjNU6yF8ZBm84jEPRvoyuQ.css\";s:64:\"718325fa6d7d84e9e744c63ecac8ccd153941d96d07eb98f993d90f1fe0f227b\";s:64:\"public://css/css_s3Rw1Ux-wm34Y4ufmAXmw7CxzYQ2DgLRF5AQW2uEnQI.css\";s:64:\"b6bd886024b8c5e3c1daaace02f8fb7540b0226d0a1201b28c028409ba4f38ea\";s:64:\"public://css/css_welppHfxN20CeimTaxac8RSovTUbbSEeAvqqhMig2JQ.css\";s:64:\"35337ea541d4968f58917d83eaa9e495d5a38bb0aaf23bc714650d3c71fc275a\";s:64:\"public://css/css_IT2uaL0iumlm0HgWBaDj2vD-fY3Tg7pEueOJ2jw-0Kc.css\";s:64:\"f3f74dcad951a1a986b64eeabc10d3141b1f70cd67b02447398b004b5706789c\";s:64:\"public://css/css_Hex-pwCTDDfQD41aRswi2OFNCxosYgUEBnZsKNQ5BWo.css\";s:64:\"ebb3f433ad4107b1ac31e9d7de0f9a5d399040e9f82b6364211dcfaadea158c0\";s:64:\"public://css/css_Nv0ct-zkzztuah_LbaPFF8ZkdSEk-LxBtTWMm9mN_F8.css\";s:64:\"73d55a0d0e4fa7858d4ae5e53d78e31717e9e62e5700d75c39d45900526d4d1b\";s:64:\"public://css/css_kShW4RPmRstZ3SpIC-ZvVGNFVAi0WEMuCnI0ZkYIaFw.css\";s:64:\"f3ad83a15824fed803e65cd9daeced1f05bd11e71574c96cd55b93f8607c932d\";s:64:\"public://css/css_uDl1ch8mi23P8w1gKgpTazYTfdfUeXgrRd2RKw6JTHo.css\";s:64:\"e0e7fc6475a22f59c4bb9114325dbfd2b6f158e5574c7a0e2b9b7dde49b99295\";s:64:\"public://css/css_AFhGDCfgMycRsuSAvciw-DjV_cd2obK-aRNVF0jb2Bk.css\";s:64:\"f40c9b736d2f37ebba8eb706764e872de2e37a0454c68389f5a3830739087116\";s:64:\"public://css/css_6sIPSCwab7XpwZkpLfPSRGkoPbhzN9IWik8KSoOOTKY.css\";s:64:\"9f9eeeeab72be80632ca00457b237905a94d6ca19330e0367956f72872b2d7d3\";s:64:\"public://css/css_IMdLOxWezap9ncPCcDNF7O6PYttoLoauVxUG2buLSTo.css\";s:64:\"d893127ae5779e2a709bd29bd7fe901c9123823e52b77cf415a24f01a0bafa2d\";s:64:\"public://css/css_hW_L1IeXOh9ACwWAVwltAyhNpu9M90E_y5sEJi9tMyQ.css\";s:64:\"d48cc3bef5b09dce031cdbd16e7ee52358e3e48305b97d5ba8b1ba9201440bc8\";s:64:\"public://css/css_vZ_wrMQ9Og-YPPxa1q4us3N7DsZMJa-14jShHgRoRNo.css\";s:64:\"a46aac86b8da832325f7ee8e7a0201893495a2c636003e168f859be8f8927ab9\";s:64:\"public://css/css_IkzBCAeyQBiRLNXLL8zkkldZzJkftPf03cCf0zjeySE.css\";s:64:\"926a63a5fb69a73fcd03264826c5b8aaa05ff63e709068ce8017208b48397f63\";s:64:\"public://css/css_kplnuK_pGq8y-qY2BG4H9NgknY7PbB9f_TJz9t0DJW4.css\";}s:25:\"drupal_http_request_fails\";b:0;s:18:\"drupal_private_key\";s:43:\"8Lox64fiRrVV_7rqIf7xgJow0t4SCeSOmrhKmyvu0ok\";s:17:\"email__active_tab\";s:24:\"edit-email-admin-created\";s:22:\"empty_timezone_message\";i:0;s:27:\"entityreference:base-tables\";a:12:{s:7:\"country\";a:2:{i:0;s:17:\"countries_country\";i:1;s:3:\"cid\";}s:21:\"field_collection_item\";a:2:{i:0;s:21:\"field_collection_item\";i:1;s:7:\"item_id\";}s:16:\"i18n_translation\";a:2:{i:0;s:20:\"i18n_translation_set\";i:1;s:4:\"tsid\";}s:4:\"node\";a:2:{i:0;s:4:\"node\";i:1;s:3:\"nid\";}s:18:\"og_membership_type\";a:2:{i:0;s:18:\"og_membership_type\";i:1;s:2:\"id\";}s:13:\"og_membership\";a:2:{i:0;s:13:\"og_membership\";i:1;s:2:\"id\";}s:4:\"file\";a:2:{i:0;s:12:\"file_managed\";i:1;s:3:\"fid\";}s:13:\"taxonomy_term\";a:2:{i:0;s:18:\"taxonomy_term_data\";i:1;s:3:\"tid\";}s:19:\"taxonomy_vocabulary\";a:2:{i:0;s:19:\"taxonomy_vocabulary\";i:1;s:3:\"vid\";}s:4:\"user\";a:2:{i:0;s:5:\"users\";i:1;s:3:\"uid\";}s:15:\"wysiwyg_profile\";a:2:{i:0;s:7:\"wysiwyg\";i:1;s:6:\"format\";}s:12:\"rules_config\";a:2:{i:0;s:12:\"rules_config\";i:1;s:2:\"id\";}}s:27:\"entity_cache_tables_created\";N;s:11:\"error_level\";s:1:\"0\";s:21:\"field_bundle_settings\";N;s:67:\"field_bundle_settings_field_collection_item__field_slideshow_images\";a:2:{s:10:\"view_modes\";a:2:{s:4:\"full\";a:1:{s:15:\"custom_settings\";b:0;}s:5:\"token\";a:1:{s:15:\"custom_settings\";b:0;}}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:0:{}s:7:\"display\";a:0:{}}}s:33:\"field_bundle_settings_file__audio\";a:2:{s:10:\"view_modes\";a:0:{}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:0:{}s:7:\"display\";a:1:{s:4:\"file\";a:1:{s:11:\"media_small\";a:2:{s:6:\"weight\";i:0;s:7:\"visible\";b:0;}}}}}s:35:\"field_bundle_settings_file__default\";a:2:{s:10:\"view_modes\";a:0:{}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:0:{}s:7:\"display\";a:1:{s:4:\"file\";a:1:{s:11:\"media_small\";a:2:{s:6:\"weight\";i:0;s:7:\"visible\";b:0;}}}}}s:33:\"field_bundle_settings_file__image\";a:2:{s:10:\"view_modes\";a:0:{}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:0:{}s:7:\"display\";a:1:{s:4:\"file\";a:1:{s:11:\"media_small\";a:2:{s:6:\"weight\";i:0;s:7:\"visible\";b:0;}}}}}s:33:\"field_bundle_settings_file__video\";a:2:{s:10:\"view_modes\";a:0:{}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:0:{}s:7:\"display\";a:1:{s:4:\"file\";a:1:{s:11:\"media_small\";a:2:{s:6:\"weight\";i:0;s:7:\"visible\";b:0;}}}}}s:39:\"field_bundle_settings_node__group_class\";a:2:{s:10:\"view_modes\";a:4:{s:6:\"teaser\";a:1:{s:15:\"custom_settings\";b:1;}s:4:\"full\";a:1:{s:15:\"custom_settings\";b:0;}s:3:\"rss\";a:1:{s:15:\"custom_settings\";b:0;}s:5:\"token\";a:1:{s:15:\"custom_settings\";b:0;}}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:2:{s:5:\"title\";a:1:{s:6:\"weight\";s:1:\"0\";}s:4:\"path\";a:1:{s:6:\"weight\";s:2:\"10\";}}s:7:\"display\";a:0:{}}}s:40:\"field_bundle_settings_node__group_school\";a:2:{s:10:\"view_modes\";a:4:{s:6:\"teaser\";a:1:{s:15:\"custom_settings\";b:1;}s:4:\"full\";a:1:{s:15:\"custom_settings\";b:0;}s:3:\"rss\";a:1:{s:15:\"custom_settings\";b:0;}s:5:\"token\";a:1:{s:15:\"custom_settings\";b:0;}}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:2:{s:5:\"title\";a:1:{s:6:\"weight\";s:1:\"0\";}s:4:\"path\";a:1:{s:6:\"weight\";s:1:\"4\";}}s:7:\"display\";a:0:{}}}s:41:\"field_bundle_settings_node__other_webform\";a:2:{s:10:\"view_modes\";a:4:{s:6:\"teaser\";a:1:{s:15:\"custom_settings\";b:1;}s:4:\"full\";a:1:{s:15:\"custom_settings\";b:0;}s:3:\"rss\";a:1:{s:15:\"custom_settings\";b:0;}s:5:\"token\";a:1:{s:15:\"custom_settings\";b:0;}}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:0:{}s:7:\"display\";a:2:{s:7:\"webform\";a:1:{s:7:\"default\";a:2:{s:6:\"weight\";s:2:\"10\";s:7:\"visible\";b:1;}}s:8:\"language\";a:1:{s:7:\"default\";a:2:{s:6:\"weight\";s:1:\"0\";s:7:\"visible\";b:0;}}}}}s:32:\"field_bundle_settings_node__page\";a:2:{s:10:\"view_modes\";a:4:{s:6:\"teaser\";a:1:{s:15:\"custom_settings\";b:1;}s:4:\"full\";a:1:{s:15:\"custom_settings\";b:0;}s:3:\"rss\";a:1:{s:15:\"custom_settings\";b:0;}s:5:\"token\";a:1:{s:15:\"custom_settings\";b:0;}}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:0:{}s:7:\"display\";a:1:{s:8:\"language\";a:1:{s:7:\"default\";a:2:{s:6:\"weight\";s:1:\"0\";s:7:\"visible\";b:0;}}}}}s:37:\"field_bundle_settings_node__slideshow\";a:2:{s:10:\"view_modes\";a:0:{}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:2:{s:5:\"title\";a:1:{s:6:\"weight\";s:2:\"-5\";}s:4:\"path\";a:1:{s:6:\"weight\";s:2:\"30\";}}s:7:\"display\";a:0:{}}}s:35:\"field_bundle_settings_node__webform\";a:2:{s:10:\"view_modes\";a:4:{s:6:\"teaser\";a:1:{s:15:\"custom_settings\";b:1;}s:4:\"full\";a:1:{s:15:\"custom_settings\";b:0;}s:3:\"rss\";a:1:{s:15:\"custom_settings\";b:0;}s:5:\"token\";a:1:{s:15:\"custom_settings\";b:0;}}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:4:{s:5:\"title\";a:1:{s:6:\"weight\";s:1:\"3\";}s:4:\"path\";a:1:{s:6:\"weight\";s:2:\"10\";}s:16:\"webform_template\";a:1:{s:6:\"weight\";s:1:\"0\";}s:8:\"language\";a:1:{s:6:\"weight\";s:1:\"1\";}}s:7:\"display\";a:2:{s:7:\"webform\";a:1:{s:7:\"default\";a:2:{s:6:\"weight\";s:2:\"10\";s:7:\"visible\";b:1;}}s:8:\"language\";a:1:{s:7:\"default\";a:2:{s:6:\"weight\";s:1:\"0\";s:7:\"visible\";b:0;}}}}}s:41:\"field_bundle_settings_taxonomy_term__ages\";a:0:{}s:45:\"field_bundle_settings_taxonomy_term__category\";a:2:{s:10:\"view_modes\";a:0:{}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:3:{s:4:\"path\";a:1:{s:6:\"weight\";s:1:\"3\";}s:4:\"name\";a:1:{s:6:\"weight\";s:1:\"0\";}s:11:\"description\";a:1:{s:6:\"weight\";s:1:\"2\";}}s:7:\"display\";a:0:{}}}s:50:\"field_bundle_settings_taxonomy_term__organizations\";a:0:{}s:32:\"field_bundle_settings_user__user\";a:2:{s:10:\"view_modes\";a:2:{s:4:\"full\";a:1:{s:15:\"custom_settings\";b:0;}s:5:\"token\";a:1:{s:15:\"custom_settings\";b:0;}}s:12:\"extra_fields\";a:2:{s:4:\"form\";a:8:{s:7:\"account\";a:1:{s:6:\"weight\";s:1:\"4\";}s:8:\"timezone\";a:1:{s:6:\"weight\";s:2:\"16\";}s:15:\"overlay_control\";a:1:{s:6:\"weight\";s:1:\"9\";}s:7:\"wysiwyg\";a:1:{s:6:\"weight\";s:2:\"15\";}s:6:\"locale\";a:1:{s:6:\"weight\";s:2:\"14\";}s:7:\"contact\";a:1:{s:6:\"weight\";s:1:\"5\";}s:10:\"masquerade\";a:1:{s:6:\"weight\";s:2:\"20\";}s:15:\"googleanalytics\";a:1:{s:6:\"weight\";s:1:\"3\";}}s:7:\"display\";a:1:{s:7:\"summary\";a:1:{s:7:\"default\";a:2:{s:6:\"weight\";s:1:\"9\";s:7:\"visible\";b:0;}}}}}s:19:\"file_default_scheme\";s:6:\"public\";s:38:\"file_entity_default_allowed_extensions\";s:129:\"jpg jpeg gif png txt doc docx xls xlsx pdf ppt pptx pps ppsx odt ods odp mp3 mov mp4 m4a m4v mpeg avi ogg oga ogv weba webp webm \";s:36:\"file_entity_total_count_optimization\";i:0;s:17:\"file_private_path\";s:0:\"\";s:16:\"file_public_path\";s:19:\"sites/default/files\";s:19:\"file_temporary_path\";s:4:\"/tmp\";s:22:\"filter_fallback_format\";s:10:\"plain_text\";s:23:\"googleanalytics_account\";s:13:\"UA-46808662-1\";s:21:\"googleanalytics_cache\";i:0;s:33:\"googleanalytics_codesnippet_after\";s:0:\"\";s:34:\"googleanalytics_codesnippet_before\";s:0:\"\";s:29:\"googleanalytics_cross_domains\";s:0:\"\";s:22:\"googleanalytics_custom\";s:1:\"0\";s:27:\"googleanalytics_domain_mode\";s:1:\"0\";s:21:\"googleanalytics_pages\";s:52:\"admin\r\nadmin/*\r\nbatch\r\nnode/add*\r\nnode/*/*\r\nuser/*/*\";s:34:\"googleanalytics_privacy_donottrack\";i:1;s:21:\"googleanalytics_roles\";a:6:{i:1;i:0;i:2;i:0;i:3;i:0;i:8;i:0;i:5;i:0;i:7;i:0;}s:27:\"googleanalytics_site_search\";b:0;s:28:\"googleanalytics_trackadsense\";i:0;s:32:\"googleanalytics_trackdoubleclick\";i:0;s:35:\"googleanalytics_tracker_anonymizeip\";i:0;s:26:\"googleanalytics_trackfiles\";i:1;s:37:\"googleanalytics_trackfiles_extensions\";s:279:\"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip\";s:27:\"googleanalytics_trackmailto\";i:1;s:29:\"googleanalytics_trackmessages\";a:3:{s:6:\"status\";i:0;s:7:\"warning\";i:0;s:5:\"error\";i:0;}s:29:\"googleanalytics_trackoutbound\";i:1;s:31:\"googleanalytics_translation_set\";i:0;s:32:\"googleanalytics_visibility_pages\";s:1:\"0\";s:32:\"googleanalytics_visibility_roles\";s:1:\"0\";s:21:\"honeypot_element_name\";s:3:\"url\";s:31:\"honeypot_form_article_node_form\";i:0;s:35:\"honeypot_form_group_class_node_form\";i:0;s:36:\"honeypot_form_group_school_node_form\";i:0;s:37:\"honeypot_form_other_webform_node_form\";i:0;s:28:\"honeypot_form_page_node_form\";i:0;s:33:\"honeypot_form_slideshow_node_form\";i:0;s:23:\"honeypot_form_user_pass\";i:1;s:32:\"honeypot_form_user_register_form\";i:1;s:22:\"honeypot_form_webforms\";i:0;s:31:\"honeypot_form_webform_node_form\";i:0;s:12:\"honeypot_log\";i:0;s:26:\"honeypot_protect_all_forms\";i:0;s:19:\"honeypot_time_limit\";s:1:\"8\";s:27:\"i18n_hide_translation_links\";i:0;s:31:\"i18n_node_default_language_none\";s:1:\"1\";s:30:\"i18n_node_extended_group_class\";i:1;s:23:\"i18n_node_extended_page\";s:1:\"1\";s:28:\"i18n_node_extended_slideshow\";i:1;s:26:\"i18n_node_extended_webform\";s:1:\"1\";s:29:\"i18n_node_options_group_class\";a:0:{}s:22:\"i18n_node_options_page\";a:1:{i:0;s:8:\"required\";}s:27:\"i18n_node_options_slideshow\";a:0:{}s:25:\"i18n_node_options_webform\";a:1:{i:0;s:8:\"required\";}s:27:\"i18n_string_allowed_formats\";a:5:{s:7:\"wysiwyg\";s:7:\"wysiwyg\";s:13:\"filtered_html\";s:13:\"filtered_html\";s:9:\"full_html\";s:9:\"full_html\";s:10:\"plain_text\";s:10:\"plain_text\";s:8:\"php_code\";i:0;}s:27:\"i18n_string_source_language\";s:2:\"en\";s:31:\"i18n_sync_node_type_group_class\";a:0:{}s:33:\"i18n_sync_node_type_other_webform\";a:0:{}s:24:\"i18n_sync_node_type_page\";a:0:{}s:29:\"i18n_sync_node_type_slideshow\";a:0:{}s:32:\"i18n_sync_node_type_slideshow_fr\";a:0:{}s:27:\"i18n_sync_node_type_webform\";a:0:{}s:13:\"image_toolkit\";s:2:\"gd\";s:13:\"imce_profiles\";a:3:{i:1;a:10:{s:4:\"name\";s:6:\"User-1\";s:7:\"usertab\";i:1;s:8:\"filesize\";i:0;s:5:\"quota\";i:0;s:7:\"tuquota\";i:0;s:10:\"extensions\";s:1:\"*\";s:10:\"dimensions\";s:9:\"1200x1200\";s:7:\"filenum\";i:0;s:11:\"directories\";a:1:{i:0;a:7:{s:4:\"name\";s:1:\".\";s:6:\"subnav\";i:1;s:6:\"browse\";i:1;s:6:\"upload\";i:1;s:5:\"thumb\";i:1;s:6:\"delete\";i:1;s:6:\"resize\";i:1;}}s:10:\"thumbnails\";a:3:{i:0;a:4:{s:4:\"name\";s:5:\"Small\";s:10:\"dimensions\";s:5:\"90x90\";s:6:\"prefix\";s:6:\"small_\";s:6:\"suffix\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:6:\"Medium\";s:10:\"dimensions\";s:7:\"120x120\";s:6:\"prefix\";s:7:\"medium_\";s:6:\"suffix\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:5:\"Large\";s:10:\"dimensions\";s:7:\"180x180\";s:6:\"prefix\";s:6:\"large_\";s:6:\"suffix\";s:0:\"\";}}}i:2;a:10:{s:4:\"name\";s:14:\"Sample profile\";s:7:\"usertab\";i:1;s:8:\"filesize\";i:1;s:5:\"quota\";i:2;s:7:\"tuquota\";i:0;s:10:\"extensions\";s:16:\"gif png jpg jpeg\";s:10:\"dimensions\";s:7:\"800x600\";s:7:\"filenum\";i:1;s:11:\"directories\";a:1:{i:0;a:7:{s:4:\"name\";s:5:\"u%uid\";s:6:\"subnav\";i:0;s:6:\"browse\";i:1;s:6:\"upload\";i:1;s:5:\"thumb\";i:1;s:6:\"delete\";i:0;s:6:\"resize\";i:0;}}s:10:\"thumbnails\";a:1:{i:0;a:4:{s:4:\"name\";s:5:\"Thumb\";s:10:\"dimensions\";s:5:\"90x90\";s:6:\"prefix\";s:6:\"thumb_\";s:6:\"suffix\";s:0:\"\";}}}i:3;a:10:{s:4:\"name\";s:13:\"administrator\";s:7:\"usertab\";i:1;s:8:\"filesize\";s:1:\"0\";s:5:\"quota\";s:1:\"0\";s:7:\"tuquota\";s:1:\"0\";s:10:\"extensions\";s:1:\"*\";s:10:\"dimensions\";s:1:\"0\";s:7:\"filenum\";s:1:\"0\";s:11:\"directories\";a:1:{i:0;a:7:{s:4:\"name\";s:6:\"images\";s:6:\"subnav\";i:1;s:6:\"browse\";i:1;s:6:\"upload\";i:1;s:5:\"thumb\";i:1;s:6:\"delete\";i:1;s:6:\"resize\";i:1;}}s:10:\"thumbnails\";a:3:{i:0;a:4:{s:4:\"name\";s:5:\"Small\";s:10:\"dimensions\";s:5:\"90x90\";s:6:\"prefix\";s:6:\"small_\";s:6:\"suffix\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:6:\"Medium\";s:10:\"dimensions\";s:7:\"120x120\";s:6:\"prefix\";s:7:\"medium_\";s:6:\"suffix\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:5:\"Large\";s:10:\"dimensions\";s:7:\"180x180\";s:6:\"prefix\";s:6:\"large_\";s:6:\"suffix\";s:0:\"\";}}}}s:19:\"imce_roles_profiles\";a:6:{i:3;a:3:{s:6:\"weight\";s:1:\"0\";s:11:\"youtube_pid\";s:1:\"1\";s:10:\"public_pid\";s:1:\"1\";}i:5;a:3:{s:6:\"weight\";s:1:\"0\";s:11:\"youtube_pid\";i:0;s:10:\"public_pid\";i:0;}i:8;a:3:{s:6:\"weight\";s:1:\"0\";s:11:\"youtube_pid\";s:1:\"1\";s:10:\"public_pid\";s:1:\"1\";}i:7;a:3:{s:6:\"weight\";s:1:\"0\";s:11:\"youtube_pid\";i:0;s:10:\"public_pid\";i:0;}i:2;a:3:{s:6:\"weight\";i:11;s:11:\"youtube_pid\";i:0;s:10:\"public_pid\";i:0;}i:1;a:3:{s:6:\"weight\";i:12;s:11:\"youtube_pid\";i:0;s:10:\"public_pid\";i:0;}}s:21:\"imce_settings_absurls\";i:0;s:29:\"imce_settings_disable_private\";i:1;s:21:\"imce_settings_replace\";s:1:\"0\";s:22:\"imce_settings_textarea\";s:0:\"\";s:26:\"imce_settings_thumb_method\";s:14:\"scale_and_crop\";s:15:\"install_profile\";s:8:\"standard\";s:12:\"install_task\";s:4:\"done\";s:12:\"install_time\";i:1365517432;s:17:\"javascript_parsed\";a:35:{i:0;s:14:\"misc/drupal.js\";i:1;s:14:\"misc/jquery.js\";i:2;s:27:\"misc/jquery-extend-3.4.0.js\";i:3;s:44:\"misc/jquery-html-prefilter-3.5.0-backport.js\";i:4;s:19:\"misc/jquery.once.js\";i:5;s:46:\"sites/all/modules/contrib/devel/devel_krumo.js\";i:6;s:24:\"modules/system/system.js\";i:7;s:12:\"misc/form.js\";i:8;s:58:\"sites/all/modules/custom/passport/js/fancy-select-boxes.js\";i:9;s:21:\"misc/jquery.cookie.js\";i:10;s:26:\"modules/toolbar/toolbar.js\";i:11;s:64:\"sites/all/themes/play_responsive/js/jquery.ui.touch-punch.min.js\";i:12;s:49:\"sites/all/themes/play_responsive/js/matchMedia.js\";i:13;s:57:\"sites/all/themes/play_responsive/js/jquery.matchHeight.js\";i:14;s:45:\"sites/all/themes/play_responsive/js/script.js\";i:15;s:53:\"sites/all/themes/play_responsive/js/jquery.fitvids.js\";i:16;s:52:\"sites/all/modules/contrib/text_resize/text_resize.js\";i:17;s:61:\"sites/all/modules/contrib/google_analytics/googleanalytics.js\";i:18;s:43:\"sites/all/themes/p4l/js/active_trail_fix.js\";i:19;s:29:\"misc/ui/jquery.ui.core.min.js\";i:20;s:31:\"misc/ui/jquery.ui.widget.min.js\";i:21;s:30:\"misc/ui/jquery.ui.mouse.min.js\";i:22;s:31:\"misc/ui/jquery.ui.slider.min.js\";i:23;s:68:\"sites/all/modules/custom/webform_playslider/js/webform_playslider.js\";i:24;s:47:\"sites/all/modules/contrib/webform/js/webform.js\";i:25;s:69:\"sites/all/modules/contrib/logintoboggan/logintoboggan.unifiedlogin.js\";i:26;s:20:\"modules/user/user.js\";i:27;s:38:\"sites/all/modules/contrib/date/date.js\";i:28;s:51:\"sites/all/modules/custom/passport/js/sites_field.js\";i:29;s:58:\"sites/all/modules/custom/passport/js/user-register-form.js\";i:30;s:63:\"sites/all/modules/contrib/views_slideshow/js/views_slideshow.js\";i:31;s:52:\"sites/all/libraries/jquery.cycle/jquery.cycle.all.js\";i:32;s:99:\"sites/all/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/js/views_slideshow_cycle.js\";i:33;s:54:\"sites/all/modules/custom/passport_dash/js/columnize.js\";i:34;s:20:\"misc/autocomplete.js\";}s:33:\"language_content_type_group_class\";s:1:\"0\";s:35:\"language_content_type_other_webform\";s:1:\"2\";s:26:\"language_content_type_page\";s:1:\"2\";s:31:\"language_content_type_slideshow\";s:1:\"2\";s:34:\"language_content_type_slideshow_fr\";s:1:\"0\";s:29:\"language_content_type_webform\";s:1:\"1\";s:14:\"language_count\";i:2;s:16:\"language_default\";O:8:\"stdClass\":11:{s:8:\"language\";s:2:\"en\";s:4:\"name\";s:7:\"English\";s:6:\"native\";s:7:\"English\";s:9:\"direction\";s:1:\"0\";s:7:\"enabled\";i:1;s:7:\"plurals\";s:1:\"0\";s:7:\"formula\";s:0:\"\";s:6:\"domain\";s:24:\"play.physicalliteracy.ca\";s:6:\"prefix\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:10:\"javascript\";s:0:\"\";}s:29:\"language_negotiation_language\";a:2:{s:10:\"locale-url\";a:2:{s:9:\"callbacks\";a:3:{s:8:\"language\";s:24:\"locale_language_from_url\";s:8:\"switcher\";s:28:\"locale_language_switcher_url\";s:11:\"url_rewrite\";s:31:\"locale_language_url_rewrite_url\";}s:4:\"file\";s:19:\"includes/locale.inc\";}s:16:\"language-default\";a:1:{s:9:\"callbacks\";a:1:{s:8:\"language\";s:21:\"language_from_default\";}}}s:37:\"language_negotiation_language_content\";a:1:{s:16:\"locale-interface\";a:2:{s:9:\"callbacks\";a:1:{s:8:\"language\";s:30:\"locale_language_from_interface\";}s:4:\"file\";s:19:\"includes/locale.inc\";}}s:33:\"language_negotiation_language_url\";a:2:{s:10:\"locale-url\";a:2:{s:9:\"callbacks\";a:3:{s:8:\"language\";s:24:\"locale_language_from_url\";s:8:\"switcher\";s:28:\"locale_language_switcher_url\";s:11:\"url_rewrite\";s:31:\"locale_language_url_rewrite_url\";}s:4:\"file\";s:19:\"includes/locale.inc\";}s:19:\"locale-url-fallback\";a:2:{s:9:\"callbacks\";a:1:{s:8:\"language\";s:28:\"locale_language_url_fallback\";}s:4:\"file\";s:19:\"includes/locale.inc\";}}s:14:\"language_types\";a:3:{s:8:\"language\";b:1;s:16:\"language_content\";b:0;s:12:\"language_url\";b:0;}s:36:\"locale_language_negotiation_url_part\";s:1:\"1\";s:41:\"locale_language_providers_weight_language\";a:5:{s:10:\"locale-url\";s:2:\"-8\";s:14:\"locale-session\";s:2:\"-6\";s:11:\"locale-user\";s:2:\"-4\";s:14:\"locale-browser\";s:2:\"-2\";s:16:\"language-default\";s:2:\"10\";}s:43:\"logintoboggan_confirm_email_at_registration\";s:1:\"1\";s:41:\"logintoboggan_immediate_login_on_register\";i:1;s:33:\"logintoboggan_login_block_message\";s:0:\"\";s:30:\"logintoboggan_login_block_type\";s:1:\"0\";s:38:\"logintoboggan_login_successful_message\";s:1:\"0\";s:30:\"logintoboggan_login_with_email\";s:1:\"1\";s:37:\"logintoboggan_minimum_password_length\";s:1:\"5\";s:44:\"logintoboggan_override_destination_parameter\";i:1;s:27:\"logintoboggan_pre_auth_role\";s:1:\"2\";s:45:\"logintoboggan_purge_unvalidated_user_interval\";s:1:\"0\";s:33:\"logintoboggan_redirect_on_confirm\";s:0:\"\";s:34:\"logintoboggan_redirect_on_register\";s:0:\"\";s:27:\"logintoboggan_unified_login\";i:1;s:16:\"maintenance_mode\";b:0;s:24:\"maintenance_mode_message\";s:126:\"Physical Literacy Assessment for Youth is currently under maintenance. We should be back shortly. Thank you for your patience.\";s:22:\"masquerade_admin_roles\";a:5:{i:3;s:1:\"3\";i:1;i:0;i:2;i:0;i:5;i:0;i:7;i:0;}s:25:\"masquerade_quick_switches\";a:0:{}s:20:\"masquerade_test_user\";s:0:\"\";s:32:\"media_show_deprecated_view_modes\";b:1;s:25:\"memcache_wildcard_flushes\";a:4:{s:5:\"cache\";a:8:{s:7:\"locale:\";a:1:{i:7;i:1511552486;}s:7:\"entity_\";a:2:{i:21;i:1502289947;i:12;i:1502289946;}s:7:\"theme_r\";a:1:{i:14;i:1502289946;}s:7:\"node_ty\";a:1:{i:11;i:1502289947;}s:7:\"schema:\";a:1:{i:7;i:1484593857;}s:7:\"i18n:st\";a:31:{i:40;i:1415633551;i:46;i:1462195491;i:48;i:1462195491;i:52;i:1462195491;i:58;i:1464824006;i:60;i:1477506138;i:50;i:1462195491;i:56;i:1462195491;i:54;i:1462195491;i:62;i:1477506138;i:55;i:1462195491;i:61;i:1484593857;i:63;i:1464824006;i:47;i:1464715277;i:53;i:1464714930;i:57;i:1484593857;i:65;i:1484593857;i:68;i:1463411531;i:70;i:1463411531;i:66;i:1464715079;i:45;i:1464714930;i:51;i:1464714930;i:49;i:1462195491;i:59;i:1484593857;i:67;i:1484593857;i:71;i:1464824006;i:73;i:1462195491;i:72;i:1464715079;i:64;i:1465321605;i:74;i:1464715079;i:69;i:1484593857;}s:7:\"ctools_\";a:1:{i:20;i:1484593859;}s:7:\"image_e\";a:1:{i:14;i:1502289946;}}s:11:\"cache_field\";a:2:{s:11:\"field_info:\";a:1:{i:11;i:1496927550;}s:11:\"field_info_\";a:1:{i:17;i:1496927550;}}s:10:\"cache_menu\";a:9:{s:12:\"links:devel:\";a:1:{i:12;i:1502290008;}s:12:\"links:naviga\";a:1:{i:17;i:1502290008;}s:12:\"links:manage\";a:1:{i:17;i:1502290008;}s:12:\"links:user-m\";a:1:{i:16;i:1502290008;}s:12:\"links:menu-s\";a:3:{i:22;i:1495642281;i:19;i:1464120454;i:32;i:1464130193;}s:12:\"links:menu-m\";a:1:{i:24;i:1495641766;}s:12:\"links:main-m\";a:1:{i:16;i:1477543927;}s:12:\"links:menu-t\";a:1:{i:32;i:1464130160;}s:12:\"links:shortc\";a:1:{i:21;i:1464641996;}}s:16:\"cache_views_data\";a:1:{s:24:\"front_page_slideshow_fr:\";a:1:{i:24;i:1464716721;}}}s:25:\"menu_block_11_admin_title\";s:29:\"Leader Sub-Navigation Menu FR\";s:19:\"menu_block_11_depth\";s:1:\"0\";s:22:\"menu_block_11_expanded\";i:0;s:20:\"menu_block_11_follow\";i:0;s:19:\"menu_block_11_level\";s:1:\"3\";s:20:\"menu_block_11_parent\";s:27:\"menu-teacher-dashboard-fr:0\";s:18:\"menu_block_11_sort\";i:0;s:24:\"menu_block_11_title_link\";i:0;s:25:\"menu_block_13_admin_title\";s:31:\"Participant Sub-Navigation Menu\";s:19:\"menu_block_13_depth\";s:1:\"0\";s:22:\"menu_block_13_expanded\";i:0;s:20:\"menu_block_13_follow\";i:0;s:19:\"menu_block_13_level\";s:1:\"3\";s:20:\"menu_block_13_parent\";s:24:\"menu-student-dashboard:0\";s:18:\"menu_block_13_sort\";i:0;s:24:\"menu_block_13_title_link\";i:0;s:25:\"menu_block_14_admin_title\";s:34:\"Participant Sub-Navigation Menu FR\";s:19:\"menu_block_14_depth\";s:1:\"0\";s:22:\"menu_block_14_expanded\";i:0;s:20:\"menu_block_14_follow\";i:0;s:19:\"menu_block_14_level\";s:1:\"3\";s:20:\"menu_block_14_parent\";s:27:\"menu-student-dashboard-fr:0\";s:18:\"menu_block_14_sort\";i:0;s:24:\"menu_block_14_title_link\";i:0;s:25:\"menu_block_15_admin_title\";s:21:\"Submenu Sidebar Links\";s:19:\"menu_block_15_depth\";s:1:\"0\";s:22:\"menu_block_15_expanded\";i:0;s:20:\"menu_block_15_follow\";i:0;s:19:\"menu_block_15_level\";s:1:\"2\";s:20:\"menu_block_15_parent\";s:14:\"menu-submenu:0\";s:18:\"menu_block_15_sort\";i:0;s:24:\"menu_block_15_title_link\";i:1;s:25:\"menu_block_16_admin_title\";s:24:\"Submenu Sidebar Links FR\";s:19:\"menu_block_16_depth\";s:1:\"0\";s:28:\"menu_block_16_depth_relative\";i:0;s:22:\"menu_block_16_expanded\";i:0;s:20:\"menu_block_16_follow\";i:0;s:19:\"menu_block_16_level\";s:1:\"2\";s:20:\"menu_block_16_parent\";s:17:\"menu-submenu-fr:0\";s:18:\"menu_block_16_sort\";i:0;s:24:\"menu_block_16_title_link\";i:1;s:25:\"menu_block_17_admin_title\";s:19:\"Sub-Navigation Menu\";s:19:\"menu_block_17_depth\";s:1:\"0\";s:22:\"menu_block_17_expanded\";i:0;s:20:\"menu_block_17_follow\";i:0;s:19:\"menu_block_17_level\";s:1:\"2\";s:20:\"menu_block_17_parent\";s:11:\"main-menu:0\";s:18:\"menu_block_17_sort\";i:0;s:24:\"menu_block_17_title_link\";i:0;s:25:\"menu_block_18_admin_title\";s:22:\"Sub-Navigation Menu FR\";s:19:\"menu_block_18_depth\";s:1:\"0\";s:22:\"menu_block_18_expanded\";i:0;s:20:\"menu_block_18_follow\";i:0;s:19:\"menu_block_18_level\";s:1:\"2\";s:20:\"menu_block_18_parent\";s:19:\"menu-main-menu-fr:0\";s:18:\"menu_block_18_sort\";i:0;s:24:\"menu_block_18_title_link\";i:0;s:24:\"menu_block_2_admin_title\";s:16:\"Proper Main Menu\";s:18:\"menu_block_2_depth\";s:1:\"1\";s:21:\"menu_block_2_expanded\";i:0;s:19:\"menu_block_2_follow\";i:0;s:18:\"menu_block_2_level\";s:1:\"1\";s:19:\"menu_block_2_parent\";s:11:\"main-menu:0\";s:17:\"menu_block_2_sort\";i:0;s:23:\"menu_block_2_title_link\";i:0;s:24:\"menu_block_3_admin_title\";s:16:\"Leader Dashboard\";s:18:\"menu_block_3_depth\";s:1:\"1\";s:27:\"menu_block_3_depth_relative\";i:0;s:21:\"menu_block_3_expanded\";i:0;s:19:\"menu_block_3_follow\";i:0;s:18:\"menu_block_3_level\";s:1:\"1\";s:19:\"menu_block_3_parent\";s:24:\"menu-teacher-dashboard:0\";s:17:\"menu_block_3_sort\";i:0;s:23:\"menu_block_3_title_link\";i:0;s:24:\"menu_block_4_admin_title\";s:21:\"Participant Dashboard\";s:18:\"menu_block_4_depth\";s:1:\"1\";s:27:\"menu_block_4_depth_relative\";i:0;s:21:\"menu_block_4_expanded\";i:0;s:19:\"menu_block_4_follow\";i:0;s:18:\"menu_block_4_level\";s:1:\"1\";s:19:\"menu_block_4_parent\";s:24:\"menu-student-dashboard:0\";s:17:\"menu_block_4_sort\";i:0;s:23:\"menu_block_4_title_link\";i:0;s:24:\"menu_block_5_admin_title\";s:26:\"Leader Sub-Navigation Menu\";s:18:\"menu_block_5_depth\";s:1:\"0\";s:21:\"menu_block_5_expanded\";i:0;s:19:\"menu_block_5_follow\";i:0;s:18:\"menu_block_5_level\";s:1:\"3\";s:19:\"menu_block_5_parent\";s:24:\"menu-teacher-dashboard:0\";s:17:\"menu_block_5_sort\";i:0;s:23:\"menu_block_5_title_link\";i:0;s:24:\"menu_block_6_admin_title\";s:43:\"(Leader Dashboard) Leaders Guide Menu Links\";s:18:\"menu_block_6_depth\";s:1:\"1\";s:21:\"menu_block_6_expanded\";i:0;s:19:\"menu_block_6_follow\";i:0;s:18:\"menu_block_6_level\";s:1:\"1\";s:19:\"menu_block_6_parent\";s:9:\"_active:0\";s:17:\"menu_block_6_sort\";i:0;s:23:\"menu_block_6_title_link\";i:0;s:24:\"menu_block_7_admin_title\";s:24:\"Participant Dashboard FR\";s:18:\"menu_block_7_depth\";s:1:\"1\";s:21:\"menu_block_7_expanded\";i:0;s:19:\"menu_block_7_follow\";i:0;s:18:\"menu_block_7_level\";s:1:\"1\";s:19:\"menu_block_7_parent\";s:31:\"menu-student-dashboard-fr:10922\";s:17:\"menu_block_7_sort\";i:0;s:23:\"menu_block_7_title_link\";i:0;s:24:\"menu_block_8_admin_title\";s:19:\"Proper Main Menu FR\";s:18:\"menu_block_8_depth\";s:1:\"1\";s:21:\"menu_block_8_expanded\";i:0;s:19:\"menu_block_8_follow\";i:0;s:18:\"menu_block_8_level\";s:1:\"1\";s:19:\"menu_block_8_parent\";s:19:\"menu-main-menu-fr:0\";s:17:\"menu_block_8_sort\";i:0;s:23:\"menu_block_8_title_link\";i:0;s:24:\"menu_block_9_admin_title\";s:19:\"Leader Dashboard FR\";s:18:\"menu_block_9_depth\";s:1:\"1\";s:21:\"menu_block_9_expanded\";i:0;s:19:\"menu_block_9_follow\";i:0;s:18:\"menu_block_9_level\";s:1:\"1\";s:19:\"menu_block_9_parent\";s:31:\"menu-teacher-dashboard-fr:10905\";s:17:\"menu_block_9_sort\";i:0;s:23:\"menu_block_9_title_link\";i:0;s:14:\"menu_block_ids\";a:15:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;i:4;i:6;i:5;i:7;i:6;i:8;i:7;i:9;i:8;i:11;i:9;i:13;i:10;i:14;i:11;i:15;i:12;i:16;i:13;i:17;i:14;i:18;}s:21:\"menu_block_menu_order\";a:2:{s:9:\"main-menu\";s:0:\"\";s:9:\"user-menu\";s:0:\"\";}s:24:\"menu_block_suppress_core\";i:1;s:25:\"menu_default_active_menus\";a:12:{i:0;s:5:\"devel\";i:1;s:9:\"main-menu\";i:2;s:10:\"management\";i:3;s:10:\"navigation\";i:5;s:9:\"user-menu\";i:6;s:22:\"menu-teacher-dashboard\";i:7;s:22:\"menu-student-dashboard\";i:8;s:25:\"menu-student-dashboard-fr\";i:9;s:17:\"menu-main-menu-fr\";i:10;s:25:\"menu-teacher-dashboard-fr\";i:11;s:12:\"menu-submenu\";i:12;s:15:\"menu-submenu-fr\";}s:13:\"menu_expanded\";a:0:{}s:10:\"menu_masks\";a:58:{i:0;i:507;i:1;i:506;i:2;i:501;i:3;i:490;i:4;i:253;i:5;i:252;i:6;i:251;i:7;i:250;i:8;i:245;i:9;i:242;i:10;i:241;i:11;i:238;i:12;i:234;i:13;i:126;i:14;i:125;i:15;i:124;i:16;i:123;i:17;i:122;i:18;i:121;i:19;i:119;i:20;i:117;i:21;i:112;i:22;i:78;i:23;i:77;i:24;i:63;i:25;i:62;i:26;i:61;i:27;i:60;i:28;i:59;i:29;i:58;i:30;i:56;i:31;i:45;i:32;i:44;i:33;i:39;i:34;i:31;i:35;i:30;i:36;i:29;i:37;i:28;i:38;i:27;i:39;i:26;i:40;i:24;i:41;i:23;i:42;i:22;i:43;i:21;i:44;i:19;i:45;i:15;i:46;i:14;i:47;i:13;i:48;i:11;i:49;i:10;i:50;i:9;i:51;i:8;i:52;i:7;i:53;i:6;i:54;i:5;i:55;i:3;i:56;i:2;i:57;i:1;}s:24:\"menu_options_group_class\";a:1:{i:0;s:9:\"main-menu\";}s:25:\"menu_options_group_school\";a:1:{i:0;s:9:\"main-menu\";}s:26:\"menu_options_other_webform\";a:6:{i:0;s:9:\"main-menu\";i:1;s:17:\"menu-main-menu-fr\";i:2;s:22:\"menu-student-dashboard\";i:3;s:25:\"menu-student-dashboard-fr\";i:4;s:22:\"menu-teacher-dashboard\";i:5;s:25:\"menu-teacher-dashboard-fr\";}s:17:\"menu_options_page\";a:8:{i:0;s:22:\"menu-teacher-dashboard\";i:1;s:25:\"menu-teacher-dashboard-fr\";i:2;s:9:\"main-menu\";i:3;s:17:\"menu-main-menu-fr\";i:4;s:22:\"menu-student-dashboard\";i:5;s:25:\"menu-student-dashboard-fr\";i:6;s:12:\"menu-submenu\";i:7;s:15:\"menu-submenu-fr\";}s:22:\"menu_options_slideshow\";a:1:{i:0;s:9:\"main-menu\";}s:25:\"menu_options_slideshow_fr\";a:1:{i:0;s:9:\"main-menu\";}s:20:\"menu_options_webform\";a:0:{}s:23:\"menu_parent_group_class\";s:11:\"main-menu:0\";s:24:\"menu_parent_group_school\";s:11:\"main-menu:0\";s:25:\"menu_parent_other_webform\";s:11:\"main-menu:0\";s:16:\"menu_parent_page\";s:11:\"main-menu:0\";s:21:\"menu_parent_slideshow\";s:11:\"main-menu:0\";s:24:\"menu_parent_slideshow_fr\";s:11:\"main-menu:0\";s:19:\"menu_parent_webform\";s:11:\"main-menu:0\";s:38:\"menu_trail_by_path_breadcrumb_handling\";i:1;s:28:\"module_filter_recent_modules\";a:0:{}s:16:\"node_admin_theme\";s:1:\"1\";s:14:\"node_cron_last\";s:10:\"1365687349\";s:24:\"node_options_group_class\";a:1:{i:0;s:6:\"status\";}s:25:\"node_options_group_school\";a:1:{i:0;s:6:\"status\";}s:26:\"node_options_other_webform\";a:1:{i:0;s:6:\"status\";}s:17:\"node_options_page\";a:1:{i:0;s:6:\"status\";}s:22:\"node_options_slideshow\";a:1:{i:0;s:6:\"status\";}s:25:\"node_options_slideshow_fr\";a:1:{i:0;s:6:\"status\";}s:20:\"node_options_webform\";a:1:{i:0;s:6:\"status\";}s:24:\"node_preview_group_class\";s:1:\"0\";s:25:\"node_preview_group_school\";s:1:\"0\";s:26:\"node_preview_other_webform\";s:1:\"1\";s:17:\"node_preview_page\";s:1:\"1\";s:22:\"node_preview_slideshow\";s:1:\"1\";s:20:\"node_preview_webform\";s:1:\"1\";s:26:\"node_submitted_group_class\";i:0;s:27:\"node_submitted_group_school\";i:0;s:28:\"node_submitted_other_webform\";i:0;s:19:\"node_submitted_page\";i:0;s:24:\"node_submitted_slideshow\";i:0;s:27:\"node_submitted_slideshow_fr\";i:0;s:22:\"node_submitted_webform\";i:0;s:28:\"og_features_ignore_og_fields\";b:0;s:46:\"og_group_manager_default_rids_node_group_class\";a:1:{i:9;s:1:\"9\";}s:47:\"og_group_manager_default_rids_node_group_school\";a:0:{}s:28:\"og_group_manager_full_access\";i:0;s:21:\"og_node_access_strict\";i:1;s:17:\"og_orphans_delete\";i:0;s:23:\"og_ui_admin_people_view\";s:24:\"og_members_admin:default\";s:12:\"og_use_queue\";i:1;s:22:\"page_cache_maximum_age\";s:1:\"0\";s:16:\"page_compression\";i:1;s:25:\"passport_dash_school_year\";i:2016;s:42:\"passport_participant_email_address_counter\";i:85754;s:38:\"passport_student_email_address_counter\";i:133;s:38:\"passport_teacher_email_address_counter\";i:1;s:21:\"pathauto_blog_pattern\";s:17:\"blogs/[user:name]\";s:13:\"pathauto_case\";s:1:\"1\";s:21:\"pathauto_file_pattern\";s:16:\"file/[file:name]\";s:22:\"pathauto_forum_pattern\";s:29:\"[term:vocabulary]/[term:name]\";s:21:\"pathauto_ignore_words\";s:134:\"a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with\";s:29:\"pathauto_max_component_length\";s:3:\"100\";s:19:\"pathauto_max_length\";s:3:\"100\";s:29:\"pathauto_node_article_pattern\";s:0:\"\";s:33:\"pathauto_node_group_class_pattern\";s:16:\"group/[node:nid]\";s:34:\"pathauto_node_group_school_pattern\";s:17:\"school/[node:nid]\";s:38:\"pathauto_node_other_webform_en_pattern\";s:0:\"\";s:38:\"pathauto_node_other_webform_fr_pattern\";s:0:\"\";s:35:\"pathauto_node_other_webform_pattern\";s:0:\"\";s:39:\"pathauto_node_other_webform_und_pattern\";s:0:\"\";s:29:\"pathauto_node_page_en_pattern\";s:0:\"\";s:29:\"pathauto_node_page_fr_pattern\";s:0:\"\";s:26:\"pathauto_node_page_pattern\";s:0:\"\";s:30:\"pathauto_node_page_und_pattern\";s:0:\"\";s:21:\"pathauto_node_pattern\";s:53:\"[node:menu-link:parents:join-path-alias]/[node:title]\";s:31:\"pathauto_node_slideshow_pattern\";s:0:\"\";s:32:\"pathauto_node_webform_en_pattern\";s:23:\"assessment/[node:title]\";s:32:\"pathauto_node_webform_fr_pattern\";s:23:\"assessment/[node:title]\";s:29:\"pathauto_node_webform_pattern\";s:23:\"assessment/[node:title]\";s:33:\"pathauto_node_webform_und_pattern\";s:23:\"assessment/[node:title]\";s:30:\"pathauto_punctuation_ampersand\";s:1:\"0\";s:29:\"pathauto_punctuation_asterisk\";s:1:\"0\";s:23:\"pathauto_punctuation_at\";s:1:\"0\";s:29:\"pathauto_punctuation_backtick\";s:1:\"0\";s:31:\"pathauto_punctuation_back_slash\";s:1:\"0\";s:26:\"pathauto_punctuation_caret\";s:1:\"0\";s:26:\"pathauto_punctuation_colon\";s:1:\"0\";s:26:\"pathauto_punctuation_comma\";s:1:\"0\";s:27:\"pathauto_punctuation_dollar\";s:1:\"0\";s:34:\"pathauto_punctuation_double_quotes\";s:1:\"0\";s:26:\"pathauto_punctuation_equal\";s:1:\"0\";s:32:\"pathauto_punctuation_exclamation\";s:1:\"0\";s:33:\"pathauto_punctuation_greater_than\";s:1:\"0\";s:25:\"pathauto_punctuation_hash\";s:1:\"0\";s:27:\"pathauto_punctuation_hyphen\";s:1:\"1\";s:31:\"pathauto_punctuation_left_curly\";s:1:\"0\";s:37:\"pathauto_punctuation_left_parenthesis\";s:1:\"0\";s:32:\"pathauto_punctuation_left_square\";s:1:\"0\";s:30:\"pathauto_punctuation_less_than\";s:1:\"0\";s:28:\"pathauto_punctuation_percent\";s:1:\"0\";s:27:\"pathauto_punctuation_period\";s:1:\"0\";s:25:\"pathauto_punctuation_pipe\";s:1:\"0\";s:25:\"pathauto_punctuation_plus\";s:1:\"0\";s:34:\"pathauto_punctuation_question_mark\";s:1:\"0\";s:27:\"pathauto_punctuation_quotes\";s:1:\"0\";s:32:\"pathauto_punctuation_right_curly\";s:1:\"0\";s:38:\"pathauto_punctuation_right_parenthesis\";s:1:\"0\";s:33:\"pathauto_punctuation_right_square\";s:1:\"0\";s:30:\"pathauto_punctuation_semicolon\";s:1:\"0\";s:26:\"pathauto_punctuation_slash\";s:1:\"0\";s:26:\"pathauto_punctuation_tilde\";s:1:\"0\";s:31:\"pathauto_punctuation_underscore\";s:1:\"0\";s:21:\"pathauto_reduce_ascii\";i:0;s:18:\"pathauto_separator\";s:1:\"-\";s:35:\"pathauto_taxonomy_term_ages_pattern\";s:0:\"\";s:39:\"pathauto_taxonomy_term_category_pattern\";s:0:\"\";s:30:\"pathauto_taxonomy_term_pattern\";s:29:\"[term:vocabulary]/[term:name]\";s:22:\"pathauto_transliterate\";b:0;s:22:\"pathauto_update_action\";s:1:\"2\";s:21:\"pathauto_user_pattern\";s:17:\"users/[user:name]\";s:16:\"pathauto_verbose\";i:0;s:20:\"path_alias_whitelist\";a:4:{s:4:\"file\";b:1;s:4:\"node\";b:1;s:8:\"taxonomy\";b:1;s:4:\"user\";b:1;}s:30:\"play_export_assessment_default\";s:4:\"3552\";s:28:\"play_export_end_date_default\";a:3:{s:5:\"month\";s:1:\"3\";s:3:\"day\";s:2:\"31\";s:4:\"year\";s:4:\"2021\";}s:26:\"play_export_next_execution\";i:1646776802;s:30:\"play_export_start_date_default\";a:3:{s:5:\"month\";s:1:\"4\";s:3:\"day\";s:1:\"1\";s:4:\"year\";s:4:\"2018\";}s:14:\"preprocess_css\";i:1;s:13:\"preprocess_js\";i:0;s:25:\"save_continue_group_class\";s:19:\"Save and add fields\";s:26:\"save_continue_group_school\";s:19:\"Save and add fields\";s:27:\"save_continue_other_webform\";s:19:\"Save and add fields\";s:23:\"save_continue_slideshow\";s:19:\"Save and add fields\";s:26:\"save_continue_slideshow_fr\";s:19:\"Save and add fields\";s:8:\"site_403\";s:0:\"\";s:8:\"site_404\";s:0:\"\";s:20:\"site_default_country\";s:2:\"CA\";s:14:\"site_frontpage\";s:4:\"node\";s:9:\"site_mail\";s:24:\"info@physicalliteracy.ca\";s:9:\"site_name\";s:38:\"Physical Literacy Assessment for Youth\";s:11:\"site_slogan\";s:0:\"\";s:29:\"text_resize_line_height_allow\";i:0;s:27:\"text_resize_line_height_max\";s:2:\"36\";s:27:\"text_resize_line_height_min\";s:2:\"16\";s:19:\"text_resize_maximum\";s:2:\"20\";s:19:\"text_resize_minimum\";s:2:\"13\";s:24:\"text_resize_reset_button\";i:1;s:17:\"text_resize_scope\";s:4:\"main\";s:13:\"theme_default\";s:15:\"play_responsive\";s:18:\"theme_p4l_settings\";a:24:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:1;s:13:\"toggle_slogan\";i:1;s:24:\"toggle_node_user_picture\";i:1;s:27:\"toggle_comment_user_picture\";i:1;s:14:\"toggle_favicon\";i:1;s:16:\"toggle_main_menu\";i:0;s:21:\"toggle_secondary_menu\";i:0;s:12:\"default_logo\";i:1;s:9:\"logo_path\";s:0:\"\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:1;s:12:\"favicon_path\";s:0:\"\";s:14:\"favicon_upload\";s:0:\"\";s:14:\"zen_breadcrumb\";s:3:\"yes\";s:24:\"zen_breadcrumb_separator\";s:5:\" › \";s:19:\"zen_breadcrumb_home\";i:1;s:23:\"zen_breadcrumb_trailing\";i:1;s:20:\"zen_breadcrumb_title\";i:0;s:20:\"zen_skip_link_anchor\";s:9:\"main-menu\";s:18:\"zen_skip_link_text\";s:18:\"Jump to navigation\";s:22:\"zen_html5_respond_meta\";a:3:{s:7:\"respond\";s:7:\"respond\";s:5:\"html5\";s:5:\"html5\";s:4:\"meta\";s:4:\"meta\";}s:20:\"zen_rebuild_registry\";i:0;s:14:\"zen_wireframes\";i:0;}s:23:\"theme_passport_settings\";a:24:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:0;s:13:\"toggle_slogan\";i:0;s:24:\"toggle_node_user_picture\";i:1;s:27:\"toggle_comment_user_picture\";i:1;s:14:\"toggle_favicon\";i:1;s:16:\"toggle_main_menu\";i:0;s:21:\"toggle_secondary_menu\";i:0;s:12:\"default_logo\";i:1;s:9:\"logo_path\";s:0:\"\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:1;s:12:\"favicon_path\";s:0:\"\";s:14:\"favicon_upload\";s:0:\"\";s:14:\"zen_breadcrumb\";s:3:\"yes\";s:24:\"zen_breadcrumb_separator\";s:5:\" › \";s:19:\"zen_breadcrumb_home\";i:0;s:23:\"zen_breadcrumb_trailing\";i:0;s:20:\"zen_breadcrumb_title\";i:1;s:20:\"zen_skip_link_anchor\";s:9:\"main-menu\";s:18:\"zen_skip_link_text\";s:18:\"Jump to navigation\";s:22:\"zen_html5_respond_meta\";a:3:{s:7:\"respond\";s:7:\"respond\";s:5:\"html5\";s:5:\"html5\";s:4:\"meta\";s:4:\"meta\";}s:20:\"zen_rebuild_registry\";i:1;s:14:\"zen_wireframes\";i:0;}s:30:\"theme_play_responsive_settings\";a:24:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:1;s:13:\"toggle_slogan\";i:1;s:24:\"toggle_node_user_picture\";i:1;s:27:\"toggle_comment_user_picture\";i:1;s:14:\"toggle_favicon\";i:1;s:16:\"toggle_main_menu\";i:0;s:21:\"toggle_secondary_menu\";i:0;s:12:\"default_logo\";i:1;s:9:\"logo_path\";s:32:\"public://PLAY logo_Thumbnail.jpg\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:1;s:12:\"favicon_path\";s:0:\"\";s:14:\"favicon_upload\";s:0:\"\";s:14:\"zen_breadcrumb\";s:3:\"yes\";s:24:\"zen_breadcrumb_separator\";s:5:\" › \";s:19:\"zen_breadcrumb_home\";i:1;s:23:\"zen_breadcrumb_trailing\";i:0;s:20:\"zen_breadcrumb_title\";i:1;s:20:\"zen_skip_link_anchor\";s:9:\"main-menu\";s:18:\"zen_skip_link_text\";s:18:\"Jump to navigation\";s:22:\"zen_html5_respond_meta\";a:3:{s:7:\"respond\";s:7:\"respond\";s:5:\"html5\";s:5:\"html5\";s:4:\"meta\";s:4:\"meta\";}s:20:\"zen_rebuild_registry\";i:1;s:14:\"zen_wireframes\";i:0;}s:14:\"theme_settings\";a:16:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:1;s:13:\"toggle_slogan\";i:1;s:24:\"toggle_node_user_picture\";i:1;s:27:\"toggle_comment_user_picture\";i:1;s:32:\"toggle_comment_user_verification\";i:1;s:14:\"toggle_favicon\";i:1;s:16:\"toggle_main_menu\";i:1;s:21:\"toggle_secondary_menu\";i:1;s:12:\"default_logo\";i:0;s:9:\"logo_path\";s:34:\"public://Facebook Favacon_leaf.jpg\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:0;s:12:\"favicon_path\";s:42:\"public://Facebook Favacon_leaf - copie.jpg\";s:14:\"favicon_upload\";s:0:\"\";s:16:\"favicon_mimetype\";s:10:\"image/jpeg\";}s:20:\"tracking__active_tab\";s:20:\"edit-domain-tracking\";s:21:\"update_check_disabled\";i:1;s:22:\"update_check_frequency\";s:1:\"1\";s:17:\"update_last_check\";i:1646424002;s:30:\"update_last_email_notification\";i:1646427602;s:29:\"update_notification_threshold\";s:3:\"all\";s:20:\"update_notify_emails\";a:1:{i:0;s:28:\"paul+p4l@fenix-solutions.com\";}s:15:\"user_admin_role\";s:1:\"3\";s:18:\"user_cancel_method\";s:17:\"user_cancel_block\";s:21:\"user_default_timezone\";s:1:\"0\";s:23:\"user_email_verification\";b:0;s:29:\"user_mail_cancel_confirm_body\";s:381:\"[user:name],\r\n\r\nA request to cancel your account has been made at [site:name].\r\n\r\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\r\n\r\n[user:cancel-url]\r\n\r\nNOTE: The cancellation of your account is not reversible.\r\n\r\nThis link expires in one day and nothing will happen if it is not used.\r\n\r\n--  [site:name] team\";s:32:\"user_mail_cancel_confirm_subject\";s:59:\"Account cancellation request for [user:name] at [site:name]\";s:29:\"user_mail_password_reset_body\";s:407:\"[user:name],\r\n\r\nA request to reset the password for your account has been made at [site:name].\r\n\r\nYou may now log in by clicking this link or copying and pasting it to your browser:\r\n\r\n[user:one-time-login-url]\r\n\r\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it\'s not used.\r\n\r\n--  [site:name] team\";s:32:\"user_mail_password_reset_subject\";s:60:\"Replacement login information for [user:name] at [site:name]\";s:37:\"user_mail_register_admin_created_body\";s:476:\"[user:name],\r\n\r\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it to your browser:\r\n\r\n[user:one-time-login-url]\r\n\r\nThis link can only be used once to log in and will lead you to a page where you can set your password.\r\n\r\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\r\n\r\nusername: [user:name]\r\npassword: Your password\r\n\r\n--  [site:name] team\";s:40:\"user_mail_register_admin_created_subject\";s:58:\"An administrator created an account for you at [site:name]\";s:44:\"user_mail_register_no_approval_required_body\";s:641:\"[user:name],\r\n\r\nWelcome to the PLAY Tools Online Application!\r\nThank you for registering at [site:name]. \r\n\r\nThis site facilitates the assesment and recording of physical literacy by providing electronic forms of the PLAY tools, as well as step-by-step guides on how to use each tool. \r\n\r\nSign in on the http://play.physicalliteracy.ca to get started!\r\n\r\nIf you are signed up as a Participant, go to your http://play.physicalliteracy.ca/participant to find your group and take the PLAYself assessment. \r\n\r\nIf you are signed up as a Leader, to go your http://play.physicalliteracy.ca/leader to create your first group.\r\n\r\n--  [site:name] team\";s:47:\"user_mail_register_no_approval_required_subject\";s:46:\"Account details for [user:name] at [site:name]\";s:40:\"user_mail_register_pending_approval_body\";s:287:\"[user:name],\r\n\r\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another e-mail containing information about how to log in, set your password, and other details.\r\n\r\n\r\n--  [site:name] team\";s:43:\"user_mail_register_pending_approval_subject\";s:71:\"Account details for [user:name] at [site:name] (pending admin approval)\";s:31:\"user_mail_status_activated_body\";s:461:\"[user:name],\r\n\r\nYour account at [site:name] has been activated.\r\n\r\nYou may now log in by clicking this link or copying and pasting it into your browser:\r\n\r\n[user:one-time-login-url]\r\n\r\nThis link can only be used once to log in and will lead you to a page where you can set your password.\r\n\r\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\r\n\r\nusername: [user:name]\r\npassword: Your password\r\n\r\n--  [site:name] team\";s:33:\"user_mail_status_activated_notify\";i:1;s:34:\"user_mail_status_activated_subject\";s:57:\"Account details for [user:name] at [site:name] (approved)\";s:29:\"user_mail_status_blocked_body\";s:85:\"[user:name],\r\n\r\nYour account on [site:name] has been blocked.\r\n\r\n--  [site:name] team\";s:31:\"user_mail_status_blocked_notify\";i:0;s:32:\"user_mail_status_blocked_subject\";s:56:\"Account details for [user:name] at [site:name] (blocked)\";s:30:\"user_mail_status_canceled_body\";s:86:\"[user:name],\r\n\r\nYour account on [site:name] has been canceled.\r\n\r\n--  [site:name] team\";s:32:\"user_mail_status_canceled_notify\";i:0;s:33:\"user_mail_status_canceled_subject\";s:57:\"Account details for [user:name] at [site:name] (canceled)\";s:13:\"user_pictures\";i:0;s:20:\"user_picture_default\";s:0:\"\";s:23:\"user_picture_dimensions\";s:9:\"1024x1024\";s:22:\"user_picture_file_size\";s:3:\"800\";s:23:\"user_picture_guidelines\";s:0:\"\";s:17:\"user_picture_path\";s:8:\"pictures\";s:18:\"user_picture_style\";s:9:\"thumbnail\";s:13:\"user_register\";s:1:\"1\";s:15:\"user_signatures\";i:0;s:20:\"variable_module_list\";a:3:{s:6:\"locale\";a:6:{i:0;s:29:\"language_content_type_article\";i:1;s:29:\"language_content_type_webform\";i:2;s:26:\"language_content_type_page\";i:3;s:33:\"language_content_type_group_class\";i:4;s:34:\"language_content_type_group_school\";i:5;s:16:\"language_default\";}s:4:\"i18n\";a:1:{i:0;s:18:\"i18n_language_list\";}s:13:\"media_wysiwyg\";a:2:{i:0;s:27:\"media_wysiwyg_wysiwyg_title\";i:1;s:32:\"media_wysiwyg_wysiwyg_icon_title\";}}s:28:\"variable_realm_list_language\";a:5:{i:0;s:9:\"site_name\";i:1;s:11:\"site_slogan\";i:2;s:8:\"site_403\";i:3;s:8:\"site_404\";i:4;s:24:\"maintenance_mode_message\";}s:14:\"views_defaults\";a:1:{s:14:\"og_user_groups\";b:1;}s:18:\"views_devel_output\";i:1;s:18:\"views_devel_region\";s:7:\"message\";s:30:\"views_exposed_filter_any_label\";s:7:\"new_any\";s:25:\"views_localization_plugin\";s:11:\"i18nstrings\";s:19:\"views_no_javascript\";i:0;s:29:\"views_show_additional_queries\";i:0;s:16:\"views_skip_cache\";i:1;s:19:\"views_sql_signature\";i:1;s:28:\"views_ui_always_live_preview\";i:1;s:21:\"views_ui_custom_theme\";s:8:\"_default\";s:22:\"views_ui_display_embed\";i:0;s:29:\"views_ui_show_advanced_column\";i:1;s:35:\"views_ui_show_advanced_help_warning\";i:1;s:29:\"views_ui_show_listing_filters\";i:0;s:28:\"views_ui_show_master_display\";i:1;s:36:\"views_ui_show_performance_statistics\";i:0;s:33:\"views_ui_show_preview_information\";i:1;s:23:\"views_ui_show_sql_query\";i:1;s:29:\"views_ui_show_sql_query_where\";s:5:\"above\";s:21:\"webform_csv_delimiter\";s:2:\"\\t\";s:22:\"webform_default_format\";i:0;s:28:\"webform_default_from_address\";s:28:\"paul+p4l@fenix-solutions.com\";s:25:\"webform_default_from_name\";s:17:\"Passport for Life\";s:23:\"webform_default_subject\";s:28:\"Form submission from: %title\";s:27:\"webform_disabled_components\";a:0:{}s:28:\"webform_email_address_format\";s:4:\"long\";s:21:\"webform_export_format\";s:9:\"delimited\";s:23:\"webform_format_override\";i:0;s:30:\"webform_mysql_views_meets_reqs\";b:1;s:18:\"webform_node_types\";a:2:{i:0;s:7:\"webform\";i:1;s:13:\"other_webform\";}s:20:\"webform_search_index\";i:1;s:33:\"webform_submission_access_control\";s:1:\"1\";s:21:\"webform_template_dest\";a:1:{s:7:\"webform\";s:7:\"webform\";}s:21:\"webform_template_lang\";i:0;s:20:\"webform_template_src\";a:1:{s:7:\"webform\";s:7:\"webform\";}s:19:\"webform_use_cookies\";i:0;}',0,1646427610,1);
/*!40000 ALTER TABLE `cache_bootstrap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache_entity_og_membership`
--

DROP TABLE IF EXISTS `cache_entity_og_membership`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache_entity_og_membership` (
  `cid` varchar(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  `data` longblob COMMENT 'A collection of data to cache.',
  `expire` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.',
  `created` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.',
  `serialized` smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  PRIMARY KEY (`cid`),
  KEY `expire` (`expire`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cache table used to store og_membership entity records.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_entity_og_membership`
--

LOCK TABLES `cache_entity_og_membership` WRITE;
/*!40000 ALTER TABLE `cache_entity_og_membership` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_entity_og_membership` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache_entity_og_membership_type`
--

DROP TABLE IF EXISTS `cache_entity_og_membership_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache_entity_og_membership_type` (
  `cid` varchar(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  `data` longblob COMMENT 'A collection of data to cache.',
  `expire` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.',
  `created` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.',
  `serialized` smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  PRIMARY KEY (`cid`),
  KEY `expire` (`expire`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cache table used to store og_membership_type entity records.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_entity_og_membership_type`
--

LOCK TABLES `cache_entity_og_membership_type` WRITE;
/*!40000 ALTER TABLE `cache_entity_og_membership_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_entity_og_membership_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache_field`
--

DROP TABLE IF EXISTS `cache_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache_field` (
  `cid` varchar(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  `data` longblob COMMENT 'A collection of data to cache.',
  `expire` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.',
  `created` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.',
  `serialized` smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  PRIMARY KEY (`cid`),
  KEY `expire` (`expire`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Generic cache table for caching things not separated out...';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_field`
--

LOCK TABLES `cache_field` WRITE;
/*!40000 ALTER TABLE `cache_field` DISABLE KEYS */;
INSERT INTO `cache_field` VALUES ('field:country:1',_binary 'a:0:{}',0,1646160656,1),('field:country:10',_binary 'a:0:{}',0,1646160656,1),('field:country:100',_binary 'a:0:{}',0,1646160656,1),('field:country:101',_binary 'a:0:{}',0,1646160656,1),('field:country:102',_binary 'a:0:{}',0,1646160656,1),('field:country:103',_binary 'a:0:{}',0,1646160656,1),('field:country:104',_binary 'a:0:{}',0,1646160656,1),('field:country:105',_binary 'a:0:{}',0,1646160656,1),('field:country:106',_binary 'a:0:{}',0,1646160656,1),('field:country:107',_binary 'a:0:{}',0,1646160656,1),('field:country:108',_binary 'a:0:{}',0,1646160656,1),('field:country:109',_binary 'a:0:{}',0,1646160656,1),('field:country:11',_binary 'a:0:{}',0,1646160656,1),('field:country:110',_binary 'a:0:{}',0,1646160656,1),('field:country:111',_binary 'a:0:{}',0,1646160656,1),('field:country:112',_binary 'a:0:{}',0,1646160656,1),('field:country:113',_binary 'a:0:{}',0,1646160656,1),('field:country:114',_binary 'a:0:{}',0,1646160656,1),('field:country:115',_binary 'a:0:{}',0,1646160656,1),('field:country:116',_binary 'a:0:{}',0,1646160656,1),('field:country:117',_binary 'a:0:{}',0,1646160656,1),('field:country:118',_binary 'a:0:{}',0,1646160656,1),('field:country:119',_binary 'a:0:{}',0,1646160656,1),('field:country:12',_binary 'a:0:{}',0,1646160656,1),('field:country:120',_binary 'a:0:{}',0,1646160656,1),('field:country:121',_binary 'a:0:{}',0,1646160656,1),('field:country:122',_binary 'a:0:{}',0,1646160656,1),('field:country:123',_binary 'a:0:{}',0,1646160656,1),('field:country:124',_binary 'a:0:{}',0,1646160656,1),('field:country:125',_binary 'a:0:{}',0,1646160656,1),('field:country:126',_binary 'a:0:{}',0,1646160656,1),('field:country:127',_binary 'a:0:{}',0,1646160656,1),('field:country:128',_binary 'a:0:{}',0,1646160656,1),('field:country:129',_binary 'a:0:{}',0,1646160656,1),('field:country:13',_binary 'a:0:{}',0,1646160656,1),('field:country:130',_binary 'a:0:{}',0,1646160656,1),('field:country:131',_binary 'a:0:{}',0,1646160656,1),('field:country:132',_binary 'a:0:{}',0,1646160656,1),('field:country:133',_binary 'a:0:{}',0,1646160656,1),('field:country:134',_binary 'a:0:{}',0,1646160656,1),('field:country:135',_binary 'a:0:{}',0,1646160656,1),('field:country:136',_binary 'a:0:{}',0,1646160656,1),('field:country:137',_binary 'a:0:{}',0,1646160656,1),('field:country:138',_binary 'a:0:{}',0,1646160656,1),('field:country:139',_binary 'a:0:{}',0,1646160656,1),('field:country:14',_binary 'a:0:{}',0,1646160656,1),('field:country:140',_binary 'a:0:{}',0,1646160656,1),('field:country:141',_binary 'a:0:{}',0,1646160656,1),('field:country:142',_binary 'a:0:{}',0,1646160656,1),('field:country:143',_binary 'a:0:{}',0,1646160656,1),('field:country:144',_binary 'a:0:{}',0,1646160656,1),('field:country:145',_binary 'a:0:{}',0,1646160656,1),('field:country:146',_binary 'a:0:{}',0,1646160656,1),('field:country:147',_binary 'a:0:{}',0,1646160656,1),('field:country:148',_binary 'a:0:{}',0,1646160656,1),('field:country:149',_binary 'a:0:{}',0,1646160656,1),('field:country:15',_binary 'a:0:{}',0,1646160656,1),('field:country:150',_binary 'a:0:{}',0,1646160656,1),('field:country:151',_binary 'a:0:{}',0,1646160656,1),('field:country:152',_binary 'a:0:{}',0,1646160656,1),('field:country:153',_binary 'a:0:{}',0,1646160656,1),('field:country:154',_binary 'a:0:{}',0,1646160656,1),('field:country:155',_binary 'a:0:{}',0,1646160656,1),('field:country:156',_binary 'a:0:{}',0,1646160656,1),('field:country:157',_binary 'a:0:{}',0,1646160656,1),('field:country:158',_binary 'a:0:{}',0,1646160656,1),('field:country:159',_binary 'a:0:{}',0,1646160656,1),('field:country:16',_binary 'a:0:{}',0,1646160656,1),('field:country:160',_binary 'a:0:{}',0,1646160656,1),('field:country:161',_binary 'a:0:{}',0,1646160656,1),('field:country:162',_binary 'a:0:{}',0,1646160656,1),('field:country:163',_binary 'a:0:{}',0,1646160656,1),('field:country:164',_binary 'a:0:{}',0,1646160656,1),('field:country:165',_binary 'a:0:{}',0,1646160656,1),('field:country:166',_binary 'a:0:{}',0,1646160656,1),('field:country:167',_binary 'a:0:{}',0,1646160656,1),('field:country:168',_binary 'a:0:{}',0,1646160656,1),('field:country:169',_binary 'a:0:{}',0,1646160656,1),('field:country:17',_binary 'a:0:{}',0,1646160656,1),('field:country:170',_binary 'a:0:{}',0,1646160656,1),('field:country:171',_binary 'a:0:{}',0,1646160656,1),('field:country:172',_binary 'a:0:{}',0,1646160656,1),('field:country:173',_binary 'a:0:{}',0,1646160656,1),('field:country:174',_binary 'a:0:{}',0,1646160656,1),('field:country:175',_binary 'a:0:{}',0,1646160656,1),('field:country:176',_binary 'a:0:{}',0,1646160656,1),('field:country:177',_binary 'a:0:{}',0,1646160656,1),('field:country:178',_binary 'a:0:{}',0,1646160656,1),('field:country:179',_binary 'a:0:{}',0,1646160656,1),('field:country:18',_binary 'a:0:{}',0,1646160656,1),('field:country:180',_binary 'a:0:{}',0,1646160656,1),('field:country:181',_binary 'a:0:{}',0,1646160656,1),('field:country:182',_binary 'a:0:{}',0,1646160656,1),('field:country:183',_binary 'a:0:{}',0,1646160656,1),('field:country:184',_binary 'a:0:{}',0,1646160656,1),('field:country:185',_binary 'a:0:{}',0,1646160656,1),('field:country:186',_binary 'a:0:{}',0,1646160656,1),('field:country:187',_binary 'a:0:{}',0,1646160656,1),('field:country:188',_binary 'a:0:{}',0,1646160656,1),('field:country:189',_binary 'a:0:{}',0,1646160656,1),('field:country:19',_binary 'a:0:{}',0,1646160656,1),('field:country:190',_binary 'a:0:{}',0,1646160656,1),('field:country:191',_binary 'a:0:{}',0,1646160656,1),('field:country:192',_binary 'a:0:{}',0,1646160656,1),('field:country:193',_binary 'a:0:{}',0,1646160656,1),('field:country:194',_binary 'a:0:{}',0,1646160656,1),('field:country:195',_binary 'a:0:{}',0,1646160656,1),('field:country:196',_binary 'a:0:{}',0,1646160656,1),('field:country:197',_binary 'a:0:{}',0,1646160656,1),('field:country:198',_binary 'a:0:{}',0,1646160656,1),('field:country:199',_binary 'a:0:{}',0,1646160656,1),('field:country:2',_binary 'a:0:{}',0,1646160656,1),('field:country:20',_binary 'a:0:{}',0,1646160656,1),('field:country:200',_binary 'a:0:{}',0,1646160656,1),('field:country:201',_binary 'a:0:{}',0,1646160656,1),('field:country:202',_binary 'a:0:{}',0,1646160656,1),('field:country:203',_binary 'a:0:{}',0,1646160656,1),('field:country:204',_binary 'a:0:{}',0,1646160656,1),('field:country:205',_binary 'a:0:{}',0,1646160656,1),('field:country:206',_binary 'a:0:{}',0,1646160656,1),('field:country:207',_binary 'a:0:{}',0,1646160656,1),('field:country:208',_binary 'a:0:{}',0,1646160656,1),('field:country:209',_binary 'a:0:{}',0,1646160656,1),('field:country:21',_binary 'a:0:{}',0,1646160656,1),('field:country:210',_binary 'a:0:{}',0,1646160656,1),('field:country:211',_binary 'a:0:{}',0,1646160656,1),('field:country:212',_binary 'a:0:{}',0,1646160656,1),('field:country:213',_binary 'a:0:{}',0,1646160656,1),('field:country:214',_binary 'a:0:{}',0,1646160656,1),('field:country:215',_binary 'a:0:{}',0,1646160656,1),('field:country:216',_binary 'a:0:{}',0,1646160656,1),('field:country:217',_binary 'a:0:{}',0,1646160656,1),('field:country:218',_binary 'a:0:{}',0,1646160656,1),('field:country:219',_binary 'a:0:{}',0,1646160656,1),('field:country:22',_binary 'a:0:{}',0,1646160656,1),('field:country:220',_binary 'a:0:{}',0,1646160656,1),('field:country:221',_binary 'a:0:{}',0,1646160656,1),('field:country:222',_binary 'a:0:{}',0,1646160656,1),('field:country:223',_binary 'a:0:{}',0,1646160656,1),('field:country:224',_binary 'a:0:{}',0,1646160656,1),('field:country:225',_binary 'a:0:{}',0,1646160656,1),('field:country:226',_binary 'a:0:{}',0,1646160656,1),('field:country:227',_binary 'a:0:{}',0,1646160656,1),('field:country:228',_binary 'a:0:{}',0,1646160656,1),('field:country:229',_binary 'a:0:{}',0,1646160656,1),('field:country:23',_binary 'a:0:{}',0,1646160656,1),('field:country:230',_binary 'a:0:{}',0,1646160656,1),('field:country:231',_binary 'a:0:{}',0,1646160656,1),('field:country:232',_binary 'a:0:{}',0,1646160656,1),('field:country:233',_binary 'a:0:{}',0,1646160656,1),('field:country:234',_binary 'a:0:{}',0,1646160656,1),('field:country:235',_binary 'a:0:{}',0,1646160656,1),('field:country:236',_binary 'a:0:{}',0,1646160656,1),('field:country:237',_binary 'a:0:{}',0,1646160656,1),('field:country:238',_binary 'a:0:{}',0,1646160656,1),('field:country:239',_binary 'a:0:{}',0,1646160656,1),('field:country:24',_binary 'a:0:{}',0,1646160656,1),('field:country:240',_binary 'a:0:{}',0,1646160656,1),('field:country:241',_binary 'a:0:{}',0,1646160656,1),('field:country:242',_binary 'a:0:{}',0,1646160656,1),('field:country:243',_binary 'a:0:{}',0,1646160656,1),('field:country:244',_binary 'a:0:{}',0,1646160656,1),('field:country:245',_binary 'a:0:{}',0,1646160656,1),('field:country:246',_binary 'a:0:{}',0,1646160656,1),('field:country:247',_binary 'a:0:{}',0,1646160656,1),('field:country:248',_binary 'a:0:{}',0,1646160656,1),('field:country:249',_binary 'a:0:{}',0,1646160656,1),('field:country:25',_binary 'a:0:{}',0,1646160656,1),('field:country:250',_binary 'a:0:{}',0,1646160656,1),('field:country:26',_binary 'a:0:{}',0,1646160656,1),('field:country:27',_binary 'a:0:{}',0,1646160656,1),('field:country:28',_binary 'a:0:{}',0,1646160656,1),('field:country:29',_binary 'a:0:{}',0,1646160656,1),('field:country:3',_binary 'a:0:{}',0,1646160656,1),('field:country:30',_binary 'a:0:{}',0,1646160656,1),('field:country:31',_binary 'a:0:{}',0,1646160656,1),('field:country:32',_binary 'a:0:{}',0,1646160656,1),('field:country:33',_binary 'a:0:{}',0,1646160656,1),('field:country:34',_binary 'a:0:{}',0,1646160656,1),('field:country:35',_binary 'a:0:{}',0,1646160656,1),('field:country:36',_binary 'a:0:{}',0,1646160656,1),('field:country:37',_binary 'a:0:{}',0,1646160656,1),('field:country:38',_binary 'a:0:{}',0,1646160656,1),('field:country:39',_binary 'a:0:{}',0,1646160656,1),('field:country:4',_binary 'a:0:{}',0,1646160656,1),('field:country:40',_binary 'a:0:{}',0,1646160656,1),('field:country:41',_binary 'a:0:{}',0,1646160656,1),('field:country:42',_binary 'a:0:{}',0,1646160656,1),('field:country:43',_binary 'a:0:{}',0,1646160656,1),('field:country:44',_binary 'a:0:{}',0,1646160656,1),('field:country:45',_binary 'a:0:{}',0,1646160656,1),('field:country:46',_binary 'a:0:{}',0,1646160656,1),('field:country:47',_binary 'a:0:{}',0,1646160656,1),('field:country:48',_binary 'a:0:{}',0,1646160656,1),('field:country:49',_binary 'a:0:{}',0,1646160656,1),('field:country:5',_binary 'a:0:{}',0,1646160656,1),('field:country:50',_binary 'a:0:{}',0,1646160656,1),('field:country:51',_binary 'a:0:{}',0,1646160656,1),('field:country:52',_binary 'a:0:{}',0,1646160656,1),('field:country:53',_binary 'a:0:{}',0,1646160656,1),('field:country:54',_binary 'a:0:{}',0,1646160656,1),('field:country:55',_binary 'a:0:{}',0,1646160656,1),('field:country:56',_binary 'a:0:{}',0,1646160656,1),('field:country:57',_binary 'a:0:{}',0,1646160656,1),('field:country:58',_binary 'a:0:{}',0,1646160656,1),('field:country:59',_binary 'a:0:{}',0,1646160656,1),('field:country:6',_binary 'a:0:{}',0,1646160656,1),('field:country:60',_binary 'a:0:{}',0,1646160656,1),('field:country:61',_binary 'a:0:{}',0,1646160656,1),('field:country:62',_binary 'a:0:{}',0,1646160656,1),('field:country:63',_binary 'a:0:{}',0,1646160656,1),('field:country:64',_binary 'a:0:{}',0,1646160656,1),('field:country:65',_binary 'a:0:{}',0,1646160656,1),('field:country:66',_binary 'a:0:{}',0,1646160656,1),('field:country:67',_binary 'a:0:{}',0,1646160656,1),('field:country:68',_binary 'a:0:{}',0,1646160656,1),('field:country:69',_binary 'a:0:{}',0,1646160656,1),('field:country:7',_binary 'a:0:{}',0,1646160656,1),('field:country:70',_binary 'a:0:{}',0,1646160656,1),('field:country:71',_binary 'a:0:{}',0,1646160656,1),('field:country:72',_binary 'a:0:{}',0,1646160656,1),('field:country:73',_binary 'a:0:{}',0,1646160656,1),('field:country:74',_binary 'a:0:{}',0,1646160656,1),('field:country:75',_binary 'a:0:{}',0,1646160656,1),('field:country:76',_binary 'a:0:{}',0,1646160656,1),('field:country:77',_binary 'a:0:{}',0,1646160656,1),('field:country:78',_binary 'a:0:{}',0,1646160656,1),('field:country:79',_binary 'a:0:{}',0,1646160656,1),('field:country:8',_binary 'a:0:{}',0,1646160656,1),('field:country:80',_binary 'a:0:{}',0,1646160656,1),('field:country:81',_binary 'a:0:{}',0,1646160656,1),('field:country:82',_binary 'a:0:{}',0,1646160656,1),('field:country:83',_binary 'a:0:{}',0,1646160656,1),('field:country:84',_binary 'a:0:{}',0,1646160656,1),('field:country:85',_binary 'a:0:{}',0,1646160656,1),('field:country:86',_binary 'a:0:{}',0,1646160656,1),('field:country:87',_binary 'a:0:{}',0,1646160656,1),('field:country:88',_binary 'a:0:{}',0,1646160656,1),('field:country:89',_binary 'a:0:{}',0,1646160656,1),('field:country:9',_binary 'a:0:{}',0,1646160656,1),('field:country:90',_binary 'a:0:{}',0,1646160656,1),('field:country:91',_binary 'a:0:{}',0,1646160656,1),('field:country:92',_binary 'a:0:{}',0,1646160656,1),('field:country:93',_binary 'a:0:{}',0,1646160656,1),('field:country:94',_binary 'a:0:{}',0,1646160656,1),('field:country:95',_binary 'a:0:{}',0,1646160656,1),('field:country:96',_binary 'a:0:{}',0,1646160656,1),('field:country:97',_binary 'a:0:{}',0,1646160656,1),('field:country:98',_binary 'a:0:{}',0,1646160656,1),('field:country:99',_binary 'a:0:{}',0,1646160656,1),('field:field_collection_item:10',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:63:\"http://outilsplay.litteratiephysique.ca/outils-play/playde-base\";s:6:\"format\";N;s:10:\"safe_value\";s:63:\"http://outilsplay.litteratiephysique.ca/outils-play/playde-base\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"248\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:17:\"PLAY_basic_FR.jpg\";s:3:\"uri\";s:28:\"public://PLAY_basic_FR_2.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"64708\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815541\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}}}}',0,1646164811,1),('field:field_collection_item:11',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:71:\"http://outilsplay.litteratiephysique.ca/outils-play/playentra%C3%AEneur\";s:6:\"format\";N;s:10:\"safe_value\";s:71:\"http://outilsplay.litteratiephysique.ca/outils-play/playentra%C3%AEneur\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"249\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:17:\"PLAY_coach_FR.jpg\";s:3:\"uri\";s:28:\"public://PLAY_coach_FR_0.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"107399\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815559\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}}}}',0,1646164811,1),('field:field_collection_item:12',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:70:\"http://outilsplay.litteratiephysique.ca/outils-play/playhabilet%C3%A9s\";s:6:\"format\";N;s:10:\"safe_value\";s:70:\"http://outilsplay.litteratiephysique.ca/outils-play/playhabilet%C3%A9s\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"251\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:15:\"PLAY_fun_FR.jpg\";s:3:\"uri\";s:26:\"public://PLAY_fun_FR_1.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"65097\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815609\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}}}}',0,1646164811,1),('field:field_collection_item:13',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:62:\"http://outilsplay.litteratiephysique.ca/outils-play/playparent\";s:6:\"format\";N;s:10:\"safe_value\";s:62:\"http://outilsplay.litteratiephysique.ca/outils-play/playparent\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"252\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:18:\"PLAY_parent_FR.jpg\";s:3:\"uri\";s:29:\"public://PLAY_parent_FR_0.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"79991\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815678\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}}}}',0,1646164811,1),('field:field_collection_item:14',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:61:\"http://outilsplay.litteratiephysique.ca/outils-play/playjeune\";s:6:\"format\";N;s:10:\"safe_value\";s:61:\"http://outilsplay.litteratiephysique.ca/outils-play/playjeune\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"253\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:16:\"PLAY_self_FR.jpg\";s:3:\"uri\";s:27:\"public://PLAY_self_FR_0.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"126967\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815707\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}}}}',0,1646164811,1),('field:field_collection_item:17',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:53:\"http://play.physicalliteracy.ca/play-tools/playparent\";s:6:\"format\";N;s:10:\"safe_value\";s:53:\"http://play.physicalliteracy.ca/play-tools/playparent\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"309\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:22:\"Play_Web_Banner2_0.jpg\";s:3:\"uri\";s:31:\"public://Play_Web_Banner2_0.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"172803\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1549393067\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}}}}',0,1646164734,1),('field:field_collection_item:18',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:50:\"http://play.physicalliteracy.ca/play-tools/playfun\";s:6:\"format\";N;s:10:\"safe_value\";s:50:\"http://play.physicalliteracy.ca/play-tools/playfun\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"310\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:19:\"Play_Web_Banner.jpg\";s:3:\"uri\";s:28:\"public://Play_Web_Banner.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"211474\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1549393138\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}}}}',0,1646164734,1),('field:field_collection_item:19',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:52:\"http://play.physicalliteracy.ca/play-tools/playcoach\";s:6:\"format\";N;s:10:\"safe_value\";s:52:\"http://play.physicalliteracy.ca/play-tools/playcoach\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"311\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:20:\"Play_Web_Banner3.jpg\";s:3:\"uri\";s:29:\"public://Play_Web_Banner3.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"212213\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1549393150\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}}}}',0,1646164734,1),('field:field_collection_item:20',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:51:\"http://play.physicalliteracy.ca/play-tools/playself\";s:6:\"format\";N;s:10:\"safe_value\";s:51:\"http://play.physicalliteracy.ca/play-tools/playself\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"312\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:20:\"Play_Web_Banner4.jpg\";s:3:\"uri\";s:29:\"public://Play_Web_Banner4.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"122183\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1549393174\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}}}}',0,1646164734,1),('field:field_collection_item:21',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:46:\"https://play.physicalliteracy.ca/adapted-play/\";s:6:\"format\";N;s:10:\"safe_value\";s:46:\"https://play.physicalliteracy.ca/adapted-play/\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"313\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:20:\"Play_Web_Banner5.jpg\";s:3:\"uri\";s:29:\"public://Play_Web_Banner5.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"210402\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1549393181\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}}}}',0,1646164734,1),('field:field_collection_item:22',_binary 'a:2:{s:23:\"field_image_destination\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:40:\"https://play.physicalliteracy.ca/PrePLAy\";s:6:\"format\";N;s:10:\"safe_value\";s:40:\"https://play.physicalliteracy.ca/PrePLAy\";}}}s:11:\"field_image\";a:1:{s:3:\"und\";a:1:{i:0;a:17:{s:3:\"fid\";s:3:\"314\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:20:\"Play_Web_Banner6.jpg\";s:3:\"uri\";s:29:\"public://Play_Web_Banner6.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"142028\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1549393190\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}}}}',0,1646164734,1),('field:file:243',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:244',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:245',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:246',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:247',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:248',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:249',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:251',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:252',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:253',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164811,1),('field:file:282',_binary 'a:0:{}',0,1646163008,1),('field:file:283',_binary 'a:0:{}',0,1646232227,1),('field:file:284',_binary 'a:0:{}',0,1646183620,1),('field:file:287',_binary 'a:0:{}',0,1646183620,1),('field:file:309',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:310',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:311',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:312',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:313',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:314',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:39',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:40',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:41',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:42',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:file:43',_binary 'a:2:{s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}}',0,1646164734,1),('field:node:1',_binary 'a:9:{s:11:\"group_group\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}s:12:\"field_grades\";a:1:{s:3:\"und\";a:3:{i:0;a:1:{s:3:\"tid\";s:1:\"4\";}i:1;a:1:{s:3:\"tid\";s:1:\"5\";}i:2;a:1:{s:3:\"tid\";s:1:\"6\";}}}s:14:\"field_district\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:13:\"The Disctrict\";s:6:\"format\";N;s:10:\"safe_value\";s:13:\"The Disctrict\";}}}s:17:\"field_addr_street\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:9:\"99 Street\";s:6:\"format\";N;s:10:\"safe_value\";s:9:\"99 Street\";}}}s:15:\"field_addr_city\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:8:\"The City\";s:6:\"format\";N;s:10:\"safe_value\";s:8:\"The City\";}}}s:19:\"field_addr_province\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:2:\"AB\";}}}s:17:\"field_addr_postal\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:6:\"postal\";s:7:\"A9A 9A9\";}}}s:11:\"field_phone\";a:0:{}s:11:\"field_email\";a:0:{}}',0,1646230939,1),('field:node:2',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4156:\"<div style=\"color: #5a5b5d; font-family: Lato; font-size: 14px;\"><div class=\"title-box clearfix \" style=\"margin-top: 30px; margin-bottom: 20px; text-align: center;\"><h2 class=\"title-box_primary\" style=\"margin-top: 0px; margin-bottom: 6px; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 40px; line-height: 40px; text-rendering: optimizelegibility; text-transform: uppercase; border-width: initial; border-style: none; background: none;\">CATALYSTS FOR LASTING CHANGE</h2></div></div><p>At Sport for Life, we’re not waiting for change to happen. We’re making it happen.</p><p>Our nationally recognized not for profit organization consists of sport and physical literacy experts with the long-term vision necessary to be catalysts for lasting change within the sport and physical activity ecosystem and beyond. By bridging gaps between sectors, creating new collaborations with Canadian institutions, and mobilizing our knowledge to communities across the country, we aim to create a future in which absolutely everyone has access to quality sport and physical literacy experiences.</p><p>We’re thinking globally, and acting locally.</p><p>When it comes right down to it, the work we do at Sport for Life is quite simple: as a knowledge-based social enterprise we encourage governments, institutions, schools, and sport organizations to improve their programs and services in ways that will benefit everyone—not just the high achievers. We see a continuum through the stages of human and athletic development, not a division between “the best” and “the rest”. We aim to align our work with the UN’s sustainable development goals. Our vision is for every Canadian to find a custom-designed physical literacy pathway that works for them throughout their entire lives, and we believe that we can accomplish this through collaboration, innovation, inclusion, and integrity.</p><p>Our mandate is simple: “Create. Share. Mobilize.”</p><p>The work we do requires relationships. Since we incorporated as a not for profit in 2014, we’ve been able to increase our work to bring the government, health, education, recreation, and sport sectors together. Our network includes officials from all levels of government, health practitioners, educators, recreation programmers, facility administrators, board members, coaches, officials, athletes, parents, and representatives from every corner of society. These relationships will be key in reaching people who don’t normally operate within a traditional sport context, helping them to recognize the positive effect physical literacy and physical activity will have on their lives. Coaxing people out of sedentary or unhealthy lifestyles will result in positive health and mental wellness outcomes. That means people will be living longer, healthier lives.</p><p>Meanwhile, we’ll be continuing our work, which means collaborating with new and existing partners, including academics and physical literacy and quality sport experts. We’ll promote and practice multi-sectoral collaboration with our projects, while introducing long-term development strategies into national organizations through community and club programming. We value our key partnerships with national, provincial and territorial communities, organizations, and governments. Without them it wouldn’t be possible for us to continue our work on the front-lines of the physical literacy and quality sport movement.</p><p>The ideas that we champion are often radical, and our approach makes some uneasy. That’s because we’re believers in Kaizen, a philosophy that calls for relentless improvement. We see not only the way things are, we see the way they could be. Our organization has grown rapidly, and our mandate has grown with it. As thought leaders, we produce everything from e-learning modules to print publications to wide-scale international conferences that mobilize physical literacy and quality sport knowledge.</p><p>At the end of the day, we’re innovators who constantly ask “can we do this better?’.</p><p>The answer is always yes.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4171:\"<div style=\"color: #5a5b5d; font-family: Lato; font-size: 14px;\">\n<div class=\"title-box clearfix \" style=\"margin-top: 30px; margin-bottom: 20px; text-align: center;\">\n<h2 class=\"title-box_primary\" style=\"margin-top: 0px; margin-bottom: 6px; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 40px; line-height: 40px; text-rendering: optimizelegibility; text-transform: uppercase; border-width: initial; border-style: none; background: none;\">CATALYSTS FOR LASTING CHANGE</h2>\n</div>\n</div>\n<p>At Sport for Life, we’re not waiting for change to happen. We’re making it happen.</p>\n<p>Our nationally recognized not for profit organization consists of sport and physical literacy experts with the long-term vision necessary to be catalysts for lasting change within the sport and physical activity ecosystem and beyond. By bridging gaps between sectors, creating new collaborations with Canadian institutions, and mobilizing our knowledge to communities across the country, we aim to create a future in which absolutely everyone has access to quality sport and physical literacy experiences.</p>\n<p>We’re thinking globally, and acting locally.</p>\n<p>When it comes right down to it, the work we do at Sport for Life is quite simple: as a knowledge-based social enterprise we encourage governments, institutions, schools, and sport organizations to improve their programs and services in ways that will benefit everyone—not just the high achievers. We see a continuum through the stages of human and athletic development, not a division between “the best” and “the rest”. We aim to align our work with the UN’s sustainable development goals. Our vision is for every Canadian to find a custom-designed physical literacy pathway that works for them throughout their entire lives, and we believe that we can accomplish this through collaboration, innovation, inclusion, and integrity.</p>\n<p>Our mandate is simple: “Create. Share. Mobilize.”</p>\n<p>The work we do requires relationships. Since we incorporated as a not for profit in 2014, we’ve been able to increase our work to bring the government, health, education, recreation, and sport sectors together. Our network includes officials from all levels of government, health practitioners, educators, recreation programmers, facility administrators, board members, coaches, officials, athletes, parents, and representatives from every corner of society. These relationships will be key in reaching people who don’t normally operate within a traditional sport context, helping them to recognize the positive effect physical literacy and physical activity will have on their lives. Coaxing people out of sedentary or unhealthy lifestyles will result in positive health and mental wellness outcomes. That means people will be living longer, healthier lives.</p>\n<p>Meanwhile, we’ll be continuing our work, which means collaborating with new and existing partners, including academics and physical literacy and quality sport experts. We’ll promote and practice multi-sectoral collaboration with our projects, while introducing long-term development strategies into national organizations through community and club programming. We value our key partnerships with national, provincial and territorial communities, organizations, and governments. Without them it wouldn’t be possible for us to continue our work on the front-lines of the physical literacy and quality sport movement.</p>\n<p>The ideas that we champion are often radical, and our approach makes some uneasy. That’s because we’re believers in Kaizen, a philosophy that calls for relentless improvement. We see not only the way things are, we see the way they could be. Our organization has grown rapidly, and our mandate has grown with it. As thought leaders, we produce everything from e-learning modules to print publications to wide-scale international conferences that mobilize physical literacy and quality sport knowledge.</p>\n<p>At the end of the day, we’re innovators who constantly ask “can we do this better?’.</p>\n<p>The answer is always yes.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646170705,1),('field:node:21',_binary 'a:9:{s:11:\"group_group\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}s:12:\"field_grades\";a:1:{s:3:\"und\";a:3:{i:0;a:1:{s:3:\"tid\";s:1:\"4\";}i:1;a:1:{s:3:\"tid\";s:1:\"9\";}i:2;a:1:{s:3:\"tid\";s:2:\"10\";}}}s:14:\"field_district\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:13:\"The Disctrict\";s:6:\"format\";N;s:10:\"safe_value\";s:13:\"The Disctrict\";}}}s:17:\"field_addr_street\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:15:\"999 Testing Dr.\";s:6:\"format\";N;s:10:\"safe_value\";s:15:\"999 Testing Dr.\";}}}s:15:\"field_addr_city\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:6:\"Ottawa\";s:6:\"format\";N;s:10:\"safe_value\";s:6:\"Ottawa\";}}}s:19:\"field_addr_province\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:2:\"ON\";}}}s:17:\"field_addr_postal\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:6:\"postal\";s:7:\"K2J 5GA\";}}}s:11:\"field_phone\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:10:\"6135551234\";s:6:\"format\";N;s:10:\"safe_value\";s:10:\"6135551234\";}}}s:11:\"field_email\";a:0:{}}',0,1646230939,1),('field:node:3',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2920:\"<p><img src=\"/sites/default/files/pictures/What%20is%20PLAY%20Banner.jpg\" alt=\"\" width=\"917\" height=\"351\"></p><p>PLAY stands for Physical Literacy Assessment for Youth. It\'s a series of physical literacy assessment tools that were developed by <a href=\"Sport%20for%20Life%20Society\">Sport for Life&nbsp;Society</a>&nbsp;to determine the level of an individual\'s<a href=\"http://staging.physicalliteracy.ca/physical-literacy-explained\"> physical literacy</a>.</p><p>PLAY comprises a suite of tools:</p><p><strong><a href=\"/play-tools/playfun\">PLAY<em>fun</em></a>&nbsp;</strong>is used by a trained professional* to assess a child in 18 fundamental skills/tasks, such as running, throwing, kicking and balance.</p><p><a href=\"/play-tools/playbasic\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/basic\"><strong>PLAY<em>basic</em></strong></a> is a simplified version of <strong>PLAY<em>fun </em></strong>that can be administered quickly by a trained professional in movement analysis to provide a snapshot of a child’s level of physical literacy.</p><p><a href=\"/play-tools/playself\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/self\"><strong>PLAY<em>self</em></strong></a> is used by children and youth to assess their own physical literacy.</p><p><a href=\"/play-tools/playparent\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/parent\"><strong>PLAY<em>p</em></strong></a><a href=\"/play-tools/playparent\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/parent\"><strong><em>arent</em></strong></a> is used by parents of school-aged children to assess their child’s level of physical literacy.</p><p><a href=\"/play-tools/playcoach\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/coach\"><strong>PLAY<em>coach</em></strong></a> is used by coaches, physiotherapists, athletic therapists, exercise professionals and recreation professionals to record their perceptions of a child’s level of physical literacy</p><p><a href=\"/play-tools/playinventory\" data-cke-saved-href=\"http://www.physicalliteracy.ca/resources/playinventory\"><strong>PLAY<em>inventory</em></strong></a> is a form used to record and track a child’s leisure-time activities throughout the year</p><p><strong>PLAY<em>self</em></strong>, <strong>PLAY<em>parent</em></strong> and <strong>PLAY<em>coach</em></strong> are not skill assessments; they are forms used to supplement the skill assessments, PLAYbasic and PLAYfun.</p><p>*<em>Trained professionals: coaches, physiotherapists, athletic therapists, exercise professionals, and individuals trained in movement analysis.</em></p><p>The <strong>PLAY</strong> tools were created by <a href=\"http://www.physicalliteracy.ca/dean-kriellaars\" data-cke-saved-href=\"/node/48\">Dr. Dean Kriellaars</a>, of the University of Manitoba, for Sport for Life Society.</p><p>For more information, visit the <a href=\"/FAQ\">PLAY Tools Frequently Asked Questions</a>.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2923:\"<p><img src=\"/sites/default/files/pictures/What%20is%20PLAY%20Banner.jpg\" alt=\"\" width=\"917\" height=\"351\" /></p>\n<p>PLAY stands for Physical Literacy Assessment for Youth. It\'s a series of physical literacy assessment tools that were developed by <a href=\"Sport%20for%20Life%20Society\">Sport for Life Society</a> to determine the level of an individual\'s<a href=\"http://staging.physicalliteracy.ca/physical-literacy-explained\"> physical literacy</a>.</p>\n<p>PLAY comprises a suite of tools:</p>\n<p><strong><a href=\"/play-tools/playfun\">PLAY<em>fun</em></a> </strong>is used by a trained professional* to assess a child in 18 fundamental skills/tasks, such as running, throwing, kicking and balance.</p>\n<p><a href=\"/play-tools/playbasic\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/basic\"><strong>PLAY<em>basic</em></strong></a> is a simplified version of <strong>PLAY<em>fun </em></strong>that can be administered quickly by a trained professional in movement analysis to provide a snapshot of a child’s level of physical literacy.</p>\n<p><a href=\"/play-tools/playself\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/self\"><strong>PLAY<em>self</em></strong></a> is used by children and youth to assess their own physical literacy.</p>\n<p><a href=\"/play-tools/playparent\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/parent\"><strong>PLAY<em>p</em></strong></a><a href=\"/play-tools/playparent\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/parent\"><strong><em>arent</em></strong></a> is used by parents of school-aged children to assess their child’s level of physical literacy.</p>\n<p><a href=\"/play-tools/playcoach\" data-cke-saved-href=\"http://www.physicalliteracy.ca/PLAY/coach\"><strong>PLAY<em>coach</em></strong></a> is used by coaches, physiotherapists, athletic therapists, exercise professionals and recreation professionals to record their perceptions of a child’s level of physical literacy</p>\n<p><a href=\"/play-tools/playinventory\" data-cke-saved-href=\"http://www.physicalliteracy.ca/resources/playinventory\"><strong>PLAY<em>inventory</em></strong></a> is a form used to record and track a child’s leisure-time activities throughout the year</p>\n<p><strong>PLAY<em>self</em></strong>, <strong>PLAY<em>parent</em></strong> and <strong>PLAY<em>coach</em></strong> are not skill assessments; they are forms used to supplement the skill assessments, PLAYbasic and PLAYfun.</p>\n<p>*<em>Trained professionals: coaches, physiotherapists, athletic therapists, exercise professionals, and individuals trained in movement analysis.</em></p>\n<p>The <strong>PLAY</strong> tools were created by <a href=\"http://www.physicalliteracy.ca/dean-kriellaars\" data-cke-saved-href=\"/node/48\">Dr. Dean Kriellaars</a>, of the University of Manitoba, for Sport for Life Society.</p>\n<p>For more information, visit the <a href=\"/FAQ\">PLAY Tools Frequently Asked Questions</a>.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646170939,1),('field:node:3552',_binary 'a:9:{s:4:\"body\";a:0:{}s:16:\"og_group_classes\";a:1:{s:3:\"und\";a:409:{i:0;a:1:{s:9:\"target_id\";s:3:\"483\";}i:1;a:1:{s:9:\"target_id\";s:3:\"484\";}i:2;a:1:{s:9:\"target_id\";s:3:\"485\";}i:3;a:1:{s:9:\"target_id\";s:3:\"486\";}i:4;a:1:{s:9:\"target_id\";s:3:\"490\";}i:5;a:1:{s:9:\"target_id\";s:3:\"497\";}i:6;a:1:{s:9:\"target_id\";s:3:\"498\";}i:7;a:1:{s:9:\"target_id\";s:3:\"499\";}i:8;a:1:{s:9:\"target_id\";s:3:\"500\";}i:9;a:1:{s:9:\"target_id\";s:3:\"508\";}i:10;a:1:{s:9:\"target_id\";s:3:\"509\";}i:11;a:1:{s:9:\"target_id\";s:3:\"521\";}i:12;a:1:{s:9:\"target_id\";s:3:\"522\";}i:13;a:1:{s:9:\"target_id\";s:3:\"523\";}i:14;a:1:{s:9:\"target_id\";s:3:\"524\";}i:15;a:1:{s:9:\"target_id\";s:3:\"525\";}i:16;a:1:{s:9:\"target_id\";s:3:\"526\";}i:17;a:1:{s:9:\"target_id\";s:3:\"527\";}i:18;a:1:{s:9:\"target_id\";s:3:\"528\";}i:19;a:1:{s:9:\"target_id\";s:3:\"529\";}i:20;a:1:{s:9:\"target_id\";s:3:\"530\";}i:21;a:1:{s:9:\"target_id\";s:3:\"531\";}i:22;a:1:{s:9:\"target_id\";s:3:\"532\";}i:23;a:1:{s:9:\"target_id\";s:3:\"533\";}i:24;a:1:{s:9:\"target_id\";s:3:\"534\";}i:25;a:1:{s:9:\"target_id\";s:3:\"535\";}i:26;a:1:{s:9:\"target_id\";s:3:\"536\";}i:27;a:1:{s:9:\"target_id\";s:3:\"537\";}i:28;a:1:{s:9:\"target_id\";s:3:\"538\";}i:29;a:1:{s:9:\"target_id\";s:3:\"541\";}i:30;a:1:{s:9:\"target_id\";s:3:\"544\";}i:31;a:1:{s:9:\"target_id\";s:3:\"545\";}i:32;a:1:{s:9:\"target_id\";s:3:\"546\";}i:33;a:1:{s:9:\"target_id\";s:3:\"547\";}i:34;a:1:{s:9:\"target_id\";s:3:\"548\";}i:35;a:1:{s:9:\"target_id\";s:3:\"549\";}i:36;a:1:{s:9:\"target_id\";s:3:\"550\";}i:37;a:1:{s:9:\"target_id\";s:3:\"551\";}i:38;a:1:{s:9:\"target_id\";s:3:\"552\";}i:39;a:1:{s:9:\"target_id\";s:3:\"553\";}i:40;a:1:{s:9:\"target_id\";s:3:\"554\";}i:41;a:1:{s:9:\"target_id\";s:3:\"555\";}i:42;a:1:{s:9:\"target_id\";s:3:\"556\";}i:43;a:1:{s:9:\"target_id\";s:3:\"557\";}i:44;a:1:{s:9:\"target_id\";s:3:\"558\";}i:45;a:1:{s:9:\"target_id\";s:3:\"559\";}i:46;a:1:{s:9:\"target_id\";s:3:\"560\";}i:47;a:1:{s:9:\"target_id\";s:3:\"561\";}i:48;a:1:{s:9:\"target_id\";s:3:\"562\";}i:49;a:1:{s:9:\"target_id\";s:3:\"563\";}i:50;a:1:{s:9:\"target_id\";s:3:\"564\";}i:51;a:1:{s:9:\"target_id\";s:3:\"565\";}i:52;a:1:{s:9:\"target_id\";s:3:\"566\";}i:53;a:1:{s:9:\"target_id\";s:3:\"567\";}i:54;a:1:{s:9:\"target_id\";s:3:\"568\";}i:55;a:1:{s:9:\"target_id\";s:3:\"569\";}i:56;a:1:{s:9:\"target_id\";s:3:\"570\";}i:57;a:1:{s:9:\"target_id\";s:3:\"571\";}i:58;a:1:{s:9:\"target_id\";s:3:\"572\";}i:59;a:1:{s:9:\"target_id\";s:3:\"573\";}i:60;a:1:{s:9:\"target_id\";s:3:\"574\";}i:61;a:1:{s:9:\"target_id\";s:3:\"575\";}i:62;a:1:{s:9:\"target_id\";s:3:\"576\";}i:63;a:1:{s:9:\"target_id\";s:3:\"577\";}i:64;a:1:{s:9:\"target_id\";s:3:\"578\";}i:65;a:1:{s:9:\"target_id\";s:3:\"579\";}i:66;a:1:{s:9:\"target_id\";s:3:\"580\";}i:67;a:1:{s:9:\"target_id\";s:3:\"582\";}i:68;a:1:{s:9:\"target_id\";s:3:\"583\";}i:69;a:1:{s:9:\"target_id\";s:3:\"584\";}i:70;a:1:{s:9:\"target_id\";s:3:\"585\";}i:71;a:1:{s:9:\"target_id\";s:3:\"586\";}i:72;a:1:{s:9:\"target_id\";s:3:\"587\";}i:73;a:1:{s:9:\"target_id\";s:3:\"588\";}i:74;a:1:{s:9:\"target_id\";s:3:\"589\";}i:75;a:1:{s:9:\"target_id\";s:3:\"590\";}i:76;a:1:{s:9:\"target_id\";s:3:\"591\";}i:77;a:1:{s:9:\"target_id\";s:3:\"592\";}i:78;a:1:{s:9:\"target_id\";s:3:\"593\";}i:79;a:1:{s:9:\"target_id\";s:3:\"594\";}i:80;a:1:{s:9:\"target_id\";s:3:\"595\";}i:81;a:1:{s:9:\"target_id\";s:3:\"596\";}i:82;a:1:{s:9:\"target_id\";s:3:\"597\";}i:83;a:1:{s:9:\"target_id\";s:3:\"598\";}i:84;a:1:{s:9:\"target_id\";s:3:\"599\";}i:85;a:1:{s:9:\"target_id\";s:3:\"600\";}i:86;a:1:{s:9:\"target_id\";s:3:\"601\";}i:87;a:1:{s:9:\"target_id\";s:3:\"602\";}i:88;a:1:{s:9:\"target_id\";s:3:\"603\";}i:89;a:1:{s:9:\"target_id\";s:3:\"604\";}i:90;a:1:{s:9:\"target_id\";s:3:\"605\";}i:91;a:1:{s:9:\"target_id\";s:3:\"606\";}i:92;a:1:{s:9:\"target_id\";s:3:\"607\";}i:93;a:1:{s:9:\"target_id\";s:3:\"608\";}i:94;a:1:{s:9:\"target_id\";s:3:\"609\";}i:95;a:1:{s:9:\"target_id\";s:3:\"610\";}i:96;a:1:{s:9:\"target_id\";s:3:\"611\";}i:97;a:1:{s:9:\"target_id\";s:3:\"612\";}i:98;a:1:{s:9:\"target_id\";s:3:\"613\";}i:99;a:1:{s:9:\"target_id\";s:3:\"614\";}i:100;a:1:{s:9:\"target_id\";s:3:\"615\";}i:101;a:1:{s:9:\"target_id\";s:3:\"617\";}i:102;a:1:{s:9:\"target_id\";s:3:\"618\";}i:103;a:1:{s:9:\"target_id\";s:3:\"619\";}i:104;a:1:{s:9:\"target_id\";s:3:\"620\";}i:105;a:1:{s:9:\"target_id\";s:3:\"621\";}i:106;a:1:{s:9:\"target_id\";s:3:\"622\";}i:107;a:1:{s:9:\"target_id\";s:3:\"623\";}i:108;a:1:{s:9:\"target_id\";s:3:\"624\";}i:109;a:1:{s:9:\"target_id\";s:3:\"625\";}i:110;a:1:{s:9:\"target_id\";s:3:\"626\";}i:111;a:1:{s:9:\"target_id\";s:3:\"627\";}i:112;a:1:{s:9:\"target_id\";s:3:\"628\";}i:113;a:1:{s:9:\"target_id\";s:3:\"629\";}i:114;a:1:{s:9:\"target_id\";s:3:\"630\";}i:115;a:1:{s:9:\"target_id\";s:3:\"631\";}i:116;a:1:{s:9:\"target_id\";s:3:\"632\";}i:117;a:1:{s:9:\"target_id\";s:3:\"638\";}i:118;a:1:{s:9:\"target_id\";s:3:\"639\";}i:119;a:1:{s:9:\"target_id\";s:3:\"640\";}i:120;a:1:{s:9:\"target_id\";s:3:\"641\";}i:121;a:1:{s:9:\"target_id\";s:3:\"642\";}i:122;a:1:{s:9:\"target_id\";s:3:\"643\";}i:123;a:1:{s:9:\"target_id\";s:3:\"644\";}i:124;a:1:{s:9:\"target_id\";s:3:\"645\";}i:125;a:1:{s:9:\"target_id\";s:3:\"646\";}i:126;a:1:{s:9:\"target_id\";s:3:\"647\";}i:127;a:1:{s:9:\"target_id\";s:3:\"648\";}i:128;a:1:{s:9:\"target_id\";s:3:\"649\";}i:129;a:1:{s:9:\"target_id\";s:3:\"650\";}i:130;a:1:{s:9:\"target_id\";s:3:\"651\";}i:131;a:1:{s:9:\"target_id\";s:3:\"652\";}i:132;a:1:{s:9:\"target_id\";s:3:\"653\";}i:133;a:1:{s:9:\"target_id\";s:3:\"654\";}i:134;a:1:{s:9:\"target_id\";s:3:\"655\";}i:135;a:1:{s:9:\"target_id\";s:3:\"656\";}i:136;a:1:{s:9:\"target_id\";s:3:\"657\";}i:137;a:1:{s:9:\"target_id\";s:3:\"658\";}i:138;a:1:{s:9:\"target_id\";s:3:\"659\";}i:139;a:1:{s:9:\"target_id\";s:3:\"660\";}i:140;a:1:{s:9:\"target_id\";s:3:\"661\";}i:141;a:1:{s:9:\"target_id\";s:3:\"662\";}i:142;a:1:{s:9:\"target_id\";s:3:\"663\";}i:143;a:1:{s:9:\"target_id\";s:3:\"664\";}i:144;a:1:{s:9:\"target_id\";s:3:\"665\";}i:145;a:1:{s:9:\"target_id\";s:3:\"666\";}i:146;a:1:{s:9:\"target_id\";s:3:\"667\";}i:147;a:1:{s:9:\"target_id\";s:3:\"669\";}i:148;a:1:{s:9:\"target_id\";s:3:\"670\";}i:149;a:1:{s:9:\"target_id\";s:3:\"672\";}i:150;a:1:{s:9:\"target_id\";s:3:\"674\";}i:151;a:1:{s:9:\"target_id\";s:3:\"675\";}i:152;a:1:{s:9:\"target_id\";s:3:\"676\";}i:153;a:1:{s:9:\"target_id\";s:3:\"677\";}i:154;a:1:{s:9:\"target_id\";s:3:\"678\";}i:155;a:1:{s:9:\"target_id\";s:3:\"679\";}i:156;a:1:{s:9:\"target_id\";s:3:\"680\";}i:157;a:1:{s:9:\"target_id\";s:3:\"681\";}i:158;a:1:{s:9:\"target_id\";s:3:\"682\";}i:159;a:1:{s:9:\"target_id\";s:3:\"683\";}i:160;a:1:{s:9:\"target_id\";s:3:\"684\";}i:161;a:1:{s:9:\"target_id\";s:3:\"685\";}i:162;a:1:{s:9:\"target_id\";s:3:\"686\";}i:163;a:1:{s:9:\"target_id\";s:3:\"687\";}i:164;a:1:{s:9:\"target_id\";s:3:\"688\";}i:165;a:1:{s:9:\"target_id\";s:3:\"689\";}i:166;a:1:{s:9:\"target_id\";s:3:\"690\";}i:167;a:1:{s:9:\"target_id\";s:3:\"691\";}i:168;a:1:{s:9:\"target_id\";s:3:\"692\";}i:169;a:1:{s:9:\"target_id\";s:3:\"693\";}i:170;a:1:{s:9:\"target_id\";s:3:\"694\";}i:171;a:1:{s:9:\"target_id\";s:3:\"695\";}i:172;a:1:{s:9:\"target_id\";s:3:\"696\";}i:173;a:1:{s:9:\"target_id\";s:3:\"698\";}i:174;a:1:{s:9:\"target_id\";s:3:\"699\";}i:175;a:1:{s:9:\"target_id\";s:3:\"700\";}i:176;a:1:{s:9:\"target_id\";s:3:\"701\";}i:177;a:1:{s:9:\"target_id\";s:3:\"702\";}i:178;a:1:{s:9:\"target_id\";s:3:\"703\";}i:179;a:1:{s:9:\"target_id\";s:3:\"704\";}i:180;a:1:{s:9:\"target_id\";s:3:\"705\";}i:181;a:1:{s:9:\"target_id\";s:3:\"706\";}i:182;a:1:{s:9:\"target_id\";s:3:\"707\";}i:183;a:1:{s:9:\"target_id\";s:3:\"708\";}i:184;a:1:{s:9:\"target_id\";s:3:\"709\";}i:185;a:1:{s:9:\"target_id\";s:3:\"710\";}i:186;a:1:{s:9:\"target_id\";s:3:\"713\";}i:187;a:1:{s:9:\"target_id\";s:3:\"714\";}i:188;a:1:{s:9:\"target_id\";s:3:\"715\";}i:189;a:1:{s:9:\"target_id\";s:3:\"716\";}i:190;a:1:{s:9:\"target_id\";s:3:\"717\";}i:191;a:1:{s:9:\"target_id\";s:3:\"718\";}i:192;a:1:{s:9:\"target_id\";s:3:\"719\";}i:193;a:1:{s:9:\"target_id\";s:3:\"720\";}i:194;a:1:{s:9:\"target_id\";s:3:\"721\";}i:195;a:1:{s:9:\"target_id\";s:3:\"722\";}i:196;a:1:{s:9:\"target_id\";s:3:\"723\";}i:197;a:1:{s:9:\"target_id\";s:3:\"724\";}i:198;a:1:{s:9:\"target_id\";s:3:\"725\";}i:199;a:1:{s:9:\"target_id\";s:3:\"726\";}i:200;a:1:{s:9:\"target_id\";s:3:\"727\";}i:201;a:1:{s:9:\"target_id\";s:3:\"728\";}i:202;a:1:{s:9:\"target_id\";s:3:\"729\";}i:203;a:1:{s:9:\"target_id\";s:3:\"730\";}i:204;a:1:{s:9:\"target_id\";s:3:\"731\";}i:205;a:1:{s:9:\"target_id\";s:3:\"732\";}i:206;a:1:{s:9:\"target_id\";s:3:\"733\";}i:207;a:1:{s:9:\"target_id\";s:3:\"734\";}i:208;a:1:{s:9:\"target_id\";s:3:\"736\";}i:209;a:1:{s:9:\"target_id\";s:3:\"737\";}i:210;a:1:{s:9:\"target_id\";s:3:\"738\";}i:211;a:1:{s:9:\"target_id\";s:3:\"741\";}i:212;a:1:{s:9:\"target_id\";s:3:\"746\";}i:213;a:1:{s:9:\"target_id\";s:3:\"747\";}i:214;a:1:{s:9:\"target_id\";s:3:\"748\";}i:215;a:1:{s:9:\"target_id\";s:3:\"752\";}i:216;a:1:{s:9:\"target_id\";s:3:\"753\";}i:217;a:1:{s:9:\"target_id\";s:3:\"754\";}i:218;a:1:{s:9:\"target_id\";s:3:\"755\";}i:219;a:1:{s:9:\"target_id\";s:3:\"756\";}i:220;a:1:{s:9:\"target_id\";s:3:\"757\";}i:221;a:1:{s:9:\"target_id\";s:3:\"758\";}i:222;a:1:{s:9:\"target_id\";s:3:\"759\";}i:223;a:1:{s:9:\"target_id\";s:3:\"760\";}i:224;a:1:{s:9:\"target_id\";s:3:\"761\";}i:225;a:1:{s:9:\"target_id\";s:3:\"762\";}i:226;a:1:{s:9:\"target_id\";s:3:\"764\";}i:227;a:1:{s:9:\"target_id\";s:3:\"765\";}i:228;a:1:{s:9:\"target_id\";s:3:\"766\";}i:229;a:1:{s:9:\"target_id\";s:3:\"767\";}i:230;a:1:{s:9:\"target_id\";s:3:\"769\";}i:231;a:1:{s:9:\"target_id\";s:3:\"772\";}i:232;a:1:{s:9:\"target_id\";s:3:\"773\";}i:233;a:1:{s:9:\"target_id\";s:3:\"774\";}i:234;a:1:{s:9:\"target_id\";s:3:\"777\";}i:235;a:1:{s:9:\"target_id\";s:3:\"778\";}i:236;a:1:{s:9:\"target_id\";s:3:\"779\";}i:237;a:1:{s:9:\"target_id\";s:3:\"781\";}i:238;a:1:{s:9:\"target_id\";s:3:\"782\";}i:239;a:1:{s:9:\"target_id\";s:3:\"784\";}i:240;a:1:{s:9:\"target_id\";s:3:\"785\";}i:241;a:1:{s:9:\"target_id\";s:3:\"787\";}i:242;a:1:{s:9:\"target_id\";s:3:\"788\";}i:243;a:1:{s:9:\"target_id\";s:3:\"789\";}i:244;a:1:{s:9:\"target_id\";s:3:\"790\";}i:245;a:1:{s:9:\"target_id\";s:3:\"791\";}i:246;a:1:{s:9:\"target_id\";s:3:\"794\";}i:247;a:1:{s:9:\"target_id\";s:3:\"796\";}i:248;a:1:{s:9:\"target_id\";s:3:\"797\";}i:249;a:1:{s:9:\"target_id\";s:3:\"798\";}i:250;a:1:{s:9:\"target_id\";s:3:\"799\";}i:251;a:1:{s:9:\"target_id\";s:3:\"800\";}i:252;a:1:{s:9:\"target_id\";s:3:\"801\";}i:253;a:1:{s:9:\"target_id\";s:3:\"802\";}i:254;a:1:{s:9:\"target_id\";s:3:\"805\";}i:255;a:1:{s:9:\"target_id\";s:3:\"806\";}i:256;a:1:{s:9:\"target_id\";s:3:\"808\";}i:257;a:1:{s:9:\"target_id\";s:3:\"809\";}i:258;a:1:{s:9:\"target_id\";s:3:\"810\";}i:259;a:1:{s:9:\"target_id\";s:3:\"811\";}i:260;a:1:{s:9:\"target_id\";s:3:\"812\";}i:261;a:1:{s:9:\"target_id\";s:3:\"815\";}i:262;a:1:{s:9:\"target_id\";s:3:\"816\";}i:263;a:1:{s:9:\"target_id\";s:3:\"817\";}i:264;a:1:{s:9:\"target_id\";s:3:\"820\";}i:265;a:1:{s:9:\"target_id\";s:3:\"821\";}i:266;a:1:{s:9:\"target_id\";s:3:\"822\";}i:267;a:1:{s:9:\"target_id\";s:3:\"823\";}i:268;a:1:{s:9:\"target_id\";s:3:\"824\";}i:269;a:1:{s:9:\"target_id\";s:3:\"826\";}i:270;a:1:{s:9:\"target_id\";s:3:\"827\";}i:271;a:1:{s:9:\"target_id\";s:3:\"829\";}i:272;a:1:{s:9:\"target_id\";s:3:\"830\";}i:273;a:1:{s:9:\"target_id\";s:3:\"831\";}i:274;a:1:{s:9:\"target_id\";s:3:\"832\";}i:275;a:1:{s:9:\"target_id\";s:3:\"833\";}i:276;a:1:{s:9:\"target_id\";s:3:\"835\";}i:277;a:1:{s:9:\"target_id\";s:3:\"836\";}i:278;a:1:{s:9:\"target_id\";s:3:\"837\";}i:279;a:1:{s:9:\"target_id\";s:3:\"838\";}i:280;a:1:{s:9:\"target_id\";s:3:\"841\";}i:281;a:1:{s:9:\"target_id\";s:3:\"842\";}i:282;a:1:{s:9:\"target_id\";s:3:\"843\";}i:283;a:1:{s:9:\"target_id\";s:3:\"844\";}i:284;a:1:{s:9:\"target_id\";s:3:\"845\";}i:285;a:1:{s:9:\"target_id\";s:3:\"846\";}i:286;a:1:{s:9:\"target_id\";s:3:\"847\";}i:287;a:1:{s:9:\"target_id\";s:3:\"849\";}i:288;a:1:{s:9:\"target_id\";s:3:\"850\";}i:289;a:1:{s:9:\"target_id\";s:3:\"851\";}i:290;a:1:{s:9:\"target_id\";s:3:\"852\";}i:291;a:1:{s:9:\"target_id\";s:3:\"853\";}i:292;a:1:{s:9:\"target_id\";s:3:\"854\";}i:293;a:1:{s:9:\"target_id\";s:3:\"855\";}i:294;a:1:{s:9:\"target_id\";s:3:\"856\";}i:295;a:1:{s:9:\"target_id\";s:3:\"858\";}i:296;a:1:{s:9:\"target_id\";s:3:\"860\";}i:297;a:1:{s:9:\"target_id\";s:3:\"861\";}i:298;a:1:{s:9:\"target_id\";s:3:\"862\";}i:299;a:1:{s:9:\"target_id\";s:3:\"863\";}i:300;a:1:{s:9:\"target_id\";s:3:\"864\";}i:301;a:1:{s:9:\"target_id\";s:3:\"865\";}i:302;a:1:{s:9:\"target_id\";s:3:\"867\";}i:303;a:1:{s:9:\"target_id\";s:3:\"868\";}i:304;a:1:{s:9:\"target_id\";s:3:\"869\";}i:305;a:1:{s:9:\"target_id\";s:3:\"870\";}i:306;a:1:{s:9:\"target_id\";s:3:\"871\";}i:307;a:1:{s:9:\"target_id\";s:3:\"872\";}i:308;a:1:{s:9:\"target_id\";s:3:\"873\";}i:309;a:1:{s:9:\"target_id\";s:3:\"874\";}i:310;a:1:{s:9:\"target_id\";s:3:\"875\";}i:311;a:1:{s:9:\"target_id\";s:3:\"876\";}i:312;a:1:{s:9:\"target_id\";s:3:\"877\";}i:313;a:1:{s:9:\"target_id\";s:3:\"878\";}i:314;a:1:{s:9:\"target_id\";s:3:\"879\";}i:315;a:1:{s:9:\"target_id\";s:3:\"880\";}i:316;a:1:{s:9:\"target_id\";s:3:\"881\";}i:317;a:1:{s:9:\"target_id\";s:3:\"883\";}i:318;a:1:{s:9:\"target_id\";s:3:\"884\";}i:319;a:1:{s:9:\"target_id\";s:3:\"885\";}i:320;a:1:{s:9:\"target_id\";s:3:\"886\";}i:321;a:1:{s:9:\"target_id\";s:3:\"887\";}i:322;a:1:{s:9:\"target_id\";s:3:\"888\";}i:323;a:1:{s:9:\"target_id\";s:3:\"889\";}i:324;a:1:{s:9:\"target_id\";s:3:\"890\";}i:325;a:1:{s:9:\"target_id\";s:3:\"891\";}i:326;a:1:{s:9:\"target_id\";s:3:\"896\";}i:327;a:1:{s:9:\"target_id\";s:3:\"900\";}i:328;a:1:{s:9:\"target_id\";s:3:\"901\";}i:329;a:1:{s:9:\"target_id\";s:3:\"902\";}i:330;a:1:{s:9:\"target_id\";s:3:\"903\";}i:331;a:1:{s:9:\"target_id\";s:3:\"904\";}i:332;a:1:{s:9:\"target_id\";s:3:\"905\";}i:333;a:1:{s:9:\"target_id\";s:3:\"906\";}i:334;a:1:{s:9:\"target_id\";s:3:\"907\";}i:335;a:1:{s:9:\"target_id\";s:3:\"908\";}i:336;a:1:{s:9:\"target_id\";s:3:\"909\";}i:337;a:1:{s:9:\"target_id\";s:3:\"910\";}i:338;a:1:{s:9:\"target_id\";s:3:\"911\";}i:339;a:1:{s:9:\"target_id\";s:3:\"912\";}i:340;a:1:{s:9:\"target_id\";s:3:\"913\";}i:341;a:1:{s:9:\"target_id\";s:3:\"914\";}i:342;a:1:{s:9:\"target_id\";s:3:\"915\";}i:343;a:1:{s:9:\"target_id\";s:3:\"917\";}i:344;a:1:{s:9:\"target_id\";s:3:\"918\";}i:345;a:1:{s:9:\"target_id\";s:3:\"919\";}i:346;a:1:{s:9:\"target_id\";s:3:\"921\";}i:347;a:1:{s:9:\"target_id\";s:3:\"924\";}i:348;a:1:{s:9:\"target_id\";s:3:\"925\";}i:349;a:1:{s:9:\"target_id\";s:3:\"926\";}i:350;a:1:{s:9:\"target_id\";s:3:\"927\";}i:351;a:1:{s:9:\"target_id\";s:3:\"928\";}i:352;a:1:{s:9:\"target_id\";s:3:\"929\";}i:353;a:1:{s:9:\"target_id\";s:3:\"930\";}i:354;a:1:{s:9:\"target_id\";s:3:\"931\";}i:355;a:1:{s:9:\"target_id\";s:3:\"932\";}i:356;a:1:{s:9:\"target_id\";s:3:\"935\";}i:357;a:1:{s:9:\"target_id\";s:3:\"936\";}i:358;a:1:{s:9:\"target_id\";s:3:\"938\";}i:359;a:1:{s:9:\"target_id\";s:3:\"939\";}i:360;a:1:{s:9:\"target_id\";s:3:\"940\";}i:361;a:1:{s:9:\"target_id\";s:3:\"941\";}i:362;a:1:{s:9:\"target_id\";s:3:\"942\";}i:363;a:1:{s:9:\"target_id\";s:3:\"943\";}i:364;a:1:{s:9:\"target_id\";s:3:\"945\";}i:365;a:1:{s:9:\"target_id\";s:3:\"968\";}i:366;a:1:{s:9:\"target_id\";s:3:\"977\";}i:367;a:1:{s:9:\"target_id\";s:3:\"978\";}i:368;a:1:{s:9:\"target_id\";s:4:\"1018\";}i:369;a:1:{s:9:\"target_id\";s:4:\"1070\";}i:370;a:1:{s:9:\"target_id\";s:4:\"1179\";}i:371;a:1:{s:9:\"target_id\";s:4:\"1611\";}i:372;a:1:{s:9:\"target_id\";s:4:\"1920\";}i:373;a:1:{s:9:\"target_id\";s:4:\"1921\";}i:374;a:1:{s:9:\"target_id\";s:4:\"1922\";}i:375;a:1:{s:9:\"target_id\";s:4:\"2067\";}i:376;a:1:{s:9:\"target_id\";s:4:\"2079\";}i:377;a:1:{s:9:\"target_id\";s:4:\"2080\";}i:378;a:1:{s:9:\"target_id\";s:4:\"2151\";}i:379;a:1:{s:9:\"target_id\";s:4:\"2306\";}i:380;a:1:{s:9:\"target_id\";s:4:\"2780\";}i:381;a:1:{s:9:\"target_id\";s:4:\"2781\";}i:382;a:1:{s:9:\"target_id\";s:4:\"2782\";}i:383;a:1:{s:9:\"target_id\";s:4:\"2926\";}i:384;a:1:{s:9:\"target_id\";s:4:\"3007\";}i:385;a:1:{s:9:\"target_id\";s:4:\"3008\";}i:386;a:1:{s:9:\"target_id\";s:4:\"3009\";}i:387;a:1:{s:9:\"target_id\";s:4:\"3093\";}i:388;a:1:{s:9:\"target_id\";s:4:\"3103\";}i:389;a:1:{s:9:\"target_id\";s:4:\"3164\";}i:390;a:1:{s:9:\"target_id\";s:4:\"3296\";}i:391;a:1:{s:9:\"target_id\";s:4:\"3316\";}i:392;a:1:{s:9:\"target_id\";s:4:\"3317\";}i:393;a:1:{s:9:\"target_id\";s:4:\"3436\";}i:394;a:1:{s:9:\"target_id\";s:4:\"3437\";}i:395;a:1:{s:9:\"target_id\";s:1:\"1\";}i:396;a:1:{s:9:\"target_id\";s:2:\"21\";}i:397;a:1:{s:9:\"target_id\";s:4:\"5387\";}i:398;a:1:{s:9:\"target_id\";s:4:\"5423\";}i:399;a:1:{s:9:\"target_id\";s:4:\"5708\";}i:400;a:1:{s:9:\"target_id\";s:4:\"6581\";}i:401;a:1:{s:9:\"target_id\";s:4:\"6582\";}i:402;a:1:{s:9:\"target_id\";s:4:\"6663\";}i:403;a:1:{s:9:\"target_id\";s:4:\"7233\";}i:404;a:1:{s:9:\"target_id\";s:4:\"7262\";}i:405;a:1:{s:9:\"target_id\";s:4:\"7595\";}i:406;a:1:{s:9:\"target_id\";s:4:\"7738\";}i:407;a:1:{s:9:\"target_id\";s:4:\"7763\";}i:408;a:1:{s:9:\"target_id\";s:4:\"7840\";}}}s:14:\"field_category\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"tid\";s:4:\"1947\";}}}s:18:\"field_teacher_only\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"0\";}}}s:19:\"field_group_add_all\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}s:11:\"field_color\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"rgb\";s:7:\"#4986E7\";}}}s:21:\"field_recording_forms\";a:0:{}s:10:\"field_ages\";a:1:{s:3:\"und\";a:5:{i:0;a:1:{s:3:\"tid\";s:2:\"30\";}i:1;a:1:{s:3:\"tid\";s:2:\"31\";}i:2;a:1:{s:3:\"tid\";s:2:\"32\";}i:3;a:1:{s:3:\"tid\";s:2:\"33\";}i:4;a:1:{s:3:\"tid\";s:2:\"34\";}}}s:26:\"field_playslider_mandatory\";a:0:{}}',0,1646170808,1),('field:node:37',_binary 'a:2:{s:12:\"field_images\";a:1:{s:3:\"und\";a:5:{i:0;a:17:{s:3:\"fid\";s:2:\"39\";s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:19:\"PanAm_PLAYbasic.jpg\";s:3:\"uri\";s:28:\"public://PanAm_PLAYbasic.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"63139\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1381522834\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}i:1;a:17:{s:3:\"fid\";s:2:\"40\";s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:19:\"PanAm_PLAYcoach.jpg\";s:3:\"uri\";s:28:\"public://PanAm_PLAYcoach.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"103034\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1381522846\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}i:2;a:17:{s:3:\"fid\";s:2:\"41\";s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:17:\"PanAm_PLAYfun.jpg\";s:3:\"uri\";s:26:\"public://PanAm_PLAYfun.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"59655\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1381522857\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}i:3;a:17:{s:3:\"fid\";s:2:\"42\";s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:20:\"PanAm_PLAYparent.jpg\";s:3:\"uri\";s:29:\"public://PanAm_PLAYparent.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"79991\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1381522869\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}i:4;a:17:{s:3:\"fid\";s:2:\"43\";s:3:\"uid\";s:1:\"1\";s:8:\"filename\";s:18:\"PanAm_PLAYself.jpg\";s:3:\"uri\";s:27:\"public://PanAm_PLAYself.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"126550\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1381522882\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:2:{s:6:\"height\";i:395;s:5:\"width\";i:575;}s:6:\"height\";s:3:\"395\";s:5:\"width\";s:3:\"575\";s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";}}}s:22:\"field_slideshow_images\";a:1:{s:3:\"und\";a:7:{i:0;a:2:{s:5:\"value\";s:2:\"17\";s:11:\"revision_id\";s:2:\"17\";}i:1;a:2:{s:5:\"value\";s:2:\"18\";s:11:\"revision_id\";s:2:\"18\";}i:2;a:2:{s:5:\"value\";s:2:\"19\";s:11:\"revision_id\";s:2:\"19\";}i:3;a:2:{s:5:\"value\";s:2:\"20\";s:11:\"revision_id\";s:2:\"20\";}i:4;a:2:{s:5:\"value\";s:2:\"21\";s:11:\"revision_id\";s:2:\"21\";}i:5;a:2:{s:5:\"value\";s:2:\"22\";s:11:\"revision_id\";s:2:\"22\";}i:6;a:2:{s:5:\"value\";s:2:\"23\";s:11:\"revision_id\";s:2:\"23\";}}}}',0,1646164734,1),('field:node:370',_binary 'a:9:{s:4:\"body\";a:0:{}s:16:\"og_group_classes\";a:1:{s:3:\"und\";a:996:{i:0;a:1:{s:9:\"target_id\";s:1:\"1\";}i:1;a:1:{s:9:\"target_id\";s:2:\"21\";}i:2;a:1:{s:9:\"target_id\";s:3:\"509\";}i:3;a:1:{s:9:\"target_id\";s:3:\"483\";}i:4;a:1:{s:9:\"target_id\";s:3:\"484\";}i:5;a:1:{s:9:\"target_id\";s:3:\"485\";}i:6;a:1:{s:9:\"target_id\";s:3:\"486\";}i:7;a:1:{s:9:\"target_id\";s:3:\"490\";}i:8;a:1:{s:9:\"target_id\";s:3:\"497\";}i:9;a:1:{s:9:\"target_id\";s:3:\"498\";}i:10;a:1:{s:9:\"target_id\";s:3:\"499\";}i:11;a:1:{s:9:\"target_id\";s:3:\"500\";}i:12;a:1:{s:9:\"target_id\";s:3:\"508\";}i:13;a:1:{s:9:\"target_id\";s:3:\"521\";}i:14;a:1:{s:9:\"target_id\";s:3:\"522\";}i:15;a:1:{s:9:\"target_id\";s:3:\"523\";}i:16;a:1:{s:9:\"target_id\";s:3:\"524\";}i:17;a:1:{s:9:\"target_id\";s:3:\"525\";}i:18;a:1:{s:9:\"target_id\";s:3:\"526\";}i:19;a:1:{s:9:\"target_id\";s:3:\"527\";}i:20;a:1:{s:9:\"target_id\";s:3:\"528\";}i:21;a:1:{s:9:\"target_id\";s:3:\"529\";}i:22;a:1:{s:9:\"target_id\";s:3:\"530\";}i:23;a:1:{s:9:\"target_id\";s:3:\"531\";}i:24;a:1:{s:9:\"target_id\";s:3:\"532\";}i:25;a:1:{s:9:\"target_id\";s:3:\"533\";}i:26;a:1:{s:9:\"target_id\";s:3:\"534\";}i:27;a:1:{s:9:\"target_id\";s:3:\"535\";}i:28;a:1:{s:9:\"target_id\";s:3:\"536\";}i:29;a:1:{s:9:\"target_id\";s:3:\"537\";}i:30;a:1:{s:9:\"target_id\";s:3:\"538\";}i:31;a:1:{s:9:\"target_id\";s:3:\"541\";}i:32;a:1:{s:9:\"target_id\";s:3:\"544\";}i:33;a:1:{s:9:\"target_id\";s:3:\"545\";}i:34;a:1:{s:9:\"target_id\";s:3:\"546\";}i:35;a:1:{s:9:\"target_id\";s:3:\"547\";}i:36;a:1:{s:9:\"target_id\";s:3:\"548\";}i:37;a:1:{s:9:\"target_id\";s:3:\"549\";}i:38;a:1:{s:9:\"target_id\";s:3:\"550\";}i:39;a:1:{s:9:\"target_id\";s:3:\"551\";}i:40;a:1:{s:9:\"target_id\";s:3:\"552\";}i:41;a:1:{s:9:\"target_id\";s:3:\"553\";}i:42;a:1:{s:9:\"target_id\";s:3:\"554\";}i:43;a:1:{s:9:\"target_id\";s:3:\"555\";}i:44;a:1:{s:9:\"target_id\";s:3:\"556\";}i:45;a:1:{s:9:\"target_id\";s:3:\"557\";}i:46;a:1:{s:9:\"target_id\";s:3:\"558\";}i:47;a:1:{s:9:\"target_id\";s:3:\"559\";}i:48;a:1:{s:9:\"target_id\";s:3:\"560\";}i:49;a:1:{s:9:\"target_id\";s:3:\"561\";}i:50;a:1:{s:9:\"target_id\";s:3:\"562\";}i:51;a:1:{s:9:\"target_id\";s:3:\"563\";}i:52;a:1:{s:9:\"target_id\";s:3:\"564\";}i:53;a:1:{s:9:\"target_id\";s:3:\"565\";}i:54;a:1:{s:9:\"target_id\";s:3:\"566\";}i:55;a:1:{s:9:\"target_id\";s:3:\"567\";}i:56;a:1:{s:9:\"target_id\";s:3:\"568\";}i:57;a:1:{s:9:\"target_id\";s:3:\"569\";}i:58;a:1:{s:9:\"target_id\";s:3:\"570\";}i:59;a:1:{s:9:\"target_id\";s:3:\"571\";}i:60;a:1:{s:9:\"target_id\";s:3:\"572\";}i:61;a:1:{s:9:\"target_id\";s:3:\"573\";}i:62;a:1:{s:9:\"target_id\";s:3:\"574\";}i:63;a:1:{s:9:\"target_id\";s:3:\"575\";}i:64;a:1:{s:9:\"target_id\";s:3:\"576\";}i:65;a:1:{s:9:\"target_id\";s:3:\"577\";}i:66;a:1:{s:9:\"target_id\";s:3:\"578\";}i:67;a:1:{s:9:\"target_id\";s:3:\"579\";}i:68;a:1:{s:9:\"target_id\";s:3:\"580\";}i:69;a:1:{s:9:\"target_id\";s:3:\"582\";}i:70;a:1:{s:9:\"target_id\";s:3:\"583\";}i:71;a:1:{s:9:\"target_id\";s:3:\"584\";}i:72;a:1:{s:9:\"target_id\";s:3:\"585\";}i:73;a:1:{s:9:\"target_id\";s:3:\"586\";}i:74;a:1:{s:9:\"target_id\";s:3:\"587\";}i:75;a:1:{s:9:\"target_id\";s:3:\"588\";}i:76;a:1:{s:9:\"target_id\";s:3:\"589\";}i:77;a:1:{s:9:\"target_id\";s:3:\"590\";}i:78;a:1:{s:9:\"target_id\";s:3:\"591\";}i:79;a:1:{s:9:\"target_id\";s:3:\"592\";}i:80;a:1:{s:9:\"target_id\";s:3:\"593\";}i:81;a:1:{s:9:\"target_id\";s:3:\"594\";}i:82;a:1:{s:9:\"target_id\";s:3:\"595\";}i:83;a:1:{s:9:\"target_id\";s:3:\"596\";}i:84;a:1:{s:9:\"target_id\";s:3:\"597\";}i:85;a:1:{s:9:\"target_id\";s:3:\"598\";}i:86;a:1:{s:9:\"target_id\";s:3:\"599\";}i:87;a:1:{s:9:\"target_id\";s:3:\"600\";}i:88;a:1:{s:9:\"target_id\";s:3:\"601\";}i:89;a:1:{s:9:\"target_id\";s:3:\"602\";}i:90;a:1:{s:9:\"target_id\";s:3:\"603\";}i:91;a:1:{s:9:\"target_id\";s:3:\"604\";}i:92;a:1:{s:9:\"target_id\";s:3:\"605\";}i:93;a:1:{s:9:\"target_id\";s:3:\"606\";}i:94;a:1:{s:9:\"target_id\";s:3:\"607\";}i:95;a:1:{s:9:\"target_id\";s:3:\"608\";}i:96;a:1:{s:9:\"target_id\";s:3:\"609\";}i:97;a:1:{s:9:\"target_id\";s:3:\"610\";}i:98;a:1:{s:9:\"target_id\";s:3:\"611\";}i:99;a:1:{s:9:\"target_id\";s:3:\"612\";}i:100;a:1:{s:9:\"target_id\";s:3:\"613\";}i:101;a:1:{s:9:\"target_id\";s:3:\"614\";}i:102;a:1:{s:9:\"target_id\";s:3:\"615\";}i:103;a:1:{s:9:\"target_id\";s:3:\"617\";}i:104;a:1:{s:9:\"target_id\";s:3:\"618\";}i:105;a:1:{s:9:\"target_id\";s:3:\"619\";}i:106;a:1:{s:9:\"target_id\";s:3:\"620\";}i:107;a:1:{s:9:\"target_id\";s:3:\"621\";}i:108;a:1:{s:9:\"target_id\";s:3:\"622\";}i:109;a:1:{s:9:\"target_id\";s:3:\"623\";}i:110;a:1:{s:9:\"target_id\";s:3:\"624\";}i:111;a:1:{s:9:\"target_id\";s:3:\"625\";}i:112;a:1:{s:9:\"target_id\";s:3:\"626\";}i:113;a:1:{s:9:\"target_id\";s:3:\"627\";}i:114;a:1:{s:9:\"target_id\";s:3:\"628\";}i:115;a:1:{s:9:\"target_id\";s:3:\"629\";}i:116;a:1:{s:9:\"target_id\";s:3:\"630\";}i:117;a:1:{s:9:\"target_id\";s:3:\"631\";}i:118;a:1:{s:9:\"target_id\";s:3:\"632\";}i:119;a:1:{s:9:\"target_id\";s:3:\"638\";}i:120;a:1:{s:9:\"target_id\";s:3:\"639\";}i:121;a:1:{s:9:\"target_id\";s:3:\"640\";}i:122;a:1:{s:9:\"target_id\";s:3:\"641\";}i:123;a:1:{s:9:\"target_id\";s:3:\"642\";}i:124;a:1:{s:9:\"target_id\";s:3:\"643\";}i:125;a:1:{s:9:\"target_id\";s:3:\"644\";}i:126;a:1:{s:9:\"target_id\";s:3:\"645\";}i:127;a:1:{s:9:\"target_id\";s:3:\"646\";}i:128;a:1:{s:9:\"target_id\";s:3:\"647\";}i:129;a:1:{s:9:\"target_id\";s:3:\"648\";}i:130;a:1:{s:9:\"target_id\";s:3:\"649\";}i:131;a:1:{s:9:\"target_id\";s:3:\"650\";}i:132;a:1:{s:9:\"target_id\";s:3:\"651\";}i:133;a:1:{s:9:\"target_id\";s:3:\"652\";}i:134;a:1:{s:9:\"target_id\";s:3:\"653\";}i:135;a:1:{s:9:\"target_id\";s:3:\"654\";}i:136;a:1:{s:9:\"target_id\";s:3:\"655\";}i:137;a:1:{s:9:\"target_id\";s:3:\"656\";}i:138;a:1:{s:9:\"target_id\";s:3:\"657\";}i:139;a:1:{s:9:\"target_id\";s:3:\"658\";}i:140;a:1:{s:9:\"target_id\";s:3:\"659\";}i:141;a:1:{s:9:\"target_id\";s:3:\"660\";}i:142;a:1:{s:9:\"target_id\";s:3:\"661\";}i:143;a:1:{s:9:\"target_id\";s:3:\"662\";}i:144;a:1:{s:9:\"target_id\";s:3:\"663\";}i:145;a:1:{s:9:\"target_id\";s:3:\"664\";}i:146;a:1:{s:9:\"target_id\";s:3:\"665\";}i:147;a:1:{s:9:\"target_id\";s:3:\"666\";}i:148;a:1:{s:9:\"target_id\";s:3:\"667\";}i:149;a:1:{s:9:\"target_id\";s:3:\"669\";}i:150;a:1:{s:9:\"target_id\";s:3:\"670\";}i:151;a:1:{s:9:\"target_id\";s:3:\"672\";}i:152;a:1:{s:9:\"target_id\";s:3:\"674\";}i:153;a:1:{s:9:\"target_id\";s:3:\"675\";}i:154;a:1:{s:9:\"target_id\";s:3:\"676\";}i:155;a:1:{s:9:\"target_id\";s:3:\"677\";}i:156;a:1:{s:9:\"target_id\";s:3:\"678\";}i:157;a:1:{s:9:\"target_id\";s:3:\"679\";}i:158;a:1:{s:9:\"target_id\";s:3:\"680\";}i:159;a:1:{s:9:\"target_id\";s:3:\"681\";}i:160;a:1:{s:9:\"target_id\";s:3:\"682\";}i:161;a:1:{s:9:\"target_id\";s:3:\"683\";}i:162;a:1:{s:9:\"target_id\";s:3:\"684\";}i:163;a:1:{s:9:\"target_id\";s:3:\"685\";}i:164;a:1:{s:9:\"target_id\";s:3:\"686\";}i:165;a:1:{s:9:\"target_id\";s:3:\"687\";}i:166;a:1:{s:9:\"target_id\";s:3:\"688\";}i:167;a:1:{s:9:\"target_id\";s:3:\"689\";}i:168;a:1:{s:9:\"target_id\";s:3:\"690\";}i:169;a:1:{s:9:\"target_id\";s:3:\"691\";}i:170;a:1:{s:9:\"target_id\";s:3:\"692\";}i:171;a:1:{s:9:\"target_id\";s:3:\"693\";}i:172;a:1:{s:9:\"target_id\";s:3:\"694\";}i:173;a:1:{s:9:\"target_id\";s:3:\"695\";}i:174;a:1:{s:9:\"target_id\";s:3:\"696\";}i:175;a:1:{s:9:\"target_id\";s:3:\"698\";}i:176;a:1:{s:9:\"target_id\";s:3:\"699\";}i:177;a:1:{s:9:\"target_id\";s:3:\"700\";}i:178;a:1:{s:9:\"target_id\";s:3:\"701\";}i:179;a:1:{s:9:\"target_id\";s:3:\"702\";}i:180;a:1:{s:9:\"target_id\";s:3:\"703\";}i:181;a:1:{s:9:\"target_id\";s:3:\"704\";}i:182;a:1:{s:9:\"target_id\";s:3:\"705\";}i:183;a:1:{s:9:\"target_id\";s:3:\"706\";}i:184;a:1:{s:9:\"target_id\";s:3:\"707\";}i:185;a:1:{s:9:\"target_id\";s:3:\"708\";}i:186;a:1:{s:9:\"target_id\";s:3:\"709\";}i:187;a:1:{s:9:\"target_id\";s:3:\"710\";}i:188;a:1:{s:9:\"target_id\";s:3:\"713\";}i:189;a:1:{s:9:\"target_id\";s:3:\"714\";}i:190;a:1:{s:9:\"target_id\";s:3:\"715\";}i:191;a:1:{s:9:\"target_id\";s:3:\"716\";}i:192;a:1:{s:9:\"target_id\";s:3:\"717\";}i:193;a:1:{s:9:\"target_id\";s:3:\"718\";}i:194;a:1:{s:9:\"target_id\";s:3:\"719\";}i:195;a:1:{s:9:\"target_id\";s:3:\"720\";}i:196;a:1:{s:9:\"target_id\";s:3:\"721\";}i:197;a:1:{s:9:\"target_id\";s:3:\"722\";}i:198;a:1:{s:9:\"target_id\";s:3:\"723\";}i:199;a:1:{s:9:\"target_id\";s:3:\"724\";}i:200;a:1:{s:9:\"target_id\";s:3:\"725\";}i:201;a:1:{s:9:\"target_id\";s:3:\"726\";}i:202;a:1:{s:9:\"target_id\";s:3:\"727\";}i:203;a:1:{s:9:\"target_id\";s:3:\"728\";}i:204;a:1:{s:9:\"target_id\";s:3:\"729\";}i:205;a:1:{s:9:\"target_id\";s:3:\"730\";}i:206;a:1:{s:9:\"target_id\";s:3:\"731\";}i:207;a:1:{s:9:\"target_id\";s:3:\"732\";}i:208;a:1:{s:9:\"target_id\";s:3:\"733\";}i:209;a:1:{s:9:\"target_id\";s:3:\"734\";}i:210;a:1:{s:9:\"target_id\";s:3:\"736\";}i:211;a:1:{s:9:\"target_id\";s:3:\"737\";}i:212;a:1:{s:9:\"target_id\";s:3:\"738\";}i:213;a:1:{s:9:\"target_id\";s:3:\"741\";}i:214;a:1:{s:9:\"target_id\";s:3:\"746\";}i:215;a:1:{s:9:\"target_id\";s:3:\"747\";}i:216;a:1:{s:9:\"target_id\";s:3:\"748\";}i:217;a:1:{s:9:\"target_id\";s:3:\"752\";}i:218;a:1:{s:9:\"target_id\";s:3:\"753\";}i:219;a:1:{s:9:\"target_id\";s:3:\"754\";}i:220;a:1:{s:9:\"target_id\";s:3:\"755\";}i:221;a:1:{s:9:\"target_id\";s:3:\"756\";}i:222;a:1:{s:9:\"target_id\";s:3:\"757\";}i:223;a:1:{s:9:\"target_id\";s:3:\"758\";}i:224;a:1:{s:9:\"target_id\";s:3:\"759\";}i:225;a:1:{s:9:\"target_id\";s:3:\"760\";}i:226;a:1:{s:9:\"target_id\";s:3:\"761\";}i:227;a:1:{s:9:\"target_id\";s:3:\"762\";}i:228;a:1:{s:9:\"target_id\";s:3:\"764\";}i:229;a:1:{s:9:\"target_id\";s:3:\"765\";}i:230;a:1:{s:9:\"target_id\";s:3:\"766\";}i:231;a:1:{s:9:\"target_id\";s:3:\"767\";}i:232;a:1:{s:9:\"target_id\";s:3:\"769\";}i:233;a:1:{s:9:\"target_id\";s:3:\"772\";}i:234;a:1:{s:9:\"target_id\";s:3:\"773\";}i:235;a:1:{s:9:\"target_id\";s:3:\"774\";}i:236;a:1:{s:9:\"target_id\";s:3:\"777\";}i:237;a:1:{s:9:\"target_id\";s:3:\"778\";}i:238;a:1:{s:9:\"target_id\";s:3:\"779\";}i:239;a:1:{s:9:\"target_id\";s:3:\"781\";}i:240;a:1:{s:9:\"target_id\";s:3:\"782\";}i:241;a:1:{s:9:\"target_id\";s:3:\"784\";}i:242;a:1:{s:9:\"target_id\";s:3:\"785\";}i:243;a:1:{s:9:\"target_id\";s:3:\"787\";}i:244;a:1:{s:9:\"target_id\";s:3:\"788\";}i:245;a:1:{s:9:\"target_id\";s:3:\"789\";}i:246;a:1:{s:9:\"target_id\";s:3:\"790\";}i:247;a:1:{s:9:\"target_id\";s:3:\"791\";}i:248;a:1:{s:9:\"target_id\";s:3:\"794\";}i:249;a:1:{s:9:\"target_id\";s:3:\"796\";}i:250;a:1:{s:9:\"target_id\";s:3:\"797\";}i:251;a:1:{s:9:\"target_id\";s:3:\"798\";}i:252;a:1:{s:9:\"target_id\";s:3:\"799\";}i:253;a:1:{s:9:\"target_id\";s:3:\"800\";}i:254;a:1:{s:9:\"target_id\";s:3:\"801\";}i:255;a:1:{s:9:\"target_id\";s:3:\"802\";}i:256;a:1:{s:9:\"target_id\";s:3:\"805\";}i:257;a:1:{s:9:\"target_id\";s:3:\"806\";}i:258;a:1:{s:9:\"target_id\";s:3:\"808\";}i:259;a:1:{s:9:\"target_id\";s:3:\"809\";}i:260;a:1:{s:9:\"target_id\";s:3:\"810\";}i:261;a:1:{s:9:\"target_id\";s:3:\"811\";}i:262;a:1:{s:9:\"target_id\";s:3:\"812\";}i:263;a:1:{s:9:\"target_id\";s:3:\"815\";}i:264;a:1:{s:9:\"target_id\";s:3:\"816\";}i:265;a:1:{s:9:\"target_id\";s:3:\"817\";}i:266;a:1:{s:9:\"target_id\";s:3:\"820\";}i:267;a:1:{s:9:\"target_id\";s:3:\"821\";}i:268;a:1:{s:9:\"target_id\";s:3:\"822\";}i:269;a:1:{s:9:\"target_id\";s:3:\"823\";}i:270;a:1:{s:9:\"target_id\";s:3:\"824\";}i:271;a:1:{s:9:\"target_id\";s:3:\"826\";}i:272;a:1:{s:9:\"target_id\";s:3:\"827\";}i:273;a:1:{s:9:\"target_id\";s:3:\"829\";}i:274;a:1:{s:9:\"target_id\";s:3:\"830\";}i:275;a:1:{s:9:\"target_id\";s:3:\"831\";}i:276;a:1:{s:9:\"target_id\";s:3:\"832\";}i:277;a:1:{s:9:\"target_id\";s:3:\"833\";}i:278;a:1:{s:9:\"target_id\";s:3:\"835\";}i:279;a:1:{s:9:\"target_id\";s:3:\"836\";}i:280;a:1:{s:9:\"target_id\";s:3:\"837\";}i:281;a:1:{s:9:\"target_id\";s:3:\"838\";}i:282;a:1:{s:9:\"target_id\";s:3:\"841\";}i:283;a:1:{s:9:\"target_id\";s:3:\"842\";}i:284;a:1:{s:9:\"target_id\";s:3:\"843\";}i:285;a:1:{s:9:\"target_id\";s:3:\"844\";}i:286;a:1:{s:9:\"target_id\";s:3:\"845\";}i:287;a:1:{s:9:\"target_id\";s:3:\"846\";}i:288;a:1:{s:9:\"target_id\";s:3:\"847\";}i:289;a:1:{s:9:\"target_id\";s:3:\"849\";}i:290;a:1:{s:9:\"target_id\";s:3:\"850\";}i:291;a:1:{s:9:\"target_id\";s:3:\"851\";}i:292;a:1:{s:9:\"target_id\";s:3:\"852\";}i:293;a:1:{s:9:\"target_id\";s:3:\"853\";}i:294;a:1:{s:9:\"target_id\";s:3:\"854\";}i:295;a:1:{s:9:\"target_id\";s:3:\"855\";}i:296;a:1:{s:9:\"target_id\";s:3:\"856\";}i:297;a:1:{s:9:\"target_id\";s:3:\"858\";}i:298;a:1:{s:9:\"target_id\";s:3:\"860\";}i:299;a:1:{s:9:\"target_id\";s:3:\"861\";}i:300;a:1:{s:9:\"target_id\";s:3:\"862\";}i:301;a:1:{s:9:\"target_id\";s:3:\"863\";}i:302;a:1:{s:9:\"target_id\";s:3:\"864\";}i:303;a:1:{s:9:\"target_id\";s:3:\"865\";}i:304;a:1:{s:9:\"target_id\";s:3:\"867\";}i:305;a:1:{s:9:\"target_id\";s:3:\"868\";}i:306;a:1:{s:9:\"target_id\";s:3:\"869\";}i:307;a:1:{s:9:\"target_id\";s:3:\"870\";}i:308;a:1:{s:9:\"target_id\";s:3:\"871\";}i:309;a:1:{s:9:\"target_id\";s:3:\"872\";}i:310;a:1:{s:9:\"target_id\";s:3:\"873\";}i:311;a:1:{s:9:\"target_id\";s:3:\"874\";}i:312;a:1:{s:9:\"target_id\";s:3:\"875\";}i:313;a:1:{s:9:\"target_id\";s:3:\"876\";}i:314;a:1:{s:9:\"target_id\";s:3:\"877\";}i:315;a:1:{s:9:\"target_id\";s:3:\"878\";}i:316;a:1:{s:9:\"target_id\";s:3:\"879\";}i:317;a:1:{s:9:\"target_id\";s:3:\"880\";}i:318;a:1:{s:9:\"target_id\";s:3:\"881\";}i:319;a:1:{s:9:\"target_id\";s:3:\"883\";}i:320;a:1:{s:9:\"target_id\";s:3:\"884\";}i:321;a:1:{s:9:\"target_id\";s:3:\"885\";}i:322;a:1:{s:9:\"target_id\";s:3:\"886\";}i:323;a:1:{s:9:\"target_id\";s:3:\"887\";}i:324;a:1:{s:9:\"target_id\";s:3:\"888\";}i:325;a:1:{s:9:\"target_id\";s:3:\"889\";}i:326;a:1:{s:9:\"target_id\";s:3:\"890\";}i:327;a:1:{s:9:\"target_id\";s:3:\"891\";}i:328;a:1:{s:9:\"target_id\";s:3:\"896\";}i:329;a:1:{s:9:\"target_id\";s:3:\"900\";}i:330;a:1:{s:9:\"target_id\";s:3:\"901\";}i:331;a:1:{s:9:\"target_id\";s:3:\"902\";}i:332;a:1:{s:9:\"target_id\";s:3:\"903\";}i:333;a:1:{s:9:\"target_id\";s:3:\"904\";}i:334;a:1:{s:9:\"target_id\";s:3:\"905\";}i:335;a:1:{s:9:\"target_id\";s:3:\"906\";}i:336;a:1:{s:9:\"target_id\";s:3:\"907\";}i:337;a:1:{s:9:\"target_id\";s:3:\"908\";}i:338;a:1:{s:9:\"target_id\";s:3:\"909\";}i:339;a:1:{s:9:\"target_id\";s:3:\"910\";}i:340;a:1:{s:9:\"target_id\";s:3:\"911\";}i:341;a:1:{s:9:\"target_id\";s:3:\"912\";}i:342;a:1:{s:9:\"target_id\";s:3:\"913\";}i:343;a:1:{s:9:\"target_id\";s:3:\"914\";}i:344;a:1:{s:9:\"target_id\";s:3:\"915\";}i:345;a:1:{s:9:\"target_id\";s:3:\"917\";}i:346;a:1:{s:9:\"target_id\";s:3:\"918\";}i:347;a:1:{s:9:\"target_id\";s:3:\"919\";}i:348;a:1:{s:9:\"target_id\";s:3:\"921\";}i:349;a:1:{s:9:\"target_id\";s:3:\"924\";}i:350;a:1:{s:9:\"target_id\";s:3:\"925\";}i:351;a:1:{s:9:\"target_id\";s:3:\"926\";}i:352;a:1:{s:9:\"target_id\";s:3:\"927\";}i:353;a:1:{s:9:\"target_id\";s:3:\"928\";}i:354;a:1:{s:9:\"target_id\";s:3:\"929\";}i:355;a:1:{s:9:\"target_id\";s:3:\"930\";}i:356;a:1:{s:9:\"target_id\";s:3:\"931\";}i:357;a:1:{s:9:\"target_id\";s:3:\"932\";}i:358;a:1:{s:9:\"target_id\";s:3:\"935\";}i:359;a:1:{s:9:\"target_id\";s:3:\"936\";}i:360;a:1:{s:9:\"target_id\";s:3:\"938\";}i:361;a:1:{s:9:\"target_id\";s:3:\"939\";}i:362;a:1:{s:9:\"target_id\";s:3:\"940\";}i:363;a:1:{s:9:\"target_id\";s:3:\"941\";}i:364;a:1:{s:9:\"target_id\";s:3:\"942\";}i:365;a:1:{s:9:\"target_id\";s:3:\"943\";}i:366;a:1:{s:9:\"target_id\";s:3:\"945\";}i:367;a:1:{s:9:\"target_id\";s:3:\"968\";}i:368;a:1:{s:9:\"target_id\";s:3:\"977\";}i:369;a:1:{s:9:\"target_id\";s:3:\"978\";}i:370;a:1:{s:9:\"target_id\";s:4:\"1018\";}i:371;a:1:{s:9:\"target_id\";s:4:\"1070\";}i:372;a:1:{s:9:\"target_id\";s:4:\"1179\";}i:373;a:1:{s:9:\"target_id\";s:4:\"1611\";}i:374;a:1:{s:9:\"target_id\";s:4:\"1920\";}i:375;a:1:{s:9:\"target_id\";s:4:\"1921\";}i:376;a:1:{s:9:\"target_id\";s:4:\"1922\";}i:377;a:1:{s:9:\"target_id\";s:4:\"2067\";}i:378;a:1:{s:9:\"target_id\";s:4:\"2079\";}i:379;a:1:{s:9:\"target_id\";s:4:\"2080\";}i:380;a:1:{s:9:\"target_id\";s:4:\"2151\";}i:381;a:1:{s:9:\"target_id\";s:4:\"2306\";}i:382;a:1:{s:9:\"target_id\";s:4:\"2780\";}i:383;a:1:{s:9:\"target_id\";s:4:\"2781\";}i:384;a:1:{s:9:\"target_id\";s:4:\"2782\";}i:385;a:1:{s:9:\"target_id\";s:4:\"2926\";}i:386;a:1:{s:9:\"target_id\";s:4:\"3007\";}i:387;a:1:{s:9:\"target_id\";s:4:\"3008\";}i:388;a:1:{s:9:\"target_id\";s:4:\"3009\";}i:389;a:1:{s:9:\"target_id\";s:4:\"3093\";}i:390;a:1:{s:9:\"target_id\";s:4:\"3103\";}i:391;a:1:{s:9:\"target_id\";s:4:\"3164\";}i:392;a:1:{s:9:\"target_id\";s:4:\"3296\";}i:393;a:1:{s:9:\"target_id\";s:4:\"3316\";}i:394;a:1:{s:9:\"target_id\";s:4:\"3317\";}i:395;a:1:{s:9:\"target_id\";s:4:\"3436\";}i:396;a:1:{s:9:\"target_id\";s:4:\"3437\";}i:397;a:1:{s:9:\"target_id\";s:4:\"3864\";}i:398;a:1:{s:9:\"target_id\";s:4:\"3865\";}i:399;a:1:{s:9:\"target_id\";s:4:\"3866\";}i:400;a:1:{s:9:\"target_id\";s:4:\"3890\";}i:401;a:1:{s:9:\"target_id\";s:4:\"3918\";}i:402;a:1:{s:9:\"target_id\";s:4:\"3920\";}i:403;a:1:{s:9:\"target_id\";s:4:\"3934\";}i:404;a:1:{s:9:\"target_id\";s:4:\"3937\";}i:405;a:1:{s:9:\"target_id\";s:4:\"3952\";}i:406;a:1:{s:9:\"target_id\";s:4:\"3953\";}i:407;a:1:{s:9:\"target_id\";s:4:\"3955\";}i:408;a:1:{s:9:\"target_id\";s:4:\"3956\";}i:409;a:1:{s:9:\"target_id\";s:4:\"3957\";}i:410;a:1:{s:9:\"target_id\";s:4:\"3958\";}i:411;a:1:{s:9:\"target_id\";s:4:\"3959\";}i:412;a:1:{s:9:\"target_id\";s:4:\"3960\";}i:413;a:1:{s:9:\"target_id\";s:4:\"3962\";}i:414;a:1:{s:9:\"target_id\";s:4:\"4022\";}i:415;a:1:{s:9:\"target_id\";s:4:\"4033\";}i:416;a:1:{s:9:\"target_id\";s:4:\"4036\";}i:417;a:1:{s:9:\"target_id\";s:4:\"4037\";}i:418;a:1:{s:9:\"target_id\";s:4:\"4038\";}i:419;a:1:{s:9:\"target_id\";s:4:\"4040\";}i:420;a:1:{s:9:\"target_id\";s:4:\"4041\";}i:421;a:1:{s:9:\"target_id\";s:4:\"4042\";}i:422;a:1:{s:9:\"target_id\";s:4:\"4043\";}i:423;a:1:{s:9:\"target_id\";s:4:\"4044\";}i:424;a:1:{s:9:\"target_id\";s:4:\"4089\";}i:425;a:1:{s:9:\"target_id\";s:4:\"4090\";}i:426;a:1:{s:9:\"target_id\";s:4:\"4091\";}i:427;a:1:{s:9:\"target_id\";s:4:\"4092\";}i:428;a:1:{s:9:\"target_id\";s:4:\"4093\";}i:429;a:1:{s:9:\"target_id\";s:4:\"4094\";}i:430;a:1:{s:9:\"target_id\";s:4:\"4095\";}i:431;a:1:{s:9:\"target_id\";s:4:\"4096\";}i:432;a:1:{s:9:\"target_id\";s:4:\"4097\";}i:433;a:1:{s:9:\"target_id\";s:4:\"4098\";}i:434;a:1:{s:9:\"target_id\";s:4:\"4099\";}i:435;a:1:{s:9:\"target_id\";s:4:\"4113\";}i:436;a:1:{s:9:\"target_id\";s:4:\"4114\";}i:437;a:1:{s:9:\"target_id\";s:4:\"4118\";}i:438;a:1:{s:9:\"target_id\";s:4:\"4125\";}i:439;a:1:{s:9:\"target_id\";s:4:\"4126\";}i:440;a:1:{s:9:\"target_id\";s:4:\"4131\";}i:441;a:1:{s:9:\"target_id\";s:4:\"4144\";}i:442;a:1:{s:9:\"target_id\";s:4:\"4152\";}i:443;a:1:{s:9:\"target_id\";s:4:\"4153\";}i:444;a:1:{s:9:\"target_id\";s:4:\"4154\";}i:445;a:1:{s:9:\"target_id\";s:4:\"4172\";}i:446;a:1:{s:9:\"target_id\";s:4:\"4195\";}i:447;a:1:{s:9:\"target_id\";s:4:\"4196\";}i:448;a:1:{s:9:\"target_id\";s:4:\"4211\";}i:449;a:1:{s:9:\"target_id\";s:4:\"4295\";}i:450;a:1:{s:9:\"target_id\";s:4:\"4296\";}i:451;a:1:{s:9:\"target_id\";s:4:\"4297\";}i:452;a:1:{s:9:\"target_id\";s:4:\"4298\";}i:453;a:1:{s:9:\"target_id\";s:4:\"4299\";}i:454;a:1:{s:9:\"target_id\";s:4:\"4339\";}i:455;a:1:{s:9:\"target_id\";s:4:\"4353\";}i:456;a:1:{s:9:\"target_id\";s:4:\"4354\";}i:457;a:1:{s:9:\"target_id\";s:4:\"4368\";}i:458;a:1:{s:9:\"target_id\";s:4:\"4373\";}i:459;a:1:{s:9:\"target_id\";s:4:\"4374\";}i:460;a:1:{s:9:\"target_id\";s:4:\"4375\";}i:461;a:1:{s:9:\"target_id\";s:4:\"4376\";}i:462;a:1:{s:9:\"target_id\";s:4:\"4377\";}i:463;a:1:{s:9:\"target_id\";s:4:\"4378\";}i:464;a:1:{s:9:\"target_id\";s:4:\"4379\";}i:465;a:1:{s:9:\"target_id\";s:4:\"4381\";}i:466;a:1:{s:9:\"target_id\";s:4:\"4382\";}i:467;a:1:{s:9:\"target_id\";s:4:\"4383\";}i:468;a:1:{s:9:\"target_id\";s:4:\"4384\";}i:469;a:1:{s:9:\"target_id\";s:4:\"4465\";}i:470;a:1:{s:9:\"target_id\";s:4:\"4481\";}i:471;a:1:{s:9:\"target_id\";s:4:\"4482\";}i:472;a:1:{s:9:\"target_id\";s:4:\"4485\";}i:473;a:1:{s:9:\"target_id\";s:4:\"4486\";}i:474;a:1:{s:9:\"target_id\";s:4:\"4544\";}i:475;a:1:{s:9:\"target_id\";s:4:\"4545\";}i:476;a:1:{s:9:\"target_id\";s:4:\"4546\";}i:477;a:1:{s:9:\"target_id\";s:4:\"4556\";}i:478;a:1:{s:9:\"target_id\";s:4:\"4591\";}i:479;a:1:{s:9:\"target_id\";s:4:\"4592\";}i:480;a:1:{s:9:\"target_id\";s:4:\"4593\";}i:481;a:1:{s:9:\"target_id\";s:4:\"4595\";}i:482;a:1:{s:9:\"target_id\";s:4:\"4596\";}i:483;a:1:{s:9:\"target_id\";s:4:\"4597\";}i:484;a:1:{s:9:\"target_id\";s:4:\"4608\";}i:485;a:1:{s:9:\"target_id\";s:4:\"4609\";}i:486;a:1:{s:9:\"target_id\";s:4:\"4613\";}i:487;a:1:{s:9:\"target_id\";s:4:\"4614\";}i:488;a:1:{s:9:\"target_id\";s:4:\"4615\";}i:489;a:1:{s:9:\"target_id\";s:4:\"4616\";}i:490;a:1:{s:9:\"target_id\";s:4:\"4617\";}i:491;a:1:{s:9:\"target_id\";s:4:\"4618\";}i:492;a:1:{s:9:\"target_id\";s:4:\"4619\";}i:493;a:1:{s:9:\"target_id\";s:4:\"4621\";}i:494;a:1:{s:9:\"target_id\";s:4:\"4622\";}i:495;a:1:{s:9:\"target_id\";s:4:\"4623\";}i:496;a:1:{s:9:\"target_id\";s:4:\"4624\";}i:497;a:1:{s:9:\"target_id\";s:4:\"4625\";}i:498;a:1:{s:9:\"target_id\";s:4:\"4626\";}i:499;a:1:{s:9:\"target_id\";s:4:\"4627\";}i:500;a:1:{s:9:\"target_id\";s:4:\"4628\";}i:501;a:1:{s:9:\"target_id\";s:4:\"4629\";}i:502;a:1:{s:9:\"target_id\";s:4:\"4630\";}i:503;a:1:{s:9:\"target_id\";s:4:\"4631\";}i:504;a:1:{s:9:\"target_id\";s:4:\"4632\";}i:505;a:1:{s:9:\"target_id\";s:4:\"4634\";}i:506;a:1:{s:9:\"target_id\";s:4:\"4635\";}i:507;a:1:{s:9:\"target_id\";s:4:\"4636\";}i:508;a:1:{s:9:\"target_id\";s:4:\"4637\";}i:509;a:1:{s:9:\"target_id\";s:4:\"4638\";}i:510;a:1:{s:9:\"target_id\";s:4:\"4639\";}i:511;a:1:{s:9:\"target_id\";s:4:\"4640\";}i:512;a:1:{s:9:\"target_id\";s:4:\"4641\";}i:513;a:1:{s:9:\"target_id\";s:4:\"4642\";}i:514;a:1:{s:9:\"target_id\";s:4:\"4643\";}i:515;a:1:{s:9:\"target_id\";s:4:\"4644\";}i:516;a:1:{s:9:\"target_id\";s:4:\"4645\";}i:517;a:1:{s:9:\"target_id\";s:4:\"4646\";}i:518;a:1:{s:9:\"target_id\";s:4:\"4647\";}i:519;a:1:{s:9:\"target_id\";s:4:\"4648\";}i:520;a:1:{s:9:\"target_id\";s:4:\"4649\";}i:521;a:1:{s:9:\"target_id\";s:4:\"4650\";}i:522;a:1:{s:9:\"target_id\";s:4:\"4651\";}i:523;a:1:{s:9:\"target_id\";s:4:\"4652\";}i:524;a:1:{s:9:\"target_id\";s:4:\"4653\";}i:525;a:1:{s:9:\"target_id\";s:4:\"4654\";}i:526;a:1:{s:9:\"target_id\";s:4:\"4655\";}i:527;a:1:{s:9:\"target_id\";s:4:\"4656\";}i:528;a:1:{s:9:\"target_id\";s:4:\"4658\";}i:529;a:1:{s:9:\"target_id\";s:4:\"4659\";}i:530;a:1:{s:9:\"target_id\";s:4:\"4660\";}i:531;a:1:{s:9:\"target_id\";s:4:\"4662\";}i:532;a:1:{s:9:\"target_id\";s:4:\"4664\";}i:533;a:1:{s:9:\"target_id\";s:4:\"4665\";}i:534;a:1:{s:9:\"target_id\";s:4:\"4666\";}i:535;a:1:{s:9:\"target_id\";s:4:\"4667\";}i:536;a:1:{s:9:\"target_id\";s:4:\"4668\";}i:537;a:1:{s:9:\"target_id\";s:4:\"4669\";}i:538;a:1:{s:9:\"target_id\";s:4:\"4670\";}i:539;a:1:{s:9:\"target_id\";s:4:\"4672\";}i:540;a:1:{s:9:\"target_id\";s:4:\"4673\";}i:541;a:1:{s:9:\"target_id\";s:4:\"4676\";}i:542;a:1:{s:9:\"target_id\";s:4:\"4677\";}i:543;a:1:{s:9:\"target_id\";s:4:\"4678\";}i:544;a:1:{s:9:\"target_id\";s:4:\"4679\";}i:545;a:1:{s:9:\"target_id\";s:4:\"4680\";}i:546;a:1:{s:9:\"target_id\";s:4:\"4681\";}i:547;a:1:{s:9:\"target_id\";s:4:\"4682\";}i:548;a:1:{s:9:\"target_id\";s:4:\"4683\";}i:549;a:1:{s:9:\"target_id\";s:4:\"4684\";}i:550;a:1:{s:9:\"target_id\";s:4:\"4686\";}i:551;a:1:{s:9:\"target_id\";s:4:\"4687\";}i:552;a:1:{s:9:\"target_id\";s:4:\"4688\";}i:553;a:1:{s:9:\"target_id\";s:4:\"4689\";}i:554;a:1:{s:9:\"target_id\";s:4:\"4691\";}i:555;a:1:{s:9:\"target_id\";s:4:\"4692\";}i:556;a:1:{s:9:\"target_id\";s:4:\"4693\";}i:557;a:1:{s:9:\"target_id\";s:4:\"4694\";}i:558;a:1:{s:9:\"target_id\";s:4:\"4695\";}i:559;a:1:{s:9:\"target_id\";s:4:\"4696\";}i:560;a:1:{s:9:\"target_id\";s:4:\"4697\";}i:561;a:1:{s:9:\"target_id\";s:4:\"4698\";}i:562;a:1:{s:9:\"target_id\";s:4:\"4699\";}i:563;a:1:{s:9:\"target_id\";s:4:\"4700\";}i:564;a:1:{s:9:\"target_id\";s:4:\"4701\";}i:565;a:1:{s:9:\"target_id\";s:4:\"4702\";}i:566;a:1:{s:9:\"target_id\";s:4:\"4703\";}i:567;a:1:{s:9:\"target_id\";s:4:\"4704\";}i:568;a:1:{s:9:\"target_id\";s:4:\"4705\";}i:569;a:1:{s:9:\"target_id\";s:4:\"4706\";}i:570;a:1:{s:9:\"target_id\";s:4:\"4707\";}i:571;a:1:{s:9:\"target_id\";s:4:\"4709\";}i:572;a:1:{s:9:\"target_id\";s:4:\"4710\";}i:573;a:1:{s:9:\"target_id\";s:4:\"4711\";}i:574;a:1:{s:9:\"target_id\";s:4:\"4714\";}i:575;a:1:{s:9:\"target_id\";s:4:\"4715\";}i:576;a:1:{s:9:\"target_id\";s:4:\"4716\";}i:577;a:1:{s:9:\"target_id\";s:4:\"4717\";}i:578;a:1:{s:9:\"target_id\";s:4:\"4718\";}i:579;a:1:{s:9:\"target_id\";s:4:\"4719\";}i:580;a:1:{s:9:\"target_id\";s:4:\"4720\";}i:581;a:1:{s:9:\"target_id\";s:4:\"4722\";}i:582;a:1:{s:9:\"target_id\";s:4:\"4725\";}i:583;a:1:{s:9:\"target_id\";s:4:\"4726\";}i:584;a:1:{s:9:\"target_id\";s:4:\"4730\";}i:585;a:1:{s:9:\"target_id\";s:4:\"4731\";}i:586;a:1:{s:9:\"target_id\";s:4:\"4732\";}i:587;a:1:{s:9:\"target_id\";s:4:\"4733\";}i:588;a:1:{s:9:\"target_id\";s:4:\"4734\";}i:589;a:1:{s:9:\"target_id\";s:4:\"4735\";}i:590;a:1:{s:9:\"target_id\";s:4:\"4736\";}i:591;a:1:{s:9:\"target_id\";s:4:\"4737\";}i:592;a:1:{s:9:\"target_id\";s:4:\"4738\";}i:593;a:1:{s:9:\"target_id\";s:4:\"4747\";}i:594;a:1:{s:9:\"target_id\";s:4:\"4748\";}i:595;a:1:{s:9:\"target_id\";s:4:\"4749\";}i:596;a:1:{s:9:\"target_id\";s:4:\"4750\";}i:597;a:1:{s:9:\"target_id\";s:4:\"4751\";}i:598;a:1:{s:9:\"target_id\";s:4:\"4752\";}i:599;a:1:{s:9:\"target_id\";s:4:\"4753\";}i:600;a:1:{s:9:\"target_id\";s:4:\"4754\";}i:601;a:1:{s:9:\"target_id\";s:4:\"4755\";}i:602;a:1:{s:9:\"target_id\";s:4:\"4756\";}i:603;a:1:{s:9:\"target_id\";s:4:\"4757\";}i:604;a:1:{s:9:\"target_id\";s:4:\"4758\";}i:605;a:1:{s:9:\"target_id\";s:4:\"4759\";}i:606;a:1:{s:9:\"target_id\";s:4:\"4760\";}i:607;a:1:{s:9:\"target_id\";s:4:\"4761\";}i:608;a:1:{s:9:\"target_id\";s:4:\"4762\";}i:609;a:1:{s:9:\"target_id\";s:4:\"4763\";}i:610;a:1:{s:9:\"target_id\";s:4:\"4765\";}i:611;a:1:{s:9:\"target_id\";s:4:\"4766\";}i:612;a:1:{s:9:\"target_id\";s:4:\"4767\";}i:613;a:1:{s:9:\"target_id\";s:4:\"4768\";}i:614;a:1:{s:9:\"target_id\";s:4:\"4769\";}i:615;a:1:{s:9:\"target_id\";s:4:\"4770\";}i:616;a:1:{s:9:\"target_id\";s:4:\"4771\";}i:617;a:1:{s:9:\"target_id\";s:4:\"4772\";}i:618;a:1:{s:9:\"target_id\";s:4:\"4773\";}i:619;a:1:{s:9:\"target_id\";s:4:\"4775\";}i:620;a:1:{s:9:\"target_id\";s:4:\"4776\";}i:621;a:1:{s:9:\"target_id\";s:4:\"4777\";}i:622;a:1:{s:9:\"target_id\";s:4:\"4779\";}i:623;a:1:{s:9:\"target_id\";s:4:\"4780\";}i:624;a:1:{s:9:\"target_id\";s:4:\"4781\";}i:625;a:1:{s:9:\"target_id\";s:4:\"4782\";}i:626;a:1:{s:9:\"target_id\";s:4:\"4783\";}i:627;a:1:{s:9:\"target_id\";s:4:\"4784\";}i:628;a:1:{s:9:\"target_id\";s:4:\"4785\";}i:629;a:1:{s:9:\"target_id\";s:4:\"4786\";}i:630;a:1:{s:9:\"target_id\";s:4:\"4787\";}i:631;a:1:{s:9:\"target_id\";s:4:\"4788\";}i:632;a:1:{s:9:\"target_id\";s:4:\"4789\";}i:633;a:1:{s:9:\"target_id\";s:4:\"4790\";}i:634;a:1:{s:9:\"target_id\";s:4:\"4791\";}i:635;a:1:{s:9:\"target_id\";s:4:\"4792\";}i:636;a:1:{s:9:\"target_id\";s:4:\"4793\";}i:637;a:1:{s:9:\"target_id\";s:4:\"4794\";}i:638;a:1:{s:9:\"target_id\";s:4:\"4801\";}i:639;a:1:{s:9:\"target_id\";s:4:\"4802\";}i:640;a:1:{s:9:\"target_id\";s:4:\"4803\";}i:641;a:1:{s:9:\"target_id\";s:4:\"4805\";}i:642;a:1:{s:9:\"target_id\";s:4:\"4806\";}i:643;a:1:{s:9:\"target_id\";s:4:\"4807\";}i:644;a:1:{s:9:\"target_id\";s:4:\"4808\";}i:645;a:1:{s:9:\"target_id\";s:4:\"4809\";}i:646;a:1:{s:9:\"target_id\";s:4:\"4810\";}i:647;a:1:{s:9:\"target_id\";s:4:\"4812\";}i:648;a:1:{s:9:\"target_id\";s:4:\"4813\";}i:649;a:1:{s:9:\"target_id\";s:4:\"4814\";}i:650;a:1:{s:9:\"target_id\";s:4:\"4815\";}i:651;a:1:{s:9:\"target_id\";s:4:\"4816\";}i:652;a:1:{s:9:\"target_id\";s:4:\"4817\";}i:653;a:1:{s:9:\"target_id\";s:4:\"4818\";}i:654;a:1:{s:9:\"target_id\";s:4:\"4819\";}i:655;a:1:{s:9:\"target_id\";s:4:\"4820\";}i:656;a:1:{s:9:\"target_id\";s:4:\"4822\";}i:657;a:1:{s:9:\"target_id\";s:4:\"4826\";}i:658;a:1:{s:9:\"target_id\";s:4:\"4827\";}i:659;a:1:{s:9:\"target_id\";s:4:\"4828\";}i:660;a:1:{s:9:\"target_id\";s:4:\"4829\";}i:661;a:1:{s:9:\"target_id\";s:4:\"4830\";}i:662;a:1:{s:9:\"target_id\";s:4:\"4831\";}i:663;a:1:{s:9:\"target_id\";s:4:\"4833\";}i:664;a:1:{s:9:\"target_id\";s:4:\"4834\";}i:665;a:1:{s:9:\"target_id\";s:4:\"4835\";}i:666;a:1:{s:9:\"target_id\";s:4:\"4836\";}i:667;a:1:{s:9:\"target_id\";s:4:\"4840\";}i:668;a:1:{s:9:\"target_id\";s:4:\"4842\";}i:669;a:1:{s:9:\"target_id\";s:4:\"4854\";}i:670;a:1:{s:9:\"target_id\";s:4:\"4863\";}i:671;a:1:{s:9:\"target_id\";s:4:\"4864\";}i:672;a:1:{s:9:\"target_id\";s:4:\"4865\";}i:673;a:1:{s:9:\"target_id\";s:4:\"4866\";}i:674;a:1:{s:9:\"target_id\";s:4:\"4867\";}i:675;a:1:{s:9:\"target_id\";s:4:\"4868\";}i:676;a:1:{s:9:\"target_id\";s:4:\"4869\";}i:677;a:1:{s:9:\"target_id\";s:4:\"4870\";}i:678;a:1:{s:9:\"target_id\";s:4:\"4871\";}i:679;a:1:{s:9:\"target_id\";s:4:\"4872\";}i:680;a:1:{s:9:\"target_id\";s:4:\"4873\";}i:681;a:1:{s:9:\"target_id\";s:4:\"4876\";}i:682;a:1:{s:9:\"target_id\";s:4:\"4879\";}i:683;a:1:{s:9:\"target_id\";s:4:\"4880\";}i:684;a:1:{s:9:\"target_id\";s:4:\"4881\";}i:685;a:1:{s:9:\"target_id\";s:4:\"4882\";}i:686;a:1:{s:9:\"target_id\";s:4:\"4883\";}i:687;a:1:{s:9:\"target_id\";s:4:\"4884\";}i:688;a:1:{s:9:\"target_id\";s:4:\"4885\";}i:689;a:1:{s:9:\"target_id\";s:4:\"4887\";}i:690;a:1:{s:9:\"target_id\";s:4:\"4896\";}i:691;a:1:{s:9:\"target_id\";s:4:\"4897\";}i:692;a:1:{s:9:\"target_id\";s:4:\"4898\";}i:693;a:1:{s:9:\"target_id\";s:4:\"4899\";}i:694;a:1:{s:9:\"target_id\";s:4:\"4901\";}i:695;a:1:{s:9:\"target_id\";s:4:\"4902\";}i:696;a:1:{s:9:\"target_id\";s:4:\"4905\";}i:697;a:1:{s:9:\"target_id\";s:4:\"4907\";}i:698;a:1:{s:9:\"target_id\";s:4:\"4908\";}i:699;a:1:{s:9:\"target_id\";s:4:\"4909\";}i:700;a:1:{s:9:\"target_id\";s:4:\"4911\";}i:701;a:1:{s:9:\"target_id\";s:4:\"4915\";}i:702;a:1:{s:9:\"target_id\";s:4:\"4916\";}i:703;a:1:{s:9:\"target_id\";s:4:\"4917\";}i:704;a:1:{s:9:\"target_id\";s:4:\"4918\";}i:705;a:1:{s:9:\"target_id\";s:4:\"4919\";}i:706;a:1:{s:9:\"target_id\";s:4:\"4920\";}i:707;a:1:{s:9:\"target_id\";s:4:\"4921\";}i:708;a:1:{s:9:\"target_id\";s:4:\"4923\";}i:709;a:1:{s:9:\"target_id\";s:4:\"4924\";}i:710;a:1:{s:9:\"target_id\";s:4:\"4925\";}i:711;a:1:{s:9:\"target_id\";s:4:\"4926\";}i:712;a:1:{s:9:\"target_id\";s:4:\"4927\";}i:713;a:1:{s:9:\"target_id\";s:4:\"4928\";}i:714;a:1:{s:9:\"target_id\";s:4:\"4929\";}i:715;a:1:{s:9:\"target_id\";s:4:\"4930\";}i:716;a:1:{s:9:\"target_id\";s:4:\"4931\";}i:717;a:1:{s:9:\"target_id\";s:4:\"4932\";}i:718;a:1:{s:9:\"target_id\";s:4:\"4933\";}i:719;a:1:{s:9:\"target_id\";s:4:\"4934\";}i:720;a:1:{s:9:\"target_id\";s:4:\"4935\";}i:721;a:1:{s:9:\"target_id\";s:4:\"4936\";}i:722;a:1:{s:9:\"target_id\";s:4:\"4937\";}i:723;a:1:{s:9:\"target_id\";s:4:\"4938\";}i:724;a:1:{s:9:\"target_id\";s:4:\"4939\";}i:725;a:1:{s:9:\"target_id\";s:4:\"4940\";}i:726;a:1:{s:9:\"target_id\";s:4:\"4941\";}i:727;a:1:{s:9:\"target_id\";s:4:\"4942\";}i:728;a:1:{s:9:\"target_id\";s:4:\"4943\";}i:729;a:1:{s:9:\"target_id\";s:4:\"4944\";}i:730;a:1:{s:9:\"target_id\";s:4:\"4945\";}i:731;a:1:{s:9:\"target_id\";s:4:\"4948\";}i:732;a:1:{s:9:\"target_id\";s:4:\"4949\";}i:733;a:1:{s:9:\"target_id\";s:4:\"4950\";}i:734;a:1:{s:9:\"target_id\";s:4:\"4951\";}i:735;a:1:{s:9:\"target_id\";s:4:\"4952\";}i:736;a:1:{s:9:\"target_id\";s:4:\"4953\";}i:737;a:1:{s:9:\"target_id\";s:4:\"4954\";}i:738;a:1:{s:9:\"target_id\";s:4:\"4955\";}i:739;a:1:{s:9:\"target_id\";s:4:\"4956\";}i:740;a:1:{s:9:\"target_id\";s:4:\"4957\";}i:741;a:1:{s:9:\"target_id\";s:4:\"4958\";}i:742;a:1:{s:9:\"target_id\";s:4:\"4959\";}i:743;a:1:{s:9:\"target_id\";s:4:\"4960\";}i:744;a:1:{s:9:\"target_id\";s:4:\"4961\";}i:745;a:1:{s:9:\"target_id\";s:4:\"4962\";}i:746;a:1:{s:9:\"target_id\";s:4:\"4963\";}i:747;a:1:{s:9:\"target_id\";s:4:\"4966\";}i:748;a:1:{s:9:\"target_id\";s:4:\"4967\";}i:749;a:1:{s:9:\"target_id\";s:4:\"4968\";}i:750;a:1:{s:9:\"target_id\";s:4:\"4969\";}i:751;a:1:{s:9:\"target_id\";s:4:\"4970\";}i:752;a:1:{s:9:\"target_id\";s:4:\"4971\";}i:753;a:1:{s:9:\"target_id\";s:4:\"4972\";}i:754;a:1:{s:9:\"target_id\";s:4:\"4973\";}i:755;a:1:{s:9:\"target_id\";s:4:\"4974\";}i:756;a:1:{s:9:\"target_id\";s:4:\"4975\";}i:757;a:1:{s:9:\"target_id\";s:4:\"4976\";}i:758;a:1:{s:9:\"target_id\";s:4:\"4977\";}i:759;a:1:{s:9:\"target_id\";s:4:\"4978\";}i:760;a:1:{s:9:\"target_id\";s:4:\"4979\";}i:761;a:1:{s:9:\"target_id\";s:4:\"4980\";}i:762;a:1:{s:9:\"target_id\";s:4:\"4981\";}i:763;a:1:{s:9:\"target_id\";s:4:\"4983\";}i:764;a:1:{s:9:\"target_id\";s:4:\"4984\";}i:765;a:1:{s:9:\"target_id\";s:4:\"4985\";}i:766;a:1:{s:9:\"target_id\";s:4:\"4986\";}i:767;a:1:{s:9:\"target_id\";s:4:\"4987\";}i:768;a:1:{s:9:\"target_id\";s:4:\"4991\";}i:769;a:1:{s:9:\"target_id\";s:4:\"4992\";}i:770;a:1:{s:9:\"target_id\";s:4:\"4993\";}i:771;a:1:{s:9:\"target_id\";s:4:\"4994\";}i:772;a:1:{s:9:\"target_id\";s:4:\"4995\";}i:773;a:1:{s:9:\"target_id\";s:4:\"4996\";}i:774;a:1:{s:9:\"target_id\";s:4:\"4997\";}i:775;a:1:{s:9:\"target_id\";s:4:\"4998\";}i:776;a:1:{s:9:\"target_id\";s:4:\"4999\";}i:777;a:1:{s:9:\"target_id\";s:4:\"5000\";}i:778;a:1:{s:9:\"target_id\";s:4:\"5001\";}i:779;a:1:{s:9:\"target_id\";s:4:\"5002\";}i:780;a:1:{s:9:\"target_id\";s:4:\"5003\";}i:781;a:1:{s:9:\"target_id\";s:4:\"5004\";}i:782;a:1:{s:9:\"target_id\";s:4:\"5005\";}i:783;a:1:{s:9:\"target_id\";s:4:\"5006\";}i:784;a:1:{s:9:\"target_id\";s:4:\"5007\";}i:785;a:1:{s:9:\"target_id\";s:4:\"5008\";}i:786;a:1:{s:9:\"target_id\";s:4:\"5009\";}i:787;a:1:{s:9:\"target_id\";s:4:\"5019\";}i:788;a:1:{s:9:\"target_id\";s:4:\"5023\";}i:789;a:1:{s:9:\"target_id\";s:4:\"5024\";}i:790;a:1:{s:9:\"target_id\";s:4:\"5025\";}i:791;a:1:{s:9:\"target_id\";s:4:\"5026\";}i:792;a:1:{s:9:\"target_id\";s:4:\"5027\";}i:793;a:1:{s:9:\"target_id\";s:4:\"5029\";}i:794;a:1:{s:9:\"target_id\";s:4:\"5030\";}i:795;a:1:{s:9:\"target_id\";s:4:\"5031\";}i:796;a:1:{s:9:\"target_id\";s:4:\"5032\";}i:797;a:1:{s:9:\"target_id\";s:4:\"5033\";}i:798;a:1:{s:9:\"target_id\";s:4:\"5034\";}i:799;a:1:{s:9:\"target_id\";s:4:\"5035\";}i:800;a:1:{s:9:\"target_id\";s:4:\"5036\";}i:801;a:1:{s:9:\"target_id\";s:4:\"5037\";}i:802;a:1:{s:9:\"target_id\";s:4:\"5039\";}i:803;a:1:{s:9:\"target_id\";s:4:\"5040\";}i:804;a:1:{s:9:\"target_id\";s:4:\"5042\";}i:805;a:1:{s:9:\"target_id\";s:4:\"5043\";}i:806;a:1:{s:9:\"target_id\";s:4:\"5044\";}i:807;a:1:{s:9:\"target_id\";s:4:\"5046\";}i:808;a:1:{s:9:\"target_id\";s:4:\"5047\";}i:809;a:1:{s:9:\"target_id\";s:4:\"5048\";}i:810;a:1:{s:9:\"target_id\";s:4:\"5049\";}i:811;a:1:{s:9:\"target_id\";s:4:\"5053\";}i:812;a:1:{s:9:\"target_id\";s:4:\"5056\";}i:813;a:1:{s:9:\"target_id\";s:4:\"5057\";}i:814;a:1:{s:9:\"target_id\";s:4:\"5065\";}i:815;a:1:{s:9:\"target_id\";s:4:\"5066\";}i:816;a:1:{s:9:\"target_id\";s:4:\"5068\";}i:817;a:1:{s:9:\"target_id\";s:4:\"5071\";}i:818;a:1:{s:9:\"target_id\";s:4:\"5074\";}i:819;a:1:{s:9:\"target_id\";s:4:\"5077\";}i:820;a:1:{s:9:\"target_id\";s:4:\"5078\";}i:821;a:1:{s:9:\"target_id\";s:4:\"5079\";}i:822;a:1:{s:9:\"target_id\";s:4:\"5080\";}i:823;a:1:{s:9:\"target_id\";s:4:\"5081\";}i:824;a:1:{s:9:\"target_id\";s:4:\"5082\";}i:825;a:1:{s:9:\"target_id\";s:4:\"5083\";}i:826;a:1:{s:9:\"target_id\";s:4:\"5084\";}i:827;a:1:{s:9:\"target_id\";s:4:\"5085\";}i:828;a:1:{s:9:\"target_id\";s:4:\"5090\";}i:829;a:1:{s:9:\"target_id\";s:4:\"5091\";}i:830;a:1:{s:9:\"target_id\";s:4:\"5092\";}i:831;a:1:{s:9:\"target_id\";s:4:\"5093\";}i:832;a:1:{s:9:\"target_id\";s:4:\"5098\";}i:833;a:1:{s:9:\"target_id\";s:4:\"5101\";}i:834;a:1:{s:9:\"target_id\";s:4:\"5102\";}i:835;a:1:{s:9:\"target_id\";s:4:\"5103\";}i:836;a:1:{s:9:\"target_id\";s:4:\"5104\";}i:837;a:1:{s:9:\"target_id\";s:4:\"5105\";}i:838;a:1:{s:9:\"target_id\";s:4:\"5106\";}i:839;a:1:{s:9:\"target_id\";s:4:\"5108\";}i:840;a:1:{s:9:\"target_id\";s:4:\"5109\";}i:841;a:1:{s:9:\"target_id\";s:4:\"5115\";}i:842;a:1:{s:9:\"target_id\";s:4:\"5116\";}i:843;a:1:{s:9:\"target_id\";s:4:\"5117\";}i:844;a:1:{s:9:\"target_id\";s:4:\"5119\";}i:845;a:1:{s:9:\"target_id\";s:4:\"5121\";}i:846;a:1:{s:9:\"target_id\";s:4:\"5122\";}i:847;a:1:{s:9:\"target_id\";s:4:\"5123\";}i:848;a:1:{s:9:\"target_id\";s:4:\"5124\";}i:849;a:1:{s:9:\"target_id\";s:4:\"5125\";}i:850;a:1:{s:9:\"target_id\";s:4:\"5126\";}i:851;a:1:{s:9:\"target_id\";s:4:\"5127\";}i:852;a:1:{s:9:\"target_id\";s:4:\"5128\";}i:853;a:1:{s:9:\"target_id\";s:4:\"5130\";}i:854;a:1:{s:9:\"target_id\";s:4:\"5131\";}i:855;a:1:{s:9:\"target_id\";s:4:\"5134\";}i:856;a:1:{s:9:\"target_id\";s:4:\"5138\";}i:857;a:1:{s:9:\"target_id\";s:4:\"5139\";}i:858;a:1:{s:9:\"target_id\";s:4:\"5140\";}i:859;a:1:{s:9:\"target_id\";s:4:\"5141\";}i:860;a:1:{s:9:\"target_id\";s:4:\"5142\";}i:861;a:1:{s:9:\"target_id\";s:4:\"5143\";}i:862;a:1:{s:9:\"target_id\";s:4:\"5147\";}i:863;a:1:{s:9:\"target_id\";s:4:\"5149\";}i:864;a:1:{s:9:\"target_id\";s:4:\"5153\";}i:865;a:1:{s:9:\"target_id\";s:4:\"5154\";}i:866;a:1:{s:9:\"target_id\";s:4:\"5155\";}i:867;a:1:{s:9:\"target_id\";s:4:\"5158\";}i:868;a:1:{s:9:\"target_id\";s:4:\"5164\";}i:869;a:1:{s:9:\"target_id\";s:4:\"5165\";}i:870;a:1:{s:9:\"target_id\";s:4:\"5168\";}i:871;a:1:{s:9:\"target_id\";s:4:\"5169\";}i:872;a:1:{s:9:\"target_id\";s:4:\"5170\";}i:873;a:1:{s:9:\"target_id\";s:4:\"5173\";}i:874;a:1:{s:9:\"target_id\";s:4:\"5174\";}i:875;a:1:{s:9:\"target_id\";s:4:\"5175\";}i:876;a:1:{s:9:\"target_id\";s:4:\"5176\";}i:877;a:1:{s:9:\"target_id\";s:4:\"5177\";}i:878;a:1:{s:9:\"target_id\";s:4:\"5178\";}i:879;a:1:{s:9:\"target_id\";s:4:\"5179\";}i:880;a:1:{s:9:\"target_id\";s:4:\"5180\";}i:881;a:1:{s:9:\"target_id\";s:4:\"5181\";}i:882;a:1:{s:9:\"target_id\";s:4:\"5182\";}i:883;a:1:{s:9:\"target_id\";s:4:\"5183\";}i:884;a:1:{s:9:\"target_id\";s:4:\"5184\";}i:885;a:1:{s:9:\"target_id\";s:4:\"5185\";}i:886;a:1:{s:9:\"target_id\";s:4:\"5186\";}i:887;a:1:{s:9:\"target_id\";s:4:\"5187\";}i:888;a:1:{s:9:\"target_id\";s:4:\"5188\";}i:889;a:1:{s:9:\"target_id\";s:4:\"5189\";}i:890;a:1:{s:9:\"target_id\";s:4:\"5190\";}i:891;a:1:{s:9:\"target_id\";s:4:\"5191\";}i:892;a:1:{s:9:\"target_id\";s:4:\"5192\";}i:893;a:1:{s:9:\"target_id\";s:4:\"5193\";}i:894;a:1:{s:9:\"target_id\";s:4:\"5194\";}i:895;a:1:{s:9:\"target_id\";s:4:\"5195\";}i:896;a:1:{s:9:\"target_id\";s:4:\"5196\";}i:897;a:1:{s:9:\"target_id\";s:4:\"5197\";}i:898;a:1:{s:9:\"target_id\";s:4:\"5198\";}i:899;a:1:{s:9:\"target_id\";s:4:\"5200\";}i:900;a:1:{s:9:\"target_id\";s:4:\"5201\";}i:901;a:1:{s:9:\"target_id\";s:4:\"5202\";}i:902;a:1:{s:9:\"target_id\";s:4:\"5203\";}i:903;a:1:{s:9:\"target_id\";s:4:\"5204\";}i:904;a:1:{s:9:\"target_id\";s:4:\"5205\";}i:905;a:1:{s:9:\"target_id\";s:4:\"5206\";}i:906;a:1:{s:9:\"target_id\";s:4:\"5207\";}i:907;a:1:{s:9:\"target_id\";s:4:\"5208\";}i:908;a:1:{s:9:\"target_id\";s:4:\"5209\";}i:909;a:1:{s:9:\"target_id\";s:4:\"5211\";}i:910;a:1:{s:9:\"target_id\";s:4:\"5212\";}i:911;a:1:{s:9:\"target_id\";s:4:\"5213\";}i:912;a:1:{s:9:\"target_id\";s:4:\"5214\";}i:913;a:1:{s:9:\"target_id\";s:4:\"5215\";}i:914;a:1:{s:9:\"target_id\";s:4:\"5223\";}i:915;a:1:{s:9:\"target_id\";s:4:\"5224\";}i:916;a:1:{s:9:\"target_id\";s:4:\"5225\";}i:917;a:1:{s:9:\"target_id\";s:4:\"5226\";}i:918;a:1:{s:9:\"target_id\";s:4:\"5227\";}i:919;a:1:{s:9:\"target_id\";s:4:\"5228\";}i:920;a:1:{s:9:\"target_id\";s:4:\"5230\";}i:921;a:1:{s:9:\"target_id\";s:4:\"5233\";}i:922;a:1:{s:9:\"target_id\";s:4:\"5234\";}i:923;a:1:{s:9:\"target_id\";s:4:\"5235\";}i:924;a:1:{s:9:\"target_id\";s:4:\"5236\";}i:925;a:1:{s:9:\"target_id\";s:4:\"5237\";}i:926;a:1:{s:9:\"target_id\";s:4:\"5238\";}i:927;a:1:{s:9:\"target_id\";s:4:\"5239\";}i:928;a:1:{s:9:\"target_id\";s:4:\"5240\";}i:929;a:1:{s:9:\"target_id\";s:4:\"5241\";}i:930;a:1:{s:9:\"target_id\";s:4:\"5242\";}i:931;a:1:{s:9:\"target_id\";s:4:\"5243\";}i:932;a:1:{s:9:\"target_id\";s:4:\"5244\";}i:933;a:1:{s:9:\"target_id\";s:4:\"5245\";}i:934;a:1:{s:9:\"target_id\";s:4:\"5246\";}i:935;a:1:{s:9:\"target_id\";s:4:\"5247\";}i:936;a:1:{s:9:\"target_id\";s:4:\"5248\";}i:937;a:1:{s:9:\"target_id\";s:4:\"5250\";}i:938;a:1:{s:9:\"target_id\";s:4:\"5252\";}i:939;a:1:{s:9:\"target_id\";s:4:\"5253\";}i:940;a:1:{s:9:\"target_id\";s:4:\"5254\";}i:941;a:1:{s:9:\"target_id\";s:4:\"5255\";}i:942;a:1:{s:9:\"target_id\";s:4:\"5256\";}i:943;a:1:{s:9:\"target_id\";s:4:\"5257\";}i:944;a:1:{s:9:\"target_id\";s:4:\"5258\";}i:945;a:1:{s:9:\"target_id\";s:4:\"5259\";}i:946;a:1:{s:9:\"target_id\";s:4:\"5260\";}i:947;a:1:{s:9:\"target_id\";s:4:\"5261\";}i:948;a:1:{s:9:\"target_id\";s:4:\"5262\";}i:949;a:1:{s:9:\"target_id\";s:4:\"5264\";}i:950;a:1:{s:9:\"target_id\";s:4:\"5265\";}i:951;a:1:{s:9:\"target_id\";s:4:\"5268\";}i:952;a:1:{s:9:\"target_id\";s:4:\"5273\";}i:953;a:1:{s:9:\"target_id\";s:4:\"5274\";}i:954;a:1:{s:9:\"target_id\";s:4:\"5276\";}i:955;a:1:{s:9:\"target_id\";s:4:\"5277\";}i:956;a:1:{s:9:\"target_id\";s:4:\"5278\";}i:957;a:1:{s:9:\"target_id\";s:4:\"5279\";}i:958;a:1:{s:9:\"target_id\";s:4:\"5280\";}i:959;a:1:{s:9:\"target_id\";s:4:\"5281\";}i:960;a:1:{s:9:\"target_id\";s:4:\"5282\";}i:961;a:1:{s:9:\"target_id\";s:4:\"5283\";}i:962;a:1:{s:9:\"target_id\";s:4:\"5284\";}i:963;a:1:{s:9:\"target_id\";s:4:\"5285\";}i:964;a:1:{s:9:\"target_id\";s:4:\"5286\";}i:965;a:1:{s:9:\"target_id\";s:4:\"5287\";}i:966;a:1:{s:9:\"target_id\";s:4:\"5289\";}i:967;a:1:{s:9:\"target_id\";s:4:\"5290\";}i:968;a:1:{s:9:\"target_id\";s:4:\"5291\";}i:969;a:1:{s:9:\"target_id\";s:4:\"5292\";}i:970;a:1:{s:9:\"target_id\";s:4:\"5293\";}i:971;a:1:{s:9:\"target_id\";s:4:\"5294\";}i:972;a:1:{s:9:\"target_id\";s:4:\"5295\";}i:973;a:1:{s:9:\"target_id\";s:4:\"5296\";}i:974;a:1:{s:9:\"target_id\";s:4:\"5297\";}i:975;a:1:{s:9:\"target_id\";s:4:\"5298\";}i:976;a:1:{s:9:\"target_id\";s:4:\"5300\";}i:977;a:1:{s:9:\"target_id\";s:4:\"5302\";}i:978;a:1:{s:9:\"target_id\";s:4:\"5303\";}i:979;a:1:{s:9:\"target_id\";s:4:\"5312\";}i:980;a:1:{s:9:\"target_id\";s:4:\"5318\";}i:981;a:1:{s:9:\"target_id\";s:4:\"5321\";}i:982;a:1:{s:9:\"target_id\";s:4:\"5324\";}i:983;a:1:{s:9:\"target_id\";s:4:\"5325\";}i:984;a:1:{s:9:\"target_id\";s:4:\"5326\";}i:985;a:1:{s:9:\"target_id\";s:4:\"5387\";}i:986;a:1:{s:9:\"target_id\";s:4:\"5423\";}i:987;a:1:{s:9:\"target_id\";s:4:\"5708\";}i:988;a:1:{s:9:\"target_id\";s:4:\"6582\";}i:989;a:1:{s:9:\"target_id\";s:4:\"6663\";}i:990;a:1:{s:9:\"target_id\";s:4:\"7233\";}i:991;a:1:{s:9:\"target_id\";s:4:\"7262\";}i:992;a:1:{s:9:\"target_id\";s:4:\"7595\";}i:993;a:1:{s:9:\"target_id\";s:4:\"7738\";}i:994;a:1:{s:9:\"target_id\";s:4:\"7763\";}i:995;a:1:{s:9:\"target_id\";s:4:\"7840\";}}}s:14:\"field_category\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"tid\";s:2:\"28\";}}}s:18:\"field_teacher_only\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"0\";}}}s:19:\"field_group_add_all\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}s:11:\"field_color\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"rgb\";s:7:\"#FFAD46\";}}}s:21:\"field_recording_forms\";a:0:{}s:10:\"field_ages\";a:1:{s:3:\"und\";a:5:{i:0;a:1:{s:3:\"tid\";s:2:\"30\";}i:1;a:1:{s:3:\"tid\";s:2:\"31\";}i:2;a:1:{s:3:\"tid\";s:2:\"32\";}i:3;a:1:{s:3:\"tid\";s:2:\"33\";}i:4;a:1:{s:3:\"tid\";s:2:\"34\";}}}s:26:\"field_playslider_mandatory\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}}',0,1646170808,1),('field:node:371',_binary 'a:9:{s:4:\"body\";a:0:{}s:16:\"og_group_classes\";a:1:{s:3:\"und\";a:1959:{i:0;a:1:{s:9:\"target_id\";s:1:\"1\";}i:1;a:1:{s:9:\"target_id\";s:2:\"21\";}i:2;a:1:{s:9:\"target_id\";s:3:\"509\";}i:3;a:1:{s:9:\"target_id\";s:4:\"5387\";}i:4;a:1:{s:9:\"target_id\";s:4:\"5423\";}i:5;a:1:{s:9:\"target_id\";s:4:\"5708\";}i:6;a:1:{s:9:\"target_id\";s:4:\"6581\";}i:7;a:1:{s:9:\"target_id\";s:4:\"6582\";}i:8;a:1:{s:9:\"target_id\";s:3:\"483\";}i:9;a:1:{s:9:\"target_id\";s:3:\"484\";}i:10;a:1:{s:9:\"target_id\";s:3:\"485\";}i:11;a:1:{s:9:\"target_id\";s:3:\"486\";}i:12;a:1:{s:9:\"target_id\";s:3:\"490\";}i:13;a:1:{s:9:\"target_id\";s:3:\"497\";}i:14;a:1:{s:9:\"target_id\";s:3:\"498\";}i:15;a:1:{s:9:\"target_id\";s:3:\"499\";}i:16;a:1:{s:9:\"target_id\";s:3:\"500\";}i:17;a:1:{s:9:\"target_id\";s:3:\"508\";}i:18;a:1:{s:9:\"target_id\";s:3:\"521\";}i:19;a:1:{s:9:\"target_id\";s:3:\"522\";}i:20;a:1:{s:9:\"target_id\";s:3:\"523\";}i:21;a:1:{s:9:\"target_id\";s:3:\"524\";}i:22;a:1:{s:9:\"target_id\";s:3:\"525\";}i:23;a:1:{s:9:\"target_id\";s:3:\"526\";}i:24;a:1:{s:9:\"target_id\";s:3:\"527\";}i:25;a:1:{s:9:\"target_id\";s:3:\"528\";}i:26;a:1:{s:9:\"target_id\";s:3:\"529\";}i:27;a:1:{s:9:\"target_id\";s:3:\"530\";}i:28;a:1:{s:9:\"target_id\";s:3:\"531\";}i:29;a:1:{s:9:\"target_id\";s:3:\"532\";}i:30;a:1:{s:9:\"target_id\";s:3:\"533\";}i:31;a:1:{s:9:\"target_id\";s:3:\"534\";}i:32;a:1:{s:9:\"target_id\";s:3:\"535\";}i:33;a:1:{s:9:\"target_id\";s:3:\"536\";}i:34;a:1:{s:9:\"target_id\";s:3:\"537\";}i:35;a:1:{s:9:\"target_id\";s:3:\"538\";}i:36;a:1:{s:9:\"target_id\";s:3:\"541\";}i:37;a:1:{s:9:\"target_id\";s:3:\"544\";}i:38;a:1:{s:9:\"target_id\";s:3:\"545\";}i:39;a:1:{s:9:\"target_id\";s:3:\"546\";}i:40;a:1:{s:9:\"target_id\";s:3:\"547\";}i:41;a:1:{s:9:\"target_id\";s:3:\"548\";}i:42;a:1:{s:9:\"target_id\";s:3:\"549\";}i:43;a:1:{s:9:\"target_id\";s:3:\"550\";}i:44;a:1:{s:9:\"target_id\";s:3:\"551\";}i:45;a:1:{s:9:\"target_id\";s:3:\"552\";}i:46;a:1:{s:9:\"target_id\";s:3:\"553\";}i:47;a:1:{s:9:\"target_id\";s:3:\"554\";}i:48;a:1:{s:9:\"target_id\";s:3:\"555\";}i:49;a:1:{s:9:\"target_id\";s:3:\"556\";}i:50;a:1:{s:9:\"target_id\";s:3:\"557\";}i:51;a:1:{s:9:\"target_id\";s:3:\"558\";}i:52;a:1:{s:9:\"target_id\";s:3:\"559\";}i:53;a:1:{s:9:\"target_id\";s:3:\"560\";}i:54;a:1:{s:9:\"target_id\";s:3:\"561\";}i:55;a:1:{s:9:\"target_id\";s:3:\"562\";}i:56;a:1:{s:9:\"target_id\";s:3:\"563\";}i:57;a:1:{s:9:\"target_id\";s:3:\"564\";}i:58;a:1:{s:9:\"target_id\";s:3:\"565\";}i:59;a:1:{s:9:\"target_id\";s:3:\"566\";}i:60;a:1:{s:9:\"target_id\";s:3:\"567\";}i:61;a:1:{s:9:\"target_id\";s:3:\"568\";}i:62;a:1:{s:9:\"target_id\";s:3:\"569\";}i:63;a:1:{s:9:\"target_id\";s:3:\"570\";}i:64;a:1:{s:9:\"target_id\";s:3:\"571\";}i:65;a:1:{s:9:\"target_id\";s:3:\"572\";}i:66;a:1:{s:9:\"target_id\";s:3:\"573\";}i:67;a:1:{s:9:\"target_id\";s:3:\"574\";}i:68;a:1:{s:9:\"target_id\";s:3:\"575\";}i:69;a:1:{s:9:\"target_id\";s:3:\"576\";}i:70;a:1:{s:9:\"target_id\";s:3:\"577\";}i:71;a:1:{s:9:\"target_id\";s:3:\"578\";}i:72;a:1:{s:9:\"target_id\";s:3:\"579\";}i:73;a:1:{s:9:\"target_id\";s:3:\"580\";}i:74;a:1:{s:9:\"target_id\";s:3:\"582\";}i:75;a:1:{s:9:\"target_id\";s:3:\"583\";}i:76;a:1:{s:9:\"target_id\";s:3:\"584\";}i:77;a:1:{s:9:\"target_id\";s:3:\"585\";}i:78;a:1:{s:9:\"target_id\";s:3:\"586\";}i:79;a:1:{s:9:\"target_id\";s:3:\"587\";}i:80;a:1:{s:9:\"target_id\";s:3:\"588\";}i:81;a:1:{s:9:\"target_id\";s:3:\"589\";}i:82;a:1:{s:9:\"target_id\";s:3:\"590\";}i:83;a:1:{s:9:\"target_id\";s:3:\"591\";}i:84;a:1:{s:9:\"target_id\";s:3:\"592\";}i:85;a:1:{s:9:\"target_id\";s:3:\"593\";}i:86;a:1:{s:9:\"target_id\";s:3:\"594\";}i:87;a:1:{s:9:\"target_id\";s:3:\"595\";}i:88;a:1:{s:9:\"target_id\";s:3:\"596\";}i:89;a:1:{s:9:\"target_id\";s:3:\"597\";}i:90;a:1:{s:9:\"target_id\";s:3:\"598\";}i:91;a:1:{s:9:\"target_id\";s:3:\"599\";}i:92;a:1:{s:9:\"target_id\";s:3:\"600\";}i:93;a:1:{s:9:\"target_id\";s:3:\"601\";}i:94;a:1:{s:9:\"target_id\";s:3:\"602\";}i:95;a:1:{s:9:\"target_id\";s:3:\"603\";}i:96;a:1:{s:9:\"target_id\";s:3:\"604\";}i:97;a:1:{s:9:\"target_id\";s:3:\"605\";}i:98;a:1:{s:9:\"target_id\";s:3:\"606\";}i:99;a:1:{s:9:\"target_id\";s:3:\"607\";}i:100;a:1:{s:9:\"target_id\";s:3:\"608\";}i:101;a:1:{s:9:\"target_id\";s:3:\"609\";}i:102;a:1:{s:9:\"target_id\";s:3:\"610\";}i:103;a:1:{s:9:\"target_id\";s:3:\"611\";}i:104;a:1:{s:9:\"target_id\";s:3:\"612\";}i:105;a:1:{s:9:\"target_id\";s:3:\"613\";}i:106;a:1:{s:9:\"target_id\";s:3:\"614\";}i:107;a:1:{s:9:\"target_id\";s:3:\"615\";}i:108;a:1:{s:9:\"target_id\";s:3:\"617\";}i:109;a:1:{s:9:\"target_id\";s:3:\"618\";}i:110;a:1:{s:9:\"target_id\";s:3:\"619\";}i:111;a:1:{s:9:\"target_id\";s:3:\"620\";}i:112;a:1:{s:9:\"target_id\";s:3:\"621\";}i:113;a:1:{s:9:\"target_id\";s:3:\"622\";}i:114;a:1:{s:9:\"target_id\";s:3:\"623\";}i:115;a:1:{s:9:\"target_id\";s:3:\"624\";}i:116;a:1:{s:9:\"target_id\";s:3:\"625\";}i:117;a:1:{s:9:\"target_id\";s:3:\"626\";}i:118;a:1:{s:9:\"target_id\";s:3:\"627\";}i:119;a:1:{s:9:\"target_id\";s:3:\"628\";}i:120;a:1:{s:9:\"target_id\";s:3:\"629\";}i:121;a:1:{s:9:\"target_id\";s:3:\"630\";}i:122;a:1:{s:9:\"target_id\";s:3:\"631\";}i:123;a:1:{s:9:\"target_id\";s:3:\"632\";}i:124;a:1:{s:9:\"target_id\";s:3:\"638\";}i:125;a:1:{s:9:\"target_id\";s:3:\"639\";}i:126;a:1:{s:9:\"target_id\";s:3:\"640\";}i:127;a:1:{s:9:\"target_id\";s:3:\"641\";}i:128;a:1:{s:9:\"target_id\";s:3:\"642\";}i:129;a:1:{s:9:\"target_id\";s:3:\"643\";}i:130;a:1:{s:9:\"target_id\";s:3:\"644\";}i:131;a:1:{s:9:\"target_id\";s:3:\"645\";}i:132;a:1:{s:9:\"target_id\";s:3:\"646\";}i:133;a:1:{s:9:\"target_id\";s:3:\"647\";}i:134;a:1:{s:9:\"target_id\";s:3:\"648\";}i:135;a:1:{s:9:\"target_id\";s:3:\"649\";}i:136;a:1:{s:9:\"target_id\";s:3:\"650\";}i:137;a:1:{s:9:\"target_id\";s:3:\"651\";}i:138;a:1:{s:9:\"target_id\";s:3:\"652\";}i:139;a:1:{s:9:\"target_id\";s:3:\"653\";}i:140;a:1:{s:9:\"target_id\";s:3:\"654\";}i:141;a:1:{s:9:\"target_id\";s:3:\"655\";}i:142;a:1:{s:9:\"target_id\";s:3:\"656\";}i:143;a:1:{s:9:\"target_id\";s:3:\"657\";}i:144;a:1:{s:9:\"target_id\";s:3:\"658\";}i:145;a:1:{s:9:\"target_id\";s:3:\"659\";}i:146;a:1:{s:9:\"target_id\";s:3:\"660\";}i:147;a:1:{s:9:\"target_id\";s:3:\"661\";}i:148;a:1:{s:9:\"target_id\";s:3:\"662\";}i:149;a:1:{s:9:\"target_id\";s:3:\"663\";}i:150;a:1:{s:9:\"target_id\";s:3:\"664\";}i:151;a:1:{s:9:\"target_id\";s:3:\"665\";}i:152;a:1:{s:9:\"target_id\";s:3:\"666\";}i:153;a:1:{s:9:\"target_id\";s:3:\"667\";}i:154;a:1:{s:9:\"target_id\";s:3:\"669\";}i:155;a:1:{s:9:\"target_id\";s:3:\"670\";}i:156;a:1:{s:9:\"target_id\";s:3:\"672\";}i:157;a:1:{s:9:\"target_id\";s:3:\"674\";}i:158;a:1:{s:9:\"target_id\";s:3:\"675\";}i:159;a:1:{s:9:\"target_id\";s:3:\"676\";}i:160;a:1:{s:9:\"target_id\";s:3:\"677\";}i:161;a:1:{s:9:\"target_id\";s:3:\"678\";}i:162;a:1:{s:9:\"target_id\";s:3:\"679\";}i:163;a:1:{s:9:\"target_id\";s:3:\"680\";}i:164;a:1:{s:9:\"target_id\";s:3:\"681\";}i:165;a:1:{s:9:\"target_id\";s:3:\"682\";}i:166;a:1:{s:9:\"target_id\";s:3:\"683\";}i:167;a:1:{s:9:\"target_id\";s:3:\"684\";}i:168;a:1:{s:9:\"target_id\";s:3:\"685\";}i:169;a:1:{s:9:\"target_id\";s:3:\"686\";}i:170;a:1:{s:9:\"target_id\";s:3:\"687\";}i:171;a:1:{s:9:\"target_id\";s:3:\"688\";}i:172;a:1:{s:9:\"target_id\";s:3:\"689\";}i:173;a:1:{s:9:\"target_id\";s:3:\"690\";}i:174;a:1:{s:9:\"target_id\";s:3:\"691\";}i:175;a:1:{s:9:\"target_id\";s:3:\"692\";}i:176;a:1:{s:9:\"target_id\";s:3:\"693\";}i:177;a:1:{s:9:\"target_id\";s:3:\"694\";}i:178;a:1:{s:9:\"target_id\";s:3:\"695\";}i:179;a:1:{s:9:\"target_id\";s:3:\"696\";}i:180;a:1:{s:9:\"target_id\";s:3:\"698\";}i:181;a:1:{s:9:\"target_id\";s:3:\"699\";}i:182;a:1:{s:9:\"target_id\";s:3:\"700\";}i:183;a:1:{s:9:\"target_id\";s:3:\"701\";}i:184;a:1:{s:9:\"target_id\";s:3:\"702\";}i:185;a:1:{s:9:\"target_id\";s:3:\"703\";}i:186;a:1:{s:9:\"target_id\";s:3:\"704\";}i:187;a:1:{s:9:\"target_id\";s:3:\"705\";}i:188;a:1:{s:9:\"target_id\";s:3:\"706\";}i:189;a:1:{s:9:\"target_id\";s:3:\"707\";}i:190;a:1:{s:9:\"target_id\";s:3:\"708\";}i:191;a:1:{s:9:\"target_id\";s:3:\"709\";}i:192;a:1:{s:9:\"target_id\";s:3:\"710\";}i:193;a:1:{s:9:\"target_id\";s:3:\"713\";}i:194;a:1:{s:9:\"target_id\";s:3:\"714\";}i:195;a:1:{s:9:\"target_id\";s:3:\"715\";}i:196;a:1:{s:9:\"target_id\";s:3:\"716\";}i:197;a:1:{s:9:\"target_id\";s:3:\"717\";}i:198;a:1:{s:9:\"target_id\";s:3:\"718\";}i:199;a:1:{s:9:\"target_id\";s:3:\"719\";}i:200;a:1:{s:9:\"target_id\";s:3:\"720\";}i:201;a:1:{s:9:\"target_id\";s:3:\"721\";}i:202;a:1:{s:9:\"target_id\";s:3:\"722\";}i:203;a:1:{s:9:\"target_id\";s:3:\"723\";}i:204;a:1:{s:9:\"target_id\";s:3:\"724\";}i:205;a:1:{s:9:\"target_id\";s:3:\"725\";}i:206;a:1:{s:9:\"target_id\";s:3:\"726\";}i:207;a:1:{s:9:\"target_id\";s:3:\"727\";}i:208;a:1:{s:9:\"target_id\";s:3:\"728\";}i:209;a:1:{s:9:\"target_id\";s:3:\"729\";}i:210;a:1:{s:9:\"target_id\";s:3:\"730\";}i:211;a:1:{s:9:\"target_id\";s:3:\"731\";}i:212;a:1:{s:9:\"target_id\";s:3:\"732\";}i:213;a:1:{s:9:\"target_id\";s:3:\"733\";}i:214;a:1:{s:9:\"target_id\";s:3:\"734\";}i:215;a:1:{s:9:\"target_id\";s:3:\"736\";}i:216;a:1:{s:9:\"target_id\";s:3:\"737\";}i:217;a:1:{s:9:\"target_id\";s:3:\"738\";}i:218;a:1:{s:9:\"target_id\";s:3:\"741\";}i:219;a:1:{s:9:\"target_id\";s:3:\"746\";}i:220;a:1:{s:9:\"target_id\";s:3:\"747\";}i:221;a:1:{s:9:\"target_id\";s:3:\"748\";}i:222;a:1:{s:9:\"target_id\";s:3:\"752\";}i:223;a:1:{s:9:\"target_id\";s:3:\"753\";}i:224;a:1:{s:9:\"target_id\";s:3:\"754\";}i:225;a:1:{s:9:\"target_id\";s:3:\"755\";}i:226;a:1:{s:9:\"target_id\";s:3:\"756\";}i:227;a:1:{s:9:\"target_id\";s:3:\"757\";}i:228;a:1:{s:9:\"target_id\";s:3:\"758\";}i:229;a:1:{s:9:\"target_id\";s:3:\"759\";}i:230;a:1:{s:9:\"target_id\";s:3:\"760\";}i:231;a:1:{s:9:\"target_id\";s:3:\"761\";}i:232;a:1:{s:9:\"target_id\";s:3:\"762\";}i:233;a:1:{s:9:\"target_id\";s:3:\"764\";}i:234;a:1:{s:9:\"target_id\";s:3:\"765\";}i:235;a:1:{s:9:\"target_id\";s:3:\"766\";}i:236;a:1:{s:9:\"target_id\";s:3:\"767\";}i:237;a:1:{s:9:\"target_id\";s:3:\"769\";}i:238;a:1:{s:9:\"target_id\";s:3:\"772\";}i:239;a:1:{s:9:\"target_id\";s:3:\"773\";}i:240;a:1:{s:9:\"target_id\";s:3:\"774\";}i:241;a:1:{s:9:\"target_id\";s:3:\"777\";}i:242;a:1:{s:9:\"target_id\";s:3:\"778\";}i:243;a:1:{s:9:\"target_id\";s:3:\"779\";}i:244;a:1:{s:9:\"target_id\";s:3:\"781\";}i:245;a:1:{s:9:\"target_id\";s:3:\"782\";}i:246;a:1:{s:9:\"target_id\";s:3:\"784\";}i:247;a:1:{s:9:\"target_id\";s:3:\"785\";}i:248;a:1:{s:9:\"target_id\";s:3:\"787\";}i:249;a:1:{s:9:\"target_id\";s:3:\"788\";}i:250;a:1:{s:9:\"target_id\";s:3:\"789\";}i:251;a:1:{s:9:\"target_id\";s:3:\"790\";}i:252;a:1:{s:9:\"target_id\";s:3:\"791\";}i:253;a:1:{s:9:\"target_id\";s:3:\"794\";}i:254;a:1:{s:9:\"target_id\";s:3:\"796\";}i:255;a:1:{s:9:\"target_id\";s:3:\"797\";}i:256;a:1:{s:9:\"target_id\";s:3:\"798\";}i:257;a:1:{s:9:\"target_id\";s:3:\"799\";}i:258;a:1:{s:9:\"target_id\";s:3:\"800\";}i:259;a:1:{s:9:\"target_id\";s:3:\"801\";}i:260;a:1:{s:9:\"target_id\";s:3:\"802\";}i:261;a:1:{s:9:\"target_id\";s:3:\"805\";}i:262;a:1:{s:9:\"target_id\";s:3:\"806\";}i:263;a:1:{s:9:\"target_id\";s:3:\"808\";}i:264;a:1:{s:9:\"target_id\";s:3:\"809\";}i:265;a:1:{s:9:\"target_id\";s:3:\"810\";}i:266;a:1:{s:9:\"target_id\";s:3:\"811\";}i:267;a:1:{s:9:\"target_id\";s:3:\"812\";}i:268;a:1:{s:9:\"target_id\";s:3:\"815\";}i:269;a:1:{s:9:\"target_id\";s:3:\"816\";}i:270;a:1:{s:9:\"target_id\";s:3:\"817\";}i:271;a:1:{s:9:\"target_id\";s:3:\"820\";}i:272;a:1:{s:9:\"target_id\";s:3:\"821\";}i:273;a:1:{s:9:\"target_id\";s:3:\"822\";}i:274;a:1:{s:9:\"target_id\";s:3:\"823\";}i:275;a:1:{s:9:\"target_id\";s:3:\"824\";}i:276;a:1:{s:9:\"target_id\";s:3:\"826\";}i:277;a:1:{s:9:\"target_id\";s:3:\"827\";}i:278;a:1:{s:9:\"target_id\";s:3:\"829\";}i:279;a:1:{s:9:\"target_id\";s:3:\"830\";}i:280;a:1:{s:9:\"target_id\";s:3:\"831\";}i:281;a:1:{s:9:\"target_id\";s:3:\"832\";}i:282;a:1:{s:9:\"target_id\";s:3:\"833\";}i:283;a:1:{s:9:\"target_id\";s:3:\"835\";}i:284;a:1:{s:9:\"target_id\";s:3:\"836\";}i:285;a:1:{s:9:\"target_id\";s:3:\"837\";}i:286;a:1:{s:9:\"target_id\";s:3:\"838\";}i:287;a:1:{s:9:\"target_id\";s:3:\"841\";}i:288;a:1:{s:9:\"target_id\";s:3:\"842\";}i:289;a:1:{s:9:\"target_id\";s:3:\"843\";}i:290;a:1:{s:9:\"target_id\";s:3:\"844\";}i:291;a:1:{s:9:\"target_id\";s:3:\"845\";}i:292;a:1:{s:9:\"target_id\";s:3:\"846\";}i:293;a:1:{s:9:\"target_id\";s:3:\"847\";}i:294;a:1:{s:9:\"target_id\";s:3:\"849\";}i:295;a:1:{s:9:\"target_id\";s:3:\"850\";}i:296;a:1:{s:9:\"target_id\";s:3:\"851\";}i:297;a:1:{s:9:\"target_id\";s:3:\"852\";}i:298;a:1:{s:9:\"target_id\";s:3:\"853\";}i:299;a:1:{s:9:\"target_id\";s:3:\"854\";}i:300;a:1:{s:9:\"target_id\";s:3:\"855\";}i:301;a:1:{s:9:\"target_id\";s:3:\"856\";}i:302;a:1:{s:9:\"target_id\";s:3:\"858\";}i:303;a:1:{s:9:\"target_id\";s:3:\"860\";}i:304;a:1:{s:9:\"target_id\";s:3:\"861\";}i:305;a:1:{s:9:\"target_id\";s:3:\"862\";}i:306;a:1:{s:9:\"target_id\";s:3:\"863\";}i:307;a:1:{s:9:\"target_id\";s:3:\"864\";}i:308;a:1:{s:9:\"target_id\";s:3:\"865\";}i:309;a:1:{s:9:\"target_id\";s:3:\"867\";}i:310;a:1:{s:9:\"target_id\";s:3:\"868\";}i:311;a:1:{s:9:\"target_id\";s:3:\"869\";}i:312;a:1:{s:9:\"target_id\";s:3:\"870\";}i:313;a:1:{s:9:\"target_id\";s:3:\"871\";}i:314;a:1:{s:9:\"target_id\";s:3:\"872\";}i:315;a:1:{s:9:\"target_id\";s:3:\"873\";}i:316;a:1:{s:9:\"target_id\";s:3:\"874\";}i:317;a:1:{s:9:\"target_id\";s:3:\"875\";}i:318;a:1:{s:9:\"target_id\";s:3:\"876\";}i:319;a:1:{s:9:\"target_id\";s:3:\"877\";}i:320;a:1:{s:9:\"target_id\";s:3:\"878\";}i:321;a:1:{s:9:\"target_id\";s:3:\"879\";}i:322;a:1:{s:9:\"target_id\";s:3:\"880\";}i:323;a:1:{s:9:\"target_id\";s:3:\"881\";}i:324;a:1:{s:9:\"target_id\";s:3:\"883\";}i:325;a:1:{s:9:\"target_id\";s:3:\"884\";}i:326;a:1:{s:9:\"target_id\";s:3:\"885\";}i:327;a:1:{s:9:\"target_id\";s:3:\"886\";}i:328;a:1:{s:9:\"target_id\";s:3:\"887\";}i:329;a:1:{s:9:\"target_id\";s:3:\"888\";}i:330;a:1:{s:9:\"target_id\";s:3:\"889\";}i:331;a:1:{s:9:\"target_id\";s:3:\"890\";}i:332;a:1:{s:9:\"target_id\";s:3:\"891\";}i:333;a:1:{s:9:\"target_id\";s:3:\"896\";}i:334;a:1:{s:9:\"target_id\";s:3:\"900\";}i:335;a:1:{s:9:\"target_id\";s:3:\"901\";}i:336;a:1:{s:9:\"target_id\";s:3:\"902\";}i:337;a:1:{s:9:\"target_id\";s:3:\"903\";}i:338;a:1:{s:9:\"target_id\";s:3:\"904\";}i:339;a:1:{s:9:\"target_id\";s:3:\"905\";}i:340;a:1:{s:9:\"target_id\";s:3:\"906\";}i:341;a:1:{s:9:\"target_id\";s:3:\"907\";}i:342;a:1:{s:9:\"target_id\";s:3:\"908\";}i:343;a:1:{s:9:\"target_id\";s:3:\"909\";}i:344;a:1:{s:9:\"target_id\";s:3:\"910\";}i:345;a:1:{s:9:\"target_id\";s:3:\"911\";}i:346;a:1:{s:9:\"target_id\";s:3:\"912\";}i:347;a:1:{s:9:\"target_id\";s:3:\"913\";}i:348;a:1:{s:9:\"target_id\";s:3:\"914\";}i:349;a:1:{s:9:\"target_id\";s:3:\"915\";}i:350;a:1:{s:9:\"target_id\";s:3:\"917\";}i:351;a:1:{s:9:\"target_id\";s:3:\"918\";}i:352;a:1:{s:9:\"target_id\";s:3:\"919\";}i:353;a:1:{s:9:\"target_id\";s:3:\"921\";}i:354;a:1:{s:9:\"target_id\";s:3:\"924\";}i:355;a:1:{s:9:\"target_id\";s:3:\"925\";}i:356;a:1:{s:9:\"target_id\";s:3:\"926\";}i:357;a:1:{s:9:\"target_id\";s:3:\"927\";}i:358;a:1:{s:9:\"target_id\";s:3:\"928\";}i:359;a:1:{s:9:\"target_id\";s:3:\"929\";}i:360;a:1:{s:9:\"target_id\";s:3:\"930\";}i:361;a:1:{s:9:\"target_id\";s:3:\"931\";}i:362;a:1:{s:9:\"target_id\";s:3:\"932\";}i:363;a:1:{s:9:\"target_id\";s:3:\"935\";}i:364;a:1:{s:9:\"target_id\";s:3:\"936\";}i:365;a:1:{s:9:\"target_id\";s:3:\"938\";}i:366;a:1:{s:9:\"target_id\";s:3:\"939\";}i:367;a:1:{s:9:\"target_id\";s:3:\"940\";}i:368;a:1:{s:9:\"target_id\";s:3:\"941\";}i:369;a:1:{s:9:\"target_id\";s:3:\"942\";}i:370;a:1:{s:9:\"target_id\";s:3:\"943\";}i:371;a:1:{s:9:\"target_id\";s:3:\"945\";}i:372;a:1:{s:9:\"target_id\";s:3:\"968\";}i:373;a:1:{s:9:\"target_id\";s:3:\"977\";}i:374;a:1:{s:9:\"target_id\";s:3:\"978\";}i:375;a:1:{s:9:\"target_id\";s:4:\"1018\";}i:376;a:1:{s:9:\"target_id\";s:4:\"1070\";}i:377;a:1:{s:9:\"target_id\";s:4:\"1179\";}i:378;a:1:{s:9:\"target_id\";s:4:\"1611\";}i:379;a:1:{s:9:\"target_id\";s:4:\"1920\";}i:380;a:1:{s:9:\"target_id\";s:4:\"1921\";}i:381;a:1:{s:9:\"target_id\";s:4:\"1922\";}i:382;a:1:{s:9:\"target_id\";s:4:\"2067\";}i:383;a:1:{s:9:\"target_id\";s:4:\"2079\";}i:384;a:1:{s:9:\"target_id\";s:4:\"2080\";}i:385;a:1:{s:9:\"target_id\";s:4:\"2151\";}i:386;a:1:{s:9:\"target_id\";s:4:\"2306\";}i:387;a:1:{s:9:\"target_id\";s:4:\"2780\";}i:388;a:1:{s:9:\"target_id\";s:4:\"2781\";}i:389;a:1:{s:9:\"target_id\";s:4:\"2782\";}i:390;a:1:{s:9:\"target_id\";s:4:\"2926\";}i:391;a:1:{s:9:\"target_id\";s:4:\"3007\";}i:392;a:1:{s:9:\"target_id\";s:4:\"3008\";}i:393;a:1:{s:9:\"target_id\";s:4:\"3009\";}i:394;a:1:{s:9:\"target_id\";s:4:\"3093\";}i:395;a:1:{s:9:\"target_id\";s:4:\"3103\";}i:396;a:1:{s:9:\"target_id\";s:4:\"3164\";}i:397;a:1:{s:9:\"target_id\";s:4:\"3296\";}i:398;a:1:{s:9:\"target_id\";s:4:\"3316\";}i:399;a:1:{s:9:\"target_id\";s:4:\"3317\";}i:400;a:1:{s:9:\"target_id\";s:4:\"3436\";}i:401;a:1:{s:9:\"target_id\";s:4:\"3437\";}i:402;a:1:{s:9:\"target_id\";s:4:\"3864\";}i:403;a:1:{s:9:\"target_id\";s:4:\"3865\";}i:404;a:1:{s:9:\"target_id\";s:4:\"3866\";}i:405;a:1:{s:9:\"target_id\";s:4:\"3890\";}i:406;a:1:{s:9:\"target_id\";s:4:\"3918\";}i:407;a:1:{s:9:\"target_id\";s:4:\"3920\";}i:408;a:1:{s:9:\"target_id\";s:4:\"3934\";}i:409;a:1:{s:9:\"target_id\";s:4:\"3937\";}i:410;a:1:{s:9:\"target_id\";s:4:\"3952\";}i:411;a:1:{s:9:\"target_id\";s:4:\"3953\";}i:412;a:1:{s:9:\"target_id\";s:4:\"3955\";}i:413;a:1:{s:9:\"target_id\";s:4:\"3956\";}i:414;a:1:{s:9:\"target_id\";s:4:\"3957\";}i:415;a:1:{s:9:\"target_id\";s:4:\"3958\";}i:416;a:1:{s:9:\"target_id\";s:4:\"3959\";}i:417;a:1:{s:9:\"target_id\";s:4:\"3960\";}i:418;a:1:{s:9:\"target_id\";s:4:\"3962\";}i:419;a:1:{s:9:\"target_id\";s:4:\"4022\";}i:420;a:1:{s:9:\"target_id\";s:4:\"4033\";}i:421;a:1:{s:9:\"target_id\";s:4:\"4036\";}i:422;a:1:{s:9:\"target_id\";s:4:\"4037\";}i:423;a:1:{s:9:\"target_id\";s:4:\"4038\";}i:424;a:1:{s:9:\"target_id\";s:4:\"4040\";}i:425;a:1:{s:9:\"target_id\";s:4:\"4041\";}i:426;a:1:{s:9:\"target_id\";s:4:\"4042\";}i:427;a:1:{s:9:\"target_id\";s:4:\"4043\";}i:428;a:1:{s:9:\"target_id\";s:4:\"4044\";}i:429;a:1:{s:9:\"target_id\";s:4:\"4089\";}i:430;a:1:{s:9:\"target_id\";s:4:\"4090\";}i:431;a:1:{s:9:\"target_id\";s:4:\"4091\";}i:432;a:1:{s:9:\"target_id\";s:4:\"4092\";}i:433;a:1:{s:9:\"target_id\";s:4:\"4093\";}i:434;a:1:{s:9:\"target_id\";s:4:\"4094\";}i:435;a:1:{s:9:\"target_id\";s:4:\"4095\";}i:436;a:1:{s:9:\"target_id\";s:4:\"4096\";}i:437;a:1:{s:9:\"target_id\";s:4:\"4097\";}i:438;a:1:{s:9:\"target_id\";s:4:\"4098\";}i:439;a:1:{s:9:\"target_id\";s:4:\"4099\";}i:440;a:1:{s:9:\"target_id\";s:4:\"4113\";}i:441;a:1:{s:9:\"target_id\";s:4:\"4114\";}i:442;a:1:{s:9:\"target_id\";s:4:\"4118\";}i:443;a:1:{s:9:\"target_id\";s:4:\"4125\";}i:444;a:1:{s:9:\"target_id\";s:4:\"4126\";}i:445;a:1:{s:9:\"target_id\";s:4:\"4131\";}i:446;a:1:{s:9:\"target_id\";s:4:\"4144\";}i:447;a:1:{s:9:\"target_id\";s:4:\"4152\";}i:448;a:1:{s:9:\"target_id\";s:4:\"4153\";}i:449;a:1:{s:9:\"target_id\";s:4:\"4154\";}i:450;a:1:{s:9:\"target_id\";s:4:\"4172\";}i:451;a:1:{s:9:\"target_id\";s:4:\"4195\";}i:452;a:1:{s:9:\"target_id\";s:4:\"4196\";}i:453;a:1:{s:9:\"target_id\";s:4:\"4211\";}i:454;a:1:{s:9:\"target_id\";s:4:\"4295\";}i:455;a:1:{s:9:\"target_id\";s:4:\"4296\";}i:456;a:1:{s:9:\"target_id\";s:4:\"4297\";}i:457;a:1:{s:9:\"target_id\";s:4:\"4298\";}i:458;a:1:{s:9:\"target_id\";s:4:\"4299\";}i:459;a:1:{s:9:\"target_id\";s:4:\"4339\";}i:460;a:1:{s:9:\"target_id\";s:4:\"4353\";}i:461;a:1:{s:9:\"target_id\";s:4:\"4354\";}i:462;a:1:{s:9:\"target_id\";s:4:\"4368\";}i:463;a:1:{s:9:\"target_id\";s:4:\"4373\";}i:464;a:1:{s:9:\"target_id\";s:4:\"4374\";}i:465;a:1:{s:9:\"target_id\";s:4:\"4375\";}i:466;a:1:{s:9:\"target_id\";s:4:\"4376\";}i:467;a:1:{s:9:\"target_id\";s:4:\"4377\";}i:468;a:1:{s:9:\"target_id\";s:4:\"4378\";}i:469;a:1:{s:9:\"target_id\";s:4:\"4379\";}i:470;a:1:{s:9:\"target_id\";s:4:\"4381\";}i:471;a:1:{s:9:\"target_id\";s:4:\"4382\";}i:472;a:1:{s:9:\"target_id\";s:4:\"4383\";}i:473;a:1:{s:9:\"target_id\";s:4:\"4384\";}i:474;a:1:{s:9:\"target_id\";s:4:\"4465\";}i:475;a:1:{s:9:\"target_id\";s:4:\"4481\";}i:476;a:1:{s:9:\"target_id\";s:4:\"4482\";}i:477;a:1:{s:9:\"target_id\";s:4:\"4485\";}i:478;a:1:{s:9:\"target_id\";s:4:\"4486\";}i:479;a:1:{s:9:\"target_id\";s:4:\"4544\";}i:480;a:1:{s:9:\"target_id\";s:4:\"4545\";}i:481;a:1:{s:9:\"target_id\";s:4:\"4546\";}i:482;a:1:{s:9:\"target_id\";s:4:\"4556\";}i:483;a:1:{s:9:\"target_id\";s:4:\"4591\";}i:484;a:1:{s:9:\"target_id\";s:4:\"4592\";}i:485;a:1:{s:9:\"target_id\";s:4:\"4593\";}i:486;a:1:{s:9:\"target_id\";s:4:\"4595\";}i:487;a:1:{s:9:\"target_id\";s:4:\"4596\";}i:488;a:1:{s:9:\"target_id\";s:4:\"4597\";}i:489;a:1:{s:9:\"target_id\";s:4:\"4608\";}i:490;a:1:{s:9:\"target_id\";s:4:\"4609\";}i:491;a:1:{s:9:\"target_id\";s:4:\"4613\";}i:492;a:1:{s:9:\"target_id\";s:4:\"4614\";}i:493;a:1:{s:9:\"target_id\";s:4:\"4615\";}i:494;a:1:{s:9:\"target_id\";s:4:\"4616\";}i:495;a:1:{s:9:\"target_id\";s:4:\"4617\";}i:496;a:1:{s:9:\"target_id\";s:4:\"4618\";}i:497;a:1:{s:9:\"target_id\";s:4:\"4619\";}i:498;a:1:{s:9:\"target_id\";s:4:\"4621\";}i:499;a:1:{s:9:\"target_id\";s:4:\"4622\";}i:500;a:1:{s:9:\"target_id\";s:4:\"4623\";}i:501;a:1:{s:9:\"target_id\";s:4:\"4624\";}i:502;a:1:{s:9:\"target_id\";s:4:\"4625\";}i:503;a:1:{s:9:\"target_id\";s:4:\"4626\";}i:504;a:1:{s:9:\"target_id\";s:4:\"4627\";}i:505;a:1:{s:9:\"target_id\";s:4:\"4628\";}i:506;a:1:{s:9:\"target_id\";s:4:\"4629\";}i:507;a:1:{s:9:\"target_id\";s:4:\"4630\";}i:508;a:1:{s:9:\"target_id\";s:4:\"4631\";}i:509;a:1:{s:9:\"target_id\";s:4:\"4632\";}i:510;a:1:{s:9:\"target_id\";s:4:\"4634\";}i:511;a:1:{s:9:\"target_id\";s:4:\"4635\";}i:512;a:1:{s:9:\"target_id\";s:4:\"4636\";}i:513;a:1:{s:9:\"target_id\";s:4:\"4637\";}i:514;a:1:{s:9:\"target_id\";s:4:\"4638\";}i:515;a:1:{s:9:\"target_id\";s:4:\"4639\";}i:516;a:1:{s:9:\"target_id\";s:4:\"4640\";}i:517;a:1:{s:9:\"target_id\";s:4:\"4641\";}i:518;a:1:{s:9:\"target_id\";s:4:\"4642\";}i:519;a:1:{s:9:\"target_id\";s:4:\"4643\";}i:520;a:1:{s:9:\"target_id\";s:4:\"4644\";}i:521;a:1:{s:9:\"target_id\";s:4:\"4645\";}i:522;a:1:{s:9:\"target_id\";s:4:\"4646\";}i:523;a:1:{s:9:\"target_id\";s:4:\"4647\";}i:524;a:1:{s:9:\"target_id\";s:4:\"4648\";}i:525;a:1:{s:9:\"target_id\";s:4:\"4649\";}i:526;a:1:{s:9:\"target_id\";s:4:\"4650\";}i:527;a:1:{s:9:\"target_id\";s:4:\"4651\";}i:528;a:1:{s:9:\"target_id\";s:4:\"4652\";}i:529;a:1:{s:9:\"target_id\";s:4:\"4653\";}i:530;a:1:{s:9:\"target_id\";s:4:\"4654\";}i:531;a:1:{s:9:\"target_id\";s:4:\"4655\";}i:532;a:1:{s:9:\"target_id\";s:4:\"4656\";}i:533;a:1:{s:9:\"target_id\";s:4:\"4658\";}i:534;a:1:{s:9:\"target_id\";s:4:\"4659\";}i:535;a:1:{s:9:\"target_id\";s:4:\"4660\";}i:536;a:1:{s:9:\"target_id\";s:4:\"4662\";}i:537;a:1:{s:9:\"target_id\";s:4:\"4664\";}i:538;a:1:{s:9:\"target_id\";s:4:\"4665\";}i:539;a:1:{s:9:\"target_id\";s:4:\"4666\";}i:540;a:1:{s:9:\"target_id\";s:4:\"4667\";}i:541;a:1:{s:9:\"target_id\";s:4:\"4668\";}i:542;a:1:{s:9:\"target_id\";s:4:\"4669\";}i:543;a:1:{s:9:\"target_id\";s:4:\"4670\";}i:544;a:1:{s:9:\"target_id\";s:4:\"4672\";}i:545;a:1:{s:9:\"target_id\";s:4:\"4673\";}i:546;a:1:{s:9:\"target_id\";s:4:\"4676\";}i:547;a:1:{s:9:\"target_id\";s:4:\"4677\";}i:548;a:1:{s:9:\"target_id\";s:4:\"4678\";}i:549;a:1:{s:9:\"target_id\";s:4:\"4679\";}i:550;a:1:{s:9:\"target_id\";s:4:\"4680\";}i:551;a:1:{s:9:\"target_id\";s:4:\"4681\";}i:552;a:1:{s:9:\"target_id\";s:4:\"4682\";}i:553;a:1:{s:9:\"target_id\";s:4:\"4683\";}i:554;a:1:{s:9:\"target_id\";s:4:\"4684\";}i:555;a:1:{s:9:\"target_id\";s:4:\"4686\";}i:556;a:1:{s:9:\"target_id\";s:4:\"4687\";}i:557;a:1:{s:9:\"target_id\";s:4:\"4688\";}i:558;a:1:{s:9:\"target_id\";s:4:\"4689\";}i:559;a:1:{s:9:\"target_id\";s:4:\"4691\";}i:560;a:1:{s:9:\"target_id\";s:4:\"4692\";}i:561;a:1:{s:9:\"target_id\";s:4:\"4693\";}i:562;a:1:{s:9:\"target_id\";s:4:\"4694\";}i:563;a:1:{s:9:\"target_id\";s:4:\"4695\";}i:564;a:1:{s:9:\"target_id\";s:4:\"4696\";}i:565;a:1:{s:9:\"target_id\";s:4:\"4697\";}i:566;a:1:{s:9:\"target_id\";s:4:\"4698\";}i:567;a:1:{s:9:\"target_id\";s:4:\"4699\";}i:568;a:1:{s:9:\"target_id\";s:4:\"4700\";}i:569;a:1:{s:9:\"target_id\";s:4:\"4701\";}i:570;a:1:{s:9:\"target_id\";s:4:\"4702\";}i:571;a:1:{s:9:\"target_id\";s:4:\"4703\";}i:572;a:1:{s:9:\"target_id\";s:4:\"4704\";}i:573;a:1:{s:9:\"target_id\";s:4:\"4705\";}i:574;a:1:{s:9:\"target_id\";s:4:\"4706\";}i:575;a:1:{s:9:\"target_id\";s:4:\"4707\";}i:576;a:1:{s:9:\"target_id\";s:4:\"4709\";}i:577;a:1:{s:9:\"target_id\";s:4:\"4710\";}i:578;a:1:{s:9:\"target_id\";s:4:\"4711\";}i:579;a:1:{s:9:\"target_id\";s:4:\"4714\";}i:580;a:1:{s:9:\"target_id\";s:4:\"4715\";}i:581;a:1:{s:9:\"target_id\";s:4:\"4716\";}i:582;a:1:{s:9:\"target_id\";s:4:\"4717\";}i:583;a:1:{s:9:\"target_id\";s:4:\"4718\";}i:584;a:1:{s:9:\"target_id\";s:4:\"4719\";}i:585;a:1:{s:9:\"target_id\";s:4:\"4720\";}i:586;a:1:{s:9:\"target_id\";s:4:\"4722\";}i:587;a:1:{s:9:\"target_id\";s:4:\"4725\";}i:588;a:1:{s:9:\"target_id\";s:4:\"4726\";}i:589;a:1:{s:9:\"target_id\";s:4:\"4730\";}i:590;a:1:{s:9:\"target_id\";s:4:\"4731\";}i:591;a:1:{s:9:\"target_id\";s:4:\"4732\";}i:592;a:1:{s:9:\"target_id\";s:4:\"4733\";}i:593;a:1:{s:9:\"target_id\";s:4:\"4734\";}i:594;a:1:{s:9:\"target_id\";s:4:\"4735\";}i:595;a:1:{s:9:\"target_id\";s:4:\"4736\";}i:596;a:1:{s:9:\"target_id\";s:4:\"4737\";}i:597;a:1:{s:9:\"target_id\";s:4:\"4738\";}i:598;a:1:{s:9:\"target_id\";s:4:\"4747\";}i:599;a:1:{s:9:\"target_id\";s:4:\"4748\";}i:600;a:1:{s:9:\"target_id\";s:4:\"4749\";}i:601;a:1:{s:9:\"target_id\";s:4:\"4750\";}i:602;a:1:{s:9:\"target_id\";s:4:\"4751\";}i:603;a:1:{s:9:\"target_id\";s:4:\"4752\";}i:604;a:1:{s:9:\"target_id\";s:4:\"4753\";}i:605;a:1:{s:9:\"target_id\";s:4:\"4754\";}i:606;a:1:{s:9:\"target_id\";s:4:\"4755\";}i:607;a:1:{s:9:\"target_id\";s:4:\"4756\";}i:608;a:1:{s:9:\"target_id\";s:4:\"4757\";}i:609;a:1:{s:9:\"target_id\";s:4:\"4758\";}i:610;a:1:{s:9:\"target_id\";s:4:\"4759\";}i:611;a:1:{s:9:\"target_id\";s:4:\"4760\";}i:612;a:1:{s:9:\"target_id\";s:4:\"4761\";}i:613;a:1:{s:9:\"target_id\";s:4:\"4762\";}i:614;a:1:{s:9:\"target_id\";s:4:\"4763\";}i:615;a:1:{s:9:\"target_id\";s:4:\"4765\";}i:616;a:1:{s:9:\"target_id\";s:4:\"4766\";}i:617;a:1:{s:9:\"target_id\";s:4:\"4767\";}i:618;a:1:{s:9:\"target_id\";s:4:\"4768\";}i:619;a:1:{s:9:\"target_id\";s:4:\"4769\";}i:620;a:1:{s:9:\"target_id\";s:4:\"4770\";}i:621;a:1:{s:9:\"target_id\";s:4:\"4771\";}i:622;a:1:{s:9:\"target_id\";s:4:\"4772\";}i:623;a:1:{s:9:\"target_id\";s:4:\"4773\";}i:624;a:1:{s:9:\"target_id\";s:4:\"4775\";}i:625;a:1:{s:9:\"target_id\";s:4:\"4776\";}i:626;a:1:{s:9:\"target_id\";s:4:\"4777\";}i:627;a:1:{s:9:\"target_id\";s:4:\"4779\";}i:628;a:1:{s:9:\"target_id\";s:4:\"4780\";}i:629;a:1:{s:9:\"target_id\";s:4:\"4781\";}i:630;a:1:{s:9:\"target_id\";s:4:\"4782\";}i:631;a:1:{s:9:\"target_id\";s:4:\"4783\";}i:632;a:1:{s:9:\"target_id\";s:4:\"4784\";}i:633;a:1:{s:9:\"target_id\";s:4:\"4785\";}i:634;a:1:{s:9:\"target_id\";s:4:\"4786\";}i:635;a:1:{s:9:\"target_id\";s:4:\"4787\";}i:636;a:1:{s:9:\"target_id\";s:4:\"4788\";}i:637;a:1:{s:9:\"target_id\";s:4:\"4789\";}i:638;a:1:{s:9:\"target_id\";s:4:\"4790\";}i:639;a:1:{s:9:\"target_id\";s:4:\"4791\";}i:640;a:1:{s:9:\"target_id\";s:4:\"4792\";}i:641;a:1:{s:9:\"target_id\";s:4:\"4793\";}i:642;a:1:{s:9:\"target_id\";s:4:\"4794\";}i:643;a:1:{s:9:\"target_id\";s:4:\"4801\";}i:644;a:1:{s:9:\"target_id\";s:4:\"4802\";}i:645;a:1:{s:9:\"target_id\";s:4:\"4803\";}i:646;a:1:{s:9:\"target_id\";s:4:\"4805\";}i:647;a:1:{s:9:\"target_id\";s:4:\"4806\";}i:648;a:1:{s:9:\"target_id\";s:4:\"4807\";}i:649;a:1:{s:9:\"target_id\";s:4:\"4808\";}i:650;a:1:{s:9:\"target_id\";s:4:\"4809\";}i:651;a:1:{s:9:\"target_id\";s:4:\"4810\";}i:652;a:1:{s:9:\"target_id\";s:4:\"4812\";}i:653;a:1:{s:9:\"target_id\";s:4:\"4813\";}i:654;a:1:{s:9:\"target_id\";s:4:\"4814\";}i:655;a:1:{s:9:\"target_id\";s:4:\"4815\";}i:656;a:1:{s:9:\"target_id\";s:4:\"4816\";}i:657;a:1:{s:9:\"target_id\";s:4:\"4817\";}i:658;a:1:{s:9:\"target_id\";s:4:\"4818\";}i:659;a:1:{s:9:\"target_id\";s:4:\"4819\";}i:660;a:1:{s:9:\"target_id\";s:4:\"4820\";}i:661;a:1:{s:9:\"target_id\";s:4:\"4822\";}i:662;a:1:{s:9:\"target_id\";s:4:\"4826\";}i:663;a:1:{s:9:\"target_id\";s:4:\"4827\";}i:664;a:1:{s:9:\"target_id\";s:4:\"4828\";}i:665;a:1:{s:9:\"target_id\";s:4:\"4829\";}i:666;a:1:{s:9:\"target_id\";s:4:\"4830\";}i:667;a:1:{s:9:\"target_id\";s:4:\"4831\";}i:668;a:1:{s:9:\"target_id\";s:4:\"4833\";}i:669;a:1:{s:9:\"target_id\";s:4:\"4834\";}i:670;a:1:{s:9:\"target_id\";s:4:\"4835\";}i:671;a:1:{s:9:\"target_id\";s:4:\"4836\";}i:672;a:1:{s:9:\"target_id\";s:4:\"4840\";}i:673;a:1:{s:9:\"target_id\";s:4:\"4842\";}i:674;a:1:{s:9:\"target_id\";s:4:\"4854\";}i:675;a:1:{s:9:\"target_id\";s:4:\"4863\";}i:676;a:1:{s:9:\"target_id\";s:4:\"4864\";}i:677;a:1:{s:9:\"target_id\";s:4:\"4865\";}i:678;a:1:{s:9:\"target_id\";s:4:\"4866\";}i:679;a:1:{s:9:\"target_id\";s:4:\"4867\";}i:680;a:1:{s:9:\"target_id\";s:4:\"4868\";}i:681;a:1:{s:9:\"target_id\";s:4:\"4869\";}i:682;a:1:{s:9:\"target_id\";s:4:\"4870\";}i:683;a:1:{s:9:\"target_id\";s:4:\"4871\";}i:684;a:1:{s:9:\"target_id\";s:4:\"4872\";}i:685;a:1:{s:9:\"target_id\";s:4:\"4873\";}i:686;a:1:{s:9:\"target_id\";s:4:\"4876\";}i:687;a:1:{s:9:\"target_id\";s:4:\"4879\";}i:688;a:1:{s:9:\"target_id\";s:4:\"4880\";}i:689;a:1:{s:9:\"target_id\";s:4:\"4881\";}i:690;a:1:{s:9:\"target_id\";s:4:\"4882\";}i:691;a:1:{s:9:\"target_id\";s:4:\"4883\";}i:692;a:1:{s:9:\"target_id\";s:4:\"4884\";}i:693;a:1:{s:9:\"target_id\";s:4:\"4885\";}i:694;a:1:{s:9:\"target_id\";s:4:\"4887\";}i:695;a:1:{s:9:\"target_id\";s:4:\"4896\";}i:696;a:1:{s:9:\"target_id\";s:4:\"4897\";}i:697;a:1:{s:9:\"target_id\";s:4:\"4898\";}i:698;a:1:{s:9:\"target_id\";s:4:\"4899\";}i:699;a:1:{s:9:\"target_id\";s:4:\"4901\";}i:700;a:1:{s:9:\"target_id\";s:4:\"4902\";}i:701;a:1:{s:9:\"target_id\";s:4:\"4905\";}i:702;a:1:{s:9:\"target_id\";s:4:\"4907\";}i:703;a:1:{s:9:\"target_id\";s:4:\"4908\";}i:704;a:1:{s:9:\"target_id\";s:4:\"4909\";}i:705;a:1:{s:9:\"target_id\";s:4:\"4911\";}i:706;a:1:{s:9:\"target_id\";s:4:\"4915\";}i:707;a:1:{s:9:\"target_id\";s:4:\"4916\";}i:708;a:1:{s:9:\"target_id\";s:4:\"4917\";}i:709;a:1:{s:9:\"target_id\";s:4:\"4918\";}i:710;a:1:{s:9:\"target_id\";s:4:\"4919\";}i:711;a:1:{s:9:\"target_id\";s:4:\"4920\";}i:712;a:1:{s:9:\"target_id\";s:4:\"4921\";}i:713;a:1:{s:9:\"target_id\";s:4:\"4923\";}i:714;a:1:{s:9:\"target_id\";s:4:\"4924\";}i:715;a:1:{s:9:\"target_id\";s:4:\"4925\";}i:716;a:1:{s:9:\"target_id\";s:4:\"4926\";}i:717;a:1:{s:9:\"target_id\";s:4:\"4927\";}i:718;a:1:{s:9:\"target_id\";s:4:\"4928\";}i:719;a:1:{s:9:\"target_id\";s:4:\"4929\";}i:720;a:1:{s:9:\"target_id\";s:4:\"4930\";}i:721;a:1:{s:9:\"target_id\";s:4:\"4931\";}i:722;a:1:{s:9:\"target_id\";s:4:\"4932\";}i:723;a:1:{s:9:\"target_id\";s:4:\"4933\";}i:724;a:1:{s:9:\"target_id\";s:4:\"4934\";}i:725;a:1:{s:9:\"target_id\";s:4:\"4935\";}i:726;a:1:{s:9:\"target_id\";s:4:\"4936\";}i:727;a:1:{s:9:\"target_id\";s:4:\"4937\";}i:728;a:1:{s:9:\"target_id\";s:4:\"4938\";}i:729;a:1:{s:9:\"target_id\";s:4:\"4939\";}i:730;a:1:{s:9:\"target_id\";s:4:\"4940\";}i:731;a:1:{s:9:\"target_id\";s:4:\"4941\";}i:732;a:1:{s:9:\"target_id\";s:4:\"4942\";}i:733;a:1:{s:9:\"target_id\";s:4:\"4943\";}i:734;a:1:{s:9:\"target_id\";s:4:\"4944\";}i:735;a:1:{s:9:\"target_id\";s:4:\"4945\";}i:736;a:1:{s:9:\"target_id\";s:4:\"4948\";}i:737;a:1:{s:9:\"target_id\";s:4:\"4949\";}i:738;a:1:{s:9:\"target_id\";s:4:\"4950\";}i:739;a:1:{s:9:\"target_id\";s:4:\"4951\";}i:740;a:1:{s:9:\"target_id\";s:4:\"4952\";}i:741;a:1:{s:9:\"target_id\";s:4:\"4953\";}i:742;a:1:{s:9:\"target_id\";s:4:\"4954\";}i:743;a:1:{s:9:\"target_id\";s:4:\"4955\";}i:744;a:1:{s:9:\"target_id\";s:4:\"4956\";}i:745;a:1:{s:9:\"target_id\";s:4:\"4957\";}i:746;a:1:{s:9:\"target_id\";s:4:\"4958\";}i:747;a:1:{s:9:\"target_id\";s:4:\"4959\";}i:748;a:1:{s:9:\"target_id\";s:4:\"4960\";}i:749;a:1:{s:9:\"target_id\";s:4:\"4961\";}i:750;a:1:{s:9:\"target_id\";s:4:\"4962\";}i:751;a:1:{s:9:\"target_id\";s:4:\"4963\";}i:752;a:1:{s:9:\"target_id\";s:4:\"4966\";}i:753;a:1:{s:9:\"target_id\";s:4:\"4967\";}i:754;a:1:{s:9:\"target_id\";s:4:\"4968\";}i:755;a:1:{s:9:\"target_id\";s:4:\"4969\";}i:756;a:1:{s:9:\"target_id\";s:4:\"4970\";}i:757;a:1:{s:9:\"target_id\";s:4:\"4971\";}i:758;a:1:{s:9:\"target_id\";s:4:\"4972\";}i:759;a:1:{s:9:\"target_id\";s:4:\"4973\";}i:760;a:1:{s:9:\"target_id\";s:4:\"4974\";}i:761;a:1:{s:9:\"target_id\";s:4:\"4975\";}i:762;a:1:{s:9:\"target_id\";s:4:\"4976\";}i:763;a:1:{s:9:\"target_id\";s:4:\"4977\";}i:764;a:1:{s:9:\"target_id\";s:4:\"4978\";}i:765;a:1:{s:9:\"target_id\";s:4:\"4979\";}i:766;a:1:{s:9:\"target_id\";s:4:\"4980\";}i:767;a:1:{s:9:\"target_id\";s:4:\"4981\";}i:768;a:1:{s:9:\"target_id\";s:4:\"4983\";}i:769;a:1:{s:9:\"target_id\";s:4:\"4984\";}i:770;a:1:{s:9:\"target_id\";s:4:\"4985\";}i:771;a:1:{s:9:\"target_id\";s:4:\"4986\";}i:772;a:1:{s:9:\"target_id\";s:4:\"4987\";}i:773;a:1:{s:9:\"target_id\";s:4:\"4991\";}i:774;a:1:{s:9:\"target_id\";s:4:\"4992\";}i:775;a:1:{s:9:\"target_id\";s:4:\"4993\";}i:776;a:1:{s:9:\"target_id\";s:4:\"4994\";}i:777;a:1:{s:9:\"target_id\";s:4:\"4995\";}i:778;a:1:{s:9:\"target_id\";s:4:\"4996\";}i:779;a:1:{s:9:\"target_id\";s:4:\"4997\";}i:780;a:1:{s:9:\"target_id\";s:4:\"4998\";}i:781;a:1:{s:9:\"target_id\";s:4:\"4999\";}i:782;a:1:{s:9:\"target_id\";s:4:\"5000\";}i:783;a:1:{s:9:\"target_id\";s:4:\"5001\";}i:784;a:1:{s:9:\"target_id\";s:4:\"5002\";}i:785;a:1:{s:9:\"target_id\";s:4:\"5003\";}i:786;a:1:{s:9:\"target_id\";s:4:\"5004\";}i:787;a:1:{s:9:\"target_id\";s:4:\"5005\";}i:788;a:1:{s:9:\"target_id\";s:4:\"5006\";}i:789;a:1:{s:9:\"target_id\";s:4:\"5007\";}i:790;a:1:{s:9:\"target_id\";s:4:\"5008\";}i:791;a:1:{s:9:\"target_id\";s:4:\"5009\";}i:792;a:1:{s:9:\"target_id\";s:4:\"5019\";}i:793;a:1:{s:9:\"target_id\";s:4:\"5023\";}i:794;a:1:{s:9:\"target_id\";s:4:\"5024\";}i:795;a:1:{s:9:\"target_id\";s:4:\"5025\";}i:796;a:1:{s:9:\"target_id\";s:4:\"5026\";}i:797;a:1:{s:9:\"target_id\";s:4:\"5027\";}i:798;a:1:{s:9:\"target_id\";s:4:\"5029\";}i:799;a:1:{s:9:\"target_id\";s:4:\"5030\";}i:800;a:1:{s:9:\"target_id\";s:4:\"5031\";}i:801;a:1:{s:9:\"target_id\";s:4:\"5032\";}i:802;a:1:{s:9:\"target_id\";s:4:\"5033\";}i:803;a:1:{s:9:\"target_id\";s:4:\"5034\";}i:804;a:1:{s:9:\"target_id\";s:4:\"5035\";}i:805;a:1:{s:9:\"target_id\";s:4:\"5036\";}i:806;a:1:{s:9:\"target_id\";s:4:\"5037\";}i:807;a:1:{s:9:\"target_id\";s:4:\"5039\";}i:808;a:1:{s:9:\"target_id\";s:4:\"5040\";}i:809;a:1:{s:9:\"target_id\";s:4:\"5042\";}i:810;a:1:{s:9:\"target_id\";s:4:\"5043\";}i:811;a:1:{s:9:\"target_id\";s:4:\"5044\";}i:812;a:1:{s:9:\"target_id\";s:4:\"5046\";}i:813;a:1:{s:9:\"target_id\";s:4:\"5047\";}i:814;a:1:{s:9:\"target_id\";s:4:\"5048\";}i:815;a:1:{s:9:\"target_id\";s:4:\"5049\";}i:816;a:1:{s:9:\"target_id\";s:4:\"5053\";}i:817;a:1:{s:9:\"target_id\";s:4:\"5056\";}i:818;a:1:{s:9:\"target_id\";s:4:\"5057\";}i:819;a:1:{s:9:\"target_id\";s:4:\"5065\";}i:820;a:1:{s:9:\"target_id\";s:4:\"5066\";}i:821;a:1:{s:9:\"target_id\";s:4:\"5068\";}i:822;a:1:{s:9:\"target_id\";s:4:\"5071\";}i:823;a:1:{s:9:\"target_id\";s:4:\"5074\";}i:824;a:1:{s:9:\"target_id\";s:4:\"5077\";}i:825;a:1:{s:9:\"target_id\";s:4:\"5078\";}i:826;a:1:{s:9:\"target_id\";s:4:\"5079\";}i:827;a:1:{s:9:\"target_id\";s:4:\"5080\";}i:828;a:1:{s:9:\"target_id\";s:4:\"5081\";}i:829;a:1:{s:9:\"target_id\";s:4:\"5082\";}i:830;a:1:{s:9:\"target_id\";s:4:\"5083\";}i:831;a:1:{s:9:\"target_id\";s:4:\"5084\";}i:832;a:1:{s:9:\"target_id\";s:4:\"5085\";}i:833;a:1:{s:9:\"target_id\";s:4:\"5090\";}i:834;a:1:{s:9:\"target_id\";s:4:\"5091\";}i:835;a:1:{s:9:\"target_id\";s:4:\"5092\";}i:836;a:1:{s:9:\"target_id\";s:4:\"5093\";}i:837;a:1:{s:9:\"target_id\";s:4:\"5098\";}i:838;a:1:{s:9:\"target_id\";s:4:\"5101\";}i:839;a:1:{s:9:\"target_id\";s:4:\"5102\";}i:840;a:1:{s:9:\"target_id\";s:4:\"5103\";}i:841;a:1:{s:9:\"target_id\";s:4:\"5104\";}i:842;a:1:{s:9:\"target_id\";s:4:\"5105\";}i:843;a:1:{s:9:\"target_id\";s:4:\"5106\";}i:844;a:1:{s:9:\"target_id\";s:4:\"5108\";}i:845;a:1:{s:9:\"target_id\";s:4:\"5109\";}i:846;a:1:{s:9:\"target_id\";s:4:\"5115\";}i:847;a:1:{s:9:\"target_id\";s:4:\"5116\";}i:848;a:1:{s:9:\"target_id\";s:4:\"5117\";}i:849;a:1:{s:9:\"target_id\";s:4:\"5119\";}i:850;a:1:{s:9:\"target_id\";s:4:\"5121\";}i:851;a:1:{s:9:\"target_id\";s:4:\"5122\";}i:852;a:1:{s:9:\"target_id\";s:4:\"5123\";}i:853;a:1:{s:9:\"target_id\";s:4:\"5124\";}i:854;a:1:{s:9:\"target_id\";s:4:\"5125\";}i:855;a:1:{s:9:\"target_id\";s:4:\"5126\";}i:856;a:1:{s:9:\"target_id\";s:4:\"5127\";}i:857;a:1:{s:9:\"target_id\";s:4:\"5128\";}i:858;a:1:{s:9:\"target_id\";s:4:\"5130\";}i:859;a:1:{s:9:\"target_id\";s:4:\"5131\";}i:860;a:1:{s:9:\"target_id\";s:4:\"5134\";}i:861;a:1:{s:9:\"target_id\";s:4:\"5138\";}i:862;a:1:{s:9:\"target_id\";s:4:\"5139\";}i:863;a:1:{s:9:\"target_id\";s:4:\"5140\";}i:864;a:1:{s:9:\"target_id\";s:4:\"5141\";}i:865;a:1:{s:9:\"target_id\";s:4:\"5142\";}i:866;a:1:{s:9:\"target_id\";s:4:\"5143\";}i:867;a:1:{s:9:\"target_id\";s:4:\"5147\";}i:868;a:1:{s:9:\"target_id\";s:4:\"5149\";}i:869;a:1:{s:9:\"target_id\";s:4:\"5153\";}i:870;a:1:{s:9:\"target_id\";s:4:\"5154\";}i:871;a:1:{s:9:\"target_id\";s:4:\"5155\";}i:872;a:1:{s:9:\"target_id\";s:4:\"5158\";}i:873;a:1:{s:9:\"target_id\";s:4:\"5164\";}i:874;a:1:{s:9:\"target_id\";s:4:\"5165\";}i:875;a:1:{s:9:\"target_id\";s:4:\"5168\";}i:876;a:1:{s:9:\"target_id\";s:4:\"5169\";}i:877;a:1:{s:9:\"target_id\";s:4:\"5170\";}i:878;a:1:{s:9:\"target_id\";s:4:\"5173\";}i:879;a:1:{s:9:\"target_id\";s:4:\"5174\";}i:880;a:1:{s:9:\"target_id\";s:4:\"5175\";}i:881;a:1:{s:9:\"target_id\";s:4:\"5176\";}i:882;a:1:{s:9:\"target_id\";s:4:\"5177\";}i:883;a:1:{s:9:\"target_id\";s:4:\"5178\";}i:884;a:1:{s:9:\"target_id\";s:4:\"5179\";}i:885;a:1:{s:9:\"target_id\";s:4:\"5180\";}i:886;a:1:{s:9:\"target_id\";s:4:\"5181\";}i:887;a:1:{s:9:\"target_id\";s:4:\"5182\";}i:888;a:1:{s:9:\"target_id\";s:4:\"5183\";}i:889;a:1:{s:9:\"target_id\";s:4:\"5184\";}i:890;a:1:{s:9:\"target_id\";s:4:\"5185\";}i:891;a:1:{s:9:\"target_id\";s:4:\"5186\";}i:892;a:1:{s:9:\"target_id\";s:4:\"5187\";}i:893;a:1:{s:9:\"target_id\";s:4:\"5188\";}i:894;a:1:{s:9:\"target_id\";s:4:\"5189\";}i:895;a:1:{s:9:\"target_id\";s:4:\"5190\";}i:896;a:1:{s:9:\"target_id\";s:4:\"5191\";}i:897;a:1:{s:9:\"target_id\";s:4:\"5192\";}i:898;a:1:{s:9:\"target_id\";s:4:\"5193\";}i:899;a:1:{s:9:\"target_id\";s:4:\"5194\";}i:900;a:1:{s:9:\"target_id\";s:4:\"5195\";}i:901;a:1:{s:9:\"target_id\";s:4:\"5196\";}i:902;a:1:{s:9:\"target_id\";s:4:\"5197\";}i:903;a:1:{s:9:\"target_id\";s:4:\"5198\";}i:904;a:1:{s:9:\"target_id\";s:4:\"5200\";}i:905;a:1:{s:9:\"target_id\";s:4:\"5201\";}i:906;a:1:{s:9:\"target_id\";s:4:\"5202\";}i:907;a:1:{s:9:\"target_id\";s:4:\"5203\";}i:908;a:1:{s:9:\"target_id\";s:4:\"5204\";}i:909;a:1:{s:9:\"target_id\";s:4:\"5205\";}i:910;a:1:{s:9:\"target_id\";s:4:\"5206\";}i:911;a:1:{s:9:\"target_id\";s:4:\"5207\";}i:912;a:1:{s:9:\"target_id\";s:4:\"5208\";}i:913;a:1:{s:9:\"target_id\";s:4:\"5209\";}i:914;a:1:{s:9:\"target_id\";s:4:\"5211\";}i:915;a:1:{s:9:\"target_id\";s:4:\"5212\";}i:916;a:1:{s:9:\"target_id\";s:4:\"5213\";}i:917;a:1:{s:9:\"target_id\";s:4:\"5214\";}i:918;a:1:{s:9:\"target_id\";s:4:\"5215\";}i:919;a:1:{s:9:\"target_id\";s:4:\"5223\";}i:920;a:1:{s:9:\"target_id\";s:4:\"5224\";}i:921;a:1:{s:9:\"target_id\";s:4:\"5225\";}i:922;a:1:{s:9:\"target_id\";s:4:\"5226\";}i:923;a:1:{s:9:\"target_id\";s:4:\"5227\";}i:924;a:1:{s:9:\"target_id\";s:4:\"5228\";}i:925;a:1:{s:9:\"target_id\";s:4:\"5230\";}i:926;a:1:{s:9:\"target_id\";s:4:\"5233\";}i:927;a:1:{s:9:\"target_id\";s:4:\"5234\";}i:928;a:1:{s:9:\"target_id\";s:4:\"5235\";}i:929;a:1:{s:9:\"target_id\";s:4:\"5236\";}i:930;a:1:{s:9:\"target_id\";s:4:\"5237\";}i:931;a:1:{s:9:\"target_id\";s:4:\"5238\";}i:932;a:1:{s:9:\"target_id\";s:4:\"5239\";}i:933;a:1:{s:9:\"target_id\";s:4:\"5240\";}i:934;a:1:{s:9:\"target_id\";s:4:\"5241\";}i:935;a:1:{s:9:\"target_id\";s:4:\"5242\";}i:936;a:1:{s:9:\"target_id\";s:4:\"5243\";}i:937;a:1:{s:9:\"target_id\";s:4:\"5244\";}i:938;a:1:{s:9:\"target_id\";s:4:\"5245\";}i:939;a:1:{s:9:\"target_id\";s:4:\"5246\";}i:940;a:1:{s:9:\"target_id\";s:4:\"5247\";}i:941;a:1:{s:9:\"target_id\";s:4:\"5248\";}i:942;a:1:{s:9:\"target_id\";s:4:\"5250\";}i:943;a:1:{s:9:\"target_id\";s:4:\"5252\";}i:944;a:1:{s:9:\"target_id\";s:4:\"5253\";}i:945;a:1:{s:9:\"target_id\";s:4:\"5254\";}i:946;a:1:{s:9:\"target_id\";s:4:\"5255\";}i:947;a:1:{s:9:\"target_id\";s:4:\"5256\";}i:948;a:1:{s:9:\"target_id\";s:4:\"5257\";}i:949;a:1:{s:9:\"target_id\";s:4:\"5258\";}i:950;a:1:{s:9:\"target_id\";s:4:\"5259\";}i:951;a:1:{s:9:\"target_id\";s:4:\"5260\";}i:952;a:1:{s:9:\"target_id\";s:4:\"5261\";}i:953;a:1:{s:9:\"target_id\";s:4:\"5262\";}i:954;a:1:{s:9:\"target_id\";s:4:\"5264\";}i:955;a:1:{s:9:\"target_id\";s:4:\"5265\";}i:956;a:1:{s:9:\"target_id\";s:4:\"5268\";}i:957;a:1:{s:9:\"target_id\";s:4:\"5273\";}i:958;a:1:{s:9:\"target_id\";s:4:\"5274\";}i:959;a:1:{s:9:\"target_id\";s:4:\"5276\";}i:960;a:1:{s:9:\"target_id\";s:4:\"5277\";}i:961;a:1:{s:9:\"target_id\";s:4:\"5278\";}i:962;a:1:{s:9:\"target_id\";s:4:\"5279\";}i:963;a:1:{s:9:\"target_id\";s:4:\"5280\";}i:964;a:1:{s:9:\"target_id\";s:4:\"5281\";}i:965;a:1:{s:9:\"target_id\";s:4:\"5282\";}i:966;a:1:{s:9:\"target_id\";s:4:\"5283\";}i:967;a:1:{s:9:\"target_id\";s:4:\"5284\";}i:968;a:1:{s:9:\"target_id\";s:4:\"5285\";}i:969;a:1:{s:9:\"target_id\";s:4:\"5286\";}i:970;a:1:{s:9:\"target_id\";s:4:\"5287\";}i:971;a:1:{s:9:\"target_id\";s:4:\"5289\";}i:972;a:1:{s:9:\"target_id\";s:4:\"5290\";}i:973;a:1:{s:9:\"target_id\";s:4:\"5291\";}i:974;a:1:{s:9:\"target_id\";s:4:\"5292\";}i:975;a:1:{s:9:\"target_id\";s:4:\"5293\";}i:976;a:1:{s:9:\"target_id\";s:4:\"5294\";}i:977;a:1:{s:9:\"target_id\";s:4:\"5295\";}i:978;a:1:{s:9:\"target_id\";s:4:\"5296\";}i:979;a:1:{s:9:\"target_id\";s:4:\"5297\";}i:980;a:1:{s:9:\"target_id\";s:4:\"5298\";}i:981;a:1:{s:9:\"target_id\";s:4:\"5300\";}i:982;a:1:{s:9:\"target_id\";s:4:\"5302\";}i:983;a:1:{s:9:\"target_id\";s:4:\"5303\";}i:984;a:1:{s:9:\"target_id\";s:4:\"5312\";}i:985;a:1:{s:9:\"target_id\";s:4:\"5318\";}i:986;a:1:{s:9:\"target_id\";s:4:\"5321\";}i:987;a:1:{s:9:\"target_id\";s:4:\"5324\";}i:988;a:1:{s:9:\"target_id\";s:4:\"5325\";}i:989;a:1:{s:9:\"target_id\";s:4:\"5326\";}i:990;a:1:{s:9:\"target_id\";s:4:\"5327\";}i:991;a:1:{s:9:\"target_id\";s:4:\"5328\";}i:992;a:1:{s:9:\"target_id\";s:4:\"5329\";}i:993;a:1:{s:9:\"target_id\";s:4:\"5330\";}i:994;a:1:{s:9:\"target_id\";s:4:\"5331\";}i:995;a:1:{s:9:\"target_id\";s:4:\"5332\";}i:996;a:1:{s:9:\"target_id\";s:4:\"5333\";}i:997;a:1:{s:9:\"target_id\";s:4:\"5334\";}i:998;a:1:{s:9:\"target_id\";s:4:\"5335\";}i:999;a:1:{s:9:\"target_id\";s:4:\"5336\";}i:1000;a:1:{s:9:\"target_id\";s:4:\"5337\";}i:1001;a:1:{s:9:\"target_id\";s:4:\"5339\";}i:1002;a:1:{s:9:\"target_id\";s:4:\"5340\";}i:1003;a:1:{s:9:\"target_id\";s:4:\"5342\";}i:1004;a:1:{s:9:\"target_id\";s:4:\"5343\";}i:1005;a:1:{s:9:\"target_id\";s:4:\"5344\";}i:1006;a:1:{s:9:\"target_id\";s:4:\"5345\";}i:1007;a:1:{s:9:\"target_id\";s:4:\"5346\";}i:1008;a:1:{s:9:\"target_id\";s:4:\"5347\";}i:1009;a:1:{s:9:\"target_id\";s:4:\"5348\";}i:1010;a:1:{s:9:\"target_id\";s:4:\"5349\";}i:1011;a:1:{s:9:\"target_id\";s:4:\"5350\";}i:1012;a:1:{s:9:\"target_id\";s:4:\"5351\";}i:1013;a:1:{s:9:\"target_id\";s:4:\"5352\";}i:1014;a:1:{s:9:\"target_id\";s:4:\"5353\";}i:1015;a:1:{s:9:\"target_id\";s:4:\"5354\";}i:1016;a:1:{s:9:\"target_id\";s:4:\"5355\";}i:1017;a:1:{s:9:\"target_id\";s:4:\"5357\";}i:1018;a:1:{s:9:\"target_id\";s:4:\"5358\";}i:1019;a:1:{s:9:\"target_id\";s:4:\"5359\";}i:1020;a:1:{s:9:\"target_id\";s:4:\"5360\";}i:1021;a:1:{s:9:\"target_id\";s:4:\"5361\";}i:1022;a:1:{s:9:\"target_id\";s:4:\"5362\";}i:1023;a:1:{s:9:\"target_id\";s:4:\"5363\";}i:1024;a:1:{s:9:\"target_id\";s:4:\"5367\";}i:1025;a:1:{s:9:\"target_id\";s:4:\"5368\";}i:1026;a:1:{s:9:\"target_id\";s:4:\"5369\";}i:1027;a:1:{s:9:\"target_id\";s:4:\"5370\";}i:1028;a:1:{s:9:\"target_id\";s:4:\"5371\";}i:1029;a:1:{s:9:\"target_id\";s:4:\"5372\";}i:1030;a:1:{s:9:\"target_id\";s:4:\"5373\";}i:1031;a:1:{s:9:\"target_id\";s:4:\"5374\";}i:1032;a:1:{s:9:\"target_id\";s:4:\"5375\";}i:1033;a:1:{s:9:\"target_id\";s:4:\"5376\";}i:1034;a:1:{s:9:\"target_id\";s:4:\"5377\";}i:1035;a:1:{s:9:\"target_id\";s:4:\"5378\";}i:1036;a:1:{s:9:\"target_id\";s:4:\"5379\";}i:1037;a:1:{s:9:\"target_id\";s:4:\"5380\";}i:1038;a:1:{s:9:\"target_id\";s:4:\"5382\";}i:1039;a:1:{s:9:\"target_id\";s:4:\"5383\";}i:1040;a:1:{s:9:\"target_id\";s:4:\"5384\";}i:1041;a:1:{s:9:\"target_id\";s:4:\"5386\";}i:1042;a:1:{s:9:\"target_id\";s:4:\"5390\";}i:1043;a:1:{s:9:\"target_id\";s:4:\"5391\";}i:1044;a:1:{s:9:\"target_id\";s:4:\"5392\";}i:1045;a:1:{s:9:\"target_id\";s:4:\"5393\";}i:1046;a:1:{s:9:\"target_id\";s:4:\"5395\";}i:1047;a:1:{s:9:\"target_id\";s:4:\"5396\";}i:1048;a:1:{s:9:\"target_id\";s:4:\"5397\";}i:1049;a:1:{s:9:\"target_id\";s:4:\"5398\";}i:1050;a:1:{s:9:\"target_id\";s:4:\"5399\";}i:1051;a:1:{s:9:\"target_id\";s:4:\"5424\";}i:1052;a:1:{s:9:\"target_id\";s:4:\"5426\";}i:1053;a:1:{s:9:\"target_id\";s:4:\"5427\";}i:1054;a:1:{s:9:\"target_id\";s:4:\"5428\";}i:1055;a:1:{s:9:\"target_id\";s:4:\"5429\";}i:1056;a:1:{s:9:\"target_id\";s:4:\"5431\";}i:1057;a:1:{s:9:\"target_id\";s:4:\"5432\";}i:1058;a:1:{s:9:\"target_id\";s:4:\"5436\";}i:1059;a:1:{s:9:\"target_id\";s:4:\"5437\";}i:1060;a:1:{s:9:\"target_id\";s:4:\"5439\";}i:1061;a:1:{s:9:\"target_id\";s:4:\"5441\";}i:1062;a:1:{s:9:\"target_id\";s:4:\"5442\";}i:1063;a:1:{s:9:\"target_id\";s:4:\"5443\";}i:1064;a:1:{s:9:\"target_id\";s:4:\"5444\";}i:1065;a:1:{s:9:\"target_id\";s:4:\"5451\";}i:1066;a:1:{s:9:\"target_id\";s:4:\"5455\";}i:1067;a:1:{s:9:\"target_id\";s:4:\"5456\";}i:1068;a:1:{s:9:\"target_id\";s:4:\"5457\";}i:1069;a:1:{s:9:\"target_id\";s:4:\"5460\";}i:1070;a:1:{s:9:\"target_id\";s:4:\"5461\";}i:1071;a:1:{s:9:\"target_id\";s:4:\"5462\";}i:1072;a:1:{s:9:\"target_id\";s:4:\"5463\";}i:1073;a:1:{s:9:\"target_id\";s:4:\"5464\";}i:1074;a:1:{s:9:\"target_id\";s:4:\"5465\";}i:1075;a:1:{s:9:\"target_id\";s:4:\"5466\";}i:1076;a:1:{s:9:\"target_id\";s:4:\"5467\";}i:1077;a:1:{s:9:\"target_id\";s:4:\"5468\";}i:1078;a:1:{s:9:\"target_id\";s:4:\"5469\";}i:1079;a:1:{s:9:\"target_id\";s:4:\"5470\";}i:1080;a:1:{s:9:\"target_id\";s:4:\"5471\";}i:1081;a:1:{s:9:\"target_id\";s:4:\"5472\";}i:1082;a:1:{s:9:\"target_id\";s:4:\"5473\";}i:1083;a:1:{s:9:\"target_id\";s:4:\"5474\";}i:1084;a:1:{s:9:\"target_id\";s:4:\"5475\";}i:1085;a:1:{s:9:\"target_id\";s:4:\"5476\";}i:1086;a:1:{s:9:\"target_id\";s:4:\"5477\";}i:1087;a:1:{s:9:\"target_id\";s:4:\"5478\";}i:1088;a:1:{s:9:\"target_id\";s:4:\"5479\";}i:1089;a:1:{s:9:\"target_id\";s:4:\"5480\";}i:1090;a:1:{s:9:\"target_id\";s:4:\"5481\";}i:1091;a:1:{s:9:\"target_id\";s:4:\"5482\";}i:1092;a:1:{s:9:\"target_id\";s:4:\"5483\";}i:1093;a:1:{s:9:\"target_id\";s:4:\"5484\";}i:1094;a:1:{s:9:\"target_id\";s:4:\"5485\";}i:1095;a:1:{s:9:\"target_id\";s:4:\"5486\";}i:1096;a:1:{s:9:\"target_id\";s:4:\"5487\";}i:1097;a:1:{s:9:\"target_id\";s:4:\"5488\";}i:1098;a:1:{s:9:\"target_id\";s:4:\"5489\";}i:1099;a:1:{s:9:\"target_id\";s:4:\"5490\";}i:1100;a:1:{s:9:\"target_id\";s:4:\"5491\";}i:1101;a:1:{s:9:\"target_id\";s:4:\"5492\";}i:1102;a:1:{s:9:\"target_id\";s:4:\"5493\";}i:1103;a:1:{s:9:\"target_id\";s:4:\"5494\";}i:1104;a:1:{s:9:\"target_id\";s:4:\"5496\";}i:1105;a:1:{s:9:\"target_id\";s:4:\"5497\";}i:1106;a:1:{s:9:\"target_id\";s:4:\"5499\";}i:1107;a:1:{s:9:\"target_id\";s:4:\"5500\";}i:1108;a:1:{s:9:\"target_id\";s:4:\"5501\";}i:1109;a:1:{s:9:\"target_id\";s:4:\"5502\";}i:1110;a:1:{s:9:\"target_id\";s:4:\"5503\";}i:1111;a:1:{s:9:\"target_id\";s:4:\"5504\";}i:1112;a:1:{s:9:\"target_id\";s:4:\"5505\";}i:1113;a:1:{s:9:\"target_id\";s:4:\"5507\";}i:1114;a:1:{s:9:\"target_id\";s:4:\"5508\";}i:1115;a:1:{s:9:\"target_id\";s:4:\"5509\";}i:1116;a:1:{s:9:\"target_id\";s:4:\"5510\";}i:1117;a:1:{s:9:\"target_id\";s:4:\"5511\";}i:1118;a:1:{s:9:\"target_id\";s:4:\"5512\";}i:1119;a:1:{s:9:\"target_id\";s:4:\"5513\";}i:1120;a:1:{s:9:\"target_id\";s:4:\"5514\";}i:1121;a:1:{s:9:\"target_id\";s:4:\"5515\";}i:1122;a:1:{s:9:\"target_id\";s:4:\"5516\";}i:1123;a:1:{s:9:\"target_id\";s:4:\"5517\";}i:1124;a:1:{s:9:\"target_id\";s:4:\"5519\";}i:1125;a:1:{s:9:\"target_id\";s:4:\"5520\";}i:1126;a:1:{s:9:\"target_id\";s:4:\"5521\";}i:1127;a:1:{s:9:\"target_id\";s:4:\"5522\";}i:1128;a:1:{s:9:\"target_id\";s:4:\"5523\";}i:1129;a:1:{s:9:\"target_id\";s:4:\"5524\";}i:1130;a:1:{s:9:\"target_id\";s:4:\"5525\";}i:1131;a:1:{s:9:\"target_id\";s:4:\"5526\";}i:1132;a:1:{s:9:\"target_id\";s:4:\"5527\";}i:1133;a:1:{s:9:\"target_id\";s:4:\"5528\";}i:1134;a:1:{s:9:\"target_id\";s:4:\"5529\";}i:1135;a:1:{s:9:\"target_id\";s:4:\"5530\";}i:1136;a:1:{s:9:\"target_id\";s:4:\"5531\";}i:1137;a:1:{s:9:\"target_id\";s:4:\"5532\";}i:1138;a:1:{s:9:\"target_id\";s:4:\"5533\";}i:1139;a:1:{s:9:\"target_id\";s:4:\"5534\";}i:1140;a:1:{s:9:\"target_id\";s:4:\"5535\";}i:1141;a:1:{s:9:\"target_id\";s:4:\"5537\";}i:1142;a:1:{s:9:\"target_id\";s:4:\"5538\";}i:1143;a:1:{s:9:\"target_id\";s:4:\"5539\";}i:1144;a:1:{s:9:\"target_id\";s:4:\"5540\";}i:1145;a:1:{s:9:\"target_id\";s:4:\"5541\";}i:1146;a:1:{s:9:\"target_id\";s:4:\"5542\";}i:1147;a:1:{s:9:\"target_id\";s:4:\"5543\";}i:1148;a:1:{s:9:\"target_id\";s:4:\"5544\";}i:1149;a:1:{s:9:\"target_id\";s:4:\"5545\";}i:1150;a:1:{s:9:\"target_id\";s:4:\"5546\";}i:1151;a:1:{s:9:\"target_id\";s:4:\"5547\";}i:1152;a:1:{s:9:\"target_id\";s:4:\"5548\";}i:1153;a:1:{s:9:\"target_id\";s:4:\"5549\";}i:1154;a:1:{s:9:\"target_id\";s:4:\"5550\";}i:1155;a:1:{s:9:\"target_id\";s:4:\"5551\";}i:1156;a:1:{s:9:\"target_id\";s:4:\"5552\";}i:1157;a:1:{s:9:\"target_id\";s:4:\"5553\";}i:1158;a:1:{s:9:\"target_id\";s:4:\"5554\";}i:1159;a:1:{s:9:\"target_id\";s:4:\"5555\";}i:1160;a:1:{s:9:\"target_id\";s:4:\"5556\";}i:1161;a:1:{s:9:\"target_id\";s:4:\"5557\";}i:1162;a:1:{s:9:\"target_id\";s:4:\"5558\";}i:1163;a:1:{s:9:\"target_id\";s:4:\"5559\";}i:1164;a:1:{s:9:\"target_id\";s:4:\"5560\";}i:1165;a:1:{s:9:\"target_id\";s:4:\"5561\";}i:1166;a:1:{s:9:\"target_id\";s:4:\"5562\";}i:1167;a:1:{s:9:\"target_id\";s:4:\"5563\";}i:1168;a:1:{s:9:\"target_id\";s:4:\"5565\";}i:1169;a:1:{s:9:\"target_id\";s:4:\"5566\";}i:1170;a:1:{s:9:\"target_id\";s:4:\"5567\";}i:1171;a:1:{s:9:\"target_id\";s:4:\"5568\";}i:1172;a:1:{s:9:\"target_id\";s:4:\"5569\";}i:1173;a:1:{s:9:\"target_id\";s:4:\"5570\";}i:1174;a:1:{s:9:\"target_id\";s:4:\"5571\";}i:1175;a:1:{s:9:\"target_id\";s:4:\"5572\";}i:1176;a:1:{s:9:\"target_id\";s:4:\"5573\";}i:1177;a:1:{s:9:\"target_id\";s:4:\"5574\";}i:1178;a:1:{s:9:\"target_id\";s:4:\"5575\";}i:1179;a:1:{s:9:\"target_id\";s:4:\"5576\";}i:1180;a:1:{s:9:\"target_id\";s:4:\"5577\";}i:1181;a:1:{s:9:\"target_id\";s:4:\"5578\";}i:1182;a:1:{s:9:\"target_id\";s:4:\"5579\";}i:1183;a:1:{s:9:\"target_id\";s:4:\"5580\";}i:1184;a:1:{s:9:\"target_id\";s:4:\"5581\";}i:1185;a:1:{s:9:\"target_id\";s:4:\"5582\";}i:1186;a:1:{s:9:\"target_id\";s:4:\"5583\";}i:1187;a:1:{s:9:\"target_id\";s:4:\"5584\";}i:1188;a:1:{s:9:\"target_id\";s:4:\"5585\";}i:1189;a:1:{s:9:\"target_id\";s:4:\"5587\";}i:1190;a:1:{s:9:\"target_id\";s:4:\"5588\";}i:1191;a:1:{s:9:\"target_id\";s:4:\"5589\";}i:1192;a:1:{s:9:\"target_id\";s:4:\"5590\";}i:1193;a:1:{s:9:\"target_id\";s:4:\"5591\";}i:1194;a:1:{s:9:\"target_id\";s:4:\"5592\";}i:1195;a:1:{s:9:\"target_id\";s:4:\"5593\";}i:1196;a:1:{s:9:\"target_id\";s:4:\"5596\";}i:1197;a:1:{s:9:\"target_id\";s:4:\"5597\";}i:1198;a:1:{s:9:\"target_id\";s:4:\"5598\";}i:1199;a:1:{s:9:\"target_id\";s:4:\"5599\";}i:1200;a:1:{s:9:\"target_id\";s:4:\"5600\";}i:1201;a:1:{s:9:\"target_id\";s:4:\"5601\";}i:1202;a:1:{s:9:\"target_id\";s:4:\"5602\";}i:1203;a:1:{s:9:\"target_id\";s:4:\"5603\";}i:1204;a:1:{s:9:\"target_id\";s:4:\"5604\";}i:1205;a:1:{s:9:\"target_id\";s:4:\"5605\";}i:1206;a:1:{s:9:\"target_id\";s:4:\"5606\";}i:1207;a:1:{s:9:\"target_id\";s:4:\"5607\";}i:1208;a:1:{s:9:\"target_id\";s:4:\"5608\";}i:1209;a:1:{s:9:\"target_id\";s:4:\"5609\";}i:1210;a:1:{s:9:\"target_id\";s:4:\"5610\";}i:1211;a:1:{s:9:\"target_id\";s:4:\"5611\";}i:1212;a:1:{s:9:\"target_id\";s:4:\"5612\";}i:1213;a:1:{s:9:\"target_id\";s:4:\"5613\";}i:1214;a:1:{s:9:\"target_id\";s:4:\"5615\";}i:1215;a:1:{s:9:\"target_id\";s:4:\"5616\";}i:1216;a:1:{s:9:\"target_id\";s:4:\"5617\";}i:1217;a:1:{s:9:\"target_id\";s:4:\"5618\";}i:1218;a:1:{s:9:\"target_id\";s:4:\"5619\";}i:1219;a:1:{s:9:\"target_id\";s:4:\"5620\";}i:1220;a:1:{s:9:\"target_id\";s:4:\"5621\";}i:1221;a:1:{s:9:\"target_id\";s:4:\"5622\";}i:1222;a:1:{s:9:\"target_id\";s:4:\"5623\";}i:1223;a:1:{s:9:\"target_id\";s:4:\"5624\";}i:1224;a:1:{s:9:\"target_id\";s:4:\"5625\";}i:1225;a:1:{s:9:\"target_id\";s:4:\"5626\";}i:1226;a:1:{s:9:\"target_id\";s:4:\"5627\";}i:1227;a:1:{s:9:\"target_id\";s:4:\"5628\";}i:1228;a:1:{s:9:\"target_id\";s:4:\"5629\";}i:1229;a:1:{s:9:\"target_id\";s:4:\"5630\";}i:1230;a:1:{s:9:\"target_id\";s:4:\"5631\";}i:1231;a:1:{s:9:\"target_id\";s:4:\"5632\";}i:1232;a:1:{s:9:\"target_id\";s:4:\"5633\";}i:1233;a:1:{s:9:\"target_id\";s:4:\"5634\";}i:1234;a:1:{s:9:\"target_id\";s:4:\"5635\";}i:1235;a:1:{s:9:\"target_id\";s:4:\"5636\";}i:1236;a:1:{s:9:\"target_id\";s:4:\"5637\";}i:1237;a:1:{s:9:\"target_id\";s:4:\"5638\";}i:1238;a:1:{s:9:\"target_id\";s:4:\"5639\";}i:1239;a:1:{s:9:\"target_id\";s:4:\"5640\";}i:1240;a:1:{s:9:\"target_id\";s:4:\"5641\";}i:1241;a:1:{s:9:\"target_id\";s:4:\"5642\";}i:1242;a:1:{s:9:\"target_id\";s:4:\"5643\";}i:1243;a:1:{s:9:\"target_id\";s:4:\"5644\";}i:1244;a:1:{s:9:\"target_id\";s:4:\"5645\";}i:1245;a:1:{s:9:\"target_id\";s:4:\"5646\";}i:1246;a:1:{s:9:\"target_id\";s:4:\"5647\";}i:1247;a:1:{s:9:\"target_id\";s:4:\"5648\";}i:1248;a:1:{s:9:\"target_id\";s:4:\"5649\";}i:1249;a:1:{s:9:\"target_id\";s:4:\"5650\";}i:1250;a:1:{s:9:\"target_id\";s:4:\"5651\";}i:1251;a:1:{s:9:\"target_id\";s:4:\"5652\";}i:1252;a:1:{s:9:\"target_id\";s:4:\"5654\";}i:1253;a:1:{s:9:\"target_id\";s:4:\"5656\";}i:1254;a:1:{s:9:\"target_id\";s:4:\"5657\";}i:1255;a:1:{s:9:\"target_id\";s:4:\"5658\";}i:1256;a:1:{s:9:\"target_id\";s:4:\"5659\";}i:1257;a:1:{s:9:\"target_id\";s:4:\"5660\";}i:1258;a:1:{s:9:\"target_id\";s:4:\"5661\";}i:1259;a:1:{s:9:\"target_id\";s:4:\"5662\";}i:1260;a:1:{s:9:\"target_id\";s:4:\"5663\";}i:1261;a:1:{s:9:\"target_id\";s:4:\"5664\";}i:1262;a:1:{s:9:\"target_id\";s:4:\"5665\";}i:1263;a:1:{s:9:\"target_id\";s:4:\"5666\";}i:1264;a:1:{s:9:\"target_id\";s:4:\"5667\";}i:1265;a:1:{s:9:\"target_id\";s:4:\"5668\";}i:1266;a:1:{s:9:\"target_id\";s:4:\"5669\";}i:1267;a:1:{s:9:\"target_id\";s:4:\"5670\";}i:1268;a:1:{s:9:\"target_id\";s:4:\"5671\";}i:1269;a:1:{s:9:\"target_id\";s:4:\"5672\";}i:1270;a:1:{s:9:\"target_id\";s:4:\"5673\";}i:1271;a:1:{s:9:\"target_id\";s:4:\"5674\";}i:1272;a:1:{s:9:\"target_id\";s:4:\"5675\";}i:1273;a:1:{s:9:\"target_id\";s:4:\"5676\";}i:1274;a:1:{s:9:\"target_id\";s:4:\"5677\";}i:1275;a:1:{s:9:\"target_id\";s:4:\"5678\";}i:1276;a:1:{s:9:\"target_id\";s:4:\"5679\";}i:1277;a:1:{s:9:\"target_id\";s:4:\"5680\";}i:1278;a:1:{s:9:\"target_id\";s:4:\"5681\";}i:1279;a:1:{s:9:\"target_id\";s:4:\"5682\";}i:1280;a:1:{s:9:\"target_id\";s:4:\"5683\";}i:1281;a:1:{s:9:\"target_id\";s:4:\"5684\";}i:1282;a:1:{s:9:\"target_id\";s:4:\"5685\";}i:1283;a:1:{s:9:\"target_id\";s:4:\"5686\";}i:1284;a:1:{s:9:\"target_id\";s:4:\"5687\";}i:1285;a:1:{s:9:\"target_id\";s:4:\"5688\";}i:1286;a:1:{s:9:\"target_id\";s:4:\"5689\";}i:1287;a:1:{s:9:\"target_id\";s:4:\"5690\";}i:1288;a:1:{s:9:\"target_id\";s:4:\"5691\";}i:1289;a:1:{s:9:\"target_id\";s:4:\"5692\";}i:1290;a:1:{s:9:\"target_id\";s:4:\"5693\";}i:1291;a:1:{s:9:\"target_id\";s:4:\"5694\";}i:1292;a:1:{s:9:\"target_id\";s:4:\"5695\";}i:1293;a:1:{s:9:\"target_id\";s:4:\"5696\";}i:1294;a:1:{s:9:\"target_id\";s:4:\"5697\";}i:1295;a:1:{s:9:\"target_id\";s:4:\"5698\";}i:1296;a:1:{s:9:\"target_id\";s:4:\"5699\";}i:1297;a:1:{s:9:\"target_id\";s:4:\"5700\";}i:1298;a:1:{s:9:\"target_id\";s:4:\"5701\";}i:1299;a:1:{s:9:\"target_id\";s:4:\"5702\";}i:1300;a:1:{s:9:\"target_id\";s:4:\"5703\";}i:1301;a:1:{s:9:\"target_id\";s:4:\"5704\";}i:1302;a:1:{s:9:\"target_id\";s:4:\"5705\";}i:1303;a:1:{s:9:\"target_id\";s:4:\"5706\";}i:1304;a:1:{s:9:\"target_id\";s:4:\"5707\";}i:1305;a:1:{s:9:\"target_id\";s:4:\"5709\";}i:1306;a:1:{s:9:\"target_id\";s:4:\"5711\";}i:1307;a:1:{s:9:\"target_id\";s:4:\"5712\";}i:1308;a:1:{s:9:\"target_id\";s:4:\"5713\";}i:1309;a:1:{s:9:\"target_id\";s:4:\"5714\";}i:1310;a:1:{s:9:\"target_id\";s:4:\"5715\";}i:1311;a:1:{s:9:\"target_id\";s:4:\"5716\";}i:1312;a:1:{s:9:\"target_id\";s:4:\"5717\";}i:1313;a:1:{s:9:\"target_id\";s:4:\"5718\";}i:1314;a:1:{s:9:\"target_id\";s:4:\"5719\";}i:1315;a:1:{s:9:\"target_id\";s:4:\"5720\";}i:1316;a:1:{s:9:\"target_id\";s:4:\"5722\";}i:1317;a:1:{s:9:\"target_id\";s:4:\"5723\";}i:1318;a:1:{s:9:\"target_id\";s:4:\"5724\";}i:1319;a:1:{s:9:\"target_id\";s:4:\"5725\";}i:1320;a:1:{s:9:\"target_id\";s:4:\"5726\";}i:1321;a:1:{s:9:\"target_id\";s:4:\"5727\";}i:1322;a:1:{s:9:\"target_id\";s:4:\"5728\";}i:1323;a:1:{s:9:\"target_id\";s:4:\"5729\";}i:1324;a:1:{s:9:\"target_id\";s:4:\"5730\";}i:1325;a:1:{s:9:\"target_id\";s:4:\"5731\";}i:1326;a:1:{s:9:\"target_id\";s:4:\"5732\";}i:1327;a:1:{s:9:\"target_id\";s:4:\"5733\";}i:1328;a:1:{s:9:\"target_id\";s:4:\"5734\";}i:1329;a:1:{s:9:\"target_id\";s:4:\"5735\";}i:1330;a:1:{s:9:\"target_id\";s:4:\"5736\";}i:1331;a:1:{s:9:\"target_id\";s:4:\"5737\";}i:1332;a:1:{s:9:\"target_id\";s:4:\"5738\";}i:1333;a:1:{s:9:\"target_id\";s:4:\"5739\";}i:1334;a:1:{s:9:\"target_id\";s:4:\"5740\";}i:1335;a:1:{s:9:\"target_id\";s:4:\"5741\";}i:1336;a:1:{s:9:\"target_id\";s:4:\"5742\";}i:1337;a:1:{s:9:\"target_id\";s:4:\"5743\";}i:1338;a:1:{s:9:\"target_id\";s:4:\"5744\";}i:1339;a:1:{s:9:\"target_id\";s:4:\"5745\";}i:1340;a:1:{s:9:\"target_id\";s:4:\"5746\";}i:1341;a:1:{s:9:\"target_id\";s:4:\"5747\";}i:1342;a:1:{s:9:\"target_id\";s:4:\"5748\";}i:1343;a:1:{s:9:\"target_id\";s:4:\"5749\";}i:1344;a:1:{s:9:\"target_id\";s:4:\"5750\";}i:1345;a:1:{s:9:\"target_id\";s:4:\"5751\";}i:1346;a:1:{s:9:\"target_id\";s:4:\"5752\";}i:1347;a:1:{s:9:\"target_id\";s:4:\"5756\";}i:1348;a:1:{s:9:\"target_id\";s:4:\"5757\";}i:1349;a:1:{s:9:\"target_id\";s:4:\"5758\";}i:1350;a:1:{s:9:\"target_id\";s:4:\"5761\";}i:1351;a:1:{s:9:\"target_id\";s:4:\"5763\";}i:1352;a:1:{s:9:\"target_id\";s:4:\"5766\";}i:1353;a:1:{s:9:\"target_id\";s:4:\"5770\";}i:1354;a:1:{s:9:\"target_id\";s:4:\"5771\";}i:1355;a:1:{s:9:\"target_id\";s:4:\"5772\";}i:1356;a:1:{s:9:\"target_id\";s:4:\"5773\";}i:1357;a:1:{s:9:\"target_id\";s:4:\"5775\";}i:1358;a:1:{s:9:\"target_id\";s:4:\"5776\";}i:1359;a:1:{s:9:\"target_id\";s:4:\"5777\";}i:1360;a:1:{s:9:\"target_id\";s:4:\"5779\";}i:1361;a:1:{s:9:\"target_id\";s:4:\"5784\";}i:1362;a:1:{s:9:\"target_id\";s:4:\"5785\";}i:1363;a:1:{s:9:\"target_id\";s:4:\"5786\";}i:1364;a:1:{s:9:\"target_id\";s:4:\"5787\";}i:1365;a:1:{s:9:\"target_id\";s:4:\"5788\";}i:1366;a:1:{s:9:\"target_id\";s:4:\"5789\";}i:1367;a:1:{s:9:\"target_id\";s:4:\"5790\";}i:1368;a:1:{s:9:\"target_id\";s:4:\"5791\";}i:1369;a:1:{s:9:\"target_id\";s:4:\"5793\";}i:1370;a:1:{s:9:\"target_id\";s:4:\"5794\";}i:1371;a:1:{s:9:\"target_id\";s:4:\"5795\";}i:1372;a:1:{s:9:\"target_id\";s:4:\"5796\";}i:1373;a:1:{s:9:\"target_id\";s:4:\"5797\";}i:1374;a:1:{s:9:\"target_id\";s:4:\"5798\";}i:1375;a:1:{s:9:\"target_id\";s:4:\"5799\";}i:1376;a:1:{s:9:\"target_id\";s:4:\"5800\";}i:1377;a:1:{s:9:\"target_id\";s:4:\"5802\";}i:1378;a:1:{s:9:\"target_id\";s:4:\"5803\";}i:1379;a:1:{s:9:\"target_id\";s:4:\"5804\";}i:1380;a:1:{s:9:\"target_id\";s:4:\"5805\";}i:1381;a:1:{s:9:\"target_id\";s:4:\"5806\";}i:1382;a:1:{s:9:\"target_id\";s:4:\"5807\";}i:1383;a:1:{s:9:\"target_id\";s:4:\"5808\";}i:1384;a:1:{s:9:\"target_id\";s:4:\"5809\";}i:1385;a:1:{s:9:\"target_id\";s:4:\"5810\";}i:1386;a:1:{s:9:\"target_id\";s:4:\"5811\";}i:1387;a:1:{s:9:\"target_id\";s:4:\"5812\";}i:1388;a:1:{s:9:\"target_id\";s:4:\"5813\";}i:1389;a:1:{s:9:\"target_id\";s:4:\"5814\";}i:1390;a:1:{s:9:\"target_id\";s:4:\"5815\";}i:1391;a:1:{s:9:\"target_id\";s:4:\"5816\";}i:1392;a:1:{s:9:\"target_id\";s:4:\"5817\";}i:1393;a:1:{s:9:\"target_id\";s:4:\"5818\";}i:1394;a:1:{s:9:\"target_id\";s:4:\"5819\";}i:1395;a:1:{s:9:\"target_id\";s:4:\"5820\";}i:1396;a:1:{s:9:\"target_id\";s:4:\"5821\";}i:1397;a:1:{s:9:\"target_id\";s:4:\"5822\";}i:1398;a:1:{s:9:\"target_id\";s:4:\"5823\";}i:1399;a:1:{s:9:\"target_id\";s:4:\"5824\";}i:1400;a:1:{s:9:\"target_id\";s:4:\"5825\";}i:1401;a:1:{s:9:\"target_id\";s:4:\"5826\";}i:1402;a:1:{s:9:\"target_id\";s:4:\"5827\";}i:1403;a:1:{s:9:\"target_id\";s:4:\"5828\";}i:1404;a:1:{s:9:\"target_id\";s:4:\"5829\";}i:1405;a:1:{s:9:\"target_id\";s:4:\"5830\";}i:1406;a:1:{s:9:\"target_id\";s:4:\"5831\";}i:1407;a:1:{s:9:\"target_id\";s:4:\"5832\";}i:1408;a:1:{s:9:\"target_id\";s:4:\"5833\";}i:1409;a:1:{s:9:\"target_id\";s:4:\"5834\";}i:1410;a:1:{s:9:\"target_id\";s:4:\"5835\";}i:1411;a:1:{s:9:\"target_id\";s:4:\"5836\";}i:1412;a:1:{s:9:\"target_id\";s:4:\"5837\";}i:1413;a:1:{s:9:\"target_id\";s:4:\"5838\";}i:1414;a:1:{s:9:\"target_id\";s:4:\"5839\";}i:1415;a:1:{s:9:\"target_id\";s:4:\"5840\";}i:1416;a:1:{s:9:\"target_id\";s:4:\"5841\";}i:1417;a:1:{s:9:\"target_id\";s:4:\"5847\";}i:1418;a:1:{s:9:\"target_id\";s:4:\"5848\";}i:1419;a:1:{s:9:\"target_id\";s:4:\"5849\";}i:1420;a:1:{s:9:\"target_id\";s:4:\"5850\";}i:1421;a:1:{s:9:\"target_id\";s:4:\"5851\";}i:1422;a:1:{s:9:\"target_id\";s:4:\"5852\";}i:1423;a:1:{s:9:\"target_id\";s:4:\"5854\";}i:1424;a:1:{s:9:\"target_id\";s:4:\"5855\";}i:1425;a:1:{s:9:\"target_id\";s:4:\"5856\";}i:1426;a:1:{s:9:\"target_id\";s:4:\"5857\";}i:1427;a:1:{s:9:\"target_id\";s:4:\"5858\";}i:1428;a:1:{s:9:\"target_id\";s:4:\"5859\";}i:1429;a:1:{s:9:\"target_id\";s:4:\"5860\";}i:1430;a:1:{s:9:\"target_id\";s:4:\"5861\";}i:1431;a:1:{s:9:\"target_id\";s:4:\"5862\";}i:1432;a:1:{s:9:\"target_id\";s:4:\"5863\";}i:1433;a:1:{s:9:\"target_id\";s:4:\"5864\";}i:1434;a:1:{s:9:\"target_id\";s:4:\"5865\";}i:1435;a:1:{s:9:\"target_id\";s:4:\"5866\";}i:1436;a:1:{s:9:\"target_id\";s:4:\"5867\";}i:1437;a:1:{s:9:\"target_id\";s:4:\"5869\";}i:1438;a:1:{s:9:\"target_id\";s:4:\"5870\";}i:1439;a:1:{s:9:\"target_id\";s:4:\"5871\";}i:1440;a:1:{s:9:\"target_id\";s:4:\"5872\";}i:1441;a:1:{s:9:\"target_id\";s:4:\"5873\";}i:1442;a:1:{s:9:\"target_id\";s:4:\"5874\";}i:1443;a:1:{s:9:\"target_id\";s:4:\"5875\";}i:1444;a:1:{s:9:\"target_id\";s:4:\"5876\";}i:1445;a:1:{s:9:\"target_id\";s:4:\"5877\";}i:1446;a:1:{s:9:\"target_id\";s:4:\"5879\";}i:1447;a:1:{s:9:\"target_id\";s:4:\"5881\";}i:1448;a:1:{s:9:\"target_id\";s:4:\"5882\";}i:1449;a:1:{s:9:\"target_id\";s:4:\"5883\";}i:1450;a:1:{s:9:\"target_id\";s:4:\"5884\";}i:1451;a:1:{s:9:\"target_id\";s:4:\"5885\";}i:1452;a:1:{s:9:\"target_id\";s:4:\"5887\";}i:1453;a:1:{s:9:\"target_id\";s:4:\"5888\";}i:1454;a:1:{s:9:\"target_id\";s:4:\"5889\";}i:1455;a:1:{s:9:\"target_id\";s:4:\"5890\";}i:1456;a:1:{s:9:\"target_id\";s:4:\"5894\";}i:1457;a:1:{s:9:\"target_id\";s:4:\"5895\";}i:1458;a:1:{s:9:\"target_id\";s:4:\"5896\";}i:1459;a:1:{s:9:\"target_id\";s:4:\"5897\";}i:1460;a:1:{s:9:\"target_id\";s:4:\"5898\";}i:1461;a:1:{s:9:\"target_id\";s:4:\"5899\";}i:1462;a:1:{s:9:\"target_id\";s:4:\"5900\";}i:1463;a:1:{s:9:\"target_id\";s:4:\"5901\";}i:1464;a:1:{s:9:\"target_id\";s:4:\"5903\";}i:1465;a:1:{s:9:\"target_id\";s:4:\"5904\";}i:1466;a:1:{s:9:\"target_id\";s:4:\"5905\";}i:1467;a:1:{s:9:\"target_id\";s:4:\"5906\";}i:1468;a:1:{s:9:\"target_id\";s:4:\"5908\";}i:1469;a:1:{s:9:\"target_id\";s:4:\"5909\";}i:1470;a:1:{s:9:\"target_id\";s:4:\"5910\";}i:1471;a:1:{s:9:\"target_id\";s:4:\"5911\";}i:1472;a:1:{s:9:\"target_id\";s:4:\"5912\";}i:1473;a:1:{s:9:\"target_id\";s:4:\"5913\";}i:1474;a:1:{s:9:\"target_id\";s:4:\"5914\";}i:1475;a:1:{s:9:\"target_id\";s:4:\"5915\";}i:1476;a:1:{s:9:\"target_id\";s:4:\"5916\";}i:1477;a:1:{s:9:\"target_id\";s:4:\"5918\";}i:1478;a:1:{s:9:\"target_id\";s:4:\"5919\";}i:1479;a:1:{s:9:\"target_id\";s:4:\"5920\";}i:1480;a:1:{s:9:\"target_id\";s:4:\"5922\";}i:1481;a:1:{s:9:\"target_id\";s:4:\"5923\";}i:1482;a:1:{s:9:\"target_id\";s:4:\"5924\";}i:1483;a:1:{s:9:\"target_id\";s:4:\"5925\";}i:1484;a:1:{s:9:\"target_id\";s:4:\"5926\";}i:1485;a:1:{s:9:\"target_id\";s:4:\"5927\";}i:1486;a:1:{s:9:\"target_id\";s:4:\"5928\";}i:1487;a:1:{s:9:\"target_id\";s:4:\"5929\";}i:1488;a:1:{s:9:\"target_id\";s:4:\"5931\";}i:1489;a:1:{s:9:\"target_id\";s:4:\"5932\";}i:1490;a:1:{s:9:\"target_id\";s:4:\"5933\";}i:1491;a:1:{s:9:\"target_id\";s:4:\"5934\";}i:1492;a:1:{s:9:\"target_id\";s:4:\"5936\";}i:1493;a:1:{s:9:\"target_id\";s:4:\"5937\";}i:1494;a:1:{s:9:\"target_id\";s:4:\"5938\";}i:1495;a:1:{s:9:\"target_id\";s:4:\"5939\";}i:1496;a:1:{s:9:\"target_id\";s:4:\"5940\";}i:1497;a:1:{s:9:\"target_id\";s:4:\"5941\";}i:1498;a:1:{s:9:\"target_id\";s:4:\"5942\";}i:1499;a:1:{s:9:\"target_id\";s:4:\"5943\";}i:1500;a:1:{s:9:\"target_id\";s:4:\"5948\";}i:1501;a:1:{s:9:\"target_id\";s:4:\"5949\";}i:1502;a:1:{s:9:\"target_id\";s:4:\"5950\";}i:1503;a:1:{s:9:\"target_id\";s:4:\"5951\";}i:1504;a:1:{s:9:\"target_id\";s:4:\"5953\";}i:1505;a:1:{s:9:\"target_id\";s:4:\"5954\";}i:1506;a:1:{s:9:\"target_id\";s:4:\"5955\";}i:1507;a:1:{s:9:\"target_id\";s:4:\"5956\";}i:1508;a:1:{s:9:\"target_id\";s:4:\"5959\";}i:1509;a:1:{s:9:\"target_id\";s:4:\"5963\";}i:1510;a:1:{s:9:\"target_id\";s:4:\"5964\";}i:1511;a:1:{s:9:\"target_id\";s:4:\"5965\";}i:1512;a:1:{s:9:\"target_id\";s:4:\"5970\";}i:1513;a:1:{s:9:\"target_id\";s:4:\"5971\";}i:1514;a:1:{s:9:\"target_id\";s:4:\"5972\";}i:1515;a:1:{s:9:\"target_id\";s:4:\"5973\";}i:1516;a:1:{s:9:\"target_id\";s:4:\"5974\";}i:1517;a:1:{s:9:\"target_id\";s:4:\"5975\";}i:1518;a:1:{s:9:\"target_id\";s:4:\"5976\";}i:1519;a:1:{s:9:\"target_id\";s:4:\"5977\";}i:1520;a:1:{s:9:\"target_id\";s:4:\"5978\";}i:1521;a:1:{s:9:\"target_id\";s:4:\"5979\";}i:1522;a:1:{s:9:\"target_id\";s:4:\"5982\";}i:1523;a:1:{s:9:\"target_id\";s:4:\"5983\";}i:1524;a:1:{s:9:\"target_id\";s:4:\"5986\";}i:1525;a:1:{s:9:\"target_id\";s:4:\"5987\";}i:1526;a:1:{s:9:\"target_id\";s:4:\"5997\";}i:1527;a:1:{s:9:\"target_id\";s:4:\"5998\";}i:1528;a:1:{s:9:\"target_id\";s:4:\"6000\";}i:1529;a:1:{s:9:\"target_id\";s:4:\"6001\";}i:1530;a:1:{s:9:\"target_id\";s:4:\"6002\";}i:1531;a:1:{s:9:\"target_id\";s:4:\"6004\";}i:1532;a:1:{s:9:\"target_id\";s:4:\"6005\";}i:1533;a:1:{s:9:\"target_id\";s:4:\"6006\";}i:1534;a:1:{s:9:\"target_id\";s:4:\"6007\";}i:1535;a:1:{s:9:\"target_id\";s:4:\"6017\";}i:1536;a:1:{s:9:\"target_id\";s:4:\"6018\";}i:1537;a:1:{s:9:\"target_id\";s:4:\"6019\";}i:1538;a:1:{s:9:\"target_id\";s:4:\"6020\";}i:1539;a:1:{s:9:\"target_id\";s:4:\"6021\";}i:1540;a:1:{s:9:\"target_id\";s:4:\"6022\";}i:1541;a:1:{s:9:\"target_id\";s:4:\"6023\";}i:1542;a:1:{s:9:\"target_id\";s:4:\"6024\";}i:1543;a:1:{s:9:\"target_id\";s:4:\"6025\";}i:1544;a:1:{s:9:\"target_id\";s:4:\"6026\";}i:1545;a:1:{s:9:\"target_id\";s:4:\"6027\";}i:1546;a:1:{s:9:\"target_id\";s:4:\"6028\";}i:1547;a:1:{s:9:\"target_id\";s:4:\"6029\";}i:1548;a:1:{s:9:\"target_id\";s:4:\"6030\";}i:1549;a:1:{s:9:\"target_id\";s:4:\"6031\";}i:1550;a:1:{s:9:\"target_id\";s:4:\"6032\";}i:1551;a:1:{s:9:\"target_id\";s:4:\"6033\";}i:1552;a:1:{s:9:\"target_id\";s:4:\"6034\";}i:1553;a:1:{s:9:\"target_id\";s:4:\"6035\";}i:1554;a:1:{s:9:\"target_id\";s:4:\"6038\";}i:1555;a:1:{s:9:\"target_id\";s:4:\"6039\";}i:1556;a:1:{s:9:\"target_id\";s:4:\"6040\";}i:1557;a:1:{s:9:\"target_id\";s:4:\"6041\";}i:1558;a:1:{s:9:\"target_id\";s:4:\"6042\";}i:1559;a:1:{s:9:\"target_id\";s:4:\"6043\";}i:1560;a:1:{s:9:\"target_id\";s:4:\"6044\";}i:1561;a:1:{s:9:\"target_id\";s:4:\"6048\";}i:1562;a:1:{s:9:\"target_id\";s:4:\"6051\";}i:1563;a:1:{s:9:\"target_id\";s:4:\"6052\";}i:1564;a:1:{s:9:\"target_id\";s:4:\"6053\";}i:1565;a:1:{s:9:\"target_id\";s:4:\"6054\";}i:1566;a:1:{s:9:\"target_id\";s:4:\"6055\";}i:1567;a:1:{s:9:\"target_id\";s:4:\"6056\";}i:1568;a:1:{s:9:\"target_id\";s:4:\"6057\";}i:1569;a:1:{s:9:\"target_id\";s:4:\"6061\";}i:1570;a:1:{s:9:\"target_id\";s:4:\"6062\";}i:1571;a:1:{s:9:\"target_id\";s:4:\"6063\";}i:1572;a:1:{s:9:\"target_id\";s:4:\"6064\";}i:1573;a:1:{s:9:\"target_id\";s:4:\"6065\";}i:1574;a:1:{s:9:\"target_id\";s:4:\"6066\";}i:1575;a:1:{s:9:\"target_id\";s:4:\"6067\";}i:1576;a:1:{s:9:\"target_id\";s:4:\"6068\";}i:1577;a:1:{s:9:\"target_id\";s:4:\"6069\";}i:1578;a:1:{s:9:\"target_id\";s:4:\"6070\";}i:1579;a:1:{s:9:\"target_id\";s:4:\"6071\";}i:1580;a:1:{s:9:\"target_id\";s:4:\"6072\";}i:1581;a:1:{s:9:\"target_id\";s:4:\"6073\";}i:1582;a:1:{s:9:\"target_id\";s:4:\"6074\";}i:1583;a:1:{s:9:\"target_id\";s:4:\"6075\";}i:1584;a:1:{s:9:\"target_id\";s:4:\"6076\";}i:1585;a:1:{s:9:\"target_id\";s:4:\"6078\";}i:1586;a:1:{s:9:\"target_id\";s:4:\"6079\";}i:1587;a:1:{s:9:\"target_id\";s:4:\"6080\";}i:1588;a:1:{s:9:\"target_id\";s:4:\"6081\";}i:1589;a:1:{s:9:\"target_id\";s:4:\"6083\";}i:1590;a:1:{s:9:\"target_id\";s:4:\"6084\";}i:1591;a:1:{s:9:\"target_id\";s:4:\"6085\";}i:1592;a:1:{s:9:\"target_id\";s:4:\"6086\";}i:1593;a:1:{s:9:\"target_id\";s:4:\"6087\";}i:1594;a:1:{s:9:\"target_id\";s:4:\"6088\";}i:1595;a:1:{s:9:\"target_id\";s:4:\"6089\";}i:1596;a:1:{s:9:\"target_id\";s:4:\"6090\";}i:1597;a:1:{s:9:\"target_id\";s:4:\"6091\";}i:1598;a:1:{s:9:\"target_id\";s:4:\"6092\";}i:1599;a:1:{s:9:\"target_id\";s:4:\"6093\";}i:1600;a:1:{s:9:\"target_id\";s:4:\"6094\";}i:1601;a:1:{s:9:\"target_id\";s:4:\"6095\";}i:1602;a:1:{s:9:\"target_id\";s:4:\"6096\";}i:1603;a:1:{s:9:\"target_id\";s:4:\"6097\";}i:1604;a:1:{s:9:\"target_id\";s:4:\"6098\";}i:1605;a:1:{s:9:\"target_id\";s:4:\"6100\";}i:1606;a:1:{s:9:\"target_id\";s:4:\"6101\";}i:1607;a:1:{s:9:\"target_id\";s:4:\"6102\";}i:1608;a:1:{s:9:\"target_id\";s:4:\"6103\";}i:1609;a:1:{s:9:\"target_id\";s:4:\"6104\";}i:1610;a:1:{s:9:\"target_id\";s:4:\"6105\";}i:1611;a:1:{s:9:\"target_id\";s:4:\"6106\";}i:1612;a:1:{s:9:\"target_id\";s:4:\"6107\";}i:1613;a:1:{s:9:\"target_id\";s:4:\"6108\";}i:1614;a:1:{s:9:\"target_id\";s:4:\"6109\";}i:1615;a:1:{s:9:\"target_id\";s:4:\"6110\";}i:1616;a:1:{s:9:\"target_id\";s:4:\"6112\";}i:1617;a:1:{s:9:\"target_id\";s:4:\"6113\";}i:1618;a:1:{s:9:\"target_id\";s:4:\"6114\";}i:1619;a:1:{s:9:\"target_id\";s:4:\"6115\";}i:1620;a:1:{s:9:\"target_id\";s:4:\"6116\";}i:1621;a:1:{s:9:\"target_id\";s:4:\"6118\";}i:1622;a:1:{s:9:\"target_id\";s:4:\"6119\";}i:1623;a:1:{s:9:\"target_id\";s:4:\"6120\";}i:1624;a:1:{s:9:\"target_id\";s:4:\"6121\";}i:1625;a:1:{s:9:\"target_id\";s:4:\"6122\";}i:1626;a:1:{s:9:\"target_id\";s:4:\"6123\";}i:1627;a:1:{s:9:\"target_id\";s:4:\"6124\";}i:1628;a:1:{s:9:\"target_id\";s:4:\"6125\";}i:1629;a:1:{s:9:\"target_id\";s:4:\"6126\";}i:1630;a:1:{s:9:\"target_id\";s:4:\"6127\";}i:1631;a:1:{s:9:\"target_id\";s:4:\"6128\";}i:1632;a:1:{s:9:\"target_id\";s:4:\"6129\";}i:1633;a:1:{s:9:\"target_id\";s:4:\"6130\";}i:1634;a:1:{s:9:\"target_id\";s:4:\"6131\";}i:1635;a:1:{s:9:\"target_id\";s:4:\"6132\";}i:1636;a:1:{s:9:\"target_id\";s:4:\"6133\";}i:1637;a:1:{s:9:\"target_id\";s:4:\"6134\";}i:1638;a:1:{s:9:\"target_id\";s:4:\"6135\";}i:1639;a:1:{s:9:\"target_id\";s:4:\"6136\";}i:1640;a:1:{s:9:\"target_id\";s:4:\"6137\";}i:1641;a:1:{s:9:\"target_id\";s:4:\"6138\";}i:1642;a:1:{s:9:\"target_id\";s:4:\"6141\";}i:1643;a:1:{s:9:\"target_id\";s:4:\"6142\";}i:1644;a:1:{s:9:\"target_id\";s:4:\"6143\";}i:1645;a:1:{s:9:\"target_id\";s:4:\"6144\";}i:1646;a:1:{s:9:\"target_id\";s:4:\"6145\";}i:1647;a:1:{s:9:\"target_id\";s:4:\"6146\";}i:1648;a:1:{s:9:\"target_id\";s:4:\"6147\";}i:1649;a:1:{s:9:\"target_id\";s:4:\"6148\";}i:1650;a:1:{s:9:\"target_id\";s:4:\"6149\";}i:1651;a:1:{s:9:\"target_id\";s:4:\"6150\";}i:1652;a:1:{s:9:\"target_id\";s:4:\"6151\";}i:1653;a:1:{s:9:\"target_id\";s:4:\"6152\";}i:1654;a:1:{s:9:\"target_id\";s:4:\"6153\";}i:1655;a:1:{s:9:\"target_id\";s:4:\"6154\";}i:1656;a:1:{s:9:\"target_id\";s:4:\"6155\";}i:1657;a:1:{s:9:\"target_id\";s:4:\"6156\";}i:1658;a:1:{s:9:\"target_id\";s:4:\"6157\";}i:1659;a:1:{s:9:\"target_id\";s:4:\"6158\";}i:1660;a:1:{s:9:\"target_id\";s:4:\"6159\";}i:1661;a:1:{s:9:\"target_id\";s:4:\"6160\";}i:1662;a:1:{s:9:\"target_id\";s:4:\"6161\";}i:1663;a:1:{s:9:\"target_id\";s:4:\"6162\";}i:1664;a:1:{s:9:\"target_id\";s:4:\"6165\";}i:1665;a:1:{s:9:\"target_id\";s:4:\"6166\";}i:1666;a:1:{s:9:\"target_id\";s:4:\"6167\";}i:1667;a:1:{s:9:\"target_id\";s:4:\"6168\";}i:1668;a:1:{s:9:\"target_id\";s:4:\"6170\";}i:1669;a:1:{s:9:\"target_id\";s:4:\"6171\";}i:1670;a:1:{s:9:\"target_id\";s:4:\"6172\";}i:1671;a:1:{s:9:\"target_id\";s:4:\"6173\";}i:1672;a:1:{s:9:\"target_id\";s:4:\"6174\";}i:1673;a:1:{s:9:\"target_id\";s:4:\"6175\";}i:1674;a:1:{s:9:\"target_id\";s:4:\"6176\";}i:1675;a:1:{s:9:\"target_id\";s:4:\"6178\";}i:1676;a:1:{s:9:\"target_id\";s:4:\"6179\";}i:1677;a:1:{s:9:\"target_id\";s:4:\"6180\";}i:1678;a:1:{s:9:\"target_id\";s:4:\"6181\";}i:1679;a:1:{s:9:\"target_id\";s:4:\"6182\";}i:1680;a:1:{s:9:\"target_id\";s:4:\"6183\";}i:1681;a:1:{s:9:\"target_id\";s:4:\"6184\";}i:1682;a:1:{s:9:\"target_id\";s:4:\"6185\";}i:1683;a:1:{s:9:\"target_id\";s:4:\"6186\";}i:1684;a:1:{s:9:\"target_id\";s:4:\"6187\";}i:1685;a:1:{s:9:\"target_id\";s:4:\"6188\";}i:1686;a:1:{s:9:\"target_id\";s:4:\"6189\";}i:1687;a:1:{s:9:\"target_id\";s:4:\"6191\";}i:1688;a:1:{s:9:\"target_id\";s:4:\"6192\";}i:1689;a:1:{s:9:\"target_id\";s:4:\"6193\";}i:1690;a:1:{s:9:\"target_id\";s:4:\"6194\";}i:1691;a:1:{s:9:\"target_id\";s:4:\"6195\";}i:1692;a:1:{s:9:\"target_id\";s:4:\"6196\";}i:1693;a:1:{s:9:\"target_id\";s:4:\"6197\";}i:1694;a:1:{s:9:\"target_id\";s:4:\"6198\";}i:1695;a:1:{s:9:\"target_id\";s:4:\"6199\";}i:1696;a:1:{s:9:\"target_id\";s:4:\"6200\";}i:1697;a:1:{s:9:\"target_id\";s:4:\"6201\";}i:1698;a:1:{s:9:\"target_id\";s:4:\"6202\";}i:1699;a:1:{s:9:\"target_id\";s:4:\"6203\";}i:1700;a:1:{s:9:\"target_id\";s:4:\"6204\";}i:1701;a:1:{s:9:\"target_id\";s:4:\"6205\";}i:1702;a:1:{s:9:\"target_id\";s:4:\"6206\";}i:1703;a:1:{s:9:\"target_id\";s:4:\"6207\";}i:1704;a:1:{s:9:\"target_id\";s:4:\"6208\";}i:1705;a:1:{s:9:\"target_id\";s:4:\"6209\";}i:1706;a:1:{s:9:\"target_id\";s:4:\"6210\";}i:1707;a:1:{s:9:\"target_id\";s:4:\"6211\";}i:1708;a:1:{s:9:\"target_id\";s:4:\"6212\";}i:1709;a:1:{s:9:\"target_id\";s:4:\"6213\";}i:1710;a:1:{s:9:\"target_id\";s:4:\"6214\";}i:1711;a:1:{s:9:\"target_id\";s:4:\"6215\";}i:1712;a:1:{s:9:\"target_id\";s:4:\"6216\";}i:1713;a:1:{s:9:\"target_id\";s:4:\"6217\";}i:1714;a:1:{s:9:\"target_id\";s:4:\"6218\";}i:1715;a:1:{s:9:\"target_id\";s:4:\"6219\";}i:1716;a:1:{s:9:\"target_id\";s:4:\"6220\";}i:1717;a:1:{s:9:\"target_id\";s:4:\"6224\";}i:1718;a:1:{s:9:\"target_id\";s:4:\"6226\";}i:1719;a:1:{s:9:\"target_id\";s:4:\"6227\";}i:1720;a:1:{s:9:\"target_id\";s:4:\"6228\";}i:1721;a:1:{s:9:\"target_id\";s:4:\"6229\";}i:1722;a:1:{s:9:\"target_id\";s:4:\"6230\";}i:1723;a:1:{s:9:\"target_id\";s:4:\"6231\";}i:1724;a:1:{s:9:\"target_id\";s:4:\"6232\";}i:1725;a:1:{s:9:\"target_id\";s:4:\"6235\";}i:1726;a:1:{s:9:\"target_id\";s:4:\"6236\";}i:1727;a:1:{s:9:\"target_id\";s:4:\"6237\";}i:1728;a:1:{s:9:\"target_id\";s:4:\"6238\";}i:1729;a:1:{s:9:\"target_id\";s:4:\"6240\";}i:1730;a:1:{s:9:\"target_id\";s:4:\"6243\";}i:1731;a:1:{s:9:\"target_id\";s:4:\"6244\";}i:1732;a:1:{s:9:\"target_id\";s:4:\"6245\";}i:1733;a:1:{s:9:\"target_id\";s:4:\"6246\";}i:1734;a:1:{s:9:\"target_id\";s:4:\"6247\";}i:1735;a:1:{s:9:\"target_id\";s:4:\"6248\";}i:1736;a:1:{s:9:\"target_id\";s:4:\"6249\";}i:1737;a:1:{s:9:\"target_id\";s:4:\"6250\";}i:1738;a:1:{s:9:\"target_id\";s:4:\"6251\";}i:1739;a:1:{s:9:\"target_id\";s:4:\"6252\";}i:1740;a:1:{s:9:\"target_id\";s:4:\"6253\";}i:1741;a:1:{s:9:\"target_id\";s:4:\"6254\";}i:1742;a:1:{s:9:\"target_id\";s:4:\"6255\";}i:1743;a:1:{s:9:\"target_id\";s:4:\"6256\";}i:1744;a:1:{s:9:\"target_id\";s:4:\"6261\";}i:1745;a:1:{s:9:\"target_id\";s:4:\"6262\";}i:1746;a:1:{s:9:\"target_id\";s:4:\"6268\";}i:1747;a:1:{s:9:\"target_id\";s:4:\"6269\";}i:1748;a:1:{s:9:\"target_id\";s:4:\"6270\";}i:1749;a:1:{s:9:\"target_id\";s:4:\"6271\";}i:1750;a:1:{s:9:\"target_id\";s:4:\"6272\";}i:1751;a:1:{s:9:\"target_id\";s:4:\"6273\";}i:1752;a:1:{s:9:\"target_id\";s:4:\"6275\";}i:1753;a:1:{s:9:\"target_id\";s:4:\"6277\";}i:1754;a:1:{s:9:\"target_id\";s:4:\"6278\";}i:1755;a:1:{s:9:\"target_id\";s:4:\"6279\";}i:1756;a:1:{s:9:\"target_id\";s:4:\"6280\";}i:1757;a:1:{s:9:\"target_id\";s:4:\"6281\";}i:1758;a:1:{s:9:\"target_id\";s:4:\"6282\";}i:1759;a:1:{s:9:\"target_id\";s:4:\"6283\";}i:1760;a:1:{s:9:\"target_id\";s:4:\"6284\";}i:1761;a:1:{s:9:\"target_id\";s:4:\"6285\";}i:1762;a:1:{s:9:\"target_id\";s:4:\"6286\";}i:1763;a:1:{s:9:\"target_id\";s:4:\"6290\";}i:1764;a:1:{s:9:\"target_id\";s:4:\"6291\";}i:1765;a:1:{s:9:\"target_id\";s:4:\"6292\";}i:1766;a:1:{s:9:\"target_id\";s:4:\"6293\";}i:1767;a:1:{s:9:\"target_id\";s:4:\"6294\";}i:1768;a:1:{s:9:\"target_id\";s:4:\"6295\";}i:1769;a:1:{s:9:\"target_id\";s:4:\"6296\";}i:1770;a:1:{s:9:\"target_id\";s:4:\"6297\";}i:1771;a:1:{s:9:\"target_id\";s:4:\"6298\";}i:1772;a:1:{s:9:\"target_id\";s:4:\"6299\";}i:1773;a:1:{s:9:\"target_id\";s:4:\"6300\";}i:1774;a:1:{s:9:\"target_id\";s:4:\"6301\";}i:1775;a:1:{s:9:\"target_id\";s:4:\"6302\";}i:1776;a:1:{s:9:\"target_id\";s:4:\"6303\";}i:1777;a:1:{s:9:\"target_id\";s:4:\"6304\";}i:1778;a:1:{s:9:\"target_id\";s:4:\"6305\";}i:1779;a:1:{s:9:\"target_id\";s:4:\"6306\";}i:1780;a:1:{s:9:\"target_id\";s:4:\"6307\";}i:1781;a:1:{s:9:\"target_id\";s:4:\"6308\";}i:1782;a:1:{s:9:\"target_id\";s:4:\"6309\";}i:1783;a:1:{s:9:\"target_id\";s:4:\"6310\";}i:1784;a:1:{s:9:\"target_id\";s:4:\"6311\";}i:1785;a:1:{s:9:\"target_id\";s:4:\"6312\";}i:1786;a:1:{s:9:\"target_id\";s:4:\"6313\";}i:1787;a:1:{s:9:\"target_id\";s:4:\"6314\";}i:1788;a:1:{s:9:\"target_id\";s:4:\"6315\";}i:1789;a:1:{s:9:\"target_id\";s:4:\"6316\";}i:1790;a:1:{s:9:\"target_id\";s:4:\"6317\";}i:1791;a:1:{s:9:\"target_id\";s:4:\"6318\";}i:1792;a:1:{s:9:\"target_id\";s:4:\"6320\";}i:1793;a:1:{s:9:\"target_id\";s:4:\"6321\";}i:1794;a:1:{s:9:\"target_id\";s:4:\"6322\";}i:1795;a:1:{s:9:\"target_id\";s:4:\"6323\";}i:1796;a:1:{s:9:\"target_id\";s:4:\"6324\";}i:1797;a:1:{s:9:\"target_id\";s:4:\"6325\";}i:1798;a:1:{s:9:\"target_id\";s:4:\"6326\";}i:1799;a:1:{s:9:\"target_id\";s:4:\"6327\";}i:1800;a:1:{s:9:\"target_id\";s:4:\"6328\";}i:1801;a:1:{s:9:\"target_id\";s:4:\"6329\";}i:1802;a:1:{s:9:\"target_id\";s:4:\"6330\";}i:1803;a:1:{s:9:\"target_id\";s:4:\"6331\";}i:1804;a:1:{s:9:\"target_id\";s:4:\"6332\";}i:1805;a:1:{s:9:\"target_id\";s:4:\"6333\";}i:1806;a:1:{s:9:\"target_id\";s:4:\"6334\";}i:1807;a:1:{s:9:\"target_id\";s:4:\"6335\";}i:1808;a:1:{s:9:\"target_id\";s:4:\"6337\";}i:1809;a:1:{s:9:\"target_id\";s:4:\"6338\";}i:1810;a:1:{s:9:\"target_id\";s:4:\"6339\";}i:1811;a:1:{s:9:\"target_id\";s:4:\"6342\";}i:1812;a:1:{s:9:\"target_id\";s:4:\"6343\";}i:1813;a:1:{s:9:\"target_id\";s:4:\"6344\";}i:1814;a:1:{s:9:\"target_id\";s:4:\"6345\";}i:1815;a:1:{s:9:\"target_id\";s:4:\"6347\";}i:1816;a:1:{s:9:\"target_id\";s:4:\"6348\";}i:1817;a:1:{s:9:\"target_id\";s:4:\"6349\";}i:1818;a:1:{s:9:\"target_id\";s:4:\"6350\";}i:1819;a:1:{s:9:\"target_id\";s:4:\"6375\";}i:1820;a:1:{s:9:\"target_id\";s:4:\"6376\";}i:1821;a:1:{s:9:\"target_id\";s:4:\"6377\";}i:1822;a:1:{s:9:\"target_id\";s:4:\"6378\";}i:1823;a:1:{s:9:\"target_id\";s:4:\"6381\";}i:1824;a:1:{s:9:\"target_id\";s:4:\"6382\";}i:1825;a:1:{s:9:\"target_id\";s:4:\"6383\";}i:1826;a:1:{s:9:\"target_id\";s:4:\"6384\";}i:1827;a:1:{s:9:\"target_id\";s:4:\"6385\";}i:1828;a:1:{s:9:\"target_id\";s:4:\"6386\";}i:1829;a:1:{s:9:\"target_id\";s:4:\"6387\";}i:1830;a:1:{s:9:\"target_id\";s:4:\"6388\";}i:1831;a:1:{s:9:\"target_id\";s:4:\"6389\";}i:1832;a:1:{s:9:\"target_id\";s:4:\"6391\";}i:1833;a:1:{s:9:\"target_id\";s:4:\"6392\";}i:1834;a:1:{s:9:\"target_id\";s:4:\"6393\";}i:1835;a:1:{s:9:\"target_id\";s:4:\"6394\";}i:1836;a:1:{s:9:\"target_id\";s:4:\"6412\";}i:1837;a:1:{s:9:\"target_id\";s:4:\"6413\";}i:1838;a:1:{s:9:\"target_id\";s:4:\"6414\";}i:1839;a:1:{s:9:\"target_id\";s:4:\"6415\";}i:1840;a:1:{s:9:\"target_id\";s:4:\"6416\";}i:1841;a:1:{s:9:\"target_id\";s:4:\"6417\";}i:1842;a:1:{s:9:\"target_id\";s:4:\"6418\";}i:1843;a:1:{s:9:\"target_id\";s:4:\"6419\";}i:1844;a:1:{s:9:\"target_id\";s:4:\"6420\";}i:1845;a:1:{s:9:\"target_id\";s:4:\"6421\";}i:1846;a:1:{s:9:\"target_id\";s:4:\"6422\";}i:1847;a:1:{s:9:\"target_id\";s:4:\"6424\";}i:1848;a:1:{s:9:\"target_id\";s:4:\"6425\";}i:1849;a:1:{s:9:\"target_id\";s:4:\"6426\";}i:1850;a:1:{s:9:\"target_id\";s:4:\"6427\";}i:1851;a:1:{s:9:\"target_id\";s:4:\"6430\";}i:1852;a:1:{s:9:\"target_id\";s:4:\"6431\";}i:1853;a:1:{s:9:\"target_id\";s:4:\"6432\";}i:1854;a:1:{s:9:\"target_id\";s:4:\"6433\";}i:1855;a:1:{s:9:\"target_id\";s:4:\"6434\";}i:1856;a:1:{s:9:\"target_id\";s:4:\"6435\";}i:1857;a:1:{s:9:\"target_id\";s:4:\"6436\";}i:1858;a:1:{s:9:\"target_id\";s:4:\"6437\";}i:1859;a:1:{s:9:\"target_id\";s:4:\"6438\";}i:1860;a:1:{s:9:\"target_id\";s:4:\"6439\";}i:1861;a:1:{s:9:\"target_id\";s:4:\"6440\";}i:1862;a:1:{s:9:\"target_id\";s:4:\"6441\";}i:1863;a:1:{s:9:\"target_id\";s:4:\"6442\";}i:1864;a:1:{s:9:\"target_id\";s:4:\"6443\";}i:1865;a:1:{s:9:\"target_id\";s:4:\"6444\";}i:1866;a:1:{s:9:\"target_id\";s:4:\"6453\";}i:1867;a:1:{s:9:\"target_id\";s:4:\"6454\";}i:1868;a:1:{s:9:\"target_id\";s:4:\"6455\";}i:1869;a:1:{s:9:\"target_id\";s:4:\"6456\";}i:1870;a:1:{s:9:\"target_id\";s:4:\"6457\";}i:1871;a:1:{s:9:\"target_id\";s:4:\"6458\";}i:1872;a:1:{s:9:\"target_id\";s:4:\"6459\";}i:1873;a:1:{s:9:\"target_id\";s:4:\"6460\";}i:1874;a:1:{s:9:\"target_id\";s:4:\"6461\";}i:1875;a:1:{s:9:\"target_id\";s:4:\"6462\";}i:1876;a:1:{s:9:\"target_id\";s:4:\"6463\";}i:1877;a:1:{s:9:\"target_id\";s:4:\"6464\";}i:1878;a:1:{s:9:\"target_id\";s:4:\"6465\";}i:1879;a:1:{s:9:\"target_id\";s:4:\"6466\";}i:1880;a:1:{s:9:\"target_id\";s:4:\"6467\";}i:1881;a:1:{s:9:\"target_id\";s:4:\"6468\";}i:1882;a:1:{s:9:\"target_id\";s:4:\"6469\";}i:1883;a:1:{s:9:\"target_id\";s:4:\"6470\";}i:1884;a:1:{s:9:\"target_id\";s:4:\"6471\";}i:1885;a:1:{s:9:\"target_id\";s:4:\"6472\";}i:1886;a:1:{s:9:\"target_id\";s:4:\"6473\";}i:1887;a:1:{s:9:\"target_id\";s:4:\"6474\";}i:1888;a:1:{s:9:\"target_id\";s:4:\"6475\";}i:1889;a:1:{s:9:\"target_id\";s:4:\"6476\";}i:1890;a:1:{s:9:\"target_id\";s:4:\"6477\";}i:1891;a:1:{s:9:\"target_id\";s:4:\"6478\";}i:1892;a:1:{s:9:\"target_id\";s:4:\"6479\";}i:1893;a:1:{s:9:\"target_id\";s:4:\"6480\";}i:1894;a:1:{s:9:\"target_id\";s:4:\"6486\";}i:1895;a:1:{s:9:\"target_id\";s:4:\"6487\";}i:1896;a:1:{s:9:\"target_id\";s:4:\"6489\";}i:1897;a:1:{s:9:\"target_id\";s:4:\"6491\";}i:1898;a:1:{s:9:\"target_id\";s:4:\"6493\";}i:1899;a:1:{s:9:\"target_id\";s:4:\"6494\";}i:1900;a:1:{s:9:\"target_id\";s:4:\"6498\";}i:1901;a:1:{s:9:\"target_id\";s:4:\"6500\";}i:1902;a:1:{s:9:\"target_id\";s:4:\"6502\";}i:1903;a:1:{s:9:\"target_id\";s:4:\"6508\";}i:1904;a:1:{s:9:\"target_id\";s:4:\"6509\";}i:1905;a:1:{s:9:\"target_id\";s:4:\"6510\";}i:1906;a:1:{s:9:\"target_id\";s:4:\"6511\";}i:1907;a:1:{s:9:\"target_id\";s:4:\"6562\";}i:1908;a:1:{s:9:\"target_id\";s:4:\"6575\";}i:1909;a:1:{s:9:\"target_id\";s:4:\"6576\";}i:1910;a:1:{s:9:\"target_id\";s:4:\"6577\";}i:1911;a:1:{s:9:\"target_id\";s:4:\"6578\";}i:1912;a:1:{s:9:\"target_id\";s:4:\"6579\";}i:1913;a:1:{s:9:\"target_id\";s:4:\"6580\";}i:1914;a:1:{s:9:\"target_id\";s:4:\"6583\";}i:1915;a:1:{s:9:\"target_id\";s:4:\"6584\";}i:1916;a:1:{s:9:\"target_id\";s:4:\"6586\";}i:1917;a:1:{s:9:\"target_id\";s:4:\"6587\";}i:1918;a:1:{s:9:\"target_id\";s:4:\"6589\";}i:1919;a:1:{s:9:\"target_id\";s:4:\"6590\";}i:1920;a:1:{s:9:\"target_id\";s:4:\"6591\";}i:1921;a:1:{s:9:\"target_id\";s:4:\"6592\";}i:1922;a:1:{s:9:\"target_id\";s:4:\"6593\";}i:1923;a:1:{s:9:\"target_id\";s:4:\"6594\";}i:1924;a:1:{s:9:\"target_id\";s:4:\"6595\";}i:1925;a:1:{s:9:\"target_id\";s:4:\"6596\";}i:1926;a:1:{s:9:\"target_id\";s:4:\"6597\";}i:1927;a:1:{s:9:\"target_id\";s:4:\"6598\";}i:1928;a:1:{s:9:\"target_id\";s:4:\"6599\";}i:1929;a:1:{s:9:\"target_id\";s:4:\"6600\";}i:1930;a:1:{s:9:\"target_id\";s:4:\"6601\";}i:1931;a:1:{s:9:\"target_id\";s:4:\"6602\";}i:1932;a:1:{s:9:\"target_id\";s:4:\"6604\";}i:1933;a:1:{s:9:\"target_id\";s:4:\"6607\";}i:1934;a:1:{s:9:\"target_id\";s:4:\"6608\";}i:1935;a:1:{s:9:\"target_id\";s:4:\"6609\";}i:1936;a:1:{s:9:\"target_id\";s:4:\"6610\";}i:1937;a:1:{s:9:\"target_id\";s:4:\"6611\";}i:1938;a:1:{s:9:\"target_id\";s:4:\"6612\";}i:1939;a:1:{s:9:\"target_id\";s:4:\"6614\";}i:1940;a:1:{s:9:\"target_id\";s:4:\"6615\";}i:1941;a:1:{s:9:\"target_id\";s:4:\"6616\";}i:1942;a:1:{s:9:\"target_id\";s:4:\"6618\";}i:1943;a:1:{s:9:\"target_id\";s:4:\"6620\";}i:1944;a:1:{s:9:\"target_id\";s:4:\"6623\";}i:1945;a:1:{s:9:\"target_id\";s:4:\"6624\";}i:1946;a:1:{s:9:\"target_id\";s:4:\"6625\";}i:1947;a:1:{s:9:\"target_id\";s:4:\"6626\";}i:1948;a:1:{s:9:\"target_id\";s:4:\"6627\";}i:1949;a:1:{s:9:\"target_id\";s:4:\"6628\";}i:1950;a:1:{s:9:\"target_id\";s:4:\"6629\";}i:1951;a:1:{s:9:\"target_id\";s:4:\"6630\";}i:1952;a:1:{s:9:\"target_id\";s:4:\"6663\";}i:1953;a:1:{s:9:\"target_id\";s:4:\"7233\";}i:1954;a:1:{s:9:\"target_id\";s:4:\"7262\";}i:1955;a:1:{s:9:\"target_id\";s:4:\"7595\";}i:1956;a:1:{s:9:\"target_id\";s:4:\"7738\";}i:1957;a:1:{s:9:\"target_id\";s:4:\"7763\";}i:1958;a:1:{s:9:\"target_id\";s:4:\"7840\";}}}s:14:\"field_category\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"tid\";s:2:\"29\";}}}s:18:\"field_teacher_only\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}s:19:\"field_group_add_all\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}s:11:\"field_color\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"rgb\";s:7:\"#FFAD46\";}}}s:21:\"field_recording_forms\";a:0:{}s:10:\"field_ages\";a:1:{s:3:\"und\";a:3:{i:0;a:1:{s:3:\"tid\";s:2:\"30\";}i:1;a:1:{s:3:\"tid\";s:2:\"31\";}i:2;a:1:{s:3:\"tid\";s:2:\"32\";}}}s:26:\"field_playslider_mandatory\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"0\";}}}}',0,1646170808,1),('field:node:373',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5885:\"<p><img src=\"/sites/default/files/pictures/Physical%20Literacy%20Explained.jpg\" alt=\"\" width=\"917\" height=\"351\"></p><p><strong style=\"font-size: 1.385em;\">What is physical literacy?</strong></p><p>People who are physically literate have the competence, confidence and motivation to enjoy a variety of sports and physical activities. As a result, they are more likely to stay active.</p><p><strong style=\"font-size: 1.385em;\">But what is physical literacy exactly?</strong></p><p>Like reading and arithmetic, which develop a literary or numerical vocabulary, physical literacy develops a “movement vocabulary” of fundamental movement skills and fundamental sport skills.</p><p>These skills are the basis for moving with competence and confidence in every kind of activity environment:</p><ul><li><div>on the ground, both indoor and outdoor</div></li><li><div>in and on water</div></li><li><div>on snow and ice</div></li><li><div>in the air &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div></li></ul><p>Our children need to learn physical literacy in a wide range of settings and from many different people. However, the responsibility for developing a physically literate child ultimately rests with parents and guardians.&nbsp;</p><p><strong style=\"font-size: 1.385em;\">Physical Literacy Assessment Tools in Canada</strong></p><div style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Sport for Life physical literacy assessments and Long-Term Athlete Development model terminology are consistent with the Passport for Life assessment. It is important that various sectors involved in enhancing the lifestyles of our children and youth be aligned.&nbsp;</div><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">However, the PLAY Tools\' procifient level is not consistent with Passport for Life’s accomplished level. For the PLAY tool, the proficient level is anchored at the top of the scale by a “perfect” rendition or expert execution of the task being assessed. Whereas, Passport for Life’s accomplished level depicts an execution of the task that simply exceeds the age and developmentally expected level (i.e. better than acquired). This type of rubric is consistent with delivery of educational curricular objectives—“meeting versus exceeding educational expectations.” In the sport context, there is a need to be able to differentiate between adequate or competent (entry level) and proficient (expert).</p><p><strong style=\"font-size: 1.385em;\">Sport for Life: PLAY Tools</strong></p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">The Canadian Sport for Life movement uses the following rubric in their Physical Literacy Assessment of Youth (PLAY) toolkit that includes objective assessment of children in movement skills and tasks.</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Firstly, the skills fall into one of two categories: Developing or Acquired. Within the Developing category, the participant will be classified as either Initial or Emerging, while under the Acquired category, the participant will be classified as either Competent or Proficient.</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">PHE Canada: Passport for Life. The rubric uses a nested assessment matrix, where the assessor first determines if the participant is in the developing or acquired category—that is, the participant does or does not have the skill essentials. Then, following that determination the assessor categorizes into sub-classes within each major category: initial or emerging for the developing category; competent or proficient for the acquired category. The PLAY tool originally used a visual analogue scale embedded into the anchoring terminology (described above) permitting rapid assessment over a 100 point range. Recently, the PLAY tool was simplified to also use a four-point marking approach.&nbsp;</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">PHE Canada has created a new program to aid physical and health education teachers foster in children an active, healthy lifestyle that will last a lifetime. Passport for Life focuses on the development of physical literacy of children—a foundation of physical and health curricula across this country. Passport for Life employs assessments of active participation, life skills, movement and fitness skills. Passport for Life is currently designed for children from grades 3 to 9, with future expansions planned for K to grade 2, and grades 10 to 12. Passport for Life assessments are used for child-centred goal setting over the scholastic year, facilitated by teachers and fostered by parents.&nbsp;</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Passport for Life uses a four-point scoring rubric (see below) for assessment of movement and fitness elements. Four-point scoring rubrics are commonplace in education settings. The curricular-based goal is to have all children attain the Acquired level.</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Emerging &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Developing&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Acquired&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Accomplished</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5710:\"<p><img src=\"/sites/default/files/pictures/Physical%20Literacy%20Explained.jpg\" alt=\"\" width=\"917\" height=\"351\" /></p>\n<p><strong style=\"font-size: 1.385em;\">What is physical literacy?</strong></p>\n<p>People who are physically literate have the competence, confidence and motivation to enjoy a variety of sports and physical activities. As a result, they are more likely to stay active.</p>\n<p><strong style=\"font-size: 1.385em;\">But what is physical literacy exactly?</strong></p>\n<p>Like reading and arithmetic, which develop a literary or numerical vocabulary, physical literacy develops a “movement vocabulary” of fundamental movement skills and fundamental sport skills.</p>\n<p>These skills are the basis for moving with competence and confidence in every kind of activity environment:</p>\n<ul>\n<li>\n<div>on the ground, both indoor and outdoor</div>\n</li>\n<li>\n<div>in and on water</div>\n</li>\n<li>\n<div>on snow and ice</div>\n</li>\n<li>\n<div>in the air                                                        </div>\n</li>\n</ul>\n<p>Our children need to learn physical literacy in a wide range of settings and from many different people. However, the responsibility for developing a physically literate child ultimately rests with parents and guardians. </p>\n<p><strong style=\"font-size: 1.385em;\">Physical Literacy Assessment Tools in Canada</strong></p>\n<div style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Sport for Life physical literacy assessments and Long-Term Athlete Development model terminology are consistent with the Passport for Life assessment. It is important that various sectors involved in enhancing the lifestyles of our children and youth be aligned. </div>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">However, the PLAY Tools\' procifient level is not consistent with Passport for Life’s accomplished level. For the PLAY tool, the proficient level is anchored at the top of the scale by a “perfect” rendition or expert execution of the task being assessed. Whereas, Passport for Life’s accomplished level depicts an execution of the task that simply exceeds the age and developmentally expected level (i.e. better than acquired). This type of rubric is consistent with delivery of educational curricular objectives—“meeting versus exceeding educational expectations.” In the sport context, there is a need to be able to differentiate between adequate or competent (entry level) and proficient (expert).</p>\n<p><strong style=\"font-size: 1.385em;\">Sport for Life: PLAY Tools</strong></p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">The Canadian Sport for Life movement uses the following rubric in their Physical Literacy Assessment of Youth (PLAY) toolkit that includes objective assessment of children in movement skills and tasks.</p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Firstly, the skills fall into one of two categories: Developing or Acquired. Within the Developing category, the participant will be classified as either Initial or Emerging, while under the Acquired category, the participant will be classified as either Competent or Proficient.</p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">PHE Canada: Passport for Life. The rubric uses a nested assessment matrix, where the assessor first determines if the participant is in the developing or acquired category—that is, the participant does or does not have the skill essentials. Then, following that determination the assessor categorizes into sub-classes within each major category: initial or emerging for the developing category; competent or proficient for the acquired category. The PLAY tool originally used a visual analogue scale embedded into the anchoring terminology (described above) permitting rapid assessment over a 100 point range. Recently, the PLAY tool was simplified to also use a four-point marking approach. </p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">PHE Canada has created a new program to aid physical and health education teachers foster in children an active, healthy lifestyle that will last a lifetime. Passport for Life focuses on the development of physical literacy of children—a foundation of physical and health curricula across this country. Passport for Life employs assessments of active participation, life skills, movement and fitness skills. Passport for Life is currently designed for children from grades 3 to 9, with future expansions planned for K to grade 2, and grades 10 to 12. Passport for Life assessments are used for child-centred goal setting over the scholastic year, facilitated by teachers and fostered by parents. </p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Passport for Life uses a four-point scoring rubric (see below) for assessment of movement and fitness elements. Four-point scoring rubrics are commonplace in education settings. The curricular-based goal is to have all children attain the Acquired level.</p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Emerging            Developing            Acquired            Accomplished</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646171432,1),('field:node:374',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:3625:\"<h2>Sport for Life PLAY Tools and&nbsp;PHE Canada Passport for Life Assessment Rubrics&nbsp;</h2><div><img style=\"font-size: 13.008px;\" src=\"/sites/default/files/pictures/Physical-Literacy.jpg\" alt=\"\" width=\"1200\" height=\"457\">&nbsp;</div><div>Sport for Life physical literacy assessments and Long-Term Athlete Development model terminology are consistent with the Passport for Life assessment. It is important that various sectors involved in enhancing the lifestyles of our children and youth be aligned.&nbsp;</div><p>However, the PLAY Tools\' procifient level is not consistent with Passport for Life’s accomplished level. For the PLAY tool, the proficient level is anchored at the top of the scale by a “perfect” rendition or expert execution of the task being assessed. Whereas, Passport for Life’s accomplished level depicts an execution of the task that simply exceeds the age and developmentally expected level (i.e. better than acquired). This type of rubric is consistent with delivery of educational curricular objectives—“meeting versus exceeding educational expectations.” In the sport context, there is a need to be able to differentiate between adequate or competent (entry level) and proficient (expert).</p><h2>Sport for Life: PLAY Tools</h2><p>The Canadian Sport for Life movement uses the following rubric in their Physical Literacy Assessment of Youth (PLAY) toolkit that includes objective assessment of children in movement skills and tasks.</p><p>Firstly, the skills fall into one of two categories: Developing or Acquired. Within the Developing category, the participant will be classified as either Initial or Emerging, while under the Acquired category, the participant will be classified as either Competent or Proficient.</p><p>PHE Canada: Passport for Life. The rubric uses a nested assessment matrix, where the assessor first determines if the participant is in the developing or acquired category—that is, the participant does or does not have the skill essentials. Then, following that determination the assessor categorizes into sub-classes within each major category: initial or emerging for the developing category; competent or proficient for the acquired category. The PLAY tool originally used a visual analogue scale embedded into the anchoring terminology (described above) permitting rapid assessment over a 100 point range. Recently, the PLAY tool was simplified to also use a four-point marking approach.&nbsp;</p><p>PHE Canada has created a new program to aid physical and health education teachers foster in children an active, healthy lifestyle that will last a lifetime. Passport for Life focuses on the development of physical literacy of children—a foundation of physical and health curricula across this country. Passport for Life employs assessments of active participation, life skills, movement and fitness skills. Passport for Life is currently designed for children from grades 3 to 9, with future expansions planned for K to grade 2, and grades 10 to 12. Passport for Life assessments are used for child-centred goal setting over the scholastic year, facilitated by teachers and fostered by parents.&nbsp;</p><p>Passport for Life uses a four-point scoring rubric (see below) for assessment of movement and fitness elements. Four-point scoring rubrics are commonplace in education settings. The curricular-based goal is to have all children attain the Acquired level.</p><p>Emerging &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Developing&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Acquired&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Accomplished</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:3534:\"<h2>Sport for Life PLAY Tools and PHE Canada Passport for Life Assessment Rubrics </h2>\n<div><img style=\"font-size: 13.008px;\" src=\"/sites/default/files/pictures/Physical-Literacy.jpg\" alt=\"\" width=\"1200\" height=\"457\" /> </div>\n<div>Sport for Life physical literacy assessments and Long-Term Athlete Development model terminology are consistent with the Passport for Life assessment. It is important that various sectors involved in enhancing the lifestyles of our children and youth be aligned. </div>\n<p>However, the PLAY Tools\' procifient level is not consistent with Passport for Life’s accomplished level. For the PLAY tool, the proficient level is anchored at the top of the scale by a “perfect” rendition or expert execution of the task being assessed. Whereas, Passport for Life’s accomplished level depicts an execution of the task that simply exceeds the age and developmentally expected level (i.e. better than acquired). This type of rubric is consistent with delivery of educational curricular objectives—“meeting versus exceeding educational expectations.” In the sport context, there is a need to be able to differentiate between adequate or competent (entry level) and proficient (expert).</p>\n<h2>Sport for Life: PLAY Tools</h2>\n<p>The Canadian Sport for Life movement uses the following rubric in their Physical Literacy Assessment of Youth (PLAY) toolkit that includes objective assessment of children in movement skills and tasks.</p>\n<p>Firstly, the skills fall into one of two categories: Developing or Acquired. Within the Developing category, the participant will be classified as either Initial or Emerging, while under the Acquired category, the participant will be classified as either Competent or Proficient.</p>\n<p>PHE Canada: Passport for Life. The rubric uses a nested assessment matrix, where the assessor first determines if the participant is in the developing or acquired category—that is, the participant does or does not have the skill essentials. Then, following that determination the assessor categorizes into sub-classes within each major category: initial or emerging for the developing category; competent or proficient for the acquired category. The PLAY tool originally used a visual analogue scale embedded into the anchoring terminology (described above) permitting rapid assessment over a 100 point range. Recently, the PLAY tool was simplified to also use a four-point marking approach. </p>\n<p>PHE Canada has created a new program to aid physical and health education teachers foster in children an active, healthy lifestyle that will last a lifetime. Passport for Life focuses on the development of physical literacy of children—a foundation of physical and health curricula across this country. Passport for Life employs assessments of active participation, life skills, movement and fitness skills. Passport for Life is currently designed for children from grades 3 to 9, with future expansions planned for K to grade 2, and grades 10 to 12. Passport for Life assessments are used for child-centred goal setting over the scholastic year, facilitated by teachers and fostered by parents. </p>\n<p>Passport for Life uses a four-point scoring rubric (see below) for assessment of movement and fitness elements. Four-point scoring rubrics are commonplace in education settings. The curricular-based goal is to have all children attain the Acquired level.</p>\n<p>Emerging            Developing            Acquired            Accomplished</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646407589,1),('field:node:375',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2083:\"<p><img src=\"/sites/default/files/pictures/what-is-play-banner-leaders.jpg\" alt=\"\" width=\"697\" height=\"352\"></p><p><span style=\"line-height: 1.538em;\">PLAY supports&nbsp;</span><span style=\"line-height: 1.538em;\">the awareness, assessment, development and advancement of physical literacy among participants and&nbsp;lea</span><span style=\"line-height: 1.538em;\">ders. The two components of physical literacy that are assessed in PLAY are Movement Skills and Self Awareness.</span></p><p>Based on the results of the physical literacy assessments, the PLAY website generates a Participant Scorecard and a Group Scorecard. These scorecards highlight strengths and weaknesses in participants’ physical literacy levels and support leaders in adapting their programming and instruction to provide targeted lessons that are relevant at both the group and participant levels. The user-friendly scorecard results offer leaders, parents and participants a platform to engage in meaningful conversation about physical literacy assessment outcomes to support future improvements. PLAY provides a cumulative record of participant assessments&nbsp;across multiple years.PLAY provides participants’ responses to an online questionnaire along with participant data resulting fromtheir participation in movement skill tasks that leaders administer and observe.</p><h2><span style=\"color: #000000;\">Online Platform</span></h2><p>PLAY uses an online platform to present and manage physical literacy information. <br>This online platform allows leaders to:</p><ul><li>input and manage the data for each of their participants and groups in the program;</li><li>access and download comprehensive support materials:</li><ul><li>tools, guidelines, instructional strategies and record-keeping forms for completing the assessments;</li><li>guides to interpret and use the results; and</li><li>ideas and resources to provide individualized attention and information. This will help participants and leaders set goals and work towards continued improvement of physical literacy.</li></ul></ul><p>&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2086:\"<p><img src=\"/sites/default/files/pictures/what-is-play-banner-leaders.jpg\" alt=\"\" width=\"697\" height=\"352\" /></p>\n<p><span style=\"line-height: 1.538em;\">PLAY supports </span><span style=\"line-height: 1.538em;\">the awareness, assessment, development and advancement of physical literacy among participants and lea</span><span style=\"line-height: 1.538em;\">ders. The two components of physical literacy that are assessed in PLAY are Movement Skills and Self Awareness.</span></p>\n<p>Based on the results of the physical literacy assessments, the PLAY website generates a Participant Scorecard and a Group Scorecard. These scorecards highlight strengths and weaknesses in participants’ physical literacy levels and support leaders in adapting their programming and instruction to provide targeted lessons that are relevant at both the group and participant levels. The user-friendly scorecard results offer leaders, parents and participants a platform to engage in meaningful conversation about physical literacy assessment outcomes to support future improvements. PLAY provides a cumulative record of participant assessments across multiple years.PLAY provides participants’ responses to an online questionnaire along with participant data resulting fromtheir participation in movement skill tasks that leaders administer and observe.</p>\n<h2><span style=\"color: #000000;\">Online Platform</span></h2>\n<p>PLAY uses an online platform to present and manage physical literacy information. <br />This online platform allows leaders to:</p>\n<ul>\n<li>input and manage the data for each of their participants and groups in the program;</li>\n<li>access and download comprehensive support materials:</li>\n<ul>\n<li>tools, guidelines, instructional strategies and record-keeping forms for completing the assessments;</li>\n<li>guides to interpret and use the results; and</li>\n<li>ideas and resources to provide individualized attention and information. This will help participants and leaders set goals and work towards continued improvement of physical literacy.</li>\n</ul>\n</ul>\n<p> </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646242322,1),('field:node:376',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1832:\"<p><img src=\"/sites/default/files/pictures/what-is-play-banner-parents.jpg\" alt=\"\" width=\"697\" height=\"352\"></p><p>PLAY (Physical Literacy Assessment for Youth) was developed by Dr. Dean Kriellaars at the University of Manitoba to support the development and advancement of a participant’s physical literacy—their ability to move with competence and confidence in a wide variety of physical activities, and in multiple settings in support of their overall healthy development.</p><p>The program is designed to be a motivating and efficient way to provide valuable information and feedback to participants and leaders about the progress and attainment of physical literacy.</p><p>The <strong>PLAY <em>Fun</em> </strong>tool is used by a trained professional to assess a child in 18 fundamental skills/tasks, such as running, throwing, kicking and balance.</p><p>The<strong> PLAY <em>Self</em> </strong>tool was designed to provide an assessment of a child’s perception of their own physical literacy. The tool also compares the child’s interest in physical literacy relative to numeracy and literacy.</p><p>By using all of the PLAY tools, participants will improve their:</p><ul><li>awareness about physical literacy - the&nbsp;meaning of physical literacy and why it is important to develop in order to make healthy lifestyle choices;</li><li>awareness of their own active participation and movement skills; &nbsp;</li><li>ability to set and meet individualized goals to enhance their physical literacy levels.</li></ul><p>Motivation to participate in an activity comes from having encouragement, adequate motor skill abilities, and a safe and welcoming environment. The more a child participates, the more confident they become; conversely, if they don\'t participate, they will begin to lack confidence and self-esteem.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1838:\"<p><img src=\"/sites/default/files/pictures/what-is-play-banner-parents.jpg\" alt=\"\" width=\"697\" height=\"352\" /></p>\n<p>PLAY (Physical Literacy Assessment for Youth) was developed by Dr. Dean Kriellaars at the University of Manitoba to support the development and advancement of a participant’s physical literacy—their ability to move with competence and confidence in a wide variety of physical activities, and in multiple settings in support of their overall healthy development.</p>\n<p>The program is designed to be a motivating and efficient way to provide valuable information and feedback to participants and leaders about the progress and attainment of physical literacy.</p>\n<p>The <strong>PLAY <em>Fun</em> </strong>tool is used by a trained professional to assess a child in 18 fundamental skills/tasks, such as running, throwing, kicking and balance.</p>\n<p>The<strong> PLAY <em>Self</em> </strong>tool was designed to provide an assessment of a child’s perception of their own physical literacy. The tool also compares the child’s interest in physical literacy relative to numeracy and literacy.</p>\n<p>By using all of the PLAY tools, participants will improve their:</p>\n<ul>\n<li>awareness about physical literacy - the meaning of physical literacy and why it is important to develop in order to make healthy lifestyle choices;</li>\n<li>awareness of their own active participation and movement skills;  </li>\n<li>ability to set and meet individualized goals to enhance their physical literacy levels.</li>\n</ul>\n<p>Motivation to participate in an activity comes from having encouragement, adequate motor skill abilities, and a safe and welcoming environment. The more a child participates, the more confident they become; conversely, if they don\'t participate, they will begin to lack confidence and self-esteem.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646303130,1),('field:node:377',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2476:\"<p><img src=\"/sites/default/files/pictures/what-is-play-banner-participants.jpg\" alt=\"\" width=\"697\" height=\"352\"></p><p>PLAY will help you and your Leader, Coach or Instructor to set goals and track your progress as you develop physical literacy.</p><h2>About PLAY</h2><p>The PLAY program includes forms, charts and online tools that your Leader, Coach or Instructor can use to determine your level of physical literacy and help you improve it! There’s also information for you to check out and share with your parents.&nbsp;Your Leader, Coach or Instructor will be checking these two parts of your physical literacy:</p><h2>PLAY<em>Fun</em></h2><p>There are many different ways to be physically active, but almost all of them make use of the same basic skills. For example, running is an important skill used in soccer, dance and tennis—just to name a few! These basic skills are called fundamental movement skills. Your Leader, Coach or Instructor can use PLAYFun to assess 18 of these skills and help you to learn more about these skills and how to improve them.</p><h2>PLAY<em>Self</em></h2><p>PLAYself is a self-evaluation for you to determine your perception of your own physical literacy. “How good are you doing at doing sports in the gym?&nbsp; In the water?&nbsp; On the ice?”&nbsp; “I can’t wait to try new activities or sports?”&nbsp; There are no wrong answers so why not give it a try!</p><p>Visit our <a href=\"/participant-step-step-guide-assessing-physical-literacy\">Step-by-Step Guide</a> to assessing physical literacy!</p><h2>Physical Literacy and Injury Prevention</h2><p>Physical literacy will also help you to avoid getting injured when you participate in a physical activity or play a sport. Why? Because physical literacy relates to better body movements and increased awareness of your physical environment. &nbsp;</p><p>For example, everyone thinks they know how to run, but the truth is that a lot of people run with poor body movements. Many of your classmates may run inefficiently, or in a way that increases their risk of knee or ankle injury. The same could be said for other movements such as jumping and throwing. With poor movement skills, you increase your risk of injury.</p><p>By working on your physical literacy you are doing yourself a big favour. You are developing good movement skills and reducing your risk of injury. This is important for anyone who wants to have fun participating in physical activity or sport!</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2467:\"<p><img src=\"/sites/default/files/pictures/what-is-play-banner-participants.jpg\" alt=\"\" width=\"697\" height=\"352\" /></p>\n<p>PLAY will help you and your Leader, Coach or Instructor to set goals and track your progress as you develop physical literacy.</p>\n<h2>About PLAY</h2>\n<p>The PLAY program includes forms, charts and online tools that your Leader, Coach or Instructor can use to determine your level of physical literacy and help you improve it! There’s also information for you to check out and share with your parents. Your Leader, Coach or Instructor will be checking these two parts of your physical literacy:</p>\n<h2>PLAY<em>Fun</em></h2>\n<p>There are many different ways to be physically active, but almost all of them make use of the same basic skills. For example, running is an important skill used in soccer, dance and tennis—just to name a few! These basic skills are called fundamental movement skills. Your Leader, Coach or Instructor can use PLAYFun to assess 18 of these skills and help you to learn more about these skills and how to improve them.</p>\n<h2>PLAY<em>Self</em></h2>\n<p>PLAYself is a self-evaluation for you to determine your perception of your own physical literacy. “How good are you doing at doing sports in the gym?  In the water?  On the ice?”  “I can’t wait to try new activities or sports?”  There are no wrong answers so why not give it a try!</p>\n<p>Visit our <a href=\"/participant-step-step-guide-assessing-physical-literacy\">Step-by-Step Guide</a> to assessing physical literacy!</p>\n<h2>Physical Literacy and Injury Prevention</h2>\n<p>Physical literacy will also help you to avoid getting injured when you participate in a physical activity or play a sport. Why? Because physical literacy relates to better body movements and increased awareness of your physical environment.  </p>\n<p>For example, everyone thinks they know how to run, but the truth is that a lot of people run with poor body movements. Many of your classmates may run inefficiently, or in a way that increases their risk of knee or ankle injury. The same could be said for other movements such as jumping and throwing. With poor movement skills, you increase your risk of injury.</p>\n<p>By working on your physical literacy you are doing yourself a big favour. You are developing good movement skills and reducing your risk of injury. This is important for anyone who wants to have fun participating in physical activity or sport!</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646342811,1),('field:node:378',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1858:\"<p><img src=\"/sites/default/files/pictures/what-is-play-banner-objectives.jpg\" alt=\"\" width=\"697\" height=\"352\"></p><p>The PLAY tools were designed to provide information related to physical literacy of children and youth (ages 7 and up). &nbsp;These tools can be used for research, for program evaluation, for engagement of children &amp; parents, for surveillance, and for awareness.</p><p>&nbsp; &nbsp; The <strong>PLAY tools</strong>&nbsp;consist of:</p><ul><li><p><strong style=\"line-height: 1.538em;\"><strong style=\"line-height: 1.538em;\"><strong style=\"line-height: 1.538em;\"><strong style=\"line-height: 1.538em;\"><strong style=\"line-height: 1.538em;\">PLAY <em>Fun</em></strong>&nbsp;–</strong></strong></strong></strong> objective assessment of competence, confidence, comprehension of movement skills and tasks (sequences)&nbsp;</p></li><li><p><strong style=\"line-height: 1.538em;\">PLAY <em>Coach</em></strong> – coach/physical education teacher/kinesiologist/physiotherapist assessment of a child</p></li><li><p><strong style=\"line-height: 1.538em;\">PLAY <em>Parent</em></strong> – parental assessment of a child</p></li><li><p><strong style=\"line-height: 1.538em;\">PLAY <em>Self</em></strong> &nbsp;–&nbsp;child’s self assessment</p></li><li><p><strong style=\"line-height: 1.538em;\">PLAY <em>Basic</em></strong> – short form of PLAY Fun</p></li><li><p><strong style=\"line-height: 1.538em;\">PLAY <em>Inventory</em></strong> &nbsp;–&nbsp;&nbsp;inventory of activities - participation</p></li></ul><p>The tools can be used separately or in combination to provide insight into a child’s status in their physical literacy journey.</p><p>The ultimate goal is to use PLAY Tools to aid in developing individual or group programming for the development of physical literacy as it is the gateway to an active lifestyle.&nbsp;</p><p>&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1834:\"<p><img src=\"/sites/default/files/pictures/what-is-play-banner-objectives.jpg\" alt=\"\" width=\"697\" height=\"352\" /></p>\n<p>The PLAY tools were designed to provide information related to physical literacy of children and youth (ages 7 and up).  These tools can be used for research, for program evaluation, for engagement of children &amp; parents, for surveillance, and for awareness.</p>\n<p>    The <strong>PLAY tools</strong> consist of:</p>\n<ul>\n<li>\n<p><strong style=\"line-height: 1.538em;\"><strong style=\"line-height: 1.538em;\"><strong style=\"line-height: 1.538em;\"><strong style=\"line-height: 1.538em;\"><strong style=\"line-height: 1.538em;\">PLAY <em>Fun</em></strong> –</strong></strong></strong></strong> objective assessment of competence, confidence, comprehension of movement skills and tasks (sequences) </p>\n</li>\n<li>\n<p><strong style=\"line-height: 1.538em;\">PLAY <em>Coach</em></strong> – coach/physical education teacher/kinesiologist/physiotherapist assessment of a child</p>\n</li>\n<li>\n<p><strong style=\"line-height: 1.538em;\">PLAY <em>Parent</em></strong> – parental assessment of a child</p>\n</li>\n<li>\n<p><strong style=\"line-height: 1.538em;\">PLAY <em>Self</em></strong>  – child’s self assessment</p>\n</li>\n<li>\n<p><strong style=\"line-height: 1.538em;\">PLAY <em>Basic</em></strong> – short form of PLAY Fun</p>\n</li>\n<li>\n<p><strong style=\"line-height: 1.538em;\">PLAY <em>Inventory</em></strong>  –  inventory of activities - participation</p>\n</li>\n</ul>\n<p>The tools can be used separately or in combination to provide insight into a child’s status in their physical literacy journey.</p>\n<p>The ultimate goal is to use PLAY Tools to aid in developing individual or group programming for the development of physical literacy as it is the gateway to an active lifestyle. </p>\n<p> </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646198637,1),('field:node:379',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1947:\"<p class=\"MsoNormal\"><img src=\"/sites/default/files/pictures/what-is-play-banner-rational.jpg\" alt=\"\" width=\"697\" height=\"352\"></p><p class=\"MsoNormal\">We know that today’s children and youth are much less active than in the past. In the interests of their long-term health and wellness, we need to help them become more active and stay active.</p><p class=\"MsoNormal\">The first step is to help them become <a href=\"http://staging.physicalliteracy.ca/physical-literacy-explained\">physically literate</a>.&nbsp;</p><h2>PLAY<em>fun</em>&nbsp;</h2><p>The <strong>PLAY<em>fun</em></strong> tool was designed to provide an assessment of the proficiency of execution of basic movement skills and sequences as well as an assessment of the comprehension of the movement vocabulary, and confidence in execution of each skill/task.</p><p>The <strong>PLAY<em>fun</em></strong> tool underwent extensive development in terms of an expert group for content validation, evaluation of the two primary forms reliability; test-retest and inter-rater, evaluation of concurrent validity (a comparison to other related tools). Also the sensitivity and specificity of the tool have been evaluated. It has been used in numerous research studies of physical literacy in ages 7 to adult. Overall, <strong>PLAY<em>fun</em></strong> achieves very good overall results as a newly deployed tool for assessment of physical literacy.&nbsp;</p><h2>PLAY<em>self</em></h2><p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;\">The <strong>PLAY<em>self</em></strong> tool was designed to provide an assessment of a child’s perception of their own physical literacy, as well as comparing the child’s interest in physical literacy relative to numeracy and literacy.&nbsp; This tool has been used to engage children into a self-evaluation of their physical literacy, and the results can be compared to other PLAY tools.&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1937:\"<p class=\"MsoNormal\"><img src=\"/sites/default/files/pictures/what-is-play-banner-rational.jpg\" alt=\"\" width=\"697\" height=\"352\" /></p>\n<p class=\"MsoNormal\">We know that today’s children and youth are much less active than in the past. In the interests of their long-term health and wellness, we need to help them become more active and stay active.</p>\n<p class=\"MsoNormal\">The first step is to help them become <a href=\"http://staging.physicalliteracy.ca/physical-literacy-explained\">physically literate</a>. </p>\n<h2>PLAY<em>fun</em> </h2>\n<p>The <strong>PLAY<em>fun</em></strong> tool was designed to provide an assessment of the proficiency of execution of basic movement skills and sequences as well as an assessment of the comprehension of the movement vocabulary, and confidence in execution of each skill/task.</p>\n<p>The <strong>PLAY<em>fun</em></strong> tool underwent extensive development in terms of an expert group for content validation, evaluation of the two primary forms reliability; test-retest and inter-rater, evaluation of concurrent validity (a comparison to other related tools). Also the sensitivity and specificity of the tool have been evaluated. It has been used in numerous research studies of physical literacy in ages 7 to adult. Overall, <strong>PLAY<em>fun</em></strong> achieves very good overall results as a newly deployed tool for assessment of physical literacy. </p>\n<h2>PLAY<em>self</em></h2>\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;\">The <strong>PLAY<em>self</em></strong> tool was designed to provide an assessment of a child’s perception of their own physical literacy, as well as comparing the child’s interest in physical literacy relative to numeracy and literacy.  This tool has been used to engage children into a self-evaluation of their physical literacy, and the results can be compared to other PLAY tools. </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646238174,1),('field:node:380',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2919:\"<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Which PLAY Tool(s) Are You Interested In?</span></h2><h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Choose from the images below, or from the panel on the left.&nbsp;</span></h2><table style=\"margin-left: auto; margin-right: auto;\" border=\"0\"><tbody><tr><td style=\"border: 1px solid #ffffff; width: 400px; height: 300px;\"><a href=\"play-tools/playfun\"><img style=\"display: block; border: 1px solid black; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYfun%20Cover.png\" alt=\"The image depicts the cover for the PLAYFun resource page with a young girl running\" width=\"218\" height=\"282\"></a></td><td style=\"border: 1px solid #ffffff; width: 400px; height: 300px;\"><a href=\"play-tools/playself\"><img style=\"display: block; border: 1px solid black; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYself%20Cover.png\" alt=\"The image depicts the cover for the PLAYSelf resource page with 3  girls flexing their biceps\" width=\"218\" height=\"282\"></a></td></tr><tr><td style=\"border: 1px solid #ffffff;\" align=\"center\" valign=\"middle\"><a href=\"play-tools/playbasic\"><img style=\"border: 1px solid black; vertical-align: middle;\" src=\"/sites/default/files/PLAYbasic%20Cover.png\" alt=\"The image depicts the cover for the PLAYBasic resource page with a young girl balancing on one foot\" width=\"218\" height=\"282\"></a></td><td style=\"border: 1px solid #ffffff;\" align=\"center\" valign=\"middle\"><a href=\"play-tools/playcoach\"><img style=\"line-height: 1.538em; vertical-align: middle; border: 1px solid black;\" src=\"/sites/default/files/PLAYcoach%20Cover.png\" alt=\"The image depicts the cover for the PLAYCoach resource page with 4 soccer kids carrying a female athlete in celebration\" width=\"218\" height=\"282\"></a></td></tr><tr><td style=\"border: 1px solid #ffffff;\" align=\"center\" valign=\"middle\"><a href=\"play-tools/playparent\"><img style=\"vertical-align: middle; border: 1px solid black; display: block; margin-left: NaNpx; margin-right: NaNpx;\" src=\"/sites/default/files/PLAYparent%20Cover.png\" alt=\"The image depicts the cover for the PLAYParent resource page with a young boy running\" width=\"218\" height=\"282\"></a></td><td style=\"border: 1px solid #ffffff;\" align=\"center\" valign=\"middle\"><a href=\"play-tools/playinventory\"><img style=\"border: 1px solid black; display: block; vertical-align: middle; margin-left: NaNpx; margin-right: NaNpx;\" src=\"/sites/default/files/PLAYinventory_form.jpg\" alt=\"The image depicts the checklist for PLAYInventory \" width=\"218\" height=\"282\"></a></td></tr></tbody></table><p style=\"text-align: center;\">&nbsp;</p><table style=\"border: 0px solid #ffffff; margin-left: auto; margin-right: auto; background-color: #ffffff;\" border=\"0\" align=\"center\"><tbody><tr><td style=\"border: 1px solid #ffffff;\">&nbsp;</td><td style=\"border: 1px solid #ffffff;\">&nbsp;</td></tr></tbody></table>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2942:\"<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Which PLAY Tool(s) Are You Interested In?</span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Choose from the images below, or from the panel on the left. </span></h2>\n<table style=\"margin-left: auto; margin-right: auto;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid #ffffff; width: 400px; height: 300px;\"><a href=\"play-tools/playfun\"><img style=\"display: block; border: 1px solid black; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYfun%20Cover.png\" alt=\"The image depicts the cover for the PLAYFun resource page with a young girl running\" width=\"218\" height=\"282\" /></a></td>\n<td style=\"border: 1px solid #ffffff; width: 400px; height: 300px;\"><a href=\"play-tools/playself\"><img style=\"display: block; border: 1px solid black; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYself%20Cover.png\" alt=\"The image depicts the cover for the PLAYSelf resource page with 3  girls flexing their biceps\" width=\"218\" height=\"282\" /></a></td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #ffffff;\" align=\"center\" valign=\"middle\"><a href=\"play-tools/playbasic\"><img style=\"border: 1px solid black; vertical-align: middle;\" src=\"/sites/default/files/PLAYbasic%20Cover.png\" alt=\"The image depicts the cover for the PLAYBasic resource page with a young girl balancing on one foot\" width=\"218\" height=\"282\" /></a></td>\n<td style=\"border: 1px solid #ffffff;\" align=\"center\" valign=\"middle\"><a href=\"play-tools/playcoach\"><img style=\"line-height: 1.538em; vertical-align: middle; border: 1px solid black;\" src=\"/sites/default/files/PLAYcoach%20Cover.png\" alt=\"The image depicts the cover for the PLAYCoach resource page with 4 soccer kids carrying a female athlete in celebration\" width=\"218\" height=\"282\" /></a></td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #ffffff;\" align=\"center\" valign=\"middle\"><a href=\"play-tools/playparent\"><img style=\"vertical-align: middle; border: 1px solid black; display: block; margin-left: NaNpx; margin-right: NaNpx;\" src=\"/sites/default/files/PLAYparent%20Cover.png\" alt=\"The image depicts the cover for the PLAYParent resource page with a young boy running\" width=\"218\" height=\"282\" /></a></td>\n<td style=\"border: 1px solid #ffffff;\" align=\"center\" valign=\"middle\"><a href=\"play-tools/playinventory\"><img style=\"border: 1px solid black; display: block; vertical-align: middle; margin-left: NaNpx; margin-right: NaNpx;\" src=\"/sites/default/files/PLAYinventory_form.jpg\" alt=\"The image depicts the checklist for PLAYInventory \" width=\"218\" height=\"282\" /></a></td>\n</tr>\n</tbody>\n</table>\n<p style=\"text-align: center;\"> </p>\n<table style=\"border: 0px solid #ffffff; margin-left: auto; margin-right: auto; background-color: #ffffff;\" border=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid #ffffff;\"> </td>\n<td style=\"border: 1px solid #ffffff;\"> </td>\n</tr>\n</tbody>\n</table>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646167308,1),('field:node:381',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:47065:\"<h2 class=\"none\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--> <span style=\"color: #000000;\">What is PLAY<em>fun</em>?</span></h2><p class=\"none\">PLAY<em>fun</em> provides an assessment of key movement skills performed by the child. The tool itself is made up of 18 tasks that cover the child’s physical abilities. Each ability is graded on a four-point rubric with the following categories: Initial, Emerging, Competent and Proficient. &nbsp;</p><p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>fun</em>&nbsp;into five subsections, which can be found on the left-side navigation panel:</p><ol><li><a href=\"/play-tools/playfun/running\">Running</a></li><li><a href=\"/play-tools/playfun/locomotor\">Locomotor</a></li><li><a href=\"/play-tools/playfun/upper-body-object-control\">Object Control – Upper Body</a></li><li><a href=\"/play-tools/playfun/lower-body-object-control\">Object Control – Lower Body</a></li><li><a href=\"/play-tools/playfun/balance-stability-and-body-control\">Balance, Stability &amp; Body Control</a></li></ol><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\"><strong style=\"mso-bidi-font-weight: normal;\">Who can use PLAY<em>fun?</em></strong></span></h2><p class=\"MsoNormal\">Since PLAY<em>fun</em> involves the assessment of specific skills, the evaluator must have some education in movement and motion analysis. This could include NCCP-certified coaches, exercise professionals, physiotherapists, athletic therapists or other sport and recreation practitioners. These individuals must have the knowledge to accurately assess the child’s technique, and must be able to identify gaps in the child’s development when assessing each task.</p><p class=\"MsoNormal\">For a parent: PLAY<em>fun</em> provides a thorough assessment of your child’s skills and abilities. By having a trained professional assess your child using PLAY<em>fun</em>, you will gain insight into their child’s strengths, weaknesses and physical development. Use this information to create goals and track improvement.</p><p class=\"MsoNormal\">As a coach, physiotherapist, athletic therapist, exercise professional or recreation professional: Use PLAY<em>fun</em> in conjunction with the other PLAY tools to create a baseline assessment of the child’s current level of physical literacy. You and the child should mutually establish realistic goals (where the child wants to be) and a manageable process to reach them.</p><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Directions</span></h2><ol><li><p>Ask the child to perform each of the skills/tasks listed in the first column of the PLAYfun&nbsp;Form.</p></li><li><p>Observe the child performing the skill and rate each skill based on the four categories provided (Initial, Emerging, Competent and Proficient).</p></li><li><p>Take Action: Review the list of calls-to-action in your PLAYfun&nbsp;Workbook&nbsp;or on the&nbsp;<a href=\"/user/register\">registered side of our website</a>.</p></li><li><p>Remember to use the PLAYfun&nbsp;tool along with the other PLAY tools to see all perspectives of the child’s level of physical literacy.</p></li></ol><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Additional Information</span></h2><p>Confidence</p><p>On the right-hand side of the tool, you’ll see a column labelled “Confidence”. In this column, indicate whether the child had low, medium or high confidence when performing each task.</p><p>Comprehension</p><p>The comprehension boxes are used to track the child’s knowledge of each task and confidence while performing them.</p><ul><li><em>Prompt</em>:&nbsp;If the child needed the assessor to give them an additional prompt (outside of the instructions) (e.g. “Go on. You can do it.”), or to incite them to perform the skill/task, place a tick in the “Prompt” column.</li><li><em>Mimic</em>: If the child waited for one of their peers to perform the skill first, place a tick in the “Mimic” column.</li><li><em>Describe</em>: If the child asked the assessor to describe the skill/task, place a tick in the “Describe” column.</li><li><em>Demo</em>: If the child asked the assessor to demonstrate the skill/task, place a tick in the “Demo” column.</li></ul><p class=\"MsoNormal\">Important:</p><p class=\"MsoNormal\">Each question uses a 100mm scale so that the assessor may place a mark anywhere along the scale within each box. This allows the assessor to be more specific when defining the child’s ability for each task.</p><p class=\"MsoNormal\">Remember that the top score for proficient is the very best anyone could be at the skill, regardless of age.</p><p class=\"MsoNormal\">Example: This assessor has placed a black mark on the left-most side of the “Competent” box to identify that Child A has only just acquired the skill. This score is worth 51/100. An orange mark has been placed farther to the right side of the “Competent” box to indicate that Child B is more competent than Child A, who has just acquired the skill. This second score would be worth 63/100.</p><p class=\"MsoNormal\"><img style=\"margin: 5px;\" src=\"/sites/default/files/PLAYfun%20VAS.png\" alt=\"PLAYfun VAS example\" width=\"400\" height=\"124\"></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:50141:\"<h2 class=\"none\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin:0cm;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]--> <span style=\"color: #000000;\">What is PLAY<em>fun</em>?</span></h2>\n<p class=\"none\">PLAY<em>fun</em> provides an assessment of key movement skills performed by the child. The tool itself is made up of 18 tasks that cover the child’s physical abilities. Each ability is graded on a four-point rubric with the following categories: Initial, Emerging, Competent and Proficient.  </p>\n<p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>fun</em> into five subsections, which can be found on the left-side navigation panel:</p>\n<ol>\n<li><a href=\"/play-tools/playfun/running\">Running</a></li>\n<li><a href=\"/play-tools/playfun/locomotor\">Locomotor</a></li>\n<li><a href=\"/play-tools/playfun/upper-body-object-control\">Object Control – Upper Body</a></li>\n<li><a href=\"/play-tools/playfun/lower-body-object-control\">Object Control – Lower Body</a></li>\n<li><a href=\"/play-tools/playfun/balance-stability-and-body-control\">Balance, Stability &amp; Body Control</a></li>\n</ol>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\"><strong style=\"mso-bidi-font-weight: normal;\">Who can use PLAY<em>fun?</em></strong></span></h2>\n<p class=\"MsoNormal\">Since PLAY<em>fun</em> involves the assessment of specific skills, the evaluator must have some education in movement and motion analysis. This could include NCCP-certified coaches, exercise professionals, physiotherapists, athletic therapists or other sport and recreation practitioners. These individuals must have the knowledge to accurately assess the child’s technique, and must be able to identify gaps in the child’s development when assessing each task.</p>\n<p class=\"MsoNormal\">For a parent: PLAY<em>fun</em> provides a thorough assessment of your child’s skills and abilities. By having a trained professional assess your child using PLAY<em>fun</em>, you will gain insight into their child’s strengths, weaknesses and physical development. Use this information to create goals and track improvement.</p>\n<p class=\"MsoNormal\">As a coach, physiotherapist, athletic therapist, exercise professional or recreation professional: Use PLAY<em>fun</em> in conjunction with the other PLAY tools to create a baseline assessment of the child’s current level of physical literacy. You and the child should mutually establish realistic goals (where the child wants to be) and a manageable process to reach them.</p>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Directions</span></h2>\n<ol>\n<li>\n<p>Ask the child to perform each of the skills/tasks listed in the first column of the PLAYfun Form.</p>\n</li>\n<li>\n<p>Observe the child performing the skill and rate each skill based on the four categories provided (Initial, Emerging, Competent and Proficient).</p>\n</li>\n<li>\n<p>Take Action: Review the list of calls-to-action in your PLAYfun Workbook or on the <a href=\"/user/register\">registered side of our website</a>.</p>\n</li>\n<li>\n<p>Remember to use the PLAYfun tool along with the other PLAY tools to see all perspectives of the child’s level of physical literacy.</p>\n</li>\n</ol>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Additional Information</span></h2>\n<p>Confidence</p>\n<p>On the right-hand side of the tool, you’ll see a column labelled “Confidence”. In this column, indicate whether the child had low, medium or high confidence when performing each task.</p>\n<p>Comprehension</p>\n<p>The comprehension boxes are used to track the child’s knowledge of each task and confidence while performing them.</p>\n<ul>\n<li><em>Prompt</em>: If the child needed the assessor to give them an additional prompt (outside of the instructions) (e.g. “Go on. You can do it.”), or to incite them to perform the skill/task, place a tick in the “Prompt” column.</li>\n<li><em>Mimic</em>: If the child waited for one of their peers to perform the skill first, place a tick in the “Mimic” column.</li>\n<li><em>Describe</em>: If the child asked the assessor to describe the skill/task, place a tick in the “Describe” column.</li>\n<li><em>Demo</em>: If the child asked the assessor to demonstrate the skill/task, place a tick in the “Demo” column.</li>\n</ul>\n<p class=\"MsoNormal\">Important:</p>\n<p class=\"MsoNormal\">Each question uses a 100mm scale so that the assessor may place a mark anywhere along the scale within each box. This allows the assessor to be more specific when defining the child’s ability for each task.</p>\n<p class=\"MsoNormal\">Remember that the top score for proficient is the very best anyone could be at the skill, regardless of age.</p>\n<p class=\"MsoNormal\">Example: This assessor has placed a black mark on the left-most side of the “Competent” box to identify that Child A has only just acquired the skill. This score is worth 51/100. An orange mark has been placed farther to the right side of the “Competent” box to indicate that Child B is more competent than Child A, who has just acquired the skill. This second score would be worth 63/100.</p>\n<p class=\"MsoNormal\"><img style=\"margin: 5px;\" src=\"/sites/default/files/PLAYfun%20VAS.png\" alt=\"PLAYfun VAS example\" width=\"400\" height=\"124\" /></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646167314,1),('field:node:382',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1142:\"<p class=\"none\">Running is the foundation of physical preparation for many sports and is a competency that should be as proficient as possible. An individual’s running skill can mature and continue to improve well into adulthood, but the sooner it’s properly developed, the better!</p><p class=\"none\"><img style=\"margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%201-3.png\" alt=\"This image depicts the PLAYFun Checklist showing the 18 skills to be assessed and highlighting the 3 skills in the Running section\" width=\"743\" height=\"499\"></p><h2><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/running/run-square\"><span style=\"color: #0066ff;\">Question 1: Run a Square</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/running/run-there-and-back\"><span style=\"color: #0066ff;\">Question 2: Run there and back</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/running/run-jump-then-land-two-feet\"><span style=\"color: #0066ff;\">Question 3: Run, jump, then land on two feet</span></a></span></h2>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1149:\"<p class=\"none\">Running is the foundation of physical preparation for many sports and is a competency that should be as proficient as possible. An individual’s running skill can mature and continue to improve well into adulthood, but the sooner it’s properly developed, the better!</p>\n<p class=\"none\"><img style=\"margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%201-3.png\" alt=\"This image depicts the PLAYFun Checklist showing the 18 skills to be assessed and highlighting the 3 skills in the Running section\" width=\"743\" height=\"499\" /></p>\n<h2><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/running/run-square\"><span style=\"color: #0066ff;\">Question 1: Run a Square</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/running/run-there-and-back\"><span style=\"color: #0066ff;\">Question 2: Run there and back</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/running/run-jump-then-land-two-feet\"><span style=\"color: #0066ff;\">Question 3: Run, jump, then land on two feet</span></a></span></h2>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646193764,1),('field:node:383',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5623:\"<h2>Equipment</h2><p class=\"MsoNormal\">For this task, you’ll need 4 pylons (each 3 metres apart in a square formation)</p><hr><h2>Instruction</h2><p class=\"MsoNormal\">&nbsp;“I want you to run a square around the pylons. I want you to run a square as best you can. Ready? Run now.”</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium; font-family: verdana, geneva;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span>&nbsp;</p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Mature running form not present</li><li>Person is substantially overshooting or undershooting pylon placements</li><li>Slipping, tripping and/or stumbling is present&nbsp;&nbsp;</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p></td><td><ul><li>Rounds corners with numerous steps</li><li><span style=\"line-height: 2em; text-indent: -0.25in;\">While changing direction, shuffle or stutter-steps are present</span></li><li><span style=\"line-height: 2em; text-indent: -0.25in;\">Mature running form present</span></li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium; font-family: verdana, geneva;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 115%; font-family: verdana, geneva;\">Competent</span></p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;</span><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">sequencing errors</span></p></td><td><ul><li><span style=\"line-height: 1.5em; text-indent: -0.25in;\">May partially round corners, taking one extra step to change direction</span></li><li>Most of the corners are consistent in lateral shifts in body direction</li><li>Speed is at a jogging rate or faster</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; quality of the movements</span></p></td><td><div class=\"WordSection1\"><ul><li><span style=\"line-height: 1.5em; text-indent: -0.25in;\">Accelerates rapidly</span></li><li>Performs a controlled lateral shift at each pylon with minimal footwork</li><li>All four corners exhibit controlled and powerful changes of direction and speed</li><li>Speed is maximal</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Josephine is a 10-year-old girl learning to play basketball. Her coach, Sylvain, wants to know how physically literate Josephine is, so he decides to use the PLAYfun Tool to assess her fundamental skills. Sylvain asks Josephine to do the first running task: Run a Square. As Josephine performs the task, Sylvain notices some weaknesses in her technique, and some gaps in her development.</p><p class=\"MsoNormal\">The first thing Sylvain notices is Josephine’s acceleration. When Josephine accelerates, she moves with her head down and body leaning forward. She’s not able to get off to a quick start because of her undeveloped starting technique. He also notices how her arms flap out to the sides.</p><p class=\"MsoNormal\">By the time Josephine has reached the first pylon, her body has straightened up and she has picked up speed. Her speed causes her to overshoot the pylon, and as she comes back around to the next pylon, she overshoots that one as well. It is clear that Josephine lacks the control to round each cone with measured steps. The inconsistency in her pace, from a slow, staggered acceleration to a more lumbering run also takes away from her control and technique.</p><p class=\"MsoNormal\">These signs are indications that Josephine’s accelerating, running and turning abilities are at an “Initial” stage. Sylvain believes Josephine will show smoother technique when running in straight lines for a longer distance, as she does have the tendency to straighten out as she picks up speed, but for this activity Sylvain places a mark a little below the halfway mark under “Initial”.&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5619:\"<h2>Equipment</h2>\n<p class=\"MsoNormal\">For this task, you’ll need 4 pylons (each 3 metres apart in a square formation)</p>\n<hr />\n<h2>Instruction</h2>\n<p class=\"MsoNormal\"> “I want you to run a square around the pylons. I want you to run a square as best you can. Ready? Run now.”</p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium; font-family: verdana, geneva;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span> </p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Mature running form not present</li>\n<li>Person is substantially overshooting or undershooting pylon placements</li>\n<li>Slipping, tripping and/or stumbling is present  </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p>\n</td>\n<td>\n<ul>\n<li>Rounds corners with numerous steps</li>\n<li><span style=\"line-height: 2em; text-indent: -0.25in;\">While changing direction, shuffle or stutter-steps are present</span></li>\n<li><span style=\"line-height: 2em; text-indent: -0.25in;\">Mature running form present</span></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium; font-family: verdana, geneva;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 115%; font-family: verdana, geneva;\">Competent</span></p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">     Basic level of execution with minor     </span><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li><span style=\"line-height: 1.5em; text-indent: -0.25in;\">May partially round corners, taking one extra step to change direction</span></li>\n<li>Most of the corners are consistent in lateral shifts in body direction</li>\n<li>Speed is at a jogging rate or faster</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the     quality of the movements</span></p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li><span style=\"line-height: 1.5em; text-indent: -0.25in;\">Accelerates rapidly</span></li>\n<li>Performs a controlled lateral shift at each pylon with minimal footwork</li>\n<li>All four corners exhibit controlled and powerful changes of direction and speed</li>\n<li>Speed is maximal</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Josephine is a 10-year-old girl learning to play basketball. Her coach, Sylvain, wants to know how physically literate Josephine is, so he decides to use the PLAYfun Tool to assess her fundamental skills. Sylvain asks Josephine to do the first running task: Run a Square. As Josephine performs the task, Sylvain notices some weaknesses in her technique, and some gaps in her development.</p>\n<p class=\"MsoNormal\">The first thing Sylvain notices is Josephine’s acceleration. When Josephine accelerates, she moves with her head down and body leaning forward. She’s not able to get off to a quick start because of her undeveloped starting technique. He also notices how her arms flap out to the sides.</p>\n<p class=\"MsoNormal\">By the time Josephine has reached the first pylon, her body has straightened up and she has picked up speed. Her speed causes her to overshoot the pylon, and as she comes back around to the next pylon, she overshoots that one as well. It is clear that Josephine lacks the control to round each cone with measured steps. The inconsistency in her pace, from a slow, staggered acceleration to a more lumbering run also takes away from her control and technique.</p>\n<p class=\"MsoNormal\">These signs are indications that Josephine’s accelerating, running and turning abilities are at an “Initial” stage. Sylvain believes Josephine will show smoother technique when running in straight lines for a longer distance, as she does have the tendency to straighten out as she picks up speed, but for this activity Sylvain places a mark a little below the halfway mark under “Initial”. </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646193786,1),('field:node:384',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:7173:\"<h2>Equipment</h2><p style=\"line-height: 24.44444465637207px;\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">For this task, you’ll need 2 pylons (5 metres apart)</span></p><hr><h2>Instruction</h2><p class=\"MsoNormal\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">&nbsp;<span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">“I want you to run a straight line to the pylon, stop, turn around, and run back. I want you to run to the line, turn around, and run back as best you can. Ready? Run now.”</span></span></p><p class=\"MsoNormal\">&nbsp;</p><p><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_2754sm.jpg\" alt=\"three young children running in a line\" width=\"300\" height=\"150\"><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_2755.JPG\" alt=\"three young children turning 180 degrees before the continue running\" width=\"310\" height=\"170\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><hr><h2 style=\"text-align: center;\"><span style=\"color: #000000;\">&nbsp;</span> Rating System</h2><table style=\"width: 656px; height: 666px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Initial&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">Presence of numerous major gaps in execution</p></td><td><ul><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Stumbles,</span><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\"> slips or trips repeatedly</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Does not exhibit flow in transitions</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Movement is disjointed</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Oversteps lines</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Slow speed</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Running form missing key features</span><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">&nbsp;</span></li></ul></td></tr><tr style=\"background-color: #f5f5f5;\"><td style=\"background-color: #ffffff;\"><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\"><span data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></p></td><td style=\"background-color: #ffffff;\"><ul><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Arm movements and leg movements only synchronized in some phases, not all</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Sliding stop or shuffle-step stop</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Basic features of mature running form observed</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Rounded turnaround is evident</span><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">&nbsp;</span></li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;sequencing errors</p></td><td><ul><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Motion is along a straight line there and back</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Good speed (jog to run)</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Pivoting turn that is not fluid or quick, but is successful</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Mature running form is evident</span></li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; &nbsp; &nbsp; quality of the movements</p></td><td><div class=\"WordSection1\"><ul><li>Sprint speed</li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Accelerates rapidly</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Decelerates in control to a momentary stop</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Pivots and changes direction in a continuous manner</span></li><li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Arms and legs used purposefully for propulsion</span></li></ul></div></td></tr></tbody></table><p>&nbsp;</p><hr><h2><span style=\"color: #888888;\" data-mce-mark=\"1\">Assessment Example</span></h2><p class=\"MsoNormal\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">After running Josephine through the first task, Sylvain decides to see how she does at the second task: Run there and back. Sylvain sees that while Josephine still has some developing to do, her technique is stronger when she runs in a straight line for a longer distance.</span></p><p class=\"MsoNormal\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">As Josephine accelerates, she still tends to lean forward and flap her arms, but as she gets going she runs with a more upright posture and uses her arms more for propulsion than for flailing. However, Sylvain sees that as she approaches the pylon and begins to slow in preparation for turning, she comes to a stuttering stop and almost oversteps the line</span></p><p class=\"MsoNormal\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Sylvain recognizes that Josephine has some developmental areas that definitely need work and refinement, but he’s also aware that she has some strengths in her technique as well. He places a mark near the halfway mark under “Emerging”.</span></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:6997:\"<h2>Equipment</h2>\n<p style=\"line-height: 24.44444465637207px;\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">For this task, you’ll need 2 pylons (5 metres apart)</span></p>\n<hr />\n<h2>Instruction</h2>\n<p class=\"MsoNormal\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\"> <span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">“I want you to run a straight line to the pylon, stop, turn around, and run back. I want you to run to the line, turn around, and run back as best you can. Ready? Run now.”</span></span></p>\n<p class=\"MsoNormal\"> </p>\n<p><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_2754sm.jpg\" alt=\"three young children running in a line\" width=\"300\" height=\"150\" /><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_2755.JPG\" alt=\"three young children turning 180 degrees before the continue running\" width=\"310\" height=\"170\" />                                                               </p>\n<hr />\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"> </span> Rating System</h2>\n<table style=\"width: 656px; height: 666px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Initial </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">Presence of numerous major gaps in execution</p>\n</td>\n<td>\n<ul>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Stumbles,</span><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\"> slips or trips repeatedly</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Does not exhibit flow in transitions</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Movement is disjointed</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Oversteps lines</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Slow speed</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Running form missing key features</span><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\"> </span></li>\n</ul>\n</td>\n</tr>\n<tr style=\"background-color: #f5f5f5;\">\n<td style=\"background-color: #ffffff;\">\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\"><span data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></p>\n</td>\n<td style=\"background-color: #ffffff;\">\n<ul>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Arm movements and leg movements only synchronized in some phases, not all</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Sliding stop or shuffle-step stop</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Basic features of mature running form observed</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Rounded turnaround is evident</span><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\"> </span></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Basic level of execution with minor     sequencing errors</p>\n</td>\n<td>\n<ul>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Motion is along a straight line there and back</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Good speed (jog to run)</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Pivoting turn that is not fluid or quick, but is successful</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Mature running form is evident</span></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Overall proficiency is depicted by the         quality of the movements</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Sprint speed</li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Accelerates rapidly</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Decelerates in control to a momentary stop</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Pivots and changes direction in a continuous manner</span></li>\n<li><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Arms and legs used purposefully for propulsion</span></li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<hr />\n<h2><span style=\"color: #888888;\" data-mce-mark=\"1\">Assessment Example</span></h2>\n<p class=\"MsoNormal\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">After running Josephine through the first task, Sylvain decides to see how she does at the second task: Run there and back. Sylvain sees that while Josephine still has some developing to do, her technique is stronger when she runs in a straight line for a longer distance.</span></p>\n<p class=\"MsoNormal\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">As Josephine accelerates, she still tends to lean forward and flap her arms, but as she gets going she runs with a more upright posture and uses her arms more for propulsion than for flailing. However, Sylvain sees that as she approaches the pylon and begins to slow in preparation for turning, she comes to a stuttering stop and almost oversteps the line</span></p>\n<p class=\"MsoNormal\"><span style=\"font-family: verdana, geneva;\" data-mce-mark=\"1\">Sylvain recognizes that Josephine has some developmental areas that definitely need work and refinement, but he’s also aware that she has some strengths in her technique as well. He places a mark near the halfway mark under “Emerging”.</span></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646286603,1),('field:node:385',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4657:\"<h2>Equipment</h2><p>For this task, you’ll need 2 pylons (5 metres apart)</p><hr><h2>Instruction</h2><p>&nbsp;“I want you to run, jump at the pylon and then land on two feet. I want you to run, jump and land on two feet the best you can – just like a long jump. Ready? Go now.”&nbsp;</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td style=\"text-align: left;\"><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Initial&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">Presence of numerous major gaps in execution</p></td><td><ul><li>Not able to sequence the leap from one foot during the run</li><li>Very tentative in all sequencing of movements</li><li>Twists trunk or performs a twirling action</li><li>Lands on a single foot</li><li>Low speed and distance travelled&nbsp;</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Emerging&nbsp;&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">Limited number of major gaps,&nbsp;but able to execute basic sequencing of the task</p></td><td><ul><li>&nbsp;Segmented action between the run, jump and landing</li><li>Exhibits offset landing or multiple contacts on landing&nbsp;</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquired&nbsp;</span></p></td></tr><tr><td style=\"text-align: left;\"><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;sequencing errors</p></td><td><ul><li>Able to leap from one foot to land on two feet</li><li>Limited distance travelled</li><li>Slow running speed (jog)</li><li>Transition from jog to leap may not result in loss of speed</li><li>Upper body remains vertical during entire task to ensure landing</li></ul></td></tr><tr><td style=\"text-align: left;\"><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Proficient&nbsp;&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; quality of the movements</p></td><td><div class=\"WordSection1\"><ul><li>Able to accelerate to a good speed, shift from a single leg (hop) with smooth transition</li><li>No loss of speed</li><li>Powerfully drives body upward with hip action of opposite leg and toe off of planted foot</li><li>Aerial phase shows re-orientation of body for landing with arms moving forward</li><li>Very good distance travelled</li><li>Well controlled landing on two feet</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"none\">Janice coaches the athletics team at a local elementary school. She wants to know how physically literate the children are, especially those who plan to participate in the upcoming track and field meet, so she decides to use the PLAYfun Tool to assess their movement skills. Janice has a group of eight-year-olds do the third running task: Run, jump, then land on two feet.</p><p class=\"none\">Janice is immediately impressed by Peter\'s technique. He is not tentative during his run, and he leaps off one foot well. Though he sometimes lands on one foot slightly before the other, Peter is pretty coordinated in terms of getting both feet involved in the landing.</p><p class=\"none\">One thing Janice notices, however, is that while Peter does have a fast run up, he doesn\'t get as much distance on the jump as Janice thinks he should. She sees that, though he lands fairly square, Peter tends to twist his trunk a bit when he\'s in the air before he lands. Although Peter\'s technique is developed in certain areas, the twisting, the lack of distance and the fact that he doesn\'t land with two feet every time causes Janice to put a mark under “Competent”, but close to the “Emerging” line.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4653:\"<h2>Equipment</h2>\n<p>For this task, you’ll need 2 pylons (5 metres apart)</p>\n<hr />\n<h2>Instruction</h2>\n<p> “I want you to run, jump at the pylon and then land on two feet. I want you to run, jump and land on two feet the best you can – just like a long jump. Ready? Go now.” </p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: left;\">\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Initial </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">Presence of numerous major gaps in execution</p>\n</td>\n<td>\n<ul>\n<li>Not able to sequence the leap from one foot during the run</li>\n<li>Very tentative in all sequencing of movements</li>\n<li>Twists trunk or performs a twirling action</li>\n<li>Lands on a single foot</li>\n<li>Low speed and distance travelled </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Emerging  </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">Limited number of major gaps, but able to execute basic sequencing of the task</p>\n</td>\n<td>\n<ul>\n<li> Segmented action between the run, jump and landing</li>\n<li>Exhibits offset landing or multiple contacts on landing </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: left;\">\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Basic level of execution with minor     sequencing errors</p>\n</td>\n<td>\n<ul>\n<li>Able to leap from one foot to land on two feet</li>\n<li>Limited distance travelled</li>\n<li>Slow running speed (jog)</li>\n<li>Transition from jog to leap may not result in loss of speed</li>\n<li>Upper body remains vertical during entire task to ensure landing</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: left;\">\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Proficient  </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Overall proficiency is depicted by the     quality of the movements</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Able to accelerate to a good speed, shift from a single leg (hop) with smooth transition</li>\n<li>No loss of speed</li>\n<li>Powerfully drives body upward with hip action of opposite leg and toe off of planted foot</li>\n<li>Aerial phase shows re-orientation of body for landing with arms moving forward</li>\n<li>Very good distance travelled</li>\n<li>Well controlled landing on two feet</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"none\">Janice coaches the athletics team at a local elementary school. She wants to know how physically literate the children are, especially those who plan to participate in the upcoming track and field meet, so she decides to use the PLAYfun Tool to assess their movement skills. Janice has a group of eight-year-olds do the third running task: Run, jump, then land on two feet.</p>\n<p class=\"none\">Janice is immediately impressed by Peter\'s technique. He is not tentative during his run, and he leaps off one foot well. Though he sometimes lands on one foot slightly before the other, Peter is pretty coordinated in terms of getting both feet involved in the landing.</p>\n<p class=\"none\">One thing Janice notices, however, is that while Peter does have a fast run up, he doesn\'t get as much distance on the jump as Janice thinks he should. She sees that, though he lands fairly square, Peter tends to twist his trunk a bit when he\'s in the air before he lands. Although Peter\'s technique is developed in certain areas, the twisting, the lack of distance and the fact that he doesn\'t land with two feet every time causes Janice to put a mark under “Competent”, but close to the “Emerging” line.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646255872,1),('field:node:386',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:896:\"<p class=\"MsoNormal\">Locomotor skills refer to a person’s ability to move their body in all environments. Someone who is physically literate should be able to move their body with confidence and competence on the ground, in and on water, on snow and ice, and even through the air.</p><p class=\"MsoNormal\"><img style=\"margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%204-8.png\" alt=\"PLAYfun tasks 4-8 highlighted\" width=\"743\" height=\"499\"></p><h2><a href=\"/play-tools/playfun/locomotor/crossovers\">Question 4: Crossovers</a></h2><h2><a href=\"/play-tools/playfun/locomotor/skip\">Question 5: Skip</a></h2><h2><a href=\"/play-tools/playfun/locomotor/gallop\">Question 6: Gallop</a></h2><h2><a href=\"/play-tools/playfun/locomotor/hop\">Question 7: Hop</a></h2><h2><a href=\"/play-tools/playfun/locomotor/jump\">Question 8: Jump</a></h2>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:905:\"<p class=\"MsoNormal\">Locomotor skills refer to a person’s ability to move their body in all environments. Someone who is physically literate should be able to move their body with confidence and competence on the ground, in and on water, on snow and ice, and even through the air.</p>\n<p class=\"MsoNormal\"><img style=\"margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%204-8.png\" alt=\"PLAYfun tasks 4-8 highlighted\" width=\"743\" height=\"499\" /></p>\n<h2><a href=\"/play-tools/playfun/locomotor/crossovers\">Question 4: Crossovers</a></h2>\n<h2><a href=\"/play-tools/playfun/locomotor/skip\">Question 5: Skip</a></h2>\n<h2><a href=\"/play-tools/playfun/locomotor/gallop\">Question 6: Gallop</a></h2>\n<h2><a href=\"/play-tools/playfun/locomotor/hop\">Question 7: Hop</a></h2>\n<h2><a href=\"/play-tools/playfun/locomotor/jump\">Question 8: Jump</a></h2>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646170604,1),('field:node:387',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5327:\"<h2>Equipment</h2><p>For this task, you’ll need 2 pylons (5 metres apart)</p><hr><h2>Instruction</h2><p>“I want you to perform crossover steps from this pylon to the next. I want you to perform a crossover, or grapevine, step from here to there. Please do the best you can. Ready? Go now.</p><p><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_3027.JPG\" alt=\"three young children in a line doing crossovers\" width=\"300\" height=\"150\"><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_3033sm.jpg\" alt=\"three young children in a line doing crossovers\" width=\"300\" height=\"150\"></p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Initial</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\" data-mce-mark=\"1\">Presence of numerous major gaps in execution</span></p></td><td style=\"text-align: left;\"><ul><li>Does not perform crossover steps (side shuffles, or other incorrect movement)</li><li>Performs half the crossover step (front leg crossing over, or rear, but not both)</li></ul></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 115%;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p></td><td><ul><li>Crossover steps are inconsistent but evident</li><li>Speed of progression is slow</li><li>Upper body isn’t participating</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium; line-height: 19.5px;\">Acquired&nbsp;</span>&nbsp;</p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\" data-mce-mark=\"1\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\" data-mce-mark=\"1\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;</span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\" data-mce-mark=\"1\">sequencing errors</span></p></td><td><ul><li>Able to show front and rear crossovers for the entire distance travelled</li><li>Speed is moderate and does not falter</li><li>Evidence of upper body coordination present</li></ul></td></tr><tr style=\"background-color: #f5f5f5;\"><td style=\"background-color: #ffffff;\"><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; quality of the movements</span></p></td><td style=\"background-color: #ffffff;\"><div class=\"WordSection1\"><ul><li>Demonstrates fluid crossovers</li><li>Coordinated upper and lower body actions</li><li>Excellent speed of progression</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Scott is nine and he has never played baseball before. He\'s really excited, and his mom wants him to have the best experience possible. She asks her brother, Dan, who coaches baseball, what she should do to help make sure Scott is ready. Dan has been watching Scott since he was a baby and knows his nephew is fairly athletic, but he wants to know just how physically literate Scott is, so he offers to take him out to the park.</p><p class=\"MsoNormal\">At the park, Dan has Scott run through a number of PLAYfun locomotor activities, including crossovers. Scott takes to the activity with good speed, and for the most part he\'s able to display front and rear crossovers. However, Scott sometimes misses a rear step, and when he does it throws off his whole motion and instead of adjusting in mid-stride, Scott usually has to stop and start fresh.</p><p>&nbsp;Dan also sees that Scott\'s upper body coordinates well with the movement of his lower body, but again, when Scott stumbles, it takes him a moment to realign his coordination. Dan places a mark under “Competent”, but he places it close to “Emerging”.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5333:\"<h2>Equipment</h2>\n<p>For this task, you’ll need 2 pylons (5 metres apart)</p>\n<hr />\n<h2>Instruction</h2>\n<p>“I want you to perform crossover steps from this pylon to the next. I want you to perform a crossover, or grapevine, step from here to there. Please do the best you can. Ready? Go now.</p>\n<p><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_3027.JPG\" alt=\"three young children in a line doing crossovers\" width=\"300\" height=\"150\" /><img style=\"margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_3033sm.jpg\" alt=\"three young children in a line doing crossovers\" width=\"300\" height=\"150\" /></p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Initial</span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\" data-mce-mark=\"1\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td style=\"text-align: left;\">\n<ul>\n<li>Does not perform crossover steps (side shuffles, or other incorrect movement)</li>\n<li>Performs half the crossover step (front leg crossing over, or rear, but not both)</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 115%;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p>\n</td>\n<td>\n<ul>\n<li>Crossover steps are inconsistent but evident</li>\n<li>Speed of progression is slow</li>\n<li>Upper body isn’t participating</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium; line-height: 19.5px;\">Acquired </span> </p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\" data-mce-mark=\"1\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\" data-mce-mark=\"1\">     Basic level of execution with minor     </span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\" data-mce-mark=\"1\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Able to show front and rear crossovers for the entire distance travelled</li>\n<li>Speed is moderate and does not falter</li>\n<li>Evidence of upper body coordination present</li>\n</ul>\n</td>\n</tr>\n<tr style=\"background-color: #f5f5f5;\">\n<td style=\"background-color: #ffffff;\">\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the     quality of the movements</span></p>\n</td>\n<td style=\"background-color: #ffffff;\">\n<div class=\"WordSection1\">\n<ul>\n<li>Demonstrates fluid crossovers</li>\n<li>Coordinated upper and lower body actions</li>\n<li>Excellent speed of progression</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Scott is nine and he has never played baseball before. He\'s really excited, and his mom wants him to have the best experience possible. She asks her brother, Dan, who coaches baseball, what she should do to help make sure Scott is ready. Dan has been watching Scott since he was a baby and knows his nephew is fairly athletic, but he wants to know just how physically literate Scott is, so he offers to take him out to the park.</p>\n<p class=\"MsoNormal\">At the park, Dan has Scott run through a number of PLAYfun locomotor activities, including crossovers. Scott takes to the activity with good speed, and for the most part he\'s able to display front and rear crossovers. However, Scott sometimes misses a rear step, and when he does it throws off his whole motion and instead of adjusting in mid-stride, Scott usually has to stop and start fresh.</p>\n<p> Dan also sees that Scott\'s upper body coordinates well with the movement of his lower body, but again, when Scott stumbles, it takes him a moment to realign his coordination. Dan places a mark under “Competent”, but he places it close to “Emerging”.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646362243,1),('field:node:389',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4338:\"<h2>Equipment</h2><p>For this task, you’ll need 2 pylons (5 metres apart)</p><hr><h2>Instruction</h2><p>“I want you to gallop from this pylon to the next. Front gallop as best you can. So, I want you to perform a gallop from here to there. Ready? Go now.”</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium; font-family: verdana, geneva;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium;\">Initial</span>&nbsp;</p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Lift off or aerial phase not present</li><li>Body faces sideways rather than forward&nbsp;</li></ul></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 115%;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p></td><td><ul><li>Lift off or aerial phase present but inconsistent</li><li>Upper arm motion not fluidly connected to lower limbs</li><li>Unable to have consistent flow</li><li>May falter in speed (slow to reacquire step)</li><li>Body may twist</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium; font-family: verdana, geneva;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 115%; font-family: verdana, geneva;\">Competent</span></p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor&nbsp;</span><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">sequencing errors</span></p></td><td><ul><li>Consistent aerial phase with synchronized upper limbs</li><li>Speed may be slow and amplitude low</li><li>Flow of gallop steps may be intermittent</li></ul></td></tr><tr style=\"background-color: #f5f5f5;\"><td style=\"background-color: #ffffff;\"><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the quality of the movements</span></p></td><td style=\"background-color: #ffffff;\"><div class=\"WordSection1\"><ul><li>Fluid action of upper and lower body in synchrony</li><li>Immediate transition from start to gallop action</li><li>Trunk facing forward entire distance</li><li>Amplitude and speed are very good</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Before Dan takes Scott back home, he decides to run him through one more task.</p><p class=\"MsoNormal\">He already has a sense of Scott\'s level of competence in terms of doing crossover steps and skipping, but he wants to know how developed Scott is at the gallop.</p><p class=\"MsoNormal\">At first, Scott struggles to lift off the ground. Once he gets the motion going, the aerial phase of his gallop is present, though inconsistent. Scott also has a tendency to twist his body with each gallop. With the twisting of his trunk, Scott also struggles to keep his upper arm motion fluidly connected to his lower limbs.</p><p class=\"MsoNormal\">One area that Scott shows consistency is in his speed. He moves through each gallop quickly, and Dan knows that once Scott addresses the weaker areas of his technique, his tendency toward speed will be more of an asset. For now though, Scott might want to think about going through the movements at a slower pace until he gets it down. Dan places a mark a little less than halfway along the “Emerging” line.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4363:\"<h2>Equipment</h2>\n<p>For this task, you’ll need 2 pylons (5 metres apart)</p>\n<hr />\n<h2>Instruction</h2>\n<p>“I want you to gallop from this pylon to the next. Front gallop as best you can. So, I want you to perform a gallop from here to there. Ready? Go now.”</p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium; font-family: verdana, geneva;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium;\">Initial</span> </p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Lift off or aerial phase not present</li>\n<li>Body faces sideways rather than forward </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 115%;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p>\n</td>\n<td>\n<ul>\n<li>Lift off or aerial phase present but inconsistent</li>\n<li>Upper arm motion not fluidly connected to lower limbs</li>\n<li>Unable to have consistent flow</li>\n<li>May falter in speed (slow to reacquire step)</li>\n<li>Body may twist</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium; font-family: verdana, geneva;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 115%; font-family: verdana, geneva;\">Competent</span></p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">     Basic level of execution with minor </span><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Consistent aerial phase with synchronized upper limbs</li>\n<li>Speed may be slow and amplitude low</li>\n<li>Flow of gallop steps may be intermittent</li>\n</ul>\n</td>\n</tr>\n<tr style=\"background-color: #f5f5f5;\">\n<td style=\"background-color: #ffffff;\">\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the quality of the movements</span></p>\n</td>\n<td style=\"background-color: #ffffff;\">\n<div class=\"WordSection1\">\n<ul>\n<li>Fluid action of upper and lower body in synchrony</li>\n<li>Immediate transition from start to gallop action</li>\n<li>Trunk facing forward entire distance</li>\n<li>Amplitude and speed are very good</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Before Dan takes Scott back home, he decides to run him through one more task.</p>\n<p class=\"MsoNormal\">He already has a sense of Scott\'s level of competence in terms of doing crossover steps and skipping, but he wants to know how developed Scott is at the gallop.</p>\n<p class=\"MsoNormal\">At first, Scott struggles to lift off the ground. Once he gets the motion going, the aerial phase of his gallop is present, though inconsistent. Scott also has a tendency to twist his body with each gallop. With the twisting of his trunk, Scott also struggles to keep his upper arm motion fluidly connected to his lower limbs.</p>\n<p class=\"MsoNormal\">One area that Scott shows consistency is in his speed. He moves through each gallop quickly, and Dan knows that once Scott addresses the weaker areas of his technique, his tendency toward speed will be more of an asset. For now though, Scott might want to think about going through the movements at a slower pace until he gets it down. Dan places a mark a little less than halfway along the “Emerging” line.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646354395,1),('field:node:390',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4646:\"<h2>Equipment</h2><p>For this task, you’ll need 2 pylons (5 metres apart)&nbsp;</p><hr><h2>Instruction</h2><p>“I want you to hop from this pylon to the next. I want you to hop as best you can. Please hop from here to there. Ready? Hop now.”</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium; font-family: verdana, geneva;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium;\">Initial</span>&nbsp;</p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Fails to maintain single leg support and touches down opposite foot</li><li>Performs a jumping action</li><li>Upper body and lower body in asynchrony</li></ul></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 115%;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p></td><td><ul><li>Inconsistent distances and low amplitude of displacement (horizontal or vertical)</li><li>Balance control problems evident during progression</li><li>Starting is stutter-like</li><li>Stopping is sloppy and possibly over-hopping or premature ending</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium; font-family: verdana, geneva;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 115%; font-family: verdana, geneva;\">Competent</span></p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;</span><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">sequencing errors</span></p></td><td><ul><li>Able to hop on one leg from start to end with medium distance hops</li><li>Evident aerial phase</li><li>May not employ opposite leg to assist</li><li>Distance may vary from hop to hop in mid-range</li><li>Start and stop control may be limited</li></ul></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; quality of the movements</span></p></td><td><div class=\"WordSection1\"><ul><li>Substantial hopping distance that is consistent in distance in mid-range</li><li>Immediate transition to hopping and immediate hop to stationary position at end</li><li>Continuity in motion</li><li>Good horizontal and/or vertical speed</li><li>Uses opposite lower limb and upper body in synchrony with the other lower limb</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Geri is a lifeguard at the community pool. She has agreed to run swimming lessons for seven-year-olds. Because she knows how important physical literacy is for swimming, she has requested that the kids show up early to each lesson so that she can assess her pupils\' fundamental skills.</p><p class=\"MsoNormal\">Today, she is leading them through PLAYfun\'s \"Hop\" task. Jennifer takes her turn and Geri can see the gaps in her development as well as the potential in her technique. When Jennifer hops, her movement is fluid, but after taking a couple she begins to lose her balance. Sometimes she has to step down with her opposite leg to keep from falling.</p><p class=\"MsoNormal\">Although her pacing is erratic as she moves between the cones, Jennifer does well to maintain a fairly consistent medium-range distance from hop to hop. She sets herself up to reach the cone each time without coming up short or landing beyond. For the most part, Jennifer displays synchrony between her upper and lower body, though when her balance falters, so too does her coordination. Geri places a mark under “Emerging” edging on the side of “Competent”.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4657:\"<h2>Equipment</h2>\n<p>For this task, you’ll need 2 pylons (5 metres apart) </p>\n<hr />\n<h2>Instruction</h2>\n<p>“I want you to hop from this pylon to the next. I want you to hop as best you can. Please hop from here to there. Ready? Hop now.”</p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium; font-family: verdana, geneva;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium;\">Initial</span> </p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Fails to maintain single leg support and touches down opposite foot</li>\n<li>Performs a jumping action</li>\n<li>Upper body and lower body in asynchrony</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 115%;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p>\n</td>\n<td>\n<ul>\n<li>Inconsistent distances and low amplitude of displacement (horizontal or vertical)</li>\n<li>Balance control problems evident during progression</li>\n<li>Starting is stutter-like</li>\n<li>Stopping is sloppy and possibly over-hopping or premature ending</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium; font-family: verdana, geneva;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 115%; font-family: verdana, geneva;\">Competent</span></p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">     Basic level of execution with minor     </span><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Able to hop on one leg from start to end with medium distance hops</li>\n<li>Evident aerial phase</li>\n<li>May not employ opposite leg to assist</li>\n<li>Distance may vary from hop to hop in mid-range</li>\n<li>Start and stop control may be limited</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the     quality of the movements</span></p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Substantial hopping distance that is consistent in distance in mid-range</li>\n<li>Immediate transition to hopping and immediate hop to stationary position at end</li>\n<li>Continuity in motion</li>\n<li>Good horizontal and/or vertical speed</li>\n<li>Uses opposite lower limb and upper body in synchrony with the other lower limb</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Geri is a lifeguard at the community pool. She has agreed to run swimming lessons for seven-year-olds. Because she knows how important physical literacy is for swimming, she has requested that the kids show up early to each lesson so that she can assess her pupils\' fundamental skills.</p>\n<p class=\"MsoNormal\">Today, she is leading them through PLAYfun\'s \"Hop\" task. Jennifer takes her turn and Geri can see the gaps in her development as well as the potential in her technique. When Jennifer hops, her movement is fluid, but after taking a couple she begins to lose her balance. Sometimes she has to step down with her opposite leg to keep from falling.</p>\n<p class=\"MsoNormal\">Although her pacing is erratic as she moves between the cones, Jennifer does well to maintain a fairly consistent medium-range distance from hop to hop. She sets herself up to reach the cone each time without coming up short or landing beyond. For the most part, Jennifer displays synchrony between her upper and lower body, though when her balance falters, so too does her coordination. Geri places a mark under “Emerging” edging on the side of “Competent”.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646350156,1),('field:node:391',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1596:\"<p class=\"MsoNormal\">Object control and manipulation are essential skills for <em>many</em> sports and activities.</p><p class=\"MsoNormal\">Some examples of object control:</p><ul><li>Swinging an object (bat, golf club, hammer, etc.)</li><li>Controlling a soccer ball (with head, trunk, legs and/or feet)</li><li>Throwing a Frisbee (speed of arm, coordination with wrist and release, etc.)</li><li>Object control is necessary for other tasks such as: painting, writing, juggling, shuffling a deck of cards, etc.</li></ul><p class=\"MsoNormal\"><em>For a complete list of object control skills used during physical activity, see:&nbsp;</em><a style=\"line-height: 1.538em;\" href=\"http://canadiansportforlife.ca/ten-key-factors/more-about-fundamentals\">More about fundamentals</a><em style=\"line-height: 1.538em;\">.</em></p><p class=\"MsoNormal\"><em><img style=\"margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%209-12.png\" alt=\"PLAYfun tasks 9-12 highlighted\" width=\"743\" height=\"499\"></em></p><h2 class=\"MsoNormal\"><a href=\"/play-tools/playfun/upper-body-object-control/overhand-throw\">Question 9: Overhand throw</a></h2><h2 class=\"MsoNormal\"><a href=\"/play-tools/playfun/upper-body-object-control/strike-stick\">Question 10: Strike with stick</a></h2><h2 class=\"MsoNormal\"><a href=\"/play-tools/playfun/upper-body-object-control/one-handed-catch\">Question 11: One handed catch</a></h2><h2 class=\"MsoNormal\"><a href=\"/play-tools/playfun/upper-body-object-control/hand-dribble-stationary-and-moving-forward\">Question 12: Hand dribble stationary &amp; moving forward</a></h2>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1608:\"<p class=\"MsoNormal\">Object control and manipulation are essential skills for <em>many</em> sports and activities.</p>\n<p class=\"MsoNormal\">Some examples of object control:</p>\n<ul>\n<li>Swinging an object (bat, golf club, hammer, etc.)</li>\n<li>Controlling a soccer ball (with head, trunk, legs and/or feet)</li>\n<li>Throwing a Frisbee (speed of arm, coordination with wrist and release, etc.)</li>\n<li>Object control is necessary for other tasks such as: painting, writing, juggling, shuffling a deck of cards, etc.</li>\n</ul>\n<p class=\"MsoNormal\"><em>For a complete list of object control skills used during physical activity, see: </em><a style=\"line-height: 1.538em;\" href=\"http://canadiansportforlife.ca/ten-key-factors/more-about-fundamentals\">More about fundamentals</a><em style=\"line-height: 1.538em;\">.</em></p>\n<p class=\"MsoNormal\"><em><img style=\"margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%209-12.png\" alt=\"PLAYfun tasks 9-12 highlighted\" width=\"743\" height=\"499\" /></em></p>\n<h2 class=\"MsoNormal\"><a href=\"/play-tools/playfun/upper-body-object-control/overhand-throw\">Question 9: Overhand throw</a></h2>\n<h2 class=\"MsoNormal\"><a href=\"/play-tools/playfun/upper-body-object-control/strike-stick\">Question 10: Strike with stick</a></h2>\n<h2 class=\"MsoNormal\"><a href=\"/play-tools/playfun/upper-body-object-control/one-handed-catch\">Question 11: One handed catch</a></h2>\n<h2 class=\"MsoNormal\"><a href=\"/play-tools/playfun/upper-body-object-control/hand-dribble-stationary-and-moving-forward\">Question 12: Hand dribble stationary &amp; moving forward</a></h2>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646190107,1),('field:node:392',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4768:\"<h2>Equipment</h2><p>For this task, you’ll need 2 pylons (5 metres apart)&nbsp;</p><hr><p><img style=\"display: block; float: right;\" src=\"/sites/default/files/IMG_3045.JPG\" alt=\"Three young children preparing to jump\" width=\"300\" height=\"150\"></p><h2>Instruction</h2><p>“I want you to jump from this pylon to the next. I want you to jump as best you can. Please jump from here to there. Ready? Jump now.”</p><p>&nbsp;</p><p>&nbsp;</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Initial</span>&nbsp;</span></p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\" data-mce-mark=\"1\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Does not perform a two-foot jump</li><li>Performs an offset landing or takeoff with staggered feet</li><li>Unable to perform more than one jump in a row</li></ul></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 115%;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p></td><td><ul><li>Able to jump but exhibits inconsistent distances each jump</li><li>Upper body may be rigid</li><li>Arms not participating in jump motion</li><li>May show balance control problems during task</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 115%; font-family: verdana, geneva;\" data-mce-mark=\"1\">Competent</span></p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\" data-mce-mark=\"1\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;</span><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\" data-mce-mark=\"1\">sequencing errors</span></p></td><td><ul><li>Performs a continuous jumping action from start to finish</li><li>Limited arm action</li><li>Lower body triple flexion (hip, knee, ankle used for propulsion)</li><li>Distance travelled is limited (less than one full step)</li><li>Speed may be limited due to limited jump distance</li></ul></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the quality of the movements</span></p></td><td><div class=\"WordSection1\"><ul><li>Jumping distance is substantial (length of body)</li><li>Evident lower body triple flexion (hip, knee, ankle used for propulsion)</li><li>Arm swing evident and propulsive</li><li>Fluid start and stop</li><li>Speed of transport is very good</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Barry coaches a youth football team that consists mainly of 12-year-olds. One of the boys playing this year, Kyle, is an accomplished track athlete and swimmer, so Barry imagines Kyle\'s physical literacy will be well developed. Even still, Barry makes a point of gauging all his athletes\' levels of physical literacy at the start of the season by using PLAYfun. He has Kyle perform the jump task.</p><p class=\"MsoNormal\">The first thing Barry notices is how well balanced Kyle is. Kyle is able to perform a continuous jumping action from start to finish, leaving with and landing on both feet evenly. He uses his arms well to help propel his jump. As well, Kyle\'s body appears to be relaxed and not rigid at any point during the task.</p><p class=\"MsoNormal\">One weakness in Kyle\'s technique is the way he tends to jump for height instead of distance. Barry figures Kyle travels less than one full step per jump, and because of the amplitude of the jump, Kyle\'s speed is also hindered. Barry places a mark under “Competent” near the halfway mark.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4784:\"<h2>Equipment</h2>\n<p>For this task, you’ll need 2 pylons (5 metres apart) </p>\n<hr />\n<p><img style=\"display: block; float: right;\" src=\"/sites/default/files/IMG_3045.JPG\" alt=\"Three young children preparing to jump\" width=\"300\" height=\"150\" /></p>\n<h2>Instruction</h2>\n<p>“I want you to jump from this pylon to the next. I want you to jump as best you can. Please jump from here to there. Ready? Jump now.”</p>\n<p> </p>\n<p> </p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Initial</span> </span></p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\" data-mce-mark=\"1\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Does not perform a two-foot jump</li>\n<li>Performs an offset landing or takeoff with staggered feet</li>\n<li>Unable to perform more than one jump in a row</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 115%;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p>\n</td>\n<td>\n<ul>\n<li>Able to jump but exhibits inconsistent distances each jump</li>\n<li>Upper body may be rigid</li>\n<li>Arms not participating in jump motion</li>\n<li>May show balance control problems during task</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 115%; font-family: verdana, geneva;\" data-mce-mark=\"1\">Competent</span></p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\" data-mce-mark=\"1\">     Basic level of execution with minor     </span><span style=\"font-size: small; line-height: 115%; font-family: verdana, geneva;\" data-mce-mark=\"1\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Performs a continuous jumping action from start to finish</li>\n<li>Limited arm action</li>\n<li>Lower body triple flexion (hip, knee, ankle used for propulsion)</li>\n<li>Distance travelled is limited (less than one full step)</li>\n<li>Speed may be limited due to limited jump distance</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 115%;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the quality of the movements</span></p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Jumping distance is substantial (length of body)</li>\n<li>Evident lower body triple flexion (hip, knee, ankle used for propulsion)</li>\n<li>Arm swing evident and propulsive</li>\n<li>Fluid start and stop</li>\n<li>Speed of transport is very good</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Barry coaches a youth football team that consists mainly of 12-year-olds. One of the boys playing this year, Kyle, is an accomplished track athlete and swimmer, so Barry imagines Kyle\'s physical literacy will be well developed. Even still, Barry makes a point of gauging all his athletes\' levels of physical literacy at the start of the season by using PLAYfun. He has Kyle perform the jump task.</p>\n<p class=\"MsoNormal\">The first thing Barry notices is how well balanced Kyle is. Kyle is able to perform a continuous jumping action from start to finish, leaving with and landing on both feet evenly. He uses his arms well to help propel his jump. As well, Kyle\'s body appears to be relaxed and not rigid at any point during the task.</p>\n<p class=\"MsoNormal\">One weakness in Kyle\'s technique is the way he tends to jump for height instead of distance. Barry figures Kyle travels less than one full step per jump, and because of the amplitude of the jump, Kyle\'s speed is also hindered. Barry places a mark under “Competent” near the halfway mark.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646357349,1),('field:node:393',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5331:\"<h2 class=\"MsoNormal\">Equipment</h2><p class=\"MsoNormal\">For this task, you’ll need:</p><ul><li>Tennis ball (or similar)</li><li>Baseball bat (or similar)</li><li>Baseball tee (adjustable height)</li></ul><hr><h2 class=\"MsoNormal\">Instruction</h2><p style=\"text-align: left;\">“I want you to strike the ball. I want you to strike the ball as best you can. Please try to strike the ball as best you can. Ready? Strike now.”&nbsp;</p><p style=\"text-align: left;\"><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/IMG_2918.JPG\" alt=\"young girl swinging a baseball bat\" width=\"300\" height=\"150\"></p><hr><h2 style=\"text-align: center;\"><span style=\"color: #888888;\">Rating System</span></h2><table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium; font-family: verdana, geneva;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium;\">Initial</span>&nbsp;</p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Grasp of implement inappropriate (cross-over hands, uses a single limb to swing, etc.)</li><li>No coordination between upper and lower body</li><li>No weight shift</li><li>Swinging action is weak and trajectory of implement wavers</li><li>Limited wind-up and follow-through</li></ul></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium;\">Emerging&nbsp;</span>&nbsp;</p><p style=\"text-align: center;\"><span style=\"line-height: 14px;\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 14px;\">but able to execute basic sequencing of the task</span></p></td><td><ul><li>Elements of the swinging action present but not all the sequences of weight transfer, trunk rotation and arm swing are evident</li><li>Dominance of one arm relative to the other</li><li>Upper limbs don’t work together</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium; font-family: verdana, geneva;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\">Competent</span></p><p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;</span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p></td><td><ul><li>Swinging action evident with good speed</li><li>Limited weight transfer</li><li>Wind-up and follow-through limited but present</li><li>Sequencing of weight transfer, to trunk rotation, to arm swing is present but may be modest and slightly disjointed</li></ul></td></tr><tr><td><p style=\"text-align: center;\"><span style=\"font-size: medium;\"><span style=\"line-height: 18px;\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"text-align: center;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the quality of the movements</p></td><td><div class=\"WordSection1\"><ul><li>&nbsp;Powerful swinging action with good speed of implement</li><li>Strong stepping action and weight transfer from trailing to leading leg</li><li>Synchronized and sequenced weight transfer, to trunk rotation, to upper limb rotation</li><li>Implement trajectory is well controlled with excellent wind-up and follow-through</li></ul></div></td></tr></tbody></table><p>&nbsp;</p><hr><h2>Assessment Example</h2><p>Max played professional lacrosse for years. Now that he\'s retired, he coaches and runs clinics and camps for kids. Part of his philosophy is for kids to be comfortable and capable of performing other sports skills aside from just those that relate to lacrosse. Max understands that this is all part of being physically literate, which he tries his best to develop in each of his practices.</p><p class=\"MsoNormal\">Twelve-year-old Laura hasn\'t played too many sports, so her parents decide to register her for private lessons with Max. She runs and swims and loves to hike, but hasn\'t done much in the way of team stuff. She thinks lacrosse looks like fun. Max understands that from her other physical activities, Laura will be competent in a range of fundamental skills. Since lacrosse requires the hand-eye coordination that comes from using a stick, Max decides to have Laura strike with a stick.</p><p class=\"MsoNormal\">Laura has a good grasp of the bat when she picks it up and swings it, but Max can see this is an unfamiliar technique for her. Although there is some weight shift from her back leg to the front, her trunk doesn\'t rotate much and her motion is almost entirely in her arms. She leans forward as she swings as opposed to rotating through the action.</p><p class=\"MsoNormal\">Despite Laura\'s obvious gaps in development, neither arm seems to dominate the other, and she displays coordination between her upper limbs – likely developed during swimming, Max figures. He places a mark not quite at the halfway mark of “Emerging”.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5351:\"<h2 class=\"MsoNormal\">Equipment</h2>\n<p class=\"MsoNormal\">For this task, you’ll need:</p>\n<ul>\n<li>Tennis ball (or similar)</li>\n<li>Baseball bat (or similar)</li>\n<li>Baseball tee (adjustable height)</li>\n</ul>\n<hr />\n<h2 class=\"MsoNormal\">Instruction</h2>\n<p style=\"text-align: left;\">“I want you to strike the ball. I want you to strike the ball as best you can. Please try to strike the ball as best you can. Ready? Strike now.” </p>\n<p style=\"text-align: left;\"><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/IMG_2918.JPG\" alt=\"young girl swinging a baseball bat\" width=\"300\" height=\"150\" /></p>\n<hr />\n<h2 style=\"text-align: center;\"><span style=\"color: #888888;\">Rating System</span></h2>\n<table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium; font-family: verdana, geneva;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium;\">Initial</span> </p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Grasp of implement inappropriate (cross-over hands, uses a single limb to swing, etc.)</li>\n<li>No coordination between upper and lower body</li>\n<li>No weight shift</li>\n<li>Swinging action is weak and trajectory of implement wavers</li>\n<li>Limited wind-up and follow-through</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium;\">Emerging </span> </p>\n<p style=\"text-align: center;\"><span style=\"line-height: 14px;\">Limited number of major gaps, </span><span style=\"line-height: 14px;\">but able to execute basic sequencing of the task</span></p>\n</td>\n<td>\n<ul>\n<li>Elements of the swinging action present but not all the sequences of weight transfer, trunk rotation and arm swing are evident</li>\n<li>Dominance of one arm relative to the other</li>\n<li>Upper limbs don’t work together</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium; font-family: verdana, geneva;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\">Competent</span></p>\n<p style=\"text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">     Basic level of execution with minor     </span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Swinging action evident with good speed</li>\n<li>Limited weight transfer</li>\n<li>Wind-up and follow-through limited but present</li>\n<li>Sequencing of weight transfer, to trunk rotation, to arm swing is present but may be modest and slightly disjointed</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: medium;\"><span style=\"line-height: 18px;\">Proficient </span> </span></p>\n<p style=\"text-align: center;\">     Overall proficiency is depicted by the quality of the movements</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li> Powerful swinging action with good speed of implement</li>\n<li>Strong stepping action and weight transfer from trailing to leading leg</li>\n<li>Synchronized and sequenced weight transfer, to trunk rotation, to upper limb rotation</li>\n<li>Implement trajectory is well controlled with excellent wind-up and follow-through</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<hr />\n<h2>Assessment Example</h2>\n<p>Max played professional lacrosse for years. Now that he\'s retired, he coaches and runs clinics and camps for kids. Part of his philosophy is for kids to be comfortable and capable of performing other sports skills aside from just those that relate to lacrosse. Max understands that this is all part of being physically literate, which he tries his best to develop in each of his practices.</p>\n<p class=\"MsoNormal\">Twelve-year-old Laura hasn\'t played too many sports, so her parents decide to register her for private lessons with Max. She runs and swims and loves to hike, but hasn\'t done much in the way of team stuff. She thinks lacrosse looks like fun. Max understands that from her other physical activities, Laura will be competent in a range of fundamental skills. Since lacrosse requires the hand-eye coordination that comes from using a stick, Max decides to have Laura strike with a stick.</p>\n<p class=\"MsoNormal\">Laura has a good grasp of the bat when she picks it up and swings it, but Max can see this is an unfamiliar technique for her. Although there is some weight shift from her back leg to the front, her trunk doesn\'t rotate much and her motion is almost entirely in her arms. She leans forward as she swings as opposed to rotating through the action.</p>\n<p class=\"MsoNormal\">Despite Laura\'s obvious gaps in development, neither arm seems to dominate the other, and she displays coordination between her upper limbs – likely developed during swimming, Max figures. He places a mark not quite at the halfway mark of “Emerging”.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646215208,1),('field:node:395',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5472:\"<p><img style=\"display: block; float: right; margin-left: 15px; margin-right: 15px;\" src=\"/sites/default/files/IMG_2927.JPG\" alt=\"Young girl holding ball in throwing position\" width=\"240\" height=\"600\"></p><h2 style=\"line-height: 24px;\">Equipment</h2><p class=\"MsoNormal\">For this task, you’ll need:</p><ul><li>A large wall (target area)</li><li>1 pylon (2 metres away from the wall)</li><li>Tennis ball (or similar)</li></ul><hr><h2>Instruction</h2><p>&nbsp;“I want you to throw the ball at the wall and make it bounce back over the top of your head. I want you to throw the ball as best you can. Please try to throw the ball against the wall as best you can. Ready? Throw now.”</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">Presence of numerous major gaps in execution</p></td><td><ul><li>Throw fails to produce ball motion in the desired direction</li><li>Insufficient distance/velocity</li><li>Limb motion restricted to a single joint or upper limb</li><li>No coordination with trunk or lower limbs</li><li>No weight shift</li><li>Trunk rotation absent&nbsp;</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Emerging&nbsp;&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">Limited number of major gaps,&nbsp;but able to execute basic sequencing of the task</p></td><td><ul><li>Ball is sent with poor speed <em>or</em> trajectory (one of the two)</li><li>Basic sequencing of lower body to trunk to upper limb action is evident</li><li>Weight transfer limited</li><li>May appear disjointed in sequencing of limb motion</li><li>Very limited follow-through</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquired&nbsp;&nbsp;&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;sequencing errors</p></td><td><ul><li>Trajectory and speed of ball is adequate</li><li>Sequencing of lower body, trunk and upper body is present but limited</li><li>Weight shift is minimal</li><li>Follow-through present but limited</li><li>Trunk rotation present but limited</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Proficient&nbsp;&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; quality of the movements</p></td><td><div class=\"WordSection1\"><ul><li>Velocity of ball is good</li><li>Trajectory of ball is well controlled</li><li>Upper and lower body sequencing is present</li><li>Weight shift is pronounced from trail to lead leg</li><li>Follow-through is present and fluid</li><li>Very evident trunk rotation</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Becky just turned 10. She wants to play a whole bunch of sports this summer, which pleases her mom, Beth. Beth is a physiotherapist and knows how important it is to be physically literate. She decides to use the PLAY Tools with Becky to see if there are any gaps in her daughter\'s development of physical literacy. As Becky works through the overhand throw task in PLAYfun, Beth sees a number of things that Becky does well, and a few that will need some work.</p><p class=\"MsoNormal\">The first thing Beth notices is the consistency with which Becky throws the ball at the wall so that it bounces back above Becky\'s head. She manages to get enough trajectory and velocity on the ball almost every time, and her accuracy with where the ball lands is pretty steady as well. Becky also displays a smooth follow-through. Not only does she bring her hand well behind her head, she extends her arm through in a fluid motion.</p><p class=\"MsoNormal\">From there, Beth pays attention to Becky\'s trunk rotation and stance. When Becky begins the motion, she is too square to the wall, which cuts down on her trunk rotation. This lack of trunk rotation in turn diminishes the appropriate weight shift from trailing leg to front leg.</p><p class=\"MsoNormal\">Beth sees that Becky\'s power, accuracy and arm movement are all well-developed areas of strength, but that Becky really needs to focus on her stance and trunk rotation. Once Becky has refined her technique in this regard, Beth believes her daughter\'s weight shift from trailing leg to front leg will develop more naturally as well, as she already has the tendency to shift weight when she throws. Because of this, Beth places a check in the “Competent” box close to “Emerging”.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5485:\"<p><img style=\"display: block; float: right; margin-left: 15px; margin-right: 15px;\" src=\"/sites/default/files/IMG_2927.JPG\" alt=\"Young girl holding ball in throwing position\" width=\"240\" height=\"600\" /></p>\n<h2 style=\"line-height: 24px;\">Equipment</h2>\n<p class=\"MsoNormal\">For this task, you’ll need:</p>\n<ul>\n<li>A large wall (target area)</li>\n<li>1 pylon (2 metres away from the wall)</li>\n<li>Tennis ball (or similar)</li>\n</ul>\n<hr />\n<h2>Instruction</h2>\n<p> “I want you to throw the ball at the wall and make it bounce back over the top of your head. I want you to throw the ball as best you can. Please try to throw the ball against the wall as best you can. Ready? Throw now.”</p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">Presence of numerous major gaps in execution</p>\n</td>\n<td>\n<ul>\n<li>Throw fails to produce ball motion in the desired direction</li>\n<li>Insufficient distance/velocity</li>\n<li>Limb motion restricted to a single joint or upper limb</li>\n<li>No coordination with trunk or lower limbs</li>\n<li>No weight shift</li>\n<li>Trunk rotation absent </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Emerging  </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">Limited number of major gaps, but able to execute basic sequencing of the task</p>\n</td>\n<td>\n<ul>\n<li>Ball is sent with poor speed <em>or</em> trajectory (one of the two)</li>\n<li>Basic sequencing of lower body to trunk to upper limb action is evident</li>\n<li>Weight transfer limited</li>\n<li>May appear disjointed in sequencing of limb motion</li>\n<li>Very limited follow-through</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquired   </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Basic level of execution with minor     sequencing errors</p>\n</td>\n<td>\n<ul>\n<li>Trajectory and speed of ball is adequate</li>\n<li>Sequencing of lower body, trunk and upper body is present but limited</li>\n<li>Weight shift is minimal</li>\n<li>Follow-through present but limited</li>\n<li>Trunk rotation present but limited</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Proficient  </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Overall proficiency is depicted by the     quality of the movements</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Velocity of ball is good</li>\n<li>Trajectory of ball is well controlled</li>\n<li>Upper and lower body sequencing is present</li>\n<li>Weight shift is pronounced from trail to lead leg</li>\n<li>Follow-through is present and fluid</li>\n<li>Very evident trunk rotation</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Becky just turned 10. She wants to play a whole bunch of sports this summer, which pleases her mom, Beth. Beth is a physiotherapist and knows how important it is to be physically literate. She decides to use the PLAY Tools with Becky to see if there are any gaps in her daughter\'s development of physical literacy. As Becky works through the overhand throw task in PLAYfun, Beth sees a number of things that Becky does well, and a few that will need some work.</p>\n<p class=\"MsoNormal\">The first thing Beth notices is the consistency with which Becky throws the ball at the wall so that it bounces back above Becky\'s head. She manages to get enough trajectory and velocity on the ball almost every time, and her accuracy with where the ball lands is pretty steady as well. Becky also displays a smooth follow-through. Not only does she bring her hand well behind her head, she extends her arm through in a fluid motion.</p>\n<p class=\"MsoNormal\">From there, Beth pays attention to Becky\'s trunk rotation and stance. When Becky begins the motion, she is too square to the wall, which cuts down on her trunk rotation. This lack of trunk rotation in turn diminishes the appropriate weight shift from trailing leg to front leg.</p>\n<p class=\"MsoNormal\">Beth sees that Becky\'s power, accuracy and arm movement are all well-developed areas of strength, but that Becky really needs to focus on her stance and trunk rotation. Once Becky has refined her technique in this regard, Beth believes her daughter\'s weight shift from trailing leg to front leg will develop more naturally as well, as she already has the tendency to shift weight when she throws. Because of this, Beth places a check in the “Competent” box close to “Emerging”.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646193165,1),('field:node:396',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4953:\"<h2 class=\"MsoNormal\">Equipment</h2><p class=\"MsoNormal\">For this task, you’ll need:</p><ul><li>2 pylons (3 metres apart – child at one, assessor at the other)</li><li>Tennis ball (or similar)</li></ul><hr><h2>Instruction</h2><p>“I want you to catch the ball that I throw to you with only one hand. You can use whichever hand you like, but only one hand. I want you to catch the ball with one hand the best you can. Please try to catch the ball the best you can. Ready? Catch now.”</p><p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/IMG_2946.JPG\" alt=\"young girl catching a yellow ball with one hand\" width=\"300\" height=\"150\"></p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing&nbsp;</span>&nbsp;</p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span>&nbsp;</p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Unable to track the incoming ball</li><li>Does not move hand to ball purposefully</li><li>Shows an elbow-flexion-style of a clutching catch</li><li>Bats at ball to only make contact&nbsp;</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Emerging&nbsp;</span>&nbsp;</p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"line-height: 14px;\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 14px;\">but able to execute basic sequencing of the task</span></p></td><td><ul><li>Tracks incoming ball poorly</li><li>Moves hand to ball but fumbles or bobbles during catch and/or drops ball</li><li>Uses “stiff” limb motion during catch</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium; background-color: #ffffff;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; background-color: #ffffff; text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; background-color: #ffffff; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;</span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p></td><td><ul><li>Tracks incoming ball well</li><li>Moves hand to ball and receives the ball well</li><li>Minor fumbles</li><li>No bobble or loss of contact (no double catch)</li><li>Does not exhibit clasping or clutching grasp</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; quality of the movements</span></p></td><td><div class=\"WordSection1\"><div class=\"WordSection1\"><ul><li>Fluidly moves to intercept ball in the air with positive hand reception</li><li>Capable of snatching the ball out of the air</li></ul></div></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Jamal is one of the facilitators of a fundamental skills camp for youth at the local fitness centre. Today, the kids are practicing their one-handed catching, as per the PLAYfun Tool. Jamal lines up across from Jody, who just turned eight years old.</p><p class=\"MsoNormal\">The first thing Jamal notices is that, while Jody tracks the ball well and moves her hand toward it purposefully, she has trouble catching it. She tends to swat at it, and even when she “cheats” and tries to catch it using both hands, she still fumbles it or bobbles it. Jamal also notices how stiff Jody\'s arm is when she goes to catch it.</p><p class=\"MsoNormal\">Jamal knows that eventually Jody will begin catching the ball, and that at that point her tracking and purposeful movement will aid her, but for now he places a mark under “Emerging” near the “Initial” line.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4966:\"<h2 class=\"MsoNormal\">Equipment</h2>\n<p class=\"MsoNormal\">For this task, you’ll need:</p>\n<ul>\n<li>2 pylons (3 metres apart – child at one, assessor at the other)</li>\n<li>Tennis ball (or similar)</li>\n</ul>\n<hr />\n<h2>Instruction</h2>\n<p>“I want you to catch the ball that I throw to you with only one hand. You can use whichever hand you like, but only one hand. I want you to catch the ball with one hand the best you can. Please try to catch the ball the best you can. Ready? Catch now.”</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/IMG_2946.JPG\" alt=\"young girl catching a yellow ball with one hand\" width=\"300\" height=\"150\" /></p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing </span> </p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span> </p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Unable to track the incoming ball</li>\n<li>Does not move hand to ball purposefully</li>\n<li>Shows an elbow-flexion-style of a clutching catch</li>\n<li>Bats at ball to only make contact </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Emerging </span> </p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"line-height: 14px;\">Limited number of major gaps, </span><span style=\"line-height: 14px;\">but able to execute basic sequencing of the task</span></p>\n</td>\n<td>\n<ul>\n<li>Tracks incoming ball poorly</li>\n<li>Moves hand to ball but fumbles or bobbles during catch and/or drops ball</li>\n<li>Uses “stiff” limb motion during catch</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium; background-color: #ffffff;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; background-color: #ffffff; text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; background-color: #ffffff; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">     Basic level of execution with minor     </span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Tracks incoming ball well</li>\n<li>Moves hand to ball and receives the ball well</li>\n<li>Minor fumbles</li>\n<li>No bobble or loss of contact (no double catch)</li>\n<li>Does not exhibit clasping or clutching grasp</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the     quality of the movements</span></p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<div class=\"WordSection1\">\n<ul>\n<li>Fluidly moves to intercept ball in the air with positive hand reception</li>\n<li>Capable of snatching the ball out of the air</li>\n</ul>\n</div>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Jamal is one of the facilitators of a fundamental skills camp for youth at the local fitness centre. Today, the kids are practicing their one-handed catching, as per the PLAYfun Tool. Jamal lines up across from Jody, who just turned eight years old.</p>\n<p class=\"MsoNormal\">The first thing Jamal notices is that, while Jody tracks the ball well and moves her hand toward it purposefully, she has trouble catching it. She tends to swat at it, and even when she “cheats” and tries to catch it using both hands, she still fumbles it or bobbles it. Jamal also notices how stiff Jody\'s arm is when she goes to catch it.</p>\n<p class=\"MsoNormal\">Jamal knows that eventually Jody will begin catching the ball, and that at that point her tracking and purposeful movement will aid her, but for now he places a mark under “Emerging” near the “Initial” line.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646285651,1),('field:node:397',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4429:\"<h2 class=\"MsoNormal\">Equipment</h2><p class=\"MsoNormal\">For this task, you’ll need:</p><ul><li>2 pylons (4 metres apart)</li><li>Basketball (or similar)</li></ul><hr><h2 class=\"MsoNormal\">Instruction</h2><p>“I want you to dribble the ball three times at the first pylon, and then I want you to dribble from the first pylon to the next. Dribble the ball as best you can. So, dribble three times at the first pylon and then dribble the ball to the next pylon and stop. Ready? Dribble now. ”&nbsp;</p><p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/IMG_2817.JPG\" alt=\"young boy dribbling a basketball in place\" width=\"200\" height=\"300\"></p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">Presence of numerous major gaps in execution</p></td><td><ul><li>Unable to control the ball when stationary or moving</li><li>Hand-eye coordination is non-existent</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Emerging&nbsp;</span>&nbsp;</p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"line-height: 14px;\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 14px;\">but able to execute basic sequencing of the task</span></p></td><td><ul><li>Able to control the ball when either stationary or moving (one or the other, but not both)</li><li>Hand-eye coordination is limited</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquired</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;sequencing errors</p></td><td><ul><li>Able to control the ball when stationary and moving</li><li>Lacks fluid changes from stationary to moving and moving to stationary</li><li>Hand-eye coordination is adequate</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\"><span style=\"line-height: 18px;\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; quality of the movements</p></td><td><div class=\"WordSection1\"><ul><li>Well-controlled dribble in place for each repetition</li><li>Exhibits a fluid change from stationary to moving</li><li>Body, lower limbs and upper body are synchronized</li><li>Hand-eye coordination is strong</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Frank coaches a junior basketball team. He works on skill development all through the season, but he believes it\'s particularly important to find out early on where the students are strong or weak in terms of their development so that he can structure practices accordingly.</p><p class=\"MsoNormal\">On the first day, Frank always has his kids focus on dribbling. He has started following the PLAYfun Tool, and now does the hand dribble stationary &amp; moving forward task. As the players go through the activity, Frank is shocked by how developed Kaz\'s dribbling skills are.</p><p class=\"MsoNormal\">Whether stationary or moving between pylons, Kaz controls his dribble well. His shift from stationary to moving is smooth, and he keeps the ball close, even when he picks up speed. The ball never gets away from him, and he hardly ever has to reach for it. He dribbles between hands equally, and when in motion his whole body moves as one. Frank places a mark under “Proficient” near the “Competent” line.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4445:\"<h2 class=\"MsoNormal\">Equipment</h2>\n<p class=\"MsoNormal\">For this task, you’ll need:</p>\n<ul>\n<li>2 pylons (4 metres apart)</li>\n<li>Basketball (or similar)</li>\n</ul>\n<hr />\n<h2 class=\"MsoNormal\">Instruction</h2>\n<p>“I want you to dribble the ball three times at the first pylon, and then I want you to dribble from the first pylon to the next. Dribble the ball as best you can. So, dribble three times at the first pylon and then dribble the ball to the next pylon and stop. Ready? Dribble now. ” </p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/IMG_2817.JPG\" alt=\"young boy dribbling a basketball in place\" width=\"200\" height=\"300\" /></p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">Presence of numerous major gaps in execution</p>\n</td>\n<td>\n<ul>\n<li>Unable to control the ball when stationary or moving</li>\n<li>Hand-eye coordination is non-existent</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Emerging </span> </p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"line-height: 14px;\">Limited number of major gaps, </span><span style=\"line-height: 14px;\">but able to execute basic sequencing of the task</span></p>\n</td>\n<td>\n<ul>\n<li>Able to control the ball when either stationary or moving (one or the other, but not both)</li>\n<li>Hand-eye coordination is limited</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquired</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Basic level of execution with minor     sequencing errors</p>\n</td>\n<td>\n<ul>\n<li>Able to control the ball when stationary and moving</li>\n<li>Lacks fluid changes from stationary to moving and moving to stationary</li>\n<li>Hand-eye coordination is adequate</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\"><span style=\"line-height: 18px;\">Proficient </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Overall proficiency is depicted by the     quality of the movements</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Well-controlled dribble in place for each repetition</li>\n<li>Exhibits a fluid change from stationary to moving</li>\n<li>Body, lower limbs and upper body are synchronized</li>\n<li>Hand-eye coordination is strong</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Frank coaches a junior basketball team. He works on skill development all through the season, but he believes it\'s particularly important to find out early on where the students are strong or weak in terms of their development so that he can structure practices accordingly.</p>\n<p class=\"MsoNormal\">On the first day, Frank always has his kids focus on dribbling. He has started following the PLAYfun Tool, and now does the hand dribble stationary &amp; moving forward task. As the players go through the activity, Frank is shocked by how developed Kaz\'s dribbling skills are.</p>\n<p class=\"MsoNormal\">Whether stationary or moving between pylons, Kaz controls his dribble well. His shift from stationary to moving is smooth, and he keeps the ball close, even when he picks up speed. The ball never gets away from him, and he hardly ever has to reach for it. He dribbles between hands equally, and when in motion his whole body moves as one. Frank places a mark under “Proficient” near the “Competent” line.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646203629,1),('field:node:398',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1318:\"<p class=\"MsoNormal\">Object control and manipulation are essential skills for <em>many</em> sports and activities.</p><p class=\"MsoNormal\">Some examples of object control:</p><ul><li>Swinging an object (bat, golf club, hammer, etc.)</li><li>Controlling a soccer ball (with head, trunk, legs and/or feet)</li><li>Throwing a Frisbee (speed of arm, coordination with wrist and release, etc.)</li><li>Object control is necessary for other tasks such as: painting, writing, juggling, shuffling a deck of cards, etc.</li></ul><p class=\"MsoNormal\"><em>For a complete list of object control skills used during physical activity, see: canadiansportforlife.ca/ten-key-factors/more-about-fundamentals.</em></p><p class=\"MsoNormal\"><em><img style=\"margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%2013-14.png\" alt=\"\" width=\"743\" height=\"499\"></em></p><h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/lower-body-object-control/kick-ball\"><span style=\"color: #0066ff;\">Question 13: Kick ball over 1-metre line on wall</span></a></span></h2><h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/lower-body-object-control/foot-dribble-moving-forward\"><span style=\"color: #0066ff;\">Question 14: Foot dribble moving forward</span></a></span></h2>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1332:\"<p class=\"MsoNormal\">Object control and manipulation are essential skills for <em>many</em> sports and activities.</p>\n<p class=\"MsoNormal\">Some examples of object control:</p>\n<ul>\n<li>Swinging an object (bat, golf club, hammer, etc.)</li>\n<li>Controlling a soccer ball (with head, trunk, legs and/or feet)</li>\n<li>Throwing a Frisbee (speed of arm, coordination with wrist and release, etc.)</li>\n<li>Object control is necessary for other tasks such as: painting, writing, juggling, shuffling a deck of cards, etc.</li>\n</ul>\n<p class=\"MsoNormal\"><em>For a complete list of object control skills used during physical activity, see: canadiansportforlife.ca/ten-key-factors/more-about-fundamentals.</em></p>\n<p class=\"MsoNormal\"><em><img style=\"margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%2013-14.png\" alt=\"\" width=\"743\" height=\"499\" /></em></p>\n<h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/lower-body-object-control/kick-ball\"><span style=\"color: #0066ff;\">Question 13: Kick ball over 1-metre line on wall</span></a></span></h2>\n<h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/lower-body-object-control/foot-dribble-moving-forward\"><span style=\"color: #0066ff;\">Question 14: Foot dribble moving forward</span></a></span></h2>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646168039,1),('field:node:400',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5230:\"<h2>Equipment</h2><p class=\"MsoNormal\">For this task, you’ll need:</p><ul><li>2 pylons (5 metres apart)</li><li>Soccer ball (or similar)</li></ul><hr><h2>Instruction</h2><p>“I want you to dribble the ball from one pylon to the next. I want you to dribble the ball as best you can. Please try to dribble the ball as best you can from here to there. Ready? Go now.”</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span>&nbsp;</p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Ball control is absent or rudimentary</li><li>Ball is lost for majority of movement</li><li>Foot-eye control is disjointed</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p></td><td><ul><li>Able to exhibit some ball control in a stuttering manner</li><li>Initiation and stopping of ball may be absent or very limited (ball travels past the second pylon)</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor &nbsp; &nbsp;&nbsp;</span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p></td><td><ul><li>Ball in control through most of the distance</li><li>Starts and stops at lines</li><li>Body and ball separation varies through movement</li><li>May exhibit some control limitations during initiation and stopping of ball</li><li>Body may twist to allow the contact leg to lag and maintain contact with the ball</li><li>May not face forward the entire distance</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the &nbsp; &nbsp; quality of the movements</span></p></td><td><div class=\"WordSection1\"><ul><li>Ball trajectory is in control for the entire distance</li><li>Body and ball separation is well maintained during each step</li><li>Ball start and stop is fluid and well controlled</li><li>Trunk faces forward the entire distance</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Now that Coach Betty has spent an adequate amount of time on her players\' kicking, she wants to see how capable they are of dribbling the ball forward using their feet. Kim is one of the first girls to collect a ball and step up to the first pylon. She\'s confident to try the activity, and it doesn\'t take long for Betty to see why.</p><p class=\"MsoNormal\">From the moment Kim pushes the ball forward for the first time, she keeps it well under control. She uses both feet so as to keep the ball at an appropriate distance from her body as she moves, and only rarely does she need to lunge forward or step out of line to control the ball. Even when she approaches the pylon and turns, she keeps the ball at a controlled distance.</p><p class=\"MsoNormal\">Betty notices minor turning in Kim\'s body throughout the drill. Sometimes Kim twists so that she\'s no longer facing forward, and once or twice the leg with which she is dribbling the ball lags, causing the rest of her body to pull ahead. However, these moments are few, and Kim always seems able to pull the drill back together before she has fully lost control of the ball. Betty places a mark a little past the halfway mark under “Competent”.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5247:\"<h2>Equipment</h2>\n<p class=\"MsoNormal\">For this task, you’ll need:</p>\n<ul>\n<li>2 pylons (5 metres apart)</li>\n<li>Soccer ball (or similar)</li>\n</ul>\n<hr />\n<h2>Instruction</h2>\n<p>“I want you to dribble the ball from one pylon to the next. I want you to dribble the ball as best you can. Please try to dribble the ball as best you can from here to there. Ready? Go now.”</p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span> </p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Ball control is absent or rudimentary</li>\n<li>Ball is lost for majority of movement</li>\n<li>Foot-eye control is disjointed</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p>\n</td>\n<td>\n<ul>\n<li>Able to exhibit some ball control in a stuttering manner</li>\n<li>Initiation and stopping of ball may be absent or very limited (ball travels past the second pylon)</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">     Basic level of execution with minor     </span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Ball in control through most of the distance</li>\n<li>Starts and stops at lines</li>\n<li>Body and ball separation varies through movement</li>\n<li>May exhibit some control limitations during initiation and stopping of ball</li>\n<li>Body may twist to allow the contact leg to lag and maintain contact with the ball</li>\n<li>May not face forward the entire distance</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the     quality of the movements</span></p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Ball trajectory is in control for the entire distance</li>\n<li>Body and ball separation is well maintained during each step</li>\n<li>Ball start and stop is fluid and well controlled</li>\n<li>Trunk faces forward the entire distance</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Now that Coach Betty has spent an adequate amount of time on her players\' kicking, she wants to see how capable they are of dribbling the ball forward using their feet. Kim is one of the first girls to collect a ball and step up to the first pylon. She\'s confident to try the activity, and it doesn\'t take long for Betty to see why.</p>\n<p class=\"MsoNormal\">From the moment Kim pushes the ball forward for the first time, she keeps it well under control. She uses both feet so as to keep the ball at an appropriate distance from her body as she moves, and only rarely does she need to lunge forward or step out of line to control the ball. Even when she approaches the pylon and turns, she keeps the ball at a controlled distance.</p>\n<p class=\"MsoNormal\">Betty notices minor turning in Kim\'s body throughout the drill. Sometimes Kim twists so that she\'s no longer facing forward, and once or twice the leg with which she is dribbling the ball lags, causing the rest of her body to pull ahead. However, these moments are few, and Kim always seems able to pull the drill back together before she has fully lost control of the ball. Betty places a mark a little past the halfway mark under “Competent”.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646265400,1),('field:node:401',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1476:\"<p class=\"MsoNormal\">Balance, stability and body control skills are the “B” in “ABCs” – Agility, Balance, Coordination and Speed. These skills, when properly developed at an early age (during the FUNdamentals Stage) can greatly reduce the risk of injury during activity. Even at an older age, these skills are paramount to living a healthy life.&nbsp;</p><p class=\"MsoNormal\"><img style=\"margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%2015-18.png\" alt=\"\" width=\"743\" height=\"499\"></p><h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/balance-stability-and-body-control/balance-walk-heel-toe-forward\"><span style=\"color: #0066ff;\">Question 15: Balance walk (heel-to-toe) forward</span></a></span></h2><h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/balance-stability-and-body-control/balance-walk-toe-heel-backwards\"><span style=\"color: #0066ff;\">Question 16: Balance walk (toe to heel) backward</span></a></span></h2><h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/balance-stability-and-body-control/drop-ground-and-get-back\"><span style=\"color: #0066ff;\">Question 17: Drop to the ground &amp; back up</span></a></span></h2><h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/balance-stability-and-body-control/lift-and-lower\"><span style=\"color: #0066ff;\">Question 18: Lift and Lower</span></a></span></h2>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1480:\"<p class=\"MsoNormal\">Balance, stability and body control skills are the “B” in “ABCs” – Agility, Balance, Coordination and Speed. These skills, when properly developed at an early age (during the FUNdamentals Stage) can greatly reduce the risk of injury during activity. Even at an older age, these skills are paramount to living a healthy life. </p>\n<p class=\"MsoNormal\"><img style=\"margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Tasks%2015-18.png\" alt=\"\" width=\"743\" height=\"499\" /></p>\n<h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/balance-stability-and-body-control/balance-walk-heel-toe-forward\"><span style=\"color: #0066ff;\">Question 15: Balance walk (heel-to-toe) forward</span></a></span></h2>\n<h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/balance-stability-and-body-control/balance-walk-toe-heel-backwards\"><span style=\"color: #0066ff;\">Question 16: Balance walk (toe to heel) backward</span></a></span></h2>\n<h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/balance-stability-and-body-control/drop-ground-and-get-back\"><span style=\"color: #0066ff;\">Question 17: Drop to the ground &amp; back up</span></a></span></h2>\n<h2 class=\"MsoNormal\"><span style=\"color: #0066ff;\"><a href=\"/play-tools/playfun/balance-stability-and-body-control/lift-and-lower\"><span style=\"color: #0066ff;\">Question 18: Lift and Lower</span></a></span></h2>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646191167,1),('field:node:402',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5039:\"<h2>Equipment</h2><p class=\"MsoNormal\">For this task, you’ll need,&nbsp;2 pylons placed 2 metres apart (or a 2-metre line on the floor)</p><hr><h2>Instruction</h2><p>“I want you to walk “heel-to-toe” from one pylon to the next while keeping your balance. Walk as quickly as you can while keeping your balance. Walk from here to there while keeping your balance. Ready? Walk now.”</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span>&nbsp;</p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Loses balance repeatedly</li><li>Does not use arms to balance</li><li>Poor or inconsistent placement of feet from step to step</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p></td><td><ul><li>Able to demonstrate features of balance control</li><li>Tentative stepping action</li><li>Non-fluid</li><li>Major balance control problems during stepping</li><li>May lose balance once or twice in all steps</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor&nbsp;</span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p></td><td><ul><li>Able to maintain balance through all steps</li><li>Shows good foot placement, but may be slow</li><li>Exhibits minor balance control problems through some of the steps</li><li>Upper limb wavering may be evident</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the quality of the movements</span></p></td><td><div class=\"WordSection1\"><ul><li>Quickly walks along the line in a fluid continuous motion</li><li>Very minor balance adjustments may be evident at ankles</li><li>May be slight upper limb wavering</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Stacy, a former high-performance gymnast, owns a gymnasium where she runs various introductory gymnastics classes. She enjoys watching the young boys and girls who come to her classes and experience the various gymnastics skills while developing their physical literacy. Her current group is all seven- and eight-year-olds, and today she\'s assessing their balance by having them walk forward from heel-to-toe.</p><p class=\"MsoNormal\">As Rudy steps up to the first pylon and begins walking heel-to-toe toward the other pylon, he starts out tentatively and his first couple of steps are unbalanced and lack fluidity. However, as he gets moving, Rudy maintains balance and a composed body posture.</p><p class=\"MsoNormal\">Stacy sees that as Rudy\'s confidence in the activity builds, so too does his speed. However, as he goes faster, he\'s also more prone to wobble. Rudy does a pretty good job of using his arms for balance, but when he begins to wobble, he tends to flail.</p><p class=\"MsoNormal\">Stacy places a mark under “Competent” but closer to “Emerging” because when Rudy takes his time and goes slow, he handles the task well and displays fairly well-developed technique.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5065:\"<h2>Equipment</h2>\n<p class=\"MsoNormal\">For this task, you’ll need, 2 pylons placed 2 metres apart (or a 2-metre line on the floor)</p>\n<hr />\n<h2>Instruction</h2>\n<p>“I want you to walk “heel-to-toe” from one pylon to the next while keeping your balance. Walk as quickly as you can while keeping your balance. Walk from here to there while keeping your balance. Ready? Walk now.”</p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span> </p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Loses balance repeatedly</li>\n<li>Does not use arms to balance</li>\n<li>Poor or inconsistent placement of feet from step to step</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p>\n</td>\n<td>\n<ul>\n<li>Able to demonstrate features of balance control</li>\n<li>Tentative stepping action</li>\n<li>Non-fluid</li>\n<li>Major balance control problems during stepping</li>\n<li>May lose balance once or twice in all steps</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium; line-height: 18px; font-family: verdana, geneva;\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">     Basic level of execution with minor </span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Able to maintain balance through all steps</li>\n<li>Shows good foot placement, but may be slow</li>\n<li>Exhibits minor balance control problems through some of the steps</li>\n<li>Upper limb wavering may be evident</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the quality of the movements</span></p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Quickly walks along the line in a fluid continuous motion</li>\n<li>Very minor balance adjustments may be evident at ankles</li>\n<li>May be slight upper limb wavering</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Stacy, a former high-performance gymnast, owns a gymnasium where she runs various introductory gymnastics classes. She enjoys watching the young boys and girls who come to her classes and experience the various gymnastics skills while developing their physical literacy. Her current group is all seven- and eight-year-olds, and today she\'s assessing their balance by having them walk forward from heel-to-toe.</p>\n<p class=\"MsoNormal\">As Rudy steps up to the first pylon and begins walking heel-to-toe toward the other pylon, he starts out tentatively and his first couple of steps are unbalanced and lack fluidity. However, as he gets moving, Rudy maintains balance and a composed body posture.</p>\n<p class=\"MsoNormal\">Stacy sees that as Rudy\'s confidence in the activity builds, so too does his speed. However, as he goes faster, he\'s also more prone to wobble. Rudy does a pretty good job of using his arms for balance, but when he begins to wobble, he tends to flail.</p>\n<p class=\"MsoNormal\">Stacy places a mark under “Competent” but closer to “Emerging” because when Rudy takes his time and goes slow, he handles the task well and displays fairly well-developed technique.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646260227,1),('field:node:406',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4795:\"<h2>Equipment</h2><p class=\"MsoNormal\">For this task, you’ll need:</p><ul><li>Floor space</li><li>1 ball</li></ul><hr><h2>Instruction</h2><p>&nbsp;“I want you lift up the ball above your head and then lower it back down to the ground. I want you to lift and then lower the ball as best you can. Ready? Go now.”</p><hr><h2 style=\"text-align: center;\">Rating System</h2><table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span>&nbsp;</p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p></td><td><ul><li>Has difficulty reaching the object</li><li>Fumbles in the lift or lower</li><li>Drops the object</li><li>Exhibits right-to-left shifts in lift or substantial body twisting</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps,&nbsp;</span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p></td><td><ul><li>Transition between lift and lower segments is broken and not fluid</li><li>Exhibits swaying or minimal body-twisting</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-family: verdana, geneva; font-size: medium; background-color: #ffffff;\">Acquired&nbsp;</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium; line-height: 18px;\">Competent</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">&nbsp; &nbsp; &nbsp;Basic level of execution with minor&nbsp;</span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p></td><td><ul><li>Able to control ball during lift and lower</li><li>Transition between lift and lower segments is slightly choppy</li><li>Some sway</li></ul></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient&nbsp;</span>&nbsp;</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">&nbsp; &nbsp; &nbsp;Overall proficiency is depicted by the quality of the movements</span></p></td><td><div class=\"WordSection1\"><ul><li>Fluid and controlled reach with momentary pause at lift</li><li>Secure grasp and synchronized lifting action from all body parts</li><li>May be a stoop or squat lift</li><li>Well-controlled descent and low-impact contact with ground</li></ul></div></td></tr></tbody></table><hr><h2>Assessment Example</h2><p class=\"MsoNormal\">Luke is a physician who is coaching a U12 girls\' volleyball team. Admittedly, Luke is not an expert in volleyball, but he does know physical literacy. As long as he helps the girls become as physically literate as possible, he\'s confident their success in volleyball will follow.</p><p class=\"MsoNormal\">He has each girl take a ball and spread out around the gym floor. Using his PLAYfun Tool, Luke asks that they all lift the ball above their heads and lower it back to the ground. The girls begin the task and Luke watches as Carly performs the drill with a high degree of competence.</p><p class=\"MsoNormal\">She lifts and lowers the ball confidently with a secure grasp. She maintains control the whole time. The transition from lift to lower is smooth, and all her movements appear to be fluid. Also, her body is controlled and neither her limbs nor her trunk sways during the activity. Without having seen Carly playing volleyball on the court, he has a feeling she\'ll be competent when she does. He places a mark under “Proficient”.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4822:\"<h2>Equipment</h2>\n<p class=\"MsoNormal\">For this task, you’ll need:</p>\n<ul>\n<li>Floor space</li>\n<li>1 ball</li>\n</ul>\n<hr />\n<h2>Instruction</h2>\n<p> “I want you lift up the ball above your head and then lower it back down to the ground. I want you to lift and then lower the ball as best you can. Ready? Go now.”</p>\n<hr />\n<h2 style=\"text-align: center;\">Rating System</h2>\n<table style=\"width: 645px; color: #000000; font-size: 13px; line-height: 19.5px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium;\">Developing </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Initial</span> </p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">Presence of numerous major gaps in execution</span></p>\n</td>\n<td>\n<ul>\n<li>Has difficulty reaching the object</li>\n<li>Fumbles in the lift or lower</li>\n<li>Drops the object</li>\n<li>Exhibits right-to-left shifts in lift or substantial body twisting</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva;\"><span style=\"font-size: medium;\" data-mce-mark=\"1\">Emerging </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\"><span style=\"line-height: 14px;\" data-mce-mark=\"1\">Limited number of major gaps, </span><span style=\"line-height: 14px;\" data-mce-mark=\"1\">but able to execute basic sequencing of the task</span></span></p>\n</td>\n<td>\n<ul>\n<li>Transition between lift and lower segments is broken and not fluid</li>\n<li>Exhibits swaying or minimal body-twisting</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-family: verdana, geneva; font-size: medium; background-color: #ffffff;\">Acquired </span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium; line-height: 18px;\">Competent</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">     Basic level of execution with minor </span><span style=\"font-size: small; line-height: 14px; font-family: verdana, geneva;\">sequencing errors</span></p>\n</td>\n<td>\n<ul>\n<li>Able to control ball during lift and lower</li>\n<li>Transition between lift and lower segments is slightly choppy</li>\n<li>Some sway</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: medium;\"><span style=\"line-height: 18px;\" data-mce-mark=\"1\">Proficient </span> </span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-family: verdana, geneva; font-size: small;\">     Overall proficiency is depicted by the quality of the movements</span></p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Fluid and controlled reach with momentary pause at lift</li>\n<li>Secure grasp and synchronized lifting action from all body parts</li>\n<li>May be a stoop or squat lift</li>\n<li>Well-controlled descent and low-impact contact with ground</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2>Assessment Example</h2>\n<p class=\"MsoNormal\">Luke is a physician who is coaching a U12 girls\' volleyball team. Admittedly, Luke is not an expert in volleyball, but he does know physical literacy. As long as he helps the girls become as physically literate as possible, he\'s confident their success in volleyball will follow.</p>\n<p class=\"MsoNormal\">He has each girl take a ball and spread out around the gym floor. Using his PLAYfun Tool, Luke asks that they all lift the ball above their heads and lower it back to the ground. The girls begin the task and Luke watches as Carly performs the drill with a high degree of competence.</p>\n<p class=\"MsoNormal\">She lifts and lowers the ball confidently with a secure grasp. She maintains control the whole time. The transition from lift to lower is smooth, and all her movements appear to be fluid. Also, her body is controlled and neither her limbs nor her trunk sways during the activity. Without having seen Carly playing volleyball on the court, he has a feeling she\'ll be competent when she does. He places a mark under “Proficient”.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646186315,1),('field:node:430',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:170023:\"<h2 class=\"none\"><span style=\"color: #000000;\">What is PLAY<em>self</em>?</span></h2><p class=\"none\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><p>&nbsp;PLAY<em>self</em> is a self-evaluation form used by a child to determine their perception of their physical literacy.</p><p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>self</em> into four subsections, which can be found on the left-side navigation panel:</p><div style=\"padding-left: 30px;\">1. <a href=\"/play-tools/playself/environment\">Environment</a><br>2. <a href=\"http://play.physicalliteracy.ca/play-tools/playself/self-description\">Physical Literacy Self-Description</a><br>3. <a href=\"/play-tools/playself/relative-ranking-literacies\">Relative Ranking of Literacies</a></div><div><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--></div><div style=\"padding-left: 30px;\">4. <a href=\"http://play.physicalliteracy.ca/play-tools/playself/fitness\">Fitness</a></div><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Who can use PLAY<em>self?</em></span></h2><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><p class=\"MsoNormal\">Anyone can use PLAY<em>self</em> with a particular child or group of children: parents, coaches, exercise professionals, physiotherapists, athletic therapists and recreation professionals.</p><p class=\"MsoNormal\">When used in conjunction with the other PLAY tools, PLAY<em>self</em> helps to establish a baseline assessment of the child’s current level of physical literacy. Parents, coaches, exercise professionals and others can then use the baseline to create goals for each child and track improvement.</p><p class=\"MsoNormal\">You and the child should mutually establish realistic goals (where the child wants to be) and a manageable process to reach them.</p><p class=\"MsoNormal\"><em style=\"mso-bidi-font-style: normal;\">You can easily use PLAYself with a group of kids. Make sure they understand what is being asked, and keep the discussion of answers between kids to a minimum.</em></p><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Directions</span></h2><ol><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></ol><ol><li><p>Ask children to answer each question to the best of their abilities.</p></li><li><p>Score their answers with the help of the PLAYself Scoresheet.</p></li><li><p>Take action: review the list of calls-to-action in your PLAYself Workbook or on the <a href=\"/user/register\">registered side of our website</a></p></li></ol><ol><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></ol><p class=\"MsoNormal\"><strong>&nbsp;</strong>Important:</p><ul><li>These assessments should not be used for comparison between children. They are intended to track &nbsp;an individual’s level of physical literacy.</li><li>Make sure the children know there are no right or wrong answers</li><li>Use the rule: “If you don’t know, don’t answer”</li><li>In a group setting, each child should complete the questionnaire on their own</li><li>Assist the child if they don’t understand a question, but don’t offer opinions that might influence their answer</li></ul>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:182252:\"<h2 class=\"none\"><span style=\"color: #000000;\">What is PLAY<em>self</em>?</span></h2>\n<p class=\"none\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p><!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<p> PLAY<em>self</em> is a self-evaluation form used by a child to determine their perception of their physical literacy.</p>\n<p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>self</em> into four subsections, which can be found on the left-side navigation panel:</p>\n<div style=\"padding-left: 30px;\">1. <a href=\"/play-tools/playself/environment\">Environment</a><br />2. <a href=\"http://play.physicalliteracy.ca/play-tools/playself/self-description\">Physical Literacy Self-Description</a><br />3. <a href=\"/play-tools/playself/relative-ranking-literacies\">Relative Ranking of Literacies</a></div>\n<div>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]--></div>\n<div style=\"padding-left: 30px;\">4. <a href=\"http://play.physicalliteracy.ca/play-tools/playself/fitness\">Fitness</a></div>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Who can use PLAY<em>self?</em></span></h2>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<p class=\"MsoNormal\">Anyone can use PLAY<em>self</em> with a particular child or group of children: parents, coaches, exercise professionals, physiotherapists, athletic therapists and recreation professionals.</p>\n<p class=\"MsoNormal\">When used in conjunction with the other PLAY tools, PLAY<em>self</em> helps to establish a baseline assessment of the child’s current level of physical literacy. Parents, coaches, exercise professionals and others can then use the baseline to create goals for each child and track improvement.</p>\n<p class=\"MsoNormal\">You and the child should mutually establish realistic goals (where the child wants to be) and a manageable process to reach them.</p>\n<p class=\"MsoNormal\"><em style=\"mso-bidi-font-style: normal;\">You can easily use PLAYself with a group of kids. Make sure they understand what is being asked, and keep the discussion of answers between kids to a minimum.</em></p>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Directions</span></h2>\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></ol>\n<ol>\n<li>\n<p>Ask children to answer each question to the best of their abilities.</p>\n</li>\n<li>\n<p>Score their answers with the help of the PLAYself Scoresheet.</p>\n</li>\n<li>\n<p>Take action: review the list of calls-to-action in your PLAYself Workbook or on the <a href=\"/user/register\">registered side of our website</a></p>\n</li>\n</ol>\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]--></ol>\n<p class=\"MsoNormal\"><strong> </strong>Important:</p>\n<ul>\n<li>These assessments should not be used for comparison between children. They are intended to track  an individual’s level of physical literacy.</li>\n<li>Make sure the children know there are no right or wrong answers</li>\n<li>Use the rule: “If you don’t know, don’t answer”</li>\n<li>In a group setting, each child should complete the questionnaire on their own</li>\n<li>Assist the child if they don’t understand a question, but don’t offer opinions that might influence their answer</li>\n</ul>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646172789,1),('field:node:432',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:803:\"<p class=\"MsoNormal\">Whether or not a child is currently most active in spring, summer, fall or winter, it’s important that they develop skills to be active in all four seasons. This section of the PLAYself form helps to assess each child’s degree of confidence each environment (land, water, ice and snow).</p><p class=\"MsoNormal\">If you want lifelong participation and an active lifestyle, you have to think about being versatile and able to participate during all of our Canadian seasons. &nbsp;</p><h2>Assessment</h2><p>Score each answer that the child provides in the Environment section using the following scale:</p><p>Never tried = 0&nbsp;&nbsp;&nbsp; Not so good = 1&nbsp;&nbsp;&nbsp;&nbsp; OK = 2&nbsp;&nbsp;&nbsp;&nbsp; Very good = 3&nbsp;&nbsp;&nbsp;&nbsp; Excellent = 4</p><p>&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:741:\"<p class=\"MsoNormal\">Whether or not a child is currently most active in spring, summer, fall or winter, it’s important that they develop skills to be active in all four seasons. This section of the PLAYself form helps to assess each child’s degree of confidence each environment (land, water, ice and snow).</p>\n<p class=\"MsoNormal\">If you want lifelong participation and an active lifestyle, you have to think about being versatile and able to participate during all of our Canadian seasons.  </p>\n<h2>Assessment</h2>\n<p>Score each answer that the child provides in the Environment section using the following scale:</p>\n<p>Never tried = 0    Not so good = 1     OK = 2     Very good = 3     Excellent = 4</p>\n<p> </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646193741,1),('field:node:433',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1715:\"<p>The Physical Literacy Self-Description score is used to determine the child’s self-efficacy and how it relates to their involvement in physical activity. Self-efficacy refers to a person’s belief in their ability to succeed in any given situation.</p><p class=\"MsoNormal\">Generally speaking, a person will tend to avoid situations where they have low self-efficacy. The Physical Literacy Self-Description score can help identify if a child has low self-efficacy with respect to physical activity. With this knowledge, the parent or coach can manage the issue.</p><h2>Assessment</h2><p class=\"MsoNormal\">For all questions except question 13, use the following scale:</p><p class=\"MsoNormal\">Not true at all = 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Not usually true = 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; True = 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Very True = 3&nbsp;&nbsp;&nbsp;&nbsp;</p><p class=\"MsoNormal\">For questions 7 use the following scale:</p><p>Not true at all = 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Not usually true = 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; True = 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Very True = 0</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1178:\"<p>The Physical Literacy Self-Description score is used to determine the child’s self-efficacy and how it relates to their involvement in physical activity. Self-efficacy refers to a person’s belief in their ability to succeed in any given situation.</p>\n<p class=\"MsoNormal\">Generally speaking, a person will tend to avoid situations where they have low self-efficacy. The Physical Literacy Self-Description score can help identify if a child has low self-efficacy with respect to physical activity. With this knowledge, the parent or coach can manage the issue.</p>\n<h2>Assessment</h2>\n<p class=\"MsoNormal\">For all questions except question 13, use the following scale:</p>\n<p class=\"MsoNormal\">Not true at all = 0                             Not usually true = 1                True = 2                        Very True = 3    </p>\n<p class=\"MsoNormal\">For questions 7 use the following scale:</p>\n<p>Not true at all = 3                             Not usually true = 2                True = 1                        Very True = 0</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646193881,1),('field:node:434',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1023:\"<p>We all believe in the importance of reading, writing and arithmetic literacies. Physical literacy should be on the same playing field, since it relates just as closely to the well-being of the child as the other literacies. It is interesting to see how the child ranks these literacies. It might surprise you...</p><h2>Assessment</h2><p>Compare how the child ranked each literacy.</p><p>A literacy with a higher score means it is more relevant to the child.</p><p>Parents play a vital role in providing basic information for their children, such as the importance and benefits of being physically active. Parents are also exceptional role models who can make healthy and active lifestyle choices for their children by being physically active themselves. For these reasons, it’s essential that parents have sufficient knowledge of the importance and benefits of physical activity.</p><p><a href=\"/physical-literacy-explained\">Brush up on your knowledge of the importance and benefits of being physically active.</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1029:\"<p>We all believe in the importance of reading, writing and arithmetic literacies. Physical literacy should be on the same playing field, since it relates just as closely to the well-being of the child as the other literacies. It is interesting to see how the child ranks these literacies. It might surprise you...</p>\n<h2>Assessment</h2>\n<p>Compare how the child ranked each literacy.</p>\n<p>A literacy with a higher score means it is more relevant to the child.</p>\n<p>Parents play a vital role in providing basic information for their children, such as the importance and benefits of being physically active. Parents are also exceptional role models who can make healthy and active lifestyle choices for their children by being physically active themselves. For these reasons, it’s essential that parents have sufficient knowledge of the importance and benefits of physical activity.</p>\n<p><a href=\"/physical-literacy-explained\">Brush up on your knowledge of the importance and benefits of being physically active.</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646159873,1),('field:node:438',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5203:\"<div style=\"color: #5a5b5d; font-family: Lato; font-size: 14px;\"><div class=\"title-box clearfix \" style=\"margin-top: 30px; margin-bottom: 20px; text-align: center;\"><h2 class=\"title-box_primary\" style=\"margin-top: 0px; margin-bottom: 6px; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 40px; line-height: 40px; text-rendering: optimizelegibility; text-transform: uppercase; border-width: initial; border-style: none; background: none;\">CATALYSEURS DE CHANGEMENTS DURABLES</h2></div></div><p>Chez Le sport c’est pour la vie, nous n’attendons pas que les changements se produisent. Nous les provoquons.</p><p>Notre organisme à but non lucratif est reconnu à l’échelle nationale. Il regroupe des experts en matière de sport et de littératie physique qui ont la vision à long terme nécessaire pour être des catalyseurs de changements durables au sein du milieu du sport et de l’activité physique, et même au-delà. Nous souhaitons bâtir un avenir dans lequel tous auront accès à des expériences de qualité en matière de sport et de littératie physique. Pour y parvenir, nous créons des liens entre les secteurs, nous favorisons de nouvelles collaborations avec les institutions canadiennes et nous mobilisons nos connaissances au profit des communautés du pays.</p><p>Nous pensons globalement, et agissons localement.</p><p>En fait, le travail que nous réalisons chez Le sport c’est pour la vie est plutôt simple&nbsp;: en tant qu’entreprise sociale fondée sur les connaissances, nous encourageons les gouvernements, les institutions, les écoles et les organismes sportifs à améliorer leurs programmes et leurs services de manière à ce qu’ils profitent à tous… et non pas seulement aux plus performants. Nous voyons une continuité dans les stades de développement sur les plans humain et athlétique, et non une séparation entre « les meilleurs » et « les autres ». Nous souhaitons répondre à l’appel des Nations&nbsp;Unies et aligner notre travail sur la marche à suivre proposée dans ses objectifs de développement durable. Notre but est de créer des parcours de littératie physique qui conviendront à tous les Canadiens, et qui les garderont actifs toute leur vie. Nous croyons que la collaboration, l’innovation, l’inclusion et l’intégrité nous permettront d’atteindre cet objectif.</p><p>Notre mission est simple&nbsp;: «&nbsp;Créer, partager, mobiliser.&nbsp;»</p><p>La nature de notre travail exige le développement de relations. En 2014, la société a été enregistrée en tant qu’organisme à but non lucratif. Depuis, nous avons déployé des efforts afin de créer des ponts entre le gouvernement et les secteurs de la santé, de l’éducation, des loisirs et du sport. Notre réseau rassemble des représentants de tous les paliers gouvernementaux, des professionnels de la santé, des éducateurs, des intervenants en loisir, des responsables d’infrastructures, des gestionnaires, des entraîneurs, des arbitres, des athlètes, des parents et des représentants de nombreux secteurs sociaux. Ces relations seront essentielles pour d’abord parvenir à rejoindre les personnes qui ne sont pas familières avec le milieu du sport, et ensuite pour leur faire reconnaître les effets positifs de la littératie physique et de l’activité physique dans leur vie. Convaincre les gens d’abandonner un mode de vie sédentaire ou malsain améliorera leur bien-être physique et mental. Ils vivront plus longtemps et en meilleure santé.</p><p>Pendant ce temps, nous poursuivrons notre travail, c’est-à-dire celui de collaborer avec nos partenaires (actuels et nouveaux), dont des universitaires et des experts en littératie physique et en sport de qualité. Nous encouragerons et pratiquerons une collaboration multisectorielle dans nos projets, tout en présentant des stratégies de développement à long terme dans les organismes nationaux par la mise en place de programmes dans les communautés et dans les clubs. Nos partenariats clés avec les communautés, les organismes et les gouvernements aux échelles provinciales, territoriales et nationales sont précieux. Sans eux, il nous serait impossible d’avoir un rôle de première ligne dans la promotion de la littératie physique et du sport de qualité.</p><p>Nous défendons nos idées avec vigueur et cette approche peut parfois surprendre. C’est que nous sommes partisans de la philosophie Kaizen, laquelle prône l’amélioration continue. Nous ne voyons pas seulement les choses telles qu’elles sont, nous voyons aussi la façon dont elles pourraient être. Notre organisme s’est rapidement développé, et notre mandat a évolué avec lui. En tant que leaders éclairés, nous produisons tout&nbsp;: des modules d’apprentissage tout comme des publications imprimées, en passant par des conférences internationales de grande envergure qui portent autant sur la littératie physique que sur le sport de qualité.</p><p>En fin de compte, nous sommes des novateurs qui cherchons constamment à nous améliorer.</p><p>Il y a toujours moyen de faire mieux</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5194:\"<div style=\"color: #5a5b5d; font-family: Lato; font-size: 14px;\">\n<div class=\"title-box clearfix \" style=\"margin-top: 30px; margin-bottom: 20px; text-align: center;\">\n<h2 class=\"title-box_primary\" style=\"margin-top: 0px; margin-bottom: 6px; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 40px; line-height: 40px; text-rendering: optimizelegibility; text-transform: uppercase; border-width: initial; border-style: none; background: none;\">CATALYSEURS DE CHANGEMENTS DURABLES</h2>\n</div>\n</div>\n<p>Chez Le sport c’est pour la vie, nous n’attendons pas que les changements se produisent. Nous les provoquons.</p>\n<p>Notre organisme à but non lucratif est reconnu à l’échelle nationale. Il regroupe des experts en matière de sport et de littératie physique qui ont la vision à long terme nécessaire pour être des catalyseurs de changements durables au sein du milieu du sport et de l’activité physique, et même au-delà. Nous souhaitons bâtir un avenir dans lequel tous auront accès à des expériences de qualité en matière de sport et de littératie physique. Pour y parvenir, nous créons des liens entre les secteurs, nous favorisons de nouvelles collaborations avec les institutions canadiennes et nous mobilisons nos connaissances au profit des communautés du pays.</p>\n<p>Nous pensons globalement, et agissons localement.</p>\n<p>En fait, le travail que nous réalisons chez Le sport c’est pour la vie est plutôt simple : en tant qu’entreprise sociale fondée sur les connaissances, nous encourageons les gouvernements, les institutions, les écoles et les organismes sportifs à améliorer leurs programmes et leurs services de manière à ce qu’ils profitent à tous… et non pas seulement aux plus performants. Nous voyons une continuité dans les stades de développement sur les plans humain et athlétique, et non une séparation entre « les meilleurs » et « les autres ». Nous souhaitons répondre à l’appel des Nations Unies et aligner notre travail sur la marche à suivre proposée dans ses objectifs de développement durable. Notre but est de créer des parcours de littératie physique qui conviendront à tous les Canadiens, et qui les garderont actifs toute leur vie. Nous croyons que la collaboration, l’innovation, l’inclusion et l’intégrité nous permettront d’atteindre cet objectif.</p>\n<p>Notre mission est simple : « Créer, partager, mobiliser. »</p>\n<p>La nature de notre travail exige le développement de relations. En 2014, la société a été enregistrée en tant qu’organisme à but non lucratif. Depuis, nous avons déployé des efforts afin de créer des ponts entre le gouvernement et les secteurs de la santé, de l’éducation, des loisirs et du sport. Notre réseau rassemble des représentants de tous les paliers gouvernementaux, des professionnels de la santé, des éducateurs, des intervenants en loisir, des responsables d’infrastructures, des gestionnaires, des entraîneurs, des arbitres, des athlètes, des parents et des représentants de nombreux secteurs sociaux. Ces relations seront essentielles pour d’abord parvenir à rejoindre les personnes qui ne sont pas familières avec le milieu du sport, et ensuite pour leur faire reconnaître les effets positifs de la littératie physique et de l’activité physique dans leur vie. Convaincre les gens d’abandonner un mode de vie sédentaire ou malsain améliorera leur bien-être physique et mental. Ils vivront plus longtemps et en meilleure santé.</p>\n<p>Pendant ce temps, nous poursuivrons notre travail, c’est-à-dire celui de collaborer avec nos partenaires (actuels et nouveaux), dont des universitaires et des experts en littératie physique et en sport de qualité. Nous encouragerons et pratiquerons une collaboration multisectorielle dans nos projets, tout en présentant des stratégies de développement à long terme dans les organismes nationaux par la mise en place de programmes dans les communautés et dans les clubs. Nos partenariats clés avec les communautés, les organismes et les gouvernements aux échelles provinciales, territoriales et nationales sont précieux. Sans eux, il nous serait impossible d’avoir un rôle de première ligne dans la promotion de la littératie physique et du sport de qualité.</p>\n<p>Nous défendons nos idées avec vigueur et cette approche peut parfois surprendre. C’est que nous sommes partisans de la philosophie Kaizen, laquelle prône l’amélioration continue. Nous ne voyons pas seulement les choses telles qu’elles sont, nous voyons aussi la façon dont elles pourraient être. Notre organisme s’est rapidement développé, et notre mandat a évolué avec lui. En tant que leaders éclairés, nous produisons tout : des modules d’apprentissage tout comme des publications imprimées, en passant par des conférences internationales de grande envergure qui portent autant sur la littératie physique que sur le sport de qualité.</p>\n<p>En fin de compte, nous sommes des novateurs qui cherchons constamment à nous améliorer.</p>\n<p>Il y a toujours moyen de faire mieux</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646158136,1),('field:node:440',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:3096:\"<p><img style=\"float: right; margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_2686.JPG\" alt=\"Cette image représente trois jeunes étudiants, une fille et deux garçons, tous en ligne, les genoux fléchis, prêts à sauter\" width=\"380\" height=\"380\"></p><p class=\"MsoNormal\"><span lang=\"FR\" data-mce-mark=\"1\">PLAY encourage la notion, l’évaluation, le développement et l’avancement de la littératie physique parmi les participants et les animateurs. Les deux composantes de la littératie physique évaluées dans PLAY sont les habiletés motrices et la conscience de soi. &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></p><p class=\"MsoNormal\"><span lang=\"FR\" data-mce-mark=\"1\">PLAY fournit les réponses auxquelles les participants ont répondu en ligne, de même que leurs données provenant de leur participation à des actions d’habiletés motrices que les animateurs gèrent et observent.</span></p><p class=\"MsoNormal\">Sur la base des résultats aux évaluations de la littératie physique, le site Web PLAY génère une <strong>carte de pointage du participant</strong> et une <strong>carte de pointage du groupe</strong>. Ces cartes de pointage soulignent les forces et les faiblesses des niveaux de littératie physique des participants et assistent les animateurs dans l’adaptation de leur programmation et enseignement pour donner des cours ciblés qui sont pertinents au niveau du groupe et du participant. Les résultats de la carte de pointage conviviale offrent aux animateurs, aux parents et aux participants, une plateforme pour engager une conversation cohérente sur les conclusions des évaluations de littératie physique, pour apporter des améliorations futures. PLAY produit un état cumulatif des évaluations des participants sur plusieurs années.&nbsp;</p><p><strong><span lang=\"FR\" data-mce-mark=\"1\">Une plateforme en ligne</span></strong></p><p><span lang=\"FR\" data-mce-mark=\"1\">PLAY utilise une plateforme en ligne pour présenter et gérer de l’information sur la littératie physique.&nbsp;</span></p><p><span lang=\"FR\" data-mce-mark=\"1\">Cette plateforme en ligne permet aux animateurs de&nbsp;:</span></p><ul><li><span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">entrer et gérer les données de chaque participant et groupe du programme;&nbsp;</span></li><li>accéder à des documents didactiques et télécharger&nbsp;:</li><ul><li><span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">des outils, des lignes directrices, des stratégies pédagogiques et des formulaires de rapport pour remplir les évaluations;&nbsp;</span></li><li><span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">des guides pour interpréter et utiliser les résultats; et</span></li><li><span style=\"line-height: 1.538em;\">des idées et des ressources pour promouvoir une attention individualisée et de l’information. Cela aidera les participants et les animateurs à fixer des objectifs pour aboutir à l\'amélioration continue de la littératie physique.</span></li></ul></ul><p>&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:3097:\"<p><img style=\"float: right; margin-left: 10px; margin-right: 10px;\" src=\"/sites/default/files/IMG_2686.JPG\" alt=\"Cette image représente trois jeunes étudiants, une fille et deux garçons, tous en ligne, les genoux fléchis, prêts à sauter\" width=\"380\" height=\"380\" /></p>\n<p class=\"MsoNormal\"><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">PLAY encourage la notion, l’évaluation, le développement et l’avancement de la littératie physique parmi les participants et les animateurs. Les deux composantes de la littératie physique évaluées dans PLAY sont les habiletés motrices et la conscience de soi.                  </span></p>\n<p class=\"MsoNormal\"><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">PLAY fournit les réponses auxquelles les participants ont répondu en ligne, de même que leurs données provenant de leur participation à des actions d’habiletés motrices que les animateurs gèrent et observent.</span></p>\n<p class=\"MsoNormal\">Sur la base des résultats aux évaluations de la littératie physique, le site Web PLAY génère une <strong>carte de pointage du participant</strong> et une <strong>carte de pointage du groupe</strong>. Ces cartes de pointage soulignent les forces et les faiblesses des niveaux de littératie physique des participants et assistent les animateurs dans l’adaptation de leur programmation et enseignement pour donner des cours ciblés qui sont pertinents au niveau du groupe et du participant. Les résultats de la carte de pointage conviviale offrent aux animateurs, aux parents et aux participants, une plateforme pour engager une conversation cohérente sur les conclusions des évaluations de littératie physique, pour apporter des améliorations futures. PLAY produit un état cumulatif des évaluations des participants sur plusieurs années. </p>\n<p><strong><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">Une plateforme en ligne</span></strong></p>\n<p><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">PLAY utilise une plateforme en ligne pour présenter et gérer de l’information sur la littératie physique. </span></p>\n<p><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">Cette plateforme en ligne permet aux animateurs de :</span></p>\n<ul>\n<li><span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">entrer et gérer les données de chaque participant et groupe du programme; </span></li>\n<li>accéder à des documents didactiques et télécharger :</li>\n<ul>\n<li><span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">des outils, des lignes directrices, des stratégies pédagogiques et des formulaires de rapport pour remplir les évaluations; </span></li>\n<li><span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">des guides pour interpréter et utiliser les résultats; et</span></li>\n<li><span style=\"line-height: 1.538em;\">des idées et des ressources pour promouvoir une attention individualisée et de l’information. Cela aidera les participants et les animateurs à fixer des objectifs pour aboutir à l\'amélioration continue de la littératie physique.</span></li>\n</ul>\n</ul>\n<p> </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646267147,1),('field:node:441',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2207:\"<p>PLAY (acronyme pour l’évaluation de la littératie physique des jeunes) a été développé par Dr Dean Kriellaars à l’Université du Manitoba pour encourager le développement et l’avancement de la littératie physique des participants — leur aptitude à bouger de façon compétente et en confiance dans diverses activités physiques, et dans de multiples environnements pour favoriser un développement sain.</p><p>Le programme est conçu de façon à être motivant et efficace pour fournir de précieuses informations et des commentaires aux participants et aux animateurs sur la progression et la réalisation de la littératie physique.</p><p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/IMG_2682crop.jpg\" alt=\"Cette image représente un groupe d\'étudiants qui posent ensemble, sur trois rangées dans le gymnase\" width=\"600\" height=\"428\"></p><p>L’outil PLAY Fun est utilisé par un professionnel qualifié pour évaluer les 18 habiletés fondamentales/actions d’un enfant comme courir, lancer, botter et l’équilibre.</p><p>L’outil PLAY Self a été conçu pour fournir une évaluation de la perception d’un enfant de sa propre littératie physique. L’outil compare aussi l’intérêt de l’enfant pour la littératie physique en comparaison à la lecture et au calcul.&nbsp;En utilisant les outils PLAY, les participants amélioreront leur:&nbsp;</p><ul><li>sensibilisation à la littératie physique — le sens de la littératie physique et pourquoi il est important de la développer en vue d’adopter des modes de vie sains;&nbsp;</li><li>sensibilisation de leur propre participation active et habiletés motrices; &nbsp;</li><li>aptitude à établir et atteindre des objectifs individualisés pour augmenter leurs niveaux de littératie physique.</li></ul><p class=\"MsoNormal\">La motivation pour participer à une activité provient d’encouragements, d’aptitudes adéquates pour les habiletés motrices, et à un environnement sécuritaire et accueillant. Plus un enfant participe, plus il devient confiant. À l’inverse, s’il ne participe pas, il commencera à perdre la confiance et son estime de soi.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2204:\"<p>PLAY (acronyme pour l’évaluation de la littératie physique des jeunes) a été développé par Dr Dean Kriellaars à l’Université du Manitoba pour encourager le développement et l’avancement de la littératie physique des participants — leur aptitude à bouger de façon compétente et en confiance dans diverses activités physiques, et dans de multiples environnements pour favoriser un développement sain.</p>\n<p>Le programme est conçu de façon à être motivant et efficace pour fournir de précieuses informations et des commentaires aux participants et aux animateurs sur la progression et la réalisation de la littératie physique.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/IMG_2682crop.jpg\" alt=\"Cette image représente un groupe d\'étudiants qui posent ensemble, sur trois rangées dans le gymnase\" width=\"600\" height=\"428\" /></p>\n<p>L’outil PLAY Fun est utilisé par un professionnel qualifié pour évaluer les 18 habiletés fondamentales/actions d’un enfant comme courir, lancer, botter et l’équilibre.</p>\n<p>L’outil PLAY Self a été conçu pour fournir une évaluation de la perception d’un enfant de sa propre littératie physique. L’outil compare aussi l’intérêt de l’enfant pour la littératie physique en comparaison à la lecture et au calcul. En utilisant les outils PLAY, les participants amélioreront leur: </p>\n<ul>\n<li>sensibilisation à la littératie physique — le sens de la littératie physique et pourquoi il est important de la développer en vue d’adopter des modes de vie sains; </li>\n<li>sensibilisation de leur propre participation active et habiletés motrices;  </li>\n<li>aptitude à établir et atteindre des objectifs individualisés pour augmenter leurs niveaux de littératie physique.</li>\n</ul>\n<p class=\"MsoNormal\">La motivation pour participer à une activité provient d’encouragements, d’aptitudes adéquates pour les habiletés motrices, et à un environnement sécuritaire et accueillant. Plus un enfant participe, plus il devient confiant. À l’inverse, s’il ne participe pas, il commencera à perdre la confiance et son estime de soi.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646218778,1),('field:node:442',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:3533:\"<p class=\"MsoNormal\">PLAY vous aidera vous et votre animateur, votre entraineur ou instructeur à fixer des objectifs et suivre votre progression au fur et à mesure que vous développez la littératie physique.</p><p class=\"MsoNormal\" style=\"margin: 15.4pt 0cm; line-height: 15.4pt; background-position: initial initial; background-repeat: initial initial;\"><strong>À propos de PLAY</strong></p><p class=\"MsoNormal\">Le programme PLAY comprend des formulaires, des graphiques et des outils en ligne que votre animateur, entraineur ou instructeur peut utiliser pour déterminer votre niveau de littératie physique et vous aider à l’améliorer. Vous trouverez aussi des informations à lire et à partager avec vos parents. Votre animateur, entraineur ou instructeur vérifiera les deux volets de votre littératie physique&nbsp;:</p><p class=\"MsoNormal\" style=\"margin: 15.4pt 0cm; line-height: 15.4pt; background-position: initial initial; background-repeat: initial initial;\"><a href=\"playhabiletés\"><strong>PLAY&nbsp;<em>habiletés</em></strong></a></p><p class=\"MsoNormal\">Il y a beaucoup de façons d’être actif physiquement, mais presque toutes utilisent les mêmes habiletés de base. Par exemple, courir est une habileté importante utilisée au soccer, en danse et au tennis — pour ne citer que celles-là! Ces habiletés de base sont appelées les habiletés motrices fondamentales. Votre animateur, entraineur ou instructeur peut utiliser PLAY<em>habiletés</em> pour évaluer 18 de ces habiletés et vous aider à en apprendre davantage sur ces habiletés et comment les améliorer.</p><p class=\"MsoNormal\" style=\"margin: 15.4pt 0cm; line-height: 15.4pt; background-position: initial initial; background-repeat: initial initial;\"><a href=\"playjeune\"><strong>PLAY&nbsp;<em>jeune</em></strong></a></p><p class=\"MsoNormal\"><strong>PLAY<em>jeune</em></strong>&nbsp;est une auto-évaluation pour déterminer votre perception de la littératie physique. «&nbsp;Comment vous débrouillez-vous en sport dans la salle de gym? Dans l’eau? Sur la glace? J’ai hâte d’essayer de nouvelles activités ou de nouveaux sports?&nbsp;»&nbsp; Il n’y a pas de mauvaise réponse, alors pourquoi ne pas essayer?</p><p class=\"MsoNormal\" style=\"margin: 18pt 0cm; line-height: 18pt; background-position: initial initial; background-repeat: initial initial;\"><strong>La littératie physique et la prévention des blessures</strong></p><p class=\"MsoNormal\">La littératie physique vous aidera aussi à éviter de vous blesser lorsque vous participez à des activités physiques ou lorsque vous pratiquez un sport. Pourquoi? Parce que la littératie physique est associée à de meilleurs mouvements du corps et une sensibilisation accrue de notre environnement physique.&nbsp;&nbsp;</p><p class=\"MsoNormal\">Par exemple, chacun pense qu’il sait comment courir, mais en fait, bon nombre de gens courent de la mauvaise façon. Beaucoup de nos camarades de classe courent de manière inefficace, ou d’une façon qui augmente le risque de blessures au genou ou à la cheville. Il en est de même pour d’autres mouvements tels que le saut ou le lancer. Avec de faibles habiletés motrices, vous augmentez le risque de vous blesser.</p><p class=\"MsoNormal\">En travaillant votre littératie physique, vous vous rendez un fier service. Vous développez de bonnes habiletés motrices et réduisez votre risque de blessures. C’est important pour quiconque veut s’amuser en participant à une activité physique ou à un sport!</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:3508:\"<p class=\"MsoNormal\">PLAY vous aidera vous et votre animateur, votre entraineur ou instructeur à fixer des objectifs et suivre votre progression au fur et à mesure que vous développez la littératie physique.</p>\n<p class=\"MsoNormal\" style=\"margin: 15.4pt 0cm; line-height: 15.4pt; background-position: initial initial; background-repeat: initial initial;\"><strong>À propos de PLAY</strong></p>\n<p class=\"MsoNormal\">Le programme PLAY comprend des formulaires, des graphiques et des outils en ligne que votre animateur, entraineur ou instructeur peut utiliser pour déterminer votre niveau de littératie physique et vous aider à l’améliorer. Vous trouverez aussi des informations à lire et à partager avec vos parents. Votre animateur, entraineur ou instructeur vérifiera les deux volets de votre littératie physique :</p>\n<p class=\"MsoNormal\" style=\"margin: 15.4pt 0cm; line-height: 15.4pt; background-position: initial initial; background-repeat: initial initial;\"><a href=\"playhabiletés\"><strong>PLAY <em>habiletés</em></strong></a></p>\n<p class=\"MsoNormal\">Il y a beaucoup de façons d’être actif physiquement, mais presque toutes utilisent les mêmes habiletés de base. Par exemple, courir est une habileté importante utilisée au soccer, en danse et au tennis — pour ne citer que celles-là! Ces habiletés de base sont appelées les habiletés motrices fondamentales. Votre animateur, entraineur ou instructeur peut utiliser PLAY<em>habiletés</em> pour évaluer 18 de ces habiletés et vous aider à en apprendre davantage sur ces habiletés et comment les améliorer.</p>\n<p class=\"MsoNormal\" style=\"margin: 15.4pt 0cm; line-height: 15.4pt; background-position: initial initial; background-repeat: initial initial;\"><a href=\"playjeune\"><strong>PLAY <em>jeune</em></strong></a></p>\n<p class=\"MsoNormal\"><strong>PLAY<em>jeune</em></strong> est une auto-évaluation pour déterminer votre perception de la littératie physique. « Comment vous débrouillez-vous en sport dans la salle de gym? Dans l’eau? Sur la glace? J’ai hâte d’essayer de nouvelles activités ou de nouveaux sports? »  Il n’y a pas de mauvaise réponse, alors pourquoi ne pas essayer?</p>\n<p class=\"MsoNormal\" style=\"margin: 18pt 0cm; line-height: 18pt; background-position: initial initial; background-repeat: initial initial;\"><strong>La littératie physique et la prévention des blessures</strong></p>\n<p class=\"MsoNormal\">La littératie physique vous aidera aussi à éviter de vous blesser lorsque vous participez à des activités physiques ou lorsque vous pratiquez un sport. Pourquoi? Parce que la littératie physique est associée à de meilleurs mouvements du corps et une sensibilisation accrue de notre environnement physique.  </p>\n<p class=\"MsoNormal\">Par exemple, chacun pense qu’il sait comment courir, mais en fait, bon nombre de gens courent de la mauvaise façon. Beaucoup de nos camarades de classe courent de manière inefficace, ou d’une façon qui augmente le risque de blessures au genou ou à la cheville. Il en est de même pour d’autres mouvements tels que le saut ou le lancer. Avec de faibles habiletés motrices, vous augmentez le risque de vous blesser.</p>\n<p class=\"MsoNormal\">En travaillant votre littératie physique, vous vous rendez un fier service. Vous développez de bonnes habiletés motrices et réduisez votre risque de blessures. C’est important pour quiconque veut s’amuser en participant à une activité physique ou à un sport!</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646381744,1),('field:node:443',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:3196:\"<p>Les outils PLAY ont été conçus pour fournir de l’information relative à la&nbsp;littératie&nbsp;physique des enfants et des jeunes (7 ans et plus). Ces outils peuvent être&nbsp;utilisés pour des études, pour évaluer des programmes, pour impliquer les enfants et les parents, pour la surveillance et la sensibilisation.&nbsp;</p><p><img style=\"margin-left: 25px; margin-right: 25px; float: left;\" src=\"/sites/default/files/IMG_2713crop.jpg\" alt=\"Cette image représente un jeune garçon sur le départ, en position debout prêt à courir\" width=\"140\" height=\"320\"></p><p><span lang=\"FR\" data-mce-mark=\"1\">Les&nbsp;outils PLAY&nbsp;comprennent&nbsp;:</span></p><ul><li><p><strong style=\"font-size: 13.008px; line-height: 1.538em;\"><span lang=\"FR\" data-mce-mark=\"1\">PLAY<em>habiletés</em></span></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" lang=\"FR\" data-mce-mark=\"1\">&nbsp;– l’évaluation objective des compétences, de la confiance, de la compréhension des habiletés motrices et des actions (séquences)&nbsp;</span></p></li><li><p><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>entraineur</em>&nbsp;</strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\">– l’évaluation d’un enfant de la part d’un entraineur/professeur d’éducation physique/kinésiologue/physiothérapeute</span></p></li><li><p><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>parent</em></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\">&nbsp;– l’évaluation parentale d’un enfant</span></p></li><li><p><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>jeune</em></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\">&nbsp;– l’auto-évaluation d’un enfant</span></p></li><li><p><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>de base</em></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\">&nbsp;– la version réduite de PLAY Fun</span></p></li><li><p><strong style=\"font-size: 13.008px; line-height: 1.538em;\"><span lang=\"FR\" data-mce-mark=\"1\">PLA</span><span lang=\"FR\" data-mce-mark=\"1\">Y</span><em><span lang=\"FR\" data-mce-mark=\"1\">registre</span></em>&nbsp;</strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\">– l’in</span><span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">ventaire des activités — la participation</span></p></li></ul><p><span lang=\"FR\" data-mce-mark=\"1\">Les outils peuvent être utilisés séparément ou combinés pour offrir un aperçu du statut de l\'enfant dans son parcours de </span><span lang=\"FR\" data-mce-mark=\"1\">littératie&nbsp;</span><span lang=\"FR\" data-mce-mark=\"1\">physique.</span></p><p class=\"MsoNormal\"><span lang=\"FR\">Le but ultime est d’utiliser les outils PLAY pour concevoir une programmation individuelle ou en groupe pour développer la&nbsp;</span><span style=\"font-size: 13.008px; line-height: 20.0063px;\">littératie</span><span style=\"font-size: 13.008px; line-height: 1.538em;\">&nbsp;physique, celle-ci étant la passerelle menant à un style de vie actif.</span></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:3295:\"<p>Les outils PLAY ont été conçus pour fournir de l’information relative à la littératie physique des enfants et des jeunes (7 ans et plus). Ces outils peuvent être utilisés pour des études, pour évaluer des programmes, pour impliquer les enfants et les parents, pour la surveillance et la sensibilisation. </p>\n<p><img style=\"margin-left: 25px; margin-right: 25px; float: left;\" src=\"/sites/default/files/IMG_2713crop.jpg\" alt=\"Cette image représente un jeune garçon sur le départ, en position debout prêt à courir\" width=\"140\" height=\"320\" /></p>\n<p><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">Les outils PLAY comprennent :</span></p>\n<ul>\n<li>\n<p><strong style=\"font-size: 13.008px; line-height: 1.538em;\"><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">PLAY<em>habiletés</em></span></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\"> – l’évaluation objective des compétences, de la confiance, de la compréhension des habiletés motrices et des actions (séquences) </span></p>\n</li>\n<li>\n<p><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>entraineur</em> </strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\">– l’évaluation d’un enfant de la part d’un entraineur/professeur d’éducation physique/kinésiologue/physiothérapeute</span></p>\n</li>\n<li>\n<p><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>parent</em></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\"> – l’évaluation parentale d’un enfant</span></p>\n</li>\n<li>\n<p><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>jeune</em></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\"> – l’auto-évaluation d’un enfant</span></p>\n</li>\n<li>\n<p><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>de base</em></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\"> – la version réduite de PLAY Fun</span></p>\n</li>\n<li>\n<p><strong style=\"font-size: 13.008px; line-height: 1.538em;\"><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">PLA</span><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">Y</span><em><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">registre</span></em> </strong><span style=\"font-size: 13.008px; line-height: 1.538em;\" data-mce-mark=\"1\">– l’in</span><span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">ventaire des activités — la participation</span></p>\n</li>\n</ul>\n<p><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">Les outils peuvent être utilisés séparément ou combinés pour offrir un aperçu du statut de l\'enfant dans son parcours de </span><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">littératie </span><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">physique.</span></p>\n<p class=\"MsoNormal\"><span lang=\"FR\" xml:lang=\"FR\">Le but ultime est d’utiliser les outils PLAY pour concevoir une programmation individuelle ou en groupe pour développer la </span><span style=\"font-size: 13.008px; line-height: 20.0063px;\">littératie</span><span style=\"font-size: 13.008px; line-height: 1.538em;\"> physique, celle-ci étant la passerelle menant à un style de vie actif.</span></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646353150,1),('field:node:444',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:3431:\"<p>Nous savons que les enfants d’aujourd’hui et les jeunes sont bien moins actifs que par le passé. Dans l’intérêt de leur santé à long terme et de leur bien-être, nous devons les inciter à devenir plus actifs et à le rester.</p><p><span lang=\"FR\">La première étape consiste à les inciter à se doter de la littératie physique.&nbsp;</span><img style=\"line-height: 1.538em; display: block; margin: 10px auto;\" src=\"/sites/default/files/IMG_2661crop1.jpg\" alt=\"Cette image représente un jeune garçon et une jeune fille qui courent en cercles dans le gymnase\" width=\"600\" height=\"181\"></p><h2 style=\"line-height: 20.0063px;\"><span style=\"color: #99cc00;\" lang=\"FR\">PLAY<em>habiletés</em></span></h2><p style=\"line-height: 20.0063px;\"><span style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; font-weight: normal; line-height: 22.1px;\">L’outil&nbsp;</span><strong style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 22.1px;\">PLAY<em>habiletés</em></strong><span style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; font-weight: normal; line-height: 22.1px;\">&nbsp;a été conçu pour promulguer une évaluation de la compétence de l’exécution des habiletés motrices fondamentales et des séquences aussi bien qu’une&nbsp;évaluation de la compréhension du vocabulaire du mouvement et la confiance dans l’exécution de chaque habileté/action.</span></p><p><span lang=\"FR\">L’outil&nbsp;<strong>PLAY<em>habiletés</em></strong>&nbsp;a subi de considérables développements de la part d’un groupe d’experts en termes de validation du contenu, de l’évaluation des deux principales formes&nbsp;de fiabilité; test-retest et coefficient, de l’évaluation de la validité concurrente (comparaison aux autres outils connexes). La sensibilité et la spécificité de l’outil ont également été évaluées. Il a été utilisé dans de nombreuses études sur la&nbsp;</span><span style=\"font-size: 13.008px; line-height: 20.0063px;\">littératie</span><span style=\"font-size: 13.008px; line-height: 1.538em;\">&nbsp;physique des enfants à partir de 7 ans jusqu’à l’âge adulte. Dans l’ensemble, le nouvel outil déployé&nbsp;</span><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>habiletés</em></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\">&nbsp;donne de très bons résultats pour évaluer la&nbsp;</span><span style=\"font-size: 13.008px; line-height: 20.0063px;\">littératie</span><span style=\"font-size: 13.008px; line-height: 1.538em;\">&nbsp;physique.&nbsp;</span></p><h2 style=\"line-height: 20.0063px;\"><span style=\"color: #99cc00;\" lang=\"FR\">PLAY<em>jeune</em></span></h2><p><span lang=\"FR\">L’outil&nbsp;</span><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>jeune</em></strong><span lang=\"FR\">&nbsp;a été conçu pour fournir une évaluation de la perception propre d’un enfant de sa&nbsp;<span lang=\"FR\">littératie</span>&nbsp;physique et pour comparer son intérêt pour&nbsp;la&nbsp;</span><span lang=\"FR\">littératie</span><span lang=\"FR\">&nbsp;physique à celui de la lecture, l’écriture et le calcul. Cet outil a été utilisé pour engager les enfants à auto-évaluer leur&nbsp;</span><span lang=\"FR\">littératie</span><span lang=\"FR\">&nbsp;physique; les résultats peuvent être comparés à d’autres outils PLAY.</span></p><p><span lang=\"FR\">&nbsp;</span></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:3513:\"<p>Nous savons que les enfants d’aujourd’hui et les jeunes sont bien moins actifs que par le passé. Dans l’intérêt de leur santé à long terme et de leur bien-être, nous devons les inciter à devenir plus actifs et à le rester.</p>\n<p><span lang=\"FR\" xml:lang=\"FR\">La première étape consiste à les inciter à se doter de la littératie physique. </span><img style=\"line-height: 1.538em; display: block; margin: 10px auto;\" src=\"/sites/default/files/IMG_2661crop1.jpg\" alt=\"Cette image représente un jeune garçon et une jeune fille qui courent en cercles dans le gymnase\" width=\"600\" height=\"181\" /></p>\n<h2 style=\"line-height: 20.0063px;\"><span style=\"color: #99cc00;\" lang=\"FR\" xml:lang=\"FR\">PLAY<em>habiletés</em></span></h2>\n<p style=\"line-height: 20.0063px;\"><span style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; font-weight: normal; line-height: 22.1px;\">L’outil </span><strong style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 22.1px;\">PLAY<em>habiletés</em></strong><span style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; font-weight: normal; line-height: 22.1px;\"> a été conçu pour promulguer une évaluation de la compétence de l’exécution des habiletés motrices fondamentales et des séquences aussi bien qu’une évaluation de la compréhension du vocabulaire du mouvement et la confiance dans l’exécution de chaque habileté/action.</span></p>\n<p><span lang=\"FR\" xml:lang=\"FR\">L’outil <strong>PLAY<em>habiletés</em></strong> a subi de considérables développements de la part d’un groupe d’experts en termes de validation du contenu, de l’évaluation des deux principales formes de fiabilité; test-retest et coefficient, de l’évaluation de la validité concurrente (comparaison aux autres outils connexes). La sensibilité et la spécificité de l’outil ont également été évaluées. Il a été utilisé dans de nombreuses études sur la </span><span style=\"font-size: 13.008px; line-height: 20.0063px;\">littératie</span><span style=\"font-size: 13.008px; line-height: 1.538em;\"> physique des enfants à partir de 7 ans jusqu’à l’âge adulte. Dans l’ensemble, le nouvel outil déployé </span><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>habiletés</em></strong><span style=\"font-size: 13.008px; line-height: 1.538em;\"> donne de très bons résultats pour évaluer la </span><span style=\"font-size: 13.008px; line-height: 20.0063px;\">littératie</span><span style=\"font-size: 13.008px; line-height: 1.538em;\"> physique. </span></p>\n<h2 style=\"line-height: 20.0063px;\"><span style=\"color: #99cc00;\" lang=\"FR\" xml:lang=\"FR\">PLAY<em>jeune</em></span></h2>\n<p><span lang=\"FR\" xml:lang=\"FR\">L’outil </span><strong style=\"font-size: 13.008px; line-height: 1.538em;\">PLAY<em>jeune</em></strong><span lang=\"FR\" xml:lang=\"FR\"> a été conçu pour fournir une évaluation de la perception propre d’un enfant de sa <span lang=\"FR\" xml:lang=\"FR\">littératie</span> physique et pour comparer son intérêt pour la </span><span lang=\"FR\" xml:lang=\"FR\">littératie</span><span lang=\"FR\" xml:lang=\"FR\"> physique à celui de la lecture, l’écriture et le calcul. Cet outil a été utilisé pour engager les enfants à auto-évaluer leur </span><span lang=\"FR\" xml:lang=\"FR\">littératie</span><span lang=\"FR\" xml:lang=\"FR\"> physique; les résultats peuvent être comparés à d’autres outils PLAY.</span></p>\n<p><span lang=\"FR\" xml:lang=\"FR\"> </span></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646383013,1),('field:node:445',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:12312:\"<p><img src=\"/sites/default/files/Physical%20Literacy%20Explained.jpg\" alt=\"\" width=\"917\" height=\"351\"></p><h2 style=\"line-height: 20.0063px;\">Qu\'est-ce que la littératie physique?</h2><p>Les personnes qui ont acquis la littératie physique possède la compétence, confiance et motivation pour pratiquer différents sports et activités physiques. En conséquence, ils sont plus à même de rester actifs pendant toute leur vie.</p><h2>Qu\'est la littératie physique réellement?</h2><p>Tout comme la lecture et le calcul, la littératie physique développe un \"vocabulaire du mouvement\" des habiletés fondamentales motrices et sportives.</p><p>Ces habiletés sont fondamentales pour pouvoir bouger avec aptitude et assurance dans n\'importe quel domaine d\'activités :</p><ul><li>Au sol, à l\'interieur comme à l\'extérieur</li><li>Dans et sur l\'eau</li><li>Sur la glace et la neige</li><li>Dans les airs</li></ul><p>Nos enfants doivent acquérir la littératie physique dans des milieux variés et grâce à des intervenants différents. Cependant, la responsabilité de cette acquisition repose d\'abord sur les parents et les gardiens. &nbsp;</p><h2>Passeport pour la vie d’EPS Canada et PLAY de Le sport c\'est pour la vie&nbsp;</h2><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">La terminologie et les évaluations de Passeport pour la vie sont conciliables avec le mouvement de la&nbsp;littératie&nbsp;physique de Le sport c’est pour la vie et son modèle de développement à long&nbsp;terme de l’athlète. Il importe que les divers projets voués à l’amélioration du mode de vie des enfants et des jeunes soient en harmonie. &nbsp;&nbsp;</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Par contre, le niveau Participant accompli de Passeport pour la vie ne concorde pas avec En voie d’affirmation de PLAY. Dans l’outil PLAY, le niveau Chevronné est ancré tout en haut de l’échelle par une performance « parfaite » ou une exécution experte de la tâche qu’on évalue. De son côté, le niveau Participant accompli de Passeport pour la vie reflète une exécution de tâche qui dépasse tout simplement le niveau attendu au même âge et degré de développement (c.-à-d. une meilleure exécution que celle du Participant familiarisé). Une telle rubrique se concilie avec les objectifs de mise en œuvre du programme scolaire — un participant « qui satisfait aux attentes éducationnelles, mais ne les dépasse pas ». Dans le contexte sportif, on doit pouvoir différencier entre le participant acceptable ou compétent (en bas de l’échelle) et le participant chevronné (expert).&nbsp;</p><p><strong>Passeport pour la vie d’EPS Canada &nbsp;</strong></p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">EPS Canada a mis au point un nouveau programme grâce auquel les enseignantes et enseignants d’éducation physique et d’éducation à la santé sont plus à même d’encourager leurs élèves à opter pour des modes de vie sains et actifs la vie durant. Passeport pour la vie met l’accent sur l’acquisition de la&nbsp;littératie&nbsp;physique — un élément de base des programmes cadres d’éducation&nbsp;physique et d’éducation à la santé partout au Canada. Passeport pour la vie permet d’évaluer la participation active, les compétences de vie, les habiletés liées à la condition physique et les habiletés motrices. À l’heure actuelle, Passeport pour la vie s’adresse aux élèves de la 3e année à la 9e année, mais sera éventuellement élargi pour inclure les élèves de la maternelle à la 2e année et ceux de la 10e année à la 12e année. Les évaluations de Passeport pour la vie servent à déterminer, avec l’aide des enseignantes et enseignants et avec l’encouragement des parents, &nbsp;des objectifs auxquels les élèves pourront aspirer tout au long de l’année scolaire. &nbsp;&nbsp;</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Passeport pour la vie a recours à une rubrique de notation en quatre points (voir ci-dessous) pour l’évaluation du mouvement et de la condition physique. Les rubriques en quatre points sont chose courante dans le monde de l’éducation. L’objectif pédagogique du programme consiste à permettre à tous les élèves d’atteindre le niveau&nbsp;«Participant familiarisé».&nbsp;</p><table style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; width: 919px; border-color: #666666; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tbody style=\"border-top-width: initial; border-top-style: none;\"><tr style=\"background-color: transparent;\"><td style=\"border-width: 1px; border-style: solid; border-color: #ffffff;\"><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7;\" align=\"center\">Nouveau Participant</p></td><td style=\"border-width: 1px; border-style: solid; border-color: #ffffff;\"><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7;\" align=\"center\">Participant apprenant</p></td><td style=\"border-width: 1px; border-style: solid; border-color: #ffffff;\"><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7;\" align=\"center\">Participant familiarisé</p></td><td style=\"border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right-color: #ffffff;\"><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7;\" align=\"center\">Participant&nbsp;accompli</p></td></tr></tbody></table><h2>Outils PLAY du &nbsp;groupe Au Canada, le sport c’est pour la vie</h2><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Le mouvement de Le sport c’est pour la vie emploie la rubrique suivante dans sa boîte à outils&nbsp;PLAY&nbsp;(Physical&nbsp;Literacy&nbsp;Assessment of&nbsp;Youth&nbsp;[évaluation de la&nbsp;littératie&nbsp;physique pour les jeunes]) qui permet l’évaluation objective de tâches et d’habiletés de mouvement exécutées par les enfants.</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">La rubrique des outils PLAY démontre quatre catégories:&nbsp;Étape initiale,&nbsp;Émergence,&nbsp;Compétence et&nbsp;Maîtrise.&nbsp;</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Cette rubrique se sert d’une matrice d’évaluation imbriquée en vertu de laquelle l’évaluateur détermine d’abord si le participant appartient à la catégorie Apprenant ou Familiarisé — autrement dit, si le participant possède ou non les habiletés essentielles. Une fois qu’il a déterminé la catégorie applicable, l’évaluateur range le participant dans une sous-catégorie à l’intérieur de la grande catégorie, ses choix de sous-catégorie étant Débutant ou En voie d’affirmation dans la catégorie Apprenant et Compétent ou Chevronné dans la catégorie Familiarisé. À l’origine, l’outil PLAY utilisait une échelle visuelle analogue imbriquée dans la terminologie d’ancrage (décrite ci-dessus) qui permettait une évaluation rapide selon une échelle de 100 points. L’outil PLAY a été récemment simplifié pour accommoder aussi une approche de notation en quatre points. &nbsp;</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Programme Passeport pour la vie d’EPS Canada<br>Les rubriques d’évaluation de Passeport pour la vie et de PLAY montrent un très haut degré de similitude et, en fait, leurs termes se rejoignent. Les différences entre les deux échelles sont en grande partie d’ordre sémantique, la principale différence étant l’ancre supérieure d’évaluation des habiletés (Participant accompli dans Passeport pour la vie par opposition à Chevronné dans PLAY).</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Concrètement, les deux premiers niveaux des deux rubriques sont tout à fait coordonnés malgré de petites différences sémantiques. Essentiellement, le niveau Nouveau participant de Passeport pour la vie se concilie avec Débutant dans PLAY et le niveau Participant apprenant de Passeport pour la vie avec En voie d’affirmation dans PLAY. Ces différences sémantiques découlent uniquement des différences dans l’approche d’évaluation de PLAY et de Passeport pour la vie.</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Le niveau Participant familiarisé de Passeport pour la vie correspond de très près au niveau Compétent de PLAY.</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Par contre, le niveau Participant accompli de Passeport pour la vie ne concorde pas avec En voie d’affirmation de PLAY. Dans l’outil PLAY, le niveau Chevronné est ancré tout en haut de l’échelle par une performance « parfaite » ou une exécution experte de la tâche qu’on évalue. De son côté, le niveau Participant accompli de Passeport pour la vie reflète une exécution de tâche qui dépasse tout simplement le niveau attendu au même âge et degré de développement (c.-à-d. une meilleure exécution que celle du Participant familiarisé). Une telle rubrique se concilie avec les objectifs de mise en œuvre du programme scolaire — un participant « qui satisfait aux attentes éducationnelles, mais ne les dépasse pas ». Dans le contexte sportif, on doit pouvoir différencier entre le participant acceptable ou compétent (en bas de l’échelle) et le participant chevronné (expert).</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Dans le passé, de nombreux outils d’évaluation du mouvement (comme le Test of Gross Motor Development-2) ont été conçus pour déceler les élèves qui ne parvenaient pas à atteindre les niveaux d’exécution d’habiletés correspondant à leur stade de développement — ce qu’on appelait les « formes évoluées » d’exécution. Ainsi, on considérait un enfant présentant les caractéristiques de base de la course comme un participant à la forme évoluée, ce que certains qualifiaient de « maîtrise » de l’habileté alors qu’en fait, l’enfant s’était tout simplement familiarisé avec la forme de base de la course. On&nbsp; sait maintenant que l’exécution experte (la véritable maîtrise) de la course nécessite de nombreuses années d’entraînement et de développement physique au-delà de la forme évoluée à laquelle on s’attend à un âge spécifique. C’est pour cette raison, en partie, qu\'on a évité le terme « maîtrise » dans la rubrique de Passeport pour la vie au profit du terme « familiarisé ». Par essence, ce niveau correspond au plus bas échelon de la compétence dans un domaine d’habileté, ce qui est en fait donc l’équivalent du terme employé dans PLAY au plus bas échelon de la compétence. En outre, des outils comme le Test of Gross Motor Skills-2 montrent un effet de plafonnement, ce qui signifie que les enfants classés au plus haut niveau (maîtrise ou forme évoluée) n’auront pas la même habileté à la course, même si on les a classés au même niveau.&nbsp;</p><p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Les rubriques de Passeport pour la vie et de PLAY réduisent toutes deux&nbsp; l’effet de plafonnement en ajoutant les niveaux Participant accompli et Chevronné.&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:12215:\"<p><img src=\"/sites/default/files/Physical%20Literacy%20Explained.jpg\" alt=\"\" width=\"917\" height=\"351\" /></p>\n<h2 style=\"line-height: 20.0063px;\">Qu\'est-ce que la littératie physique?</h2>\n<p>Les personnes qui ont acquis la littératie physique possède la compétence, confiance et motivation pour pratiquer différents sports et activités physiques. En conséquence, ils sont plus à même de rester actifs pendant toute leur vie.</p>\n<h2>Qu\'est la littératie physique réellement?</h2>\n<p>Tout comme la lecture et le calcul, la littératie physique développe un \"vocabulaire du mouvement\" des habiletés fondamentales motrices et sportives.</p>\n<p>Ces habiletés sont fondamentales pour pouvoir bouger avec aptitude et assurance dans n\'importe quel domaine d\'activités :</p>\n<ul>\n<li>Au sol, à l\'interieur comme à l\'extérieur</li>\n<li>Dans et sur l\'eau</li>\n<li>Sur la glace et la neige</li>\n<li>Dans les airs</li>\n</ul>\n<p>Nos enfants doivent acquérir la littératie physique dans des milieux variés et grâce à des intervenants différents. Cependant, la responsabilité de cette acquisition repose d\'abord sur les parents et les gardiens.  </p>\n<h2>Passeport pour la vie d’EPS Canada et PLAY de Le sport c\'est pour la vie </h2>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">La terminologie et les évaluations de Passeport pour la vie sont conciliables avec le mouvement de la littératie physique de Le sport c’est pour la vie et son modèle de développement à long terme de l’athlète. Il importe que les divers projets voués à l’amélioration du mode de vie des enfants et des jeunes soient en harmonie.   </p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Par contre, le niveau Participant accompli de Passeport pour la vie ne concorde pas avec En voie d’affirmation de PLAY. Dans l’outil PLAY, le niveau Chevronné est ancré tout en haut de l’échelle par une performance « parfaite » ou une exécution experte de la tâche qu’on évalue. De son côté, le niveau Participant accompli de Passeport pour la vie reflète une exécution de tâche qui dépasse tout simplement le niveau attendu au même âge et degré de développement (c.-à-d. une meilleure exécution que celle du Participant familiarisé). Une telle rubrique se concilie avec les objectifs de mise en œuvre du programme scolaire — un participant « qui satisfait aux attentes éducationnelles, mais ne les dépasse pas ». Dans le contexte sportif, on doit pouvoir différencier entre le participant acceptable ou compétent (en bas de l’échelle) et le participant chevronné (expert). </p>\n<p><strong>Passeport pour la vie d’EPS Canada  </strong></p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">EPS Canada a mis au point un nouveau programme grâce auquel les enseignantes et enseignants d’éducation physique et d’éducation à la santé sont plus à même d’encourager leurs élèves à opter pour des modes de vie sains et actifs la vie durant. Passeport pour la vie met l’accent sur l’acquisition de la littératie physique — un élément de base des programmes cadres d’éducation physique et d’éducation à la santé partout au Canada. Passeport pour la vie permet d’évaluer la participation active, les compétences de vie, les habiletés liées à la condition physique et les habiletés motrices. À l’heure actuelle, Passeport pour la vie s’adresse aux élèves de la 3e année à la 9e année, mais sera éventuellement élargi pour inclure les élèves de la maternelle à la 2e année et ceux de la 10e année à la 12e année. Les évaluations de Passeport pour la vie servent à déterminer, avec l’aide des enseignantes et enseignants et avec l’encouragement des parents,  des objectifs auxquels les élèves pourront aspirer tout au long de l’année scolaire.   </p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Passeport pour la vie a recours à une rubrique de notation en quatre points (voir ci-dessous) pour l’évaluation du mouvement et de la condition physique. Les rubriques en quatre points sont chose courante dans le monde de l’éducation. L’objectif pédagogique du programme consiste à permettre à tous les élèves d’atteindre le niveau «Participant familiarisé». </p>\n<table style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; width: 919px; border-color: #666666; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody style=\"border-top-width: initial; border-top-style: none;\">\n<tr style=\"background-color: transparent;\">\n<td style=\"border-width: 1px; border-style: solid; border-color: #ffffff;\">\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7;\" align=\"center\">Nouveau Participant</p>\n</td>\n<td style=\"border-width: 1px; border-style: solid; border-color: #ffffff;\">\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7;\" align=\"center\">Participant apprenant</p>\n</td>\n<td style=\"border-width: 1px; border-style: solid; border-color: #ffffff;\">\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7;\" align=\"center\">Participant familiarisé</p>\n</td>\n<td style=\"border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right-color: #ffffff;\">\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7;\" align=\"center\">Participant accompli</p>\n</td>\n</tr>\n</tbody>\n</table>\n<h2>Outils PLAY du  groupe Au Canada, le sport c’est pour la vie</h2>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Le mouvement de Le sport c’est pour la vie emploie la rubrique suivante dans sa boîte à outils PLAY (Physical Literacy Assessment of Youth [évaluation de la littératie physique pour les jeunes]) qui permet l’évaluation objective de tâches et d’habiletés de mouvement exécutées par les enfants.</p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">La rubrique des outils PLAY démontre quatre catégories: Étape initiale, Émergence, Compétence et Maîtrise. </p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Cette rubrique se sert d’une matrice d’évaluation imbriquée en vertu de laquelle l’évaluateur détermine d’abord si le participant appartient à la catégorie Apprenant ou Familiarisé — autrement dit, si le participant possède ou non les habiletés essentielles. Une fois qu’il a déterminé la catégorie applicable, l’évaluateur range le participant dans une sous-catégorie à l’intérieur de la grande catégorie, ses choix de sous-catégorie étant Débutant ou En voie d’affirmation dans la catégorie Apprenant et Compétent ou Chevronné dans la catégorie Familiarisé. À l’origine, l’outil PLAY utilisait une échelle visuelle analogue imbriquée dans la terminologie d’ancrage (décrite ci-dessus) qui permettait une évaluation rapide selon une échelle de 100 points. L’outil PLAY a été récemment simplifié pour accommoder aussi une approche de notation en quatre points.  </p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Programme Passeport pour la vie d’EPS Canada<br />Les rubriques d’évaluation de Passeport pour la vie et de PLAY montrent un très haut degré de similitude et, en fait, leurs termes se rejoignent. Les différences entre les deux échelles sont en grande partie d’ordre sémantique, la principale différence étant l’ancre supérieure d’évaluation des habiletés (Participant accompli dans Passeport pour la vie par opposition à Chevronné dans PLAY).</p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Concrètement, les deux premiers niveaux des deux rubriques sont tout à fait coordonnés malgré de petites différences sémantiques. Essentiellement, le niveau Nouveau participant de Passeport pour la vie se concilie avec Débutant dans PLAY et le niveau Participant apprenant de Passeport pour la vie avec En voie d’affirmation dans PLAY. Ces différences sémantiques découlent uniquement des différences dans l’approche d’évaluation de PLAY et de Passeport pour la vie.</p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Le niveau Participant familiarisé de Passeport pour la vie correspond de très près au niveau Compétent de PLAY.</p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Par contre, le niveau Participant accompli de Passeport pour la vie ne concorde pas avec En voie d’affirmation de PLAY. Dans l’outil PLAY, le niveau Chevronné est ancré tout en haut de l’échelle par une performance « parfaite » ou une exécution experte de la tâche qu’on évalue. De son côté, le niveau Participant accompli de Passeport pour la vie reflète une exécution de tâche qui dépasse tout simplement le niveau attendu au même âge et degré de développement (c.-à-d. une meilleure exécution que celle du Participant familiarisé). Une telle rubrique se concilie avec les objectifs de mise en œuvre du programme scolaire — un participant « qui satisfait aux attentes éducationnelles, mais ne les dépasse pas ». Dans le contexte sportif, on doit pouvoir différencier entre le participant acceptable ou compétent (en bas de l’échelle) et le participant chevronné (expert).</p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Dans le passé, de nombreux outils d’évaluation du mouvement (comme le Test of Gross Motor Development-2) ont été conçus pour déceler les élèves qui ne parvenaient pas à atteindre les niveaux d’exécution d’habiletés correspondant à leur stade de développement — ce qu’on appelait les « formes évoluées » d’exécution. Ainsi, on considérait un enfant présentant les caractéristiques de base de la course comme un participant à la forme évoluée, ce que certains qualifiaient de « maîtrise » de l’habileté alors qu’en fait, l’enfant s’était tout simplement familiarisé avec la forme de base de la course. On  sait maintenant que l’exécution experte (la véritable maîtrise) de la course nécessite de nombreuses années d’entraînement et de développement physique au-delà de la forme évoluée à laquelle on s’attend à un âge spécifique. C’est pour cette raison, en partie, qu\'on a évité le terme « maîtrise » dans la rubrique de Passeport pour la vie au profit du terme « familiarisé ». Par essence, ce niveau correspond au plus bas échelon de la compétence dans un domaine d’habileté, ce qui est en fait donc l’équivalent du terme employé dans PLAY au plus bas échelon de la compétence. En outre, des outils comme le Test of Gross Motor Skills-2 montrent un effet de plafonnement, ce qui signifie que les enfants classés au plus haut niveau (maîtrise ou forme évoluée) n’auront pas la même habileté à la course, même si on les a classés au même niveau. </p>\n<p style=\"margin-top: 1.53846em; margin-bottom: 1.53846em; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Les rubriques de Passeport pour la vie et de PLAY réduisent toutes deux  l’effet de plafonnement en ajoutant les niveaux Participant accompli et Chevronné. </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646205104,1),('field:node:446',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:8709:\"<h2>Passeport pour la vie d’EPS Canada et PLAY de Le sport c\'est pour la vie&nbsp;</h2><p>La terminologie et les évaluations de Passeport pour la vie sont conciliables avec le mouvement de la&nbsp;littératie&nbsp;physique de Le sport c’est pour la vie et son modèle de développement à long&nbsp;terme de l’athlète. Il importe que les divers projets voués à l’amélioration du mode de vie des enfants et des jeunes soient en harmonie. &nbsp;&nbsp;</p><p>Par contre, le niveau Participant accompli de Passeport pour la vie ne concorde pas avec En voie d’affirmation de PLAY. Dans l’outil PLAY, le niveau Chevronné est ancré tout en haut de l’échelle par une performance « parfaite » ou une exécution experte de la tâche qu’on évalue. De son côté, le niveau Participant accompli de Passeport pour la vie reflète une exécution de tâche qui dépasse tout simplement le niveau attendu au même âge et degré de développement (c.-à-d. une meilleure exécution que celle du Participant familiarisé). Une telle rubrique se concilie avec les objectifs de mise en œuvre du programme scolaire — un participant « qui satisfait aux attentes éducationnelles, mais ne les dépasse pas ». Dans le contexte sportif, on doit pouvoir différencier entre le participant acceptable ou compétent (en bas de l’échelle) et le participant chevronné (expert).&nbsp;</p><p><strong>Passeport pour la vie d’EPS Canada &nbsp;</strong></p><p>EPS Canada a mis au point un nouveau programme grâce auquel les enseignantes et enseignants d’éducation physique et d’éducation à la santé sont plus à même d’encourager leurs élèves à opter pour des modes de vie sains et actifs la vie durant. Passeport pour la vie met l’accent sur l’acquisition de la&nbsp;littératie&nbsp;physique — un élément de base des programmes cadres d’éducation&nbsp;physique et d’éducation à la santé partout au Canada. Passeport pour la vie permet d’évaluer la participation active, les compétences de vie, les habiletés liées à la condition physique et les habiletés motrices. À l’heure actuelle, Passeport pour la vie s’adresse aux élèves de la 3e année à la 9e année, mais sera éventuellement élargi pour inclure les élèves de la maternelle à la 2e année et ceux de la 10e année à la 12e année. Les évaluations de Passeport pour la vie servent à déterminer, avec l’aide des enseignantes et enseignants et avec l’encouragement des parents, &nbsp;des objectifs auxquels les élèves pourront aspirer tout au long de l’année scolaire. &nbsp;&nbsp;</p><p>Passeport pour la vie a recours à une rubrique de notation en quatre points (voir ci-dessous) pour l’évaluation du mouvement et de la condition physique. Les rubriques en quatre points sont chose courante dans le monde de l’éducation. L’objectif pédagogique du programme consiste à permettre à tous les élèves d’atteindre le niveau&nbsp;«Participant familiarisé».&nbsp;</p><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td style=\"border: 1px solid #ffffff;\"><p align=\"center\">Nouveau Participant</p></td><td style=\"border: 1px solid #ffffff;\"><p align=\"center\">Participant apprenant</p></td><td style=\"border: 1px solid #ffffff;\"><p align=\"center\">Participant familiarisé</p></td><td style=\"border: 1px solid #ffffff;\"><p align=\"center\">Participant&nbsp;accompli</p></td></tr></tbody></table><p><strong>Outils PLAY du &nbsp;groupe Au Canada, le sport c’est pour la vie</strong></p><p>Le mouvement de Le sport c’est pour la vie emploie la rubrique suivante dans sa boîte à outils&nbsp;PLAY&nbsp;(Physical&nbsp;Literacy&nbsp;Assessment of&nbsp;Youth&nbsp;[évaluation de la&nbsp;littératie&nbsp;physique pour les jeunes]) qui permet l’évaluation objective de tâches et d’habiletés de mouvement exécutées par les enfants.</p><p>La rubrique des outils PLAY démontre quatre catégories:&nbsp;Étape initiale,&nbsp;Émergence,&nbsp;Compétence et&nbsp;Maîtrise.&nbsp;</p><p>Cette rubrique se sert d’une matrice d’évaluation imbriquée en vertu de laquelle l’évaluateur détermine d’abord si le participant appartient à la catégorie Apprenant ou Familiarisé — autrement dit, si le participant possède ou non les habiletés essentielles. Une fois qu’il a déterminé la catégorie applicable, l’évaluateur range le participant dans une sous-catégorie à l’intérieur de la grande catégorie, ses choix de sous-catégorie étant Débutant ou En voie d’affirmation dans la catégorie Apprenant et Compétent ou Chevronné dans la catégorie Familiarisé. À l’origine, l’outil PLAY utilisait une échelle visuelle analogue imbriquée dans la terminologie d’ancrage (décrite ci-dessus) qui permettait une évaluation rapide selon une échelle de 100 points. L’outil PLAY a été récemment simplifié pour accommoder aussi une approche de notation en quatre points. &nbsp;</p><p>Programme Passeport pour la vie d’EPS Canada<br>Les rubriques d’évaluation de Passeport pour la vie et de PLAY montrent un très haut degré de similitude et, en fait, leurs termes se rejoignent. Les différences entre les deux échelles sont en grande partie d’ordre sémantique, la principale différence étant l’ancre supérieure d’évaluation des habiletés (Participant accompli dans Passeport pour la vie par opposition à Chevronné dans PLAY).</p><p>Concrètement, les deux premiers niveaux des deux rubriques sont tout à fait coordonnés malgré de petites différences sémantiques. Essentiellement, le niveau Nouveau participant de Passeport pour la vie se concilie avec Débutant dans PLAY et le niveau Participant apprenant de Passeport pour la vie avec En voie d’affirmation dans PLAY. Ces différences sémantiques découlent uniquement des différences dans l’approche d’évaluation de PLAY et de Passeport pour la vie.</p><p>Le niveau Participant familiarisé de Passeport pour la vie correspond de très près au niveau Compétent de PLAY.</p><p>Par contre, le niveau Participant accompli de Passeport pour la vie ne concorde pas avec En voie d’affirmation de PLAY. Dans l’outil PLAY, le niveau Chevronné est ancré tout en haut de l’échelle par une performance « parfaite » ou une exécution experte de la tâche qu’on évalue. De son côté, le niveau Participant accompli de Passeport pour la vie reflète une exécution de tâche qui dépasse tout simplement le niveau attendu au même âge et degré de développement (c.-à-d. une meilleure exécution que celle du Participant familiarisé). Une telle rubrique se concilie avec les objectifs de mise en œuvre du programme scolaire — un participant « qui satisfait aux attentes éducationnelles, mais ne les dépasse pas ». Dans le contexte sportif, on doit pouvoir différencier entre le participant acceptable ou compétent (en bas de l’échelle) et le participant chevronné (expert).</p><p>Dans le passé, de nombreux outils d’évaluation du mouvement (comme le Test of Gross Motor Development-2) ont été conçus pour déceler les élèves qui ne parvenaient pas à atteindre les niveaux d’exécution d’habiletés correspondant à leur stade de développement — ce qu’on appelait les « formes évoluées » d’exécution. Ainsi, on considérait un enfant présentant les caractéristiques de base de la course comme un participant à la forme évoluée, ce que certains qualifiaient de « maîtrise » de l’habileté alors qu’en fait, l’enfant s’était tout simplement familiarisé avec la forme de base de la course. On&nbsp; sait maintenant que l’exécution experte (la véritable maîtrise) de la course nécessite de nombreuses années d’entraînement et de développement physique au-delà de la forme évoluée à laquelle on s’attend à un âge spécifique. C’est pour cette raison, en partie, qu\'on a évité le terme « maîtrise » dans la rubrique de Passeport pour la vie au profit du terme « familiarisé ». Par essence, ce niveau correspond au plus bas échelon de la compétence dans un domaine d’habileté, ce qui est en fait donc l’équivalent du terme employé dans PLAY au plus bas échelon de la compétence. En outre, des outils comme le Test of Gross Motor Skills-2 montrent un effet de plafonnement, ce qui signifie que les enfants classés au plus haut niveau (maîtrise ou forme évoluée) n’auront pas la même habileté à la course, même si on les a classés au même niveau.&nbsp;</p><p>Les rubriques de Passeport pour la vie et de PLAY réduisent toutes deux&nbsp; l’effet de plafonnement en ajoutant les niveaux Participant accompli et Chevronné.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:8605:\"<h2>Passeport pour la vie d’EPS Canada et PLAY de Le sport c\'est pour la vie </h2>\n<p>La terminologie et les évaluations de Passeport pour la vie sont conciliables avec le mouvement de la littératie physique de Le sport c’est pour la vie et son modèle de développement à long terme de l’athlète. Il importe que les divers projets voués à l’amélioration du mode de vie des enfants et des jeunes soient en harmonie.   </p>\n<p>Par contre, le niveau Participant accompli de Passeport pour la vie ne concorde pas avec En voie d’affirmation de PLAY. Dans l’outil PLAY, le niveau Chevronné est ancré tout en haut de l’échelle par une performance « parfaite » ou une exécution experte de la tâche qu’on évalue. De son côté, le niveau Participant accompli de Passeport pour la vie reflète une exécution de tâche qui dépasse tout simplement le niveau attendu au même âge et degré de développement (c.-à-d. une meilleure exécution que celle du Participant familiarisé). Une telle rubrique se concilie avec les objectifs de mise en œuvre du programme scolaire — un participant « qui satisfait aux attentes éducationnelles, mais ne les dépasse pas ». Dans le contexte sportif, on doit pouvoir différencier entre le participant acceptable ou compétent (en bas de l’échelle) et le participant chevronné (expert). </p>\n<p><strong>Passeport pour la vie d’EPS Canada  </strong></p>\n<p>EPS Canada a mis au point un nouveau programme grâce auquel les enseignantes et enseignants d’éducation physique et d’éducation à la santé sont plus à même d’encourager leurs élèves à opter pour des modes de vie sains et actifs la vie durant. Passeport pour la vie met l’accent sur l’acquisition de la littératie physique — un élément de base des programmes cadres d’éducation physique et d’éducation à la santé partout au Canada. Passeport pour la vie permet d’évaluer la participation active, les compétences de vie, les habiletés liées à la condition physique et les habiletés motrices. À l’heure actuelle, Passeport pour la vie s’adresse aux élèves de la 3e année à la 9e année, mais sera éventuellement élargi pour inclure les élèves de la maternelle à la 2e année et ceux de la 10e année à la 12e année. Les évaluations de Passeport pour la vie servent à déterminer, avec l’aide des enseignantes et enseignants et avec l’encouragement des parents,  des objectifs auxquels les élèves pourront aspirer tout au long de l’année scolaire.   </p>\n<p>Passeport pour la vie a recours à une rubrique de notation en quatre points (voir ci-dessous) pour l’évaluation du mouvement et de la condition physique. Les rubriques en quatre points sont chose courante dans le monde de l’éducation. L’objectif pédagogique du programme consiste à permettre à tous les élèves d’atteindre le niveau «Participant familiarisé». </p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid #ffffff;\">\n<p align=\"center\">Nouveau Participant</p>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p align=\"center\">Participant apprenant</p>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p align=\"center\">Participant familiarisé</p>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p align=\"center\">Participant accompli</p>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Outils PLAY du  groupe Au Canada, le sport c’est pour la vie</strong></p>\n<p>Le mouvement de Le sport c’est pour la vie emploie la rubrique suivante dans sa boîte à outils PLAY (Physical Literacy Assessment of Youth [évaluation de la littératie physique pour les jeunes]) qui permet l’évaluation objective de tâches et d’habiletés de mouvement exécutées par les enfants.</p>\n<p>La rubrique des outils PLAY démontre quatre catégories: Étape initiale, Émergence, Compétence et Maîtrise. </p>\n<p>Cette rubrique se sert d’une matrice d’évaluation imbriquée en vertu de laquelle l’évaluateur détermine d’abord si le participant appartient à la catégorie Apprenant ou Familiarisé — autrement dit, si le participant possède ou non les habiletés essentielles. Une fois qu’il a déterminé la catégorie applicable, l’évaluateur range le participant dans une sous-catégorie à l’intérieur de la grande catégorie, ses choix de sous-catégorie étant Débutant ou En voie d’affirmation dans la catégorie Apprenant et Compétent ou Chevronné dans la catégorie Familiarisé. À l’origine, l’outil PLAY utilisait une échelle visuelle analogue imbriquée dans la terminologie d’ancrage (décrite ci-dessus) qui permettait une évaluation rapide selon une échelle de 100 points. L’outil PLAY a été récemment simplifié pour accommoder aussi une approche de notation en quatre points.  </p>\n<p>Programme Passeport pour la vie d’EPS Canada<br />Les rubriques d’évaluation de Passeport pour la vie et de PLAY montrent un très haut degré de similitude et, en fait, leurs termes se rejoignent. Les différences entre les deux échelles sont en grande partie d’ordre sémantique, la principale différence étant l’ancre supérieure d’évaluation des habiletés (Participant accompli dans Passeport pour la vie par opposition à Chevronné dans PLAY).</p>\n<p>Concrètement, les deux premiers niveaux des deux rubriques sont tout à fait coordonnés malgré de petites différences sémantiques. Essentiellement, le niveau Nouveau participant de Passeport pour la vie se concilie avec Débutant dans PLAY et le niveau Participant apprenant de Passeport pour la vie avec En voie d’affirmation dans PLAY. Ces différences sémantiques découlent uniquement des différences dans l’approche d’évaluation de PLAY et de Passeport pour la vie.</p>\n<p>Le niveau Participant familiarisé de Passeport pour la vie correspond de très près au niveau Compétent de PLAY.</p>\n<p>Par contre, le niveau Participant accompli de Passeport pour la vie ne concorde pas avec En voie d’affirmation de PLAY. Dans l’outil PLAY, le niveau Chevronné est ancré tout en haut de l’échelle par une performance « parfaite » ou une exécution experte de la tâche qu’on évalue. De son côté, le niveau Participant accompli de Passeport pour la vie reflète une exécution de tâche qui dépasse tout simplement le niveau attendu au même âge et degré de développement (c.-à-d. une meilleure exécution que celle du Participant familiarisé). Une telle rubrique se concilie avec les objectifs de mise en œuvre du programme scolaire — un participant « qui satisfait aux attentes éducationnelles, mais ne les dépasse pas ». Dans le contexte sportif, on doit pouvoir différencier entre le participant acceptable ou compétent (en bas de l’échelle) et le participant chevronné (expert).</p>\n<p>Dans le passé, de nombreux outils d’évaluation du mouvement (comme le Test of Gross Motor Development-2) ont été conçus pour déceler les élèves qui ne parvenaient pas à atteindre les niveaux d’exécution d’habiletés correspondant à leur stade de développement — ce qu’on appelait les « formes évoluées » d’exécution. Ainsi, on considérait un enfant présentant les caractéristiques de base de la course comme un participant à la forme évoluée, ce que certains qualifiaient de « maîtrise » de l’habileté alors qu’en fait, l’enfant s’était tout simplement familiarisé avec la forme de base de la course. On  sait maintenant que l’exécution experte (la véritable maîtrise) de la course nécessite de nombreuses années d’entraînement et de développement physique au-delà de la forme évoluée à laquelle on s’attend à un âge spécifique. C’est pour cette raison, en partie, qu\'on a évité le terme « maîtrise » dans la rubrique de Passeport pour la vie au profit du terme « familiarisé ». Par essence, ce niveau correspond au plus bas échelon de la compétence dans un domaine d’habileté, ce qui est en fait donc l’équivalent du terme employé dans PLAY au plus bas échelon de la compétence. En outre, des outils comme le Test of Gross Motor Skills-2 montrent un effet de plafonnement, ce qui signifie que les enfants classés au plus haut niveau (maîtrise ou forme évoluée) n’auront pas la même habileté à la course, même si on les a classés au même niveau. </p>\n<p>Les rubriques de Passeport pour la vie et de PLAY réduisent toutes deux  l’effet de plafonnement en ajoutant les niveaux Participant accompli et Chevronné.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646340594,1),('field:node:447',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1700:\"<p style=\"font-size: 13.008px; line-height: 20.0063px;\"><a href=\"/ressources-vidéo-play\"><span style=\"font-size: 1.385em; line-height: 1.538em;\"><strong>Ressources</strong></span>&nbsp;</a><span style=\"font-size: 1.385em; line-height: 1.538em;\"><strong><a href=\"/ressources-vidéo-play\">Vidéo</a>&nbsp;</strong></span></p><p style=\"font-size: 13.008px; line-height: 20.0063px;\">Vous pouvez trouver ci-dessous des vidéos expliquant la littératie physique et les évaluations des outils PLAY.&nbsp;</p><p style=\"font-size: 13.008px; line-height: 20.0063px;\">&nbsp;</p><p style=\"font-size: 13.008px; line-height: 20.0063px;\"><a href=\"/ressources-vidéo-play\"><img src=\"/sites/default/files/youtube-play-button.png\" alt=\"\" width=\"301\" height=\"219\"></a></p><hr><p style=\"font-size: 13.008px; line-height: 20.0063px;\">&nbsp;</p><h2 style=\"font-family: \'Open Sans\', sans-serif; font-size: 19.5px; line-height: 27.3px; margin-top: 0px; margin-bottom: 0px; padding-top: 10px; padding-bottom: 10px; color: #666666;\">Organismes partenaires</h2><p>&nbsp;<a href=\"http://www.sportpourlavie.ca/\"><img src=\"/sites/default/files/Sport-for-Life_FR_web_cropped.png\" alt=\"\" width=\"366\" height=\"117\"></a></p><p><a href=\"http://www.toronto2015.org/fr\"><img src=\"/sites/default/files/panam_logo_en.png\" alt=\"Pan Am Logo \" width=\"191\" height=\"148\"></a></p><p>&nbsp;</p><p><a href=\"http://passeportpourlavie.ca/\"><img src=\"/sites/default/files/Passport_logo_fr.png\" alt=\"Passport pour la vie logo\" width=\"374\" height=\"123\"></a></p><p>&nbsp;</p><p>&nbsp;</p><p><a href=\"http://activeforlife.com/fr/\"><img src=\"/sites/default/files/afl-logo-fr.png\" alt=\"Actif pour la Vie logo en francais\" width=\"300\" height=\"90\"></a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1690:\"<p style=\"font-size: 13.008px; line-height: 20.0063px;\"><a href=\"/ressources-vidéo-play\"><span style=\"font-size: 1.385em; line-height: 1.538em;\"><strong>Ressources</strong></span> </a><span style=\"font-size: 1.385em; line-height: 1.538em;\"><strong><a href=\"/ressources-vidéo-play\">Vidéo</a> </strong></span></p>\n<p style=\"font-size: 13.008px; line-height: 20.0063px;\">Vous pouvez trouver ci-dessous des vidéos expliquant la littératie physique et les évaluations des outils PLAY. </p>\n<p style=\"font-size: 13.008px; line-height: 20.0063px;\"> </p>\n<p style=\"font-size: 13.008px; line-height: 20.0063px;\"><a href=\"/ressources-vidéo-play\"><img src=\"/sites/default/files/youtube-play-button.png\" alt=\"\" width=\"301\" height=\"219\" /></a></p>\n<hr />\n<p style=\"font-size: 13.008px; line-height: 20.0063px;\"> </p>\n<h2 style=\"font-family: \'Open Sans\', sans-serif; font-size: 19.5px; line-height: 27.3px; margin-top: 0px; margin-bottom: 0px; padding-top: 10px; padding-bottom: 10px; color: #666666;\">Organismes partenaires</h2>\n<p> <a href=\"http://www.sportpourlavie.ca/\"><img src=\"/sites/default/files/Sport-for-Life_FR_web_cropped.png\" alt=\"\" width=\"366\" height=\"117\" /></a></p>\n<p><a href=\"http://www.toronto2015.org/fr\"><img src=\"/sites/default/files/panam_logo_en.png\" alt=\"Pan Am Logo \" width=\"191\" height=\"148\" /></a></p>\n<p> </p>\n<p><a href=\"http://passeportpourlavie.ca/\"><img src=\"/sites/default/files/Passport_logo_fr.png\" alt=\"Passport pour la vie logo\" width=\"374\" height=\"123\" /></a></p>\n<p> </p>\n<p> </p>\n<p><a href=\"http://activeforlife.com/fr/\"><img src=\"/sites/default/files/afl-logo-fr.png\" alt=\"Actif pour la Vie logo en francais\" width=\"300\" height=\"90\" /></a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646412334,1),('field:node:448',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2605:\"<p>&nbsp;</p><h2 style=\"text-align: center;\">Quels outils vous intéressent?</h2><h2 style=\"text-align: center;\">Choisissez parmi les images ci-dessous, ou à partir du panneau à la gauche</h2><table border=\"0\"><tbody><tr><td style=\"border: 1px solid #ffffff;\"><p><a href=\"outils-play/playhabiletés\"><img style=\"border: 1px solid black; display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYfun_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYFun avec une jeune fille qui court\" width=\"218\" height=\"282\"></a></p></td><td style=\"border: 1px solid #ffffff;\"><p><a href=\"outils-play/playjeune\"><img style=\"display: block; border: 1px solid black; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYself_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYSelf avec trois filles qui exhibent leurs biceps\" width=\"218\" height=\"282\"></a></p></td></tr><tr><td style=\"border: 1px solid #ffffff;\"><p><a href=\"outils-play/playde-base\"><img style=\"display: block; border: 1px solid black; vertical-align: middle; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYbasic_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYBasic avec une jeune fille qui se balance sur un pied \" width=\"218\" height=\"282\"></a></p></td><td style=\"border: 1px solid #ffffff;\"><p><a href=\"outils-play/playentraîneur\"><img style=\"line-height: 1.538em; vertical-align: middle; border: 1px solid black; display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYcoach_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYCoach avec quatre enfants joueurs de soccer portant une athlète féminine à l\'occasion d\'une célébration\" width=\"218\" height=\"282\"></a></p></td></tr><tr><td style=\"border: 1px solid #ffffff;\"><p><a href=\"outils-play/playparent\"><img style=\"vertical-align: middle; border: 1px solid black; display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYparent_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource de PLAYFParent avec un jeune garçon qui court\" width=\"218\" height=\"282\"></a></p></td><td style=\"border: 1px solid #ffffff;\"><p><a href=\"outils-play/playregistre\"><img style=\"border: 1px solid black; display: block; vertical-align: middle; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYinventory_FR.jpg\" alt=\"L\'image représente la liste de vérification PLAYInventory\" width=\"218\" height=\"282\"></a></p></td></tr></tbody></table>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2644:\"<p> </p>\n<h2 style=\"text-align: center;\">Quels outils vous intéressent?</h2>\n<h2 style=\"text-align: center;\">Choisissez parmi les images ci-dessous, ou à partir du panneau à la gauche</h2>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid #ffffff;\">\n<p><a href=\"outils-play/playhabiletés\"><img style=\"border: 1px solid black; display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYfun_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYFun avec une jeune fille qui court\" width=\"218\" height=\"282\" /></a></p>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p><a href=\"outils-play/playjeune\"><img style=\"display: block; border: 1px solid black; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYself_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYSelf avec trois filles qui exhibent leurs biceps\" width=\"218\" height=\"282\" /></a></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #ffffff;\">\n<p><a href=\"outils-play/playde-base\"><img style=\"display: block; border: 1px solid black; vertical-align: middle; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYbasic_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYBasic avec une jeune fille qui se balance sur un pied \" width=\"218\" height=\"282\" /></a></p>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p><a href=\"outils-play/playentraîneur\"><img style=\"line-height: 1.538em; vertical-align: middle; border: 1px solid black; display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYcoach_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYCoach avec quatre enfants joueurs de soccer portant une athlète féminine à l\'occasion d\'une célébration\" width=\"218\" height=\"282\" /></a></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #ffffff;\">\n<p><a href=\"outils-play/playparent\"><img style=\"vertical-align: middle; border: 1px solid black; display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYparent_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource de PLAYFParent avec un jeune garçon qui court\" width=\"218\" height=\"282\" /></a></p>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p><a href=\"outils-play/playregistre\"><img style=\"border: 1px solid black; display: block; vertical-align: middle; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYinventory_FR.jpg\" alt=\"L\'image représente la liste de vérification PLAYInventory\" width=\"218\" height=\"282\" /></a></p>\n</td>\n</tr>\n</tbody>\n</table>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646246065,1),('field:node:449',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5796:\"<h2>Qu’est-ce que PLAY<em>habiletés</em>?</h2><p>PLAY<em>habiletés</em> sert à évaluer des habiletés motrices importantes appliquées par l’enfant. L’outil comprend 18 exercices portant sur les habiletés physiques de l’enfant. Chaque habileté est cotée selon une échelle comprenant les quatre catégories suivantes : Étape initiale, Émergence, Compétence et Maîtrise. &nbsp;</p><p>Par souci de simplicité, nous avons divisé PLAY<em>habiletés</em> en cinq parties :</p><ol><li><a href=\"playfun/course\">Course</a></li><li><a href=\"playfun/locomotion\">Locomotion</a></li><li><a href=\"playfun/contrôle-des-objets-haut-du-corps\">Contrôle des objets – Haut du corps</a></li><li><a href=\"playfun/contrôle-des-objets-bas-du-corps\">Contrôle des objets – Bas du corps</a></li><li><a href=\"playfun/équilibre-stabilité-et-maîtrise-du-corps\">Équilibre, stabilité et maîtrise du corps</a></li></ol><hr><h2>Qui peut utiliser PLAY<em>habiletés</em>?</h2><p>Puisque PLAY<em>habiletés</em> implique l’évaluation d’habiletés précises, les évaluateurs doivent avoir une certaine formation en analyse des mouvements et des déplacements. Il peut s’agir notamment d’entraîneurs certifiés selon le PNCE, de spécialistes de l’exercice, de physiothérapeutes, de thérapeutes en sport et d’autres praticiens du domaine du sport et des loisirs. Ces personnes doivent posséder les connaissances requises pour évaluer avec précision la technique de l’enfant, et cerner les lacunes dans son développement lors de l’évaluation de chaque tâche.</p><p><strong>À l’intention des parents :</strong> PLAY<em>habiletés</em> fournit une évaluation complète des habiletés et capacités de votre enfant. Le fait qu’un professionnel ayant la formation requise évalue votre enfant à l’aide de PLAY<em>habiletés</em> vous permettra de mieux comprendre les points forts, les points faibles et le développement physique de votre enfant. Servez-vous de cette information pour fixer des buts et suivre les progrès.</p><p class=\"MsoNormal\"><strong>À l’intention des entraîneurs, des physiothérapeutes, des thérapeutes du sport, des spécialistes de l’exercice et des récréologues :</strong> Utilisez PLAY<em>habiletés</em> avec les autres outils PLAY pour disposer d’une évaluation du niveau actuel de&nbsp;littératie physique&nbsp;de l’enfant, à titre de référence. Vous devriez établir conjointement avec l’enfant des buts réalistes (que l’enfant souhaite atteindre) et un processus gérable pour les réaliser.</p><hr><h2>Consignes</h2><ol><li><p>Demandez à l’enfant d’exécuter les exercices ou d’appliquer les habiletés figurant dans la première colonne du formulaire PLAY<em>habiletés</em>.</p></li><li><p>Observez l’enfant pendant chaque exercice et cotez son habileté d’après les quatre catégories indiquées (Étape initiale, Émergence, Compétence et Maîtrise).</p></li><li><p>Passez à l’action : Consultez la liste des appels à l’action dans votre cahier de travail PLAY<em>habiletés</em>, ou sur notre site Web à l’adresse : physicalliteracy.ca/PLAY/Fun.</p></li><li><p>Combinez l’outil PLAY<em>habiletés</em> et les autres outils PLAY pour avoir de l’information sur le niveau de la&nbsp;littératie&nbsp;physique de l’enfant de tous les points de vue.</p></li></ol><hr><h2>Renseignements additionnels</h2><p class=\"MsoNormal\">Confiance</p><p class=\"MsoNormal\">Dans l’outil, à droite, vous verrez une colonne intitulée «&nbsp;Confiance&nbsp;». Indiquez dans cette colonne si la confiance de l’enfant est faible, moyenne ou élevée lorsqu’il exécute chaque exercice.</p><p>Compréhension</p><p>Les cases relatives à la compréhension permettent de préciser les connaissances de l’enfant concernant chaque exercice et sa confiance lors de l’exécution.</p><ul><li><em style=\"font-size: 13.008px; line-height: 1.538em;\">Encouragements</em> : S’il a fallu que l’évaluateur donne des encouragements additionnels à l’enfant en plus des consignes (par ex., «&nbsp;Vas-y, tu es capable!&nbsp;» pour l’inciter à exécuter l’exercice, cochez la colonne Encouragements.</li><li><em style=\"font-size: 13.008px; line-height: 1.538em;\">Imitation</em> : Si l’enfant a attendu qu’un de ses pairs fasse l’exercice avant lui, cochez la colonne Imitation.</li><li><em style=\"font-size: 13.008px; line-height: 1.538em;\">Description</em> : Si l’enfant a demandé à l’évaluateur de décrire l’exercice, cochez la colonne Description.</li><li><em style=\"font-size: 13.008px; line-height: 1.538em;\">Démonstration</em> : Si l’enfant a demandé à l’évaluateur de lui montrer l’exercice, cochez la colonne Démonstration.</li></ul><p>Important:&nbsp;</p><p>Chaque question inclut une échelle de 100 mm. L’évaluateur fait un X dans la case&nbsp;appropriée en tenant compte de cette échelle. Il peut ainsi indiquer plus précisément l’habileté de&nbsp;l’enfant dans un exercice.&nbsp;</p><p>N’oubliez pas que la note supérieure de la catégorie Maîtrise est la meilleure note qu’une personne&nbsp;pourrait obtenir, peu importe son âg</p><p>Exemple : L’évaluateur a placé un X noir complètement à gauche de la case Compétence pour indiquer&nbsp;que l’enfant A vient d’acquérir l’habileté en question. Cela correspond à la note de 51/100.&nbsp;L’évaluateur a placé un X orange vers la droite dans la case Compétence, pour indiquer que l’enfant Best plus habile que l’enfant A, qui vient d’acquérir l’habileté. La deuxième note correspond à 63/100.</p><p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYfun%20VAS_FR.png\" alt=\"\" width=\"537\" height=\"166\"></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5788:\"<h2>Qu’est-ce que PLAY<em>habiletés</em>?</h2>\n<p>PLAY<em>habiletés</em> sert à évaluer des habiletés motrices importantes appliquées par l’enfant. L’outil comprend 18 exercices portant sur les habiletés physiques de l’enfant. Chaque habileté est cotée selon une échelle comprenant les quatre catégories suivantes : Étape initiale, Émergence, Compétence et Maîtrise.  </p>\n<p>Par souci de simplicité, nous avons divisé PLAY<em>habiletés</em> en cinq parties :</p>\n<ol>\n<li><a href=\"playfun/course\">Course</a></li>\n<li><a href=\"playfun/locomotion\">Locomotion</a></li>\n<li><a href=\"playfun/contrôle-des-objets-haut-du-corps\">Contrôle des objets – Haut du corps</a></li>\n<li><a href=\"playfun/contrôle-des-objets-bas-du-corps\">Contrôle des objets – Bas du corps</a></li>\n<li><a href=\"playfun/équilibre-stabilité-et-maîtrise-du-corps\">Équilibre, stabilité et maîtrise du corps</a></li>\n</ol>\n<hr />\n<h2>Qui peut utiliser PLAY<em>habiletés</em>?</h2>\n<p>Puisque PLAY<em>habiletés</em> implique l’évaluation d’habiletés précises, les évaluateurs doivent avoir une certaine formation en analyse des mouvements et des déplacements. Il peut s’agir notamment d’entraîneurs certifiés selon le PNCE, de spécialistes de l’exercice, de physiothérapeutes, de thérapeutes en sport et d’autres praticiens du domaine du sport et des loisirs. Ces personnes doivent posséder les connaissances requises pour évaluer avec précision la technique de l’enfant, et cerner les lacunes dans son développement lors de l’évaluation de chaque tâche.</p>\n<p><strong>À l’intention des parents :</strong> PLAY<em>habiletés</em> fournit une évaluation complète des habiletés et capacités de votre enfant. Le fait qu’un professionnel ayant la formation requise évalue votre enfant à l’aide de PLAY<em>habiletés</em> vous permettra de mieux comprendre les points forts, les points faibles et le développement physique de votre enfant. Servez-vous de cette information pour fixer des buts et suivre les progrès.</p>\n<p class=\"MsoNormal\"><strong>À l’intention des entraîneurs, des physiothérapeutes, des thérapeutes du sport, des spécialistes de l’exercice et des récréologues :</strong> Utilisez PLAY<em>habiletés</em> avec les autres outils PLAY pour disposer d’une évaluation du niveau actuel de littératie physique de l’enfant, à titre de référence. Vous devriez établir conjointement avec l’enfant des buts réalistes (que l’enfant souhaite atteindre) et un processus gérable pour les réaliser.</p>\n<hr />\n<h2>Consignes</h2>\n<ol>\n<li>\n<p>Demandez à l’enfant d’exécuter les exercices ou d’appliquer les habiletés figurant dans la première colonne du formulaire PLAY<em>habiletés</em>.</p>\n</li>\n<li>\n<p>Observez l’enfant pendant chaque exercice et cotez son habileté d’après les quatre catégories indiquées (Étape initiale, Émergence, Compétence et Maîtrise).</p>\n</li>\n<li>\n<p>Passez à l’action : Consultez la liste des appels à l’action dans votre cahier de travail PLAY<em>habiletés</em>, ou sur notre site Web à l’adresse : physicalliteracy.ca/PLAY/Fun.</p>\n</li>\n<li>\n<p>Combinez l’outil PLAY<em>habiletés</em> et les autres outils PLAY pour avoir de l’information sur le niveau de la littératie physique de l’enfant de tous les points de vue.</p>\n</li>\n</ol>\n<hr />\n<h2>Renseignements additionnels</h2>\n<p class=\"MsoNormal\">Confiance</p>\n<p class=\"MsoNormal\">Dans l’outil, à droite, vous verrez une colonne intitulée « Confiance ». Indiquez dans cette colonne si la confiance de l’enfant est faible, moyenne ou élevée lorsqu’il exécute chaque exercice.</p>\n<p>Compréhension</p>\n<p>Les cases relatives à la compréhension permettent de préciser les connaissances de l’enfant concernant chaque exercice et sa confiance lors de l’exécution.</p>\n<ul>\n<li><em style=\"font-size: 13.008px; line-height: 1.538em;\">Encouragements</em> : S’il a fallu que l’évaluateur donne des encouragements additionnels à l’enfant en plus des consignes (par ex., « Vas-y, tu es capable! » pour l’inciter à exécuter l’exercice, cochez la colonne Encouragements.</li>\n<li><em style=\"font-size: 13.008px; line-height: 1.538em;\">Imitation</em> : Si l’enfant a attendu qu’un de ses pairs fasse l’exercice avant lui, cochez la colonne Imitation.</li>\n<li><em style=\"font-size: 13.008px; line-height: 1.538em;\">Description</em> : Si l’enfant a demandé à l’évaluateur de décrire l’exercice, cochez la colonne Description.</li>\n<li><em style=\"font-size: 13.008px; line-height: 1.538em;\">Démonstration</em> : Si l’enfant a demandé à l’évaluateur de lui montrer l’exercice, cochez la colonne Démonstration.</li>\n</ul>\n<p>Important: </p>\n<p>Chaque question inclut une échelle de 100 mm. L’évaluateur fait un X dans la case appropriée en tenant compte de cette échelle. Il peut ainsi indiquer plus précisément l’habileté de l’enfant dans un exercice. </p>\n<p>N’oubliez pas que la note supérieure de la catégorie Maîtrise est la meilleure note qu’une personne pourrait obtenir, peu importe son âg</p>\n<p>Exemple : L’évaluateur a placé un X noir complètement à gauche de la case Compétence pour indiquer que l’enfant A vient d’acquérir l’habileté en question. Cela correspond à la note de 51/100. L’évaluateur a placé un X orange vers la droite dans la case Compétence, pour indiquer que l’enfant Best plus habile que l’enfant A, qui vient d’acquérir l’habileté. La deuxième note correspond à 63/100.</p>\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"/sites/default/files/PLAYfun%20VAS_FR.png\" alt=\"\" width=\"537\" height=\"166\" /></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646365471,1),('field:node:450',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1067:\"<p>La course est la base de la préparation physique pour de nombreux sports, et devrait être le plus maîtrisée possible. Les habiletés de course peuvent se développer et s’améliorer au cours de la vie adulte, mais il est préférable qu’elles soient acquises le plus tôt possible.</p><p><img src=\"/sites/default/files/PLAYfun_form_1-3_FR.png\" alt=\"Formulaire PLAYhabiletés avec les questions 1-3 souligné \" width=\"743\"></p><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/course/courir-en-traçant-un-carré\"><span style=\"color: #0066ff;\">Question 1. Courir en traçant un carré</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/course/courir-jusquà-un-point-et-revenir\"><span style=\"color: #0066ff;\">Question 2. Courir jusqu’à un point et revenir</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/course/courir-sauter-et-atterrir-sur-ses-deux-pieds\"><span style=\"color: #0066ff;\">Question 3. Courir, sauter et atterrir sur ses deux pieds</span></a></span></h2>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1074:\"<p>La course est la base de la préparation physique pour de nombreux sports, et devrait être le plus maîtrisée possible. Les habiletés de course peuvent se développer et s’améliorer au cours de la vie adulte, mais il est préférable qu’elles soient acquises le plus tôt possible.</p>\n<p><img src=\"/sites/default/files/PLAYfun_form_1-3_FR.png\" alt=\"Formulaire PLAYhabiletés avec les questions 1-3 souligné \" width=\"743\" /></p>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/course/courir-en-traçant-un-carré\"><span style=\"color: #0066ff;\">Question 1. Courir en traçant un carré</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/course/courir-jusquà-un-point-et-revenir\"><span style=\"color: #0066ff;\">Question 2. Courir jusqu’à un point et revenir</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/course/courir-sauter-et-atterrir-sur-ses-deux-pieds\"><span style=\"color: #0066ff;\">Question 3. Courir, sauter et atterrir sur ses deux pieds</span></a></span></h2>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646207367,1),('field:node:453',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5314:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2><p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Directives</span></h2><p class=\"MsoNormal\">«&nbsp;Je veux que tu coures, que tu sautes une fois rendu au cône, et que tu atterrisses sur tes deux pieds. Cours, saute et atterris sur tes deux pieds du mieux que tu peux, comme pour un saut en longueur. Prêt? Vas-y maintenant.&nbsp;»</p><hr><h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td><ul><li>L’enfant n’est pas capable de faire un enchaînement dans sa course pour sauter d’un pied.</li><li>Il y a beaucoup d’hésitation dans l’ensemble de l’enchaînement de mouvements.</li><li>L’enfant fait une torsion du tronc ou tournoie.</li><li>La réception au sol se fait sur un seul pied.</li><li>La vitesse de la course et la distance du saut sont faibles.&nbsp;&nbsp;</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td><ul><li>Le mouvement est segmenté entre la course, le saut et la réception au sol.</li><li>Il y a un décalage ou de nombreux contacts à la réception au sol.</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td><ul><li>L’enfant est capable de sauter d’un pied et d’atterrir sur deux pieds.</li><li>La distance du saut est limitée.</li><li>La vitesse de course est faible (jogging).</li><li>Il se peut que la transition du jogging au saut n’entraîne pas de perte de vitesse.</li><li>Le haut du corps reste vertical pendant tout l’exercice en vue de la réception au sol.</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td><div class=\"WordSection1\"><ul><li>L’enfant est capable d’accélérer jusqu’à atteindre une bonne vitesse, et de prendre appui sur une jambe (pour bondir) en faisant une transition harmonieuse.</li><li>Il n’y a pas de perte de vitesse.</li><li>L’enfant se propulse avec force vers le haut par un mouvement de la hanche de sa jambe opposée et les orteils du pied au sol.</li><li>Pendant la phase aérienne, le corps est réorienté en vue de la réception au sol, les bras bougeant vers l’avant.</li><li>La distance du saut est très bonne.</li><li>La réception au sol sur les deux pieds est bien contrôlée.</li></ul></div></td></tr></tbody></table><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p>Johanne entraîne l’équipe d’athlétisme de l’école primaire de son secteur. Elle veut connaître le niveau de la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie physique</span>&nbsp;des enfants, surtout de ceux qui comptent participer à la prochaine&nbsp;épreuve d’athlétisme. Elle décide d’utiliser l’outil PLAYhabiletés afin d’évaluer leurs habiletés motrices. Johanne demande à un groupe d’enfants de huit ans de faire le troisième exercice de course : courir, sauter et atterrir sur les deux pieds.</p><p>Johanne est tout de suite impressionnée par la technique de Pierre. Il court sans hésitation et bondit bien à partir d’un seul pied. À la réception au sol, il pose parfois un pied légèrement avant l’autre, mais il coordonne très bien l’utilisation de ses deux pieds.</p><p>Johanne remarque aussi que, bien que Pierre coure rapidement avant de s’élancer, il ne saute pas aussi loin qu’il le pourrait selon elle. Elle constate qu’il arrive au sol assez droit, mais qu’il a tendance à tourner le tronc un peu juste avant la réception. Pierre a une bonne technique sur certains plans, mais en raison de la torsion du tronc, de la faible distance et du fait que la réception ne se fasse pas toujours sur les deux pieds, Johanne fait un X sous Compétence, près de la ligne d’Émergence.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5338:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Directives</span></h2>\n<p class=\"MsoNormal\">« Je veux que tu coures, que tu sautes une fois rendu au cône, et que tu atterrisses sur tes deux pieds. Cours, saute et atterris sur tes deux pieds du mieux que tu peux, comme pour un saut en longueur. Prêt? Vas-y maintenant. »</p>\n<hr />\n<h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td>\n<ul>\n<li>L’enfant n’est pas capable de faire un enchaînement dans sa course pour sauter d’un pied.</li>\n<li>Il y a beaucoup d’hésitation dans l’ensemble de l’enchaînement de mouvements.</li>\n<li>L’enfant fait une torsion du tronc ou tournoie.</li>\n<li>La réception au sol se fait sur un seul pied.</li>\n<li>La vitesse de la course et la distance du saut sont faibles.  </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td>\n<ul>\n<li>Le mouvement est segmenté entre la course, le saut et la réception au sol.</li>\n<li>Il y a un décalage ou de nombreux contacts à la réception au sol.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td>\n<ul>\n<li>L’enfant est capable de sauter d’un pied et d’atterrir sur deux pieds.</li>\n<li>La distance du saut est limitée.</li>\n<li>La vitesse de course est faible (jogging).</li>\n<li>Il se peut que la transition du jogging au saut n’entraîne pas de perte de vitesse.</li>\n<li>Le haut du corps reste vertical pendant tout l’exercice en vue de la réception au sol.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>L’enfant est capable d’accélérer jusqu’à atteindre une bonne vitesse, et de prendre appui sur une jambe (pour bondir) en faisant une transition harmonieuse.</li>\n<li>Il n’y a pas de perte de vitesse.</li>\n<li>L’enfant se propulse avec force vers le haut par un mouvement de la hanche de sa jambe opposée et les orteils du pied au sol.</li>\n<li>Pendant la phase aérienne, le corps est réorienté en vue de la réception au sol, les bras bougeant vers l’avant.</li>\n<li>La distance du saut est très bonne.</li>\n<li>La réception au sol sur les deux pieds est bien contrôlée.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p>Johanne entraîne l’équipe d’athlétisme de l’école primaire de son secteur. Elle veut connaître le niveau de la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie physique</span> des enfants, surtout de ceux qui comptent participer à la prochaine épreuve d’athlétisme. Elle décide d’utiliser l’outil PLAYhabiletés afin d’évaluer leurs habiletés motrices. Johanne demande à un groupe d’enfants de huit ans de faire le troisième exercice de course : courir, sauter et atterrir sur les deux pieds.</p>\n<p>Johanne est tout de suite impressionnée par la technique de Pierre. Il court sans hésitation et bondit bien à partir d’un seul pied. À la réception au sol, il pose parfois un pied légèrement avant l’autre, mais il coordonne très bien l’utilisation de ses deux pieds.</p>\n<p>Johanne remarque aussi que, bien que Pierre coure rapidement avant de s’élancer, il ne saute pas aussi loin qu’il le pourrait selon elle. Elle constate qu’il arrive au sol assez droit, mais qu’il a tendance à tourner le tronc un peu juste avant la réception. Pierre a une bonne technique sur certains plans, mais en raison de la torsion du tronc, de la faible distance et du fait que la réception ne se fasse pas toujours sur les deux pieds, Johanne fait un X sous Compétence, près de la ligne d’Émergence.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646159884,1),('field:node:454',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1450:\"<p>Par « habiletés locomotrices », on entend la capacité d\'une personne à bouger son corps dans tous les contextes. Toute personne qui possède une&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie physique</span>&nbsp;devrait être en mesure de se déplacer et de bouger avec adresse et confiance sur le sol, dans l\'eau et à la surface de l\'eau, sur la neige et la glace, et même dans les airs.</p><p><img src=\"/sites/default/files/PLAYfun_form_4-8_FR.png\" alt=\"Formulaire PLAYhabiletés avec les questions 4-8 souligné \" width=\"743\"></p><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/faire-des-pas-croisés\"><span style=\"color: #0066ff;\">Question 4. Faire des pas croisés</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/gambader\"><span style=\"color: #0066ff;\">Question 5. Gambader</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/courir-un-galop\"><span style=\"color: #0066ff;\">Question 6. Courir au galop</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/sauter-sur-un-pied\"><span style=\"color: #0066ff;\">Question 7. Sauter sur un pied (à cloche-pied)</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/sauter\"><span style=\"color: #0066ff;\">Question 8. Sauter</span></a></span></h2>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1451:\"<p>Par « habiletés locomotrices », on entend la capacité d\'une personne à bouger son corps dans tous les contextes. Toute personne qui possède une <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie physique</span> devrait être en mesure de se déplacer et de bouger avec adresse et confiance sur le sol, dans l\'eau et à la surface de l\'eau, sur la neige et la glace, et même dans les airs.</p>\n<p><img src=\"/sites/default/files/PLAYfun_form_4-8_FR.png\" alt=\"Formulaire PLAYhabiletés avec les questions 4-8 souligné \" width=\"743\" /></p>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/faire-des-pas-croisés\"><span style=\"color: #0066ff;\">Question 4. Faire des pas croisés</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/gambader\"><span style=\"color: #0066ff;\">Question 5. Gambader</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/courir-un-galop\"><span style=\"color: #0066ff;\">Question 6. Courir au galop</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/sauter-sur-un-pied\"><span style=\"color: #0066ff;\">Question 7. Sauter sur un pied (à cloche-pied)</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/locomotion/sauter\"><span style=\"color: #0066ff;\">Question 8. Sauter</span></a></span></h2>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646158134,1),('field:node:455',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4401:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2><p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2><p class=\"MsoNormal\">«&nbsp;Je veux que tu fasses des pas croisés entre ce cône et le cône suivant. Fais des pas croisés d’ici à là‑bas du mieux que tu peux, s’il te plaît. Prêt? Vas-y.&nbsp;»</p><hr><h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td><ul><li>L’enfant ne fait pas de pas croisés (pieds traînés de côté ou autre mouvement incorrect).</li><li>L’enfant fait la moitié du pas croisé (la jambe avant est placée devant ou derrière l’autre, mais l’autre croisement n’est pas fait).&nbsp;</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td><ul><li>Les pas croisés sont visibles, mais manquent de constance.</li><li>L’enfant avance lentement.</li><li>Le haut du corps n’est pas sollicité.</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td><ul><li>L’enfant est capable de faire des pas croisés devant et derrière sur tout le parcours.</li><li>La vitesse est modérée et constante.</li><li>Le haut du corps est coordonné.</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td><div class=\"WordSection1\"><ul><li>Les pas croisés sont fluides.</li><li>Les mouvements du haut et du bas du corps sont coordonnés.</li><li>La vitesse est excellente.</li></ul></div></td></tr></tbody></table><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p>Philippe a neuf ans et n’a jamais joué au baseball. Il est très excité de commencer ce sport, et sa mère souhaite qu’il vive la meilleure expérience possible. Elle demande à son frère Daniel, qui est entraîneur de baseball, ce qu’elle devrait faire pour aider à préparer Philippe. Daniel a vu Philippe grandir. Il sait que son neveu est assez sportif, mais il aimerait connaître son niveau de la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie physique</span>. Il propose d’aller au parc avec Philippe.</p><p>Au parc, Daniel demande à Philippe d’exécuter un certain nombre d’activités locomotrices PLAYhabiletés, y compris des pas croisés. Philippe est capable de faire des pas croisés devant et derrière, à une bonne vitesse, pendant la plus grande partie de l’exercice. Cependant, il manque parfois un pas arrière. Quand cela se produit, il est déstabilisé, et doit généralement s’arrêter et recommencer au début au lieu de simplement ajuster son pas.</p><p>Daniel constate aussi que le haut du corps de Philippe est bien coordonné avec le bas de son corps. Toutefois, quand il fait un faux pas, il lui faut un moment pour ajuster sa coordination. Daniel fait un X sous Compétence, mais le place près d’Émergence.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4430:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p class=\"MsoNormal\">« Je veux que tu fasses des pas croisés entre ce cône et le cône suivant. Fais des pas croisés d’ici à là‑bas du mieux que tu peux, s’il te plaît. Prêt? Vas-y. »</p>\n<hr />\n<h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td>\n<ul>\n<li>L’enfant ne fait pas de pas croisés (pieds traînés de côté ou autre mouvement incorrect).</li>\n<li>L’enfant fait la moitié du pas croisé (la jambe avant est placée devant ou derrière l’autre, mais l’autre croisement n’est pas fait). </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td>\n<ul>\n<li>Les pas croisés sont visibles, mais manquent de constance.</li>\n<li>L’enfant avance lentement.</li>\n<li>Le haut du corps n’est pas sollicité.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td>\n<ul>\n<li>L’enfant est capable de faire des pas croisés devant et derrière sur tout le parcours.</li>\n<li>La vitesse est modérée et constante.</li>\n<li>Le haut du corps est coordonné.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Les pas croisés sont fluides.</li>\n<li>Les mouvements du haut et du bas du corps sont coordonnés.</li>\n<li>La vitesse est excellente.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p>Philippe a neuf ans et n’a jamais joué au baseball. Il est très excité de commencer ce sport, et sa mère souhaite qu’il vive la meilleure expérience possible. Elle demande à son frère Daniel, qui est entraîneur de baseball, ce qu’elle devrait faire pour aider à préparer Philippe. Daniel a vu Philippe grandir. Il sait que son neveu est assez sportif, mais il aimerait connaître son niveau de la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie physique</span>. Il propose d’aller au parc avec Philippe.</p>\n<p>Au parc, Daniel demande à Philippe d’exécuter un certain nombre d’activités locomotrices PLAYhabiletés, y compris des pas croisés. Philippe est capable de faire des pas croisés devant et derrière, à une bonne vitesse, pendant la plus grande partie de l’exercice. Cependant, il manque parfois un pas arrière. Quand cela se produit, il est déstabilisé, et doit généralement s’arrêter et recommencer au début au lieu de simplement ajuster son pas.</p>\n<p>Daniel constate aussi que le haut du corps de Philippe est bien coordonné avec le bas de son corps. Toutefois, quand il fait un faux pas, il lui faut un moment pour ajuster sa coordination. Daniel fait un X sous Compétence, mais le place près d’Émergence.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646166019,1),('field:node:456',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4476:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2><p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2><p>«&nbsp;Je veux que tu coures au galop de ce cône jusqu’à l’autre cône. Cours au galop vers l’avant du mieux que tu peux d’ici à là-bas. Prêt? Vas-y maintenant.&nbsp;»</p><p>&nbsp;</p><hr><h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td><ul><li>Il n’y a pas de soulèvement du corps ou de phase aérienne.</li><li>Le corps est de côté plutôt que vers l’avant.</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td><ul><li>Le corps est soulevé ou il y a une phase aérienne, mais il y a un manque de constance.</li><li>Les mouvements du haut des bras ne sont pas liés fluidement à ceux des membres inférieurs.</li><li>L’enfant n’est pas capable de courir au galop avec constance.</li><li>La vitesse peut varier (lenteur à reprendre le pas).</li><li>Le corps peut tourner.</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td><ul><li>Il y a de la constance dans la phase aérienne, et les membres supérieurs sont synchronisés.</li><li>La vitesse et l’amplitude peuvent être faibles.</li><li>Les pas de galop peuvent être intermittents.</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td><div class=\"WordSection1\"><ul><li>Le haut et le bas du corps bougent de manière fluide et synchronisée.</li><li>La transition entre le départ et le galop est immédiate.</li><li>Le tronc est vers l’avant pendant tout le parcours.</li><li>La vitesse et l’amplitude sont très bonnes.</li></ul></div></td></tr></tbody></table><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p>Avant de ramener Philippe à la maison, Daniel décide de lui faire faire un dernier exercice.<br>Il a déjà une idée du niveau d’habileté de son neveu pour ce qui est de faire des pas croisés et de gambader, mais il veut voir comment il court au galop.</p><p>Philippe a d’abord de la difficulté à se soulever du sol. Une fois qu’il est en mouvement, il y a une phase aérienne, mais elle manque de constance. De plus, Philippe a tendance à tourner le corps à chaque pas de galop. En tournant le tronc, il a de la difficulté à garder le mouvement du haut de ses bras fluide et coordonné avec celui des membres inférieurs.</p><p><span lang=\"FR-CA\">Par contre, sa vitesse est constante.</span><span lang=\"FR-CA\"> Il galope rapidement, et Daniel sait qu’une fois que Philippe aura atténué ses principales lacunes techniques, sa tendance à aller vite sera à son avantage. Pour l’instant, toutefois, Philippe pourrait penser à ralentir ses mouvements, jusqu’à ce qu’il soit plus à l’aise. Daniel fait un X à un peu moins de la moitié de la ligne d’Émergence.</span></p><p class=\"MsoNormal\" style=\"margin-left: 18.0pt;\">&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4546:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p>« Je veux que tu coures au galop de ce cône jusqu’à l’autre cône. Cours au galop vers l’avant du mieux que tu peux d’ici à là-bas. Prêt? Vas-y maintenant. »</p>\n<p> </p>\n<hr />\n<h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td>\n<ul>\n<li>Il n’y a pas de soulèvement du corps ou de phase aérienne.</li>\n<li>Le corps est de côté plutôt que vers l’avant.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td>\n<ul>\n<li>Le corps est soulevé ou il y a une phase aérienne, mais il y a un manque de constance.</li>\n<li>Les mouvements du haut des bras ne sont pas liés fluidement à ceux des membres inférieurs.</li>\n<li>L’enfant n’est pas capable de courir au galop avec constance.</li>\n<li>La vitesse peut varier (lenteur à reprendre le pas).</li>\n<li>Le corps peut tourner.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td>\n<ul>\n<li>Il y a de la constance dans la phase aérienne, et les membres supérieurs sont synchronisés.</li>\n<li>La vitesse et l’amplitude peuvent être faibles.</li>\n<li>Les pas de galop peuvent être intermittents.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>Le haut et le bas du corps bougent de manière fluide et synchronisée.</li>\n<li>La transition entre le départ et le galop est immédiate.</li>\n<li>Le tronc est vers l’avant pendant tout le parcours.</li>\n<li>La vitesse et l’amplitude sont très bonnes.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p>Avant de ramener Philippe à la maison, Daniel décide de lui faire faire un dernier exercice.<br />Il a déjà une idée du niveau d’habileté de son neveu pour ce qui est de faire des pas croisés et de gambader, mais il veut voir comment il court au galop.</p>\n<p>Philippe a d’abord de la difficulté à se soulever du sol. Une fois qu’il est en mouvement, il y a une phase aérienne, mais elle manque de constance. De plus, Philippe a tendance à tourner le corps à chaque pas de galop. En tournant le tronc, il a de la difficulté à garder le mouvement du haut de ses bras fluide et coordonné avec celui des membres inférieurs.</p>\n<p><span lang=\"FR-CA\" xml:lang=\"FR-CA\">Par contre, sa vitesse est constante.</span><span lang=\"FR-CA\" xml:lang=\"FR-CA\"> Il galope rapidement, et Daniel sait qu’une fois que Philippe aura atténué ses principales lacunes techniques, sa tendance à aller vite sera à son avantage. Pour l’instant, toutefois, Philippe pourrait penser à ralentir ses mouvements, jusqu’à ce qu’il soit plus à l’aise. Daniel fait un X à un peu moins de la moitié de la ligne d’Émergence.</span></p>\n<p class=\"MsoNormal\" style=\"margin-left: 18.0pt;\"> </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646181961,1);
INSERT INTO `cache_field` VALUES ('field:node:457',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5075:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2><p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2><p>«&nbsp;Je veux que tu sautes sur un pied de ce cône jusqu’à l’autre cône. Saute sur un pied du mieux que tu peux d’ici à là-bas, s’il te plaît. Prêt? Vas-y maintenant.&nbsp;»</p><hr><h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td><ul><li>L’enfant ne réussit pas à prendre appui sur une seule jambe; le pied opposé touche le sol.</li><li>L’enfant fait des sauts ordinaires.</li><li>Le haut et le bas de son corps ne sont pas synchronisés.</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td><ul><li>Les distances ne sont pas constantes, et les déplacements ont peu d’amplitude (horizontale ou verticale).</li><li>Il y a un manque d’équilibre évident pendant la progression.</li><li>Le départ est marqué par des hésitations.</li><li>Les arrêts ne sont pas francs, et l’enfant peut faire trop de bonds ou s’arrêter trop tôt.</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td><ul><li>L’enfant est capable de sauter sur un pied du début à la fin, en faisant des bonds de longueur moyenne.</li><li>La phase aérienne est évidente.</li><li>Il se peut que l’enfant n’utilise pas la jambe opposée pour faciliter l’exercice.</li><li>La distance peut varier entre les bonds (distance moyenne).</li><li>Le contrôle au départ et à l’arrêt peut être limité.</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td><div class=\"WordSection1\"><ul><li>La distance parcourue en sautant sur un pied est appréciable et constante.</li><li>Il y a une transition immédiate entre le départ et les bonds, et entre les bonds et l’arrêt à la fin.</li><li>Le mouvement est continu.</li><li>La vitesse est bonne (horizontale et/ou verticale).</li><li>L’enfant synchronise le mouvement de l’un ou l’autre des membres inférieurs avec celui du membre inférieur opposé et du haut du corps.</li></ul></div></td></tr></tbody></table><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p>Claudie est sauveteure à la piscine publique du quartier. Elle a accepté de donner des cours de natation à des enfants de sept ans. Sachant à quel point la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie physique</span>&nbsp;est important pour la&nbsp;natation, elle a demandé que les élèves arrivent un peu avant l’heure des cours pour qu’elle puisse évaluer leurs habiletés fondamentales.</p><p>Aujourd’hui, elle leur fait faire l’exercice du saut sur un pied prévu dans PLAYhabiletés. Quand c’est le tour de Jennifer, Claudie remarque des lacunes dans son développement, et du potentiel sur le plan de la technique. Quand Jennifer saute sur un pied, son mouvement est fluide, mais après quelques bonds, elle commence à perdre l’équilibre. Elle doit parfois poser sa jambe opposée au sol pour ne pas tomber.</p><p>Jennifer se déplace de manière erratique entre les cônes, mais réussit à garder une distance moyenne assez constante d’un bond à l’autre. Elle fait ce qu’il faut pour atteindre le cône chaque fois, et ne pas arriver trop loin ou trop près. Dans l’ensemble, Jennifer synchronise le haut et le bas de son corps, mais quand elle perd l’équilibre, sa coordination en souffre. Claudie fait un X sous Émergence, tout près de Compétence.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5106:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p>« Je veux que tu sautes sur un pied de ce cône jusqu’à l’autre cône. Saute sur un pied du mieux que tu peux d’ici à là-bas, s’il te plaît. Prêt? Vas-y maintenant. »</p>\n<hr />\n<h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td>\n<ul>\n<li>L’enfant ne réussit pas à prendre appui sur une seule jambe; le pied opposé touche le sol.</li>\n<li>L’enfant fait des sauts ordinaires.</li>\n<li>Le haut et le bas de son corps ne sont pas synchronisés.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td>\n<ul>\n<li>Les distances ne sont pas constantes, et les déplacements ont peu d’amplitude (horizontale ou verticale).</li>\n<li>Il y a un manque d’équilibre évident pendant la progression.</li>\n<li>Le départ est marqué par des hésitations.</li>\n<li>Les arrêts ne sont pas francs, et l’enfant peut faire trop de bonds ou s’arrêter trop tôt.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td>\n<ul>\n<li>L’enfant est capable de sauter sur un pied du début à la fin, en faisant des bonds de longueur moyenne.</li>\n<li>La phase aérienne est évidente.</li>\n<li>Il se peut que l’enfant n’utilise pas la jambe opposée pour faciliter l’exercice.</li>\n<li>La distance peut varier entre les bonds (distance moyenne).</li>\n<li>Le contrôle au départ et à l’arrêt peut être limité.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>La distance parcourue en sautant sur un pied est appréciable et constante.</li>\n<li>Il y a une transition immédiate entre le départ et les bonds, et entre les bonds et l’arrêt à la fin.</li>\n<li>Le mouvement est continu.</li>\n<li>La vitesse est bonne (horizontale et/ou verticale).</li>\n<li>L’enfant synchronise le mouvement de l’un ou l’autre des membres inférieurs avec celui du membre inférieur opposé et du haut du corps.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p>Claudie est sauveteure à la piscine publique du quartier. Elle a accepté de donner des cours de natation à des enfants de sept ans. Sachant à quel point la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie physique</span> est important pour la natation, elle a demandé que les élèves arrivent un peu avant l’heure des cours pour qu’elle puisse évaluer leurs habiletés fondamentales.</p>\n<p>Aujourd’hui, elle leur fait faire l’exercice du saut sur un pied prévu dans PLAYhabiletés. Quand c’est le tour de Jennifer, Claudie remarque des lacunes dans son développement, et du potentiel sur le plan de la technique. Quand Jennifer saute sur un pied, son mouvement est fluide, mais après quelques bonds, elle commence à perdre l’équilibre. Elle doit parfois poser sa jambe opposée au sol pour ne pas tomber.</p>\n<p>Jennifer se déplace de manière erratique entre les cônes, mais réussit à garder une distance moyenne assez constante d’un bond à l’autre. Elle fait ce qu’il faut pour atteindre le cône chaque fois, et ne pas arriver trop loin ou trop près. Dans l’ensemble, Jennifer synchronise le haut et le bas de son corps, mais quand elle perd l’équilibre, sa coordination en souffre. Claudie fait un X sous Émergence, tout près de Compétence.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646168451,1),('field:node:458',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4774:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2><p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2><p>«&nbsp;Je veux que tu sautes de ce cône jusqu’à l’autre cône. Saute du mieux que tu peux d’ici à là‑bas, s’il te plaît. Prêt? Saute maintenant.&nbsp;»</p><hr><h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td><ul><li>L’enfant ne fait pas un saut à deux pieds.</li><li>L’enfant atterrit ou saute les pieds décalés.</li><li>L’enfant ne peut pas faire plus d’un saut à la fois.</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence</span>&nbsp;&nbsp;</p><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td><ul><li>Les distances ne sont pas constantes, et les déplacements ont peu d’amplitude (horizontale ou verticale).</li><li>Il y a un manque d’équilibre évident pendant la progression.</li><li>Le départ est marqué par des hésitations.</li><li>Les arrêts ne sont pas francs, et l’enfant peut faire trop de bonds ou s’arrêter trop tôt.</li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td><ul><li>L’enfant est capable de sauter sur un pied du début à la fin, en faisant des bonds de longueur moyenne.</li><li>La phase aérienne est évidente.</li><li>Il se peut que l’enfant n’utilise pas la jambe opposée pour faciliter l’exercice.</li><li>La distance peut varier entre les bonds (distance moyenne).</li><li>Le contrôle au départ et à l’arrêt peut être limité.</li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td><div class=\"WordSection1\"><ul><li>La distance parcourue en sautant sur un pied est appréciable et constante.</li><li>Il y a une transition immédiate entre le départ et les bonds, et entre les bonds et l’arrêt à la fin.</li><li>Le mouvement est continu.</li><li>La vitesse est bonne (horizontale et/ou verticale).</li><li>L’enfant synchronise le mouvement de l’un ou l’autre des membres inférieurs avec celui du membre inférieur opposé et du haut du corps.</li></ul></div></td></tr></tbody></table><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p>Jean entraîne une équipe de football formée principalement d’enfants de douze ans. Un des garçons qui jouent cette année, Xavier, est un athlète de piste et un nageur accompli. Jean présume donc que le niveau de la littératie&nbsp;physique de Xavier est très élevé.&nbsp;Il tient néanmoins à évaluer la littératie&nbsp;&nbsp;physique de tous les joueurs de l’équipe au début de la saison au&nbsp;moyen de PLAYhabiletés. Il demande à Xavier d’effectuer l’exercice de saut.</p><p>Jean remarque d’abord le bon équilibre de Xavier. Il est capable de faire un mouvement de saut continu du début à la fin, en s’élançant et en atterrissant avec ses deux pieds. Il se sert de ses bras pour se propulser. Son corps semble détendu à toutes les étapes de l’exercice.</p><p>Une des faiblesses de sa technique est sa tendance à sauter en hauteur plutôt qu’en longueur. Jean estime que Xavier parcourt moins d’un pas par saut, et remarque que l’amplitude limitée du saut restreint la vitesse. Jean fait un X sous Compétence, environ à la moitié de la case.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4797:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p>« Je veux que tu sautes de ce cône jusqu’à l’autre cône. Saute du mieux que tu peux d’ici à là‑bas, s’il te plaît. Prêt? Saute maintenant. »</p>\n<hr />\n<h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td>\n<ul>\n<li>L’enfant ne fait pas un saut à deux pieds.</li>\n<li>L’enfant atterrit ou saute les pieds décalés.</li>\n<li>L’enfant ne peut pas faire plus d’un saut à la fois.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence</span>  </p>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td>\n<ul>\n<li>Les distances ne sont pas constantes, et les déplacements ont peu d’amplitude (horizontale ou verticale).</li>\n<li>Il y a un manque d’équilibre évident pendant la progression.</li>\n<li>Le départ est marqué par des hésitations.</li>\n<li>Les arrêts ne sont pas francs, et l’enfant peut faire trop de bonds ou s’arrêter trop tôt.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td>\n<ul>\n<li>L’enfant est capable de sauter sur un pied du début à la fin, en faisant des bonds de longueur moyenne.</li>\n<li>La phase aérienne est évidente.</li>\n<li>Il se peut que l’enfant n’utilise pas la jambe opposée pour faciliter l’exercice.</li>\n<li>La distance peut varier entre les bonds (distance moyenne).</li>\n<li>Le contrôle au départ et à l’arrêt peut être limité.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li>La distance parcourue en sautant sur un pied est appréciable et constante.</li>\n<li>Il y a une transition immédiate entre le départ et les bonds, et entre les bonds et l’arrêt à la fin.</li>\n<li>Le mouvement est continu.</li>\n<li>La vitesse est bonne (horizontale et/ou verticale).</li>\n<li>L’enfant synchronise le mouvement de l’un ou l’autre des membres inférieurs avec celui du membre inférieur opposé et du haut du corps.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p>Jean entraîne une équipe de football formée principalement d’enfants de douze ans. Un des garçons qui jouent cette année, Xavier, est un athlète de piste et un nageur accompli. Jean présume donc que le niveau de la littératie physique de Xavier est très élevé. Il tient néanmoins à évaluer la littératie  physique de tous les joueurs de l’équipe au début de la saison au moyen de PLAYhabiletés. Il demande à Xavier d’effectuer l’exercice de saut.</p>\n<p>Jean remarque d’abord le bon équilibre de Xavier. Il est capable de faire un mouvement de saut continu du début à la fin, en s’élançant et en atterrissant avec ses deux pieds. Il se sert de ses bras pour se propulser. Son corps semble détendu à toutes les étapes de l’exercice.</p>\n<p>Une des faiblesses de sa technique est sa tendance à sauter en hauteur plutôt qu’en longueur. Jean estime que Xavier parcourt moins d’un pas par saut, et remarque que l’amplitude limitée du saut restreint la vitesse. Jean fait un X sous Compétence, environ à la moitié de la case.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646170764,1),('field:node:459',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5287:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2><p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2><p><span lang=\"FR-CA\">«&nbsp;Je veux que tu gambades de ce cône jusqu’à l’autre cône.</span><span lang=\"FR-CA\"> Gambade du mieux que tu peux d’ici à là‑bas. Prêt? Vas-y maintenant.&nbsp;»</span></p><hr><h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"width: 645px;\" border=\"0\"><tbody><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td><ul><li><span style=\"line-height: 1.538em;\">L’enfant ne réussit pas à gambader.</span></li><li><span style=\"line-height: 1.538em;\">Les mouvements des membres supérieurs ne sont pas coordonnés avec ceux du bas du corps.</span></li><li><span style=\"line-height: 1.538em;\">La vitesse est très variable ou très faible.</span></li><li><span style=\"line-height: 1.538em;\">L’enfant traîne les jambes.</span></li><li><span style=\"line-height: 1.538em;\">L’enfant a peu de contrôle sur le bas et le haut de son corps.</span></li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td><ul><li><span style=\"line-height: 1.538em;\">L’enfant bouge les jambes de manière à gambader.</span></li><li><span style=\"line-height: 1.538em;\">Les bras sont sur le côté ou alternent légèrement.</span></li><li><span style=\"line-height: 1.538em;\">Les bras ne sont pas complètement synchronisés avec les jambes, mais ils ne sont pas agités de manière incontrôlée.</span></li><li><span style=\"line-height: 1.538em;\">L’enfant fait quelques pas avant de commencer à gambader, et le mouvement n’est pas constant ou il est interrompu.</span></li><li><span style=\"line-height: 1.538em;\">L’angle du tronc est variable.</span></li></ul></td></tr><tr><td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td><ul><li><span style=\"line-height: 1.538em;\">L’enfant exécute le mouvement de base pour gambader, et bouge les bras de façon restreinte mais constante.</span></li><li><span style=\"line-height: 1.538em;\">L’amplitude et la vitesse sont faibles.</span></li><li><span style=\"line-height: 1.538em;\">Il peut y avoir une amélioration sur le plan de la forme.</span></li><li><span style=\"line-height: 1.538em;\">La posture est droite.</span></li></ul></td></tr><tr><td><p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td><div class=\"WordSection1\"><ul><li><span style=\"line-height: 1.538em;\">L’enfant déplace ses bras et ses jambes de manière symétrique, et les membres bougent suffisamment (flexion du coude).</span></li><li><span style=\"line-height: 1.538em;\">L’enfant gambade avec fluidité et constance du premier au dernier pas.</span></li><li><span style=\"line-height: 1.538em;\">La vitesse est bonne.</span></li></ul></div></td></tr></tbody></table><hr><h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p><span lang=\"FR-CA\">Après l’exercice des pas croisés, Daniel demande à Philippe d’essayer de gambader.</span></p><p><span lang=\"FR-CA\">Daniel constate immédiatement que Philippe est capable de faire le mouvement de base pour gambader.</span><span lang=\"FR-CA\"> Il bouge les jambes de manière à gambader, et bien que les mouvements de ses bras ne soient pas très amples, mais un peu limités, ils sont appropriés. Philippe garde une posture droite dans l’ensemble. Il ne soulève pas ses pieds très haut et ne va pas très vite, mais ses mouvements sont sûrs. Il ralentit quand il se prépare à tourner au cône, mais il n’hésite pas. </span></p><p><span style=\"font-size: 11pt; line-height: 115%; font-family: Calibri, sans-serif;\" lang=\"FR-CA\">Il y a place à l’amélioration sur le plan de la technique, mais comme Philippe est constant pendant tout l’exercice, Daniel fait un X environ à la moitié de la case Compétence.</span></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5432:\"<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p class=\"MsoNormal\">Pour cet exercice, vous aurez besoin de deux cônes (à cinq mètres l’un de l’autre).</p>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p><span lang=\"FR-CA\" xml:lang=\"FR-CA\">« Je veux que tu gambades de ce cône jusqu’à l’autre cône.</span><span lang=\"FR-CA\" xml:lang=\"FR-CA\"> Gambade du mieux que tu peux d’ici à là‑bas. Prêt? Vas-y maintenant. »</span></p>\n<hr />\n<h2 class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"width: 645px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td>\n<ul>\n<li><span style=\"line-height: 1.538em;\">L’enfant ne réussit pas à gambader.</span></li>\n<li><span style=\"line-height: 1.538em;\">Les mouvements des membres supérieurs ne sont pas coordonnés avec ceux du bas du corps.</span></li>\n<li><span style=\"line-height: 1.538em;\">La vitesse est très variable ou très faible.</span></li>\n<li><span style=\"line-height: 1.538em;\">L’enfant traîne les jambes.</span></li>\n<li><span style=\"line-height: 1.538em;\">L’enfant a peu de contrôle sur le bas et le haut de son corps.</span></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td>\n<ul>\n<li><span style=\"line-height: 1.538em;\">L’enfant bouge les jambes de manière à gambader.</span></li>\n<li><span style=\"line-height: 1.538em;\">Les bras sont sur le côté ou alternent légèrement.</span></li>\n<li><span style=\"line-height: 1.538em;\">Les bras ne sont pas complètement synchronisés avec les jambes, mais ils ne sont pas agités de manière incontrôlée.</span></li>\n<li><span style=\"line-height: 1.538em;\">L’enfant fait quelques pas avant de commencer à gambader, et le mouvement n’est pas constant ou il est interrompu.</span></li>\n<li><span style=\"line-height: 1.538em;\">L’angle du tronc est variable.</span></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td>\n<ul>\n<li><span style=\"line-height: 1.538em;\">L’enfant exécute le mouvement de base pour gambader, et bouge les bras de façon restreinte mais constante.</span></li>\n<li><span style=\"line-height: 1.538em;\">L’amplitude et la vitesse sont faibles.</span></li>\n<li><span style=\"line-height: 1.538em;\">Il peut y avoir une amélioration sur le plan de la forme.</span></li>\n<li><span style=\"line-height: 1.538em;\">La posture est droite.</span></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td>\n<p class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19.5px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td>\n<div class=\"WordSection1\">\n<ul>\n<li><span style=\"line-height: 1.538em;\">L’enfant déplace ses bras et ses jambes de manière symétrique, et les membres bougent suffisamment (flexion du coude).</span></li>\n<li><span style=\"line-height: 1.538em;\">L’enfant gambade avec fluidité et constance du premier au dernier pas.</span></li>\n<li><span style=\"line-height: 1.538em;\">La vitesse est bonne.</span></li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n<h2 class=\"MsoNormal\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p><span lang=\"FR-CA\" xml:lang=\"FR-CA\">Après l’exercice des pas croisés, Daniel demande à Philippe d’essayer de gambader.</span></p>\n<p><span lang=\"FR-CA\" xml:lang=\"FR-CA\">Daniel constate immédiatement que Philippe est capable de faire le mouvement de base pour gambader.</span><span lang=\"FR-CA\" xml:lang=\"FR-CA\"> Il bouge les jambes de manière à gambader, et bien que les mouvements de ses bras ne soient pas très amples, mais un peu limités, ils sont appropriés. Philippe garde une posture droite dans l’ensemble. Il ne soulève pas ses pieds très haut et ne va pas très vite, mais ses mouvements sont sûrs. Il ralentit quand il se prépare à tourner au cône, mais il n’hésite pas. </span></p>\n<p><span style=\"font-size: 11pt; line-height: 115%; font-family: Calibri, sans-serif;\" lang=\"FR-CA\" xml:lang=\"FR-CA\">Il y a place à l’amélioration sur le plan de la technique, mais comme Philippe est constant pendant tout l’exercice, Daniel fait un X environ à la moitié de la case Compétence.</span></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646419956,1),('field:node:460',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1805:\"<p>La capacité de manipuler et de contrôler des objets est essentielle dans bien des sports et des activités.</p><p>Voici quelques exemples de situations faisant appel à la capacité de contrôler des objets&nbsp;:</p><ul><li>Faire un mouvement de balancier avec un objet (bâton de baseball ou de golf, marteau, etc.);</li><li>Jouer avec un ballon de soccer en en gardant le contrôle (à l\'aide de la tête, du tronc, des jambes et/ou des pieds);</li><li>Lancer un disque (vitesse du bras, coordination du mouvement du poignet et du lancer, etc.).</li></ul><p class=\"MsoNormal\">La capacité de contrôler des objets est nécessaire pour accomplir d\'autres tâches, notamment pour peindre, écrire, jongler et brasser un jeu de cartes.</p><p>Pour obtenir une liste complète des habiletés liées au contrôle des objets qui sont sollicitées lors d\'une activité physique, consultez notre site :&nbsp;<a style=\"line-height: 1.538em;\" href=\"http://canadiansportforlife.ca/fr/ten-key-factors/plus-dinformations-sur-les-fundements\">plus-dinformations sur les fundements</a>&nbsp;</p><p><img src=\"/sites/default/files/PLAYfun_form_9-12_FR.png\" alt=\"Formulaire PLAYhabiletés avec les questions 9-12 souligné \" width=\"743\"></p><h2><a href=\"/outils-play/playfun/contrôle-des-objets-haut-du-corps/lancer-par-dessus\">Question 9. Lancer par-dessus</a></h2><h2><a href=\"/outils-play/playfun/contrôle-des-objets-haut-du-corps/frapper-avec-un-bâton\">Question 10. Frapper avec un bâton</a></h2><h2><a href=\"/outils-play/playfun/contrôle-des-objets-haut-du-corps/attraper-dune-main\">Question 11. Attraper d’une main</a></h2><h2><a href=\"/outils-play/playfun/contrôle-des-objets-haut-du-corps/dribbler-avec-les-mains-sur-place-et-en\">Question 12. Dribbler avec les mains sur place et en avançant</a></h2>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1809:\"<p>La capacité de manipuler et de contrôler des objets est essentielle dans bien des sports et des activités.</p>\n<p>Voici quelques exemples de situations faisant appel à la capacité de contrôler des objets :</p>\n<ul>\n<li>Faire un mouvement de balancier avec un objet (bâton de baseball ou de golf, marteau, etc.);</li>\n<li>Jouer avec un ballon de soccer en en gardant le contrôle (à l\'aide de la tête, du tronc, des jambes et/ou des pieds);</li>\n<li>Lancer un disque (vitesse du bras, coordination du mouvement du poignet et du lancer, etc.).</li>\n</ul>\n<p class=\"MsoNormal\">La capacité de contrôler des objets est nécessaire pour accomplir d\'autres tâches, notamment pour peindre, écrire, jongler et brasser un jeu de cartes.</p>\n<p>Pour obtenir une liste complète des habiletés liées au contrôle des objets qui sont sollicitées lors d\'une activité physique, consultez notre site : <a style=\"line-height: 1.538em;\" href=\"http://canadiansportforlife.ca/fr/ten-key-factors/plus-dinformations-sur-les-fundements\">plus-dinformations sur les fundements</a> </p>\n<p><img src=\"/sites/default/files/PLAYfun_form_9-12_FR.png\" alt=\"Formulaire PLAYhabiletés avec les questions 9-12 souligné \" width=\"743\" /></p>\n<h2><a href=\"/outils-play/playfun/contrôle-des-objets-haut-du-corps/lancer-par-dessus\">Question 9. Lancer par-dessus</a></h2>\n<h2><a href=\"/outils-play/playfun/contrôle-des-objets-haut-du-corps/frapper-avec-un-bâton\">Question 10. Frapper avec un bâton</a></h2>\n<h2><a href=\"/outils-play/playfun/contrôle-des-objets-haut-du-corps/attraper-dune-main\">Question 11. Attraper d’une main</a></h2>\n<h2><a href=\"/outils-play/playfun/contrôle-des-objets-haut-du-corps/dribbler-avec-les-mains-sur-place-et-en\">Question 12. Dribbler avec les mains sur place et en avançant</a></h2>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646395058,1),('field:node:466',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:8002:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">Voici ce dont vous aurez besoin pour cet exercice :</p><ul><li>deux cônes (à cinq mètres l’un de l’autre);</li><li>un ballon de soccer (ou un ballon similaire).</li></ul><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2><p class=\"MsoNormal\">«&nbsp;Je veux que tu dribbles avec les pieds d’un cône à l’autre cône. Dribble du mieux que tu peux d’ici à là‑bas, s’il te plaît. Prêt? Vas-y maintenant.&nbsp;»</p><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\"><tbody style=\"border-top-style: none;\"><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant contrôle peu le ballon, ou ne le contrôle pas.</li><li>L’enfant perd le ballon la majorité du temps.</li><li>Le contrôle pied-oeil se fait mal.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;</span>&nbsp;</p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant contrôle le ballon par intermittence.</li><li>L’enfant n’arrive pas à commencer à dribbler ou à arrêter, ou a beaucoup de difficulté à le faire (le ballon dépasse le deuxième cône).</li></ul></td></tr><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant contrôle le ballon pendant la plus grande partie du parcours.</li><li>Il commence à dribbler et arrête de le faire aux endroits indiqués.</li><li>Le degré de séparation avec le ballon varie au cours du déplacement.</li><li>Il peut y avoir des problèmes de contrôle à la poussée initiale et à l’arrêt du ballon.</li><li>Il peut y avoir des torsions pour laisser la jambe de contact derrière, en contact avec le ballon.</li><li>L’enfant n’est peut-être pas tourné vers l’avant pendant tout le parcours.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><div class=\"WordSection1\"><ul><li>La trajectoire du ballon est contrôlée pendant tout le parcours.</li><li>La séparation avec le ballon est bien maintenue à chaque pas.</li><li>La poussée initiale et l’arrêt du ballon sont fluides et bien contrôlés.</li><li>Le tronc est vers l’avant pendant tout le parcours.</li></ul></div></td></tr></tbody></table><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p class=\"MsoNormal\">Maintenant qu’Élizabeth, l’entraîneure, a consacré une période de temps appropriée aux bottés, elle veut voir à quel point les jeunes sont capables de dribbler avec leurs pieds en avançant. L’une des premières joueuses à prendre un ballon et à se présenter au premier cône est Kim. Elle a l’air confiante pour cette activité, et Élizabeth comprend rapidement pourquoi.</p><p class=\"MsoNormal\">Dès que Kim pousse le ballon vers l’avant, elle en a le contrôle. Elle se sert des deux pieds pour garder le ballon à une distance appropriée de son corps pendant son déplacement, et il est rare qu’elle ait à se lancer vers l’avant ou à s’écarter pour contrôler le ballon. Même lorsqu’elle s’approche du cône et tourne, elle contrôle le ballon à une bonne distance.</p><p>Élizabeth remarque que le corps de Kim est légèrement tourné tout au long de l’exercice. Parfois Kim se tourne de sorte que son corps n’est plus vers l’avant, et la jambe avec laquelle elle dribble reste derrière une fois ou deux, ce qui fait qu’elle est décalée par rapport au reste du corps.Toutefois, cela ne se produit pas souvent, et Kim semble toujours capable de reprendre le contrôle du ballon avant de le perdre. Élizabeth fait un X un peu après la moitié de la case Compétence.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:8047:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">Voici ce dont vous aurez besoin pour cet exercice :</p>\n<ul>\n<li>deux cônes (à cinq mètres l’un de l’autre);</li>\n<li>un ballon de soccer (ou un ballon similaire).</li>\n</ul>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p class=\"MsoNormal\">« Je veux que tu dribbles avec les pieds d’un cône à l’autre cône. Dribble du mieux que tu peux d’ici à là‑bas, s’il te plaît. Prêt? Vas-y maintenant. »</p>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\">\n<tbody style=\"border-top-style: none;\">\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant contrôle peu le ballon, ou ne le contrôle pas.</li>\n<li>L’enfant perd le ballon la majorité du temps.</li>\n<li>Le contrôle pied-oeil se fait mal.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence </span> </p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant contrôle le ballon par intermittence.</li>\n<li>L’enfant n’arrive pas à commencer à dribbler ou à arrêter, ou a beaucoup de difficulté à le faire (le ballon dépasse le deuxième cône).</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant contrôle le ballon pendant la plus grande partie du parcours.</li>\n<li>Il commence à dribbler et arrête de le faire aux endroits indiqués.</li>\n<li>Le degré de séparation avec le ballon varie au cours du déplacement.</li>\n<li>Il peut y avoir des problèmes de contrôle à la poussée initiale et à l’arrêt du ballon.</li>\n<li>Il peut y avoir des torsions pour laisser la jambe de contact derrière, en contact avec le ballon.</li>\n<li>L’enfant n’est peut-être pas tourné vers l’avant pendant tout le parcours.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<div class=\"WordSection1\">\n<ul>\n<li>La trajectoire du ballon est contrôlée pendant tout le parcours.</li>\n<li>La séparation avec le ballon est bien maintenue à chaque pas.</li>\n<li>La poussée initiale et l’arrêt du ballon sont fluides et bien contrôlés.</li>\n<li>Le tronc est vers l’avant pendant tout le parcours.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p class=\"MsoNormal\">Maintenant qu’Élizabeth, l’entraîneure, a consacré une période de temps appropriée aux bottés, elle veut voir à quel point les jeunes sont capables de dribbler avec leurs pieds en avançant. L’une des premières joueuses à prendre un ballon et à se présenter au premier cône est Kim. Elle a l’air confiante pour cette activité, et Élizabeth comprend rapidement pourquoi.</p>\n<p class=\"MsoNormal\">Dès que Kim pousse le ballon vers l’avant, elle en a le contrôle. Elle se sert des deux pieds pour garder le ballon à une distance appropriée de son corps pendant son déplacement, et il est rare qu’elle ait à se lancer vers l’avant ou à s’écarter pour contrôler le ballon. Même lorsqu’elle s’approche du cône et tourne, elle contrôle le ballon à une bonne distance.</p>\n<p>Élizabeth remarque que le corps de Kim est légèrement tourné tout au long de l’exercice. Parfois Kim se tourne de sorte que son corps n’est plus vers l’avant, et la jambe avec laquelle elle dribble reste derrière une fois ou deux, ce qui fait qu’elle est décalée par rapport au reste du corps.Toutefois, cela ne se produit pas souvent, et Kim semble toujours capable de reprendre le contrôle du ballon avant de le perdre. Élizabeth fait un X un peu après la moitié de la case Compétence.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646207575,1),('field:node:467',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:7578:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2><p class=\"MsoNormal\">Voici ce dont vous aurez besoin pour cet exercice :</p><ul><li>un grand mur (zone cible);</li><li>un cône (à quatre mètres du mur);</li><li>un ballon de soccer (ou un ballon similaire);</li><li>Une marque sur le mur à un mètre du sol.</li></ul><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">«&nbsp;Je veux que tu bottes le ballon au mur. Tu peux botter avec le pied droit ou le pied gauche. Botte le ballon du mieux que tu peux. Essaie de le botter au-dessus de la marque sur le mur. Botte le ballon du mieux que tu peux au-dessus de la marque, s’il te plaît. Prêt? Botte le ballon maintenant.&nbsp;»</p><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\"><tbody style=\"border-top-style: none;\"><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant a passé à côté du ballon à cause d’un manque de coordination et de synchronisation.</li><li>Le haut et le bas du corps ne sont pas synchronisés.</li><li>Le pied et la jambe d’appui sont mal ancrés.</li><li>La jambe fouette l’air, mais le mouvement ne se poursuit pas.</li><li>L’enfant ne contrôle pas le ballon ni la vitesse.</li><li>Le botté est fait avec les orteils.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>Le ballon va lentement.</li><li>Il y a des signes que l’enfant contrôle la direction.</li><li>Le contact du pied est raisonnablement solide.</li></ul></td></tr><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>Le ballon est dirigé adéquatement.</li><li>La vitesse du ballon est adéquate.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><div class=\"WordSection1\"><ul><li>Le ballon est propulsé avec force dans une direction contrôlée.</li><li>Le haut du corps mène le bas du corps.</li><li>Le mouvement se poursuit avec force après le botté.</li></ul></div></td></tr></tbody></table><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p class=\"MsoNormal\" style=\"page-break-after: avoid;\">Élizabeth est l’entraîneure d’une équipe de soccer féminine U11. En se basant sur l’outil PLAYhabiletés, elle décide de demander à toutes les joueuses de botter le ballon au-dessus d’une ligne sur un mur, à un mètre du sol, afin d’évaluer leur capacité à botter.</p><p class=\"MsoNormal\">Une des joueuses, Vanessa, manque de coordination, et passe souvent à côté du ballon. Lorsqu’elle botte le ballon, il y a rarement un contact substantiel. Élizabeth constate que le problème est dû en grande partie au fait que Vanessa place mal sa jambe d’appui, et synchronise mal le haut et le bas de son corps.</p><p class=\"MsoNormal\">Lorsque Vanessa réussit à toucher le ballon, elle n’est pas capable de l’envoyer au-dessus de la ligne à un mètre du sol, et le ballon revient vers elle seulement quelques fois. Élizabeth croit que Vanessa n’a jamais joué au soccer auparavant, et qu’elle s’améliorera avec de la pratique. Élizabeth fait un X vis-à-vis le milieu de la case Étape initiale.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:7624:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p class=\"MsoNormal\">Voici ce dont vous aurez besoin pour cet exercice :</p>\n<ul>\n<li>un grand mur (zone cible);</li>\n<li>un cône (à quatre mètres du mur);</li>\n<li>un ballon de soccer (ou un ballon similaire);</li>\n<li>Une marque sur le mur à un mètre du sol.</li>\n</ul>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">« Je veux que tu bottes le ballon au mur. Tu peux botter avec le pied droit ou le pied gauche. Botte le ballon du mieux que tu peux. Essaie de le botter au-dessus de la marque sur le mur. Botte le ballon du mieux que tu peux au-dessus de la marque, s’il te plaît. Prêt? Botte le ballon maintenant. »</p>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\">\n<tbody style=\"border-top-style: none;\">\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant a passé à côté du ballon à cause d’un manque de coordination et de synchronisation.</li>\n<li>Le haut et le bas du corps ne sont pas synchronisés.</li>\n<li>Le pied et la jambe d’appui sont mal ancrés.</li>\n<li>La jambe fouette l’air, mais le mouvement ne se poursuit pas.</li>\n<li>L’enfant ne contrôle pas le ballon ni la vitesse.</li>\n<li>Le botté est fait avec les orteils.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>Le ballon va lentement.</li>\n<li>Il y a des signes que l’enfant contrôle la direction.</li>\n<li>Le contact du pied est raisonnablement solide.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>Le ballon est dirigé adéquatement.</li>\n<li>La vitesse du ballon est adéquate.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<div class=\"WordSection1\">\n<ul>\n<li>Le ballon est propulsé avec force dans une direction contrôlée.</li>\n<li>Le haut du corps mène le bas du corps.</li>\n<li>Le mouvement se poursuit avec force après le botté.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p class=\"MsoNormal\" style=\"page-break-after: avoid;\">Élizabeth est l’entraîneure d’une équipe de soccer féminine U11. En se basant sur l’outil PLAYhabiletés, elle décide de demander à toutes les joueuses de botter le ballon au-dessus d’une ligne sur un mur, à un mètre du sol, afin d’évaluer leur capacité à botter.</p>\n<p class=\"MsoNormal\">Une des joueuses, Vanessa, manque de coordination, et passe souvent à côté du ballon. Lorsqu’elle botte le ballon, il y a rarement un contact substantiel. Élizabeth constate que le problème est dû en grande partie au fait que Vanessa place mal sa jambe d’appui, et synchronise mal le haut et le bas de son corps.</p>\n<p class=\"MsoNormal\">Lorsque Vanessa réussit à toucher le ballon, elle n’est pas capable de l’envoyer au-dessus de la ligne à un mètre du sol, et le ballon revient vers elle seulement quelques fois. Élizabeth croit que Vanessa n’a jamais joué au soccer auparavant, et qu’elle s’améliorera avec de la pratique. Élizabeth fait un X vis-à-vis le milieu de la case Étape initiale.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646329033,1),('field:node:468',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1303:\"<p>La note relative à l’équilibre, à la stabilité et à la maîtrise du corps est basée sur les questions et les systèmes de cotation ci-dessous.</p><p><img src=\"/sites/default/files/PLAYfun_form_15-18_FR.png\" alt=\"Formulaire PLAYhabiletés avec les questions 15-18 souligné \" width=\"743\"></p><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/équilibre-stabilité-et-maîtrise-du-corps/marcher-vers-l’avant-en-restant\"><span style=\"color: #0066ff;\">Question 15. Marcher vers l’avant en restant aligné (talons aux orteils)</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/équilibre-stabilité-et-maîtrise-du-corps/marcher-à-reculons-en-restant-aligné\"><span style=\"color: #0066ff;\">Question 16. Marcher à reculons en restant aligné (orteils au talon)</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/équilibre-stabilité-et-maîtrise-du-corps/se-laisser-tomber-et-se-relever\"><span style=\"color: #0066ff;\">Question 17. Se laisser tomber et se relever</span></a></span></h2><h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/équilibre-stabilité-et-maîtrise-du-corps/lever-et-baisser\"><span style=\"color: #0066ff;\">Question 18. Lever et baisser</span></a></span></h2><p>&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1308:\"<p>La note relative à l’équilibre, à la stabilité et à la maîtrise du corps est basée sur les questions et les systèmes de cotation ci-dessous.</p>\n<p><img src=\"/sites/default/files/PLAYfun_form_15-18_FR.png\" alt=\"Formulaire PLAYhabiletés avec les questions 15-18 souligné \" width=\"743\" /></p>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/équilibre-stabilité-et-maîtrise-du-corps/marcher-vers-l’avant-en-restant\"><span style=\"color: #0066ff;\">Question 15. Marcher vers l’avant en restant aligné (talons aux orteils)</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/équilibre-stabilité-et-maîtrise-du-corps/marcher-à-reculons-en-restant-aligné\"><span style=\"color: #0066ff;\">Question 16. Marcher à reculons en restant aligné (orteils au talon)</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/équilibre-stabilité-et-maîtrise-du-corps/se-laisser-tomber-et-se-relever\"><span style=\"color: #0066ff;\">Question 17. Se laisser tomber et se relever</span></a></span></h2>\n<h2><span style=\"color: #0066ff;\"><a href=\"/outils-play/playfun/équilibre-stabilité-et-maîtrise-du-corps/lever-et-baisser\"><span style=\"color: #0066ff;\">Question 18. Lever et baisser</span></a></span></h2>\n<p> </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646215978,1),('field:node:469',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:8026:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">Voici ce dont vous aurez besoin pour cet exercice :</p><ul><li>deux cônes placés à deux mètres l’un de l’autre (ou une ligne de deux mètres sur le plancher).</li></ul><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2><p class=\"MsoNormal\">«&nbsp;Je veux que tu marches d’un cône à l’autre en posant un pied devant l’autre, le talon directement devant les orteils. Marche aussi rapidement que tu le peux en gardant l’équilibre, d’ici à là-bas. Prêt? Commence à marcher maintenant.&nbsp;»</p><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\"><tbody style=\"border-top-style: none;\"><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant perd l’équilibre plusieurs fois.</li><li>L’enfant ne se sert pas de ses bras pour garder l’équilibre.</li><li>Les pieds ne sont pas bien placés ou sont placés différemment d’un pas à l’autre.&nbsp;</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>Il y a des signes évidents d’un contrôle de l’équilibre.</li><li>Les pas sont hésitants.</li><li>Il manque de fluidité.</li><li>L’enfant a de sérieux problèmes d’équilibre en marchant.</li><li>L’enfant peut perdre l’équilibre une fois ou deux dans le parcours.</li></ul></td></tr><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant est capable de garder l’équilibre pendant tout le parcours.</li><li>L’enfant place bien ses pieds, mais il se peut qu’il le fasse lentement.</li><li>L’enfant éprouve de légers problèmes d’équilibre à certains moments.</li><li>Les membres supérieurs peuvent osciller.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><div class=\"WordSection1\"><ul><li>L’enfant marche rapidement le long de la ligne dans un mouvement continu et fluide.</li><li>Des ajustements très mineurs peuvent être visibles au niveau des chevilles (pour l’équilibre).</li><li>Les membres supérieurs peuvent osciller légèrement.</li></ul></div></td></tr></tbody></table><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p>Simone, une ancienne gymnaste de haut niveau, est propriétaire d’un gymnase où elle offre divers cours d’initiation à la gymnastique. Elle anime avec plaisir les cours où garçons et filles viennent expérimenter diverses habiletés en gymnastique et développer leur&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique. Le groupe à qui elle enseigne maintenant est constitué d’enfants de&nbsp;sept ou huit ans. Aujourd’hui, elle évalue l’équilibre en leur demandant de marcher en posant le talon directement devant les orteils.</p><p>Raphaël se présente au premier cône et commence avec hésitation à marcher vers le deuxième cône en posant le talon devant les orteils. Ses premiers pas sont instables et manquent de fluidité. Toutefois, à mesure qu’il avance, Raphaël réussit mieux à garder l’équilibre et à maîtriser sa posture.</p><p>Simone constate que Raphaël accélère en gagnant de l’assurance. Mais en accélérant, il a davantage tendance à chanceler. Raphaël utilise assez bien ses bras pour garder l’équilibre, mais quand il commence à chanceler, il a tendance à agiter ses bras et ses jambes.</p><p>Simone fait un X sous Compétence, près d’Émergence, parce que lorsque Raphaël prend son temps et va lentement, il exécute bien l’exercice et montre une technique assez bien développée.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:8055:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">Voici ce dont vous aurez besoin pour cet exercice :</p>\n<ul>\n<li>deux cônes placés à deux mètres l’un de l’autre (ou une ligne de deux mètres sur le plancher).</li>\n</ul>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p class=\"MsoNormal\">« Je veux que tu marches d’un cône à l’autre en posant un pied devant l’autre, le talon directement devant les orteils. Marche aussi rapidement que tu le peux en gardant l’équilibre, d’ici à là-bas. Prêt? Commence à marcher maintenant. »</p>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\">\n<tbody style=\"border-top-style: none;\">\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant perd l’équilibre plusieurs fois.</li>\n<li>L’enfant ne se sert pas de ses bras pour garder l’équilibre.</li>\n<li>Les pieds ne sont pas bien placés ou sont placés différemment d’un pas à l’autre. </li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>Il y a des signes évidents d’un contrôle de l’équilibre.</li>\n<li>Les pas sont hésitants.</li>\n<li>Il manque de fluidité.</li>\n<li>L’enfant a de sérieux problèmes d’équilibre en marchant.</li>\n<li>L’enfant peut perdre l’équilibre une fois ou deux dans le parcours.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant est capable de garder l’équilibre pendant tout le parcours.</li>\n<li>L’enfant place bien ses pieds, mais il se peut qu’il le fasse lentement.</li>\n<li>L’enfant éprouve de légers problèmes d’équilibre à certains moments.</li>\n<li>Les membres supérieurs peuvent osciller.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<div class=\"WordSection1\">\n<ul>\n<li>L’enfant marche rapidement le long de la ligne dans un mouvement continu et fluide.</li>\n<li>Des ajustements très mineurs peuvent être visibles au niveau des chevilles (pour l’équilibre).</li>\n<li>Les membres supérieurs peuvent osciller légèrement.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p>Simone, une ancienne gymnaste de haut niveau, est propriétaire d’un gymnase où elle offre divers cours d’initiation à la gymnastique. Elle anime avec plaisir les cours où garçons et filles viennent expérimenter diverses habiletés en gymnastique et développer leur <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique. Le groupe à qui elle enseigne maintenant est constitué d’enfants de sept ou huit ans. Aujourd’hui, elle évalue l’équilibre en leur demandant de marcher en posant le talon directement devant les orteils.</p>\n<p>Raphaël se présente au premier cône et commence avec hésitation à marcher vers le deuxième cône en posant le talon devant les orteils. Ses premiers pas sont instables et manquent de fluidité. Toutefois, à mesure qu’il avance, Raphaël réussit mieux à garder l’équilibre et à maîtriser sa posture.</p>\n<p>Simone constate que Raphaël accélère en gagnant de l’assurance. Mais en accélérant, il a davantage tendance à chanceler. Raphaël utilise assez bien ses bras pour garder l’équilibre, mais quand il commence à chanceler, il a tendance à agiter ses bras et ses jambes.</p>\n<p>Simone fait un X sous Compétence, près d’Émergence, parce que lorsque Raphaël prend son temps et va lentement, il exécute bien l’exercice et montre une technique assez bien développée.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646237054,1),('field:node:470',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:7795:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">Voici ce dont vous aurez besoin pour cet exercice :</p><ul><li>deux cônes placés à deux mètres l’un de l’autre (ou une ligne de deux mètres sur le plancher).</li></ul><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2><p class=\"MsoNormal\">«&nbsp;Je veux que tu marches à reculons d’un cône à l’autre en posant un pied derrière l’autre, les orteils directement derrière le talon. Marche à reculons aussi rapidement que tu le peux en gardant l’équilibre, d’ici à là-bas. Prêt? Commence à marcher à reculons maintenant.&nbsp;»</p><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\"><tbody style=\"border-top-style: none;\"><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant perd l’équilibre plusieurs fois.</li><li>L’enfant ne se sert pas de ses bras pour garder l’équilibre.</li><li>Les pieds ne sont pas bien placés ou sont placés différemment d’un pas à l’autre.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>Il y a des signes évidents d’un contrôle de l’équilibre.</li><li>Les pas sont hésitants.</li><li>Il manque de fluidité.</li><li>L’enfant a de sérieux problèmes d’équilibre en marchant.</li><li>L’enfant peut perdre l’équilibre une fois ou deux dans le parcours.</li></ul></td></tr><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant est capable de garder l’équilibre pendant tout le parcours.</li><li>L’enfant place bien ses pieds, mais il se peut qu’il le fasse lentement.</li><li>L’enfant éprouve de légers problèmes d’équilibre à certains moments.</li><li>Les membres supérieurs peuvent osciller.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><div class=\"WordSection1\"><ul><li>L’enfant recule habilement le long de la ligne dans un mouvement fluide et continu.</li><li>Des ajustements très mineurs peuvent être visibles au niveau des chevilles (pour l’équilibre).</li><li>Les membres supérieurs peuvent osciller légèrement.</li></ul></div></td></tr></tbody></table><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p class=\"MsoNormal\">Lorsque les enfants ont fini l’exercice de la marche vers l’avant, elle leur demande de marcher à reculons entre les cônes, en posant le pied des orteils au talon. Lorsque c’est le tour de Raphaël, il hésite encore au départ et éprouve des problèmes d’équilibre, mais cette fois il ne règle pas ces difficultés aussi rapidement que lorsqu’il marchait vers l’avant. Simone constate des faiblesses dans sa technique.</p><p class=\"MsoNormal\">Lorsque Raphaël marche à reculons, il perd souvent l’équilibre. Même lorsqu’il ralentit, il a de la difficulté à faire les pas sans chanceler. Ses gestes manquent de fluidité et, bien qu’il utilise ses bras pour rester en équilibre, le plus souvent il les agite dans les airs. Simone constate toutefois que Raphaël pose toujours ses pieds au bon endroit, même s’il perd l’équilibre rapidement ensuite.</p><p>Simone trouve intéressant que Raphaël ait une bonne technique et de l’équilibre lorsqu’il marche vers l’avant, mais moins lorsqu’il marche à reculons. Elle fait un X sous émergence, un peu plus près de l’étape initiale.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:7839:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">Voici ce dont vous aurez besoin pour cet exercice :</p>\n<ul>\n<li>deux cônes placés à deux mètres l’un de l’autre (ou une ligne de deux mètres sur le plancher).</li>\n</ul>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p class=\"MsoNormal\">« Je veux que tu marches à reculons d’un cône à l’autre en posant un pied derrière l’autre, les orteils directement derrière le talon. Marche à reculons aussi rapidement que tu le peux en gardant l’équilibre, d’ici à là-bas. Prêt? Commence à marcher à reculons maintenant. »</p>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\">\n<tbody style=\"border-top-style: none;\">\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant perd l’équilibre plusieurs fois.</li>\n<li>L’enfant ne se sert pas de ses bras pour garder l’équilibre.</li>\n<li>Les pieds ne sont pas bien placés ou sont placés différemment d’un pas à l’autre.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>Il y a des signes évidents d’un contrôle de l’équilibre.</li>\n<li>Les pas sont hésitants.</li>\n<li>Il manque de fluidité.</li>\n<li>L’enfant a de sérieux problèmes d’équilibre en marchant.</li>\n<li>L’enfant peut perdre l’équilibre une fois ou deux dans le parcours.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant est capable de garder l’équilibre pendant tout le parcours.</li>\n<li>L’enfant place bien ses pieds, mais il se peut qu’il le fasse lentement.</li>\n<li>L’enfant éprouve de légers problèmes d’équilibre à certains moments.</li>\n<li>Les membres supérieurs peuvent osciller.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<div class=\"WordSection1\">\n<ul>\n<li>L’enfant recule habilement le long de la ligne dans un mouvement fluide et continu.</li>\n<li>Des ajustements très mineurs peuvent être visibles au niveau des chevilles (pour l’équilibre).</li>\n<li>Les membres supérieurs peuvent osciller légèrement.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p class=\"MsoNormal\">Lorsque les enfants ont fini l’exercice de la marche vers l’avant, elle leur demande de marcher à reculons entre les cônes, en posant le pied des orteils au talon. Lorsque c’est le tour de Raphaël, il hésite encore au départ et éprouve des problèmes d’équilibre, mais cette fois il ne règle pas ces difficultés aussi rapidement que lorsqu’il marchait vers l’avant. Simone constate des faiblesses dans sa technique.</p>\n<p class=\"MsoNormal\">Lorsque Raphaël marche à reculons, il perd souvent l’équilibre. Même lorsqu’il ralentit, il a de la difficulté à faire les pas sans chanceler. Ses gestes manquent de fluidité et, bien qu’il utilise ses bras pour rester en équilibre, le plus souvent il les agite dans les airs. Simone constate toutefois que Raphaël pose toujours ses pieds au bon endroit, même s’il perd l’équilibre rapidement ensuite.</p>\n<p>Simone trouve intéressant que Raphaël ait une bonne technique et de l’équilibre lorsqu’il marche vers l’avant, mais moins lorsqu’il marche à reculons. Elle fait un X sous émergence, un peu plus près de l’étape initiale.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646233662,1),('field:node:471',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:7620:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2><p class=\"MsoNormal\">Pour cet exercice, il faut seulement avoir de l’espace sur le plancher.</p><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2><p class=\"MsoNormal\">«&nbsp;Je veux que tu te laisses tomber et que tu te relèves immédiatement. Laisse-toi tomber et relève-toi du mieux que tu le peux. Prêt? Fais-le maintenant.&nbsp;»</p><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\"><tbody style=\"border-top-style: none;\"><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant s’assoit avec hésitation, en posant un membre à la fois.</li><li>L’enfant commence par s’agenouiller, puis pose ses membres sur le sol.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant descend un membre à la fois, sans que ce soit trop saccadé.</li><li>Il ne se laisse pas tomber au sol.</li></ul></td></tr><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant fait un genre de saut de grenouille, sans exercer de contrôle fluide.</li><li>L’enfant peut rester plus longtemps au sol, et la transition entre le moment où il tombe et celui où il se relève peut manquer de fluidité.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><div class=\"WordSection1\"><ul><li>L’enfant fait une chute contrôlée de manière à faire un arrêt momentané au sol.</li><li>L’enfant se remet debout avec fluidité et rapidité.</li></ul></div></td></tr></tbody></table><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p style=\"margin-top: 0cm;\">Denis est un instructeur de ski qui aime aider les jeunes inscrits à ses cours. Au début des cours, la plupart ne sont pas capables de se tenir debout sur leurs skis, et ils passent la plus grande partie du temps à glisser dans la pente de tout leur long. Denis est heureux de voir ces jeunes apprendre à contrôler leurs skis et leurs mouvements. Denis demande à ses élèves de faire un exercice, soit de se laisser tomber au sol et de se relever, en tant que réchauffement du point de vue de la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique, qu’il considère&nbsp;important pour le ski.</p><p style=\"margin-top: 0cm;\">Sarah est l’une des plus petites élèves du groupe de cette semaine, et Denis voit qu’elle est timide. C’est probablement la première fois qu’elle chausse des skis, et elle n’est peut-être pas habituée à utiliser des habiletés comme celles qui doivent servir maintenant. Denis l’observe pendant qu’elle se laisse tomber en position assise en hésitant, un membre à la fois, avec des mouvements saccadés. La fois suivante, elle se laisse tomber sur les genoux et prend une pause dans cette posture avant de se relever lentement.</p><p class=\"MsoNormal\" style=\"margin-bottom: .0001pt;\">Denis espère qu’en s’habituant au milieu et au groupe, Sarah exécutera les mouvements&nbsp; un peu mieux au lieu d’avoir tant de retenue<em>. </em>Mais si le problème se situe au niveau du développement des habiletés, Denis veut qu’elle ait assez de temps et de conseils pour apprendre les mouvements adéquatement. Il fait un X sous Étape initiale.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:7638:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p class=\"MsoNormal\">Pour cet exercice, il faut seulement avoir de l’espace sur le plancher.</p>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p class=\"MsoNormal\">« Je veux que tu te laisses tomber et que tu te relèves immédiatement. Laisse-toi tomber et relève-toi du mieux que tu le peux. Prêt? Fais-le maintenant. »</p>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\">\n<tbody style=\"border-top-style: none;\">\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant s’assoit avec hésitation, en posant un membre à la fois.</li>\n<li>L’enfant commence par s’agenouiller, puis pose ses membres sur le sol.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant descend un membre à la fois, sans que ce soit trop saccadé.</li>\n<li>Il ne se laisse pas tomber au sol.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant fait un genre de saut de grenouille, sans exercer de contrôle fluide.</li>\n<li>L’enfant peut rester plus longtemps au sol, et la transition entre le moment où il tombe et celui où il se relève peut manquer de fluidité.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<div class=\"WordSection1\">\n<ul>\n<li>L’enfant fait une chute contrôlée de manière à faire un arrêt momentané au sol.</li>\n<li>L’enfant se remet debout avec fluidité et rapidité.</li>\n</ul>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p style=\"margin-top: 0cm;\">Denis est un instructeur de ski qui aime aider les jeunes inscrits à ses cours. Au début des cours, la plupart ne sont pas capables de se tenir debout sur leurs skis, et ils passent la plus grande partie du temps à glisser dans la pente de tout leur long. Denis est heureux de voir ces jeunes apprendre à contrôler leurs skis et leurs mouvements. Denis demande à ses élèves de faire un exercice, soit de se laisser tomber au sol et de se relever, en tant que réchauffement du point de vue de la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique, qu’il considère important pour le ski.</p>\n<p style=\"margin-top: 0cm;\">Sarah est l’une des plus petites élèves du groupe de cette semaine, et Denis voit qu’elle est timide. C’est probablement la première fois qu’elle chausse des skis, et elle n’est peut-être pas habituée à utiliser des habiletés comme celles qui doivent servir maintenant. Denis l’observe pendant qu’elle se laisse tomber en position assise en hésitant, un membre à la fois, avec des mouvements saccadés. La fois suivante, elle se laisse tomber sur les genoux et prend une pause dans cette posture avant de se relever lentement.</p>\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt;\">Denis espère qu’en s’habituant au milieu et au groupe, Sarah exécutera les mouvements  un peu mieux au lieu d’avoir tant de retenue<em>. </em>Mais si le problème se situe au niveau du développement des habiletés, Denis veut qu’elle ait assez de temps et de conseils pour apprendre les mouvements adéquatement. Il fait un X sous Étape initiale.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646225552,1),('field:node:472',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:7869:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">Voici ce dont vous aurez besoin pour cet exercice :</p><ul><li>de l’espace sur le plancher;</li><li>un ballon.</li></ul><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2><p class=\"MsoNormal\">«&nbsp;Je veux que tu lèves le ballon au-dessus de ta tête, puis que tu le descendes sur le plancher. Je veux que tu lèves et que tu descendes le ballon du mieux que tu peux. Prêt? Vas-y maintenant.&nbsp;»</p><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2><table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\"><tbody style=\"border-top-style: none;\"><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant a de la difficulté à atteindre l’objet.</li><li>L’enfant lève ou baisse l’objet maladroitement.</li><li>L’enfant échappe l’objet.</li><li>Il y a des mouvements de droite à gauche pendant le soulèvement, ou l’enfant tourne considérablement son corps.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence&nbsp;&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures&nbsp;</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul style=\"margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 0px; padding-left: 30px;\"><li>La transition entre le soulèvement et les segments inférieurs est décousue au lieu d’être fluide.</li><li>Le corps balance ou il y a de légères torsions.</li><li>Le prolongement de l’élan est très limité.</li></ul></td></tr><tr><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\"><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">&nbsp; &nbsp;&nbsp;Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant est capable de contrôler le ballon pendant qu’il le lève et le descend.</li><li>&nbsp;La transition entre le soulèvement et les segments inférieurs est légèrement saccadée.</li><li>Le corps vacille un peu.</li></ul></td></tr><tr><td style=\"border: 1px solid #999999;\"><p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p><p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">&nbsp; &nbsp; &nbsp;Qualité des mouvements démontrant une maîtrise globale</p></td><td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\"><ul><li>L’enfant prend l’objet de manière fluide et contrôlée, et il y a une légère pause au soulèvement.</li><li>La prise est solide et toutes les parties du corps sont synchronisées pour le soulèvement.</li><li>L’enfant peut lever l’objet en pliant les jambes ou en les gardant droites.</li><li>La descente est contrôlée et l’impact est faible au contact du sol.</li></ul></td></tr></tbody></table><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2><p class=\"MsoNormal\">Luc, un médecin, est l’entraîneur d’une équipe féminine de volleyball U12. Luc n’est pas un expert en volleyball, mais il a des connaissances sur la littératie physique. Il est convaincu qu’en aidant les joueuses à développer le plus possible leur&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique, elles deviendront performantes au volleyball.</p><p class=\"MsoNormal\">Il demande aux joueuses de prendre chacune un ballon et de se répartir dans le gymnase. En se basant sur l’outil PLAYhabiletés, Luc demande aux joueuses de lever le ballon au-dessus de leur tête et de le descendre ensuite au sol. Les joueuses commencent l’exercice. Luc remarque que Caroline l’exécute très bien.</p><p class=\"MsoNormal\">Elle lève et baisse le ballon avec assurance, en le tenant solidement. Elle contrôle le ballon tout au long de l’exercice. La transition entre le soulèvement et la descente est harmonieuse, et les mouvements sont fluides. Le corps est bien contrôlé; ni le tronc ni les membres ne vacillent pendant l’exercice. Luc n’a pas vu Caroline jouer au volleyball sur le terrain, mais il a l’impression qu’elle sera habile. Il fait un X sous Maîtrise.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:7899:\"<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Matériel</span></h2>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; font-family: \'Open Sans\', sans-serif;\">Voici ce dont vous aurez besoin pour cet exercice :</p>\n<ul>\n<li>de l’espace sur le plancher;</li>\n<li>un ballon.</li>\n</ul>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Instruction</span></h2>\n<p class=\"MsoNormal\">« Je veux que tu lèves le ballon au-dessus de ta tête, puis que tu le descendes sur le plancher. Je veux que tu lèves et que tu descendes le ballon du mieux que tu peux. Prêt? Vas-y maintenant. »</p>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif; text-align: center;\"><span style=\"color: #000000;\">Système de cotation</span></h2>\n<table style=\"margin-top: 1.5em; margin-bottom: 1.5em; width: 645px; border-color: #999999; color: #000000; font-family: \'Open Sans\', sans-serif; font-size: 13px; line-height: 19px;\" border=\"0\">\n<tbody style=\"border-top-style: none;\">\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">En développement</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\"><span style=\"font-size: medium;\">Étape initiale </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">Nombreuses lacunes majeures pendant l’exécution</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant a de la difficulté à atteindre l’objet.</li>\n<li>L’enfant lève ou baisse l’objet maladroitement.</li>\n<li>L’enfant échappe l’objet.</li>\n<li>Il y a des mouvements de droite à gauche pendant le soulèvement, ou l’enfant tourne considérablement son corps.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\"><span style=\"font-size: medium;\">Émergence  </span></p>\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; page-break-after: avoid; text-align: center;\">Capacité d’exécuter l’enchaînement de base de l’exercice, malgré certaines lacunes majeures </p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul style=\"margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 0px; padding-left: 30px;\">\n<li>La transition entre le soulèvement et les segments inférieurs est décousue au lieu d’être fluide.</li>\n<li>Le corps balance ou il y a de légères torsions.</li>\n<li>Le prolongement de l’élan est très limité.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999; text-align: center;\" colspan=\"2\" align=\"center\" valign=\"middle\">\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7;\"><span style=\"font-size: medium;\">Acquise</span></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Compétence</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\">    Niveau d’exécution de base, avec des erreurs d’enchaînement mineures</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant est capable de contrôler le ballon pendant qu’il le lève et le descend.</li>\n<li> La transition entre le soulèvement et les segments inférieurs est légèrement saccadée.</li>\n<li>Le corps vacille un peu.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #999999;\">\n<p class=\"MsoNormal\" style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.7; text-align: center;\"><span style=\"font-size: medium;\">Maîtrise</span></p>\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 19.5px; font-family: \'Open Sans\', sans-serif; font-size: 13px; text-align: center;\">     Qualité des mouvements démontrant une maîtrise globale</p>\n</td>\n<td style=\"border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-color: #999999;\">\n<ul>\n<li>L’enfant prend l’objet de manière fluide et contrôlée, et il y a une légère pause au soulèvement.</li>\n<li>La prise est solide et toutes les parties du corps sont synchronisées pour le soulèvement.</li>\n<li>L’enfant peut lever l’objet en pliant les jambes ou en les gardant droites.</li>\n<li>La descente est contrôlée et l’impact est faible au contact du sol.</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2 class=\"MsoNormal\" style=\"font-size: 18px; line-height: 27px; margin-top: 2em; margin-bottom: 2em; font-family: \'Open Sans\', sans-serif;\"><span style=\"color: #000000;\">Exemple d’évaluation</span></h2>\n<p class=\"MsoNormal\">Luc, un médecin, est l’entraîneur d’une équipe féminine de volleyball U12. Luc n’est pas un expert en volleyball, mais il a des connaissances sur la littératie physique. Il est convaincu qu’en aidant les joueuses à développer le plus possible leur <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique, elles deviendront performantes au volleyball.</p>\n<p class=\"MsoNormal\">Il demande aux joueuses de prendre chacune un ballon et de se répartir dans le gymnase. En se basant sur l’outil PLAYhabiletés, Luc demande aux joueuses de lever le ballon au-dessus de leur tête et de le descendre ensuite au sol. Les joueuses commencent l’exercice. Luc remarque que Caroline l’exécute très bien.</p>\n<p class=\"MsoNormal\">Elle lève et baisse le ballon avec assurance, en le tenant solidement. Elle contrôle le ballon tout au long de l’exercice. La transition entre le soulèvement et la descente est harmonieuse, et les mouvements sont fluides. Le corps est bien contrôlé; ni le tronc ni les membres ne vacillent pendant l’exercice. Luc n’a pas vu Caroline jouer au volleyball sur le terrain, mais il a l’impression qu’elle sera habile. Il fait un X sous Maîtrise.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646231624,1),('field:node:475',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4297:\"<h2><span style=\"color: #000000;\">Que sont les outils PLAY<em>jeunes</em>?</span></h2><p>Le formulaire PLAY<em>jeunes</em> permet à l’enfant de cerner sa perception concernant sa&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie&nbsp;</span>physique.</p><p>Le cahier de travail&nbsp;PLAY<em>jeunes</em>&nbsp;est divisé en quatre parties&nbsp;:</p><ol><li><a href=\"playjeune/environment\">Environnement</a></li><li><a href=\"playjeune/autoévaluation-de-la-littéracie-physique\">Autoévaluation du savoir-faire physique</a></li><li><a href=\"playjeune/classement-relative-des-habiletés\">Classement relative des habiletés</a></li><li><a href=\"playjeune/conditionnement-physique\">Condition physique</a></li></ol><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2>Qui peut utiliser le formulaire PLAY<em>jeunes</em>?</h2><p class=\"MsoNormal\">N’importe qui peut faire remplir le formulaire&nbsp;PLAY<em>jeunes</em>&nbsp;&nbsp;à un enfant ou un groupe d’enfants, qu’il s’agisse des parents, des entraîneurs, des professionnels de l’exercice, des physiothérapeutes, des thérapeutes du sport ou des professionnels des loisirs.</p><p class=\"MsoNormal\">Utilisés de pair avec les autres outils PLAY, les outils&nbsp;PLAY<em>jeunes</em>&nbsp;&nbsp;aident à fixer un point de référence pour l’évaluation de la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique actuel de l’enfant. Les parents,&nbsp;les professionnels et les autres personnes responsables peuvent se servir de ce point de référence pour fixer des objectifs pour l’enfant et suivre de près les progrès réalisés.</p><p class=\"MsoNormal\">Vous devriez, de concert avec les divers intervenants, établir des objectifs réalistes (selon les attentes de l’enfant) ainsi qu’une façon viable de les atteindre.</p><p class=\"MsoNormal\"><em>[Vous pouvez facilement utiliser les outils&nbsp;</em>PLAY<em>jeunes</em>&nbsp;<em>au sein d’un groupe d’enfants. Assurez‑vous qu’ils comprennent bien ce qui leur est demandé et qu’ils&nbsp;échangent le moins possible entre eux pendant qu’ils répondent aux questions.]</em></p><hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\"><h2><span style=\"color: #000000;\">Consignes</span></h2><ol><li><p>Demandez aux enfants de répondre aux questions au meilleur de leurs connaissances.</p></li><li><p>Attribuez des notes pour chacune de leurs réponses à l’aide de la fiche de cotation qui se trouve au dos du cahier de travail&nbsp;PLAY<em>jeunes</em>&nbsp;.</p></li><li><p>Agissez&nbsp;: Consultez la liste des appels à l’action du cahier de travail&nbsp;PLAY<em>jeunes</em>&nbsp;&nbsp;ou de notre site Web, à l’adresse physicalliteracy.ca/PLAY/Self (en anglais), et prenez les mesures qui s’imposent.</p></li></ol><p><strong>Important:</strong></p><ul><li>L’évaluation ne doit pas servir à comparer les enfants entre eux. Elle vise à faire le suivi de la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie&nbsp;</span>physique d’une personne.</li><li>Rassurez les enfants en leur disant qu’il n’y a pas de bonnes ni mauvaises réponses.</li><li>Dites-leur que s’ils ne savent pas, ils ne doivent pas répondre.</li><li>Les enfants doivent répondre aux questions de manière individuelle.</li><li>Aidez les enfants s’ils ne comprennent pas une question mais évitez de donner votre opinion pour ne pas les influencer dans leurs réponses.&nbsp;</li></ul><p>Pour en apprendre plus sur les autres outils PLAY, <a href=\"http://www.physicalliteracy.ca/fr/node/117%20\">consultez notre site</a>.<a href=\"http://www.physicalliteracy.ca/fr/node/117%20\" target=\"_blank\"><em style=\"line-height: 1.538em;\"><br></em></a></p><p><a href=\"http://www.litteratiephysique.ca/resources/playjeune\"><span style=\"font-size: medium;\">Télécharger <strong>PLAY<em>jeune</em></strong></span></a></p><p class=\"MsoListParagraphCxSpLast\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1;\">&nbsp;</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4234:\"<h2><span style=\"color: #000000;\">Que sont les outils PLAY<em>jeunes</em>?</span></h2>\n<p>Le formulaire PLAY<em>jeunes</em> permet à l’enfant de cerner sa perception concernant sa <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie </span>physique.</p>\n<p>Le cahier de travail PLAY<em>jeunes</em> est divisé en quatre parties :</p>\n<ol>\n<li><a href=\"playjeune/environment\">Environnement</a></li>\n<li><a href=\"playjeune/autoévaluation-de-la-littéracie-physique\">Autoévaluation du savoir-faire physique</a></li>\n<li><a href=\"playjeune/classement-relative-des-habiletés\">Classement relative des habiletés</a></li>\n<li><a href=\"playjeune/conditionnement-physique\">Condition physique</a></li>\n</ol>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2>Qui peut utiliser le formulaire PLAY<em>jeunes</em>?</h2>\n<p class=\"MsoNormal\">N’importe qui peut faire remplir le formulaire PLAY<em>jeunes</em>  à un enfant ou un groupe d’enfants, qu’il s’agisse des parents, des entraîneurs, des professionnels de l’exercice, des physiothérapeutes, des thérapeutes du sport ou des professionnels des loisirs.</p>\n<p class=\"MsoNormal\">Utilisés de pair avec les autres outils PLAY, les outils PLAY<em>jeunes</em>  aident à fixer un point de référence pour l’évaluation de la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique actuel de l’enfant. Les parents, les professionnels et les autres personnes responsables peuvent se servir de ce point de référence pour fixer des objectifs pour l’enfant et suivre de près les progrès réalisés.</p>\n<p class=\"MsoNormal\">Vous devriez, de concert avec les divers intervenants, établir des objectifs réalistes (selon les attentes de l’enfant) ainsi qu’une façon viable de les atteindre.</p>\n<p class=\"MsoNormal\"><em>[Vous pouvez facilement utiliser les outils </em>PLAY<em>jeunes</em> <em>au sein d’un groupe d’enfants. Assurez‑vous qu’ils comprennent bien ce qui leur est demandé et qu’ils échangent le moins possible entre eux pendant qu’ils répondent aux questions.]</em></p>\n<hr style=\"border: 1px solid #666666; margin-top: 1.5em; margin-bottom: 1.5em; font-family: \'Open Sans\', sans-serif; line-height: 19px; background-color: #ffffff;\" />\n<h2><span style=\"color: #000000;\">Consignes</span></h2>\n<ol>\n<li>\n<p>Demandez aux enfants de répondre aux questions au meilleur de leurs connaissances.</p>\n</li>\n<li>\n<p>Attribuez des notes pour chacune de leurs réponses à l’aide de la fiche de cotation qui se trouve au dos du cahier de travail PLAY<em>jeunes</em> .</p>\n</li>\n<li>\n<p>Agissez : Consultez la liste des appels à l’action du cahier de travail PLAY<em>jeunes</em>  ou de notre site Web, à l’adresse physicalliteracy.ca/PLAY/Self (en anglais), et prenez les mesures qui s’imposent.</p>\n</li>\n</ol>\n<p><strong>Important:</strong></p>\n<ul>\n<li>L’évaluation ne doit pas servir à comparer les enfants entre eux. Elle vise à faire le suivi de la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie </span>physique d’une personne.</li>\n<li>Rassurez les enfants en leur disant qu’il n’y a pas de bonnes ni mauvaises réponses.</li>\n<li>Dites-leur que s’ils ne savent pas, ils ne doivent pas répondre.</li>\n<li>Les enfants doivent répondre aux questions de manière individuelle.</li>\n<li>Aidez les enfants s’ils ne comprennent pas une question mais évitez de donner votre opinion pour ne pas les influencer dans leurs réponses. </li>\n</ul>\n<p>Pour en apprendre plus sur les autres outils PLAY, <a href=\"http://www.physicalliteracy.ca/fr/node/117%20\">consultez notre site</a>.<a href=\"http://www.physicalliteracy.ca/fr/node/117%20\" target=\"_blank\"><em style=\"line-height: 1.538em;\"><br /></em></a></p>\n<p><a href=\"http://www.litteratiephysique.ca/resources/playjeune\"><span style=\"font-size: medium;\">Télécharger <strong>PLAY<em>jeune</em></strong></span></a></p>\n<p class=\"MsoListParagraphCxSpLast\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1;\"> </p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646184214,1),('field:node:477',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1335:\"<p class=\"MsoNormal\">Que l’enfant soit plus actif au printemps, à l’été, à l’automne ou à l’hiver n’a pas d’importance; ce qui compte, c’est qu’il développe des compétences qui lui permettront d’être actif à l’année longue. Cette section du formulaire PLAY pour les jeunes aidera à évaluer le degré de confiance de l’enfant dans chacun des environnements (terre, eau, glace et neige).</p><p class=\"MsoNormal\">Pour que l’enfant ait un style de vie actif et s’adonne à de nombreuses activités, il doit être polyvalent et être en mesure de pratiquer des activités propres à toutes les saisons du Canada.</p><h2><span style=\"font-size: x-large; font-family: Calibri, sans-serif; color: #000000;\" lang=\"FR-CA\">Évaluation</span></h2><p class=\"MsoNormal\">Utilisez l’échelle qui suit pour coter chacune des réponses données par l’enfant dans la section Environnement.</p><p class=\"MsoNormal\">Jamais essayé = 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Plus ou moins bon = 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bon = 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Très bon = 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Excellent = 4</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1145:\"<p class=\"MsoNormal\">Que l’enfant soit plus actif au printemps, à l’été, à l’automne ou à l’hiver n’a pas d’importance; ce qui compte, c’est qu’il développe des compétences qui lui permettront d’être actif à l’année longue. Cette section du formulaire PLAY pour les jeunes aidera à évaluer le degré de confiance de l’enfant dans chacun des environnements (terre, eau, glace et neige).</p>\n<p class=\"MsoNormal\">Pour que l’enfant ait un style de vie actif et s’adonne à de nombreuses activités, il doit être polyvalent et être en mesure de pratiquer des activités propres à toutes les saisons du Canada.</p>\n<h2><span style=\"font-size: x-large; font-family: Calibri, sans-serif; color: #000000;\" lang=\"FR-CA\" xml:lang=\"FR-CA\">Évaluation</span></h2>\n<p class=\"MsoNormal\">Utilisez l’échelle qui suit pour coter chacune des réponses données par l’enfant dans la section Environnement.</p>\n<p class=\"MsoNormal\">Jamais essayé = 0             Plus ou moins bon = 1                    Bon = 2                 Très bon = 3       Excellent = 4</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646306287,1),('field:node:479',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2066:\"<p class=\"MsoNormal\">Nous croyons tous en l’importance de savoir lire, écrire et calculer. La&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique devrait être traité au même titre que ces compétences, puisqu’il est tout aussi intimement lié&nbsp;au bien-être de l’enfant. Il est intéressant de connaître l’opinion de l’enfant à ces égards. Vous pourriez être étonné...</p><h2 class=\"MsoNormal\"><span style=\"font-family: Calibri, sans-serif; font-size: x-large; font-weight: bold; line-height: 27px; color: #000000;\">Évaluation</span></h2><p class=\"MsoNormal\">Servez-vous de l’échelle qui suit&nbsp;:</p><p class=\"MsoNormal\">Tout à fait en désaccord = 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; En désaccord = 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; En accord = 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tout à fait en accord = 3</p><p class=\"MsoNormal\">Comparez les réponses de l’enfant pour chaque élément.</p><p class=\"MsoNormal\">L’élément ayant reçu la note la plus élevée indique qu’il s’agit de l’aspect le plus important pour l’enfant.</p><p class=\"MsoNormal\">Les parents jouent un rôle vital pour ce qui est de fournir des renseignements de base à l’enfant, notamment en ce qui a trait à l’importance et aux avantages de l’activité physique. Ils jouent aussi un rôle de modèle pour leurs enfants en adoptant eux-mêmes un mode de vie sain et actif. C’est pourquoi il est essentiel que les parents connaissent l’importance et les avantages de l’activité physique.</p><p class=\"MsoBodyText\"><a href=\"/la-littératie-physique-expliquée\">Rafraîchissez vos connaissances entourant l’importance et les avantages de l’activité physique.</a></p><p class=\"MsoBodyText\">[Note&nbsp;: Les notes accordées à la littératie et à l’arithmétique ne font pas partie de la note totale obtenue à la fin du formulaire PLAY pour les jeunes. Elles ne sont fournies qu’à des fins de comparaison.]</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1951:\"<p class=\"MsoNormal\">Nous croyons tous en l’importance de savoir lire, écrire et calculer. La <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique devrait être traité au même titre que ces compétences, puisqu’il est tout aussi intimement lié au bien-être de l’enfant. Il est intéressant de connaître l’opinion de l’enfant à ces égards. Vous pourriez être étonné...</p>\n<h2 class=\"MsoNormal\"><span style=\"font-family: Calibri, sans-serif; font-size: x-large; font-weight: bold; line-height: 27px; color: #000000;\">Évaluation</span></h2>\n<p class=\"MsoNormal\">Servez-vous de l’échelle qui suit :</p>\n<p class=\"MsoNormal\">Tout à fait en désaccord = 0         En désaccord = 1              En accord = 2      Tout à fait en accord = 3</p>\n<p class=\"MsoNormal\">Comparez les réponses de l’enfant pour chaque élément.</p>\n<p class=\"MsoNormal\">L’élément ayant reçu la note la plus élevée indique qu’il s’agit de l’aspect le plus important pour l’enfant.</p>\n<p class=\"MsoNormal\">Les parents jouent un rôle vital pour ce qui est de fournir des renseignements de base à l’enfant, notamment en ce qui a trait à l’importance et aux avantages de l’activité physique. Ils jouent aussi un rôle de modèle pour leurs enfants en adoptant eux-mêmes un mode de vie sain et actif. C’est pourquoi il est essentiel que les parents connaissent l’importance et les avantages de l’activité physique.</p>\n<p class=\"MsoBodyText\"><a href=\"/la-littératie-physique-expliquée\">Rafraîchissez vos connaissances entourant l’importance et les avantages de l’activité physique.</a></p>\n<p class=\"MsoBodyText\">[Note : Les notes accordées à la littératie et à l’arithmétique ne font pas partie de la note totale obtenue à la fin du formulaire PLAY pour les jeunes. Elles ne sont fournies qu’à des fins de comparaison.]</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646313093,1),('field:node:480',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2215:\"<p class=\"MsoNormal\"><span lang=\"FR-CA\">La note de l’autoévaluation de la&nbsp;<span lang=\"FR-CA\">littératie</span>&nbsp;physique servira à déterminer l’auto-efficacité de l’enfant et ses répercussions dans les activités physiques. L’auto-efficacité désigne la confiance&nbsp;d’une personne en sa capacité de réussir dans une situation donnée.</span></p><p class=\"MsoNormal\"><span lang=\"FR-CA\">En général, une personne aura tendance à éviter les situations pour lesquelles elle pense avoir un faible niveau d’auto-efficacité. L’autoévaluation de la&nbsp;</span><span lang=\"FR-CA\">littératie</span><span lang=\"FR-CA\">&nbsp;physique aidera aussi à déterminer les activités physiques pour lesquelles l’enfant estime avoir un faible niveau d’auto-efficacité. Les parents et les entraîneurs seront ainsi mieux outillés pour gérer la question.</span></p><h2><span style=\"font-family: Calibri, sans-serif; font-size: x-large; font-weight: bold; line-height: 27px; color: #000000;\">Évaluation</span></h2><p class=\"MsoNormal\"><span lang=\"FR-CA\">Utilisez l’échelle suivante pour toutes les questions, à l’exception de la question&nbsp;13.</span></p><p class=\"MsoNormal\"><span lang=\"FR-CA\">Pas du tout vrai = 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rarement vrai = 1 Vrai = 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tout à fait vrai = 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></p><p class=\"MsoNormal\"><span lang=\"FR-CA\">Utilisez l’échelle suivante pour la question&nbsp;7&nbsp;:</span></p><p><span lang=\"FR-CA\">Pas du tout vrai = 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rarement vrai = 2 Vrai = 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tout à fait vrai = 0</span></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1883:\"<p class=\"MsoNormal\"><span lang=\"FR-CA\" xml:lang=\"FR-CA\">La note de l’autoévaluation de la <span lang=\"FR-CA\" xml:lang=\"FR-CA\">littératie</span> physique servira à déterminer l’auto-efficacité de l’enfant et ses répercussions dans les activités physiques. L’auto-efficacité désigne la confiance d’une personne en sa capacité de réussir dans une situation donnée.</span></p>\n<p class=\"MsoNormal\"><span lang=\"FR-CA\" xml:lang=\"FR-CA\">En général, une personne aura tendance à éviter les situations pour lesquelles elle pense avoir un faible niveau d’auto-efficacité. L’autoévaluation de la </span><span lang=\"FR-CA\" xml:lang=\"FR-CA\">littératie</span><span lang=\"FR-CA\" xml:lang=\"FR-CA\"> physique aidera aussi à déterminer les activités physiques pour lesquelles l’enfant estime avoir un faible niveau d’auto-efficacité. Les parents et les entraîneurs seront ainsi mieux outillés pour gérer la question.</span></p>\n<h2><span style=\"font-family: Calibri, sans-serif; font-size: x-large; font-weight: bold; line-height: 27px; color: #000000;\">Évaluation</span></h2>\n<p class=\"MsoNormal\"><span lang=\"FR-CA\" xml:lang=\"FR-CA\">Utilisez l’échelle suivante pour toutes les questions, à l’exception de la question 13.</span></p>\n<p class=\"MsoNormal\"><span lang=\"FR-CA\" xml:lang=\"FR-CA\">Pas du tout vrai = 0                          Rarement vrai = 1 Vrai = 2                            Tout à fait vrai = 3            </span></p>\n<p class=\"MsoNormal\"><span lang=\"FR-CA\" xml:lang=\"FR-CA\">Utilisez l’échelle suivante pour la question 7 :</span></p>\n<p><span lang=\"FR-CA\" xml:lang=\"FR-CA\">Pas du tout vrai = 3                          Rarement vrai = 2 Vrai = 1                            Tout à fait vrai = 0</span></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646314205,1),('field:node:487',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:3488:\"<h2><span style=\"line-height: 1.538em;\"><a href=\"#Step1\"><span style=\"line-height: 1.538em;\">Step 1: Learn the Basics</span></a></span></h2><h2><span style=\"line-height: 1.538em;\"><a href=\"#Step2\"><span style=\"line-height: 1.538em;\">Step 2: How Does This Site Work?</span></a></span></h2><h2><span style=\"line-height: 1.538em;\"><a href=\"#Step3\"><span style=\"line-height: 1.538em;\">Step 3: Decide How You Will Benefit&nbsp;</span></a></span></h2><p>&nbsp;</p><hr><p>&nbsp;</p><p><a style=\"font-size: 16px; font-weight: bold; background-color: #ffffff;\" name=\"Step1\"></a></p><p><strong><span style=\"line-height: 1.538em;\">Step 1: Learn the Basics</span></strong></p><p><br>Before jumping head-first into the PLAY tools, you’ll need to know the basics. Do you understand each item in the following list?</p><ul><li><p><a href=\"/what-play\">What is PLAY?</a></p></li><li><p><a href=\"/physical-literacy-explained\">What is Physical Literacy?</a></p></li><li><p><a href=\"/about-us\">What is Sport for Life?</a></p></li></ul><p><br>If you don’t feel comfortable answering these questions, click the item to learn a bit more.<br>Once you know the basics, we can start assessing physical literacy!</p><p>&nbsp;</p><p><a name=\"Step2\"></a><span style=\"line-height: 1.538em;\"><strong>Step 2: How Does This Site Work?</strong></span></p><p>This site has two main functions: providing information on all the PLAY tools and providing an online platform to use the tools electronically.</p><p><span style=\"line-height: 1.538em;\"><strong>Information about PLAY</strong></span></p><p><span style=\"line-height: 1.538em;\">To learn about the </span><strong style=\"line-height: 1.53em;\">PLAY tools</strong><span style=\"line-height: 1.538em;\">, visit the </span><a style=\"line-height: 1.53em;\" href=\"/play-tools\">Learn More</a><span style=\"line-height: 1.538em;\"> section on the Homepage.&nbsp;</span></p><p>From there you can navigate through each PLAY tool to learn about how they are put together, what purpose each tool serves, who can do each assessment, and how you can apply the tools in your setting. <br>We recommend that you familiarize yourself with all of the PLAY tools before proceeding.</p><p><span style=\"line-height: 1.538em;\"><strong>Elect</strong><strong style=\"line-height: 1.538em;\">ronic Too</strong><strong style=\"line-height: 1.538em;\">l</strong><strong style=\"line-height: 1.538em;\">s</strong></span></p><p><a href=\"/user/register\">Register with the PLAY website</a> to access the full online platform.</p><p>Keep in mind that registration is 100% FREE.&nbsp;</p><p>By registering with the PLAY site, you’ll gain access to a dashboard full of useful tools that allow you to track and improve physical literacy like never before.</p><p>&nbsp;</p><p><a name=\"Step3\"></a><strong><span style=\"line-height: 1.538em;\">Step 3: Decide How You Will Benefit</span></strong></p><p>Are you here to learn about the <strong>PLAY tools</strong>? <a href=\"/play-tools\">Visit the PLAY Tools page</a>. <br><br>Do you want to record and track physical literacy over a longer period of time? <a href=\"/user/register\">Register here and start assessing!</a></p><p>As a participant, use this <a href=\"/participant-step-step-guide-assessing-physical-literacy\">Step-by-Step Guide</a> to assessing physical literacy.</p><p><br>Does this site have what you are looking for?&nbsp; <a href=\"http://www.physicalliteracy.ca/contact\">Contact us</a> to let us know what’s missing or what you would like to see.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:3541:\"<h2><span style=\"line-height: 1.538em;\"><a href=\"#Step1\"><span style=\"line-height: 1.538em;\">Step 1: Learn the Basics</span></a></span></h2>\n<h2><span style=\"line-height: 1.538em;\"><a href=\"#Step2\"><span style=\"line-height: 1.538em;\">Step 2: How Does This Site Work?</span></a></span></h2>\n<h2><span style=\"line-height: 1.538em;\"><a href=\"#Step3\"><span style=\"line-height: 1.538em;\">Step 3: Decide How You Will Benefit </span></a></span></h2>\n<p> </p>\n<hr />\n<p> </p>\n<p><a style=\"font-size: 16px; font-weight: bold; background-color: #ffffff;\" name=\"Step1\" id=\"Step1\"></a></p>\n<p><strong><span style=\"line-height: 1.538em;\">Step 1: Learn the Basics</span></strong></p>\n<p><br />Before jumping head-first into the PLAY tools, you’ll need to know the basics. Do you understand each item in the following list?</p>\n<ul>\n<li>\n<p><a href=\"/what-play\">What is PLAY?</a></p>\n</li>\n<li>\n<p><a href=\"/physical-literacy-explained\">What is Physical Literacy?</a></p>\n</li>\n<li>\n<p><a href=\"/about-us\">What is Sport for Life?</a></p>\n</li>\n</ul>\n<p><br />If you don’t feel comfortable answering these questions, click the item to learn a bit more.<br />Once you know the basics, we can start assessing physical literacy!</p>\n<p> </p>\n<p><a name=\"Step2\" id=\"Step2\"></a><span style=\"line-height: 1.538em;\"><strong>Step 2: How Does This Site Work?</strong></span></p>\n<p>This site has two main functions: providing information on all the PLAY tools and providing an online platform to use the tools electronically.</p>\n<p><span style=\"line-height: 1.538em;\"><strong>Information about PLAY</strong></span></p>\n<p><span style=\"line-height: 1.538em;\">To learn about the </span><strong style=\"line-height: 1.53em;\">PLAY tools</strong><span style=\"line-height: 1.538em;\">, visit the </span><a style=\"line-height: 1.53em;\" href=\"/play-tools\">Learn More</a><span style=\"line-height: 1.538em;\"> section on the Homepage. </span></p>\n<p>From there you can navigate through each PLAY tool to learn about how they are put together, what purpose each tool serves, who can do each assessment, and how you can apply the tools in your setting. <br />We recommend that you familiarize yourself with all of the PLAY tools before proceeding.</p>\n<p><span style=\"line-height: 1.538em;\"><strong>Elect</strong><strong style=\"line-height: 1.538em;\">ronic Too</strong><strong style=\"line-height: 1.538em;\">l</strong><strong style=\"line-height: 1.538em;\">s</strong></span></p>\n<p><a href=\"/user/register\">Register with the PLAY website</a> to access the full online platform.</p>\n<p>Keep in mind that registration is 100% FREE. </p>\n<p>By registering with the PLAY site, you’ll gain access to a dashboard full of useful tools that allow you to track and improve physical literacy like never before.</p>\n<p> </p>\n<p><a name=\"Step3\" id=\"Step3\"></a><strong><span style=\"line-height: 1.538em;\">Step 3: Decide How You Will Benefit</span></strong></p>\n<p>Are you here to learn about the <strong>PLAY tools</strong>? <a href=\"/play-tools\">Visit the PLAY Tools page</a>. <br /><br />Do you want to record and track physical literacy over a longer period of time? <a href=\"/user/register\">Register here and start assessing!</a></p>\n<p>As a participant, use this <a href=\"/participant-step-step-guide-assessing-physical-literacy\">Step-by-Step Guide</a> to assessing physical literacy.</p>\n<p><br />Does this site have what you are looking for?  <a href=\"http://www.physicalliteracy.ca/contact\">Contact us</a> to let us know what’s missing or what you would like to see.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646281456,1),('field:node:488',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1431:\"<h2>Here you can fill out a PLAY<em>fun</em>, PLAY<em>basic</em>&nbsp;or PLAY<em>self</em>&nbsp;assessment.</h2><p><a href=\"/play-tools/playfun\"><strong>PLAY<em>fun</em></strong></a> assesses 18 fundamental skills and tasks, such as running, throwing, kicking and balance.</p><p><strong><a href=\"/play-tools/playbasic\">PLAY<em>basic</em></a>&nbsp;</strong>is a simplified version of PLAYfun that only assess 5 fundamental skills and tasks.</p><p><a href=\"/play-tools/playself\"><strong>PLAY<em>self</em></strong></a> &nbsp;is used by children and youth to assess their own level of physical literacy.</p><hr><p>&nbsp;</p><h3>Assessing physical literacy can be done in 3 steps:</h3><h2>Step 1. <a style=\"font-size: 1.385em; font-weight: bold; line-height: 1.538em;\" href=\"/user/register\">Register</a></h2><p>It\'s simple and free. <a href=\"/user/register\">Register </a>as a leader or as a participant.</p><p>&nbsp;</p><h2>Step 2. Create or Join a Group</h2><p>Groups allow leaders and participants to organize and manage their assessments of physical literacy.</p><p><img src=\"/sites/default/files/group.png\" alt=\"\" width=\"671\" height=\"238\"></p><h2>Step 3. Assess</h2><p>Once a participant has joined a leader\'s group, the leader can fill out that participant\'s PLAY<em>fun</em>, PLAY<em>basic</em> or PLAY<em>self</em> form.</p><p><img src=\"/sites/default/files/PLAYfun%20Web%20Form%20Filled.jpg\" alt=\"\" width=\"649\" height=\"347\"></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1429:\"<h2>Here you can fill out a PLAY<em>fun</em>, PLAY<em>basic</em> or PLAY<em>self</em> assessment.</h2>\n<p><a href=\"/play-tools/playfun\"><strong>PLAY<em>fun</em></strong></a> assesses 18 fundamental skills and tasks, such as running, throwing, kicking and balance.</p>\n<p><strong><a href=\"/play-tools/playbasic\">PLAY<em>basic</em></a> </strong>is a simplified version of PLAYfun that only assess 5 fundamental skills and tasks.</p>\n<p><a href=\"/play-tools/playself\"><strong>PLAY<em>self</em></strong></a>  is used by children and youth to assess their own level of physical literacy.</p>\n<hr />\n<p> </p>\n<h3>Assessing physical literacy can be done in 3 steps:</h3>\n<h2>Step 1. <a style=\"font-size: 1.385em; font-weight: bold; line-height: 1.538em;\" href=\"/user/register\">Register</a></h2>\n<p>It\'s simple and free. <a href=\"/user/register\">Register </a>as a leader or as a participant.</p>\n<p> </p>\n<h2>Step 2. Create or Join a Group</h2>\n<p>Groups allow leaders and participants to organize and manage their assessments of physical literacy.</p>\n<p><img src=\"/sites/default/files/group.png\" alt=\"\" width=\"671\" height=\"238\" /></p>\n<h2>Step 3. Assess</h2>\n<p>Once a participant has joined a leader\'s group, the leader can fill out that participant\'s PLAY<em>fun</em>, PLAY<em>basic</em> or PLAY<em>self</em> form.</p>\n<p><img src=\"/sites/default/files/PLAYfun%20Web%20Form%20Filled.jpg\" alt=\"\" width=\"649\" height=\"347\" /></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646162726,1),('field:node:489',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2551:\"<p>Registering with PLAY will give you access to a collection of materials including workbooks, forms, and score sheets which have been designed to assess physical literacy. By registering you will be able to track and record assessments over time, plus you’ll get the additional benefit of a “Check-in” option. This will allow you to easily monitor the progress of yourself or your participants through self-tabulating data comparison.&nbsp; <br /><br /><strong>There are two registration options to help you get the most out of PLAY:</strong></p><table style=\"border-color: #ffffff; border-width: 0px; border-style: solid; background-color: #ffffff;\" border=\"0\" frame=\"void\" rules=\"none\" align=\"center\"><tbody><tr><td style=\"border: 1px solid #ffffff;\"><h5 style=\"text-align: center;\">Register as a Leader</h5></td><td style=\"border: 1px solid #ffffff;\"><h5 style=\"text-align: center;\">Register as a Participant</h5></td></tr><tr><td style=\"border: 1px solid #ffffff;\"><p>Benefits of being a registered Leader:</p><ul><li><p>Able to record and track assessments</p></li><li><p>Able to do multiple assessments for one participant and compare their results</p></li><li><p>Receive calls-to-action and goal-setting tips after the assessment</p></li><li><p>Able to create and manage groups to record a large number of participants</p></li><li><p>Receive group scoresheets to help identify strengths and weaknesses in the group’s development</p></li></ul></td><td style=\"border: 1px solid #ffffff;\"><p>Benefits of being a registered Participant:</p><ul><li><p>Able to record and track your self-assessment</p></li><li><p>Able to do multiple assessments and compare your results from previous assessments</p></li><li><p>Receive calls-to-action and goal-setting tips after the assessment</p></li><li><p>View your scoresheet to see your strengths and weaknesses</p></li><li><p>Able to view archived assessments from multiple groups to see your improvement</p></li></ul></td></tr></tbody></table><p><br /><br />For more information, visit the links below</p><p><br /><a href=\"http://staging.physicalliteracy.ca/what-play/leaders\">Information for Leaders</a>&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; <a href=\"http://staging.physicalliteracy.ca/what-play/participants\">Information for Participants</a>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<a href=\"http://staging.physicalliteracy.ca/what-play/parents\"> Information for Parents</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2462:\"<p>Registering with PLAY will give you access to a collection of materials including workbooks, forms, and score sheets which have been designed to assess physical literacy. By registering you will be able to track and record assessments over time, plus you’ll get the additional benefit of a “Check-in” option. This will allow you to easily monitor the progress of yourself or your participants through self-tabulating data comparison.  </p>\n<p><strong>There are two registration options to help you get the most out of PLAY:</strong></p>\n<table style=\"border-color: #ffffff; border-width: 0px; border-style: solid; background-color: #ffffff;\" border=\"0\" frame=\"void\" rules=\"none\" align=\"center\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid #ffffff;\">\n<h5 style=\"text-align: center;\">Register as a Leader</h5>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<h5 style=\"text-align: center;\">Register as a Participant</h5>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #ffffff;\">\n<p>Benefits of being a registered Leader:</p>\n<ul>\n<li>\n<p>Able to record and track assessments</p>\n</li>\n<li>\n<p>Able to do multiple assessments for one participant and compare their results</p>\n</li>\n<li>\n<p>Receive calls-to-action and goal-setting tips after the assessment</p>\n</li>\n<li>\n<p>Able to create and manage groups to record a large number of participants</p>\n</li>\n<li>\n<p>Receive group scoresheets to help identify strengths and weaknesses in the group’s development</p>\n</li>\n</ul>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p>Benefits of being a registered Participant:</p>\n<ul>\n<li>\n<p>Able to record and track your self-assessment</p>\n</li>\n<li>\n<p>Able to do multiple assessments and compare your results from previous assessments</p>\n</li>\n<li>\n<p>Receive calls-to-action and goal-setting tips after the assessment</p>\n</li>\n<li>\n<p>View your scoresheet to see your strengths and weaknesses</p>\n</li>\n<li>\n<p>Able to view archived assessments from multiple groups to see your improvement</p>\n</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p>For more information, visit the links below</p>\n<p><a href=\"http://staging.physicalliteracy.ca/what-play/leaders\">Information for Leaders</a>                         <a href=\"http://staging.physicalliteracy.ca/what-play/participants\">Information for Participants</a>                        <a href=\"http://staging.physicalliteracy.ca/what-play/parents\"> Information for Parents</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646179703,1),('field:node:491',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:89166:\"<h2><span style=\"color: #000000;\" data-mce-mark=\"1\">What is PLAY<em>basic</em>?</span></h2><p class=\"none\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p class=\"none\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><p class=\"MsoNormal\">PLAY<em>basic</em> assesses key movement skills performed by the child. The tool itself is made up of five tasks that cover the child’s physical abilities. Each ability is graded on a four-point rubric with the following categories: Initial, Emerging, Competent and Proficient.</p><p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>basic</em> into four subsections:</p><ol><li>Locomotor</li><li>Throwing</li><li>Kicking</li><li>Balance</li></ol><hr><h2><span style=\"color: #000000;\" data-mce-mark=\"1\">Who can use PLAY<em>basic</em>?</span></h2><p class=\"MsoNormal\">Since PLAY<em>basic</em> involves the assessment of specific skills, the evaluator must have some education in movement and motion analysis. This could include NCCP-certified coaches, exercise professionals, physiotherapists or other sport practitioners. These individuals must have the knowledge to accurately assess the child’s technique, and must be able to identify gaps and weaknesses.</p><p class=\"MsoNormal\">For a parent: PLAY<em>basic</em> provides an assessment of your child’s skills and abilities. By having a trained professional assess your child using PLAY<em>basic</em>, you will gain insight into your child’s strengths, weaknesses and developmental age.</p><p class=\"MsoNormal\">As a coach, physiotherapist, athletic therapist, exercise professional or recreation professional: Use PLAY<em>basic</em> in conjunction the other PLAY tools to create a baseline assessment of the child’s current level of physical literacy. Use the baseline assessment to create goals and track improvement. You and the child should mutually establish realistic goals (where the child wants to be) and a manageable process to reach them.</p><hr><h2><span style=\"color: #000000;\" data-mce-mark=\"1\">Directions</span></h2><ol><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></ol><ol><li><p>Ask the child to perform each of the skills/tasks listed in the first column of the PLAYbasic Form.</p></li><li><p>Observe the child performing the skill and rate each skill based on the four categories provided (Initial, Emerging, Competent and Proficient).</p></li><li>Score the assessment using the PLAYbasic Score Sheet located at the bottom of the form.</li><li><p>Take Action: Review the list of calls-to-action in your PLAYbasic Workbook&nbsp;or on the&nbsp;<a href=\"/user/register\">registered side of our website</a>.</p></li><li><p>Remember to use the PLAYbasic tool along with the other PLAY tools to see all perspectives of the child’s level of physical literacy.</p></li></ol><hr><h2><span style=\"color: #000000;\" data-mce-mark=\"1\">Additional Information</span></h2><p>Confidence</p><p>On the right-hand side of the tool, you’ll see a column labelled “Confidence”. In this column, indicate whether the child had low confidence when performing each task.</p><p class=\"MsoNormal\">Important:</p><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves>false</w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\ntable.MsoTableGrid\r\n	{mso-style-name:\"Table Grid\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-priority:59;\r\n	mso-style-unhide:no;\r\n	border:solid windowtext 1.0pt;\r\n	mso-border-alt:solid windowtext .5pt;\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-border-insideh:.5pt solid windowtext;\r\n	mso-border-insidev:.5pt solid windowtext;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--><!--[if gte mso 9]><xml>\r\n <o:shapedefaults v:ext=\"edit\" spidmax=\"1028\"></o:shapedefaults>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <o:shapelayout v:ext=\"edit\">\r\n  <o:idmap v:ext=\"edit\" data=\"1\"></o:idmap>\r\n </o:shapelayout></xml><![endif]--></p><p class=\"MsoNormal\">Each question uses a 100mm scale so that the assessor may place a mark anywhere along the scale within each box. This allows the assessor to be more specific when defining the child’s ability for each task.</p><p class=\"MsoNormal\">Remember that the top score for proficient is the very best anyone could be at the skill, regardless of age.</p><p class=\"MsoNormal\">Example: This assessor has placed a black mark on the left-most side of the “Competent” box to identify that Child A has only just acquired the skill. This score is worth 51/100. An orange mark has been placed farther to the right side of the “Competent” box to indicate that Child B is more competent than Child A, who has just acquired the skill. This second score would be worth 63/100.</p><p class=\"MsoNormal\"><img style=\"margin: 5px;\" src=\"/sites/default/files/PLAYfun%20VAS.png\" alt=\"PLAYfun VAS example\" width=\"400\" height=\"124\"></p><p class=\"MsoNormal\"><span style=\"font-size: medium;\" data-mce-mark=\"1\"><a href=\"http://www.physicalliteracy.ca/resources/playbasic\">Download PLAY<em>basic</em>&nbsp;Resources</a></span></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:95341:\"<h2><span style=\"color: #000000;\" data-mce-mark=\"1\">What is PLAY<em>basic</em>?</span></h2>\n<p class=\"none\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p class=\"none\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<p class=\"MsoNormal\">PLAY<em>basic</em> assesses key movement skills performed by the child. The tool itself is made up of five tasks that cover the child’s physical abilities. Each ability is graded on a four-point rubric with the following categories: Initial, Emerging, Competent and Proficient.</p>\n<p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>basic</em> into four subsections:</p>\n<ol>\n<li>Locomotor</li>\n<li>Throwing</li>\n<li>Kicking</li>\n<li>Balance</li>\n</ol>\n<hr />\n<h2><span style=\"color: #000000;\" data-mce-mark=\"1\">Who can use PLAY<em>basic</em>?</span></h2>\n<p class=\"MsoNormal\">Since PLAY<em>basic</em> involves the assessment of specific skills, the evaluator must have some education in movement and motion analysis. This could include NCCP-certified coaches, exercise professionals, physiotherapists or other sport practitioners. These individuals must have the knowledge to accurately assess the child’s technique, and must be able to identify gaps and weaknesses.</p>\n<p class=\"MsoNormal\">For a parent: PLAY<em>basic</em> provides an assessment of your child’s skills and abilities. By having a trained professional assess your child using PLAY<em>basic</em>, you will gain insight into your child’s strengths, weaknesses and developmental age.</p>\n<p class=\"MsoNormal\">As a coach, physiotherapist, athletic therapist, exercise professional or recreation professional: Use PLAY<em>basic</em> in conjunction the other PLAY tools to create a baseline assessment of the child’s current level of physical literacy. Use the baseline assessment to create goals and track improvement. You and the child should mutually establish realistic goals (where the child wants to be) and a manageable process to reach them.</p>\n<hr />\n<h2><span style=\"color: #000000;\" data-mce-mark=\"1\">Directions</span></h2>\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></ol>\n<ol>\n<li>\n<p>Ask the child to perform each of the skills/tasks listed in the first column of the PLAYbasic Form.</p>\n</li>\n<li>\n<p>Observe the child performing the skill and rate each skill based on the four categories provided (Initial, Emerging, Competent and Proficient).</p>\n</li>\n<li>Score the assessment using the PLAYbasic Score Sheet located at the bottom of the form.</li>\n<li>\n<p>Take Action: Review the list of calls-to-action in your PLAYbasic Workbook or on the <a href=\"/user/register\">registered side of our website</a>.</p>\n</li>\n<li>\n<p>Remember to use the PLAYbasic tool along with the other PLAY tools to see all perspectives of the child’s level of physical literacy.</p>\n</li>\n</ol>\n<hr />\n<h2><span style=\"color: #000000;\" data-mce-mark=\"1\">Additional Information</span></h2>\n<p>Confidence</p>\n<p>On the right-hand side of the tool, you’ll see a column labelled “Confidence”. In this column, indicate whether the child had low confidence when performing each task.</p>\n<p class=\"MsoNormal\">Important:</p>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves>false</w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\ntable.MsoTableGrid\n	{mso-style-name:\"Table Grid\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-priority:59;\n	mso-style-unhide:no;\n	border:solid windowtext 1.0pt;\n	mso-border-alt:solid windowtext .5pt;\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-border-insideh:.5pt solid windowtext;\n	mso-border-insidev:.5pt solid windowtext;\n	mso-para-margin:0cm;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <o:shapedefaults v:ext=\"edit\" spidmax=\"1028\"></o:shapedefaults><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <o:shapelayout v:ext=\"edit\"><br />\n  <o:idmap v:ext=\"edit\" data=\"1\"></o:idmap><br />\n </o:shapelayout></xml><![endif]-->\n<p class=\"MsoNormal\">Each question uses a 100mm scale so that the assessor may place a mark anywhere along the scale within each box. This allows the assessor to be more specific when defining the child’s ability for each task.</p>\n<p class=\"MsoNormal\">Remember that the top score for proficient is the very best anyone could be at the skill, regardless of age.</p>\n<p class=\"MsoNormal\">Example: This assessor has placed a black mark on the left-most side of the “Competent” box to identify that Child A has only just acquired the skill. This score is worth 51/100. An orange mark has been placed farther to the right side of the “Competent” box to indicate that Child B is more competent than Child A, who has just acquired the skill. This second score would be worth 63/100.</p>\n<p class=\"MsoNormal\"><img style=\"margin: 5px;\" src=\"/sites/default/files/PLAYfun%20VAS.png\" alt=\"PLAYfun VAS example\" width=\"400\" height=\"124\" /></p>\n<p class=\"MsoNormal\"><span style=\"font-size: medium;\" data-mce-mark=\"1\"><a href=\"http://www.physicalliteracy.ca/resources/playbasic\">Download PLAY<em>basic</em> Resources</a></span></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646157262,1),('field:node:492',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:131027:\"<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\"><div class=\"field-items\"><div class=\"field-item even\"><h2><span style=\"color: #000000;\">What is PLAY<em>parent</em>?</span></h2><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><p class=\"MsoNormal\">PLAY<em>parent</em> is a form used by a parent to determine their perception of their child’s level of physical literacy. It includes questions about the child’s ability, confidence, participation and more.</p><p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>parent</em> into five subsections:</p><div style=\"padding-left: 30px;\">1. Physical Literacy VAS<br>2. Cognitive Domain<br>3. Environment</div><div style=\"padding-left: 30px;\">4. Motor Competence</div><div style=\"padding-left: 60px;\">a.&nbsp; Locomotor</div><div style=\"padding-left: 60px;\">b.&nbsp; Object Control</div><div style=\"padding-left: 30px;\">5. Fitness</div><div><hr></div><h2><span style=\"color: #000000;\">Who can use PLAY<em>parent</em>?</span></h2><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><p class=\"MsoNormal\">PLAY<em>parent</em> should be filled out by a parent of a child aged seven and up. This assessment provides one perspective of a child’s level of physical literacy, while the other PLAY tools provide perspectives from trained professionals and others. This information can help identify positive and negative factors that affect the child’s ability to live an active lifestyle.</p><p class=\"MsoNormal\">As a parent:Use PLAY<em>parent</em> in conjunction with the PLAY tools used by trained professionals to create a baseline assessment of your child’s current level of physical literacy. Parents, trained professionals and others can then use the baseline to create goals for each child and track improvement. You and your child should mutually establish realistic goals (where the child wants to be) and a manageable process to reach them.</p><p class=\"MsoNormal\">As a coach, physiotherapist, athletic therapist, exercise professional or recreation professional: Ask parents to fill out PLAY<em>parent</em> so you can gain extra insight into each child’s current level of physical literacy. Parents can often provide information about their child’s abilities outside of your activity.</p><hr><h2><span style=\"color: #000000;\">Directions</span></h2><ol style=\"mso-list: Ignore;\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--></ol><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><ol><li><p>Read through the PLAYparent Form and answer each question with the help of the PLAYparent Workbook</p></li><li><p>Score your form with the help of the PLAYparent Score Sheet located at the back of the workbook</p></li><li><p>Take action: review the list of calls-to-action in your PLAYparent Workbook&nbsp;or on the&nbsp;<a style=\"line-height: 1.53em;\" href=\"http://play.physicalliteracy.ca/user/register\">registered side of our website</a>.</p></li><li><p>Remember to use the PLAYparent tool along with the other PLAY tools to see all perspectives of your child’s level of physical literacy</p></li></ol><p class=\"MsoNormal\">Important:</p><ul><li><div class=\"MsoNormal\">Each question refers to your perception of the child</div></li><li><div>There are no right or wrong answers</div></li><li>There is no need for measuring – simply give your best estimate for each question</li><li>If you don’t know, don’t answer</li></ul><p><span style=\"font-size: medium;\"><a href=\"http://www.physicalliteracy.ca/resources/playparent\">Download PLAY<em>parent </em>Resources</a>&nbsp;<br></span></p></div></div></div>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:140393:\"<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\n<div class=\"field-items\">\n<div class=\"field-item even\">\n<h2><span style=\"color: #000000;\">What is PLAY<em>parent</em>?</span></h2>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<p class=\"MsoNormal\">PLAY<em>parent</em> is a form used by a parent to determine their perception of their child’s level of physical literacy. It includes questions about the child’s ability, confidence, participation and more.</p>\n<p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>parent</em> into five subsections:</p>\n<div style=\"padding-left: 30px;\">1. Physical Literacy VAS<br />2. Cognitive Domain<br />3. Environment</div>\n<div style=\"padding-left: 30px;\">4. Motor Competence</div>\n<div style=\"padding-left: 60px;\">a.  Locomotor</div>\n<div style=\"padding-left: 60px;\">b.  Object Control</div>\n<div style=\"padding-left: 30px;\">5. Fitness</div>\n<div>\n<hr /></div>\n<h2><span style=\"color: #000000;\">Who can use PLAY<em>parent</em>?</span></h2>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<p class=\"MsoNormal\">PLAY<em>parent</em> should be filled out by a parent of a child aged seven and up. This assessment provides one perspective of a child’s level of physical literacy, while the other PLAY tools provide perspectives from trained professionals and others. This information can help identify positive and negative factors that affect the child’s ability to live an active lifestyle.</p>\n<p class=\"MsoNormal\">As a parent:Use PLAY<em>parent</em> in conjunction with the PLAY tools used by trained professionals to create a baseline assessment of your child’s current level of physical literacy. Parents, trained professionals and others can then use the baseline to create goals for each child and track improvement. You and your child should mutually establish realistic goals (where the child wants to be) and a manageable process to reach them.</p>\n<p class=\"MsoNormal\">As a coach, physiotherapist, athletic therapist, exercise professional or recreation professional: Ask parents to fill out PLAY<em>parent</em> so you can gain extra insight into each child’s current level of physical literacy. Parents can often provide information about their child’s abilities outside of your activity.</p>\n<hr />\n<h2><span style=\"color: #000000;\">Directions</span></h2>\n<ol style=\"mso-list: Ignore;\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></ol>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<ol>\n<li>\n<p>Read through the PLAYparent Form and answer each question with the help of the PLAYparent Workbook</p>\n</li>\n<li>\n<p>Score your form with the help of the PLAYparent Score Sheet located at the back of the workbook</p>\n</li>\n<li>\n<p>Take action: review the list of calls-to-action in your PLAYparent Workbook or on the <a style=\"line-height: 1.53em;\" href=\"http://play.physicalliteracy.ca/user/register\">registered side of our website</a>.</p>\n</li>\n<li>\n<p>Remember to use the PLAYparent tool along with the other PLAY tools to see all perspectives of your child’s level of physical literacy</p>\n</li>\n</ol>\n<p class=\"MsoNormal\">Important:</p>\n<ul>\n<li>\n<div class=\"MsoNormal\">Each question refers to your perception of the child</div>\n</li>\n<li>\n<div>There are no right or wrong answers</div>\n</li>\n<li>There is no need for measuring – simply give your best estimate for each question</li>\n<li>If you don’t know, don’t answer</li>\n</ul>\n<p><span style=\"font-size: medium;\"><a href=\"http://www.physicalliteracy.ca/resources/playparent\">Download PLAY<em>parent </em>Resources</a> <br /></span></p>\n</div>\n</div>\n</div>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646157894,1);
INSERT INTO `cache_field` VALUES ('field:node:493',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:214174:\"<h2><span style=\"color: #000000;\">What is PLAY<em>coach</em>?</span></h2><p><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><p class=\"MsoNormal\">PLAY<em>coach</em> is used by coaches, physiotherapists, athletic therapists, exercise professionals and recreation professionals to determine their perception of a child’s level of physical literacy. It includes questions that cover the child’s ability, confidence, participation and more.&nbsp;</p><p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>coach</em> into five subsections:</p><div style=\"padding-left: 30px;\">1. Physical Literacy VAS<br>2. Cognitive Domain<br>3. Environment</div><div style=\"padding-left: 30px;\">4. Motor Competence</div><div style=\"padding-left: 60px;\">a.&nbsp; General Motor Competence</div><div style=\"padding-left: 60px;\">b.&nbsp; Balance</div><div style=\"padding-left: 60px;\">c.&nbsp; Object Control</div><div style=\"padding-left: 60px;\">d.&nbsp; Locomotor</div><div style=\"padding-left: 30px;\">5. Fitness</div><div><hr></div><h2><span style=\"color: #000000;\">Who can use PLAY<em>coach</em>?</span></h2><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p class=\"MsoNormal\" style=\"mso-bidi-font-weight: normal;\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><p class=\"MsoNormal\">PLAY<em>coach</em> should be used by a person with a very good understanding of human movement and with formal movement analysis training. This assessment provides one perspective of a child’s level of physical literacy, while the other PLAY tools each provide a different perspective.</p><p class=\"MsoNormal\">For a parent: Ask the coach of your child’s sport program to fill out PLAY<em>coach</em> if you’re looking for some extra insight into your child’s physical literacy. An NCCP-certified coach will typically be knowledgeable about how your child moves and reacts in different physical activity scenarios, as well as about the child’s current level of physical literacy. Make sure that the coach has spent enough time with your child to provide an adequate assessment – typically after about one month of exposure.&nbsp;&nbsp;</p><div class=\"MsoNormal\">As a coach, physiotherapist, athletic therapist, exercise professional or recreation professional<!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->: Once you have spent some time with the child (more than four weeks), use PLAY<em>coach</em> in conjunction with the other PLAY tools to create a baseline assessment of the child’s current level of physical literacy. Use the baseline to create goals and track improvement. You and the child should establish realistic goals (where the child wants to be) and a manageable process to reach them.</div><hr><h2><span style=\"color: #000000;\">Directions</span></h2><ol><ol><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><ol><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></ol></ol></ol><ol><li><p>Read through the PLAY<em>coach</em> Form and answer each question with the help of the PLAY<em>coach</em> Workbook</p></li><li><p>Score your form with the help of the PLAY<em>coach</em> Score Sheet located at the back of the workbook</p></li><li><p>Take Action: Review a list of calls-to-action in your PLAY<em>coach</em> Workbook&nbsp;or on the&nbsp;<a style=\"transition: color 0.2s linear; color: #0093d0; line-height: 1.53em; font-family: \'Open Sans\', sans-serif; -webkit-transition: color 0.2s linear;\" href=\"http://play.physicalliteracy.ca/user/register\">registered side of our website</a>.</p></li><li><p>Remember to use the PLAY<em>coach</em> tool along with the other PLAY tools to see all perspectives of your child’s level of physical literacy</p></li></ol><p class=\"MsoNormal\">Important:</p><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><ul><li><div class=\"MsoNormal\">The examples given in PLAYcoach come from many different scenarios and sports in order to provide some diversity. These examples are specific to each question, and do not represent a complete assessment. The tool must be filled out by one coach for one child (typically for one sport setting).</div></li><li><div class=\"MsoNormal\">Each question refers to your perception of the child</div></li><li><div>There are no right or wrong answers</div></li><li>There is no need for measuring – simply give your best estimate for each question</li><li>If you don’t know, don’t answer</li></ul><p><a href=\"http://www.physicalliteracy.ca/resources/playcoach\">Download PLAY<em>coach</em>&nbsp;Resources</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:229443:\"<h2><span style=\"color: #000000;\">What is PLAY<em>coach</em>?</span></h2>\n<p><!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p><!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<p class=\"MsoNormal\">PLAY<em>coach</em> is used by coaches, physiotherapists, athletic therapists, exercise professionals and recreation professionals to determine their perception of a child’s level of physical literacy. It includes questions that cover the child’s ability, confidence, participation and more. </p>\n<p class=\"MsoNormal\">To simplify things, we’ve broken down PLAY<em>coach</em> into five subsections:</p>\n<div style=\"padding-left: 30px;\">1. Physical Literacy VAS<br />2. Cognitive Domain<br />3. Environment</div>\n<div style=\"padding-left: 30px;\">4. Motor Competence</div>\n<div style=\"padding-left: 60px;\">a.  General Motor Competence</div>\n<div style=\"padding-left: 60px;\">b.  Balance</div>\n<div style=\"padding-left: 60px;\">c.  Object Control</div>\n<div style=\"padding-left: 60px;\">d.  Locomotor</div>\n<div style=\"padding-left: 30px;\">5. Fitness</div>\n<div>\n<hr /></div>\n<h2><span style=\"color: #000000;\">Who can use PLAY<em>coach</em>?</span></h2>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p class=\"MsoNormal\" style=\"mso-bidi-font-weight: normal;\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<p class=\"MsoNormal\">PLAY<em>coach</em> should be used by a person with a very good understanding of human movement and with formal movement analysis training. This assessment provides one perspective of a child’s level of physical literacy, while the other PLAY tools each provide a different perspective.</p>\n<p class=\"MsoNormal\">For a parent: Ask the coach of your child’s sport program to fill out PLAY<em>coach</em> if you’re looking for some extra insight into your child’s physical literacy. An NCCP-certified coach will typically be knowledgeable about how your child moves and reacts in different physical activity scenarios, as well as about the child’s current level of physical literacy. Make sure that the coach has spent enough time with your child to provide an adequate assessment – typically after about one month of exposure.  </p>\n<div class=\"MsoNormal\">As a coach, physiotherapist, athletic therapist, exercise professional or recreation professional\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->: Once you have spent some time with the child (more than four weeks), use PLAY<em>coach</em> in conjunction with the other PLAY tools to create a baseline assessment of the child’s current level of physical literacy. Use the baseline to create goals and track improvement. You and the child should establish realistic goals (where the child wants to be) and a manageable process to reach them.</div>\n<hr />\n<h2><span style=\"color: #000000;\">Directions</span></h2>\n<ol>\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]-->\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]--></ol>\n</ol>\n</ol>\n<ol>\n<li>\n<p>Read through the PLAY<em>coach</em> Form and answer each question with the help of the PLAY<em>coach</em> Workbook</p>\n</li>\n<li>\n<p>Score your form with the help of the PLAY<em>coach</em> Score Sheet located at the back of the workbook</p>\n</li>\n<li>\n<p>Take Action: Review a list of calls-to-action in your PLAY<em>coach</em> Workbook or on the <a style=\"transition: color 0.2s linear; color: #0093d0; line-height: 1.53em; font-family: \'Open Sans\', sans-serif; -webkit-transition: color 0.2s linear;\" href=\"http://play.physicalliteracy.ca/user/register\">registered side of our website</a>.</p>\n</li>\n<li>\n<p>Remember to use the PLAY<em>coach</em> tool along with the other PLAY tools to see all perspectives of your child’s level of physical literacy</p>\n</li>\n</ol>\n<p class=\"MsoNormal\">Important:</p>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<ul>\n<li>\n<div class=\"MsoNormal\">The examples given in PLAYcoach come from many different scenarios and sports in order to provide some diversity. These examples are specific to each question, and do not represent a complete assessment. The tool must be filled out by one coach for one child (typically for one sport setting).</div>\n</li>\n<li>\n<div class=\"MsoNormal\">Each question refers to your perception of the child</div>\n</li>\n<li>\n<div>There are no right or wrong answers</div>\n</li>\n<li>There is no need for measuring – simply give your best estimate for each question</li>\n<li>If you don’t know, don’t answer</li>\n</ul>\n<p><a href=\"http://www.physicalliteracy.ca/resources/playcoach\">Download PLAY<em>coach</em> Resources</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646157826,1),('field:node:494',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:551:\"<p>PLAY<em>inventory</em>&nbsp;helps you keep track of the leisure-time activites that a child has regularly participated in throughout the past year.&nbsp;</p><p>There is no workbook for PLAY<em>inventory</em>, but we recommend that everyone who is using the PLAY tools should also use the PLAY<em>inventory</em> as part of the assessment. It is a great way to get a snapshot of all activities that a child participates in.&nbsp;</p><p><a href=\"http://www.physicalliteracy.ca/resources/playinventory\">Download PLAY<em>inventory&nbsp;</em>Form</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:538:\"<p>PLAY<em>inventory</em> helps you keep track of the leisure-time activites that a child has regularly participated in throughout the past year. </p>\n<p>There is no workbook for PLAY<em>inventory</em>, but we recommend that everyone who is using the PLAY tools should also use the PLAY<em>inventory</em> as part of the assessment. It is a great way to get a snapshot of all activities that a child participates in. </p>\n<p><a href=\"http://www.physicalliteracy.ca/resources/playinventory\">Download PLAY<em>inventory </em>Form</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646170677,1),('field:node:495',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4819:\"<h2><a href=\"http://play.physicalliteracy.ca/fr/d%C3%A9marrer#Etape1\"><span data-mce-mark=\"1\">Étape 1 : Apprendre les notions de base</span></a></h2><h2><a href=\"http://play.physicalliteracy.ca/fr/d%C3%A9marrer#Etape2\"><span data-mce-mark=\"1\">Étape 2 : Comment ce site fonctionne-t-il?</span></a></h2><h2><a href=\"http://play.physicalliteracy.ca/fr/d%C3%A9marrer#Etape3\"><span>Étape 3 : Décidez comment vous en profiterez</span></a></h2><p style=\"font-size: 13px; font-weight: normal;\">&nbsp;</p><hr style=\"font-size: 13px; font-weight: normal;\"><h2><a name=\"Etape1\"></a>Étape 1 : Apprendre les notions de base</h2><p style=\"font-size: 13px; font-weight: normal;\">Avant de foncer tête la première dans les outils PLAY, vous devrez posséder les notions de base. Comprenez-vous chaque élément dans la liste de vérification ci-dessous?</p><ul style=\"font-size: 13px; font-weight: normal;\"><li><p><a href=\"que-sont-les-outils-play\">Qu’est-ce que PLAY?</a></p></li><li><p><a href=\"la-litteratie-physique-expliqué\">Qu’est-ce que la littératie physique?</a></p></li><li><p><a href=\"http://www.canadiansportforlife.ca/fr\">Qu’est-ce que Le sport c\'est pour la vie?</a></p></li></ul><p style=\"font-size: 13px; font-weight: normal;\">Si vous n’êtes pas certain(e), cliquez sur la question pour en apprendre davantage. Lorsque les notions de base ont été acquises, l’évaluation de la littératie physique peut commencer.</p><p style=\"font-size: 13px; font-weight: normal;\">&nbsp;</p><h2><a name=\"Etape2\"></a>Étape 2 : Comment ce site fonctionne-t-il?</h2><p style=\"font-size: 13px; font-weight: normal;\">Ce site possède deux fonctions principales : fournir des informations sur tous les outils PLAY et fournir une plateforme en ligne afin d’utiliser les outils par voie électronique.</p><p style=\"font-size: 13px; font-weight: normal;\"><strong>Informations sur PLAY</strong></p><p style=\"font-size: 13px; font-weight: normal;\">Pour en apprendre davantage sur les outils PLAY, visitez la section <a href=\"/outils-play\">en savoir plus</a> à la page d’accueil.</p><p style=\"font-size: 13px; font-weight: normal;\">À partir de là, vous pourrez naviguer à travers chaque outil PLAY pour apprendre comment ils ont été organisés, à quoi ils servent, à qui s’adressent les évaluations et comment mettre les outils dans votre application.</p><p style=\"font-size: 13px; font-weight: normal;\">Nous vous recommandons de vous familiariser avec tous les outils PLAY avant de procéder.</p><p style=\"font-size: 13px; font-weight: normal;\"><strong>Outils électroniques</strong></p><p style=\"font-size: 13px; font-weight: normal;\"><strong>Il y a deux façons d’accéder aux outils électroniques :</strong></p><p style=\"font-size: 13px; font-weight: normal;\"><strong style=\"line-height: 1.538em;\">#1:</strong>&nbsp;Suivez le lien « <a href=\"faire-un-essai\">Faire un essai</a>! » à la page d’accueil.</p><p style=\"font-size: 13px; font-weight: normal;\">Cette section, accessible à tous, vous permet de remplir une évaluation unique de PLAYfun ou PLAYself par voie électronique.</p><p style=\"font-size: 13px; font-weight: normal;\"><strong>#2:</strong>&nbsp;<a href=\"user/register\">Inscrivez-vous</a>&nbsp;sur le site Web pour accéder à l’intégralité de la plateforme en ligne.</p><p style=\"font-size: 13px; font-weight: normal;\">Gardez à l’esprit que l’inscription est 100 % GRATUITE — vous n’avez même pas besoin de vous inscrire pour des promotions additionnelles!</p><p style=\"font-size: 13px; font-weight: normal;\">En vous inscrivant au site PLAY, vous aurez accès au tableau de bord et à plein d’outils utiles qui vous permettront de suivre et d’améliorer la littératie physique comme jamais auparavant.&nbsp;</p><p style=\"font-size: 13px; font-weight: normal;\">Toujours pas convaincu? Apprenez-en plus sur les raisons pour lesquelles vous devriez vous inscrire.</p><p style=\"font-size: 13px; font-weight: normal;\">&nbsp;</p><h2><a name=\"Etape3\"></a>Étape 3 : Décidez comment vous en profiterez</h2><h2 style=\"font-size: 13px; font-weight: normal;\">Êtes-vous ici pour découvrir les outils PLAY? Visitez la page&nbsp;<a href=\"outils-play\">Outils PLAY</a>.&nbsp;</h2><p>Avez-vous seulement besoin d’une évaluation unique? Utilisez la page <a href=\"faire-un-essai\">faire un essai</a>!</p><p style=\"font-size: 13px; font-weight: normal;\">Voulez-vous faire un suivi de la littératie physique pendant une période prolongée? <a href=\"user/register\">Inscrivez-vous ici</a> et commencez l’évaluation!</p><p style=\"font-size: 13px; font-weight: normal;\">Ce site correspond-il à ce que vous recherchez?&nbsp;<a href=\"http://www.litteratiephysique.ca/contactez-nous\">Contactez-nous</a>&nbsp;pour nous informer de ce qui manque ou ce que vous souhaiteriez voir.</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4853:\"<h2><a href=\"http://play.physicalliteracy.ca/fr/d%C3%A9marrer#Etape1\"><span data-mce-mark=\"1\">Étape 1 : Apprendre les notions de base</span></a></h2>\n<h2><a href=\"http://play.physicalliteracy.ca/fr/d%C3%A9marrer#Etape2\"><span data-mce-mark=\"1\">Étape 2 : Comment ce site fonctionne-t-il?</span></a></h2>\n<h2><a href=\"http://play.physicalliteracy.ca/fr/d%C3%A9marrer#Etape3\"><span>Étape 3 : Décidez comment vous en profiterez</span></a></h2>\n<p style=\"font-size: 13px; font-weight: normal;\"> </p>\n<hr style=\"font-size: 13px; font-weight: normal;\" />\n<h2><a name=\"Etape1\" id=\"Etape1\"></a>Étape 1 : Apprendre les notions de base</h2>\n<p style=\"font-size: 13px; font-weight: normal;\">Avant de foncer tête la première dans les outils PLAY, vous devrez posséder les notions de base. Comprenez-vous chaque élément dans la liste de vérification ci-dessous?</p>\n<ul style=\"font-size: 13px; font-weight: normal;\">\n<li>\n<p><a href=\"que-sont-les-outils-play\">Qu’est-ce que PLAY?</a></p>\n</li>\n<li>\n<p><a href=\"la-litteratie-physique-expliqué\">Qu’est-ce que la littératie physique?</a></p>\n</li>\n<li>\n<p><a href=\"http://www.canadiansportforlife.ca/fr\">Qu’est-ce que Le sport c\'est pour la vie?</a></p>\n</li>\n</ul>\n<p style=\"font-size: 13px; font-weight: normal;\">Si vous n’êtes pas certain(e), cliquez sur la question pour en apprendre davantage. Lorsque les notions de base ont été acquises, l’évaluation de la littératie physique peut commencer.</p>\n<p style=\"font-size: 13px; font-weight: normal;\"> </p>\n<h2><a name=\"Etape2\" id=\"Etape2\"></a>Étape 2 : Comment ce site fonctionne-t-il?</h2>\n<p style=\"font-size: 13px; font-weight: normal;\">Ce site possède deux fonctions principales : fournir des informations sur tous les outils PLAY et fournir une plateforme en ligne afin d’utiliser les outils par voie électronique.</p>\n<p style=\"font-size: 13px; font-weight: normal;\"><strong>Informations sur PLAY</strong></p>\n<p style=\"font-size: 13px; font-weight: normal;\">Pour en apprendre davantage sur les outils PLAY, visitez la section <a href=\"/outils-play\">en savoir plus</a> à la page d’accueil.</p>\n<p style=\"font-size: 13px; font-weight: normal;\">À partir de là, vous pourrez naviguer à travers chaque outil PLAY pour apprendre comment ils ont été organisés, à quoi ils servent, à qui s’adressent les évaluations et comment mettre les outils dans votre application.</p>\n<p style=\"font-size: 13px; font-weight: normal;\">Nous vous recommandons de vous familiariser avec tous les outils PLAY avant de procéder.</p>\n<p style=\"font-size: 13px; font-weight: normal;\"><strong>Outils électroniques</strong></p>\n<p style=\"font-size: 13px; font-weight: normal;\"><strong>Il y a deux façons d’accéder aux outils électroniques :</strong></p>\n<p style=\"font-size: 13px; font-weight: normal;\"><strong style=\"line-height: 1.538em;\">#1:</strong> Suivez le lien « <a href=\"faire-un-essai\">Faire un essai</a>! » à la page d’accueil.</p>\n<p style=\"font-size: 13px; font-weight: normal;\">Cette section, accessible à tous, vous permet de remplir une évaluation unique de PLAYfun ou PLAYself par voie électronique.</p>\n<p style=\"font-size: 13px; font-weight: normal;\"><strong>#2:</strong> <a href=\"user/register\">Inscrivez-vous</a> sur le site Web pour accéder à l’intégralité de la plateforme en ligne.</p>\n<p style=\"font-size: 13px; font-weight: normal;\">Gardez à l’esprit que l’inscription est 100 % GRATUITE — vous n’avez même pas besoin de vous inscrire pour des promotions additionnelles!</p>\n<p style=\"font-size: 13px; font-weight: normal;\">En vous inscrivant au site PLAY, vous aurez accès au tableau de bord et à plein d’outils utiles qui vous permettront de suivre et d’améliorer la littératie physique comme jamais auparavant. </p>\n<p style=\"font-size: 13px; font-weight: normal;\">Toujours pas convaincu? Apprenez-en plus sur les raisons pour lesquelles vous devriez vous inscrire.</p>\n<p style=\"font-size: 13px; font-weight: normal;\"> </p>\n<h2><a name=\"Etape3\" id=\"Etape3\"></a>Étape 3 : Décidez comment vous en profiterez</h2>\n<h2 style=\"font-size: 13px; font-weight: normal;\">Êtes-vous ici pour découvrir les outils PLAY? Visitez la page <a href=\"outils-play\">Outils PLAY</a>. </h2>\n<p>Avez-vous seulement besoin d’une évaluation unique? Utilisez la page <a href=\"faire-un-essai\">faire un essai</a>!</p>\n<p style=\"font-size: 13px; font-weight: normal;\">Voulez-vous faire un suivi de la littératie physique pendant une période prolongée? <a href=\"user/register\">Inscrivez-vous ici</a> et commencez l’évaluation!</p>\n<p style=\"font-size: 13px; font-weight: normal;\">Ce site correspond-il à ce que vous recherchez? <a href=\"http://www.litteratiephysique.ca/contactez-nous\">Contactez-nous</a> pour nous informer de ce qui manque ou ce que vous souhaiteriez voir.</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646228804,1),('field:node:5',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:825:\"<p><a style=\"font-size: 1.385em; font-weight: bold; line-height: 1.538em;\" href=\"http://play.physicalliteracy.ca/play-video-resources\">Video Resources</a></p><p>Here you can find videos that explain Physical Literacy and the PLAY assessments.&nbsp;</p><p><a href=\"http://play.physicalliteracy.ca/play-video-resources\"><img src=\"/sites/default/files/youtube-play-button.png\" alt=\"\" width=\"47\" height=\"34\"></a></p><p>&nbsp;</p><hr><p>&nbsp;</p><h2>Partner Organizations</h2><p><a href=\"http://www.canadiansportforlife.ca\"><img src=\"/sites/default/files/Sport-for-Life-Logo_web_cropped.png\" alt=\"\" width=\"300\" height=\"59\"></a>&nbsp;</p><p><a href=\"http://www.activeforlife.com\"><img src=\"/sites/default/files/pictures/Capture%20d%E2%80%99e%CC%81cran%202018-09-10%20a%CC%80%2014.05.56.png\" alt=\"\" width=\"408\" height=\"82\"></a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:826:\"<p><a style=\"font-size: 1.385em; font-weight: bold; line-height: 1.538em;\" href=\"http://play.physicalliteracy.ca/play-video-resources\">Video Resources</a></p>\n<p>Here you can find videos that explain Physical Literacy and the PLAY assessments. </p>\n<p><a href=\"http://play.physicalliteracy.ca/play-video-resources\"><img src=\"/sites/default/files/youtube-play-button.png\" alt=\"\" width=\"47\" height=\"34\" /></a></p>\n<p> </p>\n<hr />\n<p> </p>\n<h2>Partner Organizations</h2>\n<p><a href=\"http://www.canadiansportforlife.ca\"><img src=\"/sites/default/files/Sport-for-Life-Logo_web_cropped.png\" alt=\"\" width=\"300\" height=\"59\" /></a> </p>\n<p><a href=\"http://www.activeforlife.com\"><img src=\"/sites/default/files/pictures/Capture%20d%E2%80%99e%CC%81cran%202018-09-10%20a%CC%80%2014.05.56.png\" alt=\"\" width=\"408\" height=\"82\" /></a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646171446,1),('field:node:505',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1452:\"<p><em>Other available tutorials for leaders</em>: <a href=\"/dashboard-tutorial\">Dashboard Tutorial</a>&nbsp;<em>and</em>&nbsp;<a href=\"/group-feature-tutorial\">Group Feature Tutorial</a>.</p><table border=\"0\"><tbody><tr><td style=\"border: 1px solid #ffffff;\"><p style=\"text-align: center;\"><span style=\"color: #0066ff; font-size: large;\"><strong><a href=\"/playfun-assessment-overview\"><span style=\"color: #0066ff;\">PLAYfun Assessment Overview</span></a></strong></span></p></td><td style=\"border: 1px solid #ffffff;\"><p style=\"text-align: center;\"><strong><span style=\"font-size: large; color: #0066ff;\"><a href=\"/playself-assessment-overview\"><span style=\"color: #0066ff;\">PLAYself Assessment Overview</span></a></span></strong></p></td></tr><tr><td style=\"border: 1px solid #ffffff;\"><a href=\"/playfun-assessment-overview\"><img style=\"display: block; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Cover.png\" alt=\"The image depicts the cover for the PLAYFun resource page with a young girl running\" width=\"435\" height=\"563\"></a></td><td style=\"border: 1px solid #ffffff;\"><a href=\"/playself-assessment-overview\"><img style=\"display: block; margin-left: NaNpx; margin-right: NaNpx; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYself%20Cover.png\" alt=\"The image depicts the cover for the PLAYSelf resource page with 3  girls flexing their biceps\" width=\"435\" height=\"563\"></a></td></tr></tbody></table>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1465:\"<p><em>Other available tutorials for leaders</em>: <a href=\"/dashboard-tutorial\">Dashboard Tutorial</a> <em>and</em> <a href=\"/group-feature-tutorial\">Group Feature Tutorial</a>.</p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid #ffffff;\">\n<p style=\"text-align: center;\"><span style=\"color: #0066ff; font-size: large;\"><strong><a href=\"/playfun-assessment-overview\"><span style=\"color: #0066ff;\">PLAYfun Assessment Overview</span></a></strong></span></p>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p style=\"text-align: center;\"><strong><span style=\"font-size: large; color: #0066ff;\"><a href=\"/playself-assessment-overview\"><span style=\"color: #0066ff;\">PLAYself Assessment Overview</span></a></span></strong></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #ffffff;\"><a href=\"/playfun-assessment-overview\"><img style=\"display: block; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYfun%20Cover.png\" alt=\"The image depicts the cover for the PLAYFun resource page with a young girl running\" width=\"435\" height=\"563\" /></a></td>\n<td style=\"border: 1px solid #ffffff;\"><a href=\"/playself-assessment-overview\"><img style=\"display: block; margin-left: NaNpx; margin-right: NaNpx; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/PLAYself%20Cover.png\" alt=\"The image depicts the cover for the PLAYSelf resource page with 3  girls flexing their biceps\" width=\"435\" height=\"563\" /></a></td>\n</tr>\n</tbody>\n</table>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646409053,1),('field:node:506',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1524:\"<p><em style=\"font-family: \'Lucida Grande\', \'Lucida Sans Unicode\', sans-serif; line-height: 1.538em;\">Autres tutoriels pour les animateurs&nbsp;</em><span lang=\"FR\" data-mce-mark=\"1\">:</span>&nbsp;<a href=\"tutoriel-pour-le-tableau-de-bord\">Tutoriel pour le tableau de bord</a>&nbsp;<em>et</em>&nbsp;<a style=\"color: #0093d0; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; font-family: \'Open Sans\', sans-serif; line-height: 22px;\" href=\"tutoriel-pour-les-fonctions-du-groupe\">Tutoriel pour les fonctions du groupe</a>.</p><table style=\"width: 912px;\" border=\"0\"><tbody><tr><td style=\"border: 1px solid #ffffff;\"><p style=\"text-align: center;\"><strong><a href=\"évaluation-playhabiletés\">Évaluation&nbsp;PLAYhabiletés</a></strong></p></td><td style=\"border: 1px solid #ffffff;\"><p style=\"text-align: center;\"><strong><a href=\"évaluation-playjeune\">Évaluation PLAYjeune</a></strong></p></td></tr><tr><td style=\"border: 1px solid #ffffff;\"><a href=\"évaluation-playhabiletés\"><img style=\"margin: 5px;\" src=\"/sites/default/files/PLAYfun_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYFun avec une jeune fille qui court\" width=\"435\" height=\"563\"></a></td><td style=\"border: 1px solid #ffffff;\"><a href=\"évaluation-playjeune\"><img style=\"margin: 5px;\" src=\"/sites/default/files/PLAYself_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYSelf avec trois filles qui exhibent leurs biceps\" width=\"435\" height=\"563\"></a></td></tr></tbody></table>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1539:\"<p><em style=\"font-family: \'Lucida Grande\', \'Lucida Sans Unicode\', sans-serif; line-height: 1.538em;\">Autres tutoriels pour les animateurs </em><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">:</span> <a href=\"tutoriel-pour-le-tableau-de-bord\">Tutoriel pour le tableau de bord</a> <em>et</em> <a style=\"color: #0093d0; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; font-family: \'Open Sans\', sans-serif; line-height: 22px;\" href=\"tutoriel-pour-les-fonctions-du-groupe\">Tutoriel pour les fonctions du groupe</a>.</p>\n<table style=\"width: 912px;\" border=\"0\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid #ffffff;\">\n<p style=\"text-align: center;\"><strong><a href=\"évaluation-playhabiletés\">Évaluation PLAYhabiletés</a></strong></p>\n</td>\n<td style=\"border: 1px solid #ffffff;\">\n<p style=\"text-align: center;\"><strong><a href=\"évaluation-playjeune\">Évaluation PLAYjeune</a></strong></p>\n</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #ffffff;\"><a href=\"évaluation-playhabiletés\"><img style=\"margin: 5px;\" src=\"/sites/default/files/PLAYfun_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYFun avec une jeune fille qui court\" width=\"435\" height=\"563\" /></a></td>\n<td style=\"border: 1px solid #ffffff;\"><a href=\"évaluation-playjeune\"><img style=\"margin: 5px;\" src=\"/sites/default/files/PLAYself_cover_FR.jpg\" alt=\"L\'image représente la couverture de la page ressource PLAYSelf avec trois filles qui exhibent leurs biceps\" width=\"435\" height=\"563\" /></a></td>\n</tr>\n</tbody>\n</table>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646401862,1),('field:node:512',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:4750:\"<h2><span style=\"color: #000000;\">En quoi consiste PLAY <em>de base</em>?</span></h2><p class=\"MsoNormal\">PLAY <em>de base</em> sert à évaluer des habiletés motrices importantes appliquées par l’enfant. L\'outil comprend cinq exercices portant sur les habiletés physiques de l\'enfant. Chaque habileté est cotée selon une échelle comprenant les quatre catégories suivantes : Étape initiale, Émergence, Compétence et Maîtrise.&nbsp;</p><p class=\"MsoNormal\">Par souci de simplicité, nous avons divisé PLAY <em>de base</em> en quatre parties&nbsp;:</p><ol><li>Locomotion</li><li>Botter</li><li>Lancer</li><li>Équilibre</li></ol><hr><h2><span style=\"color: #000000;\">Qui peut utiliser PLAY <em>de base</em>?</span></h2><p class=\"MsoNormal\">Puisque PLAY <em>de base</em> implique l\'évaluation d\'habiletés précises, les évaluateurs doivent avoir une certaine formation en analyse des mouvements et des déplacements. Il peut s\'agir notamment d\'entraîneurs certifiés selon le PNCE, de spécialistes de l\'exercice, de physiothérapeutes et d\'autres praticiens du domaine du sport. Ces personnes doivent avoir les connaissances requises pour évaluer avec précision la technique de l’enfant, et savoir repérer les faiblesses et les lacunes.</p><p class=\"MsoNormal\"><strong>À l\'intention des entraîneurs, des physiothérapeutes, des thérapeutes du sport, des spécialistes de l\'exercice et des récréologues : </strong>Utilisez PLAY <em>de base</em> avec les autres outils PLAY pour disposer d\'une évaluation du niveau actuel de la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique de l\'enfant, à titre de référence. Servez‑vous de cette évaluation pour fixer des buts et&nbsp;suivre les progrès. Vous devriez établir conjointement avec l’enfant des buts réalistes (que l’enfant souhaite atteindre) et un processus gérable pour les réaliser.</p><p class=\"MsoNormal\"><strong>À l\'intention des parents :</strong> PLAY<em> de base</em> sert à évaluer les habiletés et les capacités de votre enfant. Le fait qu\'un professionnel ayant la formation requise évalue votre enfant à l\'aide de PLAY <em>de base</em> vous permettra de mieux connaître les points forts, les points faibles et l’âge de développement de votre enfant.</p><hr><h2><span style=\"color: #000000;\">Consignes</span></h2><ol><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></ol><ol><li><p>Demandez à l’enfant de faire chaque exercice.</p></li><li><p>Observez l\'enfant pendant l’exercice et cotez son habileté d\'après les quatre catégories indiquées (Étape initiale, Émergence, Compétence et Maîtrise).</p></li><li><p><span style=\"line-height: 1.538em;\">Passez à l\'action : Consultez la liste des appels à l\'action dans votre cahier de travail PLAY de base et sur notre site Web (physicalliteracy.ca/PLAY/Basic).</span></p></li><li><p>Combinez l\'outil PLAY<em> de base</em> et les autres outils PLAY pour avoir de l’information sur le niveau de la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique de l\'enfant de tous les points de vue.</p></li></ol><hr><h2><span style=\"color: #000000;\">Renseignements additionnels</span></h2><p><strong>Confiance&nbsp;</strong></p><p class=\"MsoNormal\">Dans l\'outil, à droite, vous verrez une colonne intitulée « Confiance ». Indiquez dans cette colonne si la confiance de l’enfant est faible, moyenne ou élevée lorsqu’il exécute chaque exercice.</p><p class=\"MsoNormal\"><strong style=\"mso-bidi-font-weight: normal;\">Important</strong></p><p class=\"MsoNormal\">Le même système de cotation à quatre points est utilisé pour toutes les questions.</p><p class=\"MsoNormal\">Utilisez l’échelle suivante&nbsp;:</p><p class=\"MsoNormal\">Étape initiale = 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Émergence = 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compétence = 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maîtrise = 4</p><p class=\"MsoNormal\">Ce système de cotation simple vous permettra d’obtenir facilement une note finale après avoir utilisé l’outil PLAY de base.</p><p class=\"MsoNormal\"><span style=\"font-size: medium;\"><a href=\"http://litteratiephysique.ca/portfolio-view/playde-base/\">Télécharger PLAYde base</a></span></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4477:\"<h2><span style=\"color: #000000;\">En quoi consiste PLAY <em>de base</em>?</span></h2>\n<p class=\"MsoNormal\">PLAY <em>de base</em> sert à évaluer des habiletés motrices importantes appliquées par l’enfant. L\'outil comprend cinq exercices portant sur les habiletés physiques de l\'enfant. Chaque habileté est cotée selon une échelle comprenant les quatre catégories suivantes : Étape initiale, Émergence, Compétence et Maîtrise. </p>\n<p class=\"MsoNormal\">Par souci de simplicité, nous avons divisé PLAY <em>de base</em> en quatre parties :</p>\n<ol>\n<li>Locomotion</li>\n<li>Botter</li>\n<li>Lancer</li>\n<li>Équilibre</li>\n</ol>\n<hr />\n<h2><span style=\"color: #000000;\">Qui peut utiliser PLAY <em>de base</em>?</span></h2>\n<p class=\"MsoNormal\">Puisque PLAY <em>de base</em> implique l\'évaluation d\'habiletés précises, les évaluateurs doivent avoir une certaine formation en analyse des mouvements et des déplacements. Il peut s\'agir notamment d\'entraîneurs certifiés selon le PNCE, de spécialistes de l\'exercice, de physiothérapeutes et d\'autres praticiens du domaine du sport. Ces personnes doivent avoir les connaissances requises pour évaluer avec précision la technique de l’enfant, et savoir repérer les faiblesses et les lacunes.</p>\n<p class=\"MsoNormal\"><strong>À l\'intention des entraîneurs, des physiothérapeutes, des thérapeutes du sport, des spécialistes de l\'exercice et des récréologues : </strong>Utilisez PLAY <em>de base</em> avec les autres outils PLAY pour disposer d\'une évaluation du niveau actuel de la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique de l\'enfant, à titre de référence. Servez‑vous de cette évaluation pour fixer des buts et suivre les progrès. Vous devriez établir conjointement avec l’enfant des buts réalistes (que l’enfant souhaite atteindre) et un processus gérable pour les réaliser.</p>\n<p class=\"MsoNormal\"><strong>À l\'intention des parents :</strong> PLAY<em> de base</em> sert à évaluer les habiletés et les capacités de votre enfant. Le fait qu\'un professionnel ayant la formation requise évalue votre enfant à l\'aide de PLAY <em>de base</em> vous permettra de mieux connaître les points forts, les points faibles et l’âge de développement de votre enfant.</p>\n<hr />\n<h2><span style=\"color: #000000;\">Consignes</span></h2>\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></ol>\n<ol>\n<li>\n<p>Demandez à l’enfant de faire chaque exercice.</p>\n</li>\n<li>\n<p>Observez l\'enfant pendant l’exercice et cotez son habileté d\'après les quatre catégories indiquées (Étape initiale, Émergence, Compétence et Maîtrise).</p>\n</li>\n<li>\n<p><span style=\"line-height: 1.538em;\">Passez à l\'action : Consultez la liste des appels à l\'action dans votre cahier de travail PLAY de base et sur notre site Web (physicalliteracy.ca/PLAY/Basic).</span></p>\n</li>\n<li>\n<p>Combinez l\'outil PLAY<em> de base</em> et les autres outils PLAY pour avoir de l’information sur le niveau de la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique de l\'enfant de tous les points de vue.</p>\n</li>\n</ol>\n<hr />\n<h2><span style=\"color: #000000;\">Renseignements additionnels</span></h2>\n<p><strong>Confiance </strong></p>\n<p class=\"MsoNormal\">Dans l\'outil, à droite, vous verrez une colonne intitulée « Confiance ». Indiquez dans cette colonne si la confiance de l’enfant est faible, moyenne ou élevée lorsqu’il exécute chaque exercice.</p>\n<p class=\"MsoNormal\"><strong style=\"mso-bidi-font-weight: normal;\">Important</strong></p>\n<p class=\"MsoNormal\">Le même système de cotation à quatre points est utilisé pour toutes les questions.</p>\n<p class=\"MsoNormal\">Utilisez l’échelle suivante :</p>\n<p class=\"MsoNormal\">Étape initiale = 1                               Émergence = 2                  Compétence = 3                               Maîtrise = 4</p>\n<p class=\"MsoNormal\">Ce système de cotation simple vous permettra d’obtenir facilement une note finale après avoir utilisé l’outil PLAY de base.</p>\n<p class=\"MsoNormal\"><span style=\"font-size: medium;\"><a href=\"http://litteratiephysique.ca/portfolio-view/playde-base/\">Télécharger PLAYde base</a></span></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646211557,1),('field:node:513',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:131237:\"<h2><span style=\"color: #000000;\">Que sont les outils PLAY <em>pour les entraîneurs</em>?</span></h2><p><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><p class=\"MsoNormal\">L’outil PLAY <em>pour les entraîneurs</em> permet aux entraîneurs, aux physiothérapeutes, aux thérapeutes du sport, aux professionnels de l’exercice et aux professionnels des loisirs de consigner leurs observations à l’égard de la littératie physique d’un enfant. Cela comprend les questions liées à la capacité, à la confiance et à la participation des enfants, entres autres.&nbsp;</p><p class=\"MsoNormal\">Pour simplifier les choses, le cahier de travail PLAY <em>pour les entraîneurs</em> est divisé en cinq parties :</p><div style=\"padding-left: 30px;\">1.&nbsp;Échelle visuelle analogique de la littératie physique<br>2.&nbsp;Domaine cognitif<br>3.&nbsp;Environnement</div><div style=\"padding-left: 30px;\">4.&nbsp;Habiletés motrices</div><div style=\"padding-left: 60px;\">a. &nbsp;Habiletés motrices de base</div><div style=\"padding-left: 60px;\">b. &nbsp;Équilibre</div><div style=\"padding-left: 60px;\">c. &nbsp;Contrôle des objets</div><div style=\"padding-left: 60px;\">d. &nbsp;Locomotion</div><div style=\"padding-left: 30px;\">5.&nbsp;Condition physique</div><div><hr></div><h2><span style=\"color: #000000;\">Qui peut utiliser le formulaire PLAY<em> pour les entraîneurs</em>?</span></h2><div class=\"MsoNormal\"><p class=\"MsoNormal\">L’outil PLAY <em>pour les entraîneurs</em> doit être utilisé par une personne ayant une très bonne connaissance des mouvements du corps humain et une formation officielle en analyse des mouvements. Ce formulaire offre un aperçu du degré de la littératie physique de l’enfant, alors que les autres outils PLAY offrent un point de vue différent. Cette information peut être utile pour déterminer les facteurs positifs et négatifs qui influent sur la capacité d’une personne à adopter un mode de vie actif.</p><p class=\"MsoNormal\"><strong>En tant qu’entraîneur, professionnel de l’exercice, physiothérapeute ou thérapeute du sport&nbsp;:&nbsp;</strong>Après un certain temps (plus de quatre&nbsp;semaines) passé à observer l’enfant, utilisez l’outil PLAY<em> pour les entraîneurs</em> de pair avec les autres outils PLAY afin de mener une évaluation de base de son degré actuel de la littératie physique. Utilisez cette évaluation pour fixer des objectifs et suivre de près les progrès réalisés. Vous devriez, de concert avec l’enfant, établir des objectifs réalistes (selon les attentes de l’enfant) ainsi qu’une façon viable de les atteindre.</p><p class=\"MsoNormal\"><strong>Comme parent&nbsp;:</strong> Demandez à l’entraîneur du programme sportif de votre enfant de remplir le formulaire PLAY <em>pour les entraîneurs</em> si vous souhaitez en savoir plus sur la littératie physique de votre enfant. En général, les entraîneurs certifiés du PNCE sauront comment votre enfant bouge et réagit aux diverses situations impliquant des activités physiques, de même que son degré actuel de la littératie physique. Assurez-vous que l’entraîneur passe suffisamment de temps avec votre enfant pour l’évaluer adéquatement – généralement après un mois environ de contacts.</p></div><hr><h2><span style=\"color: #000000;\">Consignes</span></h2><ol><ol><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><ol><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></ol></ol></ol><ol><li><p>Lisez le formulaire PLAY <em>pour les entraîneurs</em>, puis répondez à toutes les questions à l’aide du cahier de travail applicable.</p></li><li><p>Utilisez les outils PLAY <em>pour les entraîneurs</em> de pair avec les autres outils PLAY pour obtenir une vue d’ensemble sur la littératie physique de l’enfant.</p></li><li><p>Attribuez des notes à l’aide de la fiche de cotation qui se trouve au dos du cahier de travail.</p></li><li><p>Agissez&nbsp;: Consultez la liste des appels à l’action du cahier de travail ou de notre site Web, à l’adresse physicalliteracy.ca/PLAY/Coach (en anglais), et prenez les mesures qui s’imposent.</p></li><li><p>Rappelez-vous d’utiliser les outils PLAY pour les entraîneurs de pair avec les autres outils PLAY pour avoir une vue d’ensemble de la littératie physique de l’enfant.</p></li></ol><p class=\"MsoNormal\"><strong style=\"mso-bidi-font-weight: normal;\">Important:</strong></p><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--></p><p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><ul><li>Les exemples donnés dans l’outil PLAY <em>pour les entraîneurs</em> sont tirés de diverses situations pouvant survenir dans différents sports, afin d’offrir une certaine diversité. Ces exemples sont directement liés à la question abordée, et ne constituent pas une évaluation complète de la situation. L’entraîneur devrait toujours utiliser un formulaire par enfant (généralement pour un seul contexte sportif).</li><li>Répondez à chaque question en fonction de votre perception à l’égard de l’enfant.</li><li>Il n’y a pas de bonne ni mauvaise réponse.</li><li>Vous n’avez pas à prendre de mesures : estimez tout simplement du mieux que vous le pouvez.</li><li>Si vous ne savez pas, ne répondez pas.</li></ul><p><span style=\"font-size: medium;\"><a href=\"http://litteratiephysique.ca/portfolio-view/playentraineur/\">Télécharger <strong>PLAY<em>entraîneur</em></strong></a></span></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:140385:\"<h2><span style=\"color: #000000;\">Que sont les outils PLAY <em>pour les entraîneurs</em>?</span></h2>\n<p><!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p><!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<p class=\"MsoNormal\">L’outil PLAY <em>pour les entraîneurs</em> permet aux entraîneurs, aux physiothérapeutes, aux thérapeutes du sport, aux professionnels de l’exercice et aux professionnels des loisirs de consigner leurs observations à l’égard de la littératie physique d’un enfant. Cela comprend les questions liées à la capacité, à la confiance et à la participation des enfants, entres autres. </p>\n<p class=\"MsoNormal\">Pour simplifier les choses, le cahier de travail PLAY <em>pour les entraîneurs</em> est divisé en cinq parties :</p>\n<div style=\"padding-left: 30px;\">1. Échelle visuelle analogique de la littératie physique<br />2. Domaine cognitif<br />3. Environnement</div>\n<div style=\"padding-left: 30px;\">4. Habiletés motrices</div>\n<div style=\"padding-left: 60px;\">a.  Habiletés motrices de base</div>\n<div style=\"padding-left: 60px;\">b.  Équilibre</div>\n<div style=\"padding-left: 60px;\">c.  Contrôle des objets</div>\n<div style=\"padding-left: 60px;\">d.  Locomotion</div>\n<div style=\"padding-left: 30px;\">5. Condition physique</div>\n<div>\n<hr /></div>\n<h2><span style=\"color: #000000;\">Qui peut utiliser le formulaire PLAY<em> pour les entraîneurs</em>?</span></h2>\n<div class=\"MsoNormal\">\n<p class=\"MsoNormal\">L’outil PLAY <em>pour les entraîneurs</em> doit être utilisé par une personne ayant une très bonne connaissance des mouvements du corps humain et une formation officielle en analyse des mouvements. Ce formulaire offre un aperçu du degré de la littératie physique de l’enfant, alors que les autres outils PLAY offrent un point de vue différent. Cette information peut être utile pour déterminer les facteurs positifs et négatifs qui influent sur la capacité d’une personne à adopter un mode de vie actif.</p>\n<p class=\"MsoNormal\"><strong>En tant qu’entraîneur, professionnel de l’exercice, physiothérapeute ou thérapeute du sport : </strong>Après un certain temps (plus de quatre semaines) passé à observer l’enfant, utilisez l’outil PLAY<em> pour les entraîneurs</em> de pair avec les autres outils PLAY afin de mener une évaluation de base de son degré actuel de la littératie physique. Utilisez cette évaluation pour fixer des objectifs et suivre de près les progrès réalisés. Vous devriez, de concert avec l’enfant, établir des objectifs réalistes (selon les attentes de l’enfant) ainsi qu’une façon viable de les atteindre.</p>\n<p class=\"MsoNormal\"><strong>Comme parent :</strong> Demandez à l’entraîneur du programme sportif de votre enfant de remplir le formulaire PLAY <em>pour les entraîneurs</em> si vous souhaitez en savoir plus sur la littératie physique de votre enfant. En général, les entraîneurs certifiés du PNCE sauront comment votre enfant bouge et réagit aux diverses situations impliquant des activités physiques, de même que son degré actuel de la littératie physique. Assurez-vous que l’entraîneur passe suffisamment de temps avec votre enfant pour l’évaluer adéquatement – généralement après un mois environ de contacts.</p>\n</div>\n<hr />\n<h2><span style=\"color: #000000;\">Consignes</span></h2>\n<ol>\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]-->\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]--></ol>\n</ol>\n</ol>\n<ol>\n<li>\n<p>Lisez le formulaire PLAY <em>pour les entraîneurs</em>, puis répondez à toutes les questions à l’aide du cahier de travail applicable.</p>\n</li>\n<li>\n<p>Utilisez les outils PLAY <em>pour les entraîneurs</em> de pair avec les autres outils PLAY pour obtenir une vue d’ensemble sur la littératie physique de l’enfant.</p>\n</li>\n<li>\n<p>Attribuez des notes à l’aide de la fiche de cotation qui se trouve au dos du cahier de travail.</p>\n</li>\n<li>\n<p>Agissez : Consultez la liste des appels à l’action du cahier de travail ou de notre site Web, à l’adresse physicalliteracy.ca/PLAY/Coach (en anglais), et prenez les mesures qui s’imposent.</p>\n</li>\n<li>\n<p>Rappelez-vous d’utiliser les outils PLAY pour les entraîneurs de pair avec les autres outils PLAY pour avoir une vue d’ensemble de la littératie physique de l’enfant.</p>\n</li>\n</ol>\n<p class=\"MsoNormal\"><strong style=\"mso-bidi-font-weight: normal;\">Important:</strong></p>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--></p>\n<p class=\"MsoNormal\">\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-US</w:LidThemeOther><br />\n  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<ul>\n<li>Les exemples donnés dans l’outil PLAY <em>pour les entraîneurs</em> sont tirés de diverses situations pouvant survenir dans différents sports, afin d’offrir une certaine diversité. Ces exemples sont directement liés à la question abordée, et ne constituent pas une évaluation complète de la situation. L’entraîneur devrait toujours utiliser un formulaire par enfant (généralement pour un seul contexte sportif).</li>\n<li>Répondez à chaque question en fonction de votre perception à l’égard de l’enfant.</li>\n<li>Il n’y a pas de bonne ni mauvaise réponse.</li>\n<li>Vous n’avez pas à prendre de mesures : estimez tout simplement du mieux que vous le pouvez.</li>\n<li>Si vous ne savez pas, ne répondez pas.</li>\n</ul>\n<p><span style=\"font-size: medium;\"><a href=\"http://litteratiephysique.ca/portfolio-view/playentraineur/\">Télécharger <strong>PLAY<em>entraîneur</em></strong></a></span></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646243367,1),('field:node:514',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:48487:\"<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\"><div class=\"field-items\"><div class=\"field-item even\"><h2>Qu\'est-ce que le formulaire PLAY<em>parents</em>?</h2><p class=\"MsoNormal\">Le formulaire PLAY<em>parents</em> permet à ces derniers de bien cerner leur perception de la&nbsp;<span style=\"line-height: 1.538em;\">littératie</span>&nbsp;physique de leur enfant. Il renferme des questions qui portent notamment sur les&nbsp;habiletés, la confiance et la participation de l\'enfant.</p><p class=\"MsoNormal\">Le cahier de travail&nbsp;<span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em>&nbsp;est divisé en cinq parties :</p><div style=\"padding-left: 30px;\">1.&nbsp;Échelle visuelle analogique (EVA) de la&nbsp;<span style=\"line-height: 1.538em;\">littératie&nbsp;</span><span style=\"line-height: 1.538em;\">physique</span></div><div style=\"padding-left: 30px;\">2.&nbsp;Domaine cognitif<br>3.&nbsp;Contexte&nbsp;</div><div style=\"padding-left: 30px;\">4.&nbsp;Habiletés motrices</div><div style=\"padding-left: 60px;\">a. &nbsp;Locomotion</div><div style=\"padding-left: 60px;\">b. &nbsp;Contrôle des objets</div><div style=\"padding-left: 30px;\">5.&nbsp;Condition physique</div><div><hr></div><h2>Qui peut utiliser le formulaire PLAY<em>parents</em>?</h2><p class=\"MsoNormal\">Le formulaire doit être rempli par le parent d\'un enfant âgé de sept&nbsp;ans ou plus. L\'évaluation au moyen du formulaire donne un aperçu de la&nbsp;<span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">littératie</span>&nbsp;physique de l\'enfant, alors que les&nbsp;autres outils PLAY reflètent le point du vue de professionnels du domaine.&nbsp;Cette information peut aider à cerner les facteurs qui ont une incidence favorable ou défavorable sur la capacité de l\'enfant à adopter un mode de vie actif.</p><p class=\"MsoNormal\"><strong>À l’intention des parents:&nbsp;</strong>Utilisez le formulaire&nbsp;<span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em>&nbsp;de pair avec les outils PLAY destinés aux professionnels pour faire l\'évaluation de la&nbsp;<span style=\"line-height: 1.538em;\">littératie&nbsp;</span>physique actuel de&nbsp;votre enfant, évaluation qui tiendra lieu ensuite de point de référence.&nbsp;Les parents, les professionnels et les autres personnes responsables peuvent se servir de ce point de référence pour fixer des objectifs pour l\'enfant et suivre de près les progrès réalisés.&nbsp;Vous devriez, de concert avec votre enfant, établir des objectifs réalistes (selon les attentes de votre enfant) et élaborer une façon de faire raisonnable pour les atteindre.</p><p class=\"MsoNormal\"><strong>À l\'intention des entraîneurs, des physiothérapeutes, des thérapeutes du sport, des professionnels de l\'exercice ou des professionnels du loisir&nbsp;:&nbsp;</strong>Demandez aux parents de remplir le formulaire&nbsp;<span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em>&nbsp;pour avoir un complément d\'information au sujet de la&nbsp;<span style=\"line-height: 1.538em;\">littératie</span>&nbsp;physique actuel de l\'enfant.&nbsp;Souvent, les&nbsp;parents donnent de l\'information sur les habiletés que possède leur enfant dans les autres aspects de leur vie.</p><hr><h2><span style=\"color: #000000;\">Consignes</span></h2><ol><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--></ol><p><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"371\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:\"Calibri\",\"sans-serif\";\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--></p><ol><li><p>Lisez le formulaire&nbsp;<span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em>, puis répondez à toutes les questions à l\'aide du cahier de travail applicable.</p></li><li><p>Attribuez des notes à l\'aide de la fiche de cotation qui se trouve au dos du cahier de travail.</p></li><li><p>Consultez la liste des appels à l\'action du cahier de travail ou de notre site Web, à l\'adresse physicalliteracy.ca/PLAY/Parent (en anglais), et prenez les mesures qui s\'imposent.</p></li><li><p>Utilisez les outils&nbsp;<span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em>&nbsp;de pair avec les autres outils PLAY pour obtenir une vue d\'ensemble sur la&nbsp;<span style=\"line-height: 1.538em;\">littératie</span>&nbsp;physique de votre enfant.</p></li></ol><p class=\"MsoNormal\"><strong style=\"mso-bidi-font-weight: normal;\">Important:</strong></p><ul><li>Répondez à chaque question en fonction de votre perception à l\'égard de votre enfant.</li><li>Il n’y a ni bonne ni mauvaise réponse.</li><li>Nul besoin de faire une évaluation poussée : estimez tout simplement du mieux que vous le pouvez.</li><li>Si vous ne savez pas, ne répondez pas.</li></ul><p><span style=\"font-size: medium;\"><a href=\"http://litteratiephysique.ca/portfolio-view/playparent/\">Télécharger <strong>PLAY<em>parent</em></strong></a></span></p></div></div></div>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:51599:\"<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\n<div class=\"field-items\">\n<div class=\"field-item even\">\n<h2>Qu\'est-ce que le formulaire PLAY<em>parents</em>?</h2>\n<p class=\"MsoNormal\">Le formulaire PLAY<em>parents</em> permet à ces derniers de bien cerner leur perception de la <span style=\"line-height: 1.538em;\">littératie</span> physique de leur enfant. Il renferme des questions qui portent notamment sur les habiletés, la confiance et la participation de l\'enfant.</p>\n<p class=\"MsoNormal\">Le cahier de travail <span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em> est divisé en cinq parties :</p>\n<div style=\"padding-left: 30px;\">1. Échelle visuelle analogique (EVA) de la <span style=\"line-height: 1.538em;\">littératie </span><span style=\"line-height: 1.538em;\">physique</span></div>\n<div style=\"padding-left: 30px;\">2. Domaine cognitif<br />3. Contexte </div>\n<div style=\"padding-left: 30px;\">4. Habiletés motrices</div>\n<div style=\"padding-left: 60px;\">a.  Locomotion</div>\n<div style=\"padding-left: 60px;\">b.  Contrôle des objets</div>\n<div style=\"padding-left: 30px;\">5. Condition physique</div>\n<div>\n<hr /></div>\n<h2>Qui peut utiliser le formulaire PLAY<em>parents</em>?</h2>\n<p class=\"MsoNormal\">Le formulaire doit être rempli par le parent d\'un enfant âgé de sept ans ou plus. L\'évaluation au moyen du formulaire donne un aperçu de la <span style=\"line-height: 1.538em;\" data-mce-mark=\"1\">littératie</span> physique de l\'enfant, alors que les autres outils PLAY reflètent le point du vue de professionnels du domaine. Cette information peut aider à cerner les facteurs qui ont une incidence favorable ou défavorable sur la capacité de l\'enfant à adopter un mode de vie actif.</p>\n<p class=\"MsoNormal\"><strong>À l’intention des parents: </strong>Utilisez le formulaire <span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em> de pair avec les outils PLAY destinés aux professionnels pour faire l\'évaluation de la <span style=\"line-height: 1.538em;\">littératie </span>physique actuel de votre enfant, évaluation qui tiendra lieu ensuite de point de référence. Les parents, les professionnels et les autres personnes responsables peuvent se servir de ce point de référence pour fixer des objectifs pour l\'enfant et suivre de près les progrès réalisés. Vous devriez, de concert avec votre enfant, établir des objectifs réalistes (selon les attentes de votre enfant) et élaborer une façon de faire raisonnable pour les atteindre.</p>\n<p class=\"MsoNormal\"><strong>À l\'intention des entraîneurs, des physiothérapeutes, des thérapeutes du sport, des professionnels de l\'exercice ou des professionnels du loisir : </strong>Demandez aux parents de remplir le formulaire <span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em> pour avoir un complément d\'information au sujet de la <span style=\"line-height: 1.538em;\">littératie</span> physique actuel de l\'enfant. Souvent, les parents donnent de l\'information sur les habiletés que possède leur enfant dans les autres aspects de leur vie.</p>\n<hr />\n<h2><span style=\"color: #000000;\">Consignes</span></h2>\n<ol>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></ol>\n<p><!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]--></p>\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"<br />\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"371\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footer\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"index heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of figures\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"envelope return\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"footnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"line number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"page number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"endnote text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"table of authorities\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"macro\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"toa heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Bullet 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Number 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Closing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"List Continue 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Message Header\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Salutation\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Date\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text First Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Note Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Body Text Indent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Block Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Hyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"FollowedHyperlink\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Document Map\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Plain Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"E-mail Signature\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Top of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Bottom of Form\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal (Web)\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Acronym\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Address\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Cite\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Code\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Definition\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Keyboard\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Preformatted\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Sample\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Typewriter\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"HTML Variable\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Normal Table\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"annotation subject\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"No List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Outline List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Simple 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Classic 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Colorful 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Columns 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Grid 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table List 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table 3D effects 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Contemporary\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Elegant\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Professional\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Subtle 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Web 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Balloon Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"<br />\n   Name=\"Table Theme\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"<br />\n   Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"<br />\n   Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"<br />\n   Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"<br />\n   Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"<br />\n   Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"<br />\n   Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"<br />\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"Grid Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"Grid Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"Grid Table 7 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"46\"<br />\n   Name=\"List Table 1 Light Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"51\"<br />\n   Name=\"List Table 6 Colorful Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"52\"<br />\n   Name=\"List Table 7 Colorful Accent 6\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\n table.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:10.0pt;\n	mso-para-margin-left:0cm;\n	line-height:115%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:\"Calibri\",\"sans-serif\";\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-fareast-language:EN-US;}\n</style><p><![endif]-->\n<ol>\n<li>\n<p>Lisez le formulaire <span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em>, puis répondez à toutes les questions à l\'aide du cahier de travail applicable.</p>\n</li>\n<li>\n<p>Attribuez des notes à l\'aide de la fiche de cotation qui se trouve au dos du cahier de travail.</p>\n</li>\n<li>\n<p>Consultez la liste des appels à l\'action du cahier de travail ou de notre site Web, à l\'adresse physicalliteracy.ca/PLAY/Parent (en anglais), et prenez les mesures qui s\'imposent.</p>\n</li>\n<li>\n<p>Utilisez les outils <span style=\"font-size: 12.727272033691406px;\">PLAY</span><em style=\"font-size: 12.727272033691406px;\">parents</em> de pair avec les autres outils PLAY pour obtenir une vue d\'ensemble sur la <span style=\"line-height: 1.538em;\">littératie</span> physique de votre enfant.</p>\n</li>\n</ol>\n<p class=\"MsoNormal\"><strong style=\"mso-bidi-font-weight: normal;\">Important:</strong></p>\n<ul>\n<li>Répondez à chaque question en fonction de votre perception à l\'égard de votre enfant.</li>\n<li>Il n’y a ni bonne ni mauvaise réponse.</li>\n<li>Nul besoin de faire une évaluation poussée : estimez tout simplement du mieux que vous le pouvez.</li>\n<li>Si vous ne savez pas, ne répondez pas.</li>\n</ul>\n<p><span style=\"font-size: medium;\"><a href=\"http://litteratiephysique.ca/portfolio-view/playparent/\">Télécharger <strong>PLAY<em>parent</em></strong></a></span></p>\n</div>\n</div>\n</div>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646386055,1),('field:node:515',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:401:\"<p class=\"MsoNormal\"><span lang=\"FR\">PLAY<em>registre</em> s\'agit d\'un formulaire servant à consigner les loisirs de l\'enfant et à en assurer le suivi tout au long de l\'année.</span><span lang=\"FR-CA\">&nbsp;&nbsp;</span></p><p><a href=\"http://www.litteratiephysique.ca/resources/playregistre\"><span style=\"font-size: medium;\">Télécharger&nbsp;<strong>PLAY<em>registre</em></strong></span></a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:422:\"<p class=\"MsoNormal\"><span lang=\"FR\" xml:lang=\"FR\">PLAY<em>registre</em> s\'agit d\'un formulaire servant à consigner les loisirs de l\'enfant et à en assurer le suivi tout au long de l\'année.</span><span lang=\"FR-CA\" xml:lang=\"FR-CA\">  </span></p>\n<p><a href=\"http://www.litteratiephysique.ca/resources/playregistre\"><span style=\"font-size: medium;\">Télécharger <strong>PLAY<em>registre</em></strong></span></a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646160653,1),('field:node:517',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2312:\"<p class=\"MsoNormal\">Being physically literate is not the same as being physically active. You can be fit without possessing physical literacy, and conversely, you can be physically literate and choose not to be active.</p><p class=\"MsoNormal\">For this reason, the questions&nbsp;that measure overall fitness, are not included in the&nbsp;Physical Literacy Score. However, this is not to say that fitness is unimportant; it is simply distinct from physical literacy. Understanding both fitness and physical literacy are important to the healthy development of all children.</p><p class=\"MsoNormal\">The Fitness Score, when used in conjunction with the PLAY tools, is a simple way to determine if the child’s abilities, or lack thereof, are preventing them from being physically active. This can help identify the potential need for the child to be more physically active and develop some or all of their fitness components.</p><p class=\"MsoNormal\">Heath-related fitness components include: cardiovascular fitness (a healthy heart and system of delivering blood); strength (maximal force) and endurance (high repetition of contractions); flexibility (range of motion in joints); and body composition (bones, muscles, fat, etc.).</p><h2>Warm-Up</h2><p class=\"MsoNormal\">For some individuals (children and adults alike), these fitness components, or lack thereof, create barriers for participation in physical activity.</p><p class=\"MsoNormal\">Canadian Sport for Life has developed an easy-to-use warm-up for children who are involved in physical activity. The warm-up incorporates several dynamic movements in order to improve a child’s physical literacy while they prepare their body for activity.</p><p class=\"MsoNormal\">The “Developing Physical Literacy Warm-up” is broken down into three age groups: 7-8, 9-10 and 11+, with different activities and guidelines for each category.</p><p class=\"MsoNormal\">The warm-up should last between 15 and 20 minutes and is specifically designed to improve physical literacy, as well as reduce the child’s risk of injury during activity.</p><p class=\"MsoNormal\">See the Developing Physical Literacy Warm-up to find ways of improving agility and running competencies:</p><p><a href=\"http://www.physicalliteracy.ca/move-prep\">www.physicalliteracy.ca/move-prep</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2315:\"<p class=\"MsoNormal\">Being physically literate is not the same as being physically active. You can be fit without possessing physical literacy, and conversely, you can be physically literate and choose not to be active.</p>\n<p class=\"MsoNormal\">For this reason, the questions that measure overall fitness, are not included in the Physical Literacy Score. However, this is not to say that fitness is unimportant; it is simply distinct from physical literacy. Understanding both fitness and physical literacy are important to the healthy development of all children.</p>\n<p class=\"MsoNormal\">The Fitness Score, when used in conjunction with the PLAY tools, is a simple way to determine if the child’s abilities, or lack thereof, are preventing them from being physically active. This can help identify the potential need for the child to be more physically active and develop some or all of their fitness components.</p>\n<p class=\"MsoNormal\">Heath-related fitness components include: cardiovascular fitness (a healthy heart and system of delivering blood); strength (maximal force) and endurance (high repetition of contractions); flexibility (range of motion in joints); and body composition (bones, muscles, fat, etc.).</p>\n<h2>Warm-Up</h2>\n<p class=\"MsoNormal\">For some individuals (children and adults alike), these fitness components, or lack thereof, create barriers for participation in physical activity.</p>\n<p class=\"MsoNormal\">Canadian Sport for Life has developed an easy-to-use warm-up for children who are involved in physical activity. The warm-up incorporates several dynamic movements in order to improve a child’s physical literacy while they prepare their body for activity.</p>\n<p class=\"MsoNormal\">The “Developing Physical Literacy Warm-up” is broken down into three age groups: 7-8, 9-10 and 11+, with different activities and guidelines for each category.</p>\n<p class=\"MsoNormal\">The warm-up should last between 15 and 20 minutes and is specifically designed to improve physical literacy, as well as reduce the child’s risk of injury during activity.</p>\n<p class=\"MsoNormal\">See the Developing Physical Literacy Warm-up to find ways of improving agility and running competencies:</p>\n<p><a href=\"http://www.physicalliteracy.ca/move-prep\">www.physicalliteracy.ca/move-prep</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646193895,1),('field:node:518',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:3798:\"<p><span lang=\"FR\">Une personne qui possède une&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique n\'est pas forcément active physiquement, et vice versa.&nbsp;</span><span lang=\"FR\">Une personne peut être en forme sans nécessairement posséder de la&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique; inversement, une personne qui possède une&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span>&nbsp;physique peut décider de ne pas être active.</span></p><p><span lang=\"FR\">C\'est pourquoi les questions&nbsp;qui vise à évaluer la condition physique générale ne sont pas prise en considération pour la note relative&nbsp;</span><span lang=\"FR\">à la&nbsp;</span><span lang=\"FR\"><span lang=\"FR\">littératie</span>&nbsp;physique.&nbsp;</span><span lang=\"FR\">Cela ne signifie toutefois pas que la condition physique n\'est pas importante; la&nbsp;<span lang=\"FR\">littératie</span>&nbsp;physique et la condition physique sont tout simplement distincts.&nbsp;</span><span lang=\"FR\">Il est important de bien comprendre la&nbsp;<span lang=\"FR\">littératie</span>&nbsp;physique et la condition physique pour assurer la santé de tous les enfants.</span></p><p><span lang=\"FR\">Conjuguée aux outils PLAY, la note attribuée à la condition physique permet de déterminer facilement si le niveau d\'habileté de l\'enfant l\'empêche d\'être actif physiquement.&nbsp;</span><span lang=\"FR\">Ainsi, elle aide à savoir si l\'enfant devrait être plus actif et développer un certain nombre ou l\'ensemble des aspects de sa condition physique.</span></p><p><span lang=\"FR\">La condition physique comporte divers aspects liés à la santé&nbsp;: la santé cardiovasculaire (cœur et système sanguin en bonne santé); la force (force maximale) et l\'endurance (grand nombre de contractions répétées); souplesse (amplitude de mouvement des articulations); la composition du corps (os, musculature, masse adipeuse, etc.).</span></p><p><span lang=\"FR\">Pour certaines personnes (tant chez les enfants que chez les adultes), les lacunes qu\'elles présentent relativement à ces aspects de la condition physique les empêchent de participer à des activités physiques.</span></p><h2><span lang=\"FR\">Échauffement</span></h2><p><span lang=\"FR\">Au Canada, le sport c\'est pour la vie (ACSV) a mis sur pied un programme d\'échauffement simple pour les enfants qui font de l\'activité physique.&nbsp;</span><span lang=\"FR\">Le programme renferme plusieurs mouvements dynamiques qui visent à améliorer la&nbsp;</span><span lang=\"FR\">littératie</span><span lang=\"FR\">&nbsp;physique de l\'enfant tout en préparant le corps à l\'effort.</span></p><p><span lang=\"FR\">Le programme d\'échauffement visant à améliorer la&nbsp;</span><span lang=\"FR\">littératie</span><span lang=\"FR\">&nbsp;</span><span lang=\"FR\">physique s\'adresse à trois&nbsp;groupes d\'âge&nbsp;(7 et 8&nbsp;ans; 9 et 10&nbsp;ans; 11&nbsp;ans et plus) et prévoit des activités et des consignes propres à chacun.</span></p><p><span lang=\"FR\">L\'échauffement devrait durer entre 15 et 20&nbsp;minutes. Il a pour but précis d\'améliorer la&nbsp;<span lang=\"FR\">littératie&nbsp;</span>physique et de réduire les risques de blessure pendant l\'activité.</span></p><p class=\"MsoNormal\"><span lang=\"FR\">Consultez le programme d\'échauffement visant à améliorer la&nbsp;<span lang=\"FR\">littératie</span>&nbsp;physique, qui présente des façons de développer l\'agilité et l\'aptitude à la course&nbsp;:</span></p><p class=\"MsoNormal\"><a style=\"line-height: 1.538em;\" href=\"http://www.physicalliteracy.ca/move-prep\">www.physicalliteracy.ca/move-prep</a>&nbsp;(en anglais seulement)</p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:4043:\"<p><span lang=\"FR\" xml:lang=\"FR\">Une personne qui possède une <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique n\'est pas forcément active physiquement, et vice versa. </span><span lang=\"FR\" xml:lang=\"FR\">Une personne peut être en forme sans nécessairement posséder de la <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique; inversement, une personne qui possède une <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">littératie</span> physique peut décider de ne pas être active.</span></p>\n<p><span lang=\"FR\" xml:lang=\"FR\">C\'est pourquoi les questions qui vise à évaluer la condition physique générale ne sont pas prise en considération pour la note relative </span><span lang=\"FR\" xml:lang=\"FR\">à la </span><span lang=\"FR\" xml:lang=\"FR\"><span lang=\"FR\" xml:lang=\"FR\">littératie</span> physique. </span><span lang=\"FR\" xml:lang=\"FR\">Cela ne signifie toutefois pas que la condition physique n\'est pas importante; la <span lang=\"FR\" xml:lang=\"FR\">littératie</span> physique et la condition physique sont tout simplement distincts. </span><span lang=\"FR\" xml:lang=\"FR\">Il est important de bien comprendre la <span lang=\"FR\" xml:lang=\"FR\">littératie</span> physique et la condition physique pour assurer la santé de tous les enfants.</span></p>\n<p><span lang=\"FR\" xml:lang=\"FR\">Conjuguée aux outils PLAY, la note attribuée à la condition physique permet de déterminer facilement si le niveau d\'habileté de l\'enfant l\'empêche d\'être actif physiquement. </span><span lang=\"FR\" xml:lang=\"FR\">Ainsi, elle aide à savoir si l\'enfant devrait être plus actif et développer un certain nombre ou l\'ensemble des aspects de sa condition physique.</span></p>\n<p><span lang=\"FR\" xml:lang=\"FR\">La condition physique comporte divers aspects liés à la santé : la santé cardiovasculaire (cœur et système sanguin en bonne santé); la force (force maximale) et l\'endurance (grand nombre de contractions répétées); souplesse (amplitude de mouvement des articulations); la composition du corps (os, musculature, masse adipeuse, etc.).</span></p>\n<p><span lang=\"FR\" xml:lang=\"FR\">Pour certaines personnes (tant chez les enfants que chez les adultes), les lacunes qu\'elles présentent relativement à ces aspects de la condition physique les empêchent de participer à des activités physiques.</span></p>\n<h2><span lang=\"FR\" xml:lang=\"FR\">Échauffement</span></h2>\n<p><span lang=\"FR\" xml:lang=\"FR\">Au Canada, le sport c\'est pour la vie (ACSV) a mis sur pied un programme d\'échauffement simple pour les enfants qui font de l\'activité physique. </span><span lang=\"FR\" xml:lang=\"FR\">Le programme renferme plusieurs mouvements dynamiques qui visent à améliorer la </span><span lang=\"FR\" xml:lang=\"FR\">littératie</span><span lang=\"FR\" xml:lang=\"FR\"> physique de l\'enfant tout en préparant le corps à l\'effort.</span></p>\n<p><span lang=\"FR\" xml:lang=\"FR\">Le programme d\'échauffement visant à améliorer la </span><span lang=\"FR\" xml:lang=\"FR\">littératie</span><span lang=\"FR\" xml:lang=\"FR\"> </span><span lang=\"FR\" xml:lang=\"FR\">physique s\'adresse à trois groupes d\'âge (7 et 8 ans; 9 et 10 ans; 11 ans et plus) et prévoit des activités et des consignes propres à chacun.</span></p>\n<p><span lang=\"FR\" xml:lang=\"FR\">L\'échauffement devrait durer entre 15 et 20 minutes. Il a pour but précis d\'améliorer la <span lang=\"FR\" xml:lang=\"FR\">littératie </span>physique et de réduire les risques de blessure pendant l\'activité.</span></p>\n<p class=\"MsoNormal\"><span lang=\"FR\" xml:lang=\"FR\">Consultez le programme d\'échauffement visant à améliorer la <span lang=\"FR\" xml:lang=\"FR\">littératie</span> physique, qui présente des façons de développer l\'agilité et l\'aptitude à la course :</span></p>\n<p class=\"MsoNormal\"><a style=\"line-height: 1.538em;\" href=\"http://www.physicalliteracy.ca/move-prep\">www.physicalliteracy.ca/move-prep</a> (en anglais seulement)</p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646309624,1),('field:node:519',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5476:\"<p><span lang=\"FR\" data-mce-mark=\"1\"><em style=\"font-family: \'Lucida Grande\', \'Lucida Sans Unicode\', sans-serif; line-height: 1.538em;\">Autres tutoriels pour les animateurs&nbsp;</em><span lang=\"FR\" data-mce-mark=\"1\">:</span>&nbsp;<a href=\"/tutoriel-pour-le-tableau-de-bord\">Tutoriel pour le tableau de bord</a>,&nbsp;</span><a style=\"color: #0093d0; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; font-family: \'Open Sans\', sans-serif; line-height: 22px;\" href=\"http://play-fr.physicalliteracy.ca/tutoriel-pour-les-fonctions-du-groupe\">Tutoriel pour les fonctions du groupe</a><span style=\"line-height: 1.538em;\" lang=\"FR\" data-mce-mark=\"1\">&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif;\"><span style=\"line-height: 22px;\"><em>et&nbsp;</em></span></span></span><a href=\"/évaluation-playjeune\"><span style=\"line-height: 1.538em;\">Tutoriel pour l\'évaluation PLAY</span></a><span style=\"line-height: 1.538em;\"><a href=\"/évaluation-playjeune\">jeune</a>.</span></p><p><strong style=\"font-size: 13px; line-height: 1.538em;\">#1.&nbsp;</strong><strong><span style=\"font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;\">Sélectionnez le participant</span></strong></p><p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\">Sélectionnez le participant que vous êtes en train d’évaluer.</span></p><p><img style=\"margin: 5px;\" src=\"/sites/default/files/AT%201%20-%20Participant.png\" alt=\"L\'image représente la liste déroulante des participants dans la zone de saisie PLAY Fun du tableau de bord de l\'animateur\" width=\"758\" height=\"497\"></p><hr><p><strong>#2. N<span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\">iveau de compétence</span></strong></p><p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\" data-mce-mark=\"1\">À l’aide du curseur, indiquez le niveau de compétences motrices du participant pour chaque&nbsp;action.</span></p><p><img style=\"margin: 5px;\" src=\"/sites/default/files/AT%202%20-%20Comp%20Slider.png\" alt=\"L\'image représente le curseur dans la zone de saisie PLAYFun du tableau de bord de l\'animateur\" width=\"758\" height=\"500\"></p><hr><p>&nbsp;<strong style=\"line-height: 1.538em;\">#3. C<span style=\"line-height: 1.538em;\">ompréhension</span></strong></p><p><span lang=\"FR\">Indiquez le niveau de compréhension du participant.</span></p><p><img style=\"margin: 5px;\" src=\"/sites/default/files/AT%203%20-%20Comprehension.png\" alt=\"L\'image représente la liste de vérification de compréhension dans la zone de saisie PLAYFun du tableau de bord de l\'animateur\" width=\"758\" height=\"500\"></p><hr><p><strong>#4. C<span style=\"font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;\">onfiance</span><span style=\"font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;\">&nbsp;</span></strong></p><p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\">Indiquez si le participant avait peu confiance en lui lors de l’exécution de l’action.</span></p><p><img style=\"margin: 5px;\" src=\"/sites/default/files/AT%204%20-%20Confidence.png\" alt=\"L\'image représente  la liste de vérification de confiance dans la zone de saisie PLAYFun du tableau de bord de l\'animateur\" width=\"758\" height=\"500\"></p><hr><p><strong>#5. Soumettre</strong></p><p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\">N’oubliez pas de cliquer sur le bouton soumettre à la fin de l’évaluation.</span></p><p><img style=\"margin-left: 14px; margin-right: 14px; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/AT%205%20-%20Submit.png\" alt=\"l\'image représente le bouton soumettre dans la zone de saisie PLAYFun du tableau de bord de l\'animateur\" width=\"734\" height=\"421\"></p><p><a style=\"font-size: 14px; font-weight: bold;\" href=\"/tableau-de-bord\">Retournez au tableau de bord</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5605:\"<p><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\"><em style=\"font-family: \'Lucida Grande\', \'Lucida Sans Unicode\', sans-serif; line-height: 1.538em;\">Autres tutoriels pour les animateurs </em><span lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">:</span> <a href=\"/tutoriel-pour-le-tableau-de-bord\">Tutoriel pour le tableau de bord</a>, </span><a style=\"color: #0093d0; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; font-family: \'Open Sans\', sans-serif; line-height: 22px;\" href=\"http://play-fr.physicalliteracy.ca/tutoriel-pour-les-fonctions-du-groupe\">Tutoriel pour les fonctions du groupe</a><span style=\"line-height: 1.538em;\" lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\"> <span style=\"font-family: \'Open Sans\', sans-serif;\"><span style=\"line-height: 22px;\"><em>et </em></span></span></span><a href=\"/évaluation-playjeune\"><span style=\"line-height: 1.538em;\">Tutoriel pour l\'évaluation PLAY</span></a><span style=\"line-height: 1.538em;\"><a href=\"/évaluation-playjeune\">jeune</a>.</span></p>\n<p><strong style=\"font-size: 13px; line-height: 1.538em;\">#1. </strong><strong><span style=\"font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;\">Sélectionnez le participant</span></strong></p>\n<p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\" xml:lang=\"FR\">Sélectionnez le participant que vous êtes en train d’évaluer.</span></p>\n<p><img style=\"margin: 5px;\" src=\"/sites/default/files/AT%201%20-%20Participant.png\" alt=\"L\'image représente la liste déroulante des participants dans la zone de saisie PLAY Fun du tableau de bord de l\'animateur\" width=\"758\" height=\"497\" /></p>\n<hr />\n<p><strong>#2. N<span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\" xml:lang=\"FR\">iveau de compétence</span></strong></p>\n<p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\" data-mce-mark=\"1\" xml:lang=\"FR\">À l’aide du curseur, indiquez le niveau de compétences motrices du participant pour chaque action.</span></p>\n<p><img style=\"margin: 5px;\" src=\"/sites/default/files/AT%202%20-%20Comp%20Slider.png\" alt=\"L\'image représente le curseur dans la zone de saisie PLAYFun du tableau de bord de l\'animateur\" width=\"758\" height=\"500\" /></p>\n<hr />\n<p> <strong style=\"line-height: 1.538em;\">#3. C<span style=\"line-height: 1.538em;\">ompréhension</span></strong></p>\n<p><span lang=\"FR\" xml:lang=\"FR\">Indiquez le niveau de compréhension du participant.</span></p>\n<p><img style=\"margin: 5px;\" src=\"/sites/default/files/AT%203%20-%20Comprehension.png\" alt=\"L\'image représente la liste de vérification de compréhension dans la zone de saisie PLAYFun du tableau de bord de l\'animateur\" width=\"758\" height=\"500\" /></p>\n<hr />\n<p><strong>#4. C<span style=\"font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;\">onfiance</span><span style=\"font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;\"> </span></strong></p>\n<p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\" xml:lang=\"FR\">Indiquez si le participant avait peu confiance en lui lors de l’exécution de l’action.</span></p>\n<p><img style=\"margin: 5px;\" src=\"/sites/default/files/AT%204%20-%20Confidence.png\" alt=\"L\'image représente  la liste de vérification de confiance dans la zone de saisie PLAYFun du tableau de bord de l\'animateur\" width=\"758\" height=\"500\" /></p>\n<hr />\n<p><strong>#5. Soumettre</strong></p>\n<p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\" xml:lang=\"FR\">N’oubliez pas de cliquer sur le bouton soumettre à la fin de l’évaluation.</span></p>\n<p><img style=\"margin-left: 14px; margin-right: 14px; margin-top: 5px; margin-bottom: 5px;\" src=\"/sites/default/files/AT%205%20-%20Submit.png\" alt=\"l\'image représente le bouton soumettre dans la zone de saisie PLAYFun du tableau de bord de l\'animateur\" width=\"734\" height=\"421\" /></p>\n<p><a style=\"font-size: 14px; font-weight: bold;\" href=\"/tableau-de-bord\">Retournez au tableau de bord</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646225831,1),('field:node:520',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:3351:\"<p><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><em style=\"font-family: \'Lucida Grande\', \'Lucida Sans Unicode\', sans-serif; line-height: 1.538em;\">Autres tutoriels pour les animateurs&nbsp;</em><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">:</span>&nbsp;<a href=\"/tutoriel-pour-le-tableau-de-bord\">Tutoriel pour le tableau de bord</a>,&nbsp;</span><a style=\"color: #0093d0; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; font-family: \'Open Sans\', sans-serif; line-height: 22px;\" href=\"http://play-fr.physicalliteracy.ca/tutoriel-pour-les-fonctions-du-groupe\">Tutoriel pour les fonctions du groupe</a><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">&nbsp;<span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><em>et&nbsp;</em></span></span></span><a href=\"/évaluation-playhabiletés#\"><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><span style=\"font-family: \'Lucida Grande\', \'Lucida Sans Unicode\', sans-serif;\"><span style=\"line-height: 20px;\">Tutoriel pour l\'évaluation PLAY</span></span>habiletés</span></a><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><br></span></span></p><p><strong>#1. S<span style=\"font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;\">électionnez le participant</span></strong></p><p><span style=\"font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;\">Sélectionnez le participant que vous avez évalué</span>.</p><p><img style=\"margin: 5px;\" src=\"/sites/default/files/Self%20Tut%20-%201%20Participant.png\" alt=\"L\'image représente la liste déroulante des participants pour la zone de saisie PLAY Self du tableau de bord de l\'animateur\" width=\"735\" height=\"588\"></p><hr><p><strong>#2. Le F<span style=\"font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;\">ormulaire</span></strong></p><p><span style=\"font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;\" data-mce-mark=\"1\">Remplissez le formulaire à partir des réponses du participant.</span>&nbsp;</p><p><img style=\"margin: 5px;\" src=\"/sites/default/files/Self%20Tut%20-%202%20Questions.png\" alt=\"L\'image souligne une question  dans la zone de saisie PLAYSelf du tableau de bord de l\'animateur\" width=\"735\" height=\"588\"></p><hr><p><strong>#3. Soumettre</strong></p><p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\">N’oubliez pas de cliquer sur le bouton soumettre à la fin de l’évaluation.</span></p><p><img style=\"margin: 5px;\" src=\"/sites/default/files/Self%20Tut%20-%203%20Submit.png\" alt=\"L\'image représente le bouton soumettre dans la zone de saisie PLAYSelf du tableau de bord de l\'animateur\" width=\"735\" height=\"588\"></p><p>&nbsp;<a style=\"font-size: 14px; font-weight: bold;\" href=\"/tableau-de-bord\">Retournez au tableau de bord</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:3362:\"<p><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><em style=\"font-family: \'Lucida Grande\', \'Lucida Sans Unicode\', sans-serif; line-height: 1.538em;\">Autres tutoriels pour les animateurs </em><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\">:</span> <a href=\"/tutoriel-pour-le-tableau-de-bord\">Tutoriel pour le tableau de bord</a>, </span><a style=\"color: #0093d0; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; font-family: \'Open Sans\', sans-serif; line-height: 22px;\" href=\"http://play-fr.physicalliteracy.ca/tutoriel-pour-les-fonctions-du-groupe\">Tutoriel pour les fonctions du groupe</a><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"> <span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><em>et </em></span></span></span><a href=\"/évaluation-playhabiletés#\"><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><span style=\"font-family: \'Lucida Grande\', \'Lucida Sans Unicode\', sans-serif;\"><span style=\"line-height: 20px;\">Tutoriel pour l\'évaluation PLAY</span></span>habiletés</span></a><span style=\"font-family: \'Open Sans\', sans-serif; line-height: 22px;\"><br /></span></span></p>\n<p><strong>#1. S<span style=\"font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;\">électionnez le participant</span></strong></p>\n<p><span style=\"font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;\">Sélectionnez le participant que vous avez évalué</span>.</p>\n<p><img style=\"margin: 5px;\" src=\"/sites/default/files/Self%20Tut%20-%201%20Participant.png\" alt=\"L\'image représente la liste déroulante des participants pour la zone de saisie PLAY Self du tableau de bord de l\'animateur\" width=\"735\" height=\"588\" /></p>\n<hr />\n<p><strong>#2. Le F<span style=\"font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;\">ormulaire</span></strong></p>\n<p><span style=\"font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;\" data-mce-mark=\"1\">Remplissez le formulaire à partir des réponses du participant.</span> </p>\n<p><img style=\"margin: 5px;\" src=\"/sites/default/files/Self%20Tut%20-%202%20Questions.png\" alt=\"L\'image souligne une question  dans la zone de saisie PLAYSelf du tableau de bord de l\'animateur\" width=\"735\" height=\"588\" /></p>\n<hr />\n<p><strong>#3. Soumettre</strong></p>\n<p><span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\" lang=\"FR\" xml:lang=\"FR\">N’oubliez pas de cliquer sur le bouton soumettre à la fin de l’évaluation.</span></p>\n<p><img style=\"margin: 5px;\" src=\"/sites/default/files/Self%20Tut%20-%203%20Submit.png\" alt=\"L\'image représente le bouton soumettre dans la zone de saisie PLAYSelf du tableau de bord de l\'animateur\" width=\"735\" height=\"588\" /></p>\n<p> <a style=\"font-size: 14px; font-weight: bold;\" href=\"/tableau-de-bord\">Retournez au tableau de bord</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646401893,1),('field:node:581',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:5576:\"<h2>1. &nbsp;What is “PLAY”?</h2><p>PLAY stands for Physical Literacy Assessment for Youth. It’s a collection of workbooks, forms and tracking sheets that comprise the tools designed to assess physical literacy in children and youth.</p><h2>2. &nbsp;What can the PLAY tools do for me?</h2><p>The PLAY tools can be used to measure and track physical literacy over time. This will allow you to pinpoint areas of weakness in a child’s development and help that child to become more physically literate.</p><h2>3. &nbsp;How do I use the PLAY tools?</h2><p>There are six PLAY tools currently available online (see below for a list of tools). Each tool provides a different perspective of a child’s level of physical literacy, which can help identify areas of weakness that may have been overlooked by a coach or parent.&nbsp;</p><p>To use the PLAY tools, identify which of the 6 tools you would like to gain insight from. Locate an appropriate person to fill out the tool-specific form. Review the scores for each PLAY tool used to identify weaknesses or gaps in the child’s development. Use the tracking sheets from each PLAY tool used to track the child’s progress for each activity.</p><h2>4. &nbsp;Who can use the PLAY tools?</h2><p>Even though some of the PLAY tools require specific people to fill out the form, each tool is useful for anyone looking to gain insight into a child’s level of physical literacy.</p><p>For example, a coach might ask parents to fill out&nbsp;<a href=\"/play-tools/playparent\">PLAYparent&nbsp;</a>because the coach wants to know how physically literate the children on his team are. The coach is using the information from&nbsp;<a href=\"/play-tools/playparent\">PLAYparent&nbsp;</a>that has been provided by the parent. Conversely, a parent could ask the coach of their child’s team to fill out&nbsp;<a href=\"/play-tools/playcoach\">PLAYcoach</a>. The parent would now be the one using the information from&nbsp;<a href=\"/play-tools/playcoach\">PLAYcoach&nbsp;</a>provided by the coach.</p><p>Of the six PLAY tools created, there are five tools to be used by specific people and one tool that can be used by everyone.</p><h2>5. What does each tool do?</h2><p><a href=\"/play-tools/playfun\">PLAYfun&nbsp;</a>and&nbsp;<a href=\"/play-tools/playbasic\">PLAYbasic&nbsp;</a>are used by trained professionals to assess a child’s fundamental skills, such as running, throwing, kicking and balance.</p><p><a href=\"/play-tools/playself\">PLAYself&nbsp;</a>is used by children and youth to assess their own physical literacy.</p><p><a href=\"/play-tools/playfun\">PLAYparent&nbsp;</a>is used by parents of school-aged children to assess their child’s level of physical literacy.</p><p><a href=\"/play-tools/playcoach\">PLAYcoach&nbsp;</a>is used by coaches, physiotherapists, athletic therapists, exercise professionals and recreation professionals to record their perceptions of a child’s level of physical literacy.</p><p><a href=\"/play-tools/playinventory\">PLAYinventory&nbsp;</a>is used by anyone to record and track a child’s leisure-time activities throughout the year.</p><h2>6. What qualifications do I need to use PLAYfun and PLAYbasic?</h2><p><a href=\"/play-tools/playfun\">PLAYfun&nbsp;</a>and&nbsp;<a href=\"/play-tools/playbasic\">PLAYbasic&nbsp;</a>require the assessor to be able to identify the specific differences between movements at initial, emerging, competent and proficient stages.<br>To use&nbsp;<a href=\"/play-tools/playfun\">PLAYfun&nbsp;</a>and&nbsp;<a href=\"/play-tools/playbasic\">PLAYbasic</a>, a person must be a “trained professional”. NCCP-trained coaches, physiotherapists, athletic therapists, exercise professionals, and individuals trained in movement analysis are all considered to be “trained professionals”.</p><h2>7. How long does it take to complete one of the assessments?</h2><p>Each assessment typically takes between 10 and 20 minutes, depending on the number of children being assessed.</p><h2>8. How many of the different PLAY assessments should I use?</h2><p>We suggest that you use as many of the PLAY tools as possible when assessing a child’s physical literacy.<br>By using more than one PLAY tool, you will obtain a more complete view of the child’s physical literacy.</p><h2>9. Is there an age limit for the assessments?</h2><p>The PLAY tools can be used for anyone above the age of seven and they have no upper age limit.<br>That being said, each PLAY workbook gives recommendations for children in the 7–12 age range. Also, the optimal time to develop physical literacy is during the Active Start, FUNdamentals and Learn to Train stages of Canadian Sport for Life’s Long-Term Athlete Development framework.</p><h2>10. Will there be a PLAY assessment for children who are younger than seven?</h2><p>We are currently working on developing PLAY tools for children between the ages of five and seven.</p><h2>11. Can the PLAY tools be used for persons with a disability?</h2><p>While the PLAY tools were not specifically designed for persons with a disability, the tools do assess on an individual basis. This means that a person with a disability should be scored based on the number of activities they can do. Even a partial assessment can still provide some valuable insight into a child’s level of physical literacy.</p><h2>12. I accidentally created too many participants for one of my groups - how do I get rid of those accounts?</h2><p>Visit the tutorial for <a href=\"http://play.physicalliteracy.ca/removing-participant-group\">Removing a Participant from a Group</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:5513:\"<h2>1.  What is “PLAY”?</h2>\n<p>PLAY stands for Physical Literacy Assessment for Youth. It’s a collection of workbooks, forms and tracking sheets that comprise the tools designed to assess physical literacy in children and youth.</p>\n<h2>2.  What can the PLAY tools do for me?</h2>\n<p>The PLAY tools can be used to measure and track physical literacy over time. This will allow you to pinpoint areas of weakness in a child’s development and help that child to become more physically literate.</p>\n<h2>3.  How do I use the PLAY tools?</h2>\n<p>There are six PLAY tools currently available online (see below for a list of tools). Each tool provides a different perspective of a child’s level of physical literacy, which can help identify areas of weakness that may have been overlooked by a coach or parent. </p>\n<p>To use the PLAY tools, identify which of the 6 tools you would like to gain insight from. Locate an appropriate person to fill out the tool-specific form. Review the scores for each PLAY tool used to identify weaknesses or gaps in the child’s development. Use the tracking sheets from each PLAY tool used to track the child’s progress for each activity.</p>\n<h2>4.  Who can use the PLAY tools?</h2>\n<p>Even though some of the PLAY tools require specific people to fill out the form, each tool is useful for anyone looking to gain insight into a child’s level of physical literacy.</p>\n<p>For example, a coach might ask parents to fill out <a href=\"/play-tools/playparent\">PLAYparent </a>because the coach wants to know how physically literate the children on his team are. The coach is using the information from <a href=\"/play-tools/playparent\">PLAYparent </a>that has been provided by the parent. Conversely, a parent could ask the coach of their child’s team to fill out <a href=\"/play-tools/playcoach\">PLAYcoach</a>. The parent would now be the one using the information from <a href=\"/play-tools/playcoach\">PLAYcoach </a>provided by the coach.</p>\n<p>Of the six PLAY tools created, there are five tools to be used by specific people and one tool that can be used by everyone.</p>\n<h2>5. What does each tool do?</h2>\n<p><a href=\"/play-tools/playfun\">PLAYfun </a>and <a href=\"/play-tools/playbasic\">PLAYbasic </a>are used by trained professionals to assess a child’s fundamental skills, such as running, throwing, kicking and balance.</p>\n<p><a href=\"/play-tools/playself\">PLAYself </a>is used by children and youth to assess their own physical literacy.</p>\n<p><a href=\"/play-tools/playfun\">PLAYparent </a>is used by parents of school-aged children to assess their child’s level of physical literacy.</p>\n<p><a href=\"/play-tools/playcoach\">PLAYcoach </a>is used by coaches, physiotherapists, athletic therapists, exercise professionals and recreation professionals to record their perceptions of a child’s level of physical literacy.</p>\n<p><a href=\"/play-tools/playinventory\">PLAYinventory </a>is used by anyone to record and track a child’s leisure-time activities throughout the year.</p>\n<h2>6. What qualifications do I need to use PLAYfun and PLAYbasic?</h2>\n<p><a href=\"/play-tools/playfun\">PLAYfun </a>and <a href=\"/play-tools/playbasic\">PLAYbasic </a>require the assessor to be able to identify the specific differences between movements at initial, emerging, competent and proficient stages.<br />To use <a href=\"/play-tools/playfun\">PLAYfun </a>and <a href=\"/play-tools/playbasic\">PLAYbasic</a>, a person must be a “trained professional”. NCCP-trained coaches, physiotherapists, athletic therapists, exercise professionals, and individuals trained in movement analysis are all considered to be “trained professionals”.</p>\n<h2>7. How long does it take to complete one of the assessments?</h2>\n<p>Each assessment typically takes between 10 and 20 minutes, depending on the number of children being assessed.</p>\n<h2>8. How many of the different PLAY assessments should I use?</h2>\n<p>We suggest that you use as many of the PLAY tools as possible when assessing a child’s physical literacy.<br />By using more than one PLAY tool, you will obtain a more complete view of the child’s physical literacy.</p>\n<h2>9. Is there an age limit for the assessments?</h2>\n<p>The PLAY tools can be used for anyone above the age of seven and they have no upper age limit.<br />That being said, each PLAY workbook gives recommendations for children in the 7–12 age range. Also, the optimal time to develop physical literacy is during the Active Start, FUNdamentals and Learn to Train stages of Canadian Sport for Life’s Long-Term Athlete Development framework.</p>\n<h2>10. Will there be a PLAY assessment for children who are younger than seven?</h2>\n<p>We are currently working on developing PLAY tools for children between the ages of five and seven.</p>\n<h2>11. Can the PLAY tools be used for persons with a disability?</h2>\n<p>While the PLAY tools were not specifically designed for persons with a disability, the tools do assess on an individual basis. This means that a person with a disability should be scored based on the number of activities they can do. Even a partial assessment can still provide some valuable insight into a child’s level of physical literacy.</p>\n<h2>12. I accidentally created too many participants for one of my groups - how do I get rid of those accounts?</h2>\n<p>Visit the tutorial for <a href=\"http://play.physicalliteracy.ca/removing-participant-group\">Removing a Participant from a Group</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646323559,1),('field:node:6585',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:7164:\"<h2>1. &nbsp;Que sont les outils d’évaluation PLAY?</h2><p>L\'acronyme PLAY signifie « Physical Literacy Assessment for Youth », c’est à dire « évaluation de la littératie physique des jeunes.&nbsp; Ces outils se présentent sous la forme de cahiers de travail, de formulaires et de fiches d\'évaluation cotée et visent à évaluer la littératie physique des enfants et des jeunes.</p><h2>2. &nbsp;A quoi peuvent me servir les outils d’évaluation PLAY?</h2><p>Les outils d’évaluation PLAY peuvent mesurer et suivre le développement de la littératie physique dans le temps. Cela vous permettra d’identifier les faiblesses dans le développement de votre enfant et aidera cet enfant à devenir meilleur physiquement.</p><h2>3. &nbsp;Comment puis-je utiliser les outils d’évaluation PLAY?</h2><p>Il y a actuellement 6 outils PLAY disponibles en ligne (voir le liste ci-dessous). Chaque outil donne une perspective différente du niveau de littératie physique de l’enfant. Ce qui permet d’identifier les faiblesses qui ont pu être négligées par l’entraîneur ou le parent.</p><p>Avant d’utiliser les outils d’évaluation PLAY, identifiez un des 6 outils que vous aimeriez étudier. Remplissez le formulaire avec une personne qualifiée. Etudiez les résultats de chaque outil d’évaluation PLAY utilisé pour identifier les faiblesses ou lacunes dans le développement de l’enfant. Utilisez les feuilles de résultats de chaque outil PLAY utilisé afin de suivre les progrès de l’enfant dans chacune de ses activités.</p><h2>4. &nbsp;Qui peut utiliser les outils d’évaluation PLAY?</h2><p>Même si certains outils d’évaluation PLAY exigent des personnes qualifiées pour remplir les évaluations, chaque outil est utilisable par quiconque souhaite connaitre le niveau de littératie physique d’un enfant.</p><p>Par exemple, un entraineur peut demander aux parents de remplir le formulaire&nbsp;<a href=\"outils-play/playparent\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playparent\">PLAYparent</a>&nbsp;parce qu’il veut connaitre le niveau de littératie physique des enfants d’une équipe. Il utilise les informations tirées du&nbsp;<a href=\"outils-play/playparent\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playparent\">PLAYparent</a>. Réciproquement, un parent pourrait demander à l’entraîneur de l’équipe de son enfant de remplir l’évaluation&nbsp;<a href=\"outils-play/playentraîneur\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playentra%C3%AEneur\">PLAYentraîneur</a>. Le parent serait à ce moment celui qui utilisera les informations.</p><p>Parmi les six outils d’évaluation PLAY, cinq sont destinés à des personnes spécifiques et un peut être utilisé par tous.</p><h2>5.&nbsp;Quelles sont les caractéristiques de chaque outil d’évaluation?</h2><p><a href=\"outils-play/playhabiletés\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playhabilet%C3%A9s\">PLAYhabiletés</a>&nbsp;et&nbsp;<a href=\"outils-play/playde-base\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playhabilet%C3%A9s\">PLAYde base</a>&nbsp;sont utilisés par les professionnels pour évaluer les habiletés fondamentales de l’enfant comme la course, les lancers, les bottés et l’équilibre.</p><p><a href=\"outils-play/playjeune\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playjeune\">PLAYjeune</a>&nbsp;permet aux enfants et aux jeunes d\'évaluer eux-mêmes leur littératie&nbsp; physique.</p><p><a href=\"outils-play/playparent\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playparent\">PLAYparent</a>&nbsp;est utilisé par les parents d’enfants d’âge scolaire pour évaluer leur niveau de littératie physique.</p><p><a href=\"outils-play/playentraîneur\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playentra%C3%AEneur\">PLAYentraîneur</a>&nbsp;est utilisé par les entraîneurs, physiothérapeutes, thérapeutes du sport,&nbsp; professionnels de l\'exercice et professionnels du loisir pour noter leurs observations concernant le niveau de littératie physique de l’enfant.</p><p><a href=\"outils-play/playregistre\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playregistre\">PLAYregistre</a>&nbsp;est utilisé par quiconque note et suit les activités de loisir d’un enfant tout au long de l’année.</p><h2>6.&nbsp;Quelles qualifications dois-je posséder pour utiliser PLAY habiletés et PLAY de base</h2><p>L’examinateur doit être capable d’identifier les différences spécifiques aux mouvements au stage initial, d’émergence, de compétence et de maitrise.</p><p>Pour utiliser <a href=\"outils-play/playhabiletés\">PLAYhabiletés</a> et <a href=\"outils-play/playde-base\">PLAYde base</a>,&nbsp; une personne doit être un professionnel qualifié. Les entraineurs NCCP, physiothérapeutes, formés en analyse de mouvement sont tous considérés comme étant des professionnels qualifiés.</p><h2>7.&nbsp;Combien de temps faut-il pour compléter une évaluation?</h2><p>Chacune demande habituellement 10 à 20 minutes, dépendamment du nombre d’enfants évalués.</p><h2>8.&nbsp;Combien d’évaluations différentes devrais-je utiliser?</h2><p>Nous vous suggérons d’en utiliser le plus possible lorsque vous évaluez la littératie physique d’un enfant.</p><p>En vous servant de plus d’un outil, vous aurez un aperçu complet de sa littératie physique.</p><h2>9.&nbsp;Y a t-il un âge limite pour ces évaluations?</h2><p>Les outils d’évaluation PLAY sont destinés aux enfants de plus de 7 ans mais il n’y a pas d’âge limite.<br>Ceci étant dit, chaque manuel donne des recommandations pour les enfants de 7 à 12 ans. Le meilleur moment pour développer la littératie physique se déroule pendant les stades&nbsp; Enfant actif, S’amuser grâce au sport et Apprendre à s’entrainer du développement à long terme de l’athlète de Le sport c’est pour la vie.</p><h2>10.&nbsp;Y aura-t-il un outil d’évaluation pour les enfants en dessous de 7 ans?</h2><p>Nous sommes en train de développer les outils d’évaluation pour les enfants âgés de cinq à sept ans.</p><h2>11.&nbsp;Les outils d’évaluation peuvent-ils être utilisés par les personnes ayant un handicap?</h2><p>Alors que les outils d’évaluation ne sont pas destinés spécifiquement aux personnes ayant un handicap, les outils évaluent au cas par cas. Ce qui veut dire qu’une personne ayant un handicap devrait être notée sur le nombre d’activités qu’elle peut faire. Même si l’évaluation est partielle, elle pourra fournir des informations utiles sur le niveau de littératie physique.</p><h2>12.&nbsp;J’ai accidentellement crée trop de participants dans l’un de mes groupes – comment puis-je annuler l’un d’eux&nbsp;?</h2><!--StartFragment--><p>Visitez le tutorat&nbsp;: <a href=\"http://play.physicalliteracy.ca/removing-participant-group\">Enlever un participant d’un groupe</a>&nbsp;(<em style=\"font-family: Arial; font-size: 10pt; line-height: 107%;\">en anglais seulement)</em></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:7075:\"<h2>1.  Que sont les outils d’évaluation PLAY?</h2>\n<p>L\'acronyme PLAY signifie « Physical Literacy Assessment for Youth », c’est à dire « évaluation de la littératie physique des jeunes.  Ces outils se présentent sous la forme de cahiers de travail, de formulaires et de fiches d\'évaluation cotée et visent à évaluer la littératie physique des enfants et des jeunes.</p>\n<h2>2.  A quoi peuvent me servir les outils d’évaluation PLAY?</h2>\n<p>Les outils d’évaluation PLAY peuvent mesurer et suivre le développement de la littératie physique dans le temps. Cela vous permettra d’identifier les faiblesses dans le développement de votre enfant et aidera cet enfant à devenir meilleur physiquement.</p>\n<h2>3.  Comment puis-je utiliser les outils d’évaluation PLAY?</h2>\n<p>Il y a actuellement 6 outils PLAY disponibles en ligne (voir le liste ci-dessous). Chaque outil donne une perspective différente du niveau de littératie physique de l’enfant. Ce qui permet d’identifier les faiblesses qui ont pu être négligées par l’entraîneur ou le parent.</p>\n<p>Avant d’utiliser les outils d’évaluation PLAY, identifiez un des 6 outils que vous aimeriez étudier. Remplissez le formulaire avec une personne qualifiée. Etudiez les résultats de chaque outil d’évaluation PLAY utilisé pour identifier les faiblesses ou lacunes dans le développement de l’enfant. Utilisez les feuilles de résultats de chaque outil PLAY utilisé afin de suivre les progrès de l’enfant dans chacune de ses activités.</p>\n<h2>4.  Qui peut utiliser les outils d’évaluation PLAY?</h2>\n<p>Même si certains outils d’évaluation PLAY exigent des personnes qualifiées pour remplir les évaluations, chaque outil est utilisable par quiconque souhaite connaitre le niveau de littératie physique d’un enfant.</p>\n<p>Par exemple, un entraineur peut demander aux parents de remplir le formulaire <a href=\"outils-play/playparent\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playparent\">PLAYparent</a> parce qu’il veut connaitre le niveau de littératie physique des enfants d’une équipe. Il utilise les informations tirées du <a href=\"outils-play/playparent\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playparent\">PLAYparent</a>. Réciproquement, un parent pourrait demander à l’entraîneur de l’équipe de son enfant de remplir l’évaluation <a href=\"outils-play/playentraîneur\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playentra%C3%AEneur\">PLAYentraîneur</a>. Le parent serait à ce moment celui qui utilisera les informations.</p>\n<p>Parmi les six outils d’évaluation PLAY, cinq sont destinés à des personnes spécifiques et un peut être utilisé par tous.</p>\n<h2>5. Quelles sont les caractéristiques de chaque outil d’évaluation?</h2>\n<p><a href=\"outils-play/playhabiletés\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playhabilet%C3%A9s\">PLAYhabiletés</a> et <a href=\"outils-play/playde-base\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playhabilet%C3%A9s\">PLAYde base</a> sont utilisés par les professionnels pour évaluer les habiletés fondamentales de l’enfant comme la course, les lancers, les bottés et l’équilibre.</p>\n<p><a href=\"outils-play/playjeune\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playjeune\">PLAYjeune</a> permet aux enfants et aux jeunes d\'évaluer eux-mêmes leur littératie  physique.</p>\n<p><a href=\"outils-play/playparent\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playparent\">PLAYparent</a> est utilisé par les parents d’enfants d’âge scolaire pour évaluer leur niveau de littératie physique.</p>\n<p><a href=\"outils-play/playentraîneur\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playentra%C3%AEneur\">PLAYentraîneur</a> est utilisé par les entraîneurs, physiothérapeutes, thérapeutes du sport,  professionnels de l\'exercice et professionnels du loisir pour noter leurs observations concernant le niveau de littératie physique de l’enfant.</p>\n<p><a href=\"outils-play/playregistre\" data-cke-saved-href=\"http://www.litteratiephysique.ca/resources/playregistre\">PLAYregistre</a> est utilisé par quiconque note et suit les activités de loisir d’un enfant tout au long de l’année.</p>\n<h2>6. Quelles qualifications dois-je posséder pour utiliser PLAY habiletés et PLAY de base</h2>\n<p>L’examinateur doit être capable d’identifier les différences spécifiques aux mouvements au stage initial, d’émergence, de compétence et de maitrise.</p>\n<p>Pour utiliser <a href=\"outils-play/playhabiletés\">PLAYhabiletés</a> et <a href=\"outils-play/playde-base\">PLAYde base</a>,  une personne doit être un professionnel qualifié. Les entraineurs NCCP, physiothérapeutes, formés en analyse de mouvement sont tous considérés comme étant des professionnels qualifiés.</p>\n<h2>7. Combien de temps faut-il pour compléter une évaluation?</h2>\n<p>Chacune demande habituellement 10 à 20 minutes, dépendamment du nombre d’enfants évalués.</p>\n<h2>8. Combien d’évaluations différentes devrais-je utiliser?</h2>\n<p>Nous vous suggérons d’en utiliser le plus possible lorsque vous évaluez la littératie physique d’un enfant.</p>\n<p>En vous servant de plus d’un outil, vous aurez un aperçu complet de sa littératie physique.</p>\n<h2>9. Y a t-il un âge limite pour ces évaluations?</h2>\n<p>Les outils d’évaluation PLAY sont destinés aux enfants de plus de 7 ans mais il n’y a pas d’âge limite.<br />Ceci étant dit, chaque manuel donne des recommandations pour les enfants de 7 à 12 ans. Le meilleur moment pour développer la littératie physique se déroule pendant les stades  Enfant actif, S’amuser grâce au sport et Apprendre à s’entrainer du développement à long terme de l’athlète de Le sport c’est pour la vie.</p>\n<h2>10. Y aura-t-il un outil d’évaluation pour les enfants en dessous de 7 ans?</h2>\n<p>Nous sommes en train de développer les outils d’évaluation pour les enfants âgés de cinq à sept ans.</p>\n<h2>11. Les outils d’évaluation peuvent-ils être utilisés par les personnes ayant un handicap?</h2>\n<p>Alors que les outils d’évaluation ne sont pas destinés spécifiquement aux personnes ayant un handicap, les outils évaluent au cas par cas. Ce qui veut dire qu’une personne ayant un handicap devrait être notée sur le nombre d’activités qu’elle peut faire. Même si l’évaluation est partielle, elle pourra fournir des informations utiles sur le niveau de littératie physique.</p>\n<h2>12. J’ai accidentellement crée trop de participants dans l’un de mes groupes – comment puis-je annuler l’un d’eux ?</h2>\n<!--StartFragment--><p>Visitez le tutorat : <a href=\"http://play.physicalliteracy.ca/removing-participant-group\">Enlever un participant d’un groupe</a> (<em style=\"font-family: Arial; font-size: 10pt; line-height: 107%;\">en anglais seulement)</em></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646328711,1),('field:node:6641',_binary 'a:2:{s:12:\"field_images\";a:1:{s:3:\"und\";a:5:{i:0;a:17:{s:3:\"fid\";s:3:\"243\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:17:\"PLAY_basic_FR.jpg\";s:3:\"uri\";s:28:\"public://PLAY_basic_FR_0.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"64708\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815461\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}i:1;a:17:{s:3:\"fid\";s:3:\"244\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:17:\"PLAY_coach_FR.jpg\";s:3:\"uri\";s:26:\"public://PLAY_coach_FR.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"107399\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815475\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}i:2;a:17:{s:3:\"fid\";s:3:\"245\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:15:\"PLAY_fun_FR.jpg\";s:3:\"uri\";s:24:\"public://PLAY_fun_FR.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"65097\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815496\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}i:3;a:17:{s:3:\"fid\";s:3:\"246\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:18:\"PLAY_parent_FR.jpg\";s:3:\"uri\";s:27:\"public://PLAY_parent_FR.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"79991\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815514\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}i:4;a:17:{s:3:\"fid\";s:3:\"247\";s:3:\"uid\";s:5:\"37989\";s:8:\"filename\";s:16:\"PLAY_self_FR.jpg\";s:3:\"uri\";s:25:\"public://PLAY_self_FR.jpg\";s:8:\"filemime\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"126967\";s:6:\"status\";s:1:\"1\";s:9:\"timestamp\";s:10:\"1464815526\";s:4:\"type\";s:5:\"image\";s:25:\"field_file_image_alt_text\";a:0:{}s:27:\"field_file_image_title_text\";a:0:{}s:11:\"rdf_mapping\";a:0:{}s:8:\"metadata\";a:0:{}s:3:\"alt\";N;s:5:\"title\";N;s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"395\";}}}s:22:\"field_slideshow_images\";a:1:{s:3:\"und\";a:5:{i:0;a:2:{s:5:\"value\";s:2:\"10\";s:11:\"revision_id\";s:2:\"10\";}i:1;a:2:{s:5:\"value\";s:2:\"11\";s:11:\"revision_id\";s:2:\"11\";}i:2;a:2:{s:5:\"value\";s:2:\"12\";s:11:\"revision_id\";s:2:\"12\";}i:3;a:2:{s:5:\"value\";s:2:\"13\";s:11:\"revision_id\";s:2:\"13\";}i:4;a:2:{s:5:\"value\";s:2:\"14\";s:11:\"revision_id\";s:2:\"14\";}}}}',0,1646164811,1),('field:node:7588',_binary 'a:9:{s:4:\"body\";a:0:{}s:16:\"og_group_classes\";a:1:{s:3:\"und\";a:4:{i:0;a:1:{s:9:\"target_id\";s:4:\"7595\";}i:1;a:1:{s:9:\"target_id\";s:4:\"7738\";}i:2;a:1:{s:9:\"target_id\";s:4:\"7763\";}i:3;a:1:{s:9:\"target_id\";s:4:\"7840\";}}}s:14:\"field_category\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"tid\";s:4:\"4270\";}}}s:18:\"field_teacher_only\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"0\";}}}s:19:\"field_group_add_all\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"0\";}}}s:11:\"field_color\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"rgb\";s:7:\"#4986E7\";}}}s:21:\"field_recording_forms\";a:0:{}s:10:\"field_ages\";a:1:{s:3:\"und\";a:5:{i:0;a:1:{s:3:\"tid\";s:2:\"30\";}i:1;a:1:{s:3:\"tid\";s:2:\"31\";}i:2;a:1:{s:3:\"tid\";s:2:\"32\";}i:3;a:1:{s:3:\"tid\";s:2:\"33\";}i:4;a:1:{s:3:\"tid\";s:2:\"34\";}}}s:26:\"field_playslider_mandatory\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}}',0,1646157102,1),('field:node:7595',_binary 'a:9:{s:11:\"group_group\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"1\";}}}s:12:\"field_school\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:9:\"target_id\";s:1:\"1\";}}}s:17:\"field_assessments\";a:1:{s:3:\"und\";a:4:{i:0;a:1:{s:9:\"target_id\";s:3:\"370\";}i:1;a:1:{s:9:\"target_id\";s:3:\"371\";}i:2;a:1:{s:9:\"target_id\";s:4:\"3552\";}i:3;a:1:{s:9:\"target_id\";s:4:\"7588\";}}}s:17:\"field_school_year\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:19:\"2018-07-23 00:00:00\";s:6:\"value2\";s:19:\"2018-08-23 00:00:00\";s:8:\"timezone\";s:16:\"America/New_York\";s:11:\"timezone_db\";s:16:\"America/New_York\";s:9:\"date_type\";s:8:\"datetime\";}}}s:23:\"field_enable_assessment\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"0\";}}}s:19:\"field_class_meetups\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:1:\"3\";}}}s:26:\"field_assessments_language\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:5:\"value\";s:2:\"en\";}}}s:17:\"field_your_school\";a:1:{s:3:\"und\";a:1:{i:0;a:3:{s:5:\"value\";s:16:\"Community Centre\";s:6:\"format\";N;s:10:\"safe_value\";s:16:\"Community Centre\";}}}s:18:\"field_project_name\";a:1:{s:3:\"und\";a:1:{i:0;a:1:{s:3:\"tid\";s:4:\"4277\";}}}}',0,1646157102,1);
INSERT INTO `cache_field` VALUES ('field:node:7597',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:51188:\"<p><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>3</o:Words>\r\n  <o:Characters>20</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>1</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>22</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--></p><h2 class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\"><strong><img src=\"/sites/default/files/pictures/Adapted-Play-What.jpg\" alt=\"\" width=\"1032\" height=\"375\"></strong></h2><p><strong style=\"font-size: 1.385em;\">What is Adapted PLAY?</strong></p><p>Adapted PLAY&nbsp;is a modified version of PLAY basic that can be administered by a trained professional to determine the level of physical literacy in children and youth with disabilities. This tool was developed by Adapted Physical Activity experts in collaboration with a master’s student as part of their master’s thesis research. The Adapted PLAY tool assesses 5 key fundamental movement tasks (which can be completed with or without the use of a mobility device), including:&nbsp;</p><ol><li><a href=\"https://play.physicalliteracy.ca/adapted-play/locomotor\">Locomotor</a> – <a href=\"http://play.physicalliteracy.ca/adapted-play/locomotor/travelling-to-a-stop\">Travelling to a stop</a></li><li><a href=\"https://play.physicalliteracy.ca/adapted-play/object-control\">Object Control</a> – <a href=\"https://play.physicalliteracy.ca/adapted-play/object-control/sending\">Sending</a></li><li><a href=\"https://play.physicalliteracy.ca/adapted-play/object-control\">Object Control</a> – <a href=\"https://play.physicalliteracy.ca/adapted-play/object-control/receiving\">Receiving</a></li><li><a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control\">Balance and Body Control</a> – <a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control/lift-and-lower\">Lift and Lower</a></li><li><a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control\">Balance and Body Control</a> – <a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control/dynamic-balance\">Dynamic Balance</a></li></ol><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">Tasks from PLAY<em>fun</em> or PLAY<em>basic</em> may be incorporated based on the abilities of the child or youth being assessed. The 5 Adapted PLAY tasks are not an exclusive list of tasks that should be used for all children and youth with disabilities and is intended to add to the existing repertoire of assessment tasks found in PLAY<em>fun</em>. For example, a child who uses a wheelchair may have full use of their upper body, thus it could be realistic for them to be assessed on upper body object manipulation tasks found in PLAY<em>fun</em> such as a one-handed catch or the hand dribble tasks.</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">&nbsp;</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">We believe that by giving choices and options in what assessment tasks are appropriate for a child or youth with a disability based on their own unique physical literacy journey supports a more holistic approach to movement – exactly what physical literacy is all about.</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\"><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>4</o:Words>\r\n  <o:Characters>23</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>1</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>26</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--> <!--EndFragment--></p><p><strong style=\"font-size: 1.385em;\">Who can use Adapted Play?</strong></p><p>Adapted PLAY involves the assessment of different movement skills, as well as decision making on what types of skills are relevant for assessment for children and youth with disabilities.&nbsp; It is idea for an assessor to have some education in movement analysis and working with people with disabilities. This could include recreation therapists, NCCP-certified coaches, exercise professionals, physiotherapists, athletic therapists, other sport/ recreation practitioners and well informed parents.</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">Assessors must have the knowledge of the abilities of the child or youth they are working with to accurately assess their technique and identify gaps in skill development, as well as select what tasks are realistic for the child’s abilities. As not all assessment tasks are realistic for every child or youth with a disability, the selection of appropriate tasks becomes one of the most important components with Adapted PLAY.&nbsp;</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">&nbsp;</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">Through selection of realistic assessment tasks from Adapted PLAY and PLAY<em>fun</em> by a trained movement professional, you can gain important insight into the child’s skill level, including their strengths, limitations and opportunities for development. The information gained from the assessment can be used to establish a baseline assessment of a child’s current level of physical literacy, create goals (related to participation or performance), and track improvement over time. You can work together with a child or youth to discuss their goals and help them develop plans to reach their goals.&nbsp;</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">&nbsp;</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\"><strong>Directions</strong></p><ol><li>Ask each child to perform the movement tasks selected from Adapted PLAY and PLAY<em>fun</em>. You may provide a demo if necessary to assist the child with comprehension – this may be important especially in working with children or youth who have a learning, developmental or intellectual disability.&nbsp;</li><li>Analyze the child’s movement for each of the tasks you have selected for their assessment and rate each skill based on the four categories (Initial, Emerging, Competent and Proficient). Each category has a checklist to help you identify the child\'s movement ability.</li><li>Review the results of their assessment and develop an action plan based on the goals of the child or youth you are working with.</li><li>Remember that physical literacy is a holistic concept and a movement skills assessment is only one piece of the puzzle. Try using another PLAY Tool such as the PLAY<em>inventory</em> or PLAY<em>self</em> to get a more comprehensive perspective of the child’s level of physical literacy.</li></ol><p><strong style=\"font-size: 1.385em;\">Additional Information</strong></p><p><strong>Number of Practice Trials</strong></p><ul><li>You can give the child you are working a couple of practice trials if they would like to try it to ensure they understand - just record this as part of the assessment. Comprehension of the movement task is an aspect of physical literacy in which you may notice improvement over time through recording whether a demonstration was performed first and how many practice trials were needed.&nbsp;</li></ul><p><strong>Equipment Preference&nbsp;</strong></p><ul><li>For some of the tasks, you can provide choices on the types of equipment (i.e. sending, receiving and lift and lower). Some pieces of equipment may create a different level of challenge. For example, a bigger or lighter ball might be easier to catch than a smaller or heavier ball. Record the type of equipment as part of the assessment to review how skills may have improved based on using different equipment over time.&nbsp;</li></ul><p><strong>Mobility Aids</strong></p><ul><li>Some children may use different mobility aids depending on personal preferences or the type of activity they are participating in. Recording this is important for children who use different mobility devices so you can track whether this has changed over time and review how this may have contributed to skill development.&nbsp;</li></ul><p><strong>Important:</strong></p><ul><li>Each assessment task uses a 100mm scale so that the assessor may place a mark anywhere along the scale within each box. This allows the assessor to be more specific when defining the child’s ability for each task. Remember that the top score for proficient is the very best anyone could be at the skill, regardless of age.</li><li>Example: This assessor has placed a black mark on the left-most side of the “Competent” box to identify that Child A has only just acquired the skill. This score is worth 51/100. An orange mark has been placed farther to the right side of the “Competent” box to indicate that Child B is more competent than Child A, who has just acquired the skill. This second score would be worth 63/100.&nbsp;</li></ul><p style=\"text-align: center;\"><img src=\"/sites/default/files/pictures/PLAYfun_Adapted.png\" alt=\"\" width=\"637\" height=\"169\"></p><p><!--EndFragment--></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:54272:\"<p><!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>3</o:Words><br />\n  <o:Characters>20</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>1</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>22</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment-->\n<h2 class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\"><strong><img src=\"/sites/default/files/pictures/Adapted-Play-What.jpg\" alt=\"\" width=\"1032\" height=\"375\" /></strong></h2>\n<p><strong style=\"font-size: 1.385em;\">What is Adapted PLAY?</strong></p>\n<p>Adapted PLAY is a modified version of PLAY basic that can be administered by a trained professional to determine the level of physical literacy in children and youth with disabilities. This tool was developed by Adapted Physical Activity experts in collaboration with a master’s student as part of their master’s thesis research. The Adapted PLAY tool assesses 5 key fundamental movement tasks (which can be completed with or without the use of a mobility device), including: </p>\n<ol>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/locomotor\">Locomotor</a> – <a href=\"http://play.physicalliteracy.ca/adapted-play/locomotor/travelling-to-a-stop\">Travelling to a stop</a></li>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/object-control\">Object Control</a> – <a href=\"https://play.physicalliteracy.ca/adapted-play/object-control/sending\">Sending</a></li>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/object-control\">Object Control</a> – <a href=\"https://play.physicalliteracy.ca/adapted-play/object-control/receiving\">Receiving</a></li>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control\">Balance and Body Control</a> – <a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control/lift-and-lower\">Lift and Lower</a></li>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control\">Balance and Body Control</a> – <a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control/dynamic-balance\">Dynamic Balance</a></li>\n</ol>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">Tasks from PLAY<em>fun</em> or PLAY<em>basic</em> may be incorporated based on the abilities of the child or youth being assessed. The 5 Adapted PLAY tasks are not an exclusive list of tasks that should be used for all children and youth with disabilities and is intended to add to the existing repertoire of assessment tasks found in PLAY<em>fun</em>. For example, a child who uses a wheelchair may have full use of their upper body, thus it could be realistic for them to be assessed on upper body object manipulation tasks found in PLAY<em>fun</em> such as a one-handed catch or the hand dribble tasks.</p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\"> </p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">We believe that by giving choices and options in what assessment tasks are appropriate for a child or youth with a disability based on their own unique physical literacy journey supports a more holistic approach to movement – exactly what physical literacy is all about.</p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">\n<!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>4</o:Words><br />\n  <o:Characters>23</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>1</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>26</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment--><!--EndFragment-->\n<p><strong style=\"font-size: 1.385em;\">Who can use Adapted Play?</strong></p>\n<p>Adapted PLAY involves the assessment of different movement skills, as well as decision making on what types of skills are relevant for assessment for children and youth with disabilities.  It is idea for an assessor to have some education in movement analysis and working with people with disabilities. This could include recreation therapists, NCCP-certified coaches, exercise professionals, physiotherapists, athletic therapists, other sport/ recreation practitioners and well informed parents.</p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">Assessors must have the knowledge of the abilities of the child or youth they are working with to accurately assess their technique and identify gaps in skill development, as well as select what tasks are realistic for the child’s abilities. As not all assessment tasks are realistic for every child or youth with a disability, the selection of appropriate tasks becomes one of the most important components with Adapted PLAY. </p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\"> </p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\">Through selection of realistic assessment tasks from Adapted PLAY and PLAY<em>fun</em> by a trained movement professional, you can gain important insight into the child’s skill level, including their strengths, limitations and opportunities for development. The information gained from the assessment can be used to establish a baseline assessment of a child’s current level of physical literacy, create goals (related to participation or performance), and track improvement over time. You can work together with a child or youth to discuss their goals and help them develop plans to reach their goals. </p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\"> </p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt; vertical-align: baseline;\"><strong>Directions</strong></p>\n<ol>\n<li>Ask each child to perform the movement tasks selected from Adapted PLAY and PLAY<em>fun</em>. You may provide a demo if necessary to assist the child with comprehension – this may be important especially in working with children or youth who have a learning, developmental or intellectual disability. </li>\n<li>Analyze the child’s movement for each of the tasks you have selected for their assessment and rate each skill based on the four categories (Initial, Emerging, Competent and Proficient). Each category has a checklist to help you identify the child\'s movement ability.</li>\n<li>Review the results of their assessment and develop an action plan based on the goals of the child or youth you are working with.</li>\n<li>Remember that physical literacy is a holistic concept and a movement skills assessment is only one piece of the puzzle. Try using another PLAY Tool such as the PLAY<em>inventory</em> or PLAY<em>self</em> to get a more comprehensive perspective of the child’s level of physical literacy.</li>\n</ol>\n<p><strong style=\"font-size: 1.385em;\">Additional Information</strong></p>\n<p><strong>Number of Practice Trials</strong></p>\n<ul>\n<li>You can give the child you are working a couple of practice trials if they would like to try it to ensure they understand - just record this as part of the assessment. Comprehension of the movement task is an aspect of physical literacy in which you may notice improvement over time through recording whether a demonstration was performed first and how many practice trials were needed. </li>\n</ul>\n<p><strong>Equipment Preference </strong></p>\n<ul>\n<li>For some of the tasks, you can provide choices on the types of equipment (i.e. sending, receiving and lift and lower). Some pieces of equipment may create a different level of challenge. For example, a bigger or lighter ball might be easier to catch than a smaller or heavier ball. Record the type of equipment as part of the assessment to review how skills may have improved based on using different equipment over time. </li>\n</ul>\n<p><strong>Mobility Aids</strong></p>\n<ul>\n<li>Some children may use different mobility aids depending on personal preferences or the type of activity they are participating in. Recording this is important for children who use different mobility devices so you can track whether this has changed over time and review how this may have contributed to skill development. </li>\n</ul>\n<p><strong>Important:</strong></p>\n<ul>\n<li>Each assessment task uses a 100mm scale so that the assessor may place a mark anywhere along the scale within each box. This allows the assessor to be more specific when defining the child’s ability for each task. Remember that the top score for proficient is the very best anyone could be at the skill, regardless of age.</li>\n<li>Example: This assessor has placed a black mark on the left-most side of the “Competent” box to identify that Child A has only just acquired the skill. This score is worth 51/100. An orange mark has been placed farther to the right side of the “Competent” box to indicate that Child B is more competent than Child A, who has just acquired the skill. This second score would be worth 63/100. </li>\n</ul>\n<p style=\"text-align: center;\"><img src=\"/sites/default/files/pictures/PLAYfun_Adapted.png\" alt=\"\" width=\"637\" height=\"169\" /></p>\n<p><!--EndFragment--></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646164923,1),('field:node:7599',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:1089:\"<h2>Locomotor</h2><p><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--></p><p>Locomotor skills are refer to a person’s ability to move their body from one point to another in a variety of different environments. Examples of locomotor skills include wheeling, swimming and skiing.</p><ul><li><a href=\"http://play.physicalliteracy.ca/adapted-play/locomotor/travelling-to-a-stop\">Travelling to a Stop</a></li></ul><p><!--EndFragment--></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:1073:\"<h2>Locomotor</h2>\n<p><!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> </p>\n<!--StartFragment-->\n<p>Locomotor skills are refer to a person’s ability to move their body from one point to another in a variety of different environments. Examples of locomotor skills include wheeling, swimming and skiing.</p>\n<ul>\n<li><a href=\"http://play.physicalliteracy.ca/adapted-play/locomotor/travelling-to-a-stop\">Travelling to a Stop</a></li>\n</ul>\n<p><!--EndFragment--></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646184386,1),('field:node:7600',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:21915:\"<p><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>42</o:Words>\r\n  <o:Characters>243</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>2</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>284</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--></p><h2 class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">Object Control</h2><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">&nbsp;</p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">Object control skills refer to a person’s ability to control objects such as balls, sticks, racquets, bats, ribbons or hoops. Examples of these types of skills include throwing, catching, dribbling and striking.</p><ul><li><a href=\"https://play.physicalliteracy.ca/adapted-play/object-control/sending\">Sending</a></li><li><a href=\"https://play.physicalliteracy.ca/adapted-play/object-control/receiving\">Receiving</a></li></ul>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:23463:\"<p><!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>42</o:Words><br />\n  <o:Characters>243</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>2</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>284</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment-->\n<h2 class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">Object Control</h2>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"> </p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">Object control skills refer to a person’s ability to control objects such as balls, sticks, racquets, bats, ribbons or hoops. Examples of these types of skills include throwing, catching, dribbling and striking.</p>\n<ul>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/object-control/sending\">Sending</a></li>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/object-control/receiving\">Receiving</a></li>\n</ul>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646185324,1),('field:node:7601',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:6817:\"<p><strong style=\"font-size: 13.008px;\">Equipment</strong></p><ul style=\"font-size: 13.008px;\"><li>A large wall (target area)</li><li>1 pylon (2 metres away from the wall)</li><li>3 different size balls or objects</li><li>Various implements or a ramp as needed&nbsp;</li></ul><p style=\"font-size: 13.008px;\"><strong>Instructions</strong></p><p style=\"font-size: 13.008px;\">You may provide a demo and give the participant practice trials if they would like to try it before being assessed. Record the number of practice trials on their assessment sheet.</p><p style=\"font-size: 13.008px;\"><em style=\"font-size: 13.008px;\">”I</em><em>&nbsp;want you to send the ball towards the target on the wall so that it hits the wall. I want you to choose the equipment that you think will help you be successful. Ready? Send now.”</em></p><p style=\"font-size: 13.008px;\"><strong style=\"font-size: 13.008px;\">Rating System</strong></p><!--StartFragment--><table class=\"MsoTableGrid\" style=\"border-width: initial; border-style: none; border-color: initial; width: 100%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td style=\"width: 50%; border-width: 1pt; border-style: solid; border-color: windowtext; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><p class=\"paragraph\" style=\"margin-top: 0cm; margin-bottom: 0.0001pt; text-align: center;\" align=\"center\"><strong>Developing</strong></p></td><td style=\"width: 50%; border-top: 1pt solid windowtext; border-right-width: 1pt; border-bottom: 1pt solid windowtext; border-right-color: windowtext; border-left-width: initial; border-left-style: none; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><p class=\"paragraph\" style=\"margin-top: 0cm; margin-bottom: 0.0001pt; text-align: center;\" align=\"center\"><strong>Acquired</strong></p></td></tr><tr><td style=\"width: 50%; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; border-left: 1pt solid windowtext; border-top-width: initial; border-top-style: none; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>INITIAL: </strong>Becomes acquainted with the movement task<ul><li>Does not establish relationship with target;</li><li>Object is sent without control;</li><li>Trajectory of the object wavers; </li><li>Insufficient force production strategy; and</li><li>Follow-through is not observed.</li></ul><strong>If using an implement: </strong><ul><li>Ineffective swinging action; and</li><li>Limited beginning sending strategy and follow-through are  observed.</li></ul></td><td style=\"width: 50%; border-top-width: initial; border-top-style: none; border-left-width: initial; border-left-style: none; border-bottom: 1pt solid windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>COMPETENT:</strong> Overall proficiency is depicted by the quality of the movement<ul><li>Establishes relationship with target;</li><li>Beginning sending strategy is limited;</li><li>Force production strategy is limited;</li><li>Trajectory of object is adequate; and</li><li>Follow-through is limited.</li></ul><strong>If using an implement: </strong><ul><li>Swinging action is evident; and </li><li>Beginning sending strategy and follow-through are slightly disjointed.</li></ul></td></tr><tr><td style=\"width: 50%; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; border-left: 1pt solid windowtext; border-top-width: initial; border-top-style: none; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>MERGING</strong>: Able to execute basic sequencing of the task<ul><li>Sequencing of beginning sending strategy is disjointed;  </li><li>Object is sent with poor trajectory;</li><li>Accuracy is not achieved; and  </li><li>Very limited follow-through.</li></ul><strong>If using an implement: </strong> <ul><li>Elements of the swinging action present; and  </li><li>Beginning sending strategy and follow-through are observed.  </li></ul></td><td style=\"width: 50%; border-top-width: initial; border-top-style: none; border-left-width: initial; border-left-style: none; border-bottom: 1pt solid windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>PROFICIENT</strong>: Able to problem solve with present conditions<ul><li>Establishes relationship with target;</li><li>Beginning sending strategy is present;</li><li>Trajectory of the object is controlled;</li><li>Accuracy is achieved;</li><li>Force production strategy is present; and</li><li>Follow-through is present. </li></ul><strong>If using</strong><strong> an implement: </strong><ul><li>Effective swinging action; and</li><li>Beginning sending strategy and follow-through are present.<strong style=\"font-size: 12pt; text-indent: -18pt;\">&nbsp;</strong></li></ul></td></tr></tbody></table><p><strong style=\"font-size: 13.008px;\">Movement Analysis Tips</strong><strong style=\"font-size: 13.008px;\"><br></strong></p><ul style=\"font-size: 13.008px;\"><li>You will want to watch how the participant establishes a relationship with the target they are aiming for. Are they looking at the target?</li><li>The amount of force produced in the movement is also important to pay attention to and will affect their trajectory and their ability to hit the target.</li><li>Upon release of the ball, notice whether the participant follows through with their swing and whether they are aiming at the target. This will affect the trajectory of the ball, as well as their accuracy.&nbsp;</li></ul><p><strong>Videos</strong></p><table border=\"0\"><tbody><tr><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\"><iframe src=\"https://www.youtube.com/embed/M1BJo2mJoto\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\"><iframe src=\"https://www.youtube.com/embed/43fbiXsxN9s\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\"><iframe src=\"https://www.youtube.com/embed/4p8_BkpUqrk\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td></tr><tr><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\"><iframe src=\"https://www.youtube.com/embed/TMsvX2hMTII\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\"><iframe src=\"https://www.youtube.com/embed/CaHaJxBT5y4\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\"><iframe src=\"https://www.youtube.com/embed/vAbemhdT7FE\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td></tr></tbody></table>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:6941:\"<p><strong style=\"font-size: 13.008px;\">Equipment</strong></p>\n<ul style=\"font-size: 13.008px;\">\n<li>A large wall (target area)</li>\n<li>1 pylon (2 metres away from the wall)</li>\n<li>3 different size balls or objects</li>\n<li>Various implements or a ramp as needed </li>\n</ul>\n<p style=\"font-size: 13.008px;\"><strong>Instructions</strong></p>\n<p style=\"font-size: 13.008px;\">You may provide a demo and give the participant practice trials if they would like to try it before being assessed. Record the number of practice trials on their assessment sheet.</p>\n<p style=\"font-size: 13.008px;\"><em style=\"font-size: 13.008px;\">”I</em><em> want you to send the ball towards the target on the wall so that it hits the wall. I want you to choose the equipment that you think will help you be successful. Ready? Send now.”</em></p>\n<p style=\"font-size: 13.008px;\"><strong style=\"font-size: 13.008px;\">Rating System</strong></p>\n<!--StartFragment--><table class=\"MsoTableGrid\" style=\"border-width: initial; border-style: none; border-color: initial; width: 100%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"width: 50%; border-width: 1pt; border-style: solid; border-color: windowtext; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\">\n<p class=\"paragraph\" style=\"margin-top: 0cm; margin-bottom: 0.0001pt; text-align: center;\" align=\"center\"><strong>Developing</strong></p>\n</td>\n<td style=\"width: 50%; border-top: 1pt solid windowtext; border-right-width: 1pt; border-bottom: 1pt solid windowtext; border-right-color: windowtext; border-left-width: initial; border-left-style: none; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\">\n<p class=\"paragraph\" style=\"margin-top: 0cm; margin-bottom: 0.0001pt; text-align: center;\" align=\"center\"><strong>Acquired</strong></p>\n</td>\n</tr>\n<tr>\n<td style=\"width: 50%; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; border-left: 1pt solid windowtext; border-top-width: initial; border-top-style: none; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>INITIAL: </strong>Becomes acquainted with the movement task\n<ul>\n<li>Does not establish relationship with target;</li>\n<li>Object is sent without control;</li>\n<li>Trajectory of the object wavers; </li>\n<li>Insufficient force production strategy; and</li>\n<li>Follow-through is not observed.</li>\n</ul>\n<p><strong>If using an implement: </strong>\n</p><ul>\n<li>Ineffective swinging action; and</li>\n<li>Limited beginning sending strategy and follow-through are  observed.</li>\n</ul>\n</td>\n<td style=\"width: 50%; border-top-width: initial; border-top-style: none; border-left-width: initial; border-left-style: none; border-bottom: 1pt solid windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>COMPETENT:</strong> Overall proficiency is depicted by the quality of the movement\n<ul>\n<li>Establishes relationship with target;</li>\n<li>Beginning sending strategy is limited;</li>\n<li>Force production strategy is limited;</li>\n<li>Trajectory of object is adequate; and</li>\n<li>Follow-through is limited.</li>\n</ul>\n<p><strong>If using an implement: </strong>\n</p><ul>\n<li>Swinging action is evident; and </li>\n<li>Beginning sending strategy and follow-through are slightly disjointed.</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td style=\"width: 50%; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; border-left: 1pt solid windowtext; border-top-width: initial; border-top-style: none; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>MERGING</strong>: Able to execute basic sequencing of the task\n<ul>\n<li>Sequencing of beginning sending strategy is disjointed;  </li>\n<li>Object is sent with poor trajectory;</li>\n<li>Accuracy is not achieved; and  </li>\n<li>Very limited follow-through.</li>\n</ul>\n<p><strong>If using an implement: </strong> \n</p><ul>\n<li>Elements of the swinging action present; and  </li>\n<li>Beginning sending strategy and follow-through are observed.  </li>\n</ul>\n</td>\n<td style=\"width: 50%; border-top-width: initial; border-top-style: none; border-left-width: initial; border-left-style: none; border-bottom: 1pt solid windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>PROFICIENT</strong>: Able to problem solve with present conditions\n<ul>\n<li>Establishes relationship with target;</li>\n<li>Beginning sending strategy is present;</li>\n<li>Trajectory of the object is controlled;</li>\n<li>Accuracy is achieved;</li>\n<li>Force production strategy is present; and</li>\n<li>Follow-through is present. </li>\n</ul>\n<p><strong>If using</strong><strong> an implement: </strong>\n</p><ul>\n<li>Effective swinging action; and</li>\n<li>Beginning sending strategy and follow-through are present.<strong style=\"font-size: 12pt; text-indent: -18pt;\"> </strong></li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong style=\"font-size: 13.008px;\">Movement Analysis Tips</strong><strong style=\"font-size: 13.008px;\"><br /></strong></p>\n<ul style=\"font-size: 13.008px;\">\n<li>You will want to watch how the participant establishes a relationship with the target they are aiming for. Are they looking at the target?</li>\n<li>The amount of force produced in the movement is also important to pay attention to and will affect their trajectory and their ability to hit the target.</li>\n<li>Upon release of the ball, notice whether the participant follows through with their swing and whether they are aiming at the target. This will affect the trajectory of the ball, as well as their accuracy. </li>\n</ul>\n<p><strong>Videos</strong></p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\">\n<iframe src=\"https://www.youtube.com/embed/M1BJo2mJoto\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\">\n<iframe src=\"https://www.youtube.com/embed/43fbiXsxN9s\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\">\n<iframe src=\"https://www.youtube.com/embed/4p8_BkpUqrk\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n</tr>\n<tr>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\">\n<iframe src=\"https://www.youtube.com/embed/TMsvX2hMTII\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\">\n<iframe src=\"https://www.youtube.com/embed/CaHaJxBT5y4\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\">\n<iframe src=\"https://www.youtube.com/embed/vAbemhdT7FE\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n</tr>\n</tbody>\n</table>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646232111,1),('field:node:7603',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:21777:\"<p><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>36</o:Words>\r\n  <o:Characters>211</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>1</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>246</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--></p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">Balance and Body control skills involve efforts required to balance and stabilize the body. Examples include bending, twisting, stretching, lifting and turning.&nbsp;</p><ul><li><a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control/lift-and-lower\">Lift and Lower</a></li><li><a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control/dynamic-balance\">Dynamic Balance</a></li></ul><p><!--EndFragment--></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:23324:\"<p><!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>36</o:Words><br />\n  <o:Characters>211</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>1</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>246</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment-->\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">Balance and Body control skills involve efforts required to balance and stabilize the body. Examples include bending, twisting, stretching, lifting and turning. </p>\n<ul>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control/lift-and-lower\">Lift and Lower</a></li>\n<li><a href=\"https://play.physicalliteracy.ca/adapted-play/balance-and-body-control/dynamic-balance\">Dynamic Balance</a></li>\n</ul>\n<p><!--EndFragment--></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646209007,1),('field:node:7604',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:48866:\"<p><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>65</o:Words>\r\n  <o:Characters>376</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>3</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>440</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--></p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"><strong>Equipment</strong></p><ul><li>3 different size balls or objects</li></ul><p><strong style=\"font-size: 13.008px;\">Instructions</strong></p><p>You may provide a demo and give the participant practice trials if they would like to try it before being assessed. Record the number of practice trials on their assessment sheet.</p><p>“I want you to lift the object as high as you can and bring it back down. I want you to lift the object as high as you can and lower it back down to where you started. Ready? Go now.”</p><p><strong style=\"font-size: 13.008px;\">Rating System</strong><strong style=\"font-size: 13.008px;\">&nbsp;</strong></p><p><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>110</o:Words>\r\n  <o:Characters>628</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>5</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>737</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\ntable.MsoTableGrid\r\n	{mso-style-name:\"Table Grid\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-priority:39;\r\n	mso-style-unhide:no;\r\n	border:solid windowtext 1.0pt;\r\n	mso-border-alt:solid windowtext .5pt;\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-border-insideh:.5pt solid windowtext;\r\n	mso-border-insidev:.5pt solid windowtext;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--> <!--EndFragment--></p><table class=\"MsoTableGrid\" style=\"width: 100.0%; border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr style=\"mso-yfti-irow: 0; mso-yfti-firstrow: yes;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>Developing</strong></td><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>Acquired</strong></td></tr><tr style=\"mso-yfti-irow: 1;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>INITIAL: </strong>Becomes acquainted with the movement task<ul><li>Participant fumbles in the lift or lower; </li><li>Participant does not use his/her full range of movement.</li><li>Drops the object.</li></ul></td><td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>COMPETENT:</strong> Overall proficiency is depicted by the quality of the movement<ul><li>Participant can control object during lift and lower but is slightly choppy;</li><li>Participant mostly uses his/her full range of movement; and</li><li>Mostly secure grasp of the object.</li></ul></td></tr><tr style=\"mso-yfti-irow: 2; mso-yfti-lastrow: yes;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>EMERGING</strong>: Able to execute basic sequencing of the task<ul><li>Transition between lift and lower segments is broken and not fluid;</li><li>Participant is close to using his/her full range of movement; and</li><li>Establishes relationship with object.</li></ul></td><td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>PROFICIENT</strong>: Able to problem solve with present conditions<ul><li>Participant performs a controlled lift or reach with a momentary stop;</li><li>Participant uses his/her full range of movement;</li><li>Secure grasp of the object; and</li><li>Well-controlled descent of ball/object.</li></ul></td></tr></tbody></table><p><strong style=\"font-size: 13.008px;\">Movement Analysis Tips</strong></p><ul><li>For this task, you will want to notice the control the participant as they lift and lower the ball, as well as their ability to grasp it.</li><li>You will also want to notice the range of motion of the participant and whether they are able to reach full extension in their arms in the lift.&nbsp;</li><li>Depending on the ability of the participant, they may find using a heavier or bigger ball more challenging.</li></ul><p><!--EndFragment--></p><p><strong>Videos</strong></p><table border=\"0\"><tbody><tr><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/sqI\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/dBi7zqqQoVU\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/p1lg_h4aTmY\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td></tr></tbody></table><table border=\"0\"><tbody><tr><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\">[[{\"fid\":\"283\",\"view_mode\":\"default\",\"fields\":{\"format\":\"default\"},\"link_text\":null,\"type\":\"media\",\"field_deltas\":{\"4\":{\"format\":\"default\"}},\"attributes\":{\"height\":240,\"width\":320,\"class\":\"media-element file-default\",\"data-delta\":\"4\"}}]]</td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\">[[{\"fid\":\"282\",\"view_mode\":\"default\",\"fields\":{\"format\":\"default\"},\"link_text\":null,\"type\":\"media\",\"field_deltas\":{\"5\":{\"format\":\"default\"}},\"attributes\":{\"height\":240,\"width\":320,\"class\":\"media-element file-default\",\"data-delta\":\"5\"}}]]</td></tr></tbody></table>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:53031:\"<p><!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>65</o:Words><br />\n  <o:Characters>376</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>3</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>440</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment-->\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"><strong>Equipment</strong></p>\n<ul>\n<li>3 different size balls or objects</li>\n</ul>\n<p><strong style=\"font-size: 13.008px;\">Instructions</strong></p>\n<p>You may provide a demo and give the participant practice trials if they would like to try it before being assessed. Record the number of practice trials on their assessment sheet.</p>\n<p>“I want you to lift the object as high as you can and bring it back down. I want you to lift the object as high as you can and lower it back down to where you started. Ready? Go now.”</p>\n<p><strong style=\"font-size: 13.008px;\">Rating System</strong><strong style=\"font-size: 13.008px;\"> </strong></p>\n<p><!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>110</o:Words><br />\n  <o:Characters>628</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>5</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>737</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\ntable.MsoTableGrid\n	{mso-style-name:\"Table Grid\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-priority:39;\n	mso-style-unhide:no;\n	border:solid windowtext 1.0pt;\n	mso-border-alt:solid windowtext .5pt;\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-border-insideh:.5pt solid windowtext;\n	mso-border-insidev:.5pt solid windowtext;\n	mso-para-margin:0cm;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment--><!--EndFragment-->\n<table class=\"MsoTableGrid\" style=\"width: 100.0%; border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr style=\"mso-yfti-irow: 0; mso-yfti-firstrow: yes;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>Developing</strong></td>\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>Acquired</strong></td>\n</tr>\n<tr style=\"mso-yfti-irow: 1;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>INITIAL: </strong>Becomes acquainted with the movement task\n<ul>\n<li>Participant fumbles in the lift or lower; </li>\n<li>Participant does not use his/her full range of movement.</li>\n<li>Drops the object.</li>\n</ul>\n</td>\n<td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>COMPETENT:</strong> Overall proficiency is depicted by the quality of the movement\n<ul>\n<li>Participant can control object during lift and lower but is slightly choppy;</li>\n<li>Participant mostly uses his/her full range of movement; and</li>\n<li>Mostly secure grasp of the object.</li>\n</ul>\n</td>\n</tr>\n<tr style=\"mso-yfti-irow: 2; mso-yfti-lastrow: yes;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>EMERGING</strong>: Able to execute basic sequencing of the task\n<ul>\n<li>Transition between lift and lower segments is broken and not fluid;</li>\n<li>Participant is close to using his/her full range of movement; and</li>\n<li>Establishes relationship with object.</li>\n</ul>\n</td>\n<td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>PROFICIENT</strong>: Able to problem solve with present conditions\n<ul>\n<li>Participant performs a controlled lift or reach with a momentary stop;</li>\n<li>Participant uses his/her full range of movement;</li>\n<li>Secure grasp of the object; and</li>\n<li>Well-controlled descent of ball/object.</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong style=\"font-size: 13.008px;\">Movement Analysis Tips</strong></p>\n<ul>\n<li>For this task, you will want to notice the control the participant as they lift and lower the ball, as well as their ability to grasp it.</li>\n<li>You will also want to notice the range of motion of the participant and whether they are able to reach full extension in their arms in the lift. </li>\n<li>Depending on the ability of the participant, they may find using a heavier or bigger ball more challenging.</li>\n</ul>\n<p><!--EndFragment--></p>\n<p><strong>Videos</strong></p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/sqI\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/dBi7zqqQoVU\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/p1lg_h4aTmY\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n</tr>\n</tbody>\n</table>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\"><div class=\"media media-element-container media-default\"><div id=\"file-283\" class=\"file file-video file-video-youtube\">\n\n        <h2 class=\"element-invisible\"><a href=\"https://play.physicalliteracy.ca/file/lift-and-lower-wheelchair\">Lift and Lower: Wheelchair</a></h2>\n    \n  \n  <div class=\"content\">\n    <div class=\"media-youtube-video media-element file-default media-youtube-1\">\n  <iframe class=\"media-youtube-player\" width=\"640\" height=\"390\" title=\"Lift and Lower: Wheelchair\" src=\"https://www.youtube.com/embed/Me8tPgNKWv0?wmode=opaque&amp;controls=&amp;rel=0\" name=\"Lift and Lower: Wheelchair\" frameborder=\"0\" allowfullscreen=\"\" id=\"Lift and Lower: Wheelchair\">Video of Lift and Lower: Wheelchair</iframe>\n</div>\n  </div>\n\n  \n</div>\n</div></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\"><div class=\"media media-element-container media-default\"><div id=\"file-282\" class=\"file file-video file-video-youtube\">\n\n        <h2 class=\"element-invisible\"><a href=\"https://play.physicalliteracy.ca/file/lift-and-lower-wheelchair-2\">Lift and Lower: Wheelchair 2</a></h2>\n    \n  \n  <div class=\"content\">\n    <div class=\"media-youtube-video media-element file-default media-youtube-2\">\n  <iframe class=\"media-youtube-player\" width=\"640\" height=\"390\" title=\"Lift and Lower: Wheelchair 2\" src=\"https://www.youtube.com/embed/WmErI1a0vw8?wmode=opaque&amp;controls=&amp;rel=0\" name=\"Lift and Lower: Wheelchair 2\" frameborder=\"0\" allowfullscreen=\"\" id=\"Lift and Lower: Wheelchair 2\">Video of Lift and Lower: Wheelchair 2</iframe>\n</div>\n  </div>\n\n  \n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646232227,1),('field:node:7605',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:73219:\"<p><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>101</o:Words>\r\n  <o:Characters>581</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>4</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>681</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--></p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"><strong>Equipment</strong></p><ul><li>Floor space</li><li>Skipping rope(s) taped to floor in a “S” or zig-zag formation</li><li>3 agility dots/ markers placed throughout the path</li></ul><p><strong style=\"font-size: 13.008px;\">Instructions</strong></p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">You may provide a demo and give the participant practice trials if they would like to try it before being assessed. Record the number of practice trials on their assessment sheet.</p><p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal; mso-layout-grid-align: none; text-autospace: none;\">&nbsp;<em style=\"font-family: \'Times New Roman\'; font-size: 12pt; text-indent: -18pt;\">“I want you to travel along the ropes on the ground so that you are walking on the path, or that your mobility device is on either side of the path. I want you to stay on the path as best as you can. When you come across an obstacle, I want you to move around the obstacle, and come back to the start along the path. Ready? Move now.”</em></p><p class=\"paragraph\" style=\"margin-top: 0cm; margin-right: 0cm; margin-bottom: .0001pt; margin-left: 36.0pt;\"><strong>&nbsp;</strong></p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"><strong>Rating System</strong></p><p><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>111</o:Words>\r\n  <o:Characters>638</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>5</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>748</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\ntable.MsoTableGrid\r\n	{mso-style-name:\"Table Grid\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-priority:39;\r\n	mso-style-unhide:no;\r\n	border:solid windowtext 1.0pt;\r\n	mso-border-alt:solid windowtext .5pt;\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-border-insideh:.5pt solid windowtext;\r\n	mso-border-insidev:.5pt solid windowtext;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--> <!--EndFragment--></p><table class=\"MsoTableGrid\" style=\"width: 100.0%; border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr style=\"mso-yfti-irow: 0; mso-yfti-firstrow: yes;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;\" lang=\"EN-CA\">Developing</span></strong></td><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;\" lang=\"EN-CA\">Acquired</span></strong></td></tr><tr style=\"mso-yfti-irow: 1;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US;\" lang=\"EN-US\">INITIAL: </span></strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;\" lang=\"EN-US\">Becomes acquainted with the movement task </span><ul><li>Unable to follow a consistent pathway; and </li><li>Unable to negotiate obstacles.</li></ul></td><td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US;\" lang=\"EN-US\">COMPETENT:</span></strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;\" lang=\"EN-US\"> Overall proficiency is depicted by the quality of the movement </span><ul><li>Mostly follows a consistent pathway;</li><li>Adapts weight-bearing surfaces; and </li><li>Negotiates obstacles with some control.</li></ul></td></tr><tr style=\"mso-yfti-irow: 2; mso-yfti-lastrow: yes;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US;\" lang=\"EN-US\">MERGING</span></strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;\" lang=\"EN-US\">: Able to execute basic sequencing of the task </span><ul><li>Begins to follow pathway in desired direction but does not exhibit flow;  </li><li>Attempts to adapt weight-bearing surfaces; and  </li><li>Negotiates obstacles but lacks fluidity.  </li></ul></td><td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US;\" lang=\"EN-US\">PROFICIENT</span></strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;\" lang=\"EN-US\">: Able to problem solve with present conditions </span><ul><li>Able to follow a consistent pathway; </li><li>Adapts weight-bearing surfaces appropriately; and</li><li>Negotiates obstacles with control.</li></ul></td></tr></tbody></table><p><!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>50</o:Words>\r\n  <o:Characters>285</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>2</o:Lines>\r\n  <o:Paragraphs>1</o:Paragraphs>\r\n  <o:CharactersWithSpaces>334</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--></p><p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"><strong>Movement Analysis Tips</strong></p><ul><li>Notice how the participant navigates the skipping rope pathway and whether they have any challenges in maintaining their stability or controlling their speed.</li><li>You will want to pay attention to the fluidity of their movement and their ability to stay on the path throughout, as well as navigate any obstacles.&nbsp;</li></ul><p><strong style=\"font-size: 13.008px;\">Videos</strong></p><table border=\"0\"><tbody><tr><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/FtgS4nemAwk\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/4vVoJayin0U\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/bOfxel030-U\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td></tr></tbody></table><table border=\"0\"><tbody><tr><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">[[{\"fid\":\"284\",\"view_mode\":\"default\",\"fields\":{\"format\":\"default\"},\"link_text\":null,\"type\":\"media\",\"field_deltas\":{\"1\":{\"format\":\"default\"}},\"attributes\":{\"height\":240,\"width\":320,\"class\":\"media-element file-default\",\"data-delta\":\"1\"}}]]</td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">[[{\"fid\":\"287\",\"view_mode\":\"default\",\"fields\":{\"format\":\"default\"},\"link_text\":null,\"type\":\"media\",\"field_deltas\":{\"2\":{\"format\":\"default\"}},\"attributes\":{\"height\":240,\"width\":320,\"class\":\"media-element file-default\",\"data-delta\":\"2\"}}]]</td></tr></tbody></table><p><!--EndFragment--></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:79071:\"<p><!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>101</o:Words><br />\n  <o:Characters>581</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>4</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>681</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment-->\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"><strong>Equipment</strong></p>\n<ul>\n<li>Floor space</li>\n<li>Skipping rope(s) taped to floor in a “S” or zig-zag formation</li>\n<li>3 agility dots/ markers placed throughout the path</li>\n</ul>\n<p><strong style=\"font-size: 13.008px;\">Instructions</strong></p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\">You may provide a demo and give the participant practice trials if they would like to try it before being assessed. Record the number of practice trials on their assessment sheet.</p>\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal; mso-layout-grid-align: none; text-autospace: none;\"> <em style=\"font-family: \'Times New Roman\'; font-size: 12pt; text-indent: -18pt;\">“I want you to travel along the ropes on the ground so that you are walking on the path, or that your mobility device is on either side of the path. I want you to stay on the path as best as you can. When you come across an obstacle, I want you to move around the obstacle, and come back to the start along the path. Ready? Move now.”</em></p>\n<p class=\"paragraph\" style=\"margin-top: 0cm; margin-right: 0cm; margin-bottom: .0001pt; margin-left: 36.0pt;\"><strong> </strong></p>\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"><strong>Rating System</strong></p>\n<p><!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>111</o:Words><br />\n  <o:Characters>638</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>5</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>748</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\ntable.MsoTableGrid\n	{mso-style-name:\"Table Grid\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-priority:39;\n	mso-style-unhide:no;\n	border:solid windowtext 1.0pt;\n	mso-border-alt:solid windowtext .5pt;\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-border-insideh:.5pt solid windowtext;\n	mso-border-insidev:.5pt solid windowtext;\n	mso-para-margin:0cm;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment--><!--EndFragment-->\n<table class=\"MsoTableGrid\" style=\"width: 100.0%; border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr style=\"mso-yfti-irow: 0; mso-yfti-firstrow: yes;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;\" lang=\"EN-CA\" xml:lang=\"EN-CA\">Developing</span></strong></td>\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;\" lang=\"EN-CA\" xml:lang=\"EN-CA\">Acquired</span></strong></td>\n</tr>\n<tr style=\"mso-yfti-irow: 1;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US;\" lang=\"EN-US\" xml:lang=\"EN-US\">INITIAL: </span></strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;\" lang=\"EN-US\" xml:lang=\"EN-US\">Becomes acquainted with the movement task </span>\n<ul>\n<li>Unable to follow a consistent pathway; and </li>\n<li>Unable to negotiate obstacles.</li>\n</ul>\n</td>\n<td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US;\" lang=\"EN-US\" xml:lang=\"EN-US\">COMPETENT:</span></strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;\" lang=\"EN-US\" xml:lang=\"EN-US\"> Overall proficiency is depicted by the quality of the movement </span>\n<ul>\n<li>Mostly follows a consistent pathway;</li>\n<li>Adapts weight-bearing surfaces; and </li>\n<li>Negotiates obstacles with some control.</li>\n</ul>\n</td>\n</tr>\n<tr style=\"mso-yfti-irow: 2; mso-yfti-lastrow: yes;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US;\" lang=\"EN-US\" xml:lang=\"EN-US\">MERGING</span></strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;\" lang=\"EN-US\" xml:lang=\"EN-US\">: Able to execute basic sequencing of the task </span>\n<ul>\n<li>Begins to follow pathway in desired direction but does not exhibit flow;  </li>\n<li>Attempts to adapt weight-bearing surfaces; and  </li>\n<li>Negotiates obstacles but lacks fluidity.  </li>\n</ul>\n</td>\n<td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US;\" lang=\"EN-US\" xml:lang=\"EN-US\">PROFICIENT</span></strong><span style=\"font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-bidi-font-weight: bold;\" lang=\"EN-US\" xml:lang=\"EN-US\">: Able to problem solve with present conditions </span>\n<ul>\n<li>Able to follow a consistent pathway; </li>\n<li>Adapts weight-bearing surfaces appropriately; and</li>\n<li>Negotiates obstacles with control.</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>50</o:Words><br />\n  <o:Characters>285</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>2</o:Lines><br />\n  <o:Paragraphs>1</o:Paragraphs><br />\n  <o:CharactersWithSpaces>334</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> </p>\n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment-->\n<p class=\"paragraph\" style=\"margin: 0cm; margin-bottom: .0001pt;\"><strong>Movement Analysis Tips</strong></p>\n<ul>\n<li>Notice how the participant navigates the skipping rope pathway and whether they have any challenges in maintaining their stability or controlling their speed.</li>\n<li>You will want to pay attention to the fluidity of their movement and their ability to stay on the path throughout, as well as navigate any obstacles. </li>\n</ul>\n<p><strong style=\"font-size: 13.008px;\">Videos</strong></p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/FtgS4nemAwk\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/4vVoJayin0U\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/bOfxel030-U\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n</tr>\n</tbody>\n</table>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><div class=\"media media-element-container media-default\"><div id=\"file-284\" class=\"file file-video file-video-youtube\">\n\n        <h2 class=\"element-invisible\"><a href=\"https://play.physicalliteracy.ca/file/dynamic-balance-walker\">Dynamic Balance: Walker</a></h2>\n    \n  \n  <div class=\"content\">\n    <div class=\"media-youtube-video media-element file-default media-youtube-1\">\n  <iframe class=\"media-youtube-player\" width=\"640\" height=\"390\" title=\"Dynamic Balance: Walker\" src=\"https://www.youtube.com/embed/8i2i4yXzYBo?wmode=opaque&amp;controls=&amp;rel=0\" name=\"Dynamic Balance: Walker\" frameborder=\"0\" allowfullscreen=\"\" id=\"Dynamic Balance: Walker\">Video of Dynamic Balance: Walker</iframe>\n</div>\n  </div>\n\n  \n</div>\n</div></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><div class=\"media media-element-container media-default\"><div id=\"file-287\" class=\"file file-video file-video-youtube\">\n\n        <h2 class=\"element-invisible\"><a href=\"https://play.physicalliteracy.ca/file/dynamic-balance-wheelchair\">Dynamic Balance: Wheelchair</a></h2>\n    \n  \n  <div class=\"content\">\n    <div class=\"media-youtube-video media-element file-default media-youtube-2\">\n  <iframe class=\"media-youtube-player\" width=\"640\" height=\"390\" title=\"Dynamic Balance: Wheelchair\" src=\"https://www.youtube.com/embed/dUPiqcPtfzk?wmode=opaque&amp;controls=&amp;rel=0\" name=\"Dynamic Balance: Wheelchair\" frameborder=\"0\" allowfullscreen=\"\" id=\"Dynamic Balance: Wheelchair\">Video of Dynamic Balance: Wheelchair</iframe>\n</div>\n  </div>\n\n  \n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<p><!--EndFragment--></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646183620,1),('field:node:7606',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:28251:\"<p><strong style=\"font-size: 13.008px;\">Equipment</strong></p><ul style=\"font-size: 13.008px;\"><li>Floor space</li><li>2 pylons (placed 5 m apart in linear formation)</li></ul><p style=\"font-size: 13.008px;\"><strong>Instructions</strong></p><p style=\"font-size: 13.008px;\">You may provide a demo and give the participant practice trials if they would like to try it before being assessed. Record the number of practice trials on their assessment sheet.</p><p style=\"font-size: 13.008px;\">“I want you to travel to the pylon, stop as close as possible without hitting it, turn around, and come back. I want you to choose the best way to move to the pylon, turn around and come back, and stop at the pylon. Ready? Move now.”</p><p style=\"font-size: 13.008px;\"><strong style=\"font-size: 13.008px;\">Rating System</strong><strong style=\"font-size: 13.008px;\">&nbsp;</strong></p><p style=\"font-size: 13.008px;\"><strong style=\"font-size: 13.008px;\"> <!--[if gte mso 9]><xml>\r\n <o:DocumentProperties>\r\n  <o:Revision>0</o:Revision>\r\n  <o:TotalTime>0</o:TotalTime>\r\n  <o:Pages>1</o:Pages>\r\n  <o:Words>163</o:Words>\r\n  <o:Characters>930</o:Characters>\r\n  <o:Company>Sport for Life</o:Company>\r\n  <o:Lines>7</o:Lines>\r\n  <o:Paragraphs>2</o:Paragraphs>\r\n  <o:CharactersWithSpaces>1091</o:CharactersWithSpaces>\r\n  <o:Version>14.0</o:Version>\r\n </o:DocumentProperties>\r\n <o:OfficeDocumentSettings>\r\n  <o:AllowPNG></o:AllowPNG>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves></w:TrackMoves>\r\n  <w:TrackFormatting></w:TrackFormatting>\r\n  <w:PunctuationKerning></w:PunctuationKerning>\r\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>JA</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables></w:BreakWrappedTables>\r\n   <w:SnapToGridInCell></w:SnapToGridInCell>\r\n   <w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n   <w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n   <w:DontGrowAutofit></w:DontGrowAutofit>\r\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n   <m:brkBin m:val=\"before\"></m:brkBin>\r\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n   <m:smallFrac m:val=\"off\"></m:smallFrac>\r\n   <m:dispDef></m:dispDef>\r\n   <m:lMargin m:val=\"0\"></m:lMargin>\r\n   <m:rMargin m:val=\"0\"></m:rMargin>\r\n   <m:defJc m:val=\"centerGroup\"></m:defJc>\r\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n   <m:intLim m:val=\"subSup\"></m:intLim>\r\n   <m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"276\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:8.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:107%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\ntable.MsoTableGrid\r\n	{mso-style-name:\"Table Grid\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-priority:39;\r\n	mso-style-unhide:no;\r\n	border:solid windowtext 1.0pt;\r\n	mso-border-alt:solid windowtext .5pt;\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-border-insideh:.5pt solid windowtext;\r\n	mso-border-insidev:.5pt solid windowtext;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;}\r\n</style>\r\n<![endif]--> <!--StartFragment--> <!--EndFragment--></strong></p><table class=\"MsoTableGrid\" style=\"width: 100.0%; border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr style=\"mso-yfti-irow: 0; mso-yfti-firstrow: yes;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>Developing</strong></td><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>Acquired</strong></td></tr><tr style=\"mso-yfti-irow: 1;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>INITIAL: </strong>Becomes acquainted with the movement task<ul><li>Pace of movement is inconsistent; </li><li>Movement is not controlled in a single direction or during a change of direction; </li><li>Stops beyond the pylon; and </li><li>Unable to move with visual cues during task.</li></ul></td><td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>COMPETENT:</strong> Overall proficiency is depicted by the quality of the movement<ul><li>Moves at his/her own pace; </li><li>Movement is mostly as smooth or balanced as possible;</li><li>Negotiates turnaround with control; and </li><li>Can stop as close to the pylon as possible without hitting it.</li></ul></td></tr><tr style=\"mso-yfti-irow: 2; mso-yfti-lastrow: yes;\"><td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>MERGING</strong>: Able to execute basic sequencing of the task<ul><li>Rhythmic movement is present; </li><li>Basic features of controlled movement are observed;</li><li>Uncontrolled stop at the pylon; and </li><li>Ability to travel from one pylon to the other is evident.</li></ul></td><td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>PROFICIENT</strong>: Able to problem solve with present conditions<ul><li>Moves at his/her own pace;</li><li>Movement is as smooth or balanced as possible;</li><li>Movement is controlled in a single direction and during a change of direction;</li><li>Can stop at the pylon; </li><li>Can stop at the pylon with control; and</li><li>Able to move with visual cues during task.</li></ul></td></tr></tbody></table><p style=\"font-size: 13.008px;\"><strong style=\"font-size: 13.008px;\">Movement Analysis Tips</strong></p><ul style=\"font-size: 13.008px;\"><li>For this task, you will want to pay attention to the participant pace and fluidity when moving between the 2 pylons, as well as their ability to control the stop and turnaround at the pylon.&nbsp;&nbsp;</li><li>You will also want to notice the control and accuracy the participant has during the stop and turnaround at the pylon. They should aim to come close to the pylon without hitting it.</li><li>Some participants will go around the pylon and turn back to return. If they do this, clarify the instructions for them, provide a demo if needed and ask them to try the task again.</li></ul><p><strong>Videos</strong></p><table border=\"0\"><tbody><tr><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/7qha_CQ5ZZw\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/BX7IOOEWImg\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/cBBYCc8FHws\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td></tr><tr><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/KOFqITAkuuE\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/E9Pdm4pNWhU\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td><td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\"><iframe src=\"https://www.youtube.com/embed/7-uPMqXqnok\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td></tr></tbody></table>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:29852:\"<p><strong style=\"font-size: 13.008px;\">Equipment</strong></p>\n<ul style=\"font-size: 13.008px;\">\n<li>Floor space</li>\n<li>2 pylons (placed 5 m apart in linear formation)</li>\n</ul>\n<p style=\"font-size: 13.008px;\"><strong>Instructions</strong></p>\n<p style=\"font-size: 13.008px;\">You may provide a demo and give the participant practice trials if they would like to try it before being assessed. Record the number of practice trials on their assessment sheet.</p>\n<p style=\"font-size: 13.008px;\">“I want you to travel to the pylon, stop as close as possible without hitting it, turn around, and come back. I want you to choose the best way to move to the pylon, turn around and come back, and stop at the pylon. Ready? Move now.”</p>\n<p style=\"font-size: 13.008px;\"><strong style=\"font-size: 13.008px;\">Rating System</strong><strong style=\"font-size: 13.008px;\"> </strong></p>\n<p style=\"font-size: 13.008px;\"><strong style=\"font-size: 13.008px;\"> </strong></p>\n<!--[if gte mso 9]><p><xml><br />\n <o:DocumentProperties><br />\n  <o:Revision>0</o:Revision><br />\n  <o:TotalTime>0</o:TotalTime><br />\n  <o:Pages>1</o:Pages><br />\n  <o:Words>163</o:Words><br />\n  <o:Characters>930</o:Characters><br />\n  <o:Company>Sport for Life</o:Company><br />\n  <o:Lines>7</o:Lines><br />\n  <o:Paragraphs>2</o:Paragraphs><br />\n  <o:CharactersWithSpaces>1091</o:CharactersWithSpaces><br />\n  <o:Version>14.0</o:Version><br />\n </o:DocumentProperties><br />\n <o:OfficeDocumentSettings><br />\n  <o:AllowPNG></o:AllowPNG><br />\n </o:OfficeDocumentSettings><br />\n</xml><![endif]--> \n<!--[if gte mso 9]><p><xml><br />\n <w:WordDocument><br />\n  <w:View>Normal</w:View><br />\n  <w:Zoom>0</w:Zoom><br />\n  <w:TrackMoves></w:TrackMoves><br />\n  <w:TrackFormatting></w:TrackFormatting><br />\n  <w:PunctuationKerning></w:PunctuationKerning><br />\n  <w:ValidateAgainstSchemas></w:ValidateAgainstSchemas><br />\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />\n  <w:DoNotPromoteQF></w:DoNotPromoteQF><br />\n  <w:LidThemeOther>EN-CA</w:LidThemeOther><br />\n  <w:LidThemeAsian>JA</w:LidThemeAsian><br />\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />\n  <w:Compatibility><br />\n   <w:BreakWrappedTables></w:BreakWrappedTables><br />\n   <w:SnapToGridInCell></w:SnapToGridInCell><br />\n   <w:WrapTextWithPunct></w:WrapTextWithPunct><br />\n   <w:UseAsianBreakRules></w:UseAsianBreakRules><br />\n   <w:DontGrowAutofit></w:DontGrowAutofit><br />\n   <w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark><br />\n   <w:EnableOpenTypeKerning></w:EnableOpenTypeKerning><br />\n   <w:DontFlipMirrorIndents></w:DontFlipMirrorIndents><br />\n   <w:OverrideTableStyleHps></w:OverrideTableStyleHps><br />\n  </w:Compatibility><br />\n  <m:mathPr><br />\n   <m:mathFont m:val=\"Cambria Math\"></m:mathFont><br />\n   <m:brkBin m:val=\"before\"></m:brkBin><br />\n   <m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub><br />\n   <m:smallFrac m:val=\"off\"></m:smallFrac><br />\n   <m:dispDef></m:dispDef><br />\n   <m:lMargin m:val=\"0\"></m:lMargin><br />\n   <m:rMargin m:val=\"0\"></m:rMargin><br />\n   <m:defJc m:val=\"centerGroup\"></m:defJc><br />\n   <m:wrapIndent m:val=\"1440\"></m:wrapIndent><br />\n   <m:intLim m:val=\"subSup\"></m:intLim><br />\n   <m:naryLim m:val=\"undOvr\"></m:naryLim><br />\n  </m:mathPr></w:WordDocument><br />\n</xml><![endif]-->\n<!--[if gte mso 9]><p><xml><br />\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"<br />\n  DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"<br />\n  LatentStyleCount=\"276\"><br />\n  <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"<br />\n   UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException><br />\n  <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException><br />\n </w:LatentStyles><br />\n</xml><![endif]-->\n<!--[if gte mso 10]><style>\n /* Style Definitions */\ntable.MsoNormalTable\n	{mso-style-name:\"Table Normal\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-noshow:yes;\n	mso-style-priority:99;\n	mso-style-parent:\"\";\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-para-margin-top:0cm;\n	mso-para-margin-right:0cm;\n	mso-para-margin-bottom:8.0pt;\n	mso-para-margin-left:0cm;\n	line-height:107%;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\ntable.MsoTableGrid\n	{mso-style-name:\"Table Grid\";\n	mso-tstyle-rowband-size:0;\n	mso-tstyle-colband-size:0;\n	mso-style-priority:39;\n	mso-style-unhide:no;\n	border:solid windowtext 1.0pt;\n	mso-border-alt:solid windowtext .5pt;\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n	mso-border-insideh:.5pt solid windowtext;\n	mso-border-insidev:.5pt solid windowtext;\n	mso-para-margin:0cm;\n	mso-para-margin-bottom:.0001pt;\n	mso-pagination:widow-orphan;\n	font-size:11.0pt;\n	font-family:Calibri;\n	mso-ascii-font-family:Calibri;\n	mso-ascii-theme-font:minor-latin;\n	mso-hansi-font-family:Calibri;\n	mso-hansi-theme-font:minor-latin;\n	mso-ansi-language:EN-CA;}\n</style><p><![endif]--> \n<!--StartFragment--><!--EndFragment--><p></p>\n<table class=\"MsoTableGrid\" style=\"width: 100.0%; border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr style=\"mso-yfti-irow: 0; mso-yfti-firstrow: yes;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>Developing</strong></td>\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>Acquired</strong></td>\n</tr>\n<tr style=\"mso-yfti-irow: 1;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>INITIAL: </strong>Becomes acquainted with the movement task\n<ul>\n<li>Pace of movement is inconsistent; </li>\n<li>Movement is not controlled in a single direction or during a change of direction; </li>\n<li>Stops beyond the pylon; and </li>\n<li>Unable to move with visual cues during task.</li>\n</ul>\n</td>\n<td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>COMPETENT:</strong> Overall proficiency is depicted by the quality of the movement\n<ul>\n<li>Moves at his/her own pace; </li>\n<li>Movement is mostly as smooth or balanced as possible;</li>\n<li>Negotiates turnaround with control; and </li>\n<li>Can stop as close to the pylon as possible without hitting it.</li>\n</ul>\n</td>\n</tr>\n<tr style=\"mso-yfti-irow: 2; mso-yfti-lastrow: yes;\">\n<td style=\"width: 50.0%; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>MERGING</strong>: Able to execute basic sequencing of the task\n<ul>\n<li>Rhythmic movement is present; </li>\n<li>Basic features of controlled movement are observed;</li>\n<li>Uncontrolled stop at the pylon; and </li>\n<li>Ability to travel from one pylon to the other is evident.</li>\n</ul>\n</td>\n<td style=\"width: 50.0%; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 5.4pt 0cm 5.4pt;\" valign=\"top\" width=\"50%\"><strong>PROFICIENT</strong>: Able to problem solve with present conditions\n<ul>\n<li>Moves at his/her own pace;</li>\n<li>Movement is as smooth or balanced as possible;</li>\n<li>Movement is controlled in a single direction and during a change of direction;</li>\n<li>Can stop at the pylon; </li>\n<li>Can stop at the pylon with control; and</li>\n<li>Able to move with visual cues during task.</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p style=\"font-size: 13.008px;\"><strong style=\"font-size: 13.008px;\">Movement Analysis Tips</strong></p>\n<ul style=\"font-size: 13.008px;\">\n<li>For this task, you will want to pay attention to the participant pace and fluidity when moving between the 2 pylons, as well as their ability to control the stop and turnaround at the pylon.  </li>\n<li>You will also want to notice the control and accuracy the participant has during the stop and turnaround at the pylon. They should aim to come close to the pylon without hitting it.</li>\n<li>Some participants will go around the pylon and turn back to return. If they do this, clarify the instructions for them, provide a demo if needed and ask them to try the task again.</li>\n</ul>\n<p><strong>Videos</strong></p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/7qha_CQ5ZZw\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/BX7IOOEWImg\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/cBBYCc8FHws\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n</tr>\n<tr>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/KOFqITAkuuE\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/E9Pdm4pNWhU\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n<td style=\"border-color: #ffffff; border-style: solid; border-width: 1px;\" align=\"center\" valign=\"middle\">\n<iframe src=\"https://www.youtube.com/embed/7-uPMqXqnok\" frameborder=\"0\" width=\"425\" height=\"350\"></iframe></td>\n</tr>\n</tbody>\n</table>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646171760,1),('field:node:7664',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:2934:\"<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><img style=\"max-width: 100%; height: auto; width: auto;\" src=\"https://play.physicalliteracy.ca/sites/default/files/Pre-PLAY-3.jpg\" alt=\"\" width=\"1200\" height=\"457\"></p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Pre PLAy uses different types of questions to fully assess a child’s physical literacy. All questions ask that the child’s physical literacy is considered compared to other children that are the same age. This is important, because older children have further developed their skills compared to younger children. For example, we would expect children who are 42 months would be able to throw or kick a ball further and with greater accuracy than children who are 24 months. Children who are older are also better able to combine different skills together and complete more complex skills. For example, a child will generally walk and run, before hopping and skipping. Also, children who are older are more likely to move in a more coordinated and less rigid or awkward manner. Further information and instructions about each section are included below.</p><p id=\"page-title\" style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><strong>Instructions for Scoring Pre PLAy</strong><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/Scoring-Instructions\"><br></a></p><ul style=\"margin: 1.53846em 0px; padding: 0px 0px 0px 30px; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/movement-competencies\">Movement Competencies</a></li><li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/motivation-and-enjoyment\">Motivation and Enjoyment</a></li><li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/knowledge\">Knowledge</a></li><li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/overall-physical-literacy\">Overall Physical Literacy</a></li></ul><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/scoring-sheets\">Scoring Sheets</a></p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/descriptors\">Descriptors</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:2949:\"<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><img style=\"max-width: 100%; height: auto; width: auto;\" src=\"https://play.physicalliteracy.ca/sites/default/files/Pre-PLAY-3.jpg\" alt=\"\" width=\"1200\" height=\"457\" /></p>\n<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Pre PLAy uses different types of questions to fully assess a child’s physical literacy. All questions ask that the child’s physical literacy is considered compared to other children that are the same age. This is important, because older children have further developed their skills compared to younger children. For example, we would expect children who are 42 months would be able to throw or kick a ball further and with greater accuracy than children who are 24 months. Children who are older are also better able to combine different skills together and complete more complex skills. For example, a child will generally walk and run, before hopping and skipping. Also, children who are older are more likely to move in a more coordinated and less rigid or awkward manner. Further information and instructions about each section are included below.</p>\n<p id=\"page-title\" style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><strong>Instructions for Scoring Pre PLAy</strong><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/Scoring-Instructions\"><br /></a></p>\n<ul style=\"margin: 1.53846em 0px; padding: 0px 0px 0px 30px; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">\n<li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/movement-competencies\">Movement Competencies</a></li>\n<li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/motivation-and-enjoyment\">Motivation and Enjoyment</a></li>\n<li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/knowledge\">Knowledge</a></li>\n<li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/overall-physical-literacy\">Overall Physical Literacy</a></li>\n</ul>\n<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/scoring-sheets\">Scoring Sheets</a></p>\n<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/descriptors\">Descriptors</a></p>\n\";s:12:\"safe_summary\";s:0:\"\";}}}}',0,1646171514,1),('field:node:7665',_binary 'a:1:{s:4:\"body\";a:1:{s:3:\"und\";a:1:{i:0;a:5:{s:5:\"value\";s:8358:\"<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Movement competencies are essential to participation in physical activity. If movement competencies are not developed and nurtured from a young age, this can lead to inactivity and the health and social problems linked to inactivity. The following graphic provides examples of how movement competencies set a foundation for participation in different physical activities.</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><img style=\"max-width: 100%; height: auto; width: auto;\" src=\"https://play.physicalliteracy.ca/sites/default/files/If-You-Can-2016_EN.jpg\" alt=\"\" width=\"576\" height=\"432\"></p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">&nbsp;We divide movement competencies into more specific skills including: sending, receiving, transporting, and body control.</p><ul style=\"margin: 1.53846em 0px; padding: 0px 0px 0px 30px; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><li><strong>Sending&nbsp;</strong>includes how a child moves or sends an object away from them. This can include throwing, kicking, head butting, or other creative methods. For example, if the goal of a game is to hit a target (e.g. a plastic cone/pylon), the child has a number of different options. For example, s/he could throw underhand or overhand (<strong>sending upper body</strong>) or kick (<strong>sending lower body</strong>) the ball, aiming for the target.</li><li><strong>Receiving skills</strong>&nbsp;include how a child catches or receives an object. This can include catching, using a foot to stop a ball, trapping an object with their body, or other creative methods.</li><li><strong>Transporting skills</strong>&nbsp;include different ways to move around the environment such as walking, running, hopping, skipping and jumping (<strong>upright transporting</strong>), but also rolling and tumbling (<strong>vertical or prone transporting</strong>).</li><li><strong>Body control skills</strong>&nbsp;involve balance and skills that require us to move one part of our body while keeping the others still. It can include body control skills while stationary (e.g. standing while putting on shoes or reaching up to get an object from a high shelf) or while moving (e.g. walking while balancing on the curb of a sidewalk)</li><li><strong>Coordinated movements&nbsp;</strong>are how a child combines the different types of movement skills together in everyday activities and play. This can include catching a ball while running or navigating an outdoor playground.&nbsp;</li></ul><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><strong style=\"font-size: 1.385em;\">Assessing movement competencies</strong></p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Pre PLAy uses two types of questions to assess movement competencies.</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">The first set of items asks you to select the stage you believe the child is at. This section includes a rubric that is to be used to identify what box/stage the child fits into. The questions and rubric provide some examples of activities to help you consider and understand a wide range of activities. These can be used to think about other types of activities that you might observe depending on the age of the child. For example, receiving with equipment includes with a glove or stick as examples. Younger children might not yet use gloves, so you would need to consider other activities for this question. For example, younger children might use a hoop to receive a bean bag or creatively use other objects in the class to receive/trap objects. &nbsp;</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Once you identify the box/stage that best matches the child’s skill, we ask you to place a vertical line within that box as to the level or skill of the child. The skill level increases as the box moves from left to right. The example below illustrates an example of this type of question and how to answer it. &nbsp;</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><strong>Example:</strong></p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Compared to other children the same age, how would you rate this child on each of the following skills: &nbsp;</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Sending upper body (using body only/no equipment; e.g. arms/hands/head/chest):&nbsp;</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><img src=\"/sites/default/files/Field%205_2.jpg\" alt=\"\" width=\"596\" height=\"80\"></p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">The second type of questions asks about different activities or movements common in the preschool setting. These questions ask how often a child engages in an activity from never to always. For these questions, we ask you to select the box that most applies.According to the position of the blue line above, the educator believes the child is able to demonstrate sending skills without support or instruction. Further, the educator believes the child is very capable at using these skills without assistance. If the line were placed closer to the left hand side of the box, then the person scoring is indicating she does not feel the child is quite as capable at displaying skills without instruction, relative to other children the same age.</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><strong>Example:</strong></p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Compared to children the same age, how would you rate the child on the following?</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Can move inside the classroom without bumping into objects or people who are NOT moving.</p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><img src=\"/sites/default/files/Field%201.jpg\" alt=\"\" width=\"437\" height=\"63\"></p><p id=\"page-title\" style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/Scoring-Instructions\">Instructions for Scoring Pre PLAy</a></p><ul style=\"margin: 1.53846em 0px; padding: 0px 0px 0px 30px; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/movement-competencies\">Movement Competencies</a></li><li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/motivation-and-enjoyment\">Motivation and Enjoyment</a></li><li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/knowledge\">Knowledge</a></li><li><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/overall-physical-literacy\">Overall Physical Literacy</a></li></ul><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/scoring-instructions/scoring-sheets\">Scoring Sheets</a></p><p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><a style=\"color: #047eb3; transition: color 0.2s linear 0s;\" href=\"https://play.physicalliteracy.ca/PrePLAy/descriptors\">Descriptors</a></p>\";s:7:\"summary\";s:0:\"\";s:6:\"format\";s:7:\"wysiwyg\";s:10:\"safe_value\";s:8352:\"<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">Movement competencies are essential to participation in physical activity. If movement competencies are not developed and nurtured from a young age, this can lead to inactivity and the health and social problems linked to inactivity. The following graphic provides examples of how movement competencies set a foundation for participation in different physical activities.</p>\n<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"><img style=\"max-width: 100%; height: auto; width: auto;\" src=\"https://play.physicalliteracy.ca/sites/default/files/If-You-Can-2016_EN.jpg\" alt=\"\" width=\"576\" height=\"432\" /></p>\n<p style=\"margin: 1.53846em 0px; line-height: 1.7; font-family: \'Open Sans\', sans-serif; font-size: 13px;\"> We divide movement competencies into more specific skills including: sending, receiving, transporting, and body control.</p>\n<ul style=\"margin: 1.53846em 0px; padding: 0px 0px 0px 30px; font-family: \'Open Sans\', sans-serif; font-size: 13px;\">\n<li><strong>Sending </strong>includes how a child moves or sends an object away from them. This can include throwing, kicking, head butting, or other creative methods. For example, if the goal of a game is to hit a target (e.g. a plastic cone/pylon), the child has a number of different options. For example, s/he could throw underhand or overhand (<strong>sending upper body</strong>) or kick (<strong>sending