ࡱ> oqjklmno@ ɏbjbj p p "oo"""8## a$&*((*(*(*8Y>?aaaaaaa$=cRe(a@g5L8@@(a(*(*? =a-B-B-B@(*(*a-B@a-B>-BkCv.YV^(*$ dg3"qAL]|^Sa0aJ^|fApf^f^ @@-B@@@@@(a(a-B Using Microsoft Office to Create Interactive Learning Materials Microsoft Excel  TOC \o "1-3" \h \z \u Part One: Excel Fundamentals3  HYPERLINK \l "_Toc525555766" The Interface  PAGEREF _Toc525555766 \h 3  HYPERLINK \l "_Toc525555767" Performing Simple Calculations  PAGEREF _Toc525555767 \h 3  HYPERLINK \l "_Toc525555768" Using Simple Functions and Cell Ranges  PAGEREF _Toc525555768 \h 4  HYPERLINK \l "_Toc525555769" The sum() Function  PAGEREF _Toc525555769 \h 4 The average() Function5  HYPERLINK \l "_Toc525555771" The count() Function  PAGEREF _Toc525555771 \h 5  HYPERLINK \l "_Toc525555772" The Gentle Art of Cell Formatting  PAGEREF _Toc525555772 \h 5  HYPERLINK \l "_Toc525555773" Alignment  PAGEREF _Toc525555773 \h 6  HYPERLINK \l "_Toc525555774" Font  PAGEREF _Toc525555774 \h 6  HYPERLINK \l "_Toc525555775" Border  PAGEREF _Toc525555775 \h 6  HYPERLINK \l "_Toc525555776" Patterns  PAGEREF _Toc525555776 \h 7  HYPERLINK \l "_Toc525555777" Protection  PAGEREF _Toc525555777 \h 8  HYPERLINK \l "_Toc525555778" Using Form Controls An Introduction  PAGEREF _Toc525555778 \h 8  HYPERLINK \l "_Toc525555779" Part Two: Creating a Simple Quiz  PAGEREF _Toc525555779 \h 10  HYPERLINK \l "_Toc525555780" The Purpose  PAGEREF _Toc525555780 \h 10  HYPERLINK \l "_Toc525555781" The Exercise  PAGEREF _Toc525555781 \h 10  HYPERLINK \l "_Toc525555782" Setting Up  PAGEREF _Toc525555782 \h 10  HYPERLINK \l "_Toc525555783" Adding Drop-Down Boxes and Input Ranges  PAGEREF _Toc525555783 \h 12  HYPERLINK \l "_Toc525555784" Question 1  PAGEREF _Toc525555784 \h 14  HYPERLINK \l "_Toc525555785" Question 3  PAGEREF _Toc525555785 \h 14  HYPERLINK \l "_Toc525555786" Question 4  PAGEREF _Toc525555786 \h 14  HYPERLINK \l "_Toc525555787" Question 5  PAGEREF _Toc525555787 \h 14  HYPERLINK \l "_Toc525555788" Question 6  PAGEREF _Toc525555788 \h 14  HYPERLINK \l "_Toc525555789" Question 7  PAGEREF _Toc525555789 \h 14  HYPERLINK \l "_Toc525555790" Question 8  PAGEREF _Toc525555790 \h 14  HYPERLINK \l "_Toc525555791" Question 9  PAGEREF _Toc525555791 \h 14  HYPERLINK \l "_Toc525555792" Question 10  PAGEREF _Toc525555792 \h 14  HYPERLINK \l "_Toc525555793" Working with IF Statements  PAGEREF _Toc525555793 \h 14  HYPERLINK \l "_Toc525555794" Calculating the Final Score  PAGEREF _Toc525555794 \h 15  HYPERLINK \l "_Toc525555795" Adding a Macro and Calculate Button  PAGEREF _Toc525555795 \h 15  HYPERLINK \l "_Toc525555796" Locking and Securing the Worksheet  PAGEREF _Toc525555796 \h 19  HYPERLINK \l "_Toc525555797" Part Three: Using Excel to Create Statistical and Mathematical Exercise  PAGEREF _Toc525555797 \h 21  HYPERLINK \l "_Toc525555798" The Purpose  PAGEREF _Toc525555798 \h 21  HYPERLINK \l "_Toc525555799" Setting Up  PAGEREF _Toc525555799 \h 21  HYPERLINK \l "_Toc525555800" Creating Graphs  PAGEREF _Toc525555800 \h 22  HYPERLINK \l "_Toc525555801" Adding Slider Controls  PAGEREF _Toc525555801 \h 24  HYPERLINK \l "_Toc525555802" Finishing Up  PAGEREF _Toc525555802 \h 25 Part One: Excel Fundamentals The Interface Excels toolbars and menus follow a fairly standard format and share common features with many of Microsofts other products.  Towards the top of the window is the fairly standard array of toolbars and menus, many of which are specific to Excel itself. An Excel worksheet is split into cells. Each cell can be referenced using the grid present within Excel itself. Using a combination of the column (represented by a letter) and the row (represented by a number) you can quickly reference any cell using a simple notation such as A1, B16, C24. When you later move onto working with calculations and formulae youll be using cell references a lot. Performing Simple Calculations One of the biggest advantages Excel has over a standard table in Word is its ability to perform calculations. These can range from simple formulae like adding the value of two cells together, ranging through to complex IF, THEN, ELSE style statements and statistical calculations. Take a look first at the most simple of Excel calculations: addition.  In the example above, the formula provided in the highlighted cell will add together the values of cells B2 and C2. Notice how the calculation was preceded with the = sign. The = sign tells Excel that the cell is going to contain some form of calculation. Without this, it would simply display b2+c2 as text. The biggest advantage here is that D2 will always contain the sum of B2 and C2. If later you update B2 to (say) 5, the value of D2 would automatically change to 8 to represent this change. Alongside addition this simple calculation format can also be used for: Subtraction ( - ) Multiplication ( * ) Division ( / ) Using Simple Functions and Cell Ranges Functions are built into Excel to make routine every day calculations, and mathematical and statistical exercises easier. This section covers using functions to perform routine tasks, lists a few of the more common ones and also demonstrates the use of cell ranges for working with multiple values. The sum() Function First of all look at the sum() function.  Notice how the format changes. First comes the familiar = sign, telling Excel this cell will contain a calculation or formula of some sort. =sum(b2:g2) sum is the name of the function; the brackets contain the arguments, in this case the cell range. Read the colon ( : ) as the word to. Basically the software is being asked to sum up all the values from cell B2 to cell G2. The average() Function Average() works in almost exactly the same as sum()except that, instead of totalling up a range of values, it provides the mean average of them. The syntax for this function is: =average(b2:g2) Youll find this function very useful when preparing online quizzes or similar tests as it will enable you to provide average scores for answers and results. The count() Function Count() is used for adding up every instance of a value in a series of cells. Take the diagram below as an example.  You can see in the example that 4 cells in the range specified have values in them, so the value returned from the count function is 4. This simple function has many practical uses, for example keeping a tally of correct answers for a quiz or totalling up the number of questions a student has answered. The Gentle Art of Cell Formatting To access the Cell Formatting screen, simple select any cell or group of cells, right click and choose Format Cells from the pop up menu. The cell formatting screen has a number of purposes and below the function of each individual tab is examined .  Alignment  Font The font tab offers the standard font formatting controls present in all Microsoft applications. For a detailed reference to this panel, please see the Font Formatting section in the Word manual. Border The border tab allows you to control the look of the border of the cells you currently have selected. The tab looks like this:  Patterns Patterns is used for controlling the shading or fill of a cell.  Protection The protection tab only really comes into play when locking worksheets or creating secure applications.  Locking (or unlocking) cells on a protected worksheet allows you to define areas where the user is able to enter information. This is particularly useful for the creation of online forms or quiz type worksheets. Using Form Controls An Introduction As you take Excel further and begin to create wholly independent learning applications, as opposed to just using Excel as a spreadsheet , youll find yourself quickly needing to investigate and use form controls. To begin with, if you cant already see it, select View > Toolbars > Forms to make the forms toolbar visible.  Above you can see the forms toolbar. Examine the icons from left to right. Label is just that - a quick way of adding a wholly transparent floating text box to a form. Edit Box, when available, allows you to enter a text field which the user can type into. This option isnt used very often as a spreadsheet cell can effectively serve the same purpose. Group Box allows you to group two or more controls together. For example this is used to tell Excel that certain radio buttons or check boxes are options for the same question etc. Button is just that. One of the most common uses of buttons is as controls. By assigning macros to buttons we are able to add a lot of functionality into Excel. A macro is a saved sequence of commands or keyboard strokes that can be stored and then recalled with a single command or keyboard stroke. The example at the end of this manual uses a button to reset and calculate the score on the quiz. Check Box also does just that. Adding a check box allows the user to tick / untick a control providing you with a TRUE or FALSE in a cell of your choice. Radio Buttons work in a very similar way to checkboxes, the difference being that they work in groups and not on their own and, instead of returning a TRUE/FALSE value in the cell you specify, the group will return a numbered value which was dependent on which option was selected. This is very similar to the drop down box control looked at later. List Boxes present a scrolling list of items in a very similar way to a drop down box. As with the drop down box you need to provide a cell reference for the output value (a number representing the option thats selected) and an input range (a range of cells that contain the options the list box will contain). The key advantage of a list box over a drop down box is that its possible to select more than one item by holding the CTRL key and clicking on the options. Drop Down Boxes are covered in detail in the section entitled Adding Drop-Down Boxes and Input Ranges, within the exercise at the end of this manual. The next two icons are used for editing and customising List Boxes and Drop Down Boxes once theyre added to your worksheet. Scroll Bars are ideal for questions or options that can have a lot of different numerical values. Imagine a question that could have any answer between 1 and 100 - the easiest option would be to create a scroll-bar, with a minimum value of 1 and maximum of 100 that is incremented in steps of 1. A scrollbar also has a cell link attached to the control. This cells value will update to reflect the current state of the scrollbar. A Spinner works in a similar way to a Scrollbar but instead of scrolling the user can move the value of the linked cell up and down in increments using the up and down arrows provided. Control Properties is used to access quickly the properties for any form control in your workbook. Every form control has Visual Basic code underlying it that controls how it works and what it does. Edit Code is a shortcut to access the code for a particular form control. Toggle Grid can be used to switch on or off the gridlines which surround the spreadsheets cells. The Excel Help facility gives a detailed description of all of Excels form controls and how they can be used in conjunction with macros to create fully functional learning applications. Part Two: Creating a Simple Quiz The Purpose This exercise will allow you to create a simple quiz using a series of drop down boxes on an Excel Spreadsheet. The user will have to select what they believe to be the correct answer to each question, and then click on a button which will calculate their score as a percentage. All this will be housed in a wholly secure spreadsheet application which can be distributed as needed and adapted to suit any form of quiz or question set. The aim is to create something like the following:  The Exercise Setting Up First of all you need to create a new Excel spreadsheet by selecting File > New and creating a new workbook. The first step here is setting up the look and feel of the exercise. Ensuring Sheet 1 is selected, add a title to the exercise. You may also wish to add some instructions to the quiz as well, though you will learn how to do this using Tool Tips later on. The formatting and look of the title is a purely aesthetic choice and is up to you. The example here is titled Web Development 101. Next you need to add the questions. Again, this is just a case of entering text in the appropriate cells. Add the following questions to your exercise: 1. What does the acronym HTML stand for? 2. Which company introduced the tag? 3. What does do? 4. What does Error 404 refer to? 5. What are the default ports for HTTP and HTTPS respectively? 6. What does the acronym SSI stand for? 7. Is always equal to ? 8. Which of the following is NOT a valid HTML version? 9. Which company introduced the tag? 10. What does the acronym CSS stand for? Ensure these are well spaced out and easy to read. Its also worth making sure your screen doesnt scroll too much. Form Controls will be used a lot in this exercise, so its a good idea to have the forms toolbar showing at all times. To activate it (if youve not already done so) select View > Toolbars > Forms.  The only form elements youll need in this exercise are the Button element and the Drop Down Box element. However its well worth finding your way around this toolbar for future reference as this is where youll insert and deal with a lot of, if not all the controlling elements of any Excel application.  Adding Drop-Down Boxes and Input Ranges Drop down boxes in Excel work slightly different than those in Word. Theres an example of adding one here, and youll then have to repeat this for each of the questions you've added onto your quiz. Select the Drop Down Box tool on the forms toolbar. Youll need to draw out a drop-down box to the size you want. Dont worry too much about the size here as you can always resize it later on. Once youve inserted the control, right click on it and select Format Control. You should see a window like the one below.  The example below willmake that clearer. Question 1 asks What does the acronym HTML stand for? so start with that. Sheet 2 is where youll be keeping the options for the questions and also the workings of the system. When you havefinished, youll be locking Sheet 2 and hiding it so everything is kept neatly out of the way. For now though, select it by using its tab on the bottom left of the screen  Next, you need to enter the options for the first question as below. Place each option in a separate cell below one-another.  You now need to return to Sheet 1 and go back into the control properties. Using the controls highlighted below, select the group of cells that contains the options for the drop-down. In the example above these are A2 to A5.  You should notice how it creates the Input Range for you based on what youve selected. Next fill in Cell link: again you should select a cell on sheet two which will contain the selected value. A7 on Sheet 2 is a good selection in this case. The Drop down lines option should be set to 4, as that is how many options youre providing. How does cell linking work? Youll find that the cell youve specified as the cell link will contain a number when youve pressed OK. The number represents the currently selected option from the list. For example, the number 1 in the example above would tell us that Option 1 (Hyper Text Mark-up Language) is currently selected in the drop down box on Sheet 1. You can then use an IF Statement to tell the user whether or not theyre right or wrong as shown later on. For now, repeat this process for all the other questions using the following options. Question 1 Hyper-Text Mark-up Language* Hot Tomato, Mustard and Lettuce Happy Travellers Must Look Help! Too Many Llamas! Question 2 Netscape* Microsoft AOL Macromedia Question 3 Centre the table on the page* Centre the contents of the table Turn the table upside down Centre the table's background Question 4 Server not found File not found* Directory not found Internet not found Question 5 80 and 8080* 67 and 12 1 and 2 A and BQuestion 6 Silly, Silly Sausage Server Side Index Server Side Include* Severe Server Irritation Question 7 Yes No Only when * Only when Question 8 HTML 2.0 HTML 1.5* HTML 3.2 HTML 4 Question 9 Netscape Microsoft* AOL Macromedia Question 10 Centre for Systems Studies Cascading Style Sheets* Coloured Slipper Socks Cascading Style Snippets The correct answers are marked with an asterisk (*). Working with IF Statements This is where the exercise starts to get a little bit complicated. Take the example below.  This is the layout for question 5. The cells in the first column represent the options for the question. The highlighted cell above containing the number 1 is the Cell link you specified earlier on. The number 1 shows that on the first sheet the first option in the drop-down is selection. Look at the cell containing the number 10 That contains the IF statement youre going to be using. The close-up of the formula bar above shows the code you need. Look at the IF statement in more detail: IF(B27=1,10,0) Because its a function, it needs to be contained in brackets. For example IF(arguments). All functions within Excel follow this format. Look at the arguments. B27=1, = here youre providing the criteria which Excel will evaluate before doing anything. In this example youre saying that if cell B27 has a value of 1, do this, otherwise, do something else. B27=1,10,0 = this completes the picture. If B27 contains the number 1, return a value of 10 (i.e. a correct answer), if not, return a value of 0 (a wrong answer). Given the format of the IF statement above, see if you can repeat this process and create similar statements for the rest of your questions. Remember that the first number (in this case 1) represents the correct option in the drop-down field, so if option 4 was correct the IF statement would read IF(B27=4,10,1). Also worth considering is the value of 10 youre using to signify a correct answer. There are 10 questions in this quiz, each one is worth 10% of the total score, so if the user gets it right you record a score of 10 (or 10% correct). Its possible to weight some questions more heavily than others by altering the value returned for a correct answer and thus build up a more complex scoring system. Calculating the Final Score Because all your IF statements are in one column, you can use the SUM function to add them all up and present a final score. In the example, all the IF statements are in the D column, so youd use the function: SUM(D1:D45) You should notice similarities between the SUM and IF functions. All Excel functions operate inside the same format. This will keep a running total of the contents of the D column. Basically this means itll keep a running total of the users score as they alter the options on the front page. Adding a Macro and Calculate Button The quiz is almost complete. To summarise, youve added the question, built in a mechanism to return answers and added a formula to total up the users score and keep track of it. However, the user isnt going to see the second worksheet with the options, formulae and total, so youre going to add a calculate button to the first sheet which, when pressed, will return the users score based on what theyve got selected in the drop down boxes. The first hurdle you need to tackle is the fact that once youve secured this sheet and locked it, theres no way you can copy and paste the result from the SUM function into the first sheet using a macro. So heres what you do: On the first sheet, in an out of the way cell (for example Z1 or something similar) type an equals sign (=) . Now, before clicking away navigate your way to the cell on the second worksheet that contains the SUM formula you entered earlier. You should see the cell highlight with a dashed line as shown below.  Press the Return key and you should now see that the value of the cell on the first worksheet matches the value of the cell on the second worksheet. This new cell will update automatically as the cell doing the SUMming changes. You can now leave the second worksheet alone. Using the font formatting controls, change the colour of the text in your new cell so that it matches the background of the exercise and is invisible. This is so that the workings out cant be seen by the user. When you lock the worksheets later on the workings will be completely secure as the user wont be able to select them by clicking in the cell. Look at the calculating and scoring section on the first sheet:  Youll be reproducing this on the first sheet below the drop down question and answer boxes. To add a button select the button icon on the Forms toolbar and drag one out to the required size.  Draw out two buttons. You can edit the name by clicking on the button itself and typing over the default name Excel has given it. Call one Calculate and the other Reset. Your next step is recording two macros that will: Calculate the score by copying the value from your secret cell into the appropriate cell on the front sheet and Reset the quick[???] by inserting a value of 0 in the appropriate cell on the front sheet. Recording your Macros will be the next step: By recording a macro youre recording your actions and a series of steps that are needed to accomplish a task. Uses of macros are very varied. Some could be copying data from one sheet to another at the touch of a button, creating a graph or clearing a series of cells. Before recording a macro you should plan in your head what you want to accomplish. The Record Macro tool records every action you take, so if you make a mistake you could end up having it recorded permanently. Deal with the Reset macro first. Select Tools > Macro > Record New Macro. You should be presented with the screen below.  Give the Macro a name. Here youve given it the original title of Reset. You can choose to store a macro in just one workbook as youll do here, or in Excel itself so that you can use it over and over again on different spreadsheets. Because your macro is only specific to this application youll leave the option as default. Description is purely a note for your own reference. Shortcut Key allows you to assign a short-cut key to the macro. These two fields are optional and not really needed for this exercise. Once everything is set up click on OK. Youre now ready to record your macro. First of all have a look at the new floating toolbar that should have appeared: Once youve done all the things your macro is going to do click the Stop Recording button as highlighted on the left. Your macro is now complete and ready to be assigned to a button. First of all record a macro which adds a value of 0 to the cell shown below (just by typing it over the top of whatever is in there).  In the example here, the % symbol is in a different cell to the number. This makes calculation easier as youre dealing with whole numbers and not percentages. When your macro is recorded and youve saved it by clicking on Stop Recording button you can assign it to a button. Right click on the Reset button and select Assign Macro from the pop-up menu.  Thats it. The macro will now execute when you click on the button. To finish off remember the cell you created earlier with the invisible text that was a link to the second sheet? The one with the current score in it? You need to record another value that copies and pastes the value of that cell into the one that contains your result. Call this macro calculate. Remember to check your macros are working properly before you move onto the next step. Locking and Securing Your Worksheet So far youve created a question set, built mechanisms for answering them and allowed the user to retrieve a score based on how many correct answers theyve accumulated. The last step in this rather lengthy exercise is to lock the workbook, hide the sheet with the answers and IF statements and secure the file so that its inner workings cant be tampered with. First of all hide the sheet with the workings out by: Selecting the second sheet using the tabs at the bottom of the window. Select Format > Sheet > Hide. The sheet is now hidden and not easy to get back. Therefore its imperative that before you do this you make sure everything is working properly. Lastly secure the worksheet so that the only thing the end user has access to is the form controls which you created the drop down boxes and buttons. To do this: Select Tools > Protection > Protect Workbook to bring up the following window.  Check both boxes and give the workbook a password. Protecting the workbook prevents anyone from altering the structure or viewing hidden worksheets without the correct password. Lastly protect your main Worksheet so its contents and structure cannot be altered. This time (making sure the first worksheet is selected) go to Tools > Protection > Protect Workbook  Enter an appropriate password, again making sure all the boxes are checked. Your simple quiz is now complete. Hopefully you can see how Excel form controls and advanced functions can be put to great use, and how Excel can be much more than a mathematical package. The best way to proceed now is practice. Part Three: Using Excel to Create Statistical and Mathematical Exercises The Purpose This exercise uses a combination of Excels form controls and graphical data representation tools to create an interactive version of the Supply and Demand model often taught in Business Studies programmes. The exercise will look something like this.  Setting Up First youll need to create a new workbook for this exercise Your first step is creating a graph. Later you will add the form controls that can be used to manipulate this graph. Sheet 2 is going to control all the working out for this exercise, while Sheet 1 contains the exercise front end and graph controls. Take a look at the simple data used for this example.  Because youre only creating simple curves here, you need only two values for Price and two values for Demand / Quantity. This will allow you to mark two points on a scatter graph, and draw a simple line between them. Youll be using two graphs which youll be able to manipulate using form controls, one for Supply and one for Demand. You will use Excels graphing functions to create graphs. Creating your Graphs First of all, select the data you want to graph. You will be creating the demand graph first so the appropriate data is highlighted here. Now select Insert > Chart. You should be presented with the first step of the Insert Chart Wizard. Here you need to select the appropriate type of graph for your data. The type of graph needed for this exercise is a XY (Scatter) graph. You need to use the highlighted subtype for your graph. This is the Scatter with data points connected without markers subtype. Selecting the chart data source is, in most cases not necessary as you selected the source data before entering the Chart Wizard. In this case, all you need do at this stage is click on Next >. The next dialogue box is the Chart Options screen. This section of the wizard has 5 sub-sections; each one is optional but allows you to add further layers of customisation to your chart.  Titles allows you to add labels to the axes of your chart. In the example, the X axis represents Demand and the Y axis represents Price.  In the Axes tab, you can remove the values for both the X and Y axis. Youre only demonstrating a principle here and exact numeric values arent too important. The Gridlines tab provides control over the charts gridlines. You can add or remove major and minor gridlines on both the X and Y axis from here. They have been removed for this example as theyre not really necessary without values on the axes. The Legend tab allows you to choose whether or not to include a legend with the graph. A legend is mainly used for pie or bar charts and is not really needed in this case, so you can uncheck Show legend. The last option here is whether or not you wish to show Data Labels. A data label adds to a bar, pie slice or scatter mark by placing its numeric value next to it. In this case its not needed.  On clicking Next you should be presented with the fourth and final step of the wizard and select where the new chart is going to go. In this case you need it As an object in Sheet1. Your graph should now be present on Sheet1. At this stage its a good idea to resize your graph using the resizing handles around its edge. Remember youve got to fit two graphs, a number of form controls and some complimentary text on this sheet. Youll need to repeat this process later on to add your second graph, but for now concentrate on adding the controls for the graph. Adding Slider Controls So far youve created your graph using values that youve entered. What youre going to do now is re-create those values, but instead of using plain numbers youll be using a slider form control so that users can manipulate them from the first sheet. First off, make sure the Forms toolbar is visible by selecting View > Toolbars > Forms if you cant already see it.  The scrollbar form control is the one youll be using and is highlighted above. Select the scrollbar tool and draw out a small scrollbar on your first sheet. Size and orientation arent too important for now as you can always change these later. Once your scrollbar is inserted, right click on it and select Format Control from the pop up menu. You should see the dialogue box to the right. Below is an explanation of what each of these controls does. Current Value reflects the current state of the slider. This is an easy way of setting the starting value of the control. Minimum Value is just that, the minimum value of the scrollbar. Maximum Value is the maximum value the scrollbar will allow. These two values allow you to set boundaries for your chart and add a level of control to your simulation. Incremental change reflects the value change for the scrollbar with each click of the arrows at either end of the scrollbar Page change reflects the incremental value change as the mouse is held down over the scrollbar control. Cell Link allows you to browse to a cell which will contain the numeric value of the scrollbar. Click on the small icon to the right of the cell link field and then browse to Sheet2. Youll need to the first Price value to begin with. Youre going to be using two sliders to control this curve. One will control the height of the curve and one the gradient. The highlighted cell below (ie the first column) controls gradient.  Once youve selected the correct cell, click on the icon highlighted above to return to the Format control window and click OK to confirm your choices. Finishing Up Thats your first slider added. You now need to repeat this process three more times. In the end you should have four scrollbar controls linked to the four cells highlighted above. You need: A height control for Price A gradient control for Price A height control for Demand A gradient control for Demand Add a title and some sample questions to your chart. For example: What happens when price increases? and What factors can affect demand aside from price?. If you wish you can use the question and answer model from the previous exercise to make these interactive. The rest of the work on this sheet is purely aesthetic. One thing you may wish to do is hide the gridlines using the following control on the Forms toolbar.  You may also wish to make sheet2 hidden by selecting it, followed by Format > Sheet > Hide. You can also protect the workbook, making it totally secure by selecting Tools > Protection > Protect Workbook and entering a password twice. Protecting and securing workbooks and worksheets is covered in more detail in the previous exercise. Creating more complex mathematical simulations requires a solid mathematical background, unlike this relatively simple example. Given the tools are your disposal its possible to create fully interactive mathematical simulations with advanced testing facilities. The possibilities are only limited by your imagination.  PAGE 1 THESE MATERIALS, AVAILABLE FROM  HYPERLINK "http://www.learningtechnologies.ac.uk/" WWW.LEARNINGTECHNOLOGIES.AC.UK, MAY BE USED BY STAFF IN THE POST-16 SECTOR AS FOLLOWS; COLLEGES OF FURTHER EDUCATION, SIXTH FORM COLLEGES, SPECIALIST COLLEGES, ADULT AND COMMUNITY EDUCATION INSTITUTIONS AND UK ONLINE CENTRES IN ENGLAND AND WALES ON A NOT FOR PROFIT BASIS. ALL RIGHTS RESERVED BY THE ORIGINAL AUTHORS Input range asks you to specify the cells that control the menu options. By clicking on the small icon to the right of the text field you can select them by dragging over them. 3D shading is purely an aesthetic choice. Drop down lines controls the number of lines seen at once when the box is dropped down. Cell link asks you to specify the cell where the currently selected item will be reflected. The Question 1 heading here serves no purpose within the exercise itself, it is merely for our reference and will tell us which question these options belong to. Simply select the appropriate macro from this list and click OK. This list will contain a list of all the macros available to you. This screen allows you to select an appropriate number format for the contents of your cell, providing of course that it contains a number. You can use these controls to perform such tasks as adding decimal places to the number in a cell, setting a currency value or working with time and dates. Horizontal and Vertical alignment settings These controls allow you to create text at any angle, which is ideal for diagonal column headings. Wrapping and Merging Controls Preview and customisation controls. Border presets. Line style controls Border colour setting. Choose your desired colour from the selection on the left. Then, using the drop down box below, its possible to select a pattern for the cells. GJ\]_vw         6 7 wfww j}h%%^UmHnHujh%%^UmHnHu,jh%%^>*B*UmHnHphuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHuh%%^CJOJQJjh%%^Uh%%^B*CJ ph h%%^5CJ( h%%^5CJ8 h%%^CJ8h%%^CJ8OJQJ^Jh%%^ GHIZ[\]^_`abcdefghij $7$8$H$^a$$a$=ȏjklmnopqrstu y 7 v 1 } X  r  9r  h  h 7 8 9 W X Y s t u v w x y z {       1 ŷŦŷΏŷ~ŷgŷ,jh%%^>*B*UmHnHphu jqh%%^UmHnHu,jh%%^>*B*UmHnHphu jwh%%^UmHnHujh%%^UmHnHuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHu,jh%%^>*B*UmHnHphu&1 2 3 4 5 6 7 v w x    + , - . / 0 1 2 3 O ȽȽؽȽؕȽؽ~ȽmȽ j_h%%^UmHnHu,jh%%^>*B*UmHnHphu jeh%%^UmHnHu,jh%%^>*B*UmHnHphuh%%^0JmHnHujh%%^0JUmHnHuh%%^mHnHujh%%^UmHnHu jkh%%^UmHnHu*O P Q R [ \ ] w x y z { | } ~   ĶĥĶĶ}ĶfĶ,jh%%^>*B*UmHnHphu jSh%%^UmHnHu,jh%%^>*B*UmHnHphu jYh%%^UmHnHujh%%^UmHnHuh%%^mHnHujh%%^0JUmHnHu,jh%%^>*B*UmHnHphuh%%^0JmHnHu'    + , - . 6 7 8 R S T U V W X Y Z v w x y ȽؽȽؕȽؽ~ȽmȽؽ jA h%%^UmHnHu,j h%%^>*B*UmHnHphu jG h%%^UmHnHu,jh%%^>*B*UmHnHphuh%%^0JmHnHujh%%^0JUmHnHuh%%^mHnHujh%%^UmHnHu jMh%%^UmHnHu*      , - . / O P Q k l m o p q r s t ŷŦŷŠynyydh%%^CJOJQJj5 h%%^Ujh%%^U!j h%%^>*B*Uphh%%^jh%%^0JU h%%^0J j; h%%^UmHnHujh%%^UmHnHuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHu,j h%%^>*B*UmHnHphu!   /012<=>XŷŦŷΏŷ~ŷgŷ,jh%%^>*B*UmHnHphu j)h%%^UmHnHu,j h%%^>*B*UmHnHphu j/ h%%^UmHnHujh%%^UmHnHuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHu,j h%%^>*B*UmHnHphu&r _fP:F<9:;< h  h XYZ\]^_`a}~67ȽؽȽؕȽؽ~ȽmȽؽ jh%%^UmHnHu,jh%%^>*B*UmHnHphu jh%%^UmHnHu,jh%%^>*B*UmHnHphuh%%^0JmHnHujh%%^0JUmHnHuh%%^mHnHujh%%^UmHnHu j#h%%^UmHnHu*789CDE_`acdefghŷŦŷΏŷ~ŷgŷ,jh%%^>*B*UmHnHphu j h%%^UmHnHu,jh%%^>*B*UmHnHphu jh%%^UmHnHujh%%^UmHnHuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHu,jh%%^>*B*UmHnHphu& !"#-./IJKMNOPQRnopq{|}ȽؽȽؕȽؽ~ȽmȽؽ jh%%^UmHnHu,j|h%%^>*B*UmHnHphu jh%%^UmHnHu,jh%%^>*B*UmHnHphuh%%^0JmHnHujh%%^0JUmHnHuh%%^mHnHujh%%^UmHnHu jh%%^UmHnHu*    345789:;<XYZ[fghŷŦŷΏŷ~ŷgŷ,jjh%%^>*B*UmHnHphu jh%%^UmHnHu,jph%%^>*B*UmHnHphu jh%%^UmHnHujh%%^UmHnHuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHu,jvh%%^>*B*UmHnHphu&#$%?@ACDEFGHdeȽؽȽؕȽؽ~ȽmȽؽ jh%%^UmHnHu,j^h%%^>*B*UmHnHphu jh%%^UmHnHu,jdh%%^>*B*UmHnHphuh%%^0JmHnHujh%%^0JUmHnHuh%%^mHnHujh%%^UmHnHu jh%%^UmHnHu*efg  2345|}ŷŦŷΏŷ~ŷxnxjx_nxjjLh%%^Uh%%^jh%%^0JU h%%^0J jh%%^UmHnHu,jRh%%^>*B*UmHnHphu jh%%^UmHnHujh%%^UmHnHuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHu,jXh%%^>*B*UmHnHphu%}~  5ƻƻ|Ʋƻeƻ,j@h%%^>*B*UmHnHphu jh%%^UmHnHujh%%^UmHnHu,jFh%%^>*B*UmHnHphuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHuh%%^OJQJjh%%^0JUjh%%^Uh%%^jh%%^U"5679:;<=>Z[\]lmnȽؽȽؕȽؽ~ȽmȽؽ j!h%%^UmHnHu,j4!h%%^>*B*UmHnHphu j h%%^UmHnHu,j: h%%^>*B*UmHnHphuh%%^0JmHnHujh%%^0JUmHnHuh%%^mHnHujh%%^UmHnHu jh%%^UmHnHu*  2346789KL57)63$!%!""""w#x#y##ŷŦŷŞ}vnfjoh%%^Ujk~h%%^U h%%^5CJjvh%%^U h%%^5joh%%^Uj(#h%%^Uh%%^jh%%^U j"h%%^UmHnHujh%%^UmHnHuh%%^mHnHuh%%^0JmHnHujh%%^0JUmHnHu,j."h%%^>*B*UmHnHphu(<=>?@ABCDEFGHIJKijxyz{%&&?@ABCDEF,-XYl & F($a$lm()5634 #!$!&!'!!$a$!!X"Y"{"|"v#w#z#{########X$Y$`$a$$$$$$$2%3%$a$###$$$3%4%5%%%''''A(F(((X)Y)b)***h*n****9+;++++8,9,F,---l/m/}/000324262=2樠 h%%^5CJ h%%^CJ h%%^CJh%%^B*OJQJ^Jphh%%^B*phh%%^B*^Jphh%%^B*ph h%%^5CJjeh%%^U h%%^5jBh%%^Uj.h%%^Uj˯h%%^Uh%%^jh%%^Ujh%%^UmHnHu23%6%7%8%9%D%E%%%%%&&&&''''''@(A(((X)Y) & F+ & F*$a$Y)**++8,9,--l/m/000324222R3S344d4 & F8 & F7 & F6 & F4 & F3h^h & F1 & F0 & F/ & F. & F- & F,=2223R3S33344 4d4e4:7;77739F99;0<1<<<<<<<<6>7>7?D?-@;@j@n@o@@@BBBBBBnCpCqCCCCCjDyDj^h%%^Ujjh%%^Uj}h%%^Ujmh%%^UjWdh%%^Ujh%%^UmHnHuh%%^hnH tH h%%^6hnH tH  h%%^6jh%%^UmHnHu h%%^5CJ h%%^5 h%%^CJh%%^7d4e4!5C5D5P5Q57797:7<7=7J7K7V7W777I9J999 : :::h^h & F & F & F 9r ::;:c:d:::::::';(;_;`;;;;;0<1<<<<<<==$If  9r $If & Fh^h===5>6>7>8>9>:>c>d>+?,???i@j@p@q@$a$ & F & F & FEkd.m$$Ifl0 4 la$Ifq@@@BB B BBBBBmCnCrCsCDDDDFFFFFF $If & F $^a$$^a$^yDDDDDGEIEBFNFJJJJJjKkKsK|KLLqMvM6NANNNRRWWWWWWZZ[ [[[O[P[Q[[[[[^^^^E_e___``a"aaa=b>b?b+c,ccccjuh%%^Ujh%%^Ujh%%^U h%%^6jdh%%^Ujh%%^Ujfh%%^UjQh%%^Ujh%%^UmHnHu h%%^5h%%^DFG;GVGmGnGyGGGGGGGGGH H!H,H=HMHaHtHuH $If^ $If $If^ L$If^L$If  9r $IfuHHHHHHHHHHIIIII4IMINIYIbIlIuI|I}IIII  9r $If$If $IfIIIIIIIJJJJSJTJoJpJJJ & F ^Ekd$$Ifl0 &4 la1 $If$If  9r $IfJJJKKLLLLpMqM6N7NNNiOjOPPQQQQRR & F h88^8 & F h88^8$a$RRRSSSSSSUUVVWWWWXXIZJZZZZZZZ$^a$$ & Fa$$a$$a$ZO[R[S[T[U[V[\\4\5\\\] ] ]7]8]G^H^Ekd$$Ifl0 4 la & F$If$IfH^__=_>_____``aacwwjdNVUӡN}kg]2fO]EQ>p ~%2й\=V 0Lg~= rb:qWiKN6(FF-jkQzu,˲,CM sԿeu]7u]?ϵa}bڀ7puד E-e ge7Kށ~`:JkmzRo>c8Q|$ݯQL~cئ{.P!B7nf23! bd½*}|7j\~Xk㵻 /^NGO> #ֽ}[vZ(Ã[w 0L>mxfs8ǗXx' ;O||6My%N8V=zXQztQ*#?yM=s'oJX^Unx#w}گOuB&:X>jxZ֚izkz1V/:sm^|miw0IN)1fj֛.X#?f P;tCN9Kß=MXT'6iM>PO4V}ILjc~<ax<&js_b?%^]baODY.-o#t0q Ӈб)e+g~|eE`\?ugO i\D]=yt ][p?i*@q[ߪn_78nvvt r'Ľҙݙc;sOOp̵2_7*"nߣ 20?3pu;3mbДՖ_'gxB6KE]ūwEg!lp[UTeYN?].1}Uee(HZE~‹N&QV  m0m,CY~ڵlglu,˶Iu޿ yUl~{/Ml2-ede|yVu劬}I#gxWzb.[aeE:>M/ދ?Pߛ,?5,5g|1|V% \!@>0_o>϶kc ( 1(|xeYm3 k!F3|x,o;>nOdUU85OC'a-P7dًߝ, ek Ʊ[34MQ!!T!.N;)_%N. ?<Z9kEQ?o-KAeUeYMRku\a_E[VU|u]2#I?8m~ e&~I~ imd“|coHG 4E ZPfuQeg(u['[[v3aϲiꢨ~>Π HP,n{q1o{?{7=S9e@QeY3x8aINwh!<,P_+]9~;}{63W[?W";WyWd߼a&3({/t>I?V,>}龑zT3BU.4RqcH>vze%m/ۿͧ(~_Ƕ a/) 4mU-lخ3a=Y6O,ٻ[B Sa6 LJX;(_ e~(D Pi{ɒ|8syˏ}Hܽ'&7ҶS>#3nY6ی1<ۛ |NY0/˪~UoZCyoڿ=@brL@?LjA[nזge(7y_s{)Cʰem9Nl(Q"'yL k!K ~(=u]EO{l0sm5UZ{۰.xR]2_Clc?zg` IP|oEQGj @zI[ؿ~.5~o cЫ{gMҺ(,2Pt]:XW9eЋ&^wxwjW+m>R˽oƼg51$|bl҆W8_%l>V|fYB[.ֿ?M~#[t`(x6{q'x-zF/ڲ!=BK&ǾMm9>nVJ7rl~1`| eوMuϘN/Wyٯ\bgv?ڷvLӾ}!:O#QSuun`a~}m3х͍p-;eݹQR}e/FNJLߗi؜`vzi`s;<𜍄uߕeٙ{Y\U%`smS静Ϳ&724LܲY?kN|S z"9z9qlJʲln=uRZh%C5GEL}^#{yg|<^eex͕U(T#6?ZMӫV5m~I.6UrڵDN|g#C;D=丟sT^^O>.$uzc?lXfIvlarwZTtY "lmYחmAXop ˲2iE|^kuw{E])3W| A*{z@VW\mTw|]EQOW/ggw_;.Zuw Xo}؍_i륛u忞 \}:2wHx|f P;'\vpe˘!p3jgK,Yс~bi 9ů xpp(?]R/G꽐W o!s7O\.p١ۭLg*WsdqBok/^ph\Y\7OP/\.vt}'w?Wyz5 `#@4W,WFӶ)"}|<zG7Ms=ye|>di7;9K,KJ4UU-!@K Վhe!jK\$`SpWn\>lzQUU1_Z\}d?ޒQ-iHF-,*dpK{PQQQY7|>D kEp{Y<;=ϣ#i/dB|,˲,6z!4UU=-Gk#Y^(<z^*yE|u8:->A,K?Y% s2 X\ (گa1P(npp " Vn`Q {X@| ۰ (||`y7M3ӺgHuપ܆IEM|um0Iu_D_$+%lԼaYMӌ4gHuપ.s,Z>p@Qݤ-p!QYWX.m~@2`5p9V2"@w̏5@Vh4G_" "Y+a y4O<<T*TiH,K?Y/2 ho~˃b@ 25H~73UfL/////2XW]6/zY " "Y+ayӶּ}'qC`2˸5? ~fzdW~ZyS@Qn =,$eYH$o*^nk'`Zӓ'd0Mg{-džts->vK8Pu%u=\T~Gv.vo>፜}e~x<Gxy#eh0K,K3^olAEQy^!y>}֫|\/g?@ޒ*TiH,Knqoe@Y1-ޑ\y5%ğ*zˉBҋ{*{E ^r6WM % S6/7`PTP[<} *c¤_h߿mp Ssp3[vnk;\˖.2EEfv`UPs:sb"7ә[_&THY$`"?=i\,K=>q~H8h.sn.8|0^pg"f\˫b{L/+ELc/*S&CMoi TUU** +FUtuYȺdl\ͺ9?  .|,0eߛ |շ,K \=)G/̚,KĿw8Н')!}p]_Wo$iI?\޵zٿΜs5үz'wWI{r<@oB $,nP>\}+LK[7k ^/Z WXPoM1q4e9U;V2Z~ { %cX?%y>c?Zv˲8e=)nWUUZ_4?%cX?gY6Q u⍏|.\y5?keYqH-|>%(6n־6^_{O.bl%A"iU7cX BO4.oۋÕc%>zl_e|xwٟvQ 3/dF`m BwFEQeWص.8S]~oٟX ! ?U|b~Ml%|";_F`p]@/˗u_D_gPځ=W.cX?%c{Xhh kVUy4$cX?%m~{扚+'JEy*6I6 EQ=Jp&get[0 nfpE6/e p i (mJrcErN .e66)^K&kQ\?]īF`O@u5Z_kps 1Y_{nNEps/Sw>ݍn~ \4 [۟%cX?%&ݬol#ak7BsuĞ#UUUy5M#X?%cAs;I'y?Ync0$9w6vU~$|{ENJ?flMNx-3@4^oKՍL1|3|o濉yfMuZM nF_F`wpV<x¨i ^/8!I6 _D_gPځ=W,K=>q~H8kKX;bcEGV?%cX?wMٷ-K5su?a {GWUy4$cX?%m].gkJ~šßa1{];ys2UL,o0kysPmLm}ߚ pQlk.:BpQU>e(3x.mKz^HLٓ$Epu2K/d7`@p2:ZSsdp3Sɽ-}\e@( J;iO,Kα9Ev~ ຦6ۗ7~0: !@/3{>\9Ep3jcfQr tjQ wAY ? tu1. rH.a\T/a.-k_-3+ީxTUXuN_>a?y09gk -pݹ;ş<3 (`fyǴ}I#\zzWU8Hi?@ڱ=WOX?%cXvno"1<9/suО wX"5M#X?%cAܭwp{ٍf%?W?aM gvN}a@;m-tV 44p>;{`fhL{_ה/bf#뗻=[bvl=/hj#^'Qoψ}8^n~?5`#0ے32 7 Ep爗'7?H1 3l 7c3Is:F#:}`ۯ@ lZmYzrПpc )"i{t|Ov`7?%cX?z'}\og?@iUU}#cX?%cDN?\[ys֔>D2brSY=[j8~$f\F`I686-ccQz*BBxE ^ώzsVor%#[z^^]~:50A_/210m)8K.pv,- p-Z> Pp,tBf ^_S)%_hh;t3^18O4fAAh0/7W^l@=pNVb h ȟ( )棫su?@}T=)ݮCW&cX?%cDx?|`PYmro܊ L$bp!S+ھz)/L[7-QzaՓ_N `g3USW_FUct7{6f N ao \>a0差kV 뚟 ܆HVJب<ϛi͛UU]z''cX?%cX⏍,矵"ˀ&70X7߾IZZ/25`L; @\ˢ;k|?\L?T  [toX`@zXr/||<`y7M3879#Ձ.s.W 2X7o`h@jC$p?Wd0|E @1S \T  `,WuYHVJhw<ϛi]EQy3x:pUUyjmMӈ@?%cX?$Կe|e@&vo_F~/25`(~6Xs6f ?T  2 .mK%p]//6ڝ' i~gy3x:pUUyjmMӈ@?%cX?$Կe|e@`Ko_F~/?\$V;?N7v.a57kfu~N a6˙ d`@zX~/||Q.sL-:Q-z)~[s|F]wk?\#)pu3p UU-.oBqD$`k}Uu|>zb#0<`jЗ&>EQt?2 _$?V9Qwo0N"i8,0Zt. sooU`/08KUU4~j0i'HVJbCڵ>{xy3x:pUUNFX?%cX?ÿ '>X\<}޿MF ^AHjj'7j> + >IDATJ V[cYQ3 d!W,ZU՞ɲ|NmY,i|E  I;{0K07;hI}&dY~x5övzˬnٜU$ ~Z-6|Tlsp.:}}6ľpex$a/'>oN'RUjX>ϱ }"ӓN0>%F/ tbyûmGH^v>&O$۶V%\hxF` kw12}&nyg(ګou{&'.I?ZrvXn.0&"qCC=d|Htκp]O@؄=yeQI.xuajڏ96|NVQ <k+p-vf>*LF|ˀyy]EujX7monşب(T6GVyyǾ[]q?\ dY="ISו/BZ5w[z;U6pKieYVyY&X,C̘.c;~s_۴1p|>cFce˥*lgc_66j,gi,-S{vx()l26?'Uvf~e"߿;m.\jQ%wTgb?C(rUUeYVUx<-o쿮뢨r WJ{:SH'9·s l$3|>7~^ZE]o~~Ϟ%g;=> 9:hi6n+׆؊"!I0'BٮӾ EQE( Ll|5p5/)Ap'{ïݶe1i+"fHGNA?. $7$ /˲ߧSN>= Y {K4 wyg("eQ!ko-C>O۱/<(jtu-;K/X s{,nfo륅^ܠ9;C{?^޲0xi&ZPf?@r^*:#/of@]u]yQuwZ.~V,OK?*xq56JXw+ƒtoIZ> #oNRsw[rroS$i}fVm߽%,ϋA!!Bh-[[Y]o)eu0ۆG520_I5q aO\p! ,^VCtm'@-{fK^|@މ<z9%$~ ՝±!\K$}ƲUͩﶍ~gBgZ,Iv{I Q}C{\耥d9w~wT w,&yܤL>2`mc6mcy'Ip +7n,,g0 ee]XάH*@E}h{,rϽ;ʟ>ܞOJ QW"Kt:Ͻ;;w;Vw^atP7/B 7z@s foloTQ;[W{%$caM`}/Sy-~I+FUj ;}`7&Y{hgw ů_u0B1BJ83x<<>Z*pDpfu]?i ||?{ p^n:IENDB`!Dd<h  <  C Ab* 0%AsYmone* 0%AsYPNG  IHDR<hgAMA pHYs  ~IDATx]*aU%}ABR\U]/v@hc0 {9$bh]Y$1Ch-3c29av{<}ð*‡ my1niraV81ޕmv~e?םG\Ϯ#$8Jw>U=mc~Mw;C>sSM^7 lvsV Y=&M[w_}nž.VxAuNC+nhn[P׳{.t}=|ЦM^7U[Ǯ6wUeZ$]"ƑFhdxUdlfOUN0{|ľggY}mVo?o$vNxQ|V>$6m5#<=x}ɂX7s>9 r>ǖkuZfOh+f^ݺNzx|\:N7×`x8Ɔ,Gh:\ZN_r{᭭#M%Dsgߺzթǟo@D[5';N /z|*n|zY]U ib}/fw,W|jv) fx,V.u"$S} q!V~BNm" [=LhROզclGc"j}HO`ʙmĆ7[RON}"a!]D_X B]Vk D=-TOeo+^[`v=}v.5<]s |!&1N%@'B+}aBKb~0!B !B !r=- E舵v5g>ϽB{Wog_]>5"Bo]ŶF>qN~ cbC;y4ھNKDps c:^ƬrN Ch1t"k=-7WȚ"@?8Z@ O_@mQOH/" g< sZ@LYhh $c@LnhYtZYιùXU|Z@s 1UWe:IENDB`Ddl B$p~~<  C Ab&g@ 4|Q&vng@ 4|Q&PNG  IHDRlU@tgAMA pHYs  ~IDATx]:p󂙩3 #\w:A+>{td5u][)ï[{ _e{  4]Z;sδJn¥n^` yc\/Rbc]Օims/髅Fse@\(t/ya.0T~&Җi2TR0,ֺT mqhwC{=uif[ Yv'mԜ+V Ǩb7u|OV/9Z[DgPsPpd?w5H o?>ٞF}e/1Ti)/U}~o])2qJ\d]#v  oVЈ<0䇛r^qۼP.h=gf?7ԕ>**UkHtSRK!Zۉxwk_)ի3w Rvixe;J-mDE7$[XFtl nzm6pc!뇰v|Ь; pL(s=xcxV$6u\U>lKzY .YUT"Y%\u5\AmQ[ =\B !.!p@ B\B !.*M4󺮭 KĭԹKx)F܀*or#\m!.;h6MܼQ;1M`o>Ln&Q>3߉(tQMgO*/j)nw$W.P=0WZqSNjL=L状d4ڲgt‡W^j]@J)OޮQ '.,6ghҞjzi~5938[dvtjՀwW!;`ts&)rF DEƎԡ{ 6mA3g#op}_$s|,C5Pg&j*_;bٖ[*g<HPRWA{QZw'6:b?t^=_AEOPW3*^[k%\BmQCwO^}2[J۶ y.o¿08K !.!p@ B\B !.!p@7 !\4-oOB\B !.!p@ B\B !. |F%XIENDB`Ddl *#p<  C Abt`.VK*͗P4ZlP~nH`.VK*͗P4ZlPNG  IHDRlv%8gAMA pHYs  ~IDATxQP_KgV:3۴&,  ~n|m̼eꥶmg&e#.v4ˍi5p-m{^uKi ?9=m/ 9R?I ?s6J4 \.%| M52t~%Y۩Kw %D7dy,fuj>K%FB(@ȋ,GDjyߙ`L}U|b3~_~3(Tg0/k8<~|73S/Ω<[`9Fo#爙jQ>[΅L5r揦>9&i߾A ۼQHoi؜PЏ$9cm\VfUi͜6z(OHbOb  }y _^_>9ܹb3tUQrk+yѠ:^bJL7 矤%Wf V1 I7iՙZ//1OB?Ufb\;L?4\ gO ~5j t1<~Phk8oi՟=U_' Jwۚ:<h>_/[\5 &S <.B]5kA蒇z?^_aԸ @qL^?_6T98I;y9HPc%l-;XS;%B7 SfFmC@܁btt]3ϗ=_ rKL8z^z;TQZ}z{Y=wzS+:Wĺ+iF=U_̺;ϹNy?(@!b DQ1 "FB(@!b DQ64Ms>]v}Fm5H5Q???KHvxvgMk7xcٔm`UV=0F[Z;]t ;Y ՘Tzۖ;'|mUf'/Usjei9jWoj͵6EQ/XkfJ]aICS_Wrjjv]:$i o׼*WAv_ \%f])7ʗ߅ayekj 8._ڧ*7`dn櫉S˖]sײY[J.?PV9} U-O`Yު_%.VуlރN]j7HJИS_??u%ٺ1&UBؤ|)A=/cR'XӇicϏmw\iauUswjs~[TL-*΍eߊbSk9w8x~a^@j]h9rjX H:NDZIV8gsJL{Q@iud?sV|N9rgf8i ]ITTѿ{Uwb2Ue.;NwKe$zg~̟oǽWD#jyn%\]<\15*pk0JUqA9;cLjiu YfE>v1bmc)kN>Ew71^~9P)(;q}N^Wӭ%Rj~?u=SBZMP4RQehγ~>vޫ9u^1Qa7%:;1|u.ZZeE,7J֠Q+Յ÷<^Uضo@ y1]fkE~9j0)*?ax:GѸI= /ۚ>vg/E5ХgTW[>s͛?zVQbVW ;TGBPÈ#R r휪e_&՞\;L _ c GeF췚 GZ@mȑV=P[rUV\ZUV8j+@u'j W1aTאI8u[5V\OW.9Y)j+@_/{j/{đ䤵UœϖWb vPiyy<ਭ:V)9ytV Pc{TjjPVP[rUV\ͳ*c9VUH}<7*urꩻ=dѮ]CmemN '!ߒdMμY7_g22g;\TRX[Xg7b >CI*XNƯRQehc+^Mm":*%w&gGl_odªs}<8ϛpډ᫞ U/e}/mfη U?kr$蝇]ΓZݾk++SL.by iO&; [[ $jޫy{rl%39gUKQRt˛4 =PuJ*Tʰ>q:Y*}9bªd[(1oC >\*0n.7]ʛQOk;!VcL꣒n3UX#p=X4ۑ)@Ktϻo5Z8Gp9Wj۶ֿ|IߡyhU7.tq0`P[m]`mzyYqmhVj*:|v`^ͯuoa>nՎNٜSn"NcF ea ?Jm;Gja ζ Dy[а|#nx4Y=G EaPBBme7"ݟwx`Eam a}) P #R wo_G߂ ss,j+@wZU)j+@NUxr˓~ 9Ʋ@mȑV=P[rUVi ^M4Zs7Vj kr$U[ ԫѧy~V\k0x3SW{Fy/j+@BmMKLdJ槶S*3a%%_gV\   W*+fՒ6*\=:ѽ|7OjjfooSEmp* 7Ù7UR!j+@n GZ@mտWGw WuYjjhxf{b>=ΐY Q[r5t/rO9GKk W uwYKͣ(j+Dzρ #zH9Ҫj+@{5+~ W7ABV\󳚗إ`Y.\U V͖oԼZ kr`X4xP[rMܟ k~gy2Uxeb{[4ύ o?s*V c,{Vi GZ@m VtS[r\y3FFm5Ws䚜' sj0߫}`gxksgmV\{5MVR:ݫPJ- =a*DmտW;1u9O k~)}{5Fm =}V\[U_0m۝7A>OJVpHI/9`pJ"zt ቁK0N"v>s(i{}}پj_iԨOaV@~fJ=B;PY]QpMyDN* XўYaw=^ z1Zb,{ S.1nr+\IwJZQU菫Ёi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @Z_ecLf\ZڭK+ + H+:Vt @ZЁXv`p۶݄c_Wtkf'iM/&ots8 &rIVt @ZЁPAge'v{o},iIuT)m9iDxic4UU^-Rtpި؛[p9OpNXhhJK`"HOXUAwV@XƘF~4BZIѐʼE}-'8i@ [azPzOLZ<0wt{`H+:Vt @Z߲,fL4jIENDB`HDdpa<  C AbIqw.ǚnIqw.PNG  IHDRp<`|gAMA2IDATx[ac+,IϬ/\DPs\A e,ycy^K߯1ghahI@eZ xm}'|>H+gdvv{gkI07j mZ @wduu{^x~Cd[Tm!5<χβGz/Uh۞F)rh[Wl[Vho!{s@6erBǝky ٳ[ښ`vϷ 4/P8;7-QdiPU;q\jrZ]] nK0zPA0DO}{hE-Z@n'T&h gM+8ɛ{11YpK kY&≴A׿:,gh`y\yst%H+Ŧi6EZ({ts#7AWZz[Ёi@ H+:VtP.]2YiBQrIѻɬOr6V޽$1TTߑ[['l1̢OK>;]uw b__vtpl׷}@r٢XŪpOmF}%;x_xb+9Dpl GKXɦz[u'd'[`i宛un;mWkxsP%<Djovw Hz*׵D RZzhaIn7Evr6 +gN䰺?u_\/vXe>'w}ݷX:^nkEL<_nqWg0,[U[ơJD~ R ~e+j֭˫.}zAwfٛrr-i&=\{KCG]E_h\%>}YRu" n=EӲ, ,^~\He|>27lz8F}~j: 8n KT''n)J[Su߲  6MSpou8nkp͎vxi@Vni@ H+:K 3i5?WGɈR;Vj1fi<¿_4njݲ/XƷ򆵋~ޠ "y y8m/ E˼:ifS=968zSF_\E;mϧ۶V֒wvr~O?ޔF^V2tzjiu.ԣZgTp]z;_] ;,˕Vϧç:4'm9:͉S]FVM^Wۭ$wmfAZ=RЅP``35&Gbc׻n v;qѧLαXV%^;ն .:G7*`#7Z-*7ACTA {ٽpD<Лw@N-u_Nb;㋋m1=$Vif]xo9xwwp|]wrUtK1HLC-d-2,T4/"ʭ洮Tsn t oyK1Hs-Fe2nÕˎ [3/VkV'ZJӪ4:2B 4$-}͙~1[bZEE/ډ_8Pɼ#Fo󓢻ą+CviX<\ev{tfNPt=%/,{[׵ 0]eJBӪl6SZJ/ ]$q4t W LMr\9*Ի Kh{(V_H{0p/dƷi@  @CຯOJ #jg7&IbZ@H١θDMrqAs<|@B**:gt(QN4=QܧB0ܴ**hME2 Et/{"J%^"4խ|.Ӊ齷K@ء!@ݧ9(/$'GΌ p?=5pc{"@ZЁi@ H+:Vt @ZЁi@ H+:Vtt ;"NOV@ĉ 5@ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt @ZЁi@ H+:Vt ',]Ri5MSr@Z*X~+:Vt @ZЁi@ < Ey|^ 4M <^_eVv:8M T ~ h74Eh۪g< U[H-˲,n`/MqHeo mۿQ5;h[)/氛Hmz~f+Fm U[C̙ILmȗo:hNNM?C
  • nF كP9''~ynZĕMk2+`ϖ ֺNKʟA⌯Ǟ= . @mo7oq.$iy u_sj>Ѷi@ H+:Vt xA5 ;,ȹ$M+!$z9TQ5MZ>}W"+d~S!-:dCKcv?ĮSq*z9np=6.@ZЁBgI;(F w]p['/%CM+-eoei;Cκ3ݸ*,5աگ$TQs0ܲ,;W9hMU $_م<Rdg`Uci8v߂Z3nѽ2gr&:]O29'd f|_To[vS?Z΂6*XĔ57WTY\Lr_^9-qYmDgݥ*yZEnF9ޛJ47_kf7W8w[Y] oE22$m^.{ViV8TpgS3GTk9t M[Aqv˒mC]ɕ*«70_I. Fʾn}Ƕ&l=G-NиUZ>UVjCjJ}#Q3Ի"dq+{*$awUmwX v/'"@ MVt @ZЁi@ gj[i^N{0wB }{e+{fJloG)oAi&k&'LB'dZN.ϧ|{;[e\y~ PZPVZId=g:>݇qڙMOaC^mOdk@ZЁi@Vs_E|'UQO]?&==J Ёi4EC[8⋁UVĿgZM VZsj~[>M(4Pva0]~"vC'bH46K\ߡuIi^O1hZ0[FV_fu7[РW0뺻ǔ*S: h,idA VWƛJͧ%]pc v!ǠiQVLm0`82o.Jl4PJLF4r*U6 uSΰfz cдB)#[FYo V[pA4P9[~׮Lϧw(zbk\7VokU=yjBc YA lM\][U/S: ж%#_oM+4P4d]53høU2Im+\¸U76e~6Ĝ)#4B_vxΔ`̙og#U]sдB)v'Ծf*vT;ծD hдJ3CiX0rOKJ'{_~VyuIM+-}hXvrb(PM+ +oSmCZЁǭ\E=UTwurz$ H+:Vt nE׸WAjY?f.;uk9Ae1GxW\jb?* -3_36G+;8)58u3 Fs(?DTޞJigNuSGWEA㦕/vSU+oTeO4kyaZua sjxU- V.ՇSgЇpC9}GOA WU1b;nЂT6V+S>~&Fsfx*9HǮ3vVA9|{pYsjwbyD׏$B 9M!'8ThuZ 9/ik4v&@U'VpoŮ`X1N?Vgwd9J`R)Q|{QDnW0g)z|PV٪.-ʌ[ґH 8$q*sSƟrU-I)M>P pKvx27chAZЁi@ H+:tުE3v;زPCkzU?*iTPV[Ёi@wa+^%q왧9aJ.g8ĥ1(uzw7+]FSܞ{9SܞĞ`''bS9úYU\Ҫv9LTIbg O~-|>eV[)oY&@Ҫ9AYXÍ[g&h[1VV6:Ҫ94BK^݉K+hd;'(g !_.;?iuJjy&oVV~[]`F[" tN;%C*z1*a<:@ jw,Ҫ.:@)cA۪:EUSt :oEJ8՝.ǥQ{c߶CPÛ1?->pW!yGMYPd[I\նZea$2di7maĔc0 ա)Fm[r{t pey&;UZ׶1e󇮸ÒV{aLr$GVOp]׿?5f#sMNߡJ+ƭrGAf"+)q.)YijmmCL<9UMUg[V`pJ:vf.4ѶD9'p'T A*նE6Efuѽm5 dPvxNlӻnnqm+eYz pOn>PqneVFqm5"{:[1YU}76KsOp)P*{Wa,¸}B CVABtN"|>iFo[q%"1DG 1D/ .%E{!Z'KV(!V&B:J\Op!/czN(cH; K+ݔ31ĥmŇk)BǭNd̲F>Gڶܲc,j]V;u Np3ٙ٫wK+ƭng ֖@鱼CpVΔ[3[d_%.O)a#D rNZ\W׶f4!Xΰ NG>qiņ.g̿!.cФ/? w*=HH+$h+yp]j]W~{F΁‹i|>Ux~7=jzhU9]AH+:V@#*u"{>w!iٝ.V<_p8I=g1wb&uNwVʩWY.VҰv;o[cTLᔯWYk38VoGO+41rVܤЂOw:Oi=|n?n{sDW'QFRc2 ܒ9^_xirUݲz7+ n]osK8̻.k/n0S$U׹}r]fĥ՚EmLIJ/ek7)KlD^ܬI[]j7e,QF䴛䷭S.<X56-mwV@{/muL/VU|rĥnT\mmJS}6UQ|T1mwxhM:?dnV޶!>m$m5qN0>s’YOt*1Qi5_JNI~*='%s"ܶU;ƭٸmÂ^BVcVWҾme2 K-]KeYvm ۶2#SqƪŞҶl%s"ĴZ׵9{4Ӝܝ*:".!jϿ*l`@9tfU9VDZЁi@ e}gBuƣy՛uN =C9y՛i@  B9[".HB ƭ@ZЁi@ eҪДq07t"l$N8VOt} =,Dl5mgR.W]jؼOJp<_^J>Q-˧ߩSyfWr,sbG7Mډj8N/>^NW_% Kػ7_/$}D;W%濋CoМ/9DSGCb/]߱s_E'*I~6*~S9:s69cx>C=rz]9$V:T=yD _ѽ9bZމ x8]*|i9OQ9ӡsxz5_GD )@뭂{|%?Cgwq,m!Ut:IsӋ_xoeV soo^j[{Imig?ݙb 2d,%sg93؉͑~3=Uz8rv7]uu1%ۘu}<cĦƟKWU].+BW֩d]lx^ |8Ji0CZuh' &/QѲW^ѮuHQvjZ5;ouڹLJڡU>̥qʤ]89)̉U9Są'K]3t*s{J-ΤfsK9VZ9M<3 .:6ϜSP 98N\_cxS"hoBɴ:ztIENDB`Ddpa<  C Ab_/"xuk`rnX_/"xukPNG  IHDRp<`|gAMAIDATxQ:P<5ܪf ɰdx3骻̃kH` ?Rl-dY\.z~+}$UUUŷ)]S_6mT?_.,gjH+`ݝYj= U?.U5eK4 #/Un0ѥ"5_[OK?۟M =RzVJꖎ_JT4hTO[O ҜuHOԓ&5:ZXIR})XoN:9U Mgu2 |X1Sjhj}G/P> W`X3%lٯ({l4c.gzA).zgSӪϘԩ۹1&6V[u]wzR[:A3wކF0-`mk/7+&].jH+ynw[Փzx=}+ i bV@ \v}&VugK wSsNIp'pB6xˌ_OpüUpBs*U׊<_+sK {|[:t:dP2@tK71 F" зU$&>&s9UG a?Iz좧zzMq^Q`г{['^g2LlU ~ɂX2W:\q hi%AZ1:Yx, d3 ;K9a:֝Zakd;vT-cGiXZ-q+c&.0q£Ik=<-.rXbi%UNAZ1H+ i k0ʰg~D\#O3A i fr /vk5=bepZ{`V3X!vgf.Ƴ{oϳwxSk6r;QZM^LwqEw\vit>\x I+ U [>| bV@ AZ1H+ f0?[*ou|66g@ \YV U~'X{~j}g֏D2[L}ܦgl9bV@ AZ1H+ i b`.{Jjz^jz^jX#l*9[}^yV g@ ZK+! 1H+ kD|ye~jUSfJ;gKEQ\rۉ߿sk~>g6LAZ1H+ i bV@ a #Ug^9RVkDLAZ1H+ i zZ*nVUjзl{>r> w֏k2kڡ?'fcJ{L7kbV@ AZ1H+ i V˞>R+1[=/5[=/5[}VbHlrN%90kDLAZ1H+ i zZJkVˬ.eWnlj2[Lʽ~]G֯Zo?s~/)qLAZ1H+ i bV@ aC笖>R+1R+1[}Vbz^jXYZ;3[=1Uc-4zZMYs&x` Ux_27}B8V O_зbVlϵؙ 3#UWymV:f+Kb׫7[>U(|Yr ж|ZxPަxLbN~맙gU?iT3~OJWHʟ3#sӷbHy{$kzvgjp, Ҋ9Ӥsc_m?ePkZ< ?bGVX##DjeD 3u"g;}]V1p& |'LUޕe'[1H+ g䷻ʩ"3R-HZ1\Nuu[Xha& u]eeY.?n5Vf3n~F2ȸbV@ X 5I'^X%H+Q t>u]W5N/rzvč~wnM[Zs_'iw4t&z0<"05Z]o~?"nXu]OH+H ̽Q_Wx > 1H+ i`܊#;tҊ9YZA0'LiEl'e%?ebV@ AZ1H+ i(n!߿*IENDB`#Ddpa<  C Ab___I+`‹ݣMI4%3eT@fݘѵIW3Yl#._F????\YU]H5M4b` '2roQG[Ũzn5>>^]Bnig88?H?+*M ~ +qEPU*Jk~啸"(zAiuٝkWBw@ AZ1&ϝfM-2 m^F .VIs >h.p.򰤫 % WvsybwN#RGȕk+ѕp? :zw4B~lOvPõ0o%6,ua۩|8ٳ;¥+)yhm?w$UeVzNdϭ|VU<:55i AOCŌJTsWN \m{cyӏؕV7#I/-.fJ>eVM[\eiF-nU}-ƻK>G-'ԅӖܜ{=R'qUM{B-^볼#d9lwG# 1}kٷZbU{{AP̪ :]gUUY*|鋒^ٶmw˗Us۶___~pVwjnpt3u=DW@ VrGuZ >Nu۬VZ)xYƙ p I+V@ AZ1H+ i bV@ AZ1H+ i bJgm{___w>g<#AUn|> Sʹ*6^xmwIT]ѳ:ǝ9:IǙ8owu31}!Iԓ9IǙH!懌}q2G6\]*D '׊FDO:Nbj2qsGKblau+ßt* 'gdѷ:1'?AT]my@u>L AZ1H+ i bV@ AZ1H+ i bV@ AZ1H+ i bV@ AZ1H+ i bV@ AZ1H+ ipFZ5Ms,̨=3j Y #?"9 66[jf ް MӴm۶.U}&ܾzo/8 wnA UZ?x:io?|:cgkgqvς$"~ףbFK]ʧ/t[5;\ i|kn"9TJ4w403U22s(3UrddiV0Wi陙QLqP,~HuuVoi l=LIz3fn[ޣf褴\ok0V39qi|=6|ڣT/} λP\v9Y蚝m'r}fpq{I7Fyw\2̕mcngkMy/B߯.o?wQlgmֶI׭ 6 qͱ}f j긆{, KqbQ}kUkUfQ;G{ExO׺nUEkFwڒV|э3a!%Z+2?Œ G^kK3g4n3Rq.FXfߪI3ύhik6U5EOֶ,%s+0K+ U4տs9KpEg5A6]ґ^uiwo~s_{6'P6% sgv~I;`p4b#oVW>yrxŕS]-Yϋ'hJ2k|9?SU;tiFh[t򒪒Lʔť.l*Yڕhvs/N3!Z[ܯVmGٞ|wqf k| k#bn3{?Q`e^\|~s{[< yy;yOds6Jdw,Oikv:I'Iť\df8Mmյ8tH _T}fU3Wh_53%HZ#QED NZ!]mLf` 93sBs만]-V2 `?ʇd&sQkf:T/fZprvSM%7 o;3yJ+}u IsZ%Y]Zq7;z$u+ i P _κ#4Mu,d  :V. atHm{^UQ/2U!`Q1 ѐR$yVδݨT8k EReӋO[V6<=Q`m[a_9V0+Rw/cf13$۬Ι bV@ [qq/!QNZ^, 7L玴"7e"w\ebV@ AZ1H+ ix| [.}IENDB`!Dd4J!<  C Ab:@1z?imne:@1z?iPNG  IHDR4T&gAMA pHYs  ~IDATx[( qNKvZLᦖC*Z#rI@iwck?>U 5Iֹӳ5Qod_ci2J!_pCۤy::m[[ ҅)D眵ZKz>cv< V@=쇞vV Gid:'SH΄ФP줨wN/%q2v8 y@>dh b^1VAsgo`y޺G &Mo0MS?S} < R esιeY䭎o[Rlqe:<ӿ1h(66G?v?CiMEwt6GT\7Ң})⭨5Q;eS溥ዼZXķ΢ȶm M_T>e9RC)y^e>Y\hm]׺Z(:+όeF.csȶmvS#ڧT Pc%)<4OI)w]0ݗ~ư)X[QHuհ{ONN:iVW7#ϴ)d%u[yJimz)]>%5,dEW/Q7.K.k[^fZyt&U@ey GWu2M)Q0Z>R@־w^P_g…qz2۔\WʉOycsc>繿hC*tVQ~Z}& JA.tXte?jWԂ^)~F:#>n1"?xSb|Bn&ce.5hJވ>e2 4}SA/]EQ" ).XilEe:ףE=#5iHFzw畕r\,?w=Z` 9AIu]t+hq]\Ȩ"Fz8+hi>{Uو]anY+\p|b!e{=csֲ[b^ktr{;a2j6tܤ5͍ȹFiMO#bO p?m F,8tO^6^/*KTOӣqtr vy6PvHf,8]Y5w[ 84Q=9cG87f{6[,vȫZR *.!=?<%C}7vJ=9(5˅H-+\3u+jI|Ǹߢ y qa@AKwk{r!.]Еߖ}r7'+a[ = w^ ퟿:p6okA[s -35IENDB`nDd<+<  C AbAnέGlPBUnnnέGlPBUPNG  IHDRigAMA IDATx[,ao,2YY| EQ2Q.Og0|ߢ(\Ve{g\P[ڶhvRJ-k$`U$_=_*ޥv>lYk*/ׁY)QjYsb/y<}7c'Yٻ9]g ͚}cqbF(vDEj:Vp}euĢNu<V?@EۿkΒ :r{aHmJ.j"߶{Wu>rIB'5a"few+NJ:MSvC1~I,[%R~TM2@.ɡM齫Z^3_~ %j:S~x&OT^#Æx`oJXS=bk6]]`?q]'dM5tON;bu`'^o@bN; dSN$kܔ|=_;Ț ڼ ;YQ7,EaB sIVٙE^?9(  eѿ2]%$VӉgKv'D_A^{ 0aTvMF8CRT X_@,HdȕJ*7_^<ѻ,-Z_䥹XtcW CdDD SͺnVnE[>ދJWPà>,J<{g|$6$@TGE8g߃i.?L_тl e=`RSK_7^K)I0~#,S6{y]tls3ݿS,԰ %iyL+쿨e/_0o۶, ra蟈?b#+$Rݘ; hخ=^(/s؅)_[5HZS.yQ^E޻Z9dկ l8*Z[512lUT:#.UTqQv WkZrcqEY@ӭv/ yuuu@,j2)=:ZWP?ӱ~ l9`#Y=nAgdx"j]WdQ=;O%8C۝ɗ~TEقjOdgv?m+UUT|c%]6m%ʠ]TďK=@'/mhc~WwiuB"=H7E& 󲳫 r`>J=]eGGiyN1*-dPHσ֯r @žp;eoFZM{iZ]N9M;}l{.v+w~[ޔUbw7$֨.Xu(|0 ?1N6呗?, O}Լ?i2S}¢J'(2-8?〛##boR7*3d.^<,K u]H|yQinR+wp+[f|ԲDL"=u4%;e8eX/+糏LwNNrVja/!_ ёt|͵b 8})CmSZi0uݶmYTߏy\i.CZy]aWG}Zr:)SH VV} 2e67Eqݦi*5_@)5I$K{ω%S~˶ӴMN֠ E <# vXlWJi@пtw~0jiuŌΏ u5Je/n)~YDߌ/ )a|>߀`ɶ&UV RFTlr0̹:GŌUhҔn6<NL>"esu^vSw\(|E)~Վ!szǝQ~(LvOPw.clc,KҊSN3TΑfڬ?G*u:ֿ?z2ϋR)>m t$Q;6wVAA*OĿ,6ʯU rVY_X(%%7Te|eYDZpG^'Vq&3dn"/_h|5J;_gw?ˢ'z2>' X,)K68ߺ -pUو=֠o9qDg⺮>VX*}v:j$QnX;-?BSmAn][ |UPmďc}˯RyP [h24OYz#=ztY0#>m~B6Xh_ʶѿjJ:yWx@p䏟K~(Q,m<MF0-dsq6IC&,?ߠq\tuA@J\3'}]B?|ŪͳZ>պ_:ev_d= rM@_SQ73ݬf{U(Ooq۲D4lMGQ+"OX 7S6ȭ|{,.t *Tv;Mc]i~:\j5xq!c#\E)V7_hEm&“ 9%=/=ztA@?ȴU`_ cF4e#4m𞫝XaF 1!S ONI= H(R\ױtCHoe\d'<ެ:]u^ȞD*iMt 7e~dݲ`No65?k$s@y~c,/|j;Ĝ0ACeD3Y^4mݗ ֐,Gաa9۶vyL\R4\Z{5,?&,o-MĶm[ld \:w]{vVhX?q.eΟAi5EDG(_oE{W\vI$ f!c[1,SK=Ocܵ*]DhoUICݗ?ǹ.{D<_M3o='xޟg `oyݶRO4 pSg&]".?}W"(x.4G"M6O.z8^VMpNl4^D&`y{`w˜yFzʟ-4sQ=۶-RJ}>^ӴiD#vU~_\3^q*].gD|Mntز(OӦQu}XnZGaa1y< I$T/Qg0_%4ѹ_Z󼄢9:[%bMIN$ٻ4iR,Kiit'ò(P\A) /v}TIH(̲9zJhYi+ Mq┵j2AٝU]"*t1{*K$ViZu:tx=D39 FL&F!fC-m{N4jI:kIR&=IcZnޖɚپ~RNaT'L֯e찬:,jY6T!]ieS:եoեK4×'CE$e~Sn&h$uNo竼zWݎ4l64%ռ=;[]RG8 R_FvAӡ5[/l~i|.l|ͶlRE(kL#zIQd~pnfmf3SРtRV(NRD^hD%<DJu]Rϯ; 4m֠ݶI߂3o=tnp\(nK${ƞ/3xun g%EJl%ONͮ:BR1gGY4DK4yK5үJv$& tު *:7}uod7e4_;x‰9n NӲQE:Wy3X*1FolRbt6H,)@,zNpz[I.~O^t\՚Ye=WZ4i7-B?\z*)LS91$RzB ޶(b6">39gD"YW$oXu%Ojl.~mp]՚i12nf̾kb-DIe{`W:I!8_Ϳjٱ ӴU'LY_&u?]t.IX$c*g ؜`4 :T7:G#QݙP,:ID޿vGsݤq/D?áXRȾsEZg /OC08O.t@QD.$)aOB:)?")ݝd+v? $`rV_ =iKlH0ٝ=i89K_2J)+ԶմS ~A-5iݟH"J7jg撤Z5'W**I_+j}g#fiM &[p*y"i8Ԥ4%=I өA{/jILAŏ0 gQ qLsUD! dqbJ=G`o]y!0Aa&}8Cdx3d;w1ŹP\wu @b$ ɚepyZ8~oPgcvg7LӤ!]T3{q;H{Ե7j7-v{,^J~=z羿/ ׮]^{^z.$81L)@_U:w`a) +J6ˏ_JI59Os8#@qM3,RTEm}qGh ؏՞j0<(sp\-s>㚹 ?P'StqBs8~mI_~Q ̅kX_ynLw_Fosv XMS9hw߽W!3x7"vj^=vWI9;h7aѻ?x̨{ήĎg{qߒkw/z.d={d[o%ܫ65>ϝ{e$%Oyu =]U^DyRsu6Ͼ'VԙR w+ )Y3pD;Ssz'"yp]sj@ ?4 " IDATJ(C4mu9Kyw)?@mi;o߶ {':V~.EHsi\b|>˲|m'm۲,]=5 n8²,9-q!m8x{P^ "T=M&^ p(3hƿ 0 @/~*y[%_?@+g>90Mӡ_^?9O?^~v'i}CK%%}ްQﺮ;S;+JO %:/mQܗnw41duW&*iqRt ;?!g5l 5R~: SHl=,CNO*qʟ8#[WZ6VMWBly"<;"$$&[#6;G8Rt%.`Rgab+dwh:PUڇndd$ؚRt.]K0gr&-L֗o|w҅,<;&˸"J|/(gt)܋nw37jP@wowɺi]rPI^#6~9q_u̷t4c{~*~TÿRy;.Ψ"Y&:w^oslUX:ƿ)J>&|Kr]BnqS6J('c5uJʃ0s\SszE(Okۮz%rWcC$z;vi _Xb)TQ1~@xЂ_1w HV]&Rw}]֗n;k zUkxV5n;{ gY7mqlp&}w7mou>#/^I%%>Ƴ@@)~s'Q0x*P^DT,WerLw`|[O_lIt{(С|@?hxަy~r.s$' WxC@( [p$:Frg+3%cpF9yOW&if -C^ςdH4wA~]I(OBd<=;<=i?=xl+LV yz؆gCݾD2KKG{Lo"Q~$e;MuVEVi!Eiʴ}-n׷hC&:mS .1MY0Y¢[vn>YN4? z-aw!{+8=x}IuK|Kl*͝) mI+eop$K=h9U&}i]I ܒؠՑ<j&Ũ[U7V?G&x|$m6H Ѫ]dc~*f6AG!8WrYK!}lyѦϋd¢bb sҗXv4o <|eim8RFTamb(}ǾruA$: "/*ņIhE hpKF"0;}E/3KZ0q?sb"TWu]y I3H8¶mW733 =Ŗe Ж~WgUynbäxq+ z Nj)0pX.ؒu4(e'i5-͉+b_ [%Lv"g#}@Y*I\/4#Os?҅WNJʜ;{+ T.겧X*kNcN=Џ)q^Ĭ*:flsa:B{O?[X %[խ=ʊiX p*TcK"1O0Y&~yZK(pbzk!@.i/1kX_\q d7Ilj+I֖^9oනU{ut9Zb˳Y8&H7+$MSX^.e}V?[Q ,r2!94 _>݄lIF= vc5|4ǚD (jqS حøsrDbl* KoE~v5d_~5xIAYץ\1ECVI/ʱfBG:ͦV9).Ο1oL*m$WO0$:~45|eil6cp-"Wh۶-R"E!ϧ.m*ыECP-(%yW3B8"p_a#Pd]WZa^vWD d+8~:{Wx,s %A?}$`EDO($`'ڶ"fyM,rup4؏ \^]YyULd8Wrx_m;B48="0EDr\QcK) Ufli 9MRgd.r/iݧru?IPJpmwC+WW9hɚX#N~@HtWdg~œsDv#k U#sdPgԳgt8M/Q:.eے:o"JO=!/qkF =53ߌ؉}eS~M=NthPrNFKJƨKnV;\Sy:MI y% )(M)+.O}u<ʎc%+i|>˲43mDZUj$#:|$N m۶,7=?۶׿E[xAvqhN8'yވ |T$pk< U~:ϴ3#F|˭Mp_a/$ =p2zJ~'=N|1p,ыgWC)=H+4@" 3E/SmEe`QpeY.n&9Q}߫UOt@Aί@g"'Q圉w,67+GE`4 QuQL&x=;.fraG`uNW'u{؉$u#[ګJD >3x^&\Ne= VAyp`|al~y\4(= W"J|8hJfb%M-@*vvpYa@m8RwCm۶, 9Mr6h+?8/9~$ O|NF`a6R>V~: N+76 * @^H:4@{&dN{@4 8A<D E/RV%8/ܗ)@9+ Z@+mvup34鼲>a"gpqKti{0CoPPX4 eU2ԕ_oxh_Ŗ nl+r;wBGE`m;LP0] Vt~Β&4OCy #^F;pUp`B0РtF݄ U$LhBY߶:ǝe.Z|-ptd͝?B7\(=_n}K8UB6ǰ&`d^**ȚV_>+|M#?Zxz#q#p^*Nh) P?uC]S~po>l$6f\Yً`#_HLN?fve(-3ߐ~p;ws+g-7Yam8Rg۶mY?۶׿E[xAvqeo3EFTq W3+7b* {!9W 8]]WQ@^W`4!~ 4Qݢx/2 E\,? x&c#>yS'>z\:9DVɓ.L!rã<';ԃ Ox٫^wvK8!_h[,qqږmxW$%s*z|$]ll0qיyD[mH  IZͥ @b/AWb?^8Bp}g0DC,;0SΖG ٽ+UΚWC=W J]N/sTk2{8&vMҸc˱tJ˃:%z040#c:͎8 %IB`v^41T2Wf-,OW+ ,?je'{. ^mt͞v}I^ 9&e $`Qi9VٱOMrٓѰ`ĝyU\ut:QȺZqGIX7H返_['jޞBtM˲4ݶmV*V0::)Fs۶-BS m۶m[&z Dqz (/E@6}u]i}_:L0../ywUcrNF"p_IΣx sd*CuFRCpTpxqA{9PE/RVp ^ʋmۮ.nfg.{+ ,Em+ `~Wghg .&pq+|T9̯hB/* hE" 5 ɩWb8Ya%mvST_<+MX T,gfT94y ѿ~:H֔dz=)}'&k40TP?|i~į*ͥzΌi uCL%Gr{^!~:%B7Xc~QpT v߹Kvb ǁGd&-J(_' 8sRБl$>s'ܯtJRfnSwga0~FcW4o)dHk]oFLހ"{+a:BWRX %[խ=L{lG U:S9w Y`c,ЄPY ±CbΏ_JP)@:fOM1%fMۺ"UlUBE.MG#J5sN_5Q=} qO{`~ڮ.'hEddK{!Q^'{1 m1wG+#otrFq4L9&]}CqT5ĎWQ%b}с=^ 37&h$~.* Z-V $љ<٢oG/'G=N4;5l"_9 IDAT%;k?#)LTK4S['$,0ٶmVZѶm[vڶm۶M8xAG80a U w]Yו * =pc立x_/?f G d/R<RFTj/&UD+~'Tpq.B_\p&S xl}+e%n}?h c~B_as|Y*$`h!(53 pލ0''e ~izn w8[Eca.qZoą;F W)zy^-O_Fx ~̸ 9;̳,7)L0b+Shخ@vX?;Y>!9P9w ЏaNdah[BZ, $HdiX#)̞KmRԤ0}ݯ%{9ꂜm+,R!z' d?"v=aV;?N e.+PTKRec;=BnݢZ^/G!go&H6ثz ]^ dWx&f~@9=_Q5Ql>Y=sf۫C|=?1vH=@?z(?ݺWb5zJ!1"qP-rupt/_p5z{upV| zFgL=*\pWhرH%-zp'=x<(s/0^,1k:;8VMz _dm M qlIuwWX;ɚ4$7ϞI>Ϧpcb6r1;{#tpD,p=|{8$?zkuci$)'bC#639|sI9dgvOJ`/Alsʆ"v /]o[g?Y `9?r ARztO_+? .m?$%N!fl. (aQ=gmwǩUS;fҧ,x;9Rw MvB'I|S|ې$fpO6V?=HOR[4RKח%;wo~$qGg_*7 ~L_b֔{Bs%qQxE%?y7V8M6 ~+KRDL տ{Jzk[[+y'w+#"Ɉ@L4 !{p_8n6UJmۦJ5 5WU=|eU'8g{I"|mB%\&Du])-yOqK!(-O쿪6ZM (͢4ap_ Xf^z^kͫ4ҡ^ș G}ةey曮 EvfK"B~=#3GY+\t5|ei3ok! pmۖea M^4guOcOo'Q٣+B8ٺs/ĝUv@4Nq?pn* hEkB@$`0Tjyx7JUt|Q"N&tR:Y%{ԱY O+IKxcbrTVY*$gݷ`gymSWÛNiߠA_k ߎ:.WԹ3OFf5'ym{@WLdLηM:+ MoY]A#r&J\!ϒ r e `K`,I_'?&j=ܚ'L|K6Ku?1*} ́gɚ}ϲ, Cg<PMb2u{ -m[7/Tu]1({쩺,A k鲙=1ںs/,Мӫj}3jT省Rh@ N0:7V_Wx!nwGޥMPfݢx{ׅNMjmG ܱA;yl:)ybKھ=kgm⫣΅sS|Nqsٺmܵ=EtnuZ/R/sb2?:7;;IrXAaf쳳DR͓dP]^rqXLlZͷΒտm&`|Q^ p/L6`yKb9s\~~a[[5TOvNn՝U&p+h3[&wjEk 'Vӈeq~&Pk&47Fesb 6E>< y E:]%gMؘj_eϦpO{$>ZPN,r~8ۄWH' :`WLW@6oҍгk*'!%~Dh` E `*a ֭= iGN== k<£,Є*ouD+%vGst{Kt#LT1wFĬo[27YtȦ&9{.>{!BltWC4xcG8/-ζ`B0ގ7Z=JDL7@o~8 wĚ`rI>6+W2<$g$T? TލгLaѿ?:t tQ HWzi3%.[Ml-db~൚孺zy@pPJQ #뒍}[ΡAS;9cшv#t+od]8 C'~V/ʱfBG:ͦV5?CoMٙL0T.!MTT)"S7>ϲ, C ,pmۖe!n~9ivWGq=m]{ W\ „@'Uh|8_~MPf8=7b*,=oT3wr g2Lԋ+[@_W, cE+f@.W:-8X"8?Dg=!:.'6hbMyM|sH%|Aؕ[Tп&DU=NO}DZhD~lLm:֣RPk%(ӵX3m۶wĂ{~tU]}uǀjx (2io= :-Mt~WxbEbr&7܇[W|3>d=`㽊 *J~N譃g!LutUE`O^ $ chvѿJ̎[.D_Q5i7{@?7WyD{sWT|8pʼiO<8Aϓ}O"P=*.0dwuʉQ8-PE/DO  @ù=O^;tgX> a$'שE(fΕ.L+9DG)xKQr[1œH|!_C OVB#_\TG$ @l" yQkha8Lm0Ar*͊5jGHT}0D f5;MѺ<ܽߋ*:(WW\912]hoIw?z( ?ͫr4U)M#V&t <}%ӑ/lʰPRX~V9ú|eism|8tTضYpt KQQ8ŏ9$7H00fLpz[J;>ۆ9x3zG0˅=f؏IMYOU>iYPS0h@' ձY`D{3p:@X=} +NԾ2`e*OI@yүZ8m Ëp'=m0*W[> p,B=ʉ4aED}X?$֜4lCg0ЧsbޏSezc $NL/SA IDATczu'd#@}O{T]`@'? Xj83 MeCG<Ș98!:wYp]W ?}{^Wpˣv{| P][CE>#(=:)@\S* w.lV AO҂a_ ^)@^7fwG**;)@8>ylޅ_` y:8ǡOzԋc o]Sri--u-!!#K3.x "{nNl,<'^ӶN,mU{,>,MD5V2>nrP^"8>91{)t}^  0sF:[x svt69A1y /g/Hq3sm$|4dgGn.&\{5M NN8Q6H3@6k_DWUUuh_(7\ z % x +. HKJI+ҏO\<`a"pap}i Ÿn+p\>HdG!+u-%"ǟWUUuUU'o6L8E3ϛqʲl۶i(Fnp8tR Hxbj7ՔY$.L:@+Deʼnl H{͙$pOA4?TĶM;2ɯ6 E w|ݕ:@B#_yݺXYo<˪g]7>Mߡ6DY+bÞom'Uzd{_+꺮mipN^ߢhNݱ?$-dB;K{lnyynuK^`7m۪/k!PX΋neUuz z?SZ$ pPطs֘bPSǸ;R۾;2@ 0 fϿ:e#-OlQЯo>GhB!~-P9gbr[w)8uV3|4ij9 y7CÍ~}mlgcИBTLx3A2 C߀M]#:ܶm[Uum(V0f-|EHb$RUļ_XTΓO:191VK, \X\_tؤ_{j>77λlth|R t ß%vc3EX]Hg2@?']}'%1a¢W7kw {mnsmK`QI.߮^sb>yy%'w yf-n#l` 0|l,+˲Ȳi!eYlnvX:ۓL.OjW{=$A7ѭI~`i@q6 쑽 ac~K>Mny Pc?$($`.HMgWퟛ [PplN{,wCO~~rg1*#ӞEo@IOw%zS)E6Fˬ>'􊍘EPUqXN {M`-sܭ$Oop*Fvt ; cqQ>{uWSוp<ՕY@8X\|^$_EMʲfE ^7V|&@,Ke]`ub7B\l[`w'<Q띀VՇAef3] RW xP[?b Pnglle:wQ0 ''5]wS&+'-7(-6ucqQ>{u_rspgMӼ^i>!Pmm."|^#OIENDB`Dd@9<  C AbG@yR(q'Q#dn@yR(q'QPNG  IHDR@gAMA pHYs  ~IDATx][r( SY^;JeIGCڠ$@X}ߟp11Ƙy̜) }5>mqC0oN/81}7(֚ MqicB(:Sz+P'-BzTÓR9߁ O>.䠐ROƁc9ԕEwW_Ďn="t 7OrxĶm{ \1񃀿Xc-%Xzc 'V!h7?L^f%yK+ "#l!PP|Q@ DH֩B|T؍ y .%,Ch Y[k' q(1^B&ǽu@,a Y:d@c_x@I;}aء[N G v6Xy0PvQ_O/_Pbф0q<1\'9i"8j,WJ!ع3i }`荿D'f7@lJ )ޥdE{=4@ kA<kugzA41F;'i#PN;Vhׇ&"3M7~fd 1,k9` 4)Y: -GȚ3xG_ HSu])(~^ 3zu]TL=z䯸k0 (Zq7RTb8P4!>m}^ tP{ M 8S:@P"P#t6k8T/Xzcz3̭!1,1+(F cNR2ضSN I$QƄ8Y `^OsHFq.\ ]F1jJj "WRWRL!U_DeQQ#@WJDj`hkj)O=8%1"3̭!1,1=ԭ]rď¹os0b𚨄]J6Sr>b68g.;Dy ƺNUJu^,EOhtcN,9@u(&`ZNL v+Vwbl)m9KP7-Q%tؘ#ĺYE3n,0߶hF3a(vjޘL;smo4Ќ XzC5H9Jıh7|O$@ͩ!#@5!!4(|7vfBNsʎWb&nk >Ӆ҄I&Vǭ(I(ߥ:Yqc}v>g.8ta8d<{tfE7fڙm{4>&~Er&EA𓿌$g9ͼN F@*&'4/!ΝVSѤ=]B79HShL Yk}C0?}L{BFH%@E7c_ l_Qd{-U PhMiK(9 4@>=!8^A׀?悬5B`"zնM|\4ؿۉW`Wig.8u>W)5 R,ڢR&#}哞@1 <(Eńj!xSZ#BfH88ʡs@@tI;Wqh1҉hc9X@[# p,Kt 0͚Bea_B[z-y5I% ((CoaWAIENDB`b$$If!vh55#v#v:V l554a~Ddo<   C A b[$ˬӨ/9rmn[$ˬӨ/9PNG  IHDR۵gAMAhIDATx[VQ8ÆIZ=<0䧸Ŝ5IXsIHH"ʲ'IuH6y$?'eY84e2DQa*[|i&o883wV[w@Lt{u,˚wz7 m0r@sݫ _slِ/q_> !|tL럶}Շ=w]\d%gh8%.^$HX\/j8~\YY;ØqW{nȊc[gqad <yco"޿p{Ó֟:8vCl|t7/= wkzC&^s~8ejȉ%sfqlܸvڏίʑzmӿC11I7dp۲b.[cy/vgoѯ#nio6s{}T@^z7#P|t~^(^ʎ.(gh\4nvx/Of_da6䚏RwO5;]WUaKiݪ?W{^o2M4L4L4L4L4L4L4L4L4L4L4õٜ ߱ ?IN~VU?3i9\uƮ ͟qp,+;Ku8"8),_y ڲ,Kqp,:KS6unӸAReNHqMi4իľn::O"ųxn3kkO .i|\e w;L^GiZ=Lֹe㒡ﶓd$ *I$I^YTUYY?k6ԙ֭oy:svWqfR44z(/EawuR1_q+ܦq_+$3d|տɜuKt 6kc~_V,tocʲvleYĭsgOD^g!4n:(G1 )vƅCѸnzU4L4LȜW=lbq'xg{˙4y4҈E4N6Ff,\q4=:,˒$?g(h\W[ɧ.|ԣWx`5noe{=MZU}/M=\bM.( p^hy=x;*؃iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii,Z,ˏy>g5,k\${EQ|1Wm>,v]m`kG?sl(愯sD`iMoQ2 i9yS4G{[YsGxT48V{ƶ9Dq@dDq@dD$IgpJTIENDB`ZDd" <   C A  bwpwX|nwpwXPNG  IHDR"Z5gAMA pHYs  ~/IDATx[ IOVV&Lv< %"0M- r*m޿^/i+qTPɗC%_|9T8mP \ݗ+@%_|9TPɗma9i|a&9wjsn~eW~@{;wKGM (bʧaj?,sfI}#x{ MP17"{B=zPj)np֑ J7\1\bV,9-)oRP rؕ/C|94˗˿WKVzIENDB`Dd9<   C A  bdi4n[:f?rn2W\G`_r wwŶ|1ٞ| w6MoYX3dϾWcGFSqN)B ]9w-E}B;TywC21A&i;^}!݇w>А\z^*FA}Ӣ!]ia4o~QzAWLMC{@7xץkYeYZ~?gu)mSriqu]!{ld/";݊qZ&]u<>&q*2w_}\S+{8@u?'R⎕ZyOg\bЁ{ Rf=/nʕRFtlj D cs6'K=URC٣jqZ_Nlq[DAC%FC"`r0Dq098De@ L &AE#d]B^"=k P-R0-ao_Ż@r{bgŲUԚKXp|W^>zxtlg0b?Ofu.wNBl#g*{rJ*}jiSod^SX{eoh~9#Hg6fyzL.nJ* Hs1Tńpb! }^VUGpSjoxM#5}]j~ZK8sߕROabs,ep֝E)ZM_׵,umerz }ZWKf得ݬ2_c?o$m@,˲u]9ڃ8z}ʞNp] ipVm͙W~/F߇{`6m{*OLǝO r_M'hڶM\=.i]S͛g]ACɊݦ+u|NpRL¬B7xO}ٲl: '9cYr|^g,SIoBD7C-n;EYVߚ8Sk/톛 U] qM n:$TKM O:/BJtz^yr45krz{cMνO9Z.e_R@w`=sK/Z6M18S}w/[:RU1O}KS ;m'*9n7w%|Y[h{]}uHe\RQ>Ƭ.ZJ)f+x]םfΗ-rq{}+]b }4RI|$&ĎxGpE`HHLnlX`r0 #U8<wŠ[Qp@4ɁtSY Ow9cs=Nس!QFăáL˱}O1ćZ){@$ZQ>b;+r*AۯG!f;ǦGAx &(>.K' œ6,58DEb۶R>=& ~sqٓ2)m@FC09tރorԘ0#"BE;8wH]1JGrHRSrtP3z.>(HT 5TqQBcHR앣 p\tǐ^ cHJFJ̬evhOxZgMqۦ]$hL];-pnG| zns%1i-KGd(qGe@_Ew4dYs_Oo;y 16;UX%&f(d*`rnNb09&C"䠺 &'{ά6݂%DF:$m3'CO>8˭-ԟ>H䭖N,09\d\ ۬c3YnV:T<"<M.9W"~n%߂ 8Ɩ[g/)Sʹ>s(J{ƕ9>qr _2}#76k]a3֡v~VSŻd7bqI;Sb\D/>mdTS\hf%?FvGB\4+{ZBGlRC I79c[3<|X[l\=s8rm',#YoY$Q09آR`/IgZtͥ=`H |%g/دe~enLΨC"0+J-Ku]qOPw09ni gai8oNTo0p_tQEW"`%*4`r q09 q[B&IENDB`Dd0+<   C A  b񪁣p O0>n񪁣p O0PNG  IHDR0zNgAMA pHYs  ~dIDATx[aXYi}a9^ tY4MOf۶m[kNl|Z׺AWXu`ln)>q=Bۢm=4[?4nYu][" oW1\z7_X>;&V7xO?_#? b_ ۏGǟ@v#M٩/)ڍ~mq W 1) nkHhiذj?Z0L@:>MCPmKg4 ៃ/cQcKMƻ=z4m0it/j&k4ԿrE C3bo~ c$@0?r05iISv# 0K>@cG(ykCu][7o|BD@J u֤ ?KNIҕh4\R?fT"l>Q@J$CE1IJżuP^=\ˈ4B n$}1@X[Jz@[*>ebu Χ? '%@"@\!aPYE [R$A߿zW=t@}zF)GCOPo/o7D9>! Z'CZmcTt뛥[{$)u-ߖeYy@2!%F@䰷%9S< kٝ3tMoc*)i ). %\@]wxy͹9,1uy{U+" ɣQ>ⴑj㰴gEnj¹,1ɘ Ax: :Gg!!$ؓ> _w<5V~Jw@bNbЃ#=,^$N ǙS=3iq"{-Cf4uP^ǏT>$wV 'cMx|UI;d|6('~wgxj>*몏OrM]׎w>t^~vE sZ(l6VF9tZ;v黌Q 7 ܃>e+&I?zN+<^qغͷ %fJ c(K!꿀]vn> 5eg'.< ̿/)EusSla\huzp%˾G0á|9 C**AW'I$ш:"Z{clB 79+?=,5DSvݥ<ӝD@Ri ?be 3d/A A/̰@+ljL?n )~zѳ9Hc1(F2A__:$՛[ۢL#| zĤ!A_jwWu+-m^5$S1ώ{mr -n&YxھY'%B[Vn ." ڲaa<.} !d0 \qWҀTbU12%נWWNgدA>1hl#$g?X4m0Z`$]uc'ݍT.O5&80Ffl?jm.Q.c_HB5_ K'Q@ NNЗ,j\gW:}հVxFhdvP}QU% O\%erQ%ӾLz*,7 @c ys qD/9o@%;Mw${,_kՕ2g[1~WX8 O_KWzw"ʇ $Ԑ7<+/ =]3uH\y!F Jb]);_Y &9]+FVKfw158fZjV\@_LU[~a؁KZ DwR7/V1f.9^0ɢE au+zѼ+z8;뚯yp}5^KƗlG{2|%dC/t>_ws Uk%}eè"yJlOlv,K})Z$8 @GDCY)r >=#͢q:-m^@xofҽgun}]!V݂OkQ_q'׫ HS:BkNaTTאTzGY(YWv<SvfY8R0B*gmLj-2M6My 5z+K`97CrLT;O_~T7_,?]C.}7cNgG  uXj?&BԾOL]@>w,-K}?e@?Ymxa8U אȾYbo:uf41T>{6WGW2F~?{ 3c|/G|^(Q/Ȑ~I0pǟVkĹv<ƅg}6qwDӪ T(i}yײLm۲,~Btczg|j(%r~Qg*YjaێUwGL]);Udw⒒,9W蝞Wx[W2kWND@bx!ע$Xɚo:SD ejQ:d5qjWȾ JtL3eW#$D/8~+FzI (PmfP&-Pt?,/휮^f IBIGm8c0mã!!=.iޒqpP;vRL &QGt sb/b7nƶ;lԠ r<%2ƒ:aie3Jnvʾd$CcW',-2M6My*!G,w)b.D4OypSۃ!GE1e%*1taR9r1#yR}+.F:tFXbDg#G/1<E#yJr5JS#;*J&X1cRy 1<*E hO)i/e{tW p; Wc}yײLm۲,~B4B"4zrZ%g5֎y@mHKV4r&Pv;bo~L١ Y0;6HJ&\@d*ǻn]_ʬ]9$Tu3/y$Ym_g % Fjuj"oPmt1eW Fo쫒zM8)<9Ht?ÌqDˆFD&}HW-@}(\mfm!Az[!0$;5$TO4~>G>F`te?Mn{s^Kh3zf|>Ũ.אNpcSj٧|CG&H* oQ{†)|A(|dŁD=v?)|ύm07E!%Ūu]٠J\@/re !}@@t}BD$H א]8HλsepF:PB( I 5@@t  $@0Bt Fo?t}Hy0!F =$#I,~D'DIENDB`b$$If1!vh55&#v#v&:V l55&4a1 Dd{# <   C A  b @ڎaͨnY @ڎPNG  IHDR{v'gAMA pHYs  ~IDATxM~*at]R {:=  !ǁZk񴮫R˲mYy~p߿Rm'> ?44M֓r#PJ_M*t>)$4 0l<@'  &.-ˢo !A+&j[8~#W( \u#Yd$[{^*$ d!*P ! dM:wQz>buw c-؋3}urXm=-BVĶ;I7X3y5wb>}ɰWd`f0FʵWmE0+\D졇Hu}oe&lѪbTx o@:ge&j1]pJڀ: Bt؄MV@|vzJ|7\ _OLw$8j-kb2/ķkoIlF=q7  sj{L=;-bFn(,2VXۥiJm!YwI)F)OO\}ź|>c g7^ǃ(A/NgGL=jbX1|o, KJ`YY1' P! P! P! PЏ|>'TeYptjR?#Y((w VT\:.Tx!X, [fy*.sK`!+c,w|2Mv/߹y'>  ]VrK>OԚ\Xyn]%]ׯHXU=MdIw.[i.Ѕ/wIܾ>}jo{N{p3–/3Rz7&U~,b<8Zo43XօO[-tNvbnٶ{֮⏞j7#a^{c+$ a!{8<3[|J-@$aDV[c8^e%lK^Av/|IX?@݉9ٳ뽚sipeFxK ܲM24\*u^~n}k~ Yn%"nۖ~v[MYQ۴{]SMW}&2F[5߷ϑlX]8Ofŭ..=r]NO&jmuޚٻq]W-Gvo;IJY2Wn"@[.|?ɖyi749Y^{? eB@iQ_?M&ק#sfnZk;m?&ק>W^PeC>'=6$90}*6ٔgSMy6ٔgSMy6ٔgSMy6ٔwwtsgSMy6ٔgSMy6a>~IENDB`pDdj%Haa<  C AbtB))@:JS#pntB))@:JS#PNG  IHDRjgAMA pHYs  ~EIDATx[r@Py24(VpshTM0N@4@( J@4@( J@4@( J@~OQ868&pu]\B7>zCu]d뫉ӍNٟ_阀NE2OhydΪ(G{^ B hlA\M4m~1T#Yv=n5gq_f;>I8z}%-Ƌt cI ;ѕ2z}k?ćLĉe6` H[j&#+2Omrn cn°tmga{ ;sJΨ[kۭ"(oKa0%zbAU̥45[^ot.ekFWiyA_)1Vz0G,_SϷ8mtwJS[~ZbzfxcåD.h - _5:l^UOHӼ>%L|}>3j5NIi~};LVwKK(?K@4@( J@4@( !@R2d2 J@4@( J@4@( J@z-~T?ή45qH?NM4[0J@4@( J@4@( pOu]Sܒ92oDz^up=K&Oمt?^ '6M#/pp@ ^Ia;z7IKȣ JY) | \Df,xsp~G0@q,oN0pM %B hP %B hP坄UU  1hP %B hP %B hP P'6cIENDB`1 DdDP<  C Ab \-~ūG氉}nu \-~ūG氉PNG  IHDRDG+gAMA pHYs  ~IDATx]k* o};cVT!GWby18w=1X|>x2~~.'f> Ő x܅c]O|ܶȸ3 e9!] CwN[Rk2!0q`2q2A}HiU28Tt*"|ǖ7%O/ڛg 56+>CȺh 2S"!mI"Go:dt?!=}y ؕtWZ#A2Q$NtFI*&doȄ6Ű诈L&eY4ktdj KhB7M0BI@8j]u]obF>.ʡ(Y~Yz_eY< s˲\h>|۶ YQ0Y[R4A&ZO}62{z/1p|&Y%ԕs)lĀz@o%4RY7 8slUL2VQ zdCv̈S/dǕ7 Z7Kf0}ipPB2ta}bK )eF[^uJ~IiN3T9U\FkF7j[YUjϝ}3}߽WhFH2.L`mʄ7cAQ{rP 4%"ATf>i}!C0.4KU8dض ?#xG3uA4MJȄz@(|1)ɌXKG}T3k^}j 0X$c"3s0s͏$cUhc*?܍vm-\6gJtsy]B,:sX*7V3N͢fZ-z;h&{G#PRytQ/E7.ꥐ)]^&R Cv^{ R3UL2V1s0s͏$c"3l3K'TN}_[[%K.! h]WvBXid:z\.jnf[4x&.jy:3EMΣhfSL>!T9KSMQ-5]4al,? :tA3(+_S'4v_3;r^Tq^%gvA hc$N41"p۬y^ҜdUdffQdUdE ]1]UswG3;@K*=(;qz22Q,X-6ϊ.ӡDK=~ͦv:Օx8|ң4aЌR^ճzW !'c0w$cU\\0X$cCRMT VZ2PV1G0TSSb "Z,T̢VKe_L_sp"MxsIfJ2G|й|0AG BvN'ͤuM1}KV\Ej'gZ/D *3sIh<ĚL͠iaoD|;7 vf841$KcS>U &vW-&xk6k~Xy_;נvFط 2l}OHf+M=f`, tR]lngY0 fk9i}[U"ߒ4[%^,YIG3c0YZ&MBX$}>E!@糕oxrKJ*Kk8???w{YkyΎ Cgb @ gZyOo,KaqO0lr6?ZpMo1@ -6 gFi&~$׆_%{V 痿$yF-׫]v0t N _YEKGn$NWMu<$ C'1wU:Eyt e@_y@ -y\;ɋx!ZfJZ͊/,﮵fj_@O?#Odܒ8P*qbUet:! E#Ε8tFSNwƗ/i@k8}h1kՕ sNKTY*(7 /ov- smad2Q1NU`9iRfd}+͛myR ;ejj\x÷Q<8Z<7vlIJ\,X"S%aؤN%~lh\qgUR5q&^;)ʣff1@m%錉b+؅礪LI }lBU`ʵ+tCy@<y@ -#ZG hAЂ<y@ -XkM4MWyŘ?y@ -#ZG hAЂ<y@ -#ZGc~ww@`bɺgNIENDB`LDdH4<  C Ab`q^D93Jcn`q^D93JcPNG  IHDRH4ogAMA pHYs  ~!IDATx[ E:/33ufadkzCu]d뫉ӍNٟ_阀NE2OhydΪ(G{^ B hlA\M4m~1T#Yv=n5gq_f;>I8z}%-Ƌt cI ;ѕ2z}k?ćLĉe6` H[j&#+2Omrn cn°tmga{ ;sJΨ[kۭ"(oKa0%zbAU̥45[^ot.ekFWiyA_)1Vz0G,_SϷ8mtwJS[~ZbzfxcåD.h - _5:l^UOHӼ>%L|}>3j5NIi~};LVwKK(?K@4@( J@4@( !@R2d2 J@4@( J@4@( J@z-~T?ή45qH?NM4[0J@4@( J@4@( pOu]Sܒ92oDz^up=K&Oمt?^ '6M#/pp@ ^Ia;z7IKȣ JY) | \Df,xsp~G0@q,oN0pM %B hP %B hP坄UU  1hP %B hP %B hP P'6cIENDB`Dd6*<  C Abxfcޯpe>qTnLfcޯpe>qPNG  IHDR6mUgAMAIDATx]v0PfdfxdnhZX#l BN m @%4=xiÓvjgruF]7H&拯 .a-6VJؕYq圭vT[Cth$ۡJMGb]Dbҥf.]X%\kؚF|86VkKε6^i:Qr3$no~dA%+6#6o3Y8 uJ-ŏ}k+/FT}fOnR*~@3V*|m_W'nXHTFl[@ePTFl[@ePTf5 }WyoLTf+5wL.`Hs`ajeӃ {d_imͧ}۶}Α$sg흁23YPɫ}߽3B}}}Mn/ǻ[@ulk׻ٷV]59]yk;gfq~S*>q|/o$^\Z^$ +ooi.Xrܰi~oڶiku]E?`f5_n'ʵ^^梽yC{f$od)M5ښVkAù]bDάY`7pX7QdovV}R_,tagc>[ rr`9m.bLlwi-ݙ|1K`~Adkwl%aiK31^smjḧI~Ϸ}s%/P8K R>irS%JW<ɟWڊ/x \Х[߾ \jl"r 3=ZY9Enr(4(Eۂx ߩ}YORLlm|jʉa&|-|\iM_N6i*ef=VVlgƧ\nմ2Kr:8%d<3u/\k#m?[9{fsGy]ͯO;"S^-'L>-w^ z[$Zwd|+"JdՒ%Ҋ9KF{~} VmA)}FL-Y$ץnWĖ(ueVr{rlmBP.[m-ߌ:Y_&+;'w0] j.>AEP?Pin5ͬiM,YsX`9*)s'rOHi~ٙʮ<'ff"Cg]G}V|V[Ir}euM"蚙5M$u,mYC< :kt¸$pAݬX f.wuj=N"Sm& j4gC#$uAb fY ZmA0s[-Hbib J[LU؂`Sm& j4T[-*MlA0Vib J[LU؂`\^3m/}! XliuYεz !3U؂`Sm& T[]ם݅e$B$u]%zLlA^a]'Fb UYlWH1ꪶƐi !)(+Q>G!I,ꪶjd*j\j+ *(3(Y8>B` Z+^ݏ%j)yHbib UTmU mU:+JlAj۶tok$ X`Zdn *MlA0GK[LU؂`Sm& j4'@@j3ӭm3?=Kӆ9$B0s[-fn4T[-*MlAN#,HXYZ|B5 Ī& ֚ tiuC@lAfVR%|KlA+T[ª97`-vzf5Atpy[Hp]L㓍LljkQ+r< }b{H_Χ:JRco %;fmJ fsT\zH-Z!CjBR =zH-+ zߩJ;eevvnbwOҽA`ayl5A%%O* mp[Nv973&^Y `%tj`ۭRXlJJǵܝ%)?&f}m )êfD (0SzH-ZaV80+zg3]9+<9pHN|bňKCkru=?orkiqaL<_jg'مKNfx!am[ Y NWų͎UWK^]9+ ̶|¡䦳}HbV80SzH-Z!CjBR =zH-Z!CjBR =zH-Z!CjBR =zH-Z!CjBR =z6+S{%ېڊ+/[\*aCj| nq-Z!CjBR =zH-Z!%0h@{ShO|s?E6̞Y)+hژl@k.Ʌ`ң[zyW':$AǨdG2oJ2k"'kL7حQ2~Ur\kŽ&k no% ;{#_-﹝#Ƈ~2 KƏ J5LB72Ӏ^x74c^Wg Hci&م# "{ʼ_hyxnZ\' !LӴtf>95szЇI1R =S;֠?-S'._jy]kנW;խAkЫ\Z!CjBR =mO|qs{SuqBR =zH-Z!CjBR =z%FR֯d Ir J^IkBRN8ۧ$/!\'L)uJGVvEkJ*xi R[O7 2X|vڧy'u->AR =zH-Z!3 еrgrk.IENDB` Dd ? <  C Ab Y?\[QJPnY?\[QJPPNG  IHDR2gAMAIDATx[:a8cK{,2 0zPKNc@Ƙ |>iz<g(|iY pm\wj3?YU><]Ԋb"hUR@jl9%kg5 YϿ)YMZӹ ՛CKd1K^'qf84b#lp:K nnx[}2THሽW|v_zgnsh({yF]!؃3M[*lgY%8#X>ٯ-7shI2'٤|R+R}~w4~lZS|8}-Z!CjBR =zH-Z!O/VB*OKɺ6[ꙸN2g*[m#~_gβ#&fN$ZJ^`IaYkk`߼<{;-g~m_KbUMLjמcӥAeliIۚ wt\[ȷN]P_}QȾ]Gԍo:̿eӥ]FvӠDŸR1?D!EN0Jk^ڦT:CXšlaAWiF_}PR#.HϮ2tM`Y_[QK9 Қ%ÙCjBR =zƠuc BucF'k3Bucƺw,Vif ruc ^OfDlxzucFwHzuc)DlT/vu<ۋ7[+654hH,;uc8v`Ө#q"Z!CjB8C\H^0>OGC63+pҙ8A09O5 x=IENDB`QDd<+<  C AbbQƑMj1>Qn6QƑMj1PNG  IHDRigAMA IDATxYvPV+xfxd~8\B+@tf+,9j E{o~CEE$>[|!+U9C3O.4&WBȪn_5 U6D]ChOC#k+ݶJk uV7׉lk8^ՑVխOw뽻л'&JV 09ʲ|ˀDc$\CdB7D,[r&#.zȵ#;c{[' ?_s>lG҆ˀv҉oSl_y.ֆovš̊w'hv ?tzFZt`[5/zߣ}55WCsj `rNkMx>wC+wm+Xvdj;jAeN%h+3w[f_/ܻ9Ҧwsˉ9&;;Ylo쎶D0~Gf#ýVeB7f&D0^odV p/Py?-~Z nzֿ[,v !a7kx!]vϊno&![G˿xj1kJKnCߚ Vm(Y2?5?jz-8zϙS5j9s{uǧ: #,k~~mT'5qdk6l1.;[pxѫQN =1Oi m/N얼8ZP^ݿFFԲ޴uⳢ^CMZ#u֏F;zex<lL(r^@)[]Cmnq hMl;2@MEY[MNOМsUeb},}d:GƉRGWd+_I|Q:ޝnqΣ~hS!ת-?7?|ЕyuӘe?>!. #DU?3oz rCT= %),˼oy>yR}JL![ܖVEQ &ΖWL> }̭tK)*>Xޫ*eY6 ^¦h[$|铔)I/P"2:BWPĦyeY<땗BB;3?YQo=#!~|UCWGͲlY1;լ@sYҷ^,[ 4:ɞrs5lYhb٢牎FTy^}^ٟx=7YH~Fk^yQs{|Ux*H.'\_H+_U}=kh|ž<ϋ"TFQ;TGzPE}&Bap0T!zBr,QB!~/;߆vj{W[E|>{6QTB^x!|" E,yDCUZgYjk 4.72"g,w(MP}|N~9j#~yt&5c޶-Ճ<sv糬c,4#IHvv^4Ŏ(GYg7o?2;߮ڢ>'뾸 m_@s,"+2/PC4tm?j&)s{ZPzzS kN_<<W'v.$,/zX7s`e &U;pD>eiyF d{Pp*gX}n5NxU|QzhЬ:?V}bYL4K\yq?#³}t )jcHw}eeuQevDi'J2ױ>Y5"|FCuOR9]w ЬY[C^P=xifpBdX>rj M#!{7O*V~F(9-C=+ (9@g+,{j$(4Foy^xDwBg|M̊<!H5څ٧ՈLUum[#;ˬ#n2s[ Q( kֹųh~g5(Z!_<TosFbrL@?& rF%yӀ?)ʨبȫUl1~ViUN"U%WL*iP}} %j??y.Fs:*azՉ mQw+&tEusgYV ?pB߬fkb'w!&AF݈%J=u󼜛ETc9W?V..*¡{Sj2; .,rhKr17{ XYόoDgVKVFnΜ5 /JĂFOie1T_#Zb}D7G;,%D5qX#~Oez\z>oB|>FgHb[8].7>zP^m-hTqŮ_ @I>4=O=QM T=8VTuz] }&(̇u`ܟս+HԝA[fWDwЗ;hK힅,ˢ!}zϒeYnX>n1jo]ҽW_,˲2g^2GbjKY JrH/4E^R%ޕu39:$ؤE%poؘ%UYP_o;B\=@F/xE;jǫ~(~,Nvnny ЌwY! s{{?-eJIz&Ie ٭](c*ytW 轢boocg6ڗvpiχz>j5VB]`kOuȳTؤd9r2dM@|KD3.eVUsk8nAN`NتPTaA\7;YMYnvY'i}ys^k E!t7Nz:O9VM3OɟCϭOn` CEQe9rb:j4`f9$Rigԑ޷&C5x:o>$AX6CߎI Vv-I!]u?sV-eYfYVٌ%# 1[6wK!9໧M-Sf̓|'!#:O!{,8ʲ_慛э h;FQ ];erɲU4Of9ע1JSk M:Q #\xߵkoiOX5ON)\S8*@Ɍ_M|V"HMܜˀHF5(˲q55^Қe0׉nL\zwKŧ]ΒWk9hk, :=ȟV @+Ϝ T9ilCn @+pNiN, @5ߥ~!9$7h. ,v tB_2 0ȹz.|] Hšp6YQG/ W] 3(Eux^ YY_Pk\u?KRc,\uW _"z @Wl'^& BpݚWz/3u@sUu?HXEoתmP/Gs!K抧N1ۋvYkռr w]zZO!H,uZXQZx0w4CtgK`^?&9,W`s~æN|VY8NUJ @8s591!\`+~rܮUNs8-_ is8́Y@ P6? 7/I`N2 @Ђ5]=+/+$=m?2Ug-_`q q[|O+\'W]Ipy|s`__ r b^#"'-/zutMH<~~FPg<T~> Kcn^Y [PQO\p???#}>U/Alp6 _LA;D%Q $p# ܈nD72#p1P:=p#wIGg> :HF$p#] Ȳl|OM6RIy{4rUNd2܄X_4{]Ow*ϲlp*z~zқ5B=|Bz54|6PGWHx8l!*~\FUݸ$L~GƣjX M3:+t:)M'y7֯Vz747*DCucU{[f}%n3_6i.mWN^Вe;~_턶8V9Thsb- Ѿ&~}: ^%HE\ڼhUke.aF _` cdGo/(p[7O3M{P&)d&PkV>a# GBBNB+y}Rڑ~[cBTՎ*k+`;Q5;6D\rn2se-?$z;0ndF`m[L'y7֯L0n$j@hL!q9p]HFMKPw,@ IDAT`܈n3 OxSI^ױv`ȼMug `g_!Q>ID ӪKAk\PkP﨡D܄IT j֨ޅV hs@/s+atP]+!@e:hO.VL4f߻ۚ7@?>F֟, 7" 2<T%>TEi}ul=7u6b /`tHຢfЯCk:8UeUN~]8ثow`65 xj{d0p7+r<ϋز.'2$ 73y`ٓngrBx< y̡C zכ~sòEl:C\[?d2§ B9<.?CLw'x<J4LVCUS`S@',!H[`;LTo9, [w9r`#ӗmuWĦEC|(5xx\e=h6e q7Ce[6ux\e=ljz@;~fU[f Ǐe,&{ -` YQEQs'eb-µusuـ]ͧį}V1jס-JʓJY}5EQ$0>C&kVW>m-孈lƬ9B16лsk[6PDLkڌ%3ب>sV?%L'K_!-s lvS vz7i{wHs}y}0%ǯ9M\keFZ>"G/zfӗUue՛LpO`'Hx6s$# O< XlW+tW3`=sPux>;<[}?7tfLn"ਈyzGH_4>/Z6?po63^$A !!b>>9vf$yknk($=I|l}g0m$=O|`}6g[M4w6xl؂(C"E>#HT 牘O|Ɨv LO1[`SU1^pYyzG~Fmˊ("a_HUZKe{KeYEQ$,#=>+Wnղ,<۵v> A>p aqpZE7NqH%*~|}qty۷+p! 7"T3v6e܈!@p# ܈Ip#Qww0nD7d'x<J|>$z;0n$2,˚jRtty3o vh;˲,D$aiD yB(z4gS~=ynw}_c^М iU4&5#jqNs6 n:(˲a XwG4FTYLnK# 75(+˼, A>\4`OxS1> :Ę\;ܺW`fpBFH~K4 =WWAAMc=q*@M=(Cܖ!@ܔA=I5ip7,# c:hE~4ʲ,~,{GW @7Rr{z^1y^П>]͇6n{ gx^y]ga`Ox@rҀH,;Ts?EQHOkexᜤa$L瞯άNI<ϘFC=<:!<EQE¦,GZ,踢/ TI(lq[9t^eYy_NUgDzD۵ߝ`g '>\8 iI̾o% L[u/7 @8d@jpg[7=%}2K&dp-K:7ele$p#UAk7,K7N 9p# {> HULU'x^؁9p# Ϳ .g"7K$zɼMŽ8uï5L$p" hK fOn ,˚F65;hM*ϲ,28>'Ӄ뜡^)8zdN7vWzFR*Kz Fů~>d0'1nڗw6|A?B=Cw@yQOnJ/ { ˛KbǯM> =px*|* H^c$`Iy7g\Dкo7 Ep-c ̒dp- sZf_T>p#ysʲt#0  |wIGg> : h M*OȲl-טHZ3o&y;oCB|`;c H/7+2 ndI.J@?\ tc\  ;$#U3UQ@Zz[`7Fֿy׏~@e݅;Vݎy}y'7zZyﲚ8'Nb"h/`o-6;^$A!7-~ C|2G4GՏYeZOi}Թ2:+w<^=eƏ[+&C][ԂcVh| *3p%,mFh:DZ;ytWHM"5јZ{_8Lh*VsB߷~5~gYVl_}0⋪tk/ffH)1Y1M]Hl f VިSnF1/I2q&O }6=³Zzswyǻ71Y뾬-gRZe2ˎY:pM0ݶnSHeȬgMV#;UBt5;vhȘ9"k>^:Y W$z;0nd2y7g>M&f9\ =|@_f$ '7eY%KqApe72/hq Ust p]HF>C ;$#U3UQ@Zz[`]yۯz@B֍~_{nX; !@"{>HFc;L' X /3vйWu+*7 ~.|wIGg> : h'rn 6B 5k=@e0HT`|@_c"7KDeF\`0K\nD7dH'x<J|>$z;0nd2a& 5v#f|_ڻpI piHFޱ&L' X /3vйWj$7||wIGg> : h޿uW.ܰv@RC 9p#cstD% r!@| XЍ7.g>sۯV%U Ho0 p]7>VeGW!}t'0<$Ž^SI^ױ ig0g!{X{M p3o*D}^nZfO\BT04@\ kL$%uZ:S~˲4 k0 p]\n3OxSI^ױv`e@C&# KX3~]aDsF kJc7=&mM?|m[4lV1 `(u܈n3OxSI^ױv`e@C&%%WvlX5 !@{> h+2 n$*QL'} @7u%b}2c}k0 p]. 7" 2<T%>TEi}ul= ^d2 y~0w9 1Yn֌_{nX@ˀ39MjecL&DT 2gYbzU\D&1\=oe.\Ajs VHWTC.A@ W \THh>sۯ\ :_糹^|`Ou?o8`_BpW%u_w6]@ߜk9@`k?ͩƧ@Ҹ `ݏe$Iڶ[}g=E}N^ZoZؚ<`k-&\HeGWo6^;p^Eqt fc7kկ 7:e_=sd,>p#Y,˟kOݖQe vuz5 Z| \tКkn\Dp|5Z?(W1U*dkn)NM^a65qws`;+/GvǬJ*;Nzx<"|m[QuIrtkXf%NisӓTjA; *_rZ6VKPޟhV}ʲVŲWaֳ9ֵJ|>flʵɄ'2ek̃Vkn `07H*]k#- jCZП⃕Eъϲ,[ 5`w{/'i/0a!J&7Q]ghboU.ME]6E/ѮRM^|Ox,I =$\&ecg]G*ۘ|>[.A[hq MLk$CzW80&$Z.jϑYZl [o>(x^1y^Ir ,:%zsS!IDATqy,=S-|~)6 hsndmϞ%Zce,۲~謫V/)bֆ˩ߧ s1f?vN;uwOCf:{׮,˄ Um&Enާ}T&ھ2sauɻ״Sj鴲~m%_E*s'_]|`@݇ZB=A=R4fz{ L$+|n0t27rT-Cꉏݻ刴](GiA=ú4&Vֵ9GXTνq =>ܩ*w36'[A L6 Xo2y.dw$Uemup]|U|c2I>ppv\WY???kg0 @d'\?6W79` 񛿚h 08h_?ML@984sBcN+Jsܿ)*6MPȍHs_> s\ndCzfx<|>SĘ}':! WQ|>%ps8q= @w*{ hod/K3Js~4O$%TCǭN J# pVUO$CDpfC@5tEpQ[Z^`p63fq}y<GW_aZ:<߯g͵>p4e dY~W_eeYz???Ճ^+r5+UIB*2D7(&sYՏgXVN2[r'Z5\T*mݝOYg[S Q~S7Ce,k>}*[¤)u9#h8 ?a!4 'Fܿ7w-_Y|=6= @}MQCu7T y4 72'ju[~iJ2!HN7oBnfАVQTN5kJOv<zMC ВI,'dukL9ç1k9 ?yz%008 =l|e p6zF|<AͰ,ĉSOaӦO>`#nVG[`R 6M|W9N @kT)˲{E^J+˲egZEE"a,uzPuǹ^yhmKrάjB WjN&66M^3VMQb߭1E5Up7Ќnӛ.*4oAڊw=Ju ӻO.<,~ WьG*_4ꔎ>6\0o֯2s&f+ڴV1C2in~5Wɧ/Y P@s*տ:&+Yrr+sH)z%>YmB7T#;!GdssVVK쟙k`*dtR4}~E`@Z_s;9@R3_l\fikjd@SZO!*eph*?$HN̽P6{ 9.z\PhL JL`=۳I|,xP.gKb{?vp_,&g* X`٘k٘~} ?=#Whz>ܡ,I!,&@NӥUu%qIENDB`G Dd4v,9 <  C AbIotѓԋlPvMnIotѓԋlPPNG  IHDR4vPgAMA pHYs  ~IDATx[:P|+w6yVa,ᜏghFѣmۆ7<-zz}}}w8[ϟ?___\-z_:G۶яKYigz_|F||>G\`/B;ipb?lF)NrXG&Gk}3. Cy'\Swa3S("zUn;n>┎0H 8Y 1/A{{P1>/Fq.e] [. M;cũ;7T2{Pcj1{dLNݹ=nezByĸs.}po.0!"Q}r8-AjBܽy'z](j@ޭ ~.???Q>$X Ri}oz-/Ketm:.̄8a ԟ>4ֻaemo?pmӄlɃ::mJqRfM:ΐ-Zz/6MYNnۣĻw vlK^A2[4ö7mK-3b5f n>~6]ZIu9qƝtqvDp&tmVKZ0쩂rhخFI{NJZn:MOfxEbSqt[JwXݞn$Sủl[ Gɋ A|:Ps,6XY/b\ TgeBp ("UF9Y [OA 3zT'Un<=J1PJq`rKu)EaBY+ ke%\"oDŽØQωkCYl,%_>cNTǃ_N8䱣[Oe cNTge̩ ;s }M2@+zs:ձ Ϧ՞pUIENDB`Ddd'<  C Ab3Af߰NVnAf߰NPNG  IHDRdlegAMA pHYs  ~IDATx[r8 a}RY2_AWRm)F2⟋"DO V}z]ӎ:뿆q74PW79 S"]9ιCc ȾOƯ?SUn[`.ߴxdr. 3''M. Q1Uً}8T/O}dNqfrppz`"f2]:ֺ_Zݴ֡s37 w`0pwՙM+ޏ9|`}~ڻXVc:$0+ՕrvĞ. e`AW֒xFުЉNg~c|7 .KT {0r&P=@(`L {0r&P=@N7YlL4w dz"0-"m=rI~gЅչjڋqQ4P>* ^>59&D^Ǎ)S9h_B-B,^2Cn܅}|V;&sWE9t /2|$#;X㌠*wgq5!FK~M,Sr~xw<٧}:wh|x5~9$oYpGb4J[ʺ=4#͗/jۼSZ(5܆ElMHMݜqZÔz"r|&as#s橮SaAE|:%o ʽ>J,ג@;uAKB2#rԕnY%7{8t716hC;w'wϝM*|8pLk 3M,QS4 Dҙj#~X>fs _Wf&P=@(`L {0r&P=@(`&w8^ l.⟋?9`L {0r&P=@(`L {0r&PKxIENDB`O$$If!vh55#v:V l54!DdB<  C Ab!BbWfdS ^n BbWfdSPNG  IHDRMr5gAMA IDATxm,a+#SgfDCϣVJc4+(m0iB|>se*Otf=SMzMg|ȰsRJ,ɯ҈6E['lJGr]@8SxRRxu:Yޜ9}I߯L1qL.i+= -`H<_W,*U4? {Kr.T ڊas=܆'U}r}пm> j0 6" h0 6:0y.VNMu rϬPCLZ%1 @6Zא'캮 phRA/  ^li7^)zr(׼S3T)OqA^iKrMz4k) |[ESDn|J]Vp*^XvXc@UŢm8J7bd0[cky5{<XXtf N\h5CºɏK@:\ hңhԗ{;BWC\J6 ~׋3>po")iCIٳ(H醂ҫ6-ڌD#PJ%o4} 6ľ:}n;3Fh'NAE*5sQDt q{k(+'ڲɼAv4\mes,8 S Ѓ!V["GR3&EKT΅V{Pg⒜h@IfFՆSѶ)8&!PHtE `@`@-pK=TFWfJF~MT%mr3KĤ%aUy{':ZVPYh[:RAOag A zP&Vs)}^WkE,Cf2s\/*09TƕDV\[P=mWzϋt6{|OS5)Tmr[n8u5M~Is{+@Z++Tɥ|8U`4\ nCXVFM5%%uq )E좘>䝊E[}FzCW Dʩ}Cc!(N@mkRo]:⧣ЋLEvHu摹[.*dאJ^smēˬ˯ڎrQQun۶sȏ˲);]g.3ڤB,E fޅ\к<۶by6eZs-~'bYֳPZ<&.kx~~gŁmp[Xģ˳yRJp?QR @?H*W_7@'k;%F[fo~nn,Ii;~ZUъ{x#8cwȟWͳϳ3')t,kKjv8Y#;q &Q88s=z0*nTmxFL^Coo*8`fܨ׺1w]un5TR kQag홚}{Dž7Et9L ![w57io>CnEUqsZfbG 2U,͸4x>Bj5<G[[1TTfԽA#fqgfr]ݬCg1vl]Qs{eT[]_D!zG8:p/|6mm7/[;{mn.kT%YIgIK%xM4UڜQ󩓑4O56)+Fg׳GkorL}O*ҫlIEH nJ v)̻nhv,&\kjrl -}^#gkH43VaRDe%[NS=otdfRn~Ypn=8-̌;I7r- 'y C/r'5%]ڼ68[%ؔ PPj >)% ζV,\s1TImZ!v؁X,T'GrI7rh5upCx J 4vNoH[ 9;v~\q3ǨSH(*T>SsǢKōkֳSg)u"Y%5,y KV\VfZvNi7u\<)]ȜH\vwҭff%W8xAeF*ׄf]onRYsH<%boyiS90ZAN[۾)fkqݹuh~x9DvBut ^hE~nKd)jJZZD'ե"*+JGƿk{'r*2-PVኗ}[.UUwWix#WQ3xb]ͫ/S#toEh#@ Vuu'%[bIN (*)mr(}C̢QYwP8H4Ԗ&TWI=s__SwF1eaџqѼLC5Tkg()CfJ⏔8>JGzV ʊo$˲XEnlhÃWm-@YxxڎhkzˑkTjS;j,=^f4)⺟L20 9^Q9?<0=viif<@ ! GNWnFVhNڌ3`!8lL^\;T>fy. JF5C_)[f"ٳNmn)n⸡M͝.f}==-& w5P^KWM|Lяux_vsȪJG冬- dER}|/5ez{~4˵\=S`i)/bWv|jD%OqOFuAjB4"bUh)WÞ@L8OTBpf5z*iDc^'oqڹn/2#HqU["+ -NzRϒk=h_JG8_l0GWRrWmցѨ8xlq-0r]TmI9 aTbxߕ6ame>[+ʑR OsƑ];5⌈hYU[8J稖lqo Mtb qwO?zrk!0 ㈬()|zD. {F VT?ϜTB[zK: %6KI[!1UnZڝɣَ9G5٘Y:N+.~X'pźk9|{z&mN}>ضoq9?,|MG/ sm,f㌜T`qn993P/.參#PXpK祥H֘~#B >r rCBՆko|3y0'3ZRَ_-^ֳRnۖZ pjj ;D`@Dmm1/|Sp?Zvshz-t.цy7]kt``Rnz|:y6eh1f:O7 }q+c)-V:7%5;lx ;x-V7m˲IYUoaC<taq6b׌m@Jz(D.dS`@DmD`@Dmtr^1xPq9 E% 6" h0 BGH?ORr@U'BReE9=K/!CN82"nFj ]?wm?**mlh^6M'Br7Vj~ h5ziB}hfFbY=^EƜ$[q#٩ǭ|? UjB,ض1' YoYw4N?+)wc bZN(*VvVgNjZjn5.P[,g6?wXwSY8ز8ok^c.~*\<%ZW맻޿n;6>j rwHOrs:4~^%*VIWPyX?k|7;#afl-Q)׉o)U%=kSzw߫mIf?[7kbG~5>Gؿ 1ZuCMcn%)3#/QvxEu?%zRհ',/yx_ycq'~ܳڻqE6}:[XZٻ~=67mHړPWM+zXO /2o8qckyǗ/vO`]L}h-^Q]n|/yW>;ʵ8W=\?~-3,~MbynY[碂ΏfƟkgϮZ t{䏼+q\{}_^bֳRȻ}+ů*onpCzaY?8[{t}_v-f=}=/YlUuxluH>B%ALgޞߓ/Ҟ}bX|Nm\yn~~w$ۯfX\sglLi5D3H]C k}R@՚6QāmwwsP\ D H6 sN0: >ksJ*pR $ڀDhm@@ H}(y]44X>hUcI%!(o̸g3Ëk!Ɯk*E6RJ3CWmhӒmtxh%k5}0ڳkMstHDhm@@ H6 $ڀDhm@@ H6 T(TNq@ FHF !ݙYMӸ>0SoՖ{VwY8v{Ϣ뾿^8ꍶVVnvLöm[@(뺳!z- \-/h8z#m@@p4 H)nh_?zq=s{n~tf6@Cnު- ?oi gɭemyZ{϶ Uol$q6 ?{<紥q hxhC)bm@@ϥp LѤ[T zvw<`|ɉ DU[>}:^1pPіb~.!_ۼ8fꍶWnlxO5 /bѶs\jY4tE51FC6 $ڀDP',L~|`ToI4 Wotgf{W ̪RMM)hm@@ H6 $ڀDhzuUu% ڶ-Ϋf;PPF@km@@ H6 $ڀD9wmm{n'^i#eU|hԶlJ׵ox____Umc ׶dl ˣKs 6ڶMy,P54m~cč@ٹy˳Q~&G>v]7۸>?;γbO\|7d?U!]t7Bg:eYm6*r9f;RygFS7upiTmO4;)9Uـ[tCjVb XI, wv6gCY4lBa!g-wt?;lmJ>F 5a a6WD1M)OMRjmSrx| 1Kk,~bmv7p|-6\ r HiSv3=Fo8@1em|=xbÛU Yi 뎸b1Jz9 (o s{Tmw JmZ H6 $ڀDhm@@ H6 $ڀD3=?GuE{֦!˦;Os縛v;D8paxҎj>qV1q^8{c-A-C0hY?gqJڌ7oC6ϡ>ZdQTf}A6LYXw7m pZ|0n@նdky۾v̩g]e!=[li&ֿ}?l]kKϫm6vEsm-t m^#am] A6NOV{sv`Nmwɧi ڶBmg}dC*ˏ"lOն[;gl?u}\D[yU[7 Gyk+ݻ H6 GH1yh{LD}S:aw/ >p ѶWS Tdpv\[G~l+t.W$h{O7OCP"p|fTm{w-h{iGUUcEZu}4S케nvWr1ȉ칀cSh{Fjj.8h;D#8$ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhm@@ H6 $ڀDhg޲%mE[4o[M\}m@@ H6 u눷lƱWPwN-~ k]¯r۶g/ȁ>;]{N}^.W(gׇN=mw^@mhm'ۧ#Cܯ<8Nj֧~inM4?"RJ}dQb #Vg[JJ)un_~\mw9k6˦4g}_&ᅦ??o5ҭ,'D4DuO`ܞDE&vkR.hW7mx0ږٔƳl{s۫?}r;*L.ppk5Ū[:'^hW_ZEJ?N}W?*o_k;颭hrxnEgW?*_-Dhm@@ H6 RJ???g/[{v¡IENDB`O$$If!vh55#v:V l54dDd; u11<   C Ab%c"'!؊n%c"'!؊PNG  IHDR;O.gAMANIDATxm*a|k;G/p_ՕmT$OVИewf]R???{UJskeU_n9w|>3/ˢx),SʖMU{kxu=Wޛk]ePNĎ߰[0Rv|Tiv41~|M'^;jc{3=1.ffYr]3z2U6g7 7t9b/]jM~n} ٌu$=ͮYL;%KYʔF{WOް+n{<:| 1dD_]-^Igاx<s8= ÙYyC&^λRNWvt0غs+KePEgzz9ـ9y)e_.t鐉7:>nf]ԾO Yʾ.xKt5QxeY-e=\޳O4@ B  B  B  BA?d^$t@OKZx:+m[8 wO!a12t4Œd>Mu/}N{XpP4_AWoIbzzy?Oe h9uRʗ $TԓC3WЯ]ەwmSAoXaOrq؜ >֩HIg̵pKivWTOt{q7){"ٚ<*#Zg g} TT[=;]C01h̸d@eYE1h("t:; }PA[  B  B _{q+WK\|ʿI\vx)sa@ٿegUfbb`CDϧwTĦd2 <~$J>Zـ^5* ؟ELBWNFF[kpk G'gO-^_Tq*nb4 Z&sߎ@*m4gy. qѬ-B4eq|nk语ݢ^WTl7f,˲@ܫ'SNg ̖X=LNsNgA ]A@aTKT$-9J,Ɛd>lh0u+ зJi3qE8Z>jFF־0[4%Cu.7 W^8댍9 %ʥ&0<7QW{:{ Ζ^0D*k_եixth?|ԙǎX+.MnT~n`NLFb}Wl9 9K$ܥ78bD q4fevgDiP !geWϖlΡmP:Dࡆt[桉.Lj2&a@_qp4E@PƠ}pI|> Zhjg(4E@P45Œ 5I4Z׵w ξサC  B=Qc T ʺf=n^g!َ-@̀^p&s*|VV/e7z4HSxNC󿙨o}9is Jl,hoQ-8=sfD`F$W!ǜ>@/cD'N0=1Ń ^ZHCg=ʜz9'^pK{2|ڏ~=騅󧿬?9OsF `0JE뺍+J}(0og~3X!x{{^V@Y3XƖ5q&ovzyYswf0tXX͈Đf 4Z9<8t@;T%XcJD3"|^Grǣn8Hf~FxӣѬX B |\6+5 AB#dn%Յw#_Rp|!6gpgbc:5;MSujaRkUcmF5ˤ3z>*%3wI1phOog@߲d!{/*.)EE#囹Wm3prUc q3X65x]MUj_>9ANim{(2 Rؾ[}"N 'IFO_Y/`ϧU mpϢM팴_`_ gF $DgD3C@~Hc}8 C2QAj&4En4K ƺ'@ WvIͺaڲշ=zOZ_6blw{C* Ҥ"ɿxUWs ; .rXs{1_0UylNS) h(J&=ѹXIj?Nז^s?i9 I%W_cHt0*([ΤK;VL$ih%ZqgrrVG4{4ƥtZqgrg{tjC&كM۳]Z-aan K\bm 'If%E)?H3ϩ؟ofBҡ` '0]8Mќjn^[aCɵ9XthcK8~4u4 C 4E@P45yxNn]7޽l iyC  Bн{15"@("D1  B  BRl8Z\4h"Q^4Hx@`? -YY  B ܀.l*-8ۀQzO ѷEe3s+<Ä9y)M<9SbWn\9=Ė- @€?=ѹX$g_aP;V[U^A''C09rb :kjq4NKI]o[D39R:M{or=h0h3*Lg2DӧRה $̙G[Os;e+WX3f?8c{(++} Zߵmg$ؽ)9^{gWc۝wElKe~o 8SkG=sY=A:)N\@9}N2{P&&{gkt²ʩi=K =#ፏ#I*+Q$y crM:ԐLR=`TS=Sm$}LS=[֐z(77&k$G@P4E@P4E@P4R }#ʯIENDB`O$$If!vh55#v:V l54Dd; u11< ! C A  b9SOѢF0_K>n SOѢF0_K>PNG  IHDR;O.gAMAIDATxk*a83i67QQ>ՕmI%LG)zzQJ|߮[} &{㿮dYoygZy޽C@@S-e:H}AU{[mqzo\y5CR`#47Lv/Om^5J+oߏHy͕K݌߭[q6lua`xJ`㌗;DUOm!d2[܏1&{s_S A_Gn+,xsMZݺ?qkHv0zǷpz7s-pZR~ռԞWic:97{O~xO^۴kw+]_G.\|d_3άV2%q'oqB;"+9ܺ=As{;ga3x"N‹ߟYp*hhhhj+ _W&'bw+Vh$ZU~:+yiY YL LFU-V%*\/p7>f!g=z@Ubk-gqP4E@PtjϤKc[>nگ֎GM@OGICq */xZon‘ f\[FP~-+iF0N mORy[2p_C + _-_ cmj!Oz'Wo1~Hkuq(=;gnVG/bޜ[[g8v3!pY#Ɣp<;L?\qITs6$ݱܑ\3a,^Rcut:7t|<=)s7)G>m:HKȟh~'4oUÕ_skV=z}^9gr|fz?{=q%4p/-VK|#,^K4cs+h?)*,U?odaMZM9~o%ng+P*mh\b$-WKt=@"u>!BP2u@lW.cSQ  B  B  B5,<6|Ի4m ~]Nr4;ʌ3㋖N☼iu[??%^֟l%^0^I<',Ks_S]-󛟟 UvwqcyN"\zrqOcqPt]NuidAWۄဳq](Nrvr=M'񛄹<ݱߩhhqSo 7‚Feh@c4-&ֆ*? S"4c7'k(Ň^NN7iMPMn+lv.ss:74qFi=:gdzysz8ֳ&?6\OD) D&FXɞK ;C')Shuh2œKլ0AD@[\4>)W4E@P|" ?]9sfH#79vzIAl Ux4[[Tqt8Τ*UCD\IXJnp][ǃ2:9'uOWjxVyxJ\.R>hzG7  +merD|I  ܖ ''"bz9U9` @Bl 6`<( தTл@(nwWrq򟹥 5?LgH.[^'rnǽ%ˮNGC54M=~`_TbM18(qc/ꉸ𚃞ʑ}wqLߺziu@+ZekpWyx]uq6D%AND4 F@P4 ="jЦ=VM 1; o.w1=]|x;'5yvu{wű-\jn3^ zA=m3nuwBWXO#&ZT_ArW]sܮ^NN,l7ba#i8n,=/f7_$NR9$dr;Om BwTlr I2:@GAP4E@P4E@P8^Zs~ZPIiz7DɈcw%qk%=o˲kYW1MЫoynXE΀{J%n G<~$Y2yW~Zh~^A ةA=MF),1ϟ u>yn^Y+yVJ-Rq=WCxi*w~Nɂ',&K hԲ,o{߰dy^/wWCY&Vj|yVLKwABao{en9/\SwMɲ1~7pWt߯}O`U'p cR@?-P~gouʗhhh(>Of.n"IENDB`O$$If!vh55#v:V l54FDd; u11< " C A!!b؊c$"9ɩKn؊c$"9ɩPNG  IHDR;O.gAMA0IDATxk*a83燽i67QA>}+(`.+hc3M?G)gvm ޚ47 @ҟU|e[Y4))_V{qw,: RaGn)Vx=/2m?vxsۀ+}?# {߽tyށ]t6Ƭufopg{[e/ww{ !;*~1k"zv9;du7֑%UoI -!6AoZ ?G.`$gݭ^VGN ߥѯ{ƭ"06>en-ܫ=`M5on܅Lڕ+rV{еqv#,hXhun,DEؼ]\O?/>g;֑q4z.t>Sw,paU!zd4 Glq?{!ž܁#{|7si^)< \`4 oe q7t8y+WnI%Khaԃ٪p*y~7kGۙ_ ȞYƘ~,$ҡFl/>O.".ₔ퀖~}=mC 7~]#,葬?\+v]@+Q#+aF1v=@u΃^ƘCkS*y.|*=0x:4/Mp? ю].م%JB/\wKp[~%pZ?ܣFiy3U-я7Խ)%TiDu/_GhwzuW}s03ܪL('XX2a. c0/naػR`{QFK -JaVX]U^Ky]Kc!ɜ,3ϳsd>nyz>GZt`?zq'뫂 Q ]E.Ր@]LBƠM!-㼽<:ճh z=t q@=h B  B  B]Ї'PѶt&K--Q,y.}lvHSw;h;1kďNmWZXft ^z7C #co۰(zֻ4u|a)}[w]htEv]c6SÇZ1T2:ŦbXL $~^~t9<,&{ؿ&T9ƒ57 ϯiMJ. hQhnlzaZkoɲ,^ưLۃQ ($]ZA󜹗Qcܕ{f]K6W孖)*l^xW!L#+G[&cKZjQ2FvI* WS@Mh-)`4|Kj sUL|Q4R};"FzZ[^f @Rqdץ.@ɭ1o0ZDMj(xEyzd./bg茖SZ~ñZ¢ vf71&6aa::O~LDmJ6fI򅤪ն#%7%%T\-#l )~*$.ݢ#Ptf;?]!F1fוa%- RĄ}w2Y{ 'F r@<:, `\\4| APAtj>Yd)MC3@z|323|>MPsfdV zt 4!>vv e(3%14$+ @k AxA{kF2%34:|-:|& !E@P4E@P4u,f.4 1 4M@4E@7FV,"@("{bhҀ%.nVi_hU d C85,<Уkoax;r/Gf kܬ;8YR]. ۼhۢuѳޅ6A{3F+lai L Mh*v]u=IB>̆`=n9]ؽkqw1@S=L z%pu|WZRr@珹SkW6wU <(UN5@@tWtpcc4< BUhSz ? ЃkbF/H-W?)cyV!q^>>*^!z&CKׂVK8 D7μ?TQE>{g@H/dE! #jx ޥؓ3Qx]eXWT6ohKA8g@o vTĻK9Ni7բdV=OAĤH |n [N:C f߶h/4a hpIObgGk|іЃp^6p=݈֒3\ Adj1 0X*0Xĸhi%A8r@ս)VҳNmr1y$58lvx 0xCWyuuql6?E@gql]FA1i&4Mn,?fepbJZk?ԣ)MC6/blW5\2Ro惞gd~zzUdy):{@sfdvoXSl2v0蓈.cRz^$Z5 `c^̂pj˜E]mO]d zm׏.q֌3dJ E09 >Rs>覼1bȾd9tSdpz8=pmK۪Hxcj(֟5%E䵷gy1M@D&vY^? B@'xu;*ޠhtCˤRؽ}Ջޛ*/A{hh"  B  /!@("@(? CB@P4E@Q9hhcZ"@("D0 - B  BhhI CE@P4E@P4;"@("@({!l3f݄'"@("@("@("@("@("@("@("@(ӻ@1whH~{7!v\EՋE/-˲f׀4ПVz@g6[!k;럌l=h@|A~&zմnv3)oF4pTκˏ-уhhhhhhT0Y*~=hhhhhhhhhjU14v< 1 B  B  Bx^-Zs~lڸP֭hgwv i(NSn4ngWwvY~ i%eӨ1NghfE\D ipT6cpɳ8֯$K6pɀ^RWֳ?PЃ&Z٘Oö{`=d7ox,=yVJ-Rʸq#WC?kmi*܅5%v=a1_rd@key?Y kMF߉}?pw5#z*uTZ>y1R]i!XoFu2*vavç)>u̺wKk\/6׉)PIN [UTfz GW1] D_cc՟/0(gd5M_TD7 6m<ꩼnF/zS}>~G-=ꩼ~CUhhh(>Of۔:ǾIENDB`O$$If!vh55#v:V l54Dd; u11< # C A""bV]*p" qnV]*p" qPNG  IHDR;O.gAMAxIDATxkP*gV̨ypLRD\+::,䑠~ nۮn:%i?6ԟX@ߡ`ҟ|۶mK 4,3%-[W$۟abMU W3U5<\˚lV2uy֕E)C[T;ﻅ=ی ;*DgzLidAuLmejovxt _\CnW|+_O]T;尃!XxqRK._ŏɛ&^ >,?Wl0v*p̭xTæ^J0^AՏF9<ʈpqsMTwx7省O_n! avJsyfSLe4{q{<=W/L^Hえk3=ɰ⃳㻧3eM6Q_ l?>?7iv_t`ŭ'Ze3bVQɫLI]}}}*&0='~_^Tw7,˾.Η jt gr8mw[j fܶKK=hAw/`zA h4@P ( J@囄&<1 \}Qã[Ĝ˘V(ֶ^&s4v=Sy1+Tpo!%>0y@̗'m-$"ɹ ( & b{_ 9ĜuN]'=UC~cUd2ۜ:?iO9)P?!Su~|}[}px= {ոUJ[X '=9)֮%S4YKx M;eQZnp.fzW>G)-L64ꑷ]銙XMxLk)_A2zܞdM[t>ퟳTf:y?in$>wNmn&ZaquPXfYݞ\ϑOԍɕqM[ɺk:yr=X b IYxlk=[8E {VLmq)U|䱮8g-}UmurH1%u]w#"±U?KKo R ( Tm \N1V>XG۶űYcЧx9+m<-m qzg%A h4@P ( jvLM;H|/€"i%ٱ@G7I yT;^t(] hH[ ]oA?%[*.Om;o559`{A=q̝O}װG@|ޘ;uこڵ]M ]ʪk+9T~/nAwbrK|dJq (`oSJN=sɂ)W/ӃOW҉Wq @緋5N$D@!9[q'srhB!_n|jq()M8nWSt#,3~ۍl5q)b' 9?IB J@/ݺԃJ=he]_z;!4@P׃hԃV# N(c* OpF!ʍ抅{p:AygY:ærlmA-9TiBԃN2zAgF96u|=^t3te~3R 㯃N8$A ˵Q (:t2](@Qjvl>PĀ.wΧXZ?z{ p1׃.C]u/wV4AA?- pyAkr-NJq3H@+s-ZԃJ=hNVZ!8r"V=D6pU׃o ׃nJ,s#e )㙕h\Ia6! Q=CBm^vcX:Ҷ?cMA!2TĪϕȞ9Bdb]=F=h8m}ޡk\Iz|BNl*gӗc|#=h4@P ( J@%A h4@P (+E$V{t"A h4@P ( J@%A h4@P ( J@%z*] Rnvv3A%A h4@P8d۶xU~ݞh>FvtC6T?S> h.cٗq\CRfӢm\gsE vۦ)6 7?<&n{WX̀~4M۶?m{o۟uXh5MxܻܵF|n^!WqSߛy|}5MӍsg'\8}f9#K`_q̀nx|~?a+|_ NwlZ6~7]wjF ^Fص' "o>a;^6S&T<÷f߯e˟^7=WA1}7=_ɔ$/ꡓJ;>kv"\]Ul%FVACdsm ΙtTutlfѫ;|VAO7P/.h\*9ռ ;K%>ptQq< WmP'xWzb;8M5fNRVlaAw]wev{g$)s^yENb؞E~(4f?:oxTOC̶mA|1cLI̷K;{}.69I4@P ( J@%4?*UIENDB`O$$If!vh55#v:V l54FDd; u11< $ C A##bz'n>סFr/nz'n>סFr/PNG  IHDR;O.gAMA0IDATxm,a3K2322ϣ "& AC1FYRzn ?W)6n-ufY @֟"x]_Xk>k94T{3p0*(xp%nRvn:X1Hփ\Ve&y~7,/2׷\ ]WXƘ,$ҡh}|WeWʱ ! ]J^%Ƙcז,lPo@CDE=!/_l޾57X?Xqmv~˕lu4>-8v_+}p( :nX0L’0r>h7lv7tc IzᎧp H7^.|Mx k)5l5se%.-q;ͳb|@܌י =t@_iWRk0Oֿx?UD]ivsad~ ^dspd7]Y\yr0:34H *bw7xQ@ B14| Tt|й Q:qAuh@Wq<1IBg5 Xo7+kMW tr9? U{z5=.\X<=Fb~ZRs) W5tnρA^z@n:ݩf8D[GW烮.9N)X\IpofA'2]Y3Z<v>higo hQѭ B 8k9b~뺺ZkU7ak*IऎC~:b4kׄA:[v`$$bј?ir?FpcoU%0n%VlX9(G7Z2R25ok~u< @V9O)fu?ⶹw7;J0/G'쯹.9N]#K+AU+Og$>mX.b2kŦN1p1hNU=F@(@3\AP B:Ax@T~Mr4qbFBN-RsqOA@%.{J.)W^(7ߗ6[$`p?wVR^=;Mpa ihJq%s^`n|Kfϋ.wlBe%MtS͖qD׻ktG?tW\y-^hGLIu鼮趠 8qA,A[D3|Ѝhm@nl}`0/7K6g,UPIɻw3@N5$i2[kj\%.\ЀdA ǫO0NZuzA.W4D0qA7TǓA|[r/Λ_>`Usw,W /k fB un\p3P| CT^fBE(a|icch&ìP@@c7Xǣ0Qc0l jrT"@(" (G :~m@`@4>`@334E@k9hh#1Q@@P4E@Q"@(xr$  BD`#F@P4E@Q B  @F9|4E@P4Yph[Y~~cx2;a2! h)[䥰1fYܟZ[S=$ ;4ǵ ֩!\}<;vaP&.*n ͯ$)l- 8 㽎[[nM%&0,t $˨C*VnC8N*ohYп+Ymr6e2Z=eʫJdjL.xXxr:]k'{3@pYK '$a>\mǺnu?ֶJǢkn59ᗉ?Qmuna$S:{nq(\=q3u 7&Y2WBb~ma1`@w\X"Nb4E@P4E@P4E@P4E@P45r>hTu 8@(b1纮=o^-*уno]WA^A{^[3^ CЃf5.mddCzJAk\Hr|3-=hr9/?V AP4E@P4E@P4E@P4E@P4E@P4^V, ~M&A"@("@("@("@("@("@("@("@(Ec%J@)>@AP4E@P4E@P8^WMj>6m|Q%A${ʡj&Wy΍P%_><5A٘ہs&8]yzgRsfJn&m=jփ*=ʵޏ5޼ݥ խg]~]30fޕvxX1na<8c%5lAcֶm|>r^8D'Rj^L-`/"2qk 8Ӑ!{rΓ`IDeu T򃓻}Vw烮 ܔw|&_Tnnl4/i<꩜~g˿5ӤR@?E0G=هxsZ geMQO;;Vhhh(f7aIENDB`O$$If!vh55#v:V l54=Dd"" \\< % C A$$bFYjl҂R8>enFYjl҂R8>PNG  IHDRŘ gAMA'IDATxk*a8%3lTb"jҮ|IZ)!i:{M߯⏹,˩+w^S K+ewj-~\?XJ)y\ x'ˈGM{[-wlo|jWj6om|53")w\$:Y?GO1vm[㭅 Y&1RJtgIMl&oS7k=jް@Yss37ŎNqnb2}̎빧Zd6N gl?B 촁۾ ,huRkΎdzW\DIsrR%~]DtbjQR]0{Kfk[ۭV,73{t[UiU]u}L2E2+=jdOlmSۖ,r)6QoѓR梹yd}- :5?bd\lC#__V211OMk՘ZOӴ, _q.p)\<;J|БPoR":4;:u|x9NFt@5PjD'T#: ՈNv4:˿LJ~Eڪ$:,K/d~x̏&w:-}?a;1 NqJ' `q'yNw -`/mwؽvv׀%Gf֛ uv=s 0LM1hgJ5MEgOc5?fMfN &T#: ՈNFt@5PjD'Tk}>HG%:BH!-Kq{ M ~ٵt0ZڒKᥔ'A8պ&4 X XTPoi닛}|*uu=Ht*8x$NF;`ȸJtN?h#Nl2Lhu:ڊ<*y" Jw6M:2]NWp?ܵ#4è%|q)ufJ)utښ4xTӤ)ˢ[5nJ=MӲ, UzŠvv[KrevζKkJ=2l-쒇LI-b71m zSإ{+#:$\Zk/mK+|fѥ\p4,$KTat=0zWu\t16WQ3y{թ9:<4dɄۏL*i<~b8Sq]!^Df i7j6 >u]Ҧ̽榹Bqx{)PJot2o\))9\xffʰj4<+yLj"N!~"ThF+͒~\ovwYUyfع& Zn-s}o7l#p;# CmaGUVKPom8::}s\J̄|XՈN֥îNwj^cw\vFt@5PjD'T#: ՈNFt@5PjD'T#: պ|ձRGdcx!R_#% ү/7ƻ."Egbmh:jK?űb]Su !ԯi@sajD'TaOu{Ozun320=g>ϲ,z^/&VTYy>{ EhZ%df+()$NT j̽"ƍu6O:ow3vy6)\ryVJ՞G _ Mw\'@\ry庮}#ǵsREx&(2ּ뺶}j8^qA=?2-H&)^@El8TÂ.UWa|yvcӤܛˢ׾)9mSBLӴ,r:2osǛԘ&J :a? _=iv޷, {SMzݕqkOwygS|)_N[p8-:aM=dXTHyj{Slͼ'&eN7lih9ŝ (Unav}^ar.iXm.迲=C!<BXg"Fڌt 4k]jr0R1q\tǞŗ !ڋ̡!Z&޽(?폰߈R|lˍpJs% #?{S*$s\Q{I}h GLD{Mf,9zp gu{ၣ234Qjd蛄 ՈN֥îNuwXhXgǺv@5PjD'T#: ՈNFt@5m|sO|䢓\tX'T#: ՈNFt@5NN"<[4QS; M;ɏpRj ɫ^A :jEI湵?:7m(0xFIvNV#\gLS4']m׳0(ݭw1o^Ѭvor+gs.R+6ﵯ/\Sʯ,xo˅s]'86y]M%OHywQgv 4"뼮'ƣE-.6l:۞qw0{n_>l᭳-k֞alvSCz?h ;f&J)M |ScwR8ŕy)J]YRSwEw{})|ч ph3|yR]@W_.{2um;>Pop |32 o70[w>#ü}&?~a#}&?~C/da"x6PjD'T#: !٫GD ÕIENDB`O$$If!vh55#v:V l54!Dd4J!< & C A %b:@1z?imne:@1z?iPNG  IHDR4T&gAMA pHYs  ~IDATx[( qNKvZLᦖC*Z#rI@iwck?>U 5Iֹӳ5Qod_ci2J!_pCۤy::m[[ ҅)D眵ZKz>cv< V@=쇞vV Gid:'SH΄ФP줨wN/%q2v8 y@>dh b^1VAsgo`y޺G &Mo0MS?S} < R esιeY䭎o[Rlqe:<ӿ1h(66G?v?CiMEwt6GT\7Ң})⭨5Q;eS溥ዼZXķ΢ȶm M_T>e9RC)y^e>Y\hm]׺Z(:+όeF.csȶmvS#ڧT Pc%)<4OI)w]0ݗ~ư)X[QHuհ{ONN:iVW7#ϴ)d%u[yJimz)]>%5,dEW/Q7.K.k[^fZyt&U@ey GWu2M)Q0Z>R@־w^P_g…qz2۔\WʉOycsc>繿hC*tVQ~Z}& JA.tXte?jWԂ^)~F:#>n1"?xSb|Bn&ce.5hJވ>e2 4}SA/]EQ" ).XilEe:ףE=#5iHFzw畕r\,?w=Z` 9AIu]t+hq]\Ȩ"Fz8+hi>{Uو]anY+\p|b!e{=csֲ[b^ktr{;a2j6tܤ5͍ȹFiMO#bO p?m F,8tO^6^/*KTOӣqtr vy6PvHf,8]Y5w[ 84Q=9cG87f{6[,vȫZR *.!=?<%C}7vJ=9(5˅H-+\3u+jI|Ǹߢ y qa@AKwk{r!.]Еߖ}r7'+a[ = w^ ퟿:p6okA[s -35IENDB`Ddo< ' C A%&bqB!2cn[qB!2PNG  IHDR۵gAMAIDATxYrPxyIa.@ZMeYfEe8%+Ͳ~Mԯ @eQT/wh33= >gygj2ObzeKUz2oj[,H q[¥5|~Y[p UUVEQ1\dhJ9俿 ԁX};p٬!d;_Yu'V#lCknplJRUZɐ::HC>u7'7Ҁz[5RϜNq ny[Qe9Vܐsh/4;Rf:Ǫ㋧f\݇ʌֲ#37ހ5 Edex<{M};^W}/ׂʢu/e73|s vnKdR~^qe[P8 2D&d"q@ds`M&IHd`st+Ƥ<6`R3lm0;]Jz^bn2w 6Kz@9s~l,avzrs=xhs~'|~>m0;rIȴm;V6qJ!! ֓D-qlb(\/WB5ߑeYuՌٜy# ֿžg7+EX9oa;[nS_xwUu5ww*\\5eh<#k軋^~=Pv6ۼ֔C+Gv?}YkCۀo#3rVߑz>_>J$3d\4'Tgʝ9V=X9űTs]O|>Sm0;r!~y>k3Cwu$U8 2D&d"q@d2L8 2D&d"q@d2L8 2D&d"q@dcrZQB6=qzn>OYstV#؂8 2D&y"R|Owu; CLկ)+"ujCApsU{YUV/*o[+ixv7]լ9]5Ӱ~;qdʸ-qYoN5_/+ʲXwtV mNu4E*UV5w="ˍlv-B|}Bؙ;FQjg9WۡX[G0 Zʱd#13_ҭ5~i9kEFzs9T(13nPvBm$YhKo͸6 ŻsN|R5gka3Tfݲɣ:?)CkREYZ"؇:nB4ź+NZzE;,`u?<¡{5}E KM.2Z\fHuh)O kZfM>QFS3&.Q"Wq@dU*dY0c$wmWkk؈cQsd{3 {qqa|Bc3qX݀kFx u 74W>xGP0$㷵3/+^mmr9[^1kΫ[}FŠ_ǵP9ga\ >ʸAmьbq!2kYیeVy'Ld|o?򙩋M}'8۱2e߉cnѓCJˠr5mWMA2nd, ͯ/g)S. d7A2.P=w;qv)Jc”e\2.Q];$^UȎ|c:waI2<5tlDƱV(9p? q~d\Ҋ w.A\gzcwȸ<1)2Cc;s)2G;Ll9 yCoqr=rd#˸jn~;DVٿ)?mSc3q3fܤG"ܳxߟ[R"d5g%Ešk%ZksL;8mWngJ0`)nWTS9<ȏWҝ,rjNw=>V)2n{zз#/VfO3m⠵ d7ȸ;ф2ׅpSd\o4 L9EƱ!KTpp8׎t8 2ǪW#؃N]a߼5tlDƱV(9p<d{pp;GK+sT{z5M̱q8aA݀OG]2wH=qYa.Kx7ʸ#wZp豗d@θV ؃>(ƫɥKXFJı˱c6OAjvsǥb/㊢(˲ښ8Mc' AtN| &Yvyo's͸/C{\6̸+c)EM.u<Yq0JEZYeOY="|wQnYa9ra+]$|d1pqQT,5x,e>[ՕeA\P\_YYj:{Ơ9˪9`ǪjMwµN/eCk=,@p'͸,KValӭpk3N7g\. 2D&d"q@d2L8 2D&d"q@d2L8 2D&d"q@d2L8 2D&d"q@d2geYN|>j^eYzF~Yrzt~ uܐ<χ2ΝkFu_Q*J [+<Q3n)p@ea5˦,n }dR[یH-2 wW8 2D&dpNm;?I(z__E3.x\qVemsV- `?W nMi!Y/々196*];+{nF}e6KPЭ\X͵b,˔k-qhQ6#suUd"]kt2[z,xHLsp4oq׭[ls@d2L8 2De`>IENDB`O$$If!vh55#v:V l54 Dd*K+ < ( C A&'b +Θ$I|%; .n +Θ$I|%;PNG  IHDR*.qxgAMA pHYs  ~ zIDATxݚaWrgwf_ hUI4H5?8 ò,DZe<^h#W:@H?q6M߿;E߲{s'G_Y:wQ >:wlE@xOM Nw¯0`sϿ2}QX E edCRhbW(lYJ?YJK0Mi#GLq'+3gP{Fp53OmzxXZPԃ 4`k`iQ_g#l}ӆJP3#8~h  `# '.,|ߊyCe,u(SXk$~ CWs7]i t{eY8?K~x, @Eܳ*pδˢ][dOZU3NxBa/궻vyWa }nNB|,+m\\o(l|#zohw]Bk|AuN\QD툀H6ol]' Mڝ_ro^9ѸQ]s qi!E}|%<8~:~Z3 vӍ6 Ĥm tD@ r=en(rs{Reg9M=r:~ n?D7 :~H??*rCTT~=P~!c5@ Z|i -,X_zE_huz&*~k׼hc?Pd+3h֏87i6FwS;}˫__܎贮mG[ھ|wDaTtsc*pܻ 1M2R:gn~Sqww④K0sT3{ ~NJ@powz 璻kz?ڿ|>s(2 `=.-[{4`ExJg.sYiux0lĤ; `3ax^8k(}>Dv~;Oݍg+׭F"N`u极6ni]MwM?upù9VG',T?oԫi2tΟ4~ il@uE/f"Ui֟[Xn&7{o3~2) 0'M3;pVL:_t(v?t揋4y"@suSva%7ܳ<BV;3-̲'9k"˲yxm ð,tp8tZ?`^y;FCqH?Ǒ6В{.yуz% ,7W37wAoU龬߹QVF-ӛrs+ c$wYe [yzSrsm=˲rJrI2 Џ.xml䱕BtQ*z~.)J؝i>2uk08٣GSa++Һ-ii+4&:vʊsUdϐMW $tzsت]z_ٓ~hN?^R)Ga"L: 7Ձ]љx33c?U 5Iֹӳ5Qod_ci2J!_pCۤy::m[[ ҅)D眵ZKz>cv< V@=쇞vV Gid:'SH΄ФP줨wN/%q2v8 y@>dh b^1VAsgo`y޺G &Mo0MS?S} < R esιeY䭎o[Rlqe:<ӿ1h(66G?v?CiMEwt6GT\7Ң})⭨5Q;eS溥ዼZXķ΢ȶm M_T>e9RC)y^e>Y\hm]׺Z(:+όeF.csȶmvS#ڧT Pc%)<4OI)w]0ݗ~ư)X[QHuհ{ONN:iVW7#ϴ)d%u[yJimz)]>%5,dEW/Q7.K.k[^fZyt&U@ey GWu2M)Q0Z>R@־w^P_g…qz2۔\WʉOycsc>繿hC*tVQ~Z}& JA.tXte?jWԂ^)~F:#>n1"?xSb|Bn&ce.5hJވ>e2 4}SA/]EQ" ).XilEe:ףE=#5iHFzw畕r\,?w=Z` 9AIu]t+hq]\Ȩ"Fz8+hi>{Uو]anY+\p|b!e{=csֲ[b^ktr{;a2j6tܤ5͍ȹFiMO#bO p?m F,8tO^6^/*KTOӣqtr vy6PvHf,8]Y5w[ 84Q=9cG87f{6[,vȫZR *.!=?<%C}7vJ=9(5˅H-+\3u+jI|Ǹߢ y qa@AKwk{r!.]Еߖ}r7'+a[ = w^ ퟿:p6okA[s -35IENDB`@@@ NormalOJQJ_HmH sH tH 8@8 Heading 1$@&CJ <@< Heading 2$@&5CJ@@@ Heading 3$<@&5@@@ Heading 4$@&^5DA@D Default Paragraph FontVi@V  Table Normal :V 44 la (k@(No List 4@4 Header  9r (W( Strong5DC@D Body Text Indent ^NR@"N Body Text Indent 2$^a$PS@2P Body Text Indent 3^`.@. TOC 2 ^@@@TOC 1  h 5CJmHnHu.@. TOC 3 ^6U@q6 Hyperlink >*B*ph4 @4 Footer  9r .)@. Page Number88vɇ  88v     ɇGHIZ[\]^_`abcdefghijklmnopqrstuy7v1} X r_fP: F   < 9 : ; < = > ? @ A B C D E F G H I J K i j x y z{%&?@ABCDEF,-XYlm()5634#$&'XY{|vwz{5666BB7="ʇ}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0}<0000000000000000000000000000000000( 0( 0( 000000(0000000000000000000000(0000000000000000(0}<0a| xT }<0a| xT}<0| |00tć@0|00tć@0@0 0Xć<0X000}<0X5666BBU UZZjjkkmmmmMnNnIoJoppppqquvvv=ʇ<0!$XH}<0! <0!$H}<0! <0!$H}<0! <0!$I}<0! <0!$8I}<0! <0 !$8ӏ}<0! <0 !$}<0! <0!$ӏ}<0! <0!$ӏ}<0! <0!$}<0! <0!$䆏}<0! <0!$}<0! <0!$Տ}<0! <0!$@Տ}<0! }<0!$}<0}<0p 7 1 O  X7e}5#=2yDcOvɏHLMNOPQSTUVWXYZ[`chqw}jr <&l!3%Y)d4::=q@FuHIJRZH^bfkosuIwx{~Z5ɏIKR\]^_abdefgijklmnoprstuvxyz{|~ȏJv8Xtvwy245v,./1Q\xz{}   -7SUVXx  .Plopr 1=Y\]_8D`cdf".JMNPp|  4 7 8 : Z g  $ @ C D F f    4 }   6 9 : < \ m  3 6 7 K ɇ X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%̕ 1f!Xl"#,b$qB!2c@ "` (  V2  C 8c" V2  C 8c" V  # " V  # "  P   "  P    "  V   C 8c" P    " V   C 8c"V   C 8c"V  C 8c"V2  C 8c"V2  C 8c" V  C 8c"P   " V  # "( V  # "+ V  # "'  V  # "(  V  # "*  V  # "(  V  # ")  V  # "( V  # ") V2  C 8c"V2   C 8c"V ! C 8c"V2 " C 8c"B S  ?w344j8k8l8m8::n;o;BOS=Z[\tozpz}ɇ> tn 5 t8 !t tqt*!ft t t' tGr! tGsrt  Rt t_ t%"m t ;FVt t ?: t ?t? .t=tt4]t[0b t t! %t  t"Lt4 _Hlt530880517 _Hlt530876646 _Hlt530876647 _Hlt530880562 _Hlt528928282 _Hlt528926605 _Hlt528926586 _Hlt530880264 _Hlt530880265 _Hlt530880328 _Hlt528926521 _Hlt528926522 _Toc525555765 _Toc525555766 _Toc525555767 _Toc525555768 _Toc525555769 OLE_LINK1 _Toc525555770 _Toc525555771 _Toc525555772 _Toc525555773 _Toc525555774 _Toc525555775 _Toc525555776 _Toc525555777 _Toc525555778 _Toc525555779 _Toc525555780 _Toc525555781 _Toc525555782 _Toc525555783 _Toc525555784 _Toc525555785 _Toc525555786 _Toc525555787 _Toc525555788 _Toc525555789 _Toc525555790 _Toc525555791 _Toc525555792 _Toc525555793 _Toc525555794 _Toc525555795 OLE_LINK2 _Toc525555796 _Toc525555797 _Toc525555798 _Toc525555799 _Toc525555800 _Toc525555801 _Toc525555802 ] ] } L j YY{Y8"-D-=/K/96>?!@u@@ANA}AATBIKR^e`emf{is {ʇ@@@@@@@@@ @ @ @  !"#$%&'()*+,-./0123 } } } h w $+k2z_CB-B-O-I/U/b6>?+@@@AXAAAnBIKR^^ekewfi4s{ʇ##V2\288V9b9%A-A?AGAPPFzHz8<=LJʇ qwʇ333=vK F68<ʇ Daniel Atwere Daniel Atwere Daniel Atwere Daniel Atwere Daniel Atwere Daniel Atwere Daniel Atwere Daniel Atwere Steve ButlerDavina Pruitt-Mentle;@  7 ]8 kf l#(  Q [ m X0` t) !n! vg|' /|) 7g+ q, RR/ Ql/ ?t0 b*1  85 \7 B 8 AyF LmFH vK .O *WR ET V #X 4(cX )X r2^ ^ na ob 4b uLd +~yf Df rj @k 9Ql (vl fl :8m mB"j ;*n 7r i(t )t v3u fv x c&y u3y I,y X4{ ~|  hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo(hh^h`. hh^h`OJQJo( hh^h`OJQJo(hh^h`. hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo(hh^h`. hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo(- hh^h`OJQJo( hh^h`OJQJo(hh^h`. hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo(;7r4(cX/|)xq,:8m9Qlfv[obLmFHQl/t)+~yfvg|'#XX4{b*1Dfb*1ETv3u(vlQl#( X0`uLdI,y!n!?t0fl)tc&y)X;*n 7rji(t]87g+AyFr2^mRR/@k~|*WR^\7kfVna4b@ 85u3y.OmvK;;%%^1144445666>>@BBROSRSU U_Toc52555577728_Toc52555577622_Toc5255557752,_Toc5255557742&_Toc5255557732 _Toc5255557722_Toc5255557712_Toc5255557692_Toc5255557682_Toc5255557672_Toc525555766z&'http://www.learningtechnologies.ac.uk/  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXY[\]^_`acdefghipRoot Entry F@g3rData I1Table&gWordDocument"SummaryInformation(ZDocumentSummaryInformation8bCompObjj  FMicrosoft Word Document MSWordDocWord.Document.89q