ࡱ> s5   z{|}~  #############n***********000000000 0 0 057 ^bjbjUU 7|7|fZlffff///8/</T}V12"333 5 5 5|||||||$~ z| 54" 5 5 5|7ff33|777 5(fR33|7 5|77I@jo"t3J1 X(/15$q2t|0}qU66t7ffffEXCEL TUTORIAL What is Excel? Microsoft Office 2000 Excel is an electronic spreadsheet program. It allows people, companies, businesses, etc. to organize numerical data, manipulate that data, and keep track of the data. It is an incredibly powerful program can handle the most basic budget to extremely advanced spreadsheets that incorporate programming languages such as Visual Basic. A worksheet is a table of numerical data that can be manipulated using a spreadsheet program. The terms worksheet and spreadsheet are often used interchangeably. Excel is usually referred to as the Spreadsheet Program. The documents created by Excel are called workbooks, which in turn may contain one to many worksheets. One page of one workbook that contains one table of numerical data can be termed as a worksheet. What is a worksheet? Most of the Excel screen is devoted to the display of the worksheet. The worksheet consists of a grid of rows and columns. The intersection of a row and column is a rectangular area called a cell. What is a workbook? A workbook can contain any number of worksheets. Open your Excel program. You should see a grid of blank rectangles. At the bottom youll see some tabs. Each of those tabs leads to one worksheet. Excel sets the default to three worksheets. You can add worksheets if you need more, or you can delete worksheets if you dont want all of them. Columns, Rows and Cells The worksheet is made up of cells. There is a cell at the intersection of each row and column. A cell can contain a value, a formula, or a label. A label is simply a text entry (words, letters, or numbers such as years, that mean something) used to label or explain the contents of the worksheet. A value is a non-calculated number. It is often a number that will be used by a formula. You get the information for your values from another source. For example, if you are creating a budget worksheet to keep track of your spending, you would get your values from your checkbook and your bills. A formula will also return a value (the answer to the problem). However, we generally refer to that simply as a formula cell. Figure  SEQ Figure \* ARABIC 1: Workbook with worksheets, which have columns, rows and cells.  A formula is an equation that we input into the worksheet to return an answer. For example, we might have a row of all of the bills we have in one month. At the bottom of that row we enter a formula to add up all of those bills. The question is how much do my bills come to? The answer will appear in the cell, if you write the formula correctly. This is where the spreadsheet shows its value. It can remember the calculations so next month, when you sit down to do your budget again, you dont have to recreate the formulas. The spreadsheet program remembers them for you. The Excel worksheet can contain up 65536 rows that extend down the worksheet, numbered 1 through 65536. The worksheet can contain up to 230 columns that extend across the worksheet, lettered A through Z, AA through AZ, BA through BZ, and continuing to IA through IV. The workbook can contain as many as 256 sheets, labeled Sheet1 through Sheet256. The initial number of sheets in a workbook, which can be changed by the user, is 3. Moving to a New Worksheet When you open Excel, a workbook containing three worksheets opens with the worksheets labeled Sheet1, Sheet2, and Sheet3. To move from one worksheet to another, click the sheet tab of the worksheet you want to display. Some workbooks contain so many worksheets that some of the sheet tabs will be hidden from view. In such a case, you can use the scrolling buttons located in the lower-left corner of the workbook window to scroll through the list of sheet tabs. However, you must still click the sheet tab to view the other worksheet; simply using the scroll buttons does not display the worksheet, just the worksheet tabs. Figure 2: Worksheet tabs at bottom of workbook.  EMBED PBrush  Double clicking on the tab and then typing the new name makes it possible to call the worksheets more descriptive and relevant names. Alternatively, right click on the tab and select Rename; then type the new name. Cell Address The naming convention for a cell reference is the alphabetic column letter position followed by the row number. You may use either lower or upper case letters when referencing a column. For example, the upper-left cell of a worksheet is A1. G3000 is a valid cell address - - a letter (G) followed by a number (3000) DH30 is a valid cell address - - two letters (DH) followed by a number (30) 20AD is not a valid cell address. Letters (columns) come before numbers (rows). b20 is a valid cell address - - a letter (b) followed by a number (20). Ab6000 is a valid cell address. 550 is not a valid cell address. It is missing the column designation. Selecting a Range of Cells A group of cells is called a cell range or range. Ranges can be either adjacent or nonadjacent. An adjacent range is a single block of data entered in adjacent cells and a nonadjacent range is composed of two or more separate adjacent ranges. To select an adjacent range:  EMBED PBrush Figure  SEQ Figure \* ARABIC 2: A Range of Adjacent Cells or a Block Click a cell in the corner of the rectangle of the adjacent cells. Press and hold down the left mouse button and drag the pointer through the cells you want selected. For example: click in cell A1 and drag to cell E7. Release the mouse button. To clear the range, click anywhere in the worksheet. To select a nonadjacent range: Select an adjacent range of cells. Click in cell A1 and drag your mouse to cell B3. Press and hold down the Ctrl key and then select another adjacent range. Press Ctrl key and click in cell A5 and drag to cell B10. With the Ctrl key still pressed down, continue to select other ranges until all of the ranges that you want are selected. Release the mouse button and the Ctrl key. To select a large range of cells, you can use several shortcuts: A large range of cells - Click the first cell in the range, press and hold down the Shift key, and then click the last cell in the range. All cells on the worksheet - Click the Select All button, which is the gray rectangle in the upper-left corner of the worksheet where the column and row headings meet. All cells in an entire row or column - Click the row or column heading. Simple Arithmetic in Excel Formulas Excel allows you to create formula using the equal symbol (=) along with the following operators: + (plus sign) for addition - (minus sign or dash) for subtraction * (asterisk) for multiplication / (forward slash) for division The = symbol tells Excel that the cell contains a formula rather than a label or value. You can create formulas using the cell reference (A2, E3, etc) and Excel will do the math! Also, when working with columns of data, you can copy and paste a formula and Excel will change the cell references for each line. Lets see how this works: Enter the following data in column A (starting at row 1, or cell A1): 3.50, 4.60, 3.75, 4.28, and 3.67. Now enter this data in column B (starting at row 1, or cell B1): 4.99, 5.00, 5.00, 5.01, and 4.99 Lets say that you want to find the difference between the amounts in columns B and A. In cell C1, you can type the following: =(B1-A1) Now Enter. Excel gives the answer in the cell C1 (it should read 1.49). Note that if the = symbol is omitted from the formula in the cell, Excel treats the would-be formula merely as a text label. Try this. Now, instead of typing a new formula for each row, highlight cell C1 and right-click. Select copy. Now Highlight the cells C2 down through C5 and right-click again. Select Paste Special. Another window pops up with choices of what to paste. Select Formula. Now Excel will fill in the remaining answers, but it has adjusted for each row of information. If you look at the formula it has created for C2, youll notice that it no longer subtracts A1 from B1. Now it subtracts A2 from B2, according to the row of information it is using. Displaying Significant Digits Properly Figure 4: Worksheet with the significant digits displayed properly. ABC13.504.551.4924.605.000.4033.755.001.2544.285.010.7353.674.991.32 Notice that when you entered your information, Excel shortened the numbers to omit final zeroes. If these zeroes are significant, we want them to remain. To override the default behavior, highlight cells A1 through C5. Right-click and select Format Cells. A window pops up that has several tabs at the top. It is currently on Number, which is what we want. In the Category list on the left, click on Number. (Were telling Excel that this is not just text, but numbers that we can perform mathematical operations on.) Now you can choose the number of decimal spaces. (The default for Number is two, which is what we want here, so you dont need to change it.) Now click OK in the bottom right corner and Excel takes care of the situation. The final worksheet is shown in Figure 4. The user is responsible for formatting each cell to display the proper number of decimal places, according to the significant figure rules. Dont assume that Excels defaults are always appropriate. How to Refer to Cells in a Formula Cell and range references A reference identifies a cell or a range of cells on a worksheet and tells the program where to look for the values or data you want to use in a formula. With references, you can use data contained in different parts of a worksheet in one formula or use the value from one cell in several formulas. To refer to a cell, enter the column letter followed by the row number. For example, C5 refers to the cell at the intersection of column C and row 5. To refer to a range of cells, enter the reference for the cell in the upper-left corner of the range, a colon (:), and then the reference to the cell in the lower-right corner of the range. E.g. A1:E7 Relative cell references Relative cell references are references to cells relative to the position of the formula. When you create a formula, references to cells or ranges are usually based upon their position relative to the cell that contains the formula. In the following example, cell B2 contains the formula =A1; Microsoft Excel finds the value one cell above and one cell to the left of B2. This is known as a relative referencing. Figure 5: Relative Referencing. AB15210=A1 When a formula that uses relative references is copied into another cell, the references in the pasted formula update and refer to different cells relative to the position of the formula. If the above formula "=A1" were copied and pasted into the cell below it (B3), the formula in cell B3 would be changed to =A2 to refer to the cell that is one cell above and to the left of cell B3 (as shown below). Figure 6: Relative Reference is Copied into Another Cell. AB15210=A13=A2 The above example was formatted to "display formulas" (an option found by going to "Options" under the "Tools" menu and selecting "formulas" under the "View" tab). If this option were set not to view formulas, the values calculated by these formulas would be shown as follows: Figure 7: Shows the values calculated by the formulas AB152105310 Absolute cell references If you do not want references to change when you copy a formula to a different cell, then use an absolute reference. Absolute references are cell references that always refer to cells in a specific location. Sometimes it is necessary to keep a certain position that is not relative to the new cell location. This is possible by inserting a $ before the Column letter or a $ before the Row number (or both). This is called Absolute Referencing. For example, if your formula multiplies cell A2 with cell B2 (=A2*B2) and you copy the formula to another cell, both references will change. You can create an absolute reference to cell B2 by placing a dollar sign ($) before the parts of the reference that do not change. To create an absolute reference to cell B2, for example, add dollar signs to the formula as follows: =A1*$B$2 The dollar signs lock the cell location to a fixed position. When it is copied and pasted it remains EXACTLY the same. Referencing data from another sheet When you have data on several sheets, cell referencing is more complicated. You can't just use the simple cell references because the program must be provided with the information about the name of the worksheet if it is not the same as the one on which the calculation is being performed. If you had cell C5 on Sheet1 filled, and cell C5 on Sheet3 filled, you can't reference C5 on Sheet3 from Sheet1. Without more direction, it would assume that C5 would be on Sheet1. This means you must use the sheet name to assist in referencing cells on other sheets. To do this, use the sheet name enclosed in single quotes, followed by an exclamation mark, followed finally by the cell reference. So, to reference the information in cell C5 on Sheet3 in Sheet1, you would use: Sheet3!C5. Functions A function is a special key word, which can be entered into a cell in order to perform a process to some data, which is appended within brackets. = Function Name (Data) The data (or argument in proper terminology) often includes a range of cells. Excel automatically recognizes the names of these functions provided that they are preceded by an equals sign and finish with brackets. Sum, Average and Count are the most common functions and the easiest to understand. They each apply to a range of cells containing numbers (or blank but not text) and return either the product of the numbers, the average value or the quantity of values in the range. Figure 8: Sum, Average and Count functions. ABC1Patients seen by doctors23This YearLast Year4Dr Smith1201105Dr Lam80706Mrs. Dapper507Prof. Plum10210589Total patients35228510Average number seen889511Number of values43In the diagram above the three functions used are as follows: = SUM (B4:B7)352in cell B9= AVERAGE (B4:B7)88in cell B10= COUNT (B4:B7)4in cell B11Cell C6 is currently empty. Both Average and Count would be affected by placing a zero value in the cell. Doing so would change last years values to 71 and 4 respectively. Sum is unaffected. The range need not be limited to a single column. For example the function = COUNT (B4:C7) would return 7. These three functions only take numeric values into account. They ignore text and blank spaces, which may be contained within the range. It is possible to use a variant of the Count function called COUNTA, which returns the number of cells in a range containing any numeric or text value. For example the function =COUNTA (A4:B9) would return 10. Some built-in worksheet functions are summarized below: SUM() Calculate the algebraic sum of the argument. The arguments may contain, numbers, or references to number that can be ranges, unions or intersections or combination of the above. AVERAGE() Calculate the average of the argument. The arguments may contain, numbers, or references to number that can be ranges, unions or intersections or combination of the above. SQRT() Returns the square root of a positive numeric value. STDEV()Estimates standard deviation based on a sample.LOG10() LOG() LN() Calculate the logarithm of a positive numeric value. LOG() and LOG10() use base 10 and LN() use natural log or base 2.718281828... COUNT() Calculate the numbers of non-empty cells in the range, intersection or union given in the argument. INTERCEPT()Calculates the point at which the line will intersect the y-axis by using a best-fit regression line plotted through the known x-values and y-values.SLOPE()Returns the slope of the linear regression line through the given data points.EXP()Returns e raised to the power of a given number.Rather than typing the function itself, you may instead use the function button  INCLUDEPICTURE "http://www.meadinkent.co.uk/fn_btn.jpg" \* MERGEFORMATINET on the toolbar, which offers assistance and useful prompts when entering a function into a spreadsheet cell. Figure 9a: Inserting a function.  EMBED PBrush  Figure 9b: Filling in the arguments in a given unction.  EMBED PBrush  To insert function in a cell, place cursor in the cell and select Insert->Function. Function categories are listed on the right, while alphabetical list of functions within selected category on the left. Select function, and then select Ok. Function name will be added to the main window edit bar. To select arguments, use keyboard or select data ranges right in the sheet. When a row of arguments is formed, select the Ok button to add function in the cell. Formatting spreadsheets: Bold, italics, underline, significant figures etc. Select the cell/cells you want to format. Go to Format on the Menu bar. Click on Format Cells and choose Font and Bold or Italics. Choose the Date or Number tab and then select the required category to make the required changes. The formatting tool bar also has icons for Bold, Italics and Underline. Figure 10: Formatting Toolbar.  EMBED PBrush  Figure 11: Format Cells dialog box.  EMBED PBrush  Any worksheet that you turn in, as part of your lab report should be formatted in the following way: Boundary lines should be inserted above and below column labels and at the bottom of the data rows. Column labels should be made boldface. The number columns should be right aligned so that decimal points line up. Note how the decimal places line up only in the right align format: Left aligning A 1 1145.2079 2 28.0086 3 Center aligning A 1 1145.2079 2 28.0086 3 Right aligning A 1 1145.2079 2 28.0086 3 Decimal points should be displayed using correct significant figure rules, as explained previously. Column widths should be adjusted. Place the cursor on the line between the B and C column headings. The cursor should be displayed with two arrows. Move it to increase or decrease the column width. Formula labels should be inserted at the bottom of worksheet for each sample calculation.e.g. This is how a formula looks on the formula bar. =B6+B5-C5 To have a formula label at the bottom of the worksheet to show a sample calculation, you need to insert an apostrophe, so that Excel will consider it as text: =B6+B5-C5 Creating Graphs using the Excel Chart Wizard Type label for x-values in cell A1 and label for y-values in B1. Type x-values in column A underneath the label and y-values in column B under its label. Select the x and y data by clicking on A2 and hold down the left mouse button while dragging it to the bottom of the data set. All will appear highlighted. Click on Insert which is in the toolbar at the top of Excel; select Chart and then type of graph. Often you will want to use X, Y Scatter. Line vs. XY (Scatter) chart types In a line chart Excel assumes that the "X" values are equally spaced! This is not what we want for scientific graphing. In a XY (Scatter) plot Excel plots (x, y) data pairs. It assumes the first column you give it is the x coordinate, subsequent columns are different lines on the same plot. Figure 12: Step1 of the Chart Wizard.  EMBED PBrush  On the right side of this menu select the Chart Sub-type by clicking on the look that you would want. Use the button underneath these to view the selection. If acceptable, click on Next. Click Next on the next screen. Choose the one that shows symbols but no connecting line for the exercises. Figure 13: Step2 of the Chart Wizard  EMBED PBrush  This brings you to step 3 of the Chart Wizard. Now type a title under the Chart Title category. Do the same for Value (x) Axis and Value (y) Axis. Figure 14: Step3 of the Chart Wizard.  EMBED PBrush  To add gridlines, legends etc, click on the other tabs. Click next when finished.  EMBED PBrush  This takes you to Step 4 of 4. Make sure that you choose to have the chart on a new sheet. Click finish after that. Figure 15: Step4 of the Chart Wizard.  EMBED PBrush  You can and probably should change the background color, ticks and scale for x- and y-axes by right clicking on the area you want to change. A menu pops up; change the desired quantity. Trendline addition Right click on symbols (make sure you are selecting all of them and not simply one); choose Add trendline. Select Linear if it looks like a straight line. Click Options tab and select Display equation on graph Use the chart wizard to get an X, Y scatter graph. Excel will give a generic y = mx + b Printing - charts and worksheets. Figure 16: Page Setup dialog box Page tab Make sure your name and information is on the spreadsheet or chart. A convenient way of doing this is to type your name, date and the title of your experiment using a header and/or a footer. Click on View in the toolbar at the top of the Excel window; then Header and Footer. Select Custom Header and then type the name of the experiment and your name. You can use the Custom Footer button to place things like file name in the footer area. Click on File on the Menu bar and then choose Page Setup. Do the following: Use Landscape Mode! Page tab. Try to show all columns on a single sheet. Select Page tab and then Fit to: (Fig. 16). Scale to a single sheet if necessary. In the case of worksheets, turn on Column and Row Labels on the Sheet Tab for printouts. Print one worksheet per page. Print one chart per page. Choose Print preview under File to see how it looks before you actually print the worksheet or graph. Finally print the worksheet. References:  HYPERLINK "http://207.68.164.250/cgi-bin/linkrd?_lang=EN&lah=9399f37345f3d2e7790a7cdea4e1a91b&lat=1043204655&hm___action=http%3a%2f%2fwww%2eextension%2eiastate%2eedu%2fPages%2fExcel%2fhomepage%2ehtml" \t "_blank" http://www.extension.iastate.edu/Pages/Excel/homepage.html  HYPERLINK "http://207.68.164.250/cgi-bin/linkrd?_lang=EN&lah=7456c728c119439e04d81e7325deea1b&lat=1043204655&hm___action=http%3a%2f%2fwww%2eprairy%2eorg%2fOnlineCourses%2fExcel%2ftoc%2ehtml" \t "_blank" http://www.prairy.org/OnlineCourses/Excel/toc.html  HYPERLINK "http://www.educ.uvic.ca/compined/Level1/excel/cellref.htm" http://www.educ.uvic.ca/compined/Level1/excel/cellref.htm  HYPERLINK "http://www.meadinkent.co.uk/xlsumavgct.htm" http://www.meadinkent.co.uk/xlsumavgct.htm  HYPERLINK "http://phoenix.phys.clemson.edu/tutorials/excel/regression.html" http://phoenix.phys.clemson.edu/tutorials/excel/regression.html  HYPERLINK "http://faculty.njcu.edu/tpamer/office/xycharts.htm" http://faculty.njcu.edu/tpamer/office/xycharts.htm  HYPERLINK "http://www.rpi.edu"  HYPERLINK "http://www.rpi.edu/dept/arc/web/software/excel/gettingstarted.html" http://www.rpi.edu/dept/arc/web/software/excel/gettingstarted.html PAGE  PAGE 11 ()*@u b c l m 9SN~zzdg3Q[_d50J5OJQJ\^J jO Ujc8A UVCJOJQJ^JCJmHnHsH u mHnHu jUKHaJ B*aJph B*ph5\5B*\ph 5>*\A )*@Au b d $ &`#$/If p^p`$a$f^^^d e MN~z{Č^$a$$$ &`#$/Ifa$:$$Ifl, 6` 64 lazd34'(EYZ(a$$IflH 6`064 la$&`#$/If5DEFUVWXZabxyz{gi{}"$AC^bfjr =Wdn .R #####8$}((((I+b+-!-#-0J 5>*\>*5\mHnHuj5U\ jUjIA KHUV\ jU5\NFEqr-.a$$IflH 6`064 la$&`#$/If.RS8W X !!###8$9$$$&`#$/Ifa$b$$&`#$/Ifb$ @ ^@ `9$:$;$=$?$A$ $$&`#$/Ifa$b$O$$If4    6`  622  4ae4A$B$D$I$N$S$KH7777$$&`#$/Ifa$b$$$If\\ h8 ```` 6`(3333 622  2  22  22  24ae4S$T$V$[$`$e$f$h$m$]HIIII]HII$$&`#$/Ifa$b$$$If\\ h8 ` 6` 3 62  22  22  22  24ae4m$r$w$x$z$$$$$IHIH$$If\\ h8 ` 6` 3 62  22  22  22  24ae4$$&`#$/Ifa$b$$$$$$$$''IGGG$$If\\ h8 ` 6` 3 62  22  22  22  24ae4$$&`#$/Ifa$b$'|(}(((()H+I+b+c+--!-#-$-&-(- $$Ifa$#-(-)-.-/-8-./ ///////&/?0u0v0{0|00000000`447708F8T8]89(:U:V:]:^:`:x:y:{:|::::::::::::::::;;$;%;=;>;};;;ʼ5OJQJ\^J5>*B*OJQJ^Jph3f5>*B*OJQJ\^Jph3faJ6CJ]aJ5CJ\aJCJaJ0J5\ OJQJ^JF(-)-+---.-RIII $$Ifa$$$IfF. &h&8& ```3330     2  22  22  24a: .-/-1-4-8-9-:-../^(UUU^SSSS $$Ifa$$$IfF. &h&8& ` 30     2  22  22  24a: / / / //////G$$IfF. &h&8& ```3330     2  22  22  24a: $$Ifa$//////!/"/&/'/^(UUU^ UUU^ $$Ifa$$$IfF. &h&8& ` 30     2  22  22  24a: '/(/>0?0u0v0w0y0{0 $$Ifa${0|0~000QHHH $$Ifa$$$IfF. V&h&& ```33306    2  22  22  24a: 0000000000] TTT]TTT] $$Ifa$$$IfF. V&h"" ` 306    2  22  22  24a: 0000i233`4a444^67779(:):U:V:W:Y:[:]: $$Ifa$$a$ !]:^:`:y:z:{:VxMMMM $$Ifa$$$If\RZ&h& && ````(3333p62  22  22  22  24a{:|:~:::::::::h____h`____ $$Ifa$$$If\RZ&h""" ` 3p62  22  22  22  24a :::::::::::hP____h@____ $$Ifa$$$If\RZ&h""" ` 3p62  22  22  22  24a :::::::::::hL____hX____ $$Ifa$$$If\RZ&h""" ` 3p62  22  22  22  24a :::::::::;;h____hh____ $$Ifa$$$If\RZ&h""" ` 3p62  22  22  22  24a ;; ;;!;$;%;(;9;;;=;hx____hd____ $$Ifa$$$If\RZ&h""" ` 3p62  22  22  22  24a =;>;};;;;hcZZZ $$Ifa$$a$$$If\RZ&h""" ` 3p62  22  22  22  24a;;;;;sjjj $$Ifa$$$If    F H` ` ` 03 3 3 3 6    22 <2(4a;;;;;b>>>>S?T?U?_?`? @ @@@@K@L@M@U@@@@@@@AA A(A)AAAAA2B:BBBBBBCC_C`CaCbCCCCDDDDD>>s|jjjseeec]$If$a$ $$Ifa$$$If    F H03 3 3 3 6    22 <2(4a >T?U?`? @@@L@M@U@@@@@@Aho$$If$     0Ht",03 3 3 3 "634$a$IfA A)AAAA1B2B:BBBBBBC`$a$$Ifo$$If$     0Ht",03 3 3 3 "634$aCCD* jUj1A UV jUj.A UV jUjy/A UV jU5\ B*aJph3330JB*aJph333;IIII4|$IfK$ $$IfK$a$p$K$L$If0 r2h `` 6`33(622  2  24aIIIIIIIIIIII,|s $$Ifa$$If$IfK$ $$IfK$a$j$K$L$If0 r2h ` 6` 3(62  22  24a IIII4 $$IfK$a$p$K$L$If0m-h `` 6`33(622  2  24aIIIIIIIIIJJJ,|s $$Ifa$$If$IfK$ $$IfK$a$j$K$L$If0m-h ` 6` 3(62  22  24a JJ JJ4y $$IfK$a$ $$IfK$a$p$K$L$If0m-h `` 6`33(622  2  24aJJJ J!J#J%J&J'J0wq$If$IfK$ $$IfK$a$ $$IfK$a$j$K$L$If0m-h ` 6` 3(62  22  24a'J(JJJRKKKKKLLLLL||zz  h^ `h  h^ `hh^h & F^ & FY$$IfTlF D$6    4 la@ LMaMMNNNNOOOPCQDQiQ}Q~QRRARURRR4S5S[S\Sp^p$a$h^h & F]SlSmSnSoS-T@TuUUUUUYYYwZxZZZZZ[[[[[[[[\9\:\<\=\u\v\w\\\\\\\\2]3]4]5]u]v]w]]]]]]]j>B*Uph B*phjB*UphjUjUjgUj U!0JB*CJOJQJ^JaJphj5U\mHnHu5\ jU j%Uj4A UV8\SpSqS,T-T@TATTUtUuUUUU$&`#$/If hh^h`h & F$a$ UUUUUWWWXXXXXYvY|wwwwwwwww & F$&`#$/If$$&`#$/Ifa$a$$IflD 6`064 la vYYYYZ[;\<\\4]]f^o^p^q^}^~^^^^^^^&`#$ & F]]^ ^!^c^e^f^g^m^n^o^q^r^x^y^{^|^}^^^0JmHnHu0J j0JU!0JB*CJOJQJ^JaJphjB*Uph B*phjB*Uph$1h/R / =!"#$%F)jcҵYJFIF``C   (1#%(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egcC//cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc<" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?M[RןWeXǘTS'-˭sĖB)';%culZ770x 9Bvu/x!=2*k9ii7SE+_Zݼ ]_𭫸Zg紀h"N=ȴ]J4YV%yCg93G41s#[K$p9*KsĖB)';%culT.>k{p),cU9$dVZGz? ׮țy?h&O|^]G?z? ׮țy?h&O|=39C? 7^"oɣțy?i{I;9/C 7]o7^7L9>y!O]o7M<4s=K?z? ׮țy?h&O|\=!O]o7M<4s1Iw9/C!?^8#RRk>-?ף~_zh=!O ]E\~}c~_zOC!먢{i%|Dx:'_/??΃"om-Ā : +}6 966X=2F* CԾp_̙qg$Nx'庆4eKqO0ۉ3 Ɍ85խЬBYn-6ܴ|N:uжZ+#UeyUylysgF+?_r4viVdSR}ٚV^n<ÏZ5(M!$"ͧk@C1wOɌ1{P5Fpx?47Jo +)?@xr*;j+T1FI6>ettO28Ls4d|sW4HFʫC\'{t@RFl>1jIJ(C\'Nj)?dtF*̱Jg"#Ksc8g=I(rY) Be}'Ts$e7(@9TtKm0xDh1q\>O3~wV"My}o4o!RDc~}`E Mv#>o&[˜=jM* qj]Ÿn&ƐH"|ex#/,e?/lP%rrs9<{ ܪps(=λL[ sPCwlvHHIa#g77ƑLJYgt *[MQ_+1~90\pgOƏ1?أX@mwgc[ 㯨/?VD??Qؠ >b34yb34yb35M,RStD9n2= }(Ϙ?b35[XG!b,O8~A^*2iVdSR}᳂Fpn.I9rO_:TkZH]0q0zsOXkc} _"mner99:p)SNCn;83F'Imse|r Ajj+Xa.<^-[i2y$EMvu ک/nݹsYGx8:TtQES]8EId8=;"(:ia=64W4xedf#[gs%054NTI9X0{ڀ.QY3p3,kyym }$sؒ"@nP\R$CǸ#UxaQ(q#P>¬PM!r#V.o"d͞,jˡEm or!2Ǟ94vC ݬq?$Cc.5/"8D~bUvM:y W0C$\%G25$`|ǗqH^co*1 D&C=8yZ7Hс2EeŬ}dH0##8HJ((|Dx:y?W* Z2K'H\m;o&+SiVGtiH&pUB&syQCx>=hԬkqo++?\c?NjWͩOF_LqhӀpsȢHT?Ui"WhنLm}D.,\Q@ͅ8(? =xƙj%*[s3O# EWk7:98В8MNw=qZP[ A͘BqHzU((( g_/??ΉtO_^AHT)r8)ЈF|zU(86xs$tI[HR7A/ ǷOEPMwHмdpU=c@'hvٹ ~>PEPEPEPEPEPEPEPEPEPEPEPEPEPEP|Dx:'_/+iI# |)%`ct⚍ F .]3<vS9 H2(.QL#[t(y.`cd,8R~XnII I OQ([Kom{f"l\,W_y ftE)&Pe \K6WR$$1 笈q qހ:dR^3+{[SdۤqL#xՠ̃>r9upҳ@ <1r(u> I c II6pNC瞕~ !&Mҋxߟ0~|ʥȖWVyWjF %&j1,mWNzq=?D`OƷ$w6CAoD~~u\*$[,8#%p/]AźFSlRUYG/#i~4ku4>IR2}GN},M7ٞUm|9'-QFB 6kk 10 'A2_-׷Jo}yog҄r."&6 0 8犭%Syy~CUIXmBcErO$8=z,swn6 s8r?:· nfL"2yOªOyۗgڼFA}81[Iw MVp8v[m- em_#ր+G6D@䂛Hž棋Wy_.. NCiG31fĔzS/eHyat~TyNn|Q#˴ p9?)V`Ԍm'm~cОzI.i*x$=}MJp$pS$ t#E+۽qy,1֗jcdʹV~CǸ36IvvO},F8ǰ j;Jd2"IBliX Jr[{rAXvQgiivŔQ\pSZrI~(Z*/9}$my'oZDm" I m#-Zs65qy D%nq BA>Zs65qPNG  IHDRIr)dPLTEĄ|t|~|<><do0To`JRPI8RPCPHof8RP 2PPL @P3P2PolMS8RP`s@HOpen2ovBĸĸC:\WINDOWS\Profiles\dad\Desktop\Tac 2002 Chem Lab\Word and spreadsheet filescells.gif 4Z "B   ``;JA"B  PRH NVPy0C:\WINDOWS\Profiles\dad\Desktop\Tac 2002 Chem Lab\Word and spreadsheet files\cells.gif( yRo4RPMPSP MM4RP@oAMXMAAf:3oMƴqff fC iTG bKGDH cmPPJCmp0712HsIDATx^흉v @H b8]EkA>ʦ 磎竫l䣏'uq?7< O`?x$4I(0|a[G'Agn$4fGp.p?8_t8H|츍[f>(hnMw>>&3)ރ^zA>Vy{KG\D/N~O>ǡ>3HyȻ?ݵs~zPA=t[g@ 9jУq3\z:Pmܧo8#Q-G}+tܥyKG[OG c L-ydxl[Y{9φu(<"D@Juh@xǡAcf?~=cQڟ&ts+k_\En`u;ke󑔭OY6wOϏ_7jO\FUv*/sZ?b$-]NH˯xHcɃAVNR D%JW'n89d!4kXM(U]LSTRa (R ,$Jc劲Z$J$?ZO 1  (K)W0 %:{Lx8Dg5% M6s6u\NDuu5 }0~p< 5},<2F2hOR*K3NG_`$TŜ!G,{1P(]9-f{1n@Yބ65e,eF1n$ weĸ38m8t;l|q`zP/$LZ LaB;-)SJ4u1{"̀JßB(Kx`pn@YڭrNa,<;` @Dyb@D؛O F?5C[mm5%J[ (?lI?Ő~0` 0y5y_ ZcMtII*>k3b)OK9E%Qz R)6 +Ҥ^[EbDQjȠAJMS ynU|_Лh[d p/\*wY+T uwSj3|ieJȋD]lP(͊ 3i]YCXFUTѓnM׽{=v_mDZ Qsޛ MTF)D-nu oH,˪PITs M$3da[ ,&9*3>l莊-+Y<hK^MMŘ-_^hc)z-7P &!]QNJԜf0Qli 'BhjyS[5TH7SáѧF?HJh1j^Z󮽓#q&mE;ތ61kQjsl(,{vYuxW' ~ݗ{8 EoUyDma /+TY?mOV91ofmx  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|} Root EntryG FPgData ~tWordDocumentFObjectPoolI0tPg_1105016931.  F0tOle CompObjMObjInfo  %*/489:;<=>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdf FPBrushPBrushPBrush9q FPBrushPBrushPBrush9qOle10Native Ole10ItemName_1105152442 FIOle BMr6(67<ttCompObj MObjInfoOle10Native DOle10ItemName  FPBrushPBrushPBrush9q      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                       ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  @BM*6(?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????``````??????xxxxxx??????``````??????``````?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????߀߀kkkkkkwwwӗ㗗{{Яï㗗yxxz aa㗗Ȕܻܻܻܻܻܻܻܻܻ::pp㗗ɰװxxxxxxxxxxxxxxxx%%xx㗗kk,,nn㗗zzPP]]㗗ǐ;; GGtt㗗ə̙bbww@@66ٵPPcc㗗ɟƟ^^TT**ȒPPhh㗗ɼмYY ??BBPPpp㗗rr 33 %%PP[[׏PPss???$$$###JJ]]]]]]]]]]]]]]]]]]xxkkk\\\JII]==ggjjjjjjjjjjjjװUUU߀߀߀ݎ///߀߀߀_1105013755 F~Ǭ ͬOle  CompObj MObjInfo Ole10Native Ole10ItemName_1105014056" F@:լ`ܬOle                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~    x !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~BM6(tt߀߀߀߀߀߀߀߀߀߀߀CompObjMObjInfoOle10NativeOle10ItemName FPBrushPBrushPBrush9q FPBrushPBrushPBrush9q      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~yBM6(`tt߀߀߀߀߀߀߀߀???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????```??????xxxxxx??????```????????????xxxxxx????????????xxxxxx??????xxx???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????```xxxxxxxxxxxx```xxxxxx```xxxxxxxxx߀Gs mV6a{[.>%3tly!w xfc~>DauWOĝ膫)nKBrE+пA3nx*PF-jy* ޼ D͔:+7 OlIENDB`ADd;\   s *, 62~A ? "bA C#gf T47@.%n@ C#gf T47PNG  IHDR<6sRGB pHYs+@oIDATx^M-](m՘c 79&NK^L Bp`d"8' pI"N(8OH0Ww~kuoݺcUsV__u{lG`b @!\unfZɴO=!T+Odu,U d۷zwz2>gJdF.2T) @I Č_n݃O%O^y @f$P5CeCOl?Y+/ @@X忿0kgkBJׇ~II|%SgہׯTa%;F5U`}qJv$@w 1]dYY>$fk.֬6? }:djR2L^;~_ZWiҪjDC% @Y dc:x*@ߦ~O:Q,Di]6+_C"f6Rai1eaU|HPe @)~M+5v g̡[:WLcv90; @NVj~͋nk]yWXXwvh.]d SC,> p ٝ@zg׼x􀲒ݞRY҇dxfY:n أaϘnCb{=>Q>4 udMp(DQJ$(7:`\Õ+wwl/dclc\"K㬹N=$-Bmƫl6A$JIFL Q6Q3L)`t<V>վ X@_}MS!eKp f%J: {XȪjSWL󔭒#q,ct?gIē[I穓x;u<{}EsN8TqV1?QЄjw/Zo')̏{1(Lnl+uƣmesu7Ul%l-O%V׫zz:MEJC%){ch9@aPPNzkJO~ZSt*][; ̖ż^/_veT?N|~YzdJ$%bY"$D$yUki fބdsXߐfc*Һ%-~ ^_mOWw6i",./jUC<h&t=ڍzC tlz]-}YՐfφ e8qV(`wVCabƪSd϶/MʲvYx͍S 0Ssh6zti]W&kSft?&{_PQ\›9*|%Z+:ѧ&&էO݉)Kɓ2WSҿ~tgMi*B8Pmk(\*[c[ϤkSz}M;{\S^_os.o}Wqr[m3Ş5>R<x>h c@KM~YUM3ө$ 2>^w?XaȮ'eCͥOr>ݏEIOr[yT+cέKo%yԌqflmՓݚíR~UI>+_,Ε-K۞U˼cs}!ơ"NЦԼrn>MCgpaw2ݷʏlQa*i^c%!mA|v>=Z6T{7+w?i񌿱1 lO6 l:R<Cvq֊{RUeU~X%dYqm&txLjPUU_C‡ޥ=V6jXU,0j~H%_v^ov$!zod爘7vm@*| ~v؝g]zlUHj]wI[T~Oi("SLΣ-߳vVGt?$% =KD8F=0?4>>/0Y__{j[ R=_KiDC_snl{YI[[LLU}9Jӿ.x-IRZyTfۑ-%?Li%yԌ?UoIYB=C}s0}fߧ{K#r8]g>xmYC1U 딲UFB& wY(4dp>ewލ$H"lƇ77~8}֠nf߇46k+MݷʷC Oй#:ƌqi53oYY n&Fz {}8xz?H[3ө$ `=k( `lu6|e9[!ݯַ=1̧%Lj+Kz_GKKϪO8‹[ܷd_]O&^&\|pzm94zݱM 2xf|"(}8Kwٝ:%1皠F') w6 ڔegEeO>O-$˧qfv[tZ3kٟ:^*ĭۃ<[]_G7!dZSu*~9c;d9U%'5&P ?;C Ajp~-sv+融'fa2cv|:^\`¤?bN ʦo|_O{:_Xgi%¯pK8bV[)r>,o<-o[Noq[^j?0y_P?S]H/=Xg5-q)-grVJ;&J2ݝõ8UPbxrlZzS8N{?[--YgcgAR1=hvXAS*:KVA?LUIWMc!}:Twx\*)N2I̺L8* Su}ġ*w8q>3$yUռpSIYzc`f#ZvoZ7 S|F[+?8D._HcY!xSuNq_ */Ui3~xݷC=[xSR$'t!3Vq*0aZTejBZ!^u(Lg5REYC*ݏM<17ꗾ~||?$m dzyI>ϺY -$wl$*?42;d2gE\b5]^mkV̪>ki1q $E2Mdy" XLi7??Oknbv嫞']SXIKTMm2FOvhmcw\q:1jS:x\07+Giᑦ{A,ԳxAܖ$d2Q[5D.w(<Ҽv:^=è 0KDq;duM!{-)H7 $xAܖE(qI *9eeD5#2{GRWH.]6ٷf񰃸-O)(nݾL\`` @`.U=sU @mŔ'@ 0'z4Zb%@ VsS @ߝx?|=Sڛo~3SwJ @*3|#/³>[ +|򓟼~{~. @l|jaf!TD}j7޶۾뻾0 ?O?_O}S'$%@HmrÓ𖘛ͦY߳'3w{7U탟}ky` @ Č_ngHO%W^ݽл>z1|/~cӿw>OxWC>WW!m' @#P^=ɟ}կ ~/o^|???MXG Q+e;^gD<0?Hjm$??;_{k7?? ox_׽|Bnj.eʚKlwXڎV֝;6Or:cgoc}+[}h?@͡2 @ kJ+?>zoy_~/_o=aj/}K_D巸 Kk. i|?q MLg;E}ֹ;Mm}S(]2|rRd)9wAu^l.'u?/\޶|: n-(mgT55 bg/-a|[gr PН.WMD @@4<,xx?ާSS_o7o}[{gyf(d[9=!m!q!ߊÃdYB~zƘʗv3DBŽqܯ$},R'Ҿj أQGahgH,0v$ PcyH =e)t?/| _{[;ׯkx7_+wo}[JjrR))<,Xok"I?ij1FYwyqԋ$ǘT$@HOJ2|+_֗w|oB}_w-x;Xs'aiBV_C"0qvfcΕ$wr Us{cw 0#e4oԵH>OoJ2wwS/Ͽ}׾6]+FVU~ts >lDC̘f[e߰C=j,С28}F @i tȔ aDJww{9WW}s9ƨozFȋѦgcw 2vٳXgc1yjcU)I ,ᬺ?_?Ͼ/G+ OWO!r$;zJS@ϩ-FI]KOǬ>KcqzNfTc:4(?o[⥍2)KcCCu!@ m%BPj^?N4a}/Wl|o?/~㻿>vcʒb@m)E_W=OOBg?-cJUw> / O@1oOs0 @D: 0  @tYƿZJY¡_ub @ ,OW[)I `ef!ݯzErͯ<̺F p ';u @`_`z+R @ /Sޭ @2~;!}o_P󹈕%xq @ 0 jӌa?{?MgQ @% x5DO^o3!@, D~U=A$@& _ڈ.)_ @2kU=m%@,zCҟ{c~S @2~F @@++.  @L@?. @V2V\  @3ʉ{{{{^/M'KxWɆ'0 @dǒj\3  @X' Z @ @ @qW\__ [/^3kRr]e|:_w}. s=Z;_-udG¤O͌v 5)x1lP(CܰdW?uNaƋf|/..ڶ_^^zwζn @8@]-F)?hi @adq  @^aNXj-sݻwG}}BXr]]~!uCv=-o !7Ko|l"b7;X^u|UյCvg 5Hx>e3x-qpۂ|j[b#5vQ@]; LD9DFHܻm!f֟Ts˾)=,7IqI?~OMRGgеqk/>0:~ODR%. ?zC9)C`jK}:5xb"T-$㯹lԼ\t(~RM?)9 | T0MfD&_HD#6F[<ww'G<4=@];&+Np2/q%ip*Yu\H_-P<76[<Guj[Ӭa]4etvpdݪ?tLE8KpUr_dF^ @(aC,f @Q*:y7rwMgxKޤ`fqԠ Հj|סU8)LB"@ ;lQ Ľ{ץ{կf (sg&^UxJT[xm.{߹T8ot'P`-F}Q֨{ @tgjޢ}EGgG՞V3z5}ƌڠܫժK/7:{ @8@Hܻm!vO?ܨj @@N rvvtߔ#@ pDƩCM}R\rQ4 @a2~j#@ p0?XW5D @2te @/c @@ @ dGW @ @K/yt @ @ dv7_\7 @% (O @, _ @9@ @`z=jZ  0fC8;;;??iUmxj3ZjT&@;w׌7zhM߈{{=wB2#!&@׼ 5^m5mUל- @v2v^J @^%Z @R3] J @ p]b @MS=~O @2~8tb"@ 'ԣ @Sh=⸉ @@@C/OcT @D?n7퐰 @ 4d9[1/C @f!$ @2~ @e,y. @eK' @K/yt @ @ dz{F_Jf3TU!@ ܴ6 r w}}-o5*  pD͝;GlMkŁ=bs{D4m||&oĿ;rM J@ߊk^e ߶b*o|gk΋ @@;;/  @K@?- @vIݽ]#J @ p$?^ߎf  @h'Ui @!М=4DA @`w~2 @B2 /B @,P9/, +_D% @ 4g n @8 I N @@so N'@X@s_X:0@ p:Iܼ7L=%@X@R-Ϻ@ @tR3S @K/i4 @@Q@oN @Xj^ڿ{֯r %`* @aonnZU^{yyڌy 8Ν#~59="6@>b7vG}PG h% o52yWho[y73~5EK @ @% x @@;Ԍ]J @ pT?d5qQc8 @LF}oԨ#@ @ M9߯Gҟf @ fD@ @@R_X߾{ @ p+w3VZ%@ ^ )o_=(X`t tGxnnLM @Z3 @"МOʂ+=Q( @(]~"b @&"Ǥ?n[ @f)u)C @dS @R@? @LM`^Gi}ިC 5>H[69ڌoo*OU2 Â7t% T>uK!B @( 7' @,Y@ƿ7 @ݲ  @hëo[ը/  @E9KOI @@?,4"@ 0#v:&T @@~3 @Zd뛀  @ @, _ @Ԍ"~s @R39M @ @KH}֒g @,W 5_ @Xɣo @d @% [߻7j*'@P6RVUᵸ͘W뫫VaͺpYwUۊkv솬UƷ  Yo+ӡ  @_؀ @'d& @%  @3yG @3C# @LY9Ǥ?n>S @IW+ @f*М{LV @R"@ @`g1a @ {( @+{wEN pI0 INK  @K 5WDK @@  @, _ @zU!|ר @onnZ4 rlZ֪U]f]8Ŭ*xm5wvC*`ۊkv솬UƷ WmPxL @`a/l@u @2~ @dK]}#@ ܉2 @f$D?O$3] @hcIIM @3hg @ P @, _ @挿p+wM @3hCgbxgO @8M?&q;M&&@ 0S2  @' @4g'eDI @ /g=7{ @K )WDK @@& 7 @,Y@ƿ7 @z=7W @ pvvv~~~ssӪUfjVZ2a ...f݅Vo+6VV\+l|g7d6fWj|ooo;gOJfG,` @ a; @ @, _ @挿vF @) 4dU~xI% @) Tf{"6 @*3 @@+wg% @ M @K/yt @ @ dGW @ oM`|G=z'5iw89L}{:abocVmPHw!NJ dԘ,)()C @`2  @S!@ 0W?vj~5W q @X@]я~5Z @@yO:i}ͯf t @ (W5/~k~P""@ 0c~~=y~j~5c @X@e?]կJ[ @f,9gΓG~Ru:Nj8N: Og|ex#s:9ot{Hj  @CzN5I`n2x  @R @3ww*0e @8!*޿t @ 2ᅮOᇡ@] )L @`iF}7 @ Tf2  @ #v0Ltj!@ @@ߌ_&@ @`\^  @K{㫀 @3~# @CtCȫ @!ZgvHA @@{挿ڃ @C4gB @# U @! 8 @8bIENDB`Dd`   S <A fn_btn[Image]R8ZyK]|@R%F ZyK]|@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?񆽩Y_:6oqBlшS'npzIw1_]%.$"nN3Oɨ[ lM.Y}Ґ*Nk'Zxj{}==̪ 0T R?l-Dd<   C 2A b,mZɉP1zdTaR[ӫNoH=U^uy_ 5}EIvb/d})[QgQ.}fzJW2vSbV+<US~FGMeB#0K_FI}>ed~2v96ayy h-f_5 v$/.}8*S`Nսy38-iX%Q4CiǠ]3kɚ5vO ؚtd^v~yNK\H騻.EڪWQO>f QAx8?Qp{<G!J`c %(F)y.ʨpKyklWu DjYԇ˽OEԦ,ɽw3KԵ(]bueSΦr.lf0B 7*T#6qަ~7s٧ވc"Cpy*ſc^ &pWG&fKWKLKE}$s "c}}FRY49>)&WO*4 &p..F>9!pzC2x>gs93'AV5ڷӷ{#p.Fw^~0@)?~<}\ p_|-ܤrx2@t_~#?= 1_?2%CT@?M=zbUhw8\CP^_ -Fю(ѿՕrdt{!= `N5w4@"7_3f!MPHxd/Z"}p?wv^M7>OLAEDzݽ\&%ulE#U7<9Q"@@@fQ@U2-o^"Y=>]E?em0tʫSv-!4^*ӗW 7߽JF4ޗf^KA{hlyJޒp &)iKڼICn@XsIDPa~sn7Zc!j  @} ]fv.1i5Fj5{SlBh"phƧʋefC 5WF+).b΁+9 @ZS?5,ѕw JS"g[wBݑT02LGK# ;@F H#Τ!yy,<2Ȱ3i@`dtK,A$>2LGK# ;(|ߨRQ>7bDg9xBGyE4!pQK{ ֱht^q~t+Y]H/-(` ;@Fw>C2s pѫ#ѫ# 7<5]/!辴%bi;2 [Ƿo¾陼CJK2p|ÓK%3|믿SFFɫ> (7guz{{{#fDXUzd9HhE-bF]e2ht#JO@@â=7#Ύ*Ňd5m;X?軭$6D ORdTRܙs1-'}BjؼYܰK7 Ъݤa\-!N/;d4WSyUFѬmjJ*W>ovb? c ݍfԡDlyEnaA'%#V42S}]aVޔ)HM=2NBIRLME vpkOlѽQkCgerTZzT +̓Kܘ;R9Ƃ@t-՝=2Z5zXiHܐV%lPRB }c[+s5=\C`Q&L#"r} 57֛:%YNF{#m:*L{[D,E4 `@_ d{N)ّ@L}jт4#|^Jjt)^_O 7u+TR U@x$7 𛀕j4uE@A`@J5~l_[cFݕzotgRt.gଣ57A~3T7 (Ӂ&`={ތ@`I 1<S#ϼ!IF'  TTȷoa+ը:9[g2E \~K|NS2 1T[DP5e6tIIy_MMg"`M_?m>qV{6?7Z\]M@bD@W}ChpV aKqș 0j4ݎ sQb :NKF;qz|SAMFJ.0Tָ֦fZ.!OC)>,;@*N#rKWz+6ȼ+[fT7QR%qz̚j4i|H=צRRFB;pc|=w/y$<'SIu\&Q@j;by@J5j>bӭ5{z/jk(t^@ ZaL 2qͮ|Kϕ[LF}Ӓg}|#yѯ>|T_駲+ew=+ըGB{xׅCVWjމaēbhLl1AOP5|XK.eȃ")ZuQA}~Z0" POh5Z?ʖzTL"7K> %ߝ&K -ڥhqoEWwI;5ŒN?g.֫Qo}N2j>E#=X]g;V}b|uY`;|3[|+E;^Y^ 0Tl;-o_R;;/ M!h}uFO'χ0:t]FwyG+hf9,o<%uUk:?xZ4ß\:PZ F&tK*:3 U[sy@T v'}Ǐb?^O$ˤGKa3ǏBn!o7L>rHi7=Vp N]GYF 0zPiROg-oS7np2ʿsbDC?}b]p"R"( ~mn5~[pը#j. -6T:)>=%]c]>(Fǒ}R{_>׍ T<^V te_En)@ 3/ 27!bסt*CJWݦ$dK jeTra$N  T~_`%`[VQ*W6{l*uѼ JD-ؿ+@U$`uUѹU^lVGf啛~/(poCը7B/?ȯjb3uew,_Ex=x b¸FXFS8p%uh 2^ -n@R:YԯY󧔘ErG;}y%'i'ݑ}6TVrV@M^hR֐.xnG̝Y;ʳfgm.oj-JsYqNTǓ^QVpK_q mF r\fmo&WdQO%rLM^0~a  XF)ev[Y4pŚxʹjGM3 Ko;s:ej \ PCP5Z.m X#@5j-"lFjt. `ը ;To'e]@ KJ5jD km}Z?E6O 0[]落χhFrBS(jrз"4OC&ZS(jJQfF'`Τx&{E3B7(Ѫ/OƓyRE1%Eqp.حF|Xx="u6ME<,1/)hz]:hSjp%kY\ ZEW5m=;5F5rBmokFS[6ធZU#KO݊b袾Ezkh=S_<5g KSp̢H&hqwkPyLf/6lNVl \hBFj3Q`7FDxifgԶ8nAͮB&k cHo5Oy5um4ACը vZMtU%W^/YHR G.$c_[9NؔDH4xSќI˽02..TYovP5#>| `%6%jϦ90NjxpNAըP '{VŻ ^C XFsw&"ɤO qy胙Dn5 0TP%~QyBk$2ּFFy^j O^ᐪl}/6t4Žv"[4TyDI9 QV6&Vp֌)SF3k뮥2iek ;MJoh3PlYF~_9gY#=>k9ך5Vc$ 8'"j FZ +oFe4:@Kإ`:5 N$ _u0m< JH >T굹TzѭK9jZ z_#['qYL-oJkh9cL㠧װAZԔ>ƍşJ%JwJ'i"A@W2z-F@Fdadu32 p -$  ױgd@d{}qK L}-H4`tL?ټoD@zwt-xMYaw7R7%fR3DTq 2Rx~i*ED~CXZJ+{~T)e3o*oѷs1)d4z~SY?d @ E G`#3Eys*GnSGF_-J۰c"h=OStdz^3vW#R*{ T´^Ezs/Šf LQoo˭t,- {XoEWԾr =o|x9 N/ä]˧D7$I;MNw<%oJ &)8s2=E `2j9:&|Ɨ qgxǏ ?+`x$ϧOE^z]j.Q3|t<ޥ{8Y6mBuG-*ʎ/qA!"n{~֍~d > uky>E`gNn =~蝘G9]"򌦙4o7:zLiy+C-k 1tEy+ʳr3ݱ/C˚E;@T9rK3yTFOr8 Sz̋gܔV:;*};Iu9<$Sw}7.sYQ!6-XC2Z=m&QysJȚ 5ݷ-_&d#t0ۜsL{}dotJU^q ýZh~᱿|Kჳ˗q4VDNXkehmZ ;sTe.0k!.H5nf)pqnibGzA1o.'_GSY]e,wS b13WfrC5ǂP7#}/d$qcQ&7Wě~֛% \bi.Ah"DF<1 [! ̗Q~rx@`=GH:M|ܱshs5↾&) #뎸prpE#fr˻wQ):\xo.NE{yxUÁ6g 2'|uWDWl3- 0F44UԘJyV-1 )v.!01;eԭ&'Rqԙ\ 89DЫGS({%٠:kUR{?{Y/}ԳzY OCN@^ܻdPhTnxNSdrâuW2KC.;F ;՛#kx5`ZFˑ Jμ'M=Ɉ QoJea?0+BN) fcߔdT6jF6(mA'SmF%֩q_=YtlVZٝ4Ȩ^dQNq%R2 {Z'w ٹ؅% 0ItTS-Y8v>7zq"[+':)D ,c#ϑQ.G`dK%Xɵ2z<|jECaɫBpoS\%Gc2J^ R\%ʈ6"A7B8@ O@6"n,\,@F-F   W!QQ'@`#ɨR+H[imS,Ŏq(< z SwPT~PÃ^ih O4U㔱*m0şԽ֨X>K[_{`T"X]cOf2Y {v\wG`t{bv"abet\5n(Sd_59"pn/ M@Q 2*%W*BveشnYnYDM"PFot>EyNh8p,@@AFk\UZ[R Whhwn}hݹ!P~z GdW+6!!pTN{," FN\t+,G9Ftn&;BF/ @F8xX Z>@@F7C эȨ( 1dt: `2j! lL8xX 0GF߀9m;2FBr#M_TLQ QSzaʙE)u9kWb !1UC㛪kN\)rI]J# d,ox8ōpPk#Nzy?;2ڔdގ8.cyh_7ai! h|39 Rj(/PR: 51Nw}ʍPw<ɎHQ PJűUo:鉧":j[}Fvk4Qo3'(bRRGƖs+azlMZ-Ϝ-G)/ et''5%t8fEX+jm?{q^5MW(Ѽ8޽Bt*hT+5dTNh }I?ވ(ȨKIaTƬo]2.Ej}f%MO C O RJZb0ڥ3mm@Ѡ'^j}1Q5sF߉`eYԄ6$Put & PO8wVc P;Cӻ{#C8>qe@ fB#6t8 ڈ^@@F C6 6mC Ȩ8 -dt8 `2j#xlK6t8 ڈ^@@F C6 6mC Ȩ8 -dt8 `2j#xlK6t8 ڈ^@@F C6 6mC Ȩ8 -dt8 `2j#xlK6t8 ڈ^@@F C6 6mC Ȩ8 -dt8 `2j#xlK6t8 ڈ^@@F C6 6mC Ȩ8 -߿۷o)|i^^^~:& \EcWd]N F1>D92!t/S!E8dǏ mPvwooo]p2LpJѿ{Nq8FF@M>P/R T.(Wo"L@)1. 3 tʨ[g t?჻wT 2S@K_^˯L{Ȋ ah%pjxPFV?Y8ϯ2$ K *:F_1Р:)C=@5"XؼCJhK>s5o7AYuu~Rn 8|P лj-s KTD;xyy;(..}#~I*yIF[֡0Eks]FAsu?z}I)2/"T'}~hda>w AS}1xzםZ㭗2ף M4hGtK%N =^SF~7ԟׇ_?U%SA/I 5ԍԛ/'=nGjHз߇>CNzWG϶Q(cx\:~&!/\ǻըO_Uﷺ6"0$y^Żq\nF`f %2 n@!>'XB`J}G\o%F3 +vOڥ^R_ѹY O|2ensN]8nx9wW$ˡ8"۷CxB&uq vI$0z2 Ro3.xlC&T8 $ڌ ^A@F B6 6W6mBMȨ͸ ߿m/B0F{u IENDB`ADdi\  C  AC"b@b.nֹ9i @=%n@b.nֹ9i PNG  IHDRoxsRGB pHYstu}.9@CIDATx^͵6҆9_^L9 OuYw,  Hnooo?A 0V!@ Ho @`&[,7S|e>}:~?n F'mTTh޻/YHa+N%߿?uqH]@`k&@Ն)ʔ A JN_r7YԽ%5!MDڕHN/./LVm'*~'yq595s&=Y!@@K3ꄮkWʫzL7NS,Ŋ4zUςLU"0q C-E2U6?}6y0ȬvdjBwlUÇސךנjB4U6!@IfZלljMΰVE学˽rbh! 4H?H?W$2JO멿՞2y[?^j2[.c ;,GxdX7MU6ťQ 0b{("/-.ʦ\CXnv剈J}"ŎQǫnc@Y% Vha@kטF sA'sM@?gwDMKko=' *~OKL6btY}@r Nvk[6b6ǝrF#+hJALqugqRˆ㈨<~x$kQ{YQ_5oRu}L\_Mi,k^5.c`hTNs:0䨮u8zȾ42o݋!S-ve6*-UЌy!sSe_9 T@haA&A'H;U[0\&@|>­gf+_ Q[ UC(uWz\NIq%^}[]p(9󜠬2AS ܅98@@QAo6_#zoD-$/ˢV9{yDzK]r.(nH+Tet"{7m 'Mּ܌i/v}o)> ty}vF:VoeiWCXP X'~wv 2E)ٜmP[0z2/ C J+!0V?O@`{'Сٯ㵆 3nKuMVfnԙՅ^YSӠWU{Њ[" p.ݺXaHU{v΄~MЩMn%Izӏ+;u`>bPzuWAߠ  %Ѕ9=+躖WIGRyV;[2,h7Gr@n=^-o 9O@@&ȕ̫"KN V{s{&g9u -(C@|]!p!y:N.t#Ҵ} + \@@$siG/4 A\zBǏ-3!_*_1105014649 F`@Ole CompObj MObjInfoOle10Native!D9Ole10ItemName_1105014298$ F*Ole       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvw  @9BM296()!8tt FPBrushPBrushPBrush9q FPBrushPBrushPBrush9CompObj#&MObjInfoOle10Native%'}Ole10ItemName      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~}BM|6(S|tt߀߀߀߀߀߀xxxxxxxxx`````````xxx`````````xxx```````````````xxx```xxx`````````߀߀߀߀߀```xxx```xxxxxx```xxx```xxx``````xxx߀o* *# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"9j:7sn#eoP H @ 0)/9ҽhz篪@V7; V/V<v*.-߶B:R#H{NFϫAW+~E; . ]' @ Hb 9}h[tŠeSWJWv6n2/s蔆ͨOiFB<+vǿ5rMw8o6KrCprvpf;qݾww:}`qW߹sbF&b#V4O A,RqK%(3?KlҮ{ςnQ.ujʗ2:E t.uւcg6iωy22/ qA@=Re5)2?.A L`2d穤ݚYpN^JiYjkTfݐI Ϲ\۟v*x=i> 'y},JzRWJ>tp ZG[GҖz<)0D5 _s0ǟoݲt2-?=;,ujX*:/]D˲zM&~.]a;q@(|sKow\X^SQzjՖ :~-՟2ozT~  PDi/F%@@ $&kl-5Ʉ|GKM+[jO,tۭ7C`v>vl/|ƄAi/i^Fi/ih>F VVd @~ v "Oyc<` PiG+1  @!\i_M, yc И@덳y@@5YҾΛSq @"Y~o4 @nHndT Li9;@Miߍ  =g @ Q 3 @`7}S p.}~o@nHndT Li9;@M`{<+`Т, @(pynymǶ䷇,c{wei<ЎmoYhmrk<8@IiI[ 헧 @5 JZ讷c  ]Z'[1@@eii]ͪyTr0@G - @97w @G`[< @ mb fI;Cf0 @ҎA@@KҎ!@dI;^7 @ ]^PchW4N !@Ү_1kQ 5!@hI --[6 @ 핁b p-Z@L`{<M~o5wMb `Ay>,^֛W!vl{L~{B;o;[ޚ~UG/q;85cۃeC@~۱2/O@j@k @rH)@@MҮ_4[qlA P@ada) @&ٷ@hL -Mk!@HKr!@`4.F!@ȕv-5$+::ɏh UU' @`Liik@X@ZSY$hO!l@@ZKd<Y܄ E ]r"l@ r}pp :}@ 0} N`{<M\S XvP~og7˯vU;,ێ喷)H9nvl{L~{B;o;[^)@@MH{M؂ \Ni<8@I`ܽ&lmf9X[^ |G`sW%^ L@ W0Ɏtcs#:@]ȕƙsp@u dI;C{pF{on x dI;%`e݌_C@ZZ^EwOԽv@hG !z;=XnzY@u dڕ˦kW?rv!@8ﻘjOya,@}f]oh|9@{ G{-R~uf,@s@De6GiR)I;S$F'/s!@`}Ҿ2e!@~t #ce@ѴY>/!@˞~_n;+;kf%.K~!5]#7N';wr} ,Gi_. @s@/Ar]r 7 T]E~n* ~NȫeCpw@cȕ1˪O Ub @+iiWMkvI BØ 6Үug$J"yWycچ 0,iu SϿE~AA@'C!/h„ U d8!@`h*5ŋq@E^]umlzn=ٛ5[FC~tѻ2wpj˳7k䷷ٕ5w %%H}@@Wҁ3 r]hhԿ{0Ew!@C KrP!]o [eq&!$L?9^/k)ᑟN @ @Z][{>~Jzujȕv"~kWA К@[[}@ dI9/+ۣ" @M dI{S0@@EH{E \Oi>x@H -u1`ֻhg"?]*B@++%tzʈf=#i0q"]]ELw6Y7OS"4@ȕq#s@RM 0?ZՍoZ[ @x԰Ϋ5%٭٭o8@`A^uJƯm**XR\v߃{"eYM sG{U|TXcFoR^{>@@/^2 **1@@B:)֋#a>}".DLS w@ F%xʮ_*xU6Gz-;)i]b %!@O iׯ7_ 믿̠^$ ӔuUΣ ܨ@`&;F\?<bGA5B(&+oAY޺VH6uCڕ'秒"+e>Pl}.+3iʺ^!@` .Cqt]f9З*qSR@gg+@ dIW /߫{A-t ;A@lPp &vVȧ)R +WY!Mp %A J{1 @Ng LEi*@GS |)^Clo-7u|w2C  К@Dޕ:~^mm/@%Ԍxd$ɽKB VVd @~ v "+jZ_V` ]>.^;6 @]t]Jv!@5F+؀ @$HIi pδ@8@Zڭ,;)34@("veV]/- J |#% o @Z{v#}|ߟ{E%{Eu35@CHKǽFi6A, dIxΑ< Y @Ȓqs@je~0VuݶOՋڽM. e4co!N ]{{ E{R Ulkk!a #j G0By Ixdojڍ1@dqɈȈx yћĻ\uk^_g  p93!Rr&3r=瑔pF'f BBE1-̡O$@G P^ $f @}HKw~lQ @#{ >F߁ L &EN}=o VH?1B|/4>7dnN4"k(sH{>tɲW֤R"L@/K?:'J|u!^hl\ yC cOP{Ϝ[PeQ9{Shu,awpH }@`:?O6]T^ % 4"p~SvK ;M OGWLvK I]6Vp =Nr**oG*N ORˤM!$b~"{hkGg so%oqɈG9U^ĬMʦ{ QEM#_yĽq ҮO\K{ļzvkhn2IiL%ͺSCI{uP9ks7j)}S@wBޚcb浟9!n3Ie9)eU%cQ X3E^{]% XǢ^Fz 8^\.J(9/n0u!kO34B@萀"XP+zEz.G{NYsoCùf|񰻸 QtL#WC\(!"G:8wRXvv-ޮG~^ $~dW( (+k  QW knkO/;2vGڑǞ)l !3\fiˌ(~ hߐ i d?  Nʚ @TI0 VkI3V_5H)HDz1kGڏ6^f-y=, 0'=Vϗ#Ҟ0יh׉)jP,AZMNK{1@&v: G?}[_NMO/|[M=m޺aZ|Ul^H@ǫ!:Y& \M'EYlVy͞B>FF{>"𭀀~ɪ=KGe"IVIJ{D/ˌyN9"j9i?rRCJ߽{c_}ڑ鈴sn.V\m[!0wB{>}qi21iMOc2k2;!ήך? QpiPPC3]*͆"o"D֨5 욐#ʹ^Ofv$|֔Kd`yH3MEg.: wNn;Er9{\W4q7 !/~eM|RWx BP?甆^E+p_4!_LW@EIiw#BޤKԅ #ν BsL }t, O -%jl"B@PD]OŰ 38 @gdrơ@&"Ok ]H@2,B SۻC I yg ݤ @`xҮH~.@ 0BiP@J 0 \h @`6]0՝E vzN<#78"܇ DUxH}_!% dއePwyO)|e~ 4%ྡDd}܉7MJ'䫴@n@uH{u p%[ALkMQĥ˱i8 PyrﻻzNquYga|=T=ng |mL' Dѩ2H{]%5פ-@w4rO=2Ĩ(-+B2PA虀xP-è= Xm=n͒, u_^6^& @ @|d*Yz @7? 8]6 k@.'vo<78@(  <  @ 0u8zQ׍9D ;P%s{4 ,SnignҰY[,F9I2f!k vtlqm8C,@HƔЈ'tT@@Zڽo:39^p T]` @`. ivbh @I;OܞZ T"c Є@P#ϻ7ڛ8Q@J ѹ+%O=@@{FSB A`gؤ @@/CO vK;7[ ZvKusgje; *vKjU]߄!F @KHKWoK"X@@ x@& @S@ڧJ'@є‚˱i8 ąf{{{k|v{zn۶m>8 Wr?5Nv`٩#u+ e6"mEH])=`/(Mer;j帅G0zĵ+dod,rx'B;B$;qi^ގM0~WD獱]횲bh]BڻJȑf譳7=5ݺ[eju G~ӎk3yNgd'[R!|tf-z¹,FW\ȡRu[ՇSץ! t W\x[ĒԡՀr&K7u}*jMߴKNބi m " Y fNs e39ve.N܁]*ƒ {;-}uowaoݤ޾gFtXzn^\l=܏8KD_C7q&TfWsf%N`WeMNHl:M[ԣ嗴R٢ r`/9nS.t^۹^g!-$=\糦>玅BlR(ќ2uyvkZUiESULR-VI+h Z1i#^g97g~$up;I9xkZfcuաH*: ffwSVכVNh5KZgn@jٲ1MACA~o:dN^k#,wZXN2u1F e'3dbUQ$ەWz—Zv Ddfw. v]߅rzbJs7K1 &B6]X2y</t2\9eBX贑5od-o9y+u!9r3fJ sQ[ܳe-w8,9>[w~euqdBNʚvrGG'd'pݬ]dy]z\5P!P!LA`%Ҿ„9sGW;U"ԅi'GONs we["D{@-BN @5 vոl̴ p9 ZgQŒX|C +AYs)J~M!%q&y=u1',Bh#j* grPWr ү9BP0@& #FUlɬ"nI4m:]k`Jnn2v]tUGgȸ3ePoSrug>,9y̮hkUlV-{Ü.+k}znmkKS2! вjo+rj6ai՜h1͝MoID}uB6u:jiVC](|{.|rz{]iC'$nTf[DOq:;MuvU:{vi1`tWK8Pך&Kvf=5%p/3f,f^Yۊh|>? qZw,ћ;';@鶻klpR44-w@$YdH~ys`(eftnǰΡqO,ūa+S#GFIzf'tI 1jo:tbE"ފ*m;緛٢.^ j"+$#3;mx RwI*+M %pDi2-n'MVo]o\#J8I]%fN] ꡓ$^@_`B~ntyr’svƚ@VBkn֜32Ңn%i-mZ37(\^ݙyq;k;ɝK2JV^x;Y҄P/ ۑͪ;ݒX\U\j[]K`z>qk it]͜+ `0/:tr5ɐj.&\v*u<8%`] q)CW\3=Gsʬx!@Jײu@@BN3d0@H?iv/p|.OAڑLǟkW^1xp$?;@gucYAQYF=fX&"?MO?%]ꇈyz?~5xI/ cԾI&ҕ?s^EcMKL iu2i/_!?aE( y{[uκa &&$4k7 h;In@Oᇷw.'<  =dA|"j!޶=ϯسA.gdibۅz20_0/"x>IKL"8yu&WǁB(, EVGmnsFJڿTҮ_2/#ӊGN~|(9.3=$3~KEe!h5&U~{*Us3xpݓv@3%8Mڽ]WvV|Na5Hм%CXZ2i^{AWlT:uu}7VV4nɶzӿsHEM(vahrlZǽ. ~yoeGd)iǀw=r&LR!z 5̍>2 S XSC>ZPFooj#pIhH)'i{mTKy]9:m^gX 9@T! 1 !Hv4)&ϸ7hIK"kasO+]wvc&ˆ閑5OU&vXPݭ+YBC܋sPFWwny=[pM:\v'gUwoV8x^CƤ{9k'8iJ1T϶}ym۾_Fz=isKZ?d0%`]Pzgf={c7wk;(^]UC}U/qThȄ> Y!Ɗ9UۺBgx[=fr=Wj+9e|Zr_Rl:r[d^'JbBλ>p!_YumtO5.xW֓fa^ ?s5Vr*ssM2Zdz% ɦWȻ̼anM&#[ڭA5??  G`!C"^{7{fg*k_@%ع }S̹ EǽHCҮ<0f+s/KF F3c-;&-FFF=oNC$ճ3Lzr-:DFT 49Hzɔ翽w;us9zH<Q+.|9qU-KXY&/:HKo09va +YxYg]jU2R>KO:_v+^IDZ5N#Jߟ2׈@[- ӃeVKQx1ckU<Vň@@d+z)`9tp (iI7bW ioZ h푐`JV*P{<,z-}=WkE2_t}5žrv Pe#Y"k~X4Iӽ SbfR"0d/]emSV{R|oBZz͝\ݡp& c!H٪^ϊ5?[h= /a.wQ9|&r-Y @]8C]\ٮޚ:rr51lZ?] Agl{ /Q]FVda pCUД\vNYfnһp`S9j]tQm4WwM96 X?zYq1!3lZl ƴ]=k*Ј~KWu C {XRç8;h! U 1e6_eoyh)eŋ&4aT~To .T)W-':,E?k_S?صPVfO5<J8iJy*%JyjG?K/-2;.#a`fZmKvdKfW.׵qchS_V>Ρ. }9p WWֶW2,b,].߆2%U}G_@e2( X Ie Uپ#64|2gUsdv:3zpCdo%<׺US{89?2_sf:|EITo\ bXb3X˜.XՅ]*jeyE}RԦ˽L[eHgT齠ir9BS> Y>XZI\N{eZGPr3' ;iդ_bQc2U]1Q̈́g!ymsYkrԂ-f3Rr+EԎEpyV?_x37鞿M6:]˝*Oyӣ` 5yNm 2M"K+]3S;zʮ yY#!HܝJUAI]d9&{Yd<r(߈OK< 1~\N{Z>L;VN|t.+m7SIג~J2kŊSVZ1եs4$OǰR%ŷR7Xޱǖn[JW?K`h/Hu*)_lv֝z8i3^V4q;ꩽvu/eͨTx,پ7r@K d}}6mwC˝MhZc闚Z/ߜ0]Hk+e/)6a]6Ĉhf w)U‚t@XpP,.aB2~?AɅkKQ74+=0A]HXyWV殅=ǹիgOVÁ@@`2s9 witEw8pO`ȨGv2swdu\% ̹uɡDA@@`rs{M~bE@@@&8M9!|    #0պc ؠ~IENDB`MDd4n  s *($2L3 A?C"b??m1￿o!YYO@@(_ i|ӄ G!@ |8փxphD޴aGè{Jȓb: y& ZӤ578Z@̑%m]E9="J̕lkt35g1Y *=&5gi9`úŔ@3Gļ3fbUY8yp~UB|2l]׉6Ik4 @Eylul9bF0SѮbt˶ʧKϱ^Nɫ0 ) _A{!?i=;k % |iM H sOuܫu[vcmٞ`4s)@`r>;ʓHc1H\r5NYE8mF}b'gxz%!'KDrB)>W[b*? ~7e@Z|=P-lcanBOTn'Ԗ<,BI552 YӯldVߍ5p3X/VrV9c Vڦk-΂ț8$=~94̟q4G+@(#4E-ƳM} u6'*11qFM.secJN-@" @,H\*UQ7@`7C(_UCA&%^9igtׯ}{{?%+0 Vam -oПK>t'NkQ @f |Uzqbד՗ @]J.`<lx[Z ɢ|3>n5Ug5pPm;] 3 | E|n@'E1@X|"n>U_![W=teSdՕOu,k\|A)߿/oEiV]ē>:owe1[Y[n__~Q}W9  ]V LM eOvZ`OZP# -;"fLDN}  |І ѡ~ckppA9È Pn=DsdSW^ST: [^|\Ị<%`}]ik *]pg ik+TzMg!PW v$8FƮSYjߘN学|%doU'g.۳ZT‡e  BK) 솿0lalcTJ| OuvsqIs|MVU|cV^l5y39_]@7f\ Z` gvMHeSiRʧo\D`f^4hs֭=ne_|ǟ֞քO|ߺ T+Ju6:~p$ 0#eP#g @99b |Cg @9BIB#C І@!{mbU@A [GhS>doth Sw"!@< @`v(@#4 N=@yP<^ |G!@ ʗNj 0;Bƾ%P| 0;^?b<gz/R.*J!@(%x< O,m7>6nJiEB@&DWgΗ+=+e~}}-8c)g!Oʗ+av6 .+F!XP7V<G|E2}h`qWC%@P'ufS`AUqFQmU w%S @li%43u:;&uv#ќ1]EKRX/u_i3RhÄ8i3i%mA0BEYSFBpcPGWhFǔ"~  [3N嚦@lnfF{PК=-)JdD(SԔb%SX GS|g ФL! ɜ,6oi,8 LU S+0Y 8go\|Aٳ%fp|/'jRv< ]HXS3L]{h{0 A }dsIsU !*?el%;CvJN 2ѺX'pnoGk~u|^]ʚ?7:d>gW1 h?ޫuwOU6L@.uWLp3jIc_rQ p-k}u@|;1y3f;У. Aٳ獜D'^)!Qkug>z#g73 n^nY "`O6>??E([vGU@/gs̍r)QMɛcm2%!@`( Q 'YQV |̶6@S>j.i  |@ P7?,.@2 q=@V> I d++\&4nC&p] 9O^ /_L=!? }󖢘i%{+>_,BF;Ꮬ dx͵g'8?`:rWwR>}8䲧kmYI־ŌCvӒSBN&KfK+_ s!q ,O@DeOSBPwS^ʧ}5k;/w @ @! < Pi!O]\?n=̷犉v W9ecW>3q uUv)aY] ]Z(gLt\;FfǬWlcp,OOՠNi[ ,,L _;Сu}ɍT'KgygɬsI(t'ci ؐTzˆ2 LM@|Sw!@@NS-k; vvx#* 9bBˍʷC( _X,U @F(Q @( h%W @ԃ:Q&n~=j.L(@:_A^T+QG F?U = H/WTZボ>V,#{'ҹ֨ :)+8C~4>.@kRy>j Mhً|IX7V, 6VxzycO|7ǏԪWwi )3'qn+1#s"-k{ݎc-F~R ONʩ @ , N!^SbkFUV¸S!\~mgl|n `]8 Obk;/T> ~4*cuBF Ј@fIs+ 9ɜ9ir)U"E.p(d,(wA"At*FW~OyJ$\[ׄNH$sA2>72[ U Г@Ůxtfw?0IUeY5?ŗ4ptu,T y{{u8cVv 9?4^f D[p1uaG2ӵ|8ϡ p?lI TNZZ]o4*v IH@ț'O8A= d(yZۜeM'HǏ^N CIЁa-gBUR2&"|,? @POh YAIU^~O/ Ͱqu[pA ,ŎWɞV(b+[J@WԃFʗ=y͚TY>u Y @ +?'c.Om Q\ SisSgO)@K:aU d>C;s!+yBqCgTPAåev'Z0]R't Ќ@򙧗5s )Dn02ʂUa P@`vyʧR?Zg2W7K.'-{򁦃pd(r3)Ӟ ܓ+\ZtQ;ᰤkfSU0Т1> p9<] $Hu@@;ٝTG-'vOƦo}+mza{1 pjvL߽n eOhb f;ͣ["㇄_*)@`(gf;|3?Qq&-G.o<f;/eJvם?Ri4-lj svv&o;S>U |:uW9[7{F{NXBk8"ъOɞXaOK[;_mAH[Tkr/_kS#F"0)qnzu>_PL0F&ZX$+x3M Ȫuϧe)Il,8g'+w H/WT! Z?}3'Īu4jF]eTU>. Ў@|%]CF M@ |4KuYrfh1 ) |M/t{bSWMZ9\[&|mmkQ5='iIl4F䂳,5%:|D ?!Ї@9O;T%+ZM2p9ߤm4"P w5jrMi42V2{&3uW2l_F: ɇ@P>2~HݴZ)g*>EVs+n_9o5R܄B@HXx̦pb䏏O.ͭ(tʲ=R=jZ(9K:L/ghGvo_ܮ6ȨeQtVgx?۷69)=^jXqO`m?mUlNI>}898rd,6~;CO4Q@$FtE.;ۍ% P9DcV7As+o9L&$O2(4Lqr>1s >hWtmnt611lrLIӊE;&h)IHR'|[r.3b69wk/褾`>FAﺤ<[/8KCB#@B 7ndp ʪ@asl3g PUaskB? ޣC f4k;V{ҞL}>~ΧsAIF >׳@;/95@ @F@Kh7 (h' dnh9?ę~,&ߙ-pCP/߿Jip5}wo0nAg|bbSA0-$f`?۝V]Rw]fڥ+ T#s A@=%h&HŧhzH&ӿ&~*_)Kot'V/p)={@r4MvyGuԵ0(ZvMcwU }Zx1e1xp'Uw5 OӘ.[T,~fWi|}:n+_b2YDΗ>UN X"ǵi7ŲW] 2+M^VcH#cQ3}Xѝ/~19ڲ |ˆ|Aq&6GpimLѬͅޭD`o%.-~ԥ|=ܥ'Vro<h 20R@.z KS݇ f<'RŒOKV^h]x3>oh^۹jϜr?3*L] (pWx?V G=i_bJӶl &J* nRSn= 9Agc[bi ?2öi.8%}ISGwwW,P6c*|q<艹?hid]E ϗc9r%|~"RPⸯbX 4R>VG`m4Qt!|u>f;om-ęoa,t Pm]q=h*_ESN ȓ"A,+L)xY%.N@9ӛC=}XŎ$;%[b8i7m4MCEriP>+-~s""rbJ p@iӟ3Rwf s8}$'xd+N8q|3 \P t'|@ &!M( :JU) ;;-  [>tYʧ9]}ʺW'7?<,t{ *9u3?}KJM *SL|.AHO}mO}giw"7'Ӟ;vu 8/}u1oM|'J, ^:7?qu*e|^mo7[7=k3fzA>2CrH|kt:hg>3HQ8:LgU-OwbM>39[;ۖ"zߢ11|PZli5%ƸȤ$@N200#wXwYS?ϧfZn(>'~hOJ䎴LCa,;\YMmDDPҪ#W!P  H@\NS9kq*ŰŲgOVqiE^q8rY:|Dvf䬶:L.kCJl"(__`D|ΧSa%^{^%l,8;q8|Hʴ 5/3P|[Q0켓ZXLh*C#nPlgsC:+\~+Y.C#>%xؙCvp]31ۮNS26\Lt|fnH@NO?X| S4BX_>3wv st5R ڨ?cR+j_] vfmsk&S$a$H/&{5ǹ.墳~o9Ϟ-1] )_0Fgn.4e^OWc:Y/8fq3`p)9_. C`yʷ<1;輟KNm &޴P+6|Hbk@&ʽ[wk^|_0E|r܅@c(_cU͛7S-wZ~t:tbv1rS |+4QefE7c+_A|Ͳ=hTl^u2J 5 A` ʧOzFc(O j'6c},_W 9_Oڴ d(_PoS{XvBA`@ךoggNr'7JF$s(O$RO]ڵLryQWlb|k)mbTPA /,c6;?vyǎ>r>.= 2pcX(߰jTbv_BdzHoK$$ONMٶcG'tYl0u6:owژo}{{a|<;xNlFrC`0> ߘcLm ԤZvaQw`F )?;ɛi &9x<^__g.խXU'/TWP[ͯN^忝.VZ[ Dr%LD)68\[9O0yI™UɡRUZ|\cTOL׍AHIȞ]2=a+f%2\"d(_9[!A 8bmz0eNx[UL-F4+NnW?ijP^I)>s1hFiyrXMā s6~e&&\Yf/(;`O7h = 4\"F\Y *etAm0hgS+Q.RjX,{4J; rmk@hL̃Y+j)5ۗq9;תu 'cCΥ>#uMɽ33Ps RP/qOxe$ v5pqr!5LDX&n3Kj:oWv ʷxX\x󵠊MK7v+fobF\'=PwQ7嫿|X,~cwrһqn-C&&cxބI#csu7e3\yf܁5~6r,P>nB# p?sZL~ Z2V؁@g|Osc}+or<UW%绂:mB`\(߸ >3nm7-jEl H qw |D@%(󶑴V5F(|HHprS%y'arRXr`iKb2Y`OVrw $ʗʧFHlz/,SI_WwHW cXgr;e$g .|ȹW"~0*)Ma>l'!+0.)9į]8=i➖|nq~Ji&D9raY#/65UutUK߃W'=lL,IjږcS!#r4+[] M؜D9tg0.N8]pp8$5:8Z//({yb&" Ёp@M L5q@@8V>!Xj(N1#0Z| nKPDz@3\ږgx"ńOٯDo>lHM6h>ɩur> w߉\,{VqaSU}(c0^';IdݬX ܊Jձ$xMtO"{C9dYv4}eX|=4^7ڿ&{. OFRLwl'.`Ukuhk;Bh=;|ӿ7JdOh$a 6 /S\k?lw^~vzgr׶>rΧE n?iQ_ ZWhràd(sY>xUvCl^AsyƣyYfN+#e*ഛ @7P[6sO'y^` 9!P|#D!Ӥ}dxA3|ZP={i. ayҽ"j! y>d9YD9]gֳGFL\anI%]U}NY6Vv%А l?/^nFkXTG*>{0iOG2e}tٽ J_>0>"۝ Sf-NV9[̬4k]|Ik8|É:TAoa?iiYOLkSUz|s:5I6j:cX,bk=OVg0ݙh@Nɳ '' 9wMd 'ȧuZi_ӟo"$_} ff{X!)9PgpQ5edkPWSv.nky3nNm3a5#ğS;w|98Cʕ nHOtO[bxqc@dn*heYѪ+-~,3'Yu c7kSb/eE-pr+^b^&a d}z__9k*Fpp]~@=IU.*Y=WaKFo?a*(V(&P00 7]ͬ܄Wn&0I-p9Sޞ[Xջs?_~n? &87ۡtӦCءѨ_2 WE򭊀~mB@]\t2$|@hT[}opA &~ޠ*@*ef ^mg̠í fյh5)˺ymiq~WpQJDr&ĹĖ,?΀ʹ+xO ƊF9Р|:q %ʗ+a*xv^h-(?>_<zP\_gqrb܍|l4(_g\ nMtоr5b`ӷBc(YP.9 yuIV+vlzf?kpD)/#7 Of(ߠqlG*6Ŝv؏-סkJ+q?7ꟜAw@. K,gtُH'yYߕWi_.D&*U>dof-s=jΞSꙎ2@={Sw. 7 8H xĮ&~;a?txV>\?y%[La?s%%*T+0̀]Gʇey&s9!{sB(q-">L&0/Ql0z/iv`b9̬|.Žy p|=+̝ƠBYEbU2sW]'O| S\8eGeGW9_[lm3fKl-Ykd:@ث {RGbBm:|+MzBC uR=96Oz?$|-GeK[b79Lrox@ | @؋@1HV!P|΅=nrXeH@(W>Fpqt$|Am376 ; 2x | .@@/E!@`/oooz]~~%S( $Jb+(ӿ&T kV  ܀& Q\ SS:ܐ@#z?y@'FuA-@w} z@zҦ-@@g]< H/&{eZ-R p%Hl_1105015167* F Ole CompObj),MObjInfo!q FPBrushPBrushPBrush9qOle10Native+- Ole10ItemName"_1105015494(:0 FPй$Ole #      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  !!!!!!!!! ! ! ! ! !!!!!!!!!!!!!!!!!!! !!!"!#!$!%!&!'!(!)!*!+!,!-!.!/!0!1!2!3!4!5!6!7!8!9!:!;!!?!@!A!B!C!D!E!F!G!H!I!J!K!L!M!N!O!P!Q!R!S!T!U!V!W!X!Y!Z![!\!]!^!_!`!a!b!c!d!e!f!g!h!i!j!k!l!m!n!o!p!q!r!s!t!u!v!w!x!y!z!{!|!}!~!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!""""""""" " " " " """"""""""""""""""" "!"""#"$"%"&"'"(")"*"+","-"."/"0"1"2"3"4"5"6"7"8"9":";"<"=">"?"@"A"B"C"D"E"F"G"H"I"J"K"L"M"N"O"P"Q"R"S"T"U"V"W"X"Y"Z"["\"]"^"_"`"a"b"c"d"e"f"g"h"i"j"k"l"m"n"o"p"q"r"s"t"u"v"w"x"y"z"{"|"}"~""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""######### # # # # ################### #!#"###$#%#&#'#(#)#*#+#,#-#.#/#0#1#2#3#4#5#6#7#8#9#:#;#<#=#>#?#@#A#B#C#D#E#F#G#H#I#J#K#L#M#N#O#P#Q#R#S#T#U#V#W#X#Y#Z#[#\#]#^#_#`#a#b#c#d#e#f#g#h#i#j#k#l#m#n#o#p#q#r#s#t#u#v#w#x#y#z#{#|#}#~##################################################################################################*#################$ BM 6( T tt߀߀߀߀߀߀߀߀߀߀߀CompObj/2$MObjInfo&Ole10Native13# Ole10ItemName'$$$$$$$$ $ $ $ $ $$$$$$$$$$$$$$$$$$$ $!$"$#$$$%$&$'$($)$*$+$,$-$.$/$0$1$2$3$4$5$6$7$8$9$:$;$<$=$>$?$@$A$B$C$D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$[$\$]$^$_$`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%%%%%%%%% % % % % %%%%%%%%%%%%%%%%%%% %!%"%#%$%%%&%'%(%)%*%+%,%-%.%/%0%1%2%3%4%5%6%7%8%9%:%;%<%=%>%?%@%A%B%C%D%E%F%G%H%I%J%K%L%M%N%O%P%Q%R%S%T%U%V%W%X%Y%Z%[%\%]%^%_%`%a%b%c%d%e%f%g%h%i%j%k%l%m%n%o%p%q%r%s%t%u%v%w%x%y%z%{%|%}%~%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&&&&&&&&& & & & & &&&&&&&&&&&&&&&&&&& &!&"&#&$&%&&&'&(&)&*&+&,&-&.&/&0&1&2&3&4&5&6&7&8&9&:&;&<&=&>&?&@&A&B&C&D&E&F&G&H&I&J&K&L&M&N&O&P&Q&R&S&T&U&V&W&X&Y&Z&[&\&]&^&_&`&a&b&c&d&e&f&g&h&i&j&k&l&m&n&o&p&q&r&s&t&u&v&w&x&y&z&{&|&}&~&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&''''''''' ' ' ' ' ''''''''''''''''''' '!'"'#'$'%'&'''(')'*'+','-'.'/'0'1'2'3'4'5'6'7'8'9':';'<'='>'?'@'A'B'C'D'E'F'G'H'I'J'K'L'M'N'O'P'Q'R'S'T'U'V'W'X'Y'Z'['\']'^'_'`'a'b'c'd'e'f'g'h'i'j'k'l'm'n'o'p'q'r's't'u'v'w'x'y'z'{'|'}'~''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''((((((((( ( ( ( ( ((((((((((((((((((( (!("(#($(%(&('((()(*(+(,(-(.(/(0(1(2(3(4(5(6(7(8(9(:(;(<(=(>(?(@(A(B(C(D(E(F(G(H(I(J(K(L(M(N(O(P(Q(R(S(T(U(V(W(X(Y(Z([(\(](^(_(`(a(b(c(d(e(f(g(h(i(j(k(l(m(n(o(p(q(r(s(t(u(v(w(x(y(z({(|(}(~(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((())))))))) ) ) ) ) ))))))))))))))))))) )!)")#)$)%)&)')()))*)+),)-).)/)0)1)2)3)4)5)6)7)8)9):);)<)=)>)?)@)A)B)C)D)E)F)G)H)I)J)K)L)M)N)O)P)Q)R)S)T)U)V)W)X)Y)Z)[)\)])^)_)`)a)b)c)d)e)f)g)h)i)j)k)l)m)n)o)p)q)r)s)t)u)v)w)x)y)z){)|)})~))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))********* * * * * ******************* *!*"*#*$*%*&*'*(*)***+*,*-*.*/*0*1*2*3*4*5*6*7*8*9*:*;*<*=*>*?*@*A*B*C*D*E*F*G*H*I*J*K*L*M*N*O*P*Q*R*S*T*U*V*W*X*Y*Z*[*\*]*^*_*`*a*b*c*d*e*f*g*h*i*j*k*l*m*p*q*r*s*t*u*v*w*x*y*z*{*|*}*~*** BMf 6(I0 tt߀߀߀߀߀߀߀߀߀**********************************************8*//*******************************************************************+@JN @8V>{UF 2cKV /kV N)"~ @`EoE '-`@!@{(W>ž懽_IWܞn!QS\11 mmbʕO9OLT'0>Cx̺g+sPoeU.%ҵ2/m `].g3m-gyu1Ӎ qφ{s&e_L15:saߎ nηK&< /i5E,˺pr#}ې<³{YYdaw,K1)luȢCϜu]v+-q^l>o-0bQ¡2ȹ IIIC{X0-\ |x<|ҺA|| P|MEy>W)n.L%gkgخú%gQɂN֟mجE-VP_ʙ3.oaD-C60>p v}H;l?˔ln PMzIpiAMgG>>7JM;=[]YE0=%?]prɐ~KSPLĸ=?Ҵq91yIrdAcNe,83xtLriT%jU0Zۓvl~M=ļ`VKTC}OEL(pŪϬalgV CcP;N\8zqW3զ?"`Ϭ̭(Y&0(U> :؟>#8stYL*5(R>2v9\ 4cȞ  @XHۯ"Wn߯*Ѻ֋#Skj竏*㤺W܄ ;DT\@{*,a1K}nǾ}6%8_>*H-LJMs.& +vsźәA`(wr;Iǝ&;n}hcXvOzcMZuoA\'ɼ~8o&:" qo_ct2Љ3}ANv~ A.71ͳ+ }nt< ? N8߃'D \Isni=$Bt3A&a3 -$HvPC\)t)#)\YwR˵8xf :ROu} I4;V*V:ϡW`?YfOn9V<ݙrϴ2T.(N͂*Qe[(ߔW*b` /ˬ>7VC++ [0)93xU@'O*ΨTφF$\CDa_gYMtͯRŊt-}FRE_pbm;$|'[z=!y(YUvysgƠYg݅`ÆOr oLңW"!+iguDsfWy>P gة4w(gbMGFvof"-| x|JQ;gv Nv\=gk 3𝛓|{Sr_^l8  $ʗ+a\ʂgw'H7Р CˡEY@7  PLsrN \F@|1Sg. C@ " ޾lDj Мqj  t$p|$5 rʗ]& @@@<. Q++\F!~@@ri Q|D? @rcmg  %P|v  @ gvv& @ d(ư@wyp@1@v /_~ 0D)Tщ_|*gku+@n@S(_|19K5i| 4R>=l P> E+2/8SmPB Uf)Œ `y ̛iF 0#c ތ]g@"p|# n+4@@\wwp& @' +jwOu@Oiӟ" @@qzn@ʕϿGwy8q +6m^ @ C|m3b !|s  N<@@ |b'{{{>wAn˗O@&"(-%IS>??[x<[7H,pDr%LO2S5G7~@O|=H[ p= $M[ p=G3Ow @+\%0we<4+\ Et" .}WCjɏgs_#, *z+cBXH cɞZNjߚ:n5n, y (6eiӟ:2C8^VWR#F @Nv @@D: @@& nB@%|ꉟv;P @ W>/A^__ *Xw55|#P…cgE@b: "@W?|bquHD2x˗////׿,^ƍZ؄R ʷa=oׯ_kXg;E92O/CZC`jZ<{Z믩[|zfCU-pZJQS;0ʷ!^Q8o|O%y?r0a 0KgrDU@NPpkE p@o  6P>+>|Lx;^`g*RCf4C>OP@kgGf˙xBh@g%Vg'L<<9߆2 @)bcKӸ`#|e p!@ؘ@m C"2o @{*8! R>do@8V>doA@K8P>}bs[e⧥@X@eN2nԂ dgl@DD }|||5 !@@vxl5<@>Z'&}@xf')Q-E_|)5i;in_!ImݰIENDB`>DdIB  S IUAb >Z1UY $=%n=Z1UY $PNG  IHDR FP=sRGB pHYsttfx=tIDATx^ z,fȟ8;IKN8J;jx}}}~~jmvw1j0u!@+4+^ D f1Fl9r~%;)q4Xu<(-G/4r5w &17⋫@`-># =LF'_s fwGJOτ g-rZzvky|n5%*B5m5"Xm?YoUq'>L͵;٩Xƶ\YЯyG{*4hkhm_s#= 龫Ѭ?:Yk˄+7Y|ǜxP@zNhL".v깯Roef߻KnI @*zit87ޛ?N+ԹRȜmMG~#L;߅m]0̮ ם,s u>N)st +kISJ),md'ʾ%[L\\Q>[hw[ay L<8, &!4ڛNme,tNF`] e=t)1C`AChtbv}Hwϴ7ңҹL7Hь  @Q3b|H6` 5ϟ |hFc=F#`~i_<mX߿Fns@`|Bx]ᛩ҈htpP #pϟ?no@' ir^Oa>t(Ka {6c #&tAf*sAյPijݺL 0!j«0d뻲*"?"^ZE*-Z2Y׶֬ CA8 `<9B- yI",<F9!:9u&t8U_C'`ƗZ'*: Ⱥtr6kO['[VOo{ri̖x&u<ڗ(D4BZyœ0^=FL{"ަ |}sig~K~rzMt01nIN8a J\ЭiϘ@WC9- r^aR0;eQs8IHsɜ*mʽdęc[Qc,ܺa͜*9x]9mzezL-#efc*|&(iRC-ƒkMQi-oŮk~wK;@S`|ѹ8R2=AפƦKVk2p2-4iXE|4{*U֬x'Mgh+qb&fޥqFs]N3v p)GW;\G5:*B$`.^s&moFZ ܓ mAm@= 6چ ;hx@P]Ju 5"@4 0.4zܱ2@h41@`\hcehbq  q A@@zy\uc8y|_@#.*ceh636i0}F_]K6ENpaũ ht*Ѥһ`߻Ez27͕~dc. C(A#F뱤%@hm@@ǒ hWUWfK{Z jDeJ(=#Vrԇ П@F:V5Y O}=D/x(窖ɜbMIC  pe+%ǥG}Wiuo yZ2zNP2A;=r֘Ye]:IMIh7Ǵ36JKZ؎ڃX M$o`o{RTM#(ve0t@嗴q~(tC% (kV2|PwFLEzST\Uj\WP)'%]ɇ0gQiVuytB1νM"hvp^i۬[$͟#)s*-QJ<ϟQ'䆲'W[FpTjXtw+z璭&G}d׎+7&mx7Ja5m&nVik)z'@QN}tBtowWk:M$]x oHxf 0#8js\gye($,g n D u3i4@`phyju0ɰt:xBJ6 &Gxϗ! ֣L;lდ jt\9x]yĩe./]hhs*ysm5W.>@DMc%!@@we~-L@K9 SѽGDT, K@GߪvM&kOF*J{{+nXPFRWk[Qz ݕl#ӥ8/Zzit]f8 nV.AeQj#^42 %-3#4 Wi.vP蛮u6P``P"{bX:M\Z< &Z Љm\/<=hwNa,_s0p-l_GJOVnZwq'!)S`H@hhg!ɑÉioG;>e/ة?C7aCQ˜BMNS/V'Фѫ@ ѝKb9GO;@8H2}hP}nylxj|1ߙSO~"ܵ߃[yZ5Yx; .0gS]t% L 5ڨgAWۥ\iF9jtѕ6e-]D%b˸w+RghZ|gR|x̘e&f!Ъѷ`QGޗ6Fuhb"]4ZkQ=&$Lzhuc9=~8vZ!S/~-nX_< q Ъѻ[B jt~L.W!e 4in5,n PDIz0 @KQ~9<5ܐpF3Crq-9=z0M@M]LW ΤGﱧ}@`| -7 mm}&=0\4:͠JjF<\^nъ7!/&rTrtK棋pQF˟w0qg>kbIحE@Phq~Aą*n_*Bq 072,jFQ~ep&h@0 {Z5=.؋ V@FxEE0@Fs#Ǐ(=& d؋n6ht?jAΠNPh>gĽ]^鱚F:?"?ϛ$քؒ<@xfDw+ hCs>~ -[$ve[FK)߾(kfN*QnWcK[4Z8se'޲ prAI $SkCû xri:_Yccհo@FdFo?7;;4}C.Ώku,[.e`rWa[pу` @*4bO3e:Dr :oh@`4:meZ8uk}LxA r7>c7q3+5ݕjHuT" 05Vt{-LGIYMp:7%dz0;W V 6sA;HLwpkD©g&W^΃ЮLfp6Yd%m_v3 HMԙ=b!6/l3-$u<Em |&ܡ݌-u~՝!<V$@2C% Z XdPNkh=!p>|XFIo$PZoԄx@m?0+}4k[M=ؽ*[ _|k k%I[߼?޷M_(| 184:'' $2튵+a55U<<7W㑖_٩eTf%, 8E M.VhQϽjws(dWЇ֡Y;>uw3l@NˬChF?Y$qS-icQű\2ƕ`Dݫpph)(/rLzЎ-cK.qAW8QoŰUEAe!f;ts#Nd^IWmmyx0>snjYNt]uRVV ~tTɾ)1FlT^\54ԒTZ/#2}$zFzK4z.O!@݃fӫ{H։F(̛}lX:s}}exr:p*h^߇ih/g3'>Eg5V7xcǻ RRV%w_?osWeX)-y%pm٪n_i񥝀G{SPDfF>:|WgQtzyn|3.GmuGNk?Ѧ_!5}k_E'fK\+5_d7eȜ,SÏyv&/mHPh/-=L%>f{rj.}\&vDSS;SNlMk{rM$BghhYc'/#v#P;=m(|~| mo`'FMK;{"4^zǜy y4t4)< ht#[oH_<@@ nz6eAk蜉2CA@-Vz'瀂hqN4 _&mPhN@þ/ p'Ѻm䏌PD4hwn)DU0 Yj+x1-mcqYPb' uM ʴ5}˯߭_y7I#@i"&vn4}hwcˊ{R=hT[-cZQWAbU-md,L_Jt+FK7{uw݅7̻2[$Ff" Џ@FK)SM,s H]ZE jtE|N֜SM)_r K@E ݥO~@Sng/7Dێٴ7uӲ.kZ PJUl\5-[CV=ܖr pG< # jtD}@`^Oooo?|}}߿Byy& kD7?Z~L - L(fO/M}@&pFs6\^CW}ߏhsi@g=RM=h7yt :X,"͙)':25,7o3MBᔩOI(5ێQiIOFof%K!Pښ~(s+; gZ 0 ^RzbE/y,Q^N\ZAyp  p 6 vRԟD앏>ȣD @gPhcz{=v̭>%\YQENZV^EST p 5Vqy-qK]bSBkUi˝ ÒAPFZsgzj>{#1q[ok."ܰ?Z2Qʴ? @~CѴ @`:-s ("Aa40:uO!hMX DIs$8g`7?2vXÆ14:c%\-r  hhc&ՍwGIJ$c5lL\VhׯHe2 ^$<(j;GMtIm{19fnĈ :m=@;4zs޹QCqdA?7z8M'jb#Ѯ,KQ{@Rٰ=;u4tNz"ٱtFUӋVQ*՜OA~2㯦鳶2|.n9EdZ&d%W&4ӥ%kD )I-]iniSҒe TG~\%hʅFVǕj6cA[+9IiIjE4|, _[ǿJ&v7\!23g3r>R 3E@KQjl;R- Yyx6|H/0|oR>+?Oy|߂c̤R+.F hcˏ&R茛[ JF3]}t#`f~M}HkN1e. ('pN[hIg͜V[ z'x+5l۰D<&PtZY[ !7].mXO"-g5Z_4:zvv6]͚)Fi= "=P:˯Րgq}8" bN F.!d@3AQ  % Lht&(A8}t I9̦)"f}Rϯ/룣ϰ$g?N1gN!# G9%F;6X@& Kwl M @=` 4 0.4zܱ2@h41@`\hcehbq 7)10 (`T $6e;U4֓j)dIHou 4@#F%F;6XI WyU_WYѳ*vӻ$wpųݵ#̱뒬v >8ݥQԎjU#TVETV"I;7]eAIqV %-4@ba/vk!4ҵ$ݗkVQ9"4@*XT߸V k Pz Jg꭮㞈W%!xy=IG/-[jY%$: }`݃qU5zT' IRm|ٰNKZVEƄf2hd`nFG.i܏^ER^TcFs ˸|sa[12ߝN%N`i/Ik3OwY ӗ `bٗR~>RK"|wDbB&E=m=n?\QwE3 H[V-P䚐NG;JW^{Hidַ{A{;[Y'O/SaDv&{zg} Ij_~_KTC]nbKxsG7Bb(+Z=C4=UU jC4vvpG5Qu` h4Q@`\hce#5Q#a?m 4H 0.4zܱ2@h41@`\hcehbq  q A@@@, F%F;6X@& Kwl M @=` 4 0.4zܱ2@h41@`\hcehbq  q A@@@, F%F;6X@& Kwl M @=` 4 0.4zܱ2@h41@`\hcehbq  q A@@@, F%ר[', 9 jH߿o7ڄ9F^N#u66t @`N#F!@wQi1 ]h." @8}z: KED@ӱK KxzzzP}d`g7C`?yLD￙V$ sLf>( 0.4zܱ2@h41@`\hcehbq˖"ׯF-7hէFBН9KW4:EKkIؐHƌC1mѹ(7;Xվev&-l ;.=CC3cb$ r y͵A < q;r5:OWu [<]nadk,Cf-q1]@ :$GJz9e©躨 ]W&͍$P~Α?N_-J1nQm45F2߃*m`bdTd&3W=ɣ/:|E3swG!Бw-kGkl^rqW$P4? 4zN@`Eh􊣎,YF ;! nQge@0 -ޡ-Fӳdjj dPѵ@F3̘ t#FwCK i@7ht74 @݌ t#FwCK i@7ht74 @݌ t#!(tO~$] @ $x'mCG%F;6X@& Kwl M @=` 4 0. umzzJnw@`^>??jyvE^Niǀ:q:M\}c3R'Z![&l 'p 3 rJh4O"CZS5k*\w5'=ܵ:d߱_|lb}ϟ?ؙK7.Ntqzp'!Q8c%($+'Bt}h1>r1@`4mD4h 0.4zܱ2@h41@`\hcehbq ܟ @ O; OXlevJ$Ip|?ݘBGQվIENDB`0Ddm/B  S 0 BA? b0X=_)3 A/\%n/X=_)3 APNG  IHDRId=sRGB pHYsttfx/IDATx^݋6aH2*gr$:ao3Rrp~b0߿1c*-_NH^ @Iɰs뷿_=_Fo}%|ǻaL.'p 2놢.7KU!\E z% :Do PGmwbIU\}i97Rг7+ҝT9\AGN{.#Ro/Ra2l׺q&^]#]v zQ PvS{\Ϧq1/z*֯d-x9 _z K%+75k ;nPNfHxǚ%& z=ПMjͺ0jg uF5W6&_D5/?j)8JG+'/>&Wt:wh3횹E)uonn[k&+:]Qe+s12u[pTA!SzЎE<+oG0I`Dk [jh{̋DgөIkπѯI(˗ /?s5XF7e>"@I`d?_y 'vQ!}O+SwEFYe#>av]~<ʕ^kSc:vu73;@` I+swzI r?DYB .kBz[~mg֎Qv"pgwY_23ն-]^gѽk/믿~>sG{h{_F H# tSqsBs׷1 ;v"xz5܄_V[]]ͯ긨$IM{֜z{#C9xkkh6!<_9MA/nٙ#ِVVxczAYZ}:]6?|=)KS~N{G5^5K'ƊFVZj/cõҶAէ]K<-1ݱn>Gi,JIvEGEfhz] /3JuWWG?=zo~;Ltyd}O)*:z͏\}历^PogҞ_Ck+O; QSXZ`b~THE:֎—ۛ߶Cz}QH ϯ+}'iYB)1^Q呚ڞ69kRQ3 {)@j!_^g]5@Y1ljSfyYctqbBJe#if=Yތ?e YӉW:S뀣4VoBOW/,TKK_xf8?XM* iK vƪ9@PCūq@`7z7B%@ūq@`7z7B%@ūq@`7z7B%)i@ Hϙz{O> ܊@L'ԝUCn j2E7-G\H_Wu'֍ V̺vatMX:-%(cKl0yz)E\^I{Ҽm[ A|[#g$ p%z}%}}#u=+%@+ +'@Y)\I`^w;KWw,,me  ljǵ\2[.3[gZ p[;u[)ywңt<3oTQ\tCPoU," #ݽywңtp|t]je%m=I=zJ%+ٖ3+hz#$ ,=KHeW6( / el>xZo5f]# p^&C/ &%*Ǣ@}Yxj^HoAx$ztS_ܽc6U_t-2`=#@8;u9̷|ǧ L̒]_qdobߵJ,P‹ Fo`3v`t_(t'Cr_О|ldBlOuPƜ?҉D~ѵJL!"q'ɝ]cFzZ8&@\!G3 ` +- Z=Jzm Wz~+o@@_WT8@/aA0 +z+N!ׇ0 +z+N!ׇ0 +z+N!e7FC 4/_'#̽u2)!%;cA^Lj+@zm 1Ś`X܆@']ۘ@Pw/! 'V"@b1J@^ @ :F]׆ |/^vw&hn9||h.Bn&@7#)4祒^T8#xksN^JI!ϻ,ǽ#eݼ2ukE%z7"konUFe+!ߌ@VysΜ G=/JY{ȲLY}j~O2jn97W.O'Nlp:kL^7,~^ @ :FXkcA^Lj+@zm 1qb% ?1ܝw@D@~t#DuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE D';oxG ^wҜdwﻨ u Ftɞh__|i3~HNZ3I.A3:s䮤I_KҧI~背J~:u'4~grBt܊@HN nGnE1 vQ|v:Z@@@~;D  kf p!ׯ% iiul"@7S8> @M&|*#ק ބOe@44:B6כF^ZG &!:?/Id4TF4. 2ޞ<@e2/F &ϟ?bCDk މ@k}\lK%v/{j \gm+{Rʷ^;ϷTsN=hivwyfyƗ6(Rb:zHRODIH2}kv:5S~f-(!R;|g !5?9t܁w@GH @>_߇ K@ss8J^o%> pz}g [ G!@@`+z 99l%@T8@l.*9#F/ pz>OǾj0%USChYR&6;RGUhd g2n.ZC5BAw?s׮B5&qUKv)=X^}˷{ܘ{L˷r{zR&}0jeYnی{C0o')Vrr=+ 'E/ <э@G{؇$  @$֯#E 2zrHb+L^}#@$:R؊--GE {󛣜?]z}Z #6{z1jlF gnBZrnkFTfCa(WKR*( pA&rG' ~y=)%C-I0u'uZυ{.iIc,͏)/Ť)WtNgn9[=3j̺'Mp|Mu98:4'Cw5d%ta{g֥XT89Ӝl89[z$a;^\1_=kY{fL:f^Y.7{2w5njƌz= +vJ4pfu紐t 3hׯslðLQj S&!}Dd  p@`=׳S^_KoU@~[1<@{p!c04J^7xn#@8:\׍ 2#@u6#@Å (zhํD?`@`@HyF#x^~݆,w{"r~owȖv#@8@S9v_@ z)ZlE 떣wD^G[@e"בVhn9|GHu|0o8xE ^:?+>GbSr`%w"Up-.FtyZo>}4{9 ͖& oӨD=.*uxR˦OӊBzA$߮, }-D`t 3NhiH^[9aD >u|?wxuoHw6B!ק  p.` 0O^! @ Lj+@e}#@$G[@ 'V"@b1J@^ @ :FXz#mG]2b} WK Ufƙ\rܳS˱V p݇ɱ'CFWwy-am߳FfW~ioUU^Z8Ғkr_^BKX?7kmcN=C*8w lAcIO1BKms \f+zuQ:]nΰGiz, (zhํp!c04J^7xn#@8:\׍ 2#@u6#@Å (zhํp!c04J^7xn#@8:\|Sϗj-@U?w|{uzDJ`3맢 pz~}\I^IS[ qG?@}ȏG G]~> c<4D^7l"@h:t   >#@CuC*&Bx*ܗE b=C8ܓz>#ޅ !Щɡ@NMy!@4YU~z kb{{$>.@QӗZè[;٬K\X_dJk/_aO.-򲵠z_PzG5qєa% i!QWWeцՐΈ"/Mk#IfIgX^_rtr =tGp{>!Пt?5CNdt<Ah^;Y}טN%c9nŲfK;3ANf^wnz pޝv)MsT4T\&7R"{O`9[ygxЯ.8p~Gݟ!CW ̼[mtiN̈l94lzNvac5S#?VE^9ar/ /-o)hr=dyIX{kģף%k;3A`;?^G]9#?DIeږ ,+PV?hN]Zb=fʌ K&{jBMdόx,%0r=Pja-/?U<^ڢO"Fa[]zܫJC .#{tH~ҍ,ۿ*<*0EhE堨_,[ /{oɸQd+3)Lor ђVMKB<$}seĔJ=N}ɡjWX"0z={XH twwsEEr^J1=Ưk)C`O}+b0DWirv. 0J`O'/CD;=_ɝU >rptOWu#ؗ@"^e5&pz}Hy!k68h? \z" `! @cĉ 6@u8 'V"@b1J@^ @ gGA ]  F0CuX&@ێ?@ z'V,E {C^(>@tXIߋW:rlZG'Yk- ŷ]dY$."0tN4"2RqiuE9t˥hw ^2:t')OSM.)˭6{EW]&=N-۷o)vy;]GXBSar>/d%c{SWun1Di~z"|OuUT^^ {E`S;O֯E\SJp-szO;Wn AZq/T St|h|0ngg~6t[$>W"-TS+X8(-mԹhkҎMs\-؝z=\N;Llasw3 v^t$ґ'//0II8yYLBuΦnSݶyq˔Snݛ9\GJ-/We^r`t'uv:5M&P{v{[!L@ WvSYقb l?;C' Q@@~Gxω%O@;xzXM^?;Cω%O@;xz}F,X @NJ=^+ґc{:<>0Yg!WarvxRb#><%cK^)]]"ǜ1eN˼)}Qig-+hd0L+ϻ{4=ޤZOz9>@z՟tId]+Y{Gv] z}ƀKؽC.w wQhu:nkunH^ICRǯ>D}K(UXI^WY ҩsYge;rg ^ǭV7W t}zM 7,|πի( *kIR:TH"swl" [:mҗŽ 3[VKCŠEc4 ȏ؝/7' $ @ 7F[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"בVh-G 1J@@~tcDuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE ȏr1ȏ#NDG7@H_G[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"בVh-G 1J@@~tcDuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE ȏr1ȏ#NDG7@H_G[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"בVh-G 1J@@~tcDuhZ&@[>@ z)ZlE 떣wD^G[@e"בVhn9|GHuhZ&@[>@ z)ZlE 떣wD^G[@e"xo>}={_~[@P?>>FMwvB}Z?q"f1 Sx:zB@~D \?7u!S>dv{!MGh˜+]f3 ^r$I믿i9MUJz#I/׍i~E=E%i?_סkhzFo޳LEC Jҷ_@خ?۠_}KF^ 4zO3>b^Sc!Méb`SCU~<`إ|A4^-0lŏ̯ntxhkn' ʿCew]̣ҽIo6^wMs8sL'X>-9,{TKԟcūzԼR.1ӋdjΎoz&r];⻈HIw9ñ,&Yź0$[aX^hk[+v?[{gD4@[CYUL#u^?c7s-u_6~ZJb%{4ʩ"ũ.c`Bu^U'0s^li2]ZUOyѠF|T(vc%=V=?z9~?j #0:i86VIj/궴Ϙ͡1\GJ@_i~w?n颼#w^|onq䄺(!lp ܋ro^40Vmu+*Uf itLNGź+2m>*3KNiwz%㈧N4xRD&|d)ъ+*t2 1UG>Aa OuZ [AY@)G5  pCeRbQGַyHz&Z/vg_11050157456 F-5Ole (CompObj58)MObjInfo+ FPBrushPBrushPBrush9q FPBrushPBrushPBrush9qOle10Native79* Ole10ItemName,_11050158654@< Fp>DOle -++++++++ + + + + +++++++++++++++++++ +!+"+#+$+%+&+'+(+)+*+++,+-+.+/+0+1+2+3+4+5+6+7+8+9+:+;+<+=+>+?+@+A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z+[+\+]+^+_+`+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z+{+|+}+~++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++,,,,,,,,, , , , , ,,,,,,,,,,,,,,,,,,, ,!,",#,$,%,&,',(,),*,+,,,-,.,/,0,1,2,3,4,5,6,7,8,9,:,;,<,=,>,?,@,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,[,\,],^,_,`,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,{,|,},~,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,--------- - - - - ------------------- -!-"-#-$-%-&-'-(-)-*-+-,---.-/-0-1-2-3-4-5-6-7-8-9-:-;-<-=->-?-@-A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z-[-\-]-^-_-`-a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z-{-|-}-~----------------------------------------------------------------------------------------------------------------------------------......... . . . . ................... .!.".#.$.%.&.'.(.).*.+.,.-.../.0.1.2.3.4.5.6.7.8.9.:.;.<.=.>.?.@.A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.[.\.].^._.`.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.{.|.}.~..................................................................................................................................///////// / / / / /////////////////// /!/"/#/$/%/&/'/(/)/*/+/,/-/.///0/1/2/3/4/5/6/7/8/9/:/;//?/@/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/[/\/]/^/_/`/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/{/|/}/~////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////58 BM 6(.Ă tt߀߀߀߀߀߀߀CompObj;>.MObjInfo0Ole10Native=? 0d Ole10ItemName1 FPBrushPBrushPBrush9qOh+'0 0000000000000000000 0!0"0#0$0%0&0'0(0)0*0+0,0-0.0/000102030405060708090:0;0<0=0>0?0@0A0B0C0D0E0F0G0H0I0J0K0L0M0N0O0P0Q0R0S0T0U0V0W0X0Y0Z0[0\0]0^0_0`0a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0p0q0r0s0t0u0v0w0x0y0z0{0|0}0~0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000111111111 1 1 1 1 1111111111111111111 1!1"1#1$1%1&1'1(1)1*1+1,1-1.1/101112131415161718191:1;1<1=1>1?1@1A1B1C1D1E1F1G1H1I1J1K1L1M1N1O1P1Q1R1S1T1U1V1W1X1Y1Z1[1\1]1^1_1`1a1b1c1d1e1f1g1h1i1j1k1l1m1n1o1p1q1r1s1t1u1v1w1x1y1z1{1|1}1~1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111222222222 2 2 2 2 2222222222222222222 2!2"2#2$2%2&2'2(2)2*2+2,2-2.2/202122232425262728292:2;2<2=2>2?2@2A2B2C2D2E2F2G2H2I2J2K2L2M2N2O2P2Q2R2S2T2U2V2W2X2Y2Z2[2\2]2^2_2`2a2b2c2d2e2f2g2h2i2j2k2l2m2n2o2p2q2r2s2t2u2v2w2x2y2z2{2|2}2~2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222333333333 3 3 3 3 3333333333333333333 3!3"3#3$3%3&3'3(3)3*3+3,3-3.3/303132333435363738393:3;3<3=3>3?3@3A3B3C3D3E3F3G3H3I3J3K3L3M3N3O3P3Q3R3S3T3U3V3W3X3Y3Z3[3\3]3^3_3`3a3b3c3d3e3f3g3h3i3j3k3l3m3n3o3p3q3r3s3t3u3v3w3x3y3z3{3|3}3~3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333444444444 4 4 4 4 4444444444444444444 4!4"4#4$4%4&4'4(4)4*4+4,4-4.4/404142434445464748494:4;4<4=4>4?4@4A4B4C4D4E4F4G4H4I4J4K4L4M4N4O4P4Q4R4S4T4U4V4W4X4Y4Z4[4\4]4^4_4`4a4b4c4d4e4f4g4h4i4j4k4l4m4n4o4p4q4r4s4t4u4v4w4x4y4z4{4|4}4~4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444555555555 5 5 5 5 5555555555555555555 5!5"5#5$5%5&5'5(5)5*5+5,5-5.5/505152535455565758595:5;5<5=5>5?5@5A5B5C5D5E5F5G5H5I5J5K5L5M5N5O5P5Q5R5S5T5U5V5W5X5Y5Z5[5\5]5^5_5`5a5b5c5d5e5f5g5h5i5j5k5l5m5n5o5p5q5r5s5t5u5v5w5x5y5z5{5|5}5~555555555855555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555556` BMF 6(. tt߀߀߀߀߀߀_1105015979B FfLROle 2CompObjAD3MObjInfo5Ole10NativeCE5Ole10ItemName61Table8SummaryInformation(H766666666 6 6 6 6 6666666666666666666 6!6"6#6$6%6&6'6(6)6*6+6,6-6.6/606162636465666768696:6;6<6=6>6?6@6A6B6C6D6E6F6G6H6I6J6K6L6M6N6O6P6Q6R6S6T6U6V6W6X6Y6Z6[6\6]6^6_6`6a6b6c6d6e6f6g6h6i6j6k6l6m6n6o6p6q6r6s6t6u6v6w6x6y6z6{6|6}6~6666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666755555877777777 7 7 7 7 7777777777777777777 7!7"7#7$7%7&7'7(7)7*7+7,7-7.7/707172737475767778797:7;7<7=7>7?7@7A7B7C7D7E7F7G7H7I7J7K7L7M7N7O7P7Q7R7S7T7U7V7W7X7Y7Z7[7\7]7^7_7`7a7b7c7d7e7f7g7h7i7j7k7l7m7n7o7p7q7r7s7t7u7v7w7x7y7z7{7|7}7~7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777888888888 8 8 8 8 8888888888888888888 8!8"8#8$8%8&8'8(8)8*8+8,8-8.8/808182838485868788898:8;8<8=8>8?8@8A8B8C8D8E8F8G8H8I8J8K8L8M8N8O8P8Q8R8S8T8U8V8W8X8Y8Z8[8\8]8^8_8`8a8b8c8d8e8f8g8h8i8j8k8l8m8n8o8p8q8r8s8t8u8v8w8x8y8z8{8|8}8~888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888889BM6(tt߀߀߀߀߀߀߀>sCz| wJ'\@0xf?2 g^F6" Ρ5nϲ.@C { p[64 C~"@ @ z#ND1 @cĉ 6@u8 'V"c p,яN Hѭ @ :FX?U^_NIENDB`1Dd)Dg`6  3 3A b1|R{Y GJNE0B%n0|R{Y GJNEPNG  IHDR.lnjsRGB pHYsttfx0}IDATx^ r(Fw%މ3;W♕ټש!<@`///3xGmqT+WgFM~A.]2M%ݰY1@\M EOOOUGvo:d+-Qôߧ amU3/JV'#hE &"3nNw=, 50Gm Hf8׉J:Mh#b'Ns?Mx_Ҹ;jOTOabJT6!P"Ed,Jg-HbUt+/ֈף3Jy$]MzO74(֢n.Dh#ʥHbc^UrtCj(:& !E=s}& o" n#00 Ah2?#mr 0|@؊O)z~~*f qOً5< {|||׏{Z@%jm @LYQ< |7I1S;+BAE@0*xǏRT@Xl0fHQM!,Nm&^fdSfG..}DAYL;0}6do!E^(SlvnA`'W\c+W}7VARz,,; |+Svu^N5]! cZ;FvN١Vs5sKz m(t:L@ ϡ@;΀eU~bqTeO}wLgb8Ny<ؖ4#:!ݟ9A㾷}}ttfH3q&.* p)-Xpۂ]:mvۂeGĚou(ֿb'6AHC E8õcq'P%au6Grm#pD}8P:ʜyhd8~J!"!(~i^axvr鋭Sf) qĦ2j!cPg?׶JsZb#fVd}]V'6Ek 6G6/yxӼE B`pr(1N jΒbXQTiQV/0A:*gB@şVQ;݆/kءge̱zuv)?fR*ܧP8:#<<+oc)@ULke̡1N{IN+VNF rTO5 +,@ $ [(v^C-ݲbù]K&0gGl3wzf[ni2 C Q Ps8|Qg C$+:V" Vo`)K!@@3 @'?@(" E)C@@gHQ<  E@L) >@ E@  @3sh" t&n5YTJ pc)2:4n^_~WZ lR4@(qꈦvIJIR4H&sS_@ E@ YJ RdXʢ:OnG.$kSQ*ܽ&Kn?n9X1Qd4#Psuh$?R#h,EPI%wα*G&7CƬ+bݜ\BF'Lz?P{m]KA{J_(8uPHa8 @s^>$DgV:auHFfEd 8/髠v<5Ҙ'1æcKjNnS˿r S* v 9AQ "E;\8(he %Y\~dߊ Vn(-QH_ɉ!jʤfl1?cKyzuX&҄zwY"E߭iFPP9yfش@nl>ԭvW@* Er9&8f%T_SA 50?JuLf=t4w!O-SgeGd2$3C٦muy+˜_?X7W5Ե 33"?vD.TQΙ烞?O;KéX$( $LC9cpN'4!KoubY;,A E|VA!4h.,"aA`/H^&Z@@L .A؋;̮RJ#frGv$I+ t;v b p'ç{ Ew HGHю݂! E)*8@`GHюY'f@C@J@ؑRc։Pҁ3v$ub 0MWP`VH~L=@} 4"Fgܣ 틕!@ @퓹"KRF =K*OڲSѱo 3~+Ø(9.DF>@!r8 HkIP戊., B(ch:#P,E b(iJ?@`+JQc TV`!\GV)r68\FL:X Є@9 O;2^o  Њ@?'1 %s9AJu}?O+؁ ;jڦ. p5wеYOn[k @ H=dىpgZ p?i~4@@L+ %a?? ~l[ A`LH#^I;qn Ew OX-Йaޕ%BLjfb 1S9QFt"rOX(%#\$ñU5=#tDrUv$uO@@JQK+]: ;sBoM(`>/Ţ(p*LP7c-&5^J[.V%ŷe7GuV}?mDy~誈;KQG݁*놦lZ{bΊ5,Mָ\qW)$Y*oľmR$W]J?MrV!Td0|&Sҙ+u4u^e:@(s,[p bTјX!Eı".'ӔO@x5.&JVH3FOLGtM}10Y=(ǵ(ۥ$җw I/SL_0;֬1 6;]ϠW!}W@<łK.v5kr329B %<%vŹLwZ Z1SOQ8?.'qɏ];v`uE%H*YbV{R!CY4Yrݮ\OnH $Cp6  "^^'r0oЎ臖]`ZLFݣ$ tGgt7?-Y] ]>u j%"x}Г]F[x@ @g)b 0h 9 Es(d`h@U!@El@@Ϡ؟x}}-Ne.Ӆޖ@ X@L/9x< @p'Je:HQ%vC"3IE0h\\{Es%o!,H)Z0@`.H\[@ @L*!AR4WJH"͕/ h  Es o!,H)Z0Ԅ]G4@n)j ԄVM9v&`TG^n;"ܿA L{ۦ<(&kՅױ2,Z)!_rx5=xiz Ծ$B 'GBFv>]ɊbРvï.GڠDjްnj Oq6X?QE<1e> E`7l?VbCyL?RԘI"&Hl:kRPr,ùR$&1^UFtCUb)oAf p&nhU 4"&Ok!OU9O!DLS!dFJ 9+uC=LD$L"3Wl).cfl?#{@)J_s~dڏ , O@h#EɄ,m%c8e5 Zг`񓊇"`gnR,v4ׄA$ŋǶE=:;`3BNZ:Զ{a .\s 6 &FP pJ ` *E!aezO} 9[VF ̶^{l[HϋlI_:n:Olhx#ضKQ::_$5LMMM !@!!LLA@ u @!!LLA@ R$_l %Q)}0LU@ @8/+^F{m$GP^IU tV9}5\3UE\u>34qH-gvgZUuKzSX!ԨW=mYbˏ.f;};nUO[{Z <c==cc.34FܐvKU+th7e E:rF~@-n-<ۮJGH(ؓkuU#Y/X"@_Hzw}: %0 hT Y Ef!,C)Z&@`VHѬo@eH1Ys*@p &y:H6yH`gF EpmR)Q6|yOl躼kyۖjPW6X Ȩ@m Emyb N@N# %5@8M): [omE`!p41+Gu$q֌Q3_CQ݋ ENKth!h9?eR BVc`E//T9,2؂o#?[pvL?mn)2B5H=V=u"=3n-|Zٯ鱭|N.ؾVoM !u Lz#;LIa똪$`h"wRt?&8;^ay[AT֕Sc'Fs A:^/" q9gJ}vRj֙35EG#zs#]a- @JQljk3|i|U[Az·`*jr?ŝ ,ut!!Z)jKjmuG׆@t@)M, V 3{~NB 6OmEy9mLZG%{<7̠(@im(JUz\$x7੦7@ "F&? UM_ՃJIr:S)<㄀'XO['I!L'XE\% ЫW=-O[{w`NС}k=k@ǃK.MJvhyCa_2Fb1R Gl]}w}d,CYT 0<<;l[`6S[UXsYk>1b"xB)2/(嘝XMGq֐z2JQ:^ ;dCIp~j2𘆩jG#EKOmWHGp!0 n1#|C ͷ3 k9]_xDuI|xKHQf~)#{!K:XW_LAp_$h6mΔ s///]vɚ>?lӽ/ܛ9חZ3{O=5|MrQmVH`>N- x> QÞ"@/)ƕR8Te>d6c]-!C_3I3+G, \,Ec-]9D#q=F%#])v!^vcS@P%F[*C2 sPVEϠ{X=UXRcWod4. j;zBƞ4]u1 I=;:C)LPd_~/' u+n]t$~|R\3NGWvcI+#q~`v+cfTo=_^{sHSLvdkdK9ZM5Ai4-g>?f%L{9dN/7Cm{HiMtM(PX*8C)E 8u B`<Hx9 8?5CcFXO( 0 hL' e yID ,@Dd{WXLx2w!u}2$A4/hZbh\+K TəB38uH eRb ?sҖ/9e`8#9RIe ^jze<,1i? f9";~ ; J5v>p9@AU<)6g*!%JB@)9H:z-I tx) t$P+EW2AX˩ɩ}>&NMls9L 4!%ЦwЉ-ޗJ؈4e}pؒNZ~H$ntXb:j` ki#܊uqo%M:@K"H)G+S(#Eigj#HQer>rm Xjچ1C Y;42;% @]ˆ|eu^.o0I@޿S9ԭDL p_}EΟS 'ʤwZw'+HN>Rx<#Á$#qӾvb#EF,Ԩ{-p[[*Is=`Fk///HKvΥWrws=ڢDV?KOOW\f1+G^"Cq0ٶpY0rε# Eco%`lfn~?ѡmP|ɑER4v~ L& h$" Ec l@) Ʉ@`lH;@@6H2!BR4v~ L& h$" Ec l@) Ʉ@`lHFr _ h, Z C)'D @`P}cP@xz~~ 6Sfq]*.FwKQ:ۨ.Gn&"x<]hsI9Aѕ (EWOpRȃ(> tP @R4BafuN6sJ~"f ͐%|lN3JM簁?9| Ϝ!@/H:@:'!@)@@gHQ< *E5{Lt= Ln牮{{89m EfDֺ֟ W񳎵˳RDuhl=ݾUZ)#0ڨM5/ȖWg.8|E7f*GY9.M^Z{#9Ud.5ݐ#n}oB#yvn:gK TəBّ78uvǑ=eLl=.Ẑ5q,L`a.{Ŝ>Y+EvMWrp,O%NUM|)u[0n 0d&jȹST* ڏVSP+N ~ (֤^r_Kxp Y;`F`GwO썶> mIZ)ʼY,GZb,@mv1ű,P'A9\ܳ_,Y|pߞ-p)3 })bnUK E& ϟ4m."M &ll-'D] h}ڕq@ Q pȬH?TKa`! K;̟XлF w&O`{L > , [ U;ҭNx<$-sSI{Hѭi |H:@:'!@)@@gHQ<  E@L) >@ E@  @3shH!@gKOT\@Y22ooo ,@ vFsx&!x)Z7!%O(> t$ ": t&uNFQ4@`d+9;@`fb 05h<  E+d LM):}8@`H Y$@S@NCXRBӇV Eb 05h<  E+d LM):}8@`H Y$@S@NCXRBӇV Eb 05h<  E+d LM):}8@`H Y$@Sxz~~ >u8@ <v @`R@@#0Žo mf 02h - E[ !L)9;@` Hi&H@#@FA؂bxzzʩmCX )?m<'LM{g?JWtiwFWT`1XQGObWT)]'nڜQԹǏX ĵ'')wtݎ_G:6܃Eh^J'"EfM̊6hh+{ņ A7: eo6HaD  p)B)2"d??wuti0@`R;~wnGw,@ @@!ãǯҾ9S+0Gn{3׏3onwku򖖇fY:;V-?]oҁR7lS%fV4]91>N { %e>hj>wR~~+z7%K̊NjY1?~;q, $ΖSeuнXs[[#^W%"|OJ)a篻L{TIO|%4KD(_L~ݱN =2_-B4|9Ot_)Ev2^cVtCkԠ}||| ???f3! _'-7dp 6"mlB 0&h̼ a}AU -ܡk7+OQ@>K(߭eJcy2CKKP\R/|gw(miz]΢n4V~fv9_Y5} 92Pcf 3H- A%MoQ@h8t1vYZ*9iu}ۦɇ(e }DK6µ}T&l%|)jD怦Iia~GYK_!2יě$'q 0 @ؖRm (Q2%mz 0 hL m Eۦ!B)%@`[HѶ'p@@F~@ؖRm (Q2%mz 0 hL m Eۦ!B)%@`[HѶ'p@@F~@ؖRm (>/@_D @Cx}}}<R>G8@x{{#E߾m>B޾mL< ZcVDW H|yM)*!LIȏ? \bJQ @@VN"@51unXF6fG: K9 ,q`eEѻ/9?k 9~G"9^ a{ FLDZtmiC>C2L7 #t3Dٍc=0qT)L?7̎D+":=sT{cĞ]l#;(kzVgݢ?ũMGAs%(PBQD88p8(rV߁au6Gr@7@nNCRD E7'!@)@ ؤy#}y<?HiZ=CSlY!ڣDnKX'ZLPr|||wwhuDNH\j;\nKBv>'ĝ*{NV8 {g3jg:%]S;sΙԈN,;Cx/kEӍ麜2/3+r;ϊvޡysgE! L{ϵ OwEK L1O ЙR0&0(?^ҳ hlNP|L &pqgeA~ )F0xa@+-r%;Q̌"XF) N?o(A 3(vac9J/#vI -Ƥ&ٜR."qԞ0?H}5t|Q8(ǜꕣ9㯌LyWbɗ=_N$)P0*]hWRTFx@)kNƙv۶؟uU|ʩ`~8We?eNQNR CH? kK9?Pj橄3h_2;Ռ|4ͯ(9,L`) #Jѕ9CH:CW8m,װe]X4v0 *kw"狤XPgp'aP|cYRfZ/7wUՂ%a%R_cLcnC]rgnli TCփgS^tVpg=ܖwFvԯ*;];aǬ$%D8vWXlWc9;|; IRuöͻQf|j!;RV*)2;2 @@MZ?+fGR~:Z˯[@* Љ@_)L:}HĦVeղKIy PCx*"F2$XcT j( ʛ}f1bY0@M|>@GҶEVOOJڈP̎Z5IgDXKF 9gGlO/"ls(EAk(q0!FkˈS]V pR$ !_0WgR~4Hhۤ@zHi9jvB $ Et@Rtsh" L)94@H}n&pɭHus4@+E"?Bx@fHEN_Iq/-9@.R$.}1~m= "`TG<r@CHD_~?1IKc@Wڤ: %E@%*=IʋWV~bg1,-P@C"%fE}ؽMwGn˭ϧ27x wPe9NZ7YēY *>w%jn:]!R] (E$4/豃 ^ tf|0mQaS"[@H\7a8^!M@,YGڤ< Q\r#y t3U܀:Jc$ǼD~Tb:dow>n^ I@`m-Mn$0E`-1mzڈFXl͞T[" "wv]yŖ@,.E0a@2 d@0Q@2 d@0QBk"2 LJC%G& Ѓ@G)Rқw7"H#\{ĆM@@G)1?chgN'!@@/)J{d5Hʶ-hUCѪ+3-ܱ4燨s0///PHˌCƜ; 3t<)g{@cz!w6ʧHѤI)*̇RMVC*:2#"F >E`u9e- v)5ĝ$`_[2e+Vzq B)$1GHQ\*U2I%M: hL i EӦ!B)Z%@`ZHѴq@@V$q@R4mp*U2I%M: hL i EӦ!B)Z%@`ZHѴq@@V$q&<&\WԺA_":|9'3‚F{Too R&$& 0:!h<_'=h9QET@*yB΍bR%:C<kz}!j95AS9J`4)v :z{Vch@w{pD!:Kh:}ˎtY.14$hȴ XRZFtRV#Q 0h0  Eex LG).e8 @`5Hj%@@KCXRZFtRV#Q 0h0  Eex LG).e8 @`5Hj%NyEc;@v>0:+2sQ#q t#uCa@#,(8 ОK{I@'Ezbhn"{ ^s@0Oݒ2]^F2Q)L|!:i٥{`>\ @lTܘunc@1*{.t*5ò:7W["E`Q@C)7@@  @fH y@@hC`[w;wts}6@U!Duhl=#HY\G`u㾖2 p#3.+kt՘~Ev!eٓ-f)E1@6mm)6u8=LC̄ :&RT*p {)<׽2p>#E#dV sAt{4i줍R4zSi qr(HPJ@gE򝽂th55QA?tϼ5j˧\d(\JJ➤1hD&V!`?aRTK@&]cbIlbH>&R$l?oLLZ`![HB$@s@^CXRP2 9"-LB 0'hμ5  E %P I)3ox @`!HB$@s@^CXRP2 9"-LB 0'hμ5  E %P I)3ox @`!HB#=%JlD`   "9 @fH y@@ p3<  E@Rtsh" Ln m{zzʩmCX )m'vO=PULʟ ~r}.l16CbShndFL @Hѧ==>==~wH',`@QӑV;Bϙзoo3onqW[_$@;{gʳ)z !XjG~fYt͉aqk@heYt4};ovS#E2׊^__͟?eYQiW-!;f/#Z~IJ GpB<.='{z1;r}Uc/ pS#E6,~d,1+NWN)ovI9֘f ߏbwS"7H WEK#hB\-HιH*_)k{Y5۫Sh2E :5IdOy^274R#EfEL fEĚa5u_P sMs$j Ծ+N AƋuR8BeNcTL[H)p)>?s_V&SlumF̯Ğ9. Bc&-H=+z?t=l[~uT'oO YO6ݼ|0}gT9nDW"Es's~}qà/`J]`꺞k8V-2}X0 {J ɯsk.Q OʆNU?xx)~RfI )S\Of<$D=SnsDԎ'6K)IGcxY'^( M Hp.pۇz}*>H!@@{)  ht,  ; ;<AL{y×!d]0_>: FĤ,ӥ )KQlj٣W\n &`0!)--F&Pבc7@;&JBXRf^ D$W 0hd* 5 Ek敨 LD)(Y @`MO^32  C3d !NvknԹF,9Qoyːys9u(?anl~IENDB`DdU y6  3 UA b[e4 ܟY7i%n/e4 ܟYPNG  IHDRUC:sRGB pHYstu}.9IDATx^ V#F;w$HřHxWQ ]խ8x%|||^__>xk FU8 =C0` xTyYyo:<8F Yp@ 0WhMx "|1p _q8{-RaX^  \ܓVWDeԃMӈjNCJ)?7ԻiBiUMc^f]USV^o 8H^uv Ж@*"[dnʀ׾W!,J[Z*[ETӒވ0%$j5w S!H28x gsvVFJ-LB*buʡ(~~m~ܞ7D8#.st]r=R*4U!zӷL[H%)b^%K;EnوCb@`XT9p#b.M;fdtzB'6k)bF*Xq9Mf%~95I)ZWepE* jĩ.$#Qн 6^]][r,ѻI4芜泹|Ee y[‡@AB6W#]U6#"*v! ψˢLV8啫N֒i +Hֲ5µ:Ds8bS:)o^^#U4%VdH`BLL\^>bHSoqno[]lB-L6!`-gș8!!T!o|BfAP*y"?mbx#$V q\O @@ÁNP4 @KZ>@8_p Bxy*L@~V+Pǿx?O?U]#d PJ@uVjVr# eY 4!cФ1 @UbjogSSʝlwF4A23AY&+h3f &2Pw+G@){]ԡW˓Xˉ~G;R!YYʃWHϞ‚0Z Jr58T+ #Ή%iҒb]l_ݜ }G}˓͸ͺbS}$< )z !4"XfWW0*U!E h @Ng_ pfrP3Hgn@&*& @@k T6@>h \6@h ' -XA @+H@`6@WH%E:@g *@*LU_3ZttB`CTl^SPAQ&$=W(~ @-۪/;ponN8v^U/;xa6Muj`vu_M׬yGgt}]R@ѿTxxv2 b fi,jVO>H,.E R,Vل@@Td ӻXz ޕͼFp^iNH*TWp3L()!l  ͛f.YB:1ZD@@l NB\$y< geb JUH%E:@g *@*T! pZ&F@PTR pj!@RI geb JUH%E:@g *@*T! pZ&F@PTR p]u'ҭA{zu؇ 0u㓔^ ^wW4޴cHeoZP @xU~WR4<ztzU\. uݮ[,G䨧ABkE$-u awɘ_0J4OLMs/ 5f_a A@f" @K P6Uf("bQ>2>Wޮϱ(bKyJWub7®) ;%ՋQb\m<T05]w+~mgm_@{5e&һzF,^O] KFEI_]Z׎$s='q9̲sƓXP>|'pNm5[^^M}܅ҫ~y닙b%9|HR/U\ycRS:Y;x骶p:%経]3 sDxPzyiy;GE%+&>s>)evf c =!5Mݞ^QV:{-'!Pe_U8Ik8L>vpw{BY>+a' p*["{Kj # pva2 @`Y]UAMO6fl #tU#L@AnH @} ܗ7A+H3>BEUEr @U@/B/Ҕ@` z@z@3@f%| ЋЋ4@0C-# ^P^) Pj !"*"M9f *PK@Tiʁ 0TaZG@ HS  3>BEUEr @U@/B/Ҕ@` z@z@3@f%| ЋЋ4@0C-# ^P^) .ooonJqxyy9\  0U>>>2WĤ#f'\ p0zw]=xxӂ{A@C " iiA-& V_Gb/"dA V$H@}>wEZW9tPS,W#VN@߿%J RoU8^V^PiaPOzO TM{fD-g<& +^[:tʻǔ\F Vz~~y$wWw,>mQ~EJ$\! 6!Ȭs@eðX nz }U=JU B8@oU80*EɚN p89Tz?GQz`NGDԁv^U\^k䱖 PN*#Z+XOi{SjT4{k ~M7]"'aԙurt!j-^ղW[u,؇z˜yõFOW7sFb[~I'pKoGIJ9u1r|ӌJ&Sy!P[W52*nW]GYU37{sY7U>=w(h)˻ k!)EΤI 4o: + a# ҫ6=e{ޔtUW`tpֽAoUF [ҺvQ»SRCN%6̻k_,_PUDoUq#f R6m3@mҌ!Bqäp{ zաȪORJ/~zKI;HHڢ6B -1?Y M,A| }ED#7/3Unyvzuh(wk\AkA~,H7*N-e:WLP3}}8*Eoh*`J~zصIgDȷT[Ge̫ՄjB! ̱q W\Qqw=~ 4dAi"ˠA@?ު+o+ugڧDL)8ު1!jx!8~Yy/BQ\ %uj^vWYr }/ax9BG ˷Y|C>E[ M %] k E8N`BCb1sTkay dB3HHISY#4,D ; +H#"@8`iv@`U Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%*Z@ C<V%py{{{xxx}}Fx^F~\^^^ P*#)U@ge.u^@F!Bn[:`qNUR]R{j=??2p =)TIQT^g犮F&1U:Qsd8*T2E+Bssd8 A@W5_dž @*;{{+' ~߷ }Na x ].ߧ7,DI<).AZE*}NI߾y9<3pSV{߅7uꅻ*9 (BU|v0N\!UN5PyKn5Z*}NO]j_IE"@XE}_tu jaKCD&+q(v7&"]Ñu51q>jFi~x'B{wXi ]+RvMvmV(J} t# ׇװȊf%y7I 8 $RbhFM\o$=]C|KD]=ZM EZTS ?s9 U<"+)d?'){eU,;F; 4W`t{Fb܎ftיHw(&^slG Ft_>+sv (64ox+5/N6Hr/K/:6>0h)<:uJ'CS(.69QJBWTzJ9|!G'i-DwdĢ(a}UzF@Xn;zE= ,T!6=k pUhr?۟m*D'!@`&C8PqO O ^9X(='L82$(^)gU.>NVi꙯[/Ui$ UC-&=eOnBcvwE q4Zh1n3B4;6k|oZHDH@E~v'>܆ Є+F!LJUp@B 0)TaҊm@M MbPI+!4!*4Q@?jIENDB`]DyK :http://www.educ.uvic.ca/compined/Level1/excel/cellref.htmyK thttp://www.educ.uvic.ca/compined/Level1/excel/cellref.htm!DyK +http://www.meadinkent.co.uk/xlsumavgct.htmyK Vhttp://www.meadinkent.co.uk/xlsumavgct.htmuDyK @http://phoenix.phys.clemson.edu/tutorials/excel/regression.htmlyK http://phoenix.phys.clemson.edu/tutorials/excel/regression.htmlADyK 3http://faculty.njcu.edu/tpamer/office/xycharts.htmyK fhttp://faculty.njcu.edu/tpamer/office/xycharts.htmDyK  www.rpi.eduyK (http://www.rpi.edu/DyK Chttp://www.rpi.edu/dept/arc/web/software/excel/gettingstarted.htmlyK http://www.rpi.edu/dept/arc/web/software/excel/gettingstarted.html , H T ` lxWhat is Excelohat Chem Deptcehemhem Normal.doteJohn A. Schreifels64nMicrosoft Word 9.0@A-@|O`˼@ԑ@G J՜.+,D՜.+,DocumentSummaryInformation8?\ CompObjej@ hp   personala&[ What is Excel Title 8@ _PID_HLINKSAB61>Chttp://www.rpi.edu/dept/arc/web/software/excel/gettingstarted.htmlj <http://www.rpi.edu/)l93http://faculty.njcu.edu/tpamer/office/xycharts.htmoj6@http://phoenix.phys.clemson.edu/tutorials/excel/regression.html!>3+http://www.meadinkent.co.uk/xlsumavgct.htm0:http://www.educ.uvic.ca/compined/Level1/excel/cellref.htmki-http://207.68.164.250/cgi-bin/linkrd?_lang=EN&lah=7456c728c119439e04d81e7325deea1b&lat=1043204655&hm___action=http%3a%2f%2fwww%2eprairy%2eorg%2fOnlineCourses%2fExcel%2ftoc%2ehtml *http://207.68.164.250/cgi-bin/linkrd?_lang=EN&lah=9399f37345f3d2e7790a7cdea4e1a91b&lat=1043204655&hm___action=http%3a%2f%2fwww%2eextension%2eiastate%2eedu%2fPages%2fExcel%2fhomepage%2ehtmlNb   cells.gifMb`C fn_btnlpgsetup_pagetab.jpg  FMicrosoft Word Document MSWordDocWord.Document.89q99999999 9 9 9 9 9999999999999999999 9 i8@8 NormalKH \_HmH sH tH FF Heading 1,H1 $@&5CJKHaJN"N Heading 2,H2dd@&[$\$5CJ$KHaJ$r!r Heading 3,H3'$ ?dxx@&[$\$CJKHOJQJ\aJmH sH TT Heading 4,H4$<@&56CJKH\mH sH TT Heading 5,H5 <@&CJKHOJQJ\mH sH VV Heading 6,H6 <@&6CJKHOJQJ\mH sH JJ Heading 7 <@&KHOJQJ\mH sH LL Heading 8 <@&6KHOJQJ\mH sH P P Heading 9 <@&6CJKHOJQJ\mH sH <A@< Default Paragraph Font&X@& Emphasis6]J^@J Normal (Web)dd[$\$CJKH\aJFg@F HTML TypewriterCJOJPJQJ^JaJN"@N Caption$xxa$5CJKHOJQJ\mH sH BO1B courier bold5CJOJQJmH sH u@QB@ Body Text 36CJKH\mH sH "W@Q" Strong5\6>b6 Title$a$5>*B*\ph, @r, Footer  !&)@& Page NumberNU@N Hyperlink,7>*B*CJ OJQJS*Y(^JaJ o(ph>V@> FollowedHyperlink >*B* phZZ )*@Aubde MN~z{zd34'(EYZFEqr-.RS8WX8 9 : ; = ? A B D I N S T V [ ` e f h m r w x z  ##|$}$$$$%H'I'b'c'))!)#)$)&)()))+)-).)/)1)4)8)9):)**+ + + +++++++++++!+"+&+'+(+>,?,u,v,w,y,{,|,~,,,,,,,,,,,,,,,i.//`0a000^23335(6)6U6V6W6Y6[6]6^6`6y6z6{6|6~6666666666666666666666666666666666666777 77!7$7%7(797;7=7>7}777777777777789b:::T;U;`; <<<L<M<U<<<<<<= =)====1>2>:>>>>>>??@<@P@X@%B&BrBsBCCCCCCDDwDDEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEFFFF FFFF F!F#F%F&F'F(FFFRGGGGGHHHHHIaIIJJJJKKKLCMDMiM}M~MNNANUNNN4O5O[O\OpOqO,P-P@PAPPQtQuQQQQQQQQSSSXTTTTUvUUUUVW;XACIIIIJJ'JL\SUvY^8:;=>?@ABCDFGHIJKLMNOPQRSTUWXYZ\]^_`abcefg^9lEUWaxz?_?a??@@<@L@N@CCCC DDKLLiMyM{MANQNSNNNN\OlOnOUwVVVWWWW9XZs65qy %"$o'VxjE-'ŬDS%@ (  p  C @A(pgsetup_pagetab.jpgB S  ?QZHz$J-P6PfZZZZdg**33777777::U;];<<M<S<<<<<<<<< =&===2>8>>>RRRRGTLTfZZZZ3333333333333333333333lTVyz{a{ # 000000113333DDDD(F(FHH5O5OuQvQQSXTXTUU;X;XeZfZZZZZZJohn A. Schreifels_C:\WINDOWS\Profiles\dad\Desktop\Tac 2002 Chem Lab\Word and spreadsheet files\Excel-Tutorial.docJohn A. Schreifels_C:\WINDOWS\Profiles\dad\Desktop\Tac 2002 Chem Lab\Word and spreadsheet files\Excel-Tutorial.docJohn A. Schreifels_C:\WINDOWS\Profiles\dad\Desktop\Tac 2002 Chem Lab\Word and spreadsheet files\Excel-Tutorial.docJohn A. Schreifels_C:\WINDOWS\Profiles\dad\Desktop\Tac 2002 Chem Lab\Word and spreadsheet files\Excel-Tutorial.docJohn A. Schreifels_C:\WINDOWS\Profiles\dad\Desktop\Tac 2002 Chem Lab\Word and spreadsheet files\Excel-Tutorial.docJohn A. SchreifelscC:\Documents and Settings\Default\Application Data\Microsoft\Word\AutoRecovery save of Tutorial.asdJohn A. SchreifelscC:\Documents and Settings\Default\Application Data\Microsoft\Word\AutoRecovery save of Tutorial.asdJohn A. SchreifelscC:\Documents and Settings\Default\Application Data\Microsoft\Word\AutoRecovery save of Tutorial.asdJohn A. SchreifelsHC:\Documents and Settings\Default\Application Data\SSH\temp\Tutorial.docJohn A. SchreifelsHC:\Documents and Settings\Default\Application Data\SSH\temp\Tutorial.doc}"P!c\<&2i>lg&bhin(|PW3ft*mB:>n:O;pA*E"?vv<!QD|XuM|lg&xhin(7}7777777777777(:::T;U;`; <<<L<M<U<<<<= =)====1>2>:>>>>>>EEEEEEEEEEEEEEEEEEEEEEEEEEEEEFFFF FFFF F!F#F%F&F'F(FuQQQQQQQZZZZw""""@eZeZ~ggeZeZ@{Z`@UnknownG: Times New Roman5Symbol3& : Arial?5 z Courier NewA& Arial Narrow71Courier5& zaTahoma;Wingdings"qhqqF{qf@ J& H%!20d[U 3QH What is Excel Chem DeptJohn A. Schreifels