FREELANCE ']1 os8޳? IMS V9 chartst.&?HField1Field2Field3Field4Field5Field6Field7Field8\g ^"}BttDialog14).i] 8<D(Dialog1 Globals)lp) Command18).i] gks Command28).i]   Dialog1BDialog14).i] Dialog1(Dialog1 Globals),LSOBEN ,08TE4$*1590810lNEWDELETE INITIALIZEB TERMINATEOBJECT (GLOBALS) (Globals)* DIALOG REGISTRY MODULE ** Dialog Registry Module *0 {D3O {D Ҥ Command18).i] h'gOK_OKR KQDB MS Sans Serifd2 Command28).i] h'GCancel_CancelR KQDB MS Sans Serifd2 Dialog2BDialog24).i] Dialog2(Dialog2 Globals) Command18).i] h'gOK_OKR KQ_lr oSVbNd2 Command28).i] h'Gwl~_ݾR KQ_lr oSVbNd2FB FindReplace4).i] B'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Closing(Source As Lotusdialog, Mode As Integer, Cancel As Integer) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSDIALOG Set Source = Bind(Objectname_) On Event Closing From Source Call Closing End Sub '++LotusScript Development Environment:2:2:Closing:1:12 Sub Closing(Source As Lotusdialog, Mode As Integer, Cancel As Integer) Close 1 Currentdocument.gotopage (StartPoint) End Sub LSOBENA,$8T@@@dddLotus ProductV0.0A*27D2E48lNEWDELETE INITIALIZE TERMINATEtOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE$ *FindReplace\SOURCEMODECANCEL BINDEVENTS8 OBJECTNAME_ LOTUSDIALOG%static_ltsdlg31CLOSINGCURRENTDOCUMENTGOTOPAGE STARTPOINTѲwyRy4y 4).i]4).i]E t (,L,,<<LL *<t L<P,,@x(R`=EҤT [I G {dTG' Find & Replace(FindReplace Globals)#'++LotusScript Development Environment:2:5:(Options):0:66 Option Public '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Function checkanswersub Declare Sub CheckForSpan Declare Sub Initialize Declare Sub AddToList Declare Sub PrintToList Declare Sub GetText Declare Sub FindWord Declare Sub ReplaceWord Declare Sub CheckWords '++LotusScript Development Environment:2:5:(Declarations):0:10 Dim StartPoint As Integer Dim i As Integer Dim UpperTest As String Dim UpperFind As String Dim Same As Integer Dim Pages As Integer Dim CreateList As Integer Dim Find As String Dim Replace As String Dim FindLength As Integer Dim ReplaceLength As Integer Dim NewText As String Dim OldText As String Dim TextBlockLength As Integer Dim NextPage As Integer Dim checkanswer As Integer '++LotusScript Development Environment:2:1:checkanswersub:1:8 Function checkanswersub ReplaceThisOne = Msgbox ("Would you like to replace this instance?", 4+32+0+4096, "Replace?") If ReplaceThisOne = 6 Then checkanswer=1 Else checkanswer=0 End If End Function '++LotusScript Development Environment:2:2:CheckForSpan:1:8 Sub CheckForSpan If FindReplace.entirepresentation.value=1 Then currentdocument.gotopage (1) Pages = currentdocument.pages.count Else Pages = 1 End If End Sub '++LotusScript Development Environment:2:2:Initialize:1:10 Sub Initialize CreateList=0 IsCaseSensitive=0 FindReplace.currentpage.value=True Pages = currentdocument.pages.count StartPoint = currentdocument.activepage.number End Sub '++LotusScript Development Environment:2:2:AddToList:1:8 Sub AddToList Print #1 , CurrentDocument.Activepage.Name End Sub '++LotusScript Development Environment:2:2:PrintToList:1:8 Sub PrintToList If CreateList = 1 Then For x = 1 To Len(currentdocument.docname) If Mid(currentdocument.docname, x, 1) = "\" Then backslash = x End If Next x filename = "c:\windows\desktop\" + Mid(currentdocument.docname, backslash+1, Len(currentdocument.docname) - (3+ backslash)) + "txt" Open filename For Output As 1 End If End Sub '++LotusScript Development Environment:2:2:GetText:1:8 Sub GetText Dim objectnum As Integer Dim objecttext As Variant Forall objs In currentpage.objects If objs.istext <> 0 Then objs.entereditmode OldText = objs.text TextBlockLength = Len(OldText) CheckWords objs.text = NewText NewText = "" End If End Forall End Sub '++LotusScript Development Environment:2:2:FindWord:1:8 Sub FindWord Find = Trim(FindReplace.Find.Text) FindLength = Len(Find) End Sub '++LotusScript Development Environment:2:2:ReplaceWord:1:8 Sub ReplaceWord Replace = Trim(FindReplace.Replace.Text) ReplaceLength = Len(Replace) End Sub '++LotusScript Development Environment:2:2:CheckWords:1:8 Sub CheckWords For x = 1 To TextBlockLength TestWord = Mid (OldText, x, FindLength) If findreplace.casesensitive.value = 1 Then If TestWord = Find Then z = 1 If x > 30 Then newnum = 30 If x <= 30 Then newnum = 1 If TextBlockLength-FindLength > 30 Then newnum2 = 30 If TextBlockLength-FindLength <= 30 Then newnum2 = TextBlockLength-FindLength FindReplace.Sentence.caption = Mid (OldText,newnum, newnum2) checkanswersub If checkanswer = 1 Then Newtext = Newtext + Replace x = x + (FindLength - 1) checkanswer = 0 DidOne = 1 If Same = 0 Then If CreateList = 1 Then AddToList Same = 1 End If End If End If End If If findreplace.casesensitive.value = 0 Then UpperFind = Ucase(Find) UpperTest = Ucase(Testword) If UpperFind = UpperTest Then If x > 30 Then newnum = 30 If x <= 30 Then newnum = 1 If TextBlockLength-FindLength > 30 Then newnum2 = 30 If TextBlockLength-FindLength <= 30 Then newnum2 = TextBlockLength-FindLength FindReplace.Sentence.caption = Mid (OldText, newnum, newnum2) checkanswersub If checkanswer = 1 Then Newtext = Newtext + Replace x = x + (FindLength - 1) checkanswer = 0 DidOne = 1 If same = 0 Then If createlist=1 Then AddToList Same = 1 End If End If End If End If If DidOne <> 1 Then NewText = NewText + Mid(OldText, x, 1) End If DidOne=0 Next End SubLSOBEND. HP$T,$<\ l,LP<$|,t44ttLotus ProductV0.0. HINCENDOBJECTTE$$$$B$$jh~<dĸ䶏,䬏L8*27D2F68lNEWDELETEL INITIALIZE TERMINATE0OBJECT (GLOBALS)T (Globals)l* DIALOG REGISTRY MODULE * * Dialog Registry Module * STARTPOINTI UPPERTEST UPPERFINDSAMEPAGES CREATELISTFINDXREPLACE FINDLENGTH4 REPLACELENGTH@NEWTEXTHOLDTEXTlTEXTBLOCKLENGTHNEXTPAGEP CHECKANSWER8CHECKANSWERSUBREPLACETHISONE(Would you like to replace this instance?Replace?x CHECKFORSPAN FINDREPLACE LOTUSDIALOG%static_ltsdlg318ENTIREPRESENTATIONVALUE`CURRENTDOCUMENTGOTOPAGECOUNTISCASESENSITIVE CURRENTPAGE ACTIVEPAGENUMBER ADDTOLIST0NAMEh PRINTTOLISTXDOCNAME@\P BACKSLASHFILENAMEc:\windows\desktop\txt GETTEXT  OBJECTNUM OBJECTTEXTOBJSlOBJECTSISTEXTP ENTEREDITMODETEXT CHECKWORDSFINDWORD REPLACEWORDTESTWORD CASESENSITIVE ZNEWNUM4NEWNUM2SENTENCECAPTIONDIDONE ,)f0*~R0*~<4LP\PXl p|  <$ 8$ L(,p*,$, P\ J@4| 4).i]4).i]EP <  )P <HddHH ` Hp $ (T` 8 8 ( ( `   TT 5}<<=$TdX(d {< TP@$~ DPH `  (  8 0` @ 7$8P`Ҥ&^}$}D+(J8*`,,: -`,/15{tOP8"6{4T'7`{4OP8: 9`:<@`A^B{tOQC`{4OPD`{4O$P0EK{4O$P<MSV8V^H{4UX%^t43W{4UX JHM}48 X^dJHYZ^t6[^}l{4UX Jd{4UX%JdM}]J`bj{P5]lFP8DnFT'p[FPr`([%t)$#vFQGx[}z~7[{tOU W`[%[{tOU W`[%^V(^p 4^GJVM{tO P8JG8^ J8^( J8^( V(V8^8 V(V8 ^8 V(V{tOH QT GJ( J8 M),#1V,8Z[GG^JV`,^` V 8V8) #` {tO P8[\GX[LJXG\GL8J8^( J8^( V(V8^8 V(V8 ^8 V(V{tOH QT GJ( J8 M),#1V,8Z[GG^JV`,^` V 8V8) #` J` 8[GGJM^` ^p 6v Start8).i] `'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscommandbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCOMMANDBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscommandbutton) FindWord ReplaceWord CheckForSpan PrintToList For i = 1 To Pages If findreplace.entirepresentation.value = 1 Then currentdocument.gotopage (i) GetText Same = 0 Next i Close 1 Currentdocument.gotopage (Startpoint) End Sub LSOBEN|,8T@@@ D,D,Lotus ProductV0.0|INCENDOBJECTTEB''j_~UW~d4~t <$l$*27D3028lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACEx *FindReplace SOURCE BINDEVENTS< OBJECTNAME_8LOTUSCOMMANDBUTTONX%static_OCX_Adapter$CLICKFINDWORD REPLACEWORD CHECKFORSPAN PRINTTOLISTIHPAGES FINDREPLACE LOTUSDIALOG%static_ltsdlg31lENTIREPRESENTATIONVALUECURRENTDOCUMENTGOTOPAGEGETTEXTSAME STARTPOINT ,vئ@~R@~4@~ 8).i]4).i]0\8K t ,,,, *0t !,@(!,@@!,@LL\!,@,|,<@,|@@ 4).i]4).i]ELP!,<@,l@,,,@5}<p=ҤT [I G˨ )D#)#)#)L#[G^l44{OHPT8 {T`G')#[ ^l6"${T`G,'&h'gFind_FindR KQDB MS Sans Serifd2Done8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscommandbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCOMMANDBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscommandbutton) FindReplace.Close End Sub$ LSOBEN88,`l$8T@@@DDDDlllLotus ProductV0.088*27D30C8lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_LOTUSCOMMANDBUTTON$%static_OCX_AdapterCLICK@ FINDREPLACE\ LOTUSDIALOG%static_ltsdlg31CLOSE<wyRy4y l8).i]4).i]0\K t ,,,,*t @( l`D    4).i]4).i]`E l`Q l<ҤT [I G˨ {D, #h'GDone_DoneR KQDB MS Sans Serifd2Label18).i] xxgwFind:iFind:R KQDB MS Sans Serifd2Label28).i] 'xReplace With: Replace With:R KQDB MS Sans Serifd2Find8).i] xhgR KQDB MS Sans Serifd2Replace8).i] xR KQDB MS Sans Serifd2entirepresentation8).i] x'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotusoptionbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSOPTIONBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotusoptionbutton) PagesToDo=1 End SubLSOBEN 6\8,$8T@@@Lotus ProductV0.06\8<*27D3440lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSOPTIONBUTTON%static_OCX_AdapterCLICK PAGESTODO`"FئwRw4w 8).i]4).i]0\<K  t ,LLL,,*Lt $:ҤT [I G˨ ^L1 Entire Presentation Entire PresentationR KQDB MS Sans Serifd2 currentpage8).i] x'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotusoptionbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSOPTIONBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotusoptionbutton) PagesToDo=0 End SubLSOBEN 6\8,8T@@@Lotus ProductV0.06\8<$*27D34E8lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSOPTIONBUTTON%static_OCX_AdapterCLICK PAGESTODO`(y.R.4. 8).i]4).i]0\<K  t ,LLL,,*Lt $:ҤT [I G˨ ^Lx Current Page3  Current PageR KQDB MS Sans Serifd2 casesensitive8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscheckbox) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCHECKBOX Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscheckbox) IsCaseSensitive = FindReplace.casesensitive.value End Sub^ LSOBEN>4,`l8T@@@DDDDllLotus ProductV0.0>4$*27D3658lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSCHECKBOX<%static_OCX_AdapterCLICKISCASESENSITIVEX FINDREPLACEt LOTUSDIALOG%static_ltsdlg31 CASESENSITIVEVALUE8efئ@R@4@ ll8).i]4).i]0\K t  ,   ,, * t @@ lx\4).i]4).i]`E (BҤT [I G˨ ^ {DOP("xCase Sensitive  Case SensitiveR KQDB MS Sans Serifd2 list8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscheckbox) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCHECKBOX Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscheckbox) CreateList = FindReplace.list.value End SubJ LSOBEN>8,t$8T@@@DXDDXXLotus ProductV0.0>8*27D36F8lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSCHECKBOX4%static_OCX_AdapterCLICK CREATELISTP FINDREPLACEl LOTUSDIALOG%static_ltsdlg31LISTVALUE< =#@R@4@ 8).i]4).i]0\K t  ,,,, *t ,@X@8 pT4).i]4).i]tE BҤT [I G˨ [D{XO P,LwCreate List of Changed Pages wCreate List of Changed PagesR KQDB MS Sans Serifd2 Sentence8).i] 0'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuslabel) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSLABEL Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuslabel) End SubLSOBEN .L,$8T@@@Lotus ProductV0.0.L*27D3C28lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSLABEL%static_OCX_AdapterCLICKPئwRw4w 8).i]4).i]<K  t ,,,,*t 2ҤT [I G˨ xpo  O%R KQDB MS Sans Serifd2 H ~a"Page 26-+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-~~~~*6~~~~~~~~~~0f0~~~*(fo*~~~*$fo,~~~4fo4~~~~~~~~~~~~~~~~,$Hhh(,(,x0HpH xw*, x6xw(,wHp8~~~~~<@~<<6̪l|8" Ơw8(j ~|,$  **~~ *,Ƣw碧4, ʩ~ z~22©⢧20ʥUUu^U~22¢UUWU20UeUuZUU20UUuU0,wUUZU0,xiQQ RQ0.   ag.2.,x o,,əə y0, Oʪəi0.,¬ƖɖɒW., o̪llʙ4.l¦p0. wʪ00slƢ226 l22 4φ244pO460ow466whX8<xH:~~~~~~~~~~c't\&\C:\lotus\work\flg\SW DB2.mas6:%$$dn   ????X!Wblank.PAL8= \q    XBLANK.BWo//Oo/OooooooO/_?/!-xfZ\P_~|wdʌnɀzum]igٮحҡɭ222h t)r@@4::c:|,nx(\`$d4lFFF% FZZQPPmL<G,tDZZZXpppllbT22@cLnnn$o|c@@Nc 0}xSTHh ;-PmЌytdH yck,$y80N[Nz(8v`jppr$@`iی}~d̮ٚmtteal 1color 1white color 2light bluer 3black color 4presentation bluedark greyor 6light greyr 7orange accentdark chartreuseteal 2color 10bright chartreusecustom color 12custom color 13custom color 14custom color 15custom color 16dark red graydark tansafariolive grayjadedk green grayspruce graydk blue grayatlantic graydk lilac graypurple graymauveplum grayburgundy graydark rose grayblackred graytankhakiputtybamboo greengreen graybaltic grayblue grayrain cloudlilac graylt purple graylight mauvelt plum graylt burgundy grayrose gray80% grayburnt siennamilk chocolateburnt umberdeep avocadodeep forestdark pinedk metallic blueair force blueultramarineprussian blueraisineggplantboysenberrybordeauxruby75% graychestnutterra cottaumberamazonpeacock greenpinemetallic bluedk slate blueroyal bluelapisdark grapeauberginedark plum redraspberrydeep scarlet70% graymahoganybrickdark browndeep olivedark emeraldevergreenbaltic blueblue denimcobalt bluedark irismidnightdark plumplum reddark burgundyscarlet60% graydark crimsondark redhazelnutdark oliveemeraldmalachitedark sprucesteel blueblueirisgrapeplumdark magentaburgundycranberry50% graycrimsonredlight brownolivedark greendark tealspruceslate bluenavy blueblue violetamethystdk red violetmagentalight burgundycherry red40% grayrougeburnt orangedark orangelight olivekelly greensea greenaztec bluedusty blueblueberryvioletdeep purplered violethot pinkdark rosepoppy red35% graywatermelontangerineorangechartreusegreentealdark turquoiselt slate bluemedium bluedark lilacroyal purplefuchsiaconfetti pinkpale burgundystrawberry30% graydark salmondark peachgoldyellow greenlight greencaribbeandk pastel bluedark ceruleanmanganese bluelilacpurplelt red violetlight magentarosecarnation pink25% graysalmonpeachmustardlemon limeneon greenaquaturquoiseceruleanwedgewoodheatherpurple hazeorchidflamingocherry pinkred coral20% graylight salmonlight peachyellowavocadoleaf greenlight aqualt turquoiselight ceruleanazurelavenderlight purpledusty violetpinkpastel pinkpastel red15% grayred sandbufflemonpale lemon limemint greenpastel greenpastel bluesapphirecornflowerlight lavenderpale purplelight orchidpink orchidapple blossompink coral10% grayblushsandlight yellowhoneydewcelerypale aquapale bluecrystal bluelt cornflowerpale lavendergrape fizzpale plumpale pinkpale roserose quartz5% graywhitevanillaparchmentivorypale greensea mistice bluepowder bluearctic bluelilac mistpurple washviolet frostseashellrose pearlpale cherrywhite&fn=?l?r ??,fs=240,fe=0,fc=7,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=7,bz=100,f2=7,b2=7,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=381,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=356,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=331,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=306,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=240,fe=0,fc=7,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=7,bz=100,f2=7,b2=7,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=304,fe=0,fc=283,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=23,bz=100,f2=283,b2=23,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=449,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=N1N18,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=410,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=618,ip=0,pl=15,bu=N1N19,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=410,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1090,ip=0,pl=15,bu=N1N17,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=372,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1526,ip=0,pl=15,bu=N1N20,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=372,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1926,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=308,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=256,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=205,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=180,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=906,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=154,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=1208,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=149,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=317,bz=125,f2=311,b2=317,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=268,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=104,bz=105,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=268,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=104,bz=104,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=260,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=103,bz=143,f2=282,b2=103,bl=0,fx=0,sd=0,sw=1,sc=303,ud=1,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=241,fe=32,fc=103,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=0,bu=\10,bs=0,pr=0,ll=100,ts=462<0L|,bc=103,bz=100,f2=103,b2=103,bl=0,fx=0,sd=0,sw=1,sc=303,ud=1,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=197,fe=0,fc=308,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=0,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=49,f2=308,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=185,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=0,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=88,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=176,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=0,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=251,fe=0,fc=0,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=0,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=251,fe=0,fc=0,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=0,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=214,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=377,pl=20,bu=,bs=1,pr=0,ll=98,ts=462<0L|,bc=0,bz=70,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=352,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=3,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=352,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=3,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=226,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=352,fe=0,fc=4,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=\0,bs=1,pr=0,ll=90,ts=462<0L|,bc=286,bz=100,f2=4,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0!fn=Arial,fs=201,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=93,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0"fn=Arial,fs=201,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0#fn=Arial,fs=201,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0$fn=Arial,fs=201,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=62,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0%fn=Times New Roman,fs=299,fe=1,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0&fn=Times New Roman,fs=299,fe=1,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0'fn=Times New Roman,fs=299,fe=1,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0(fn=Times New Roman,fs=299,fe=1,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=100,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0)fn=Arial,fs=229,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=0,bu=\1,bs=0,pr=0,ll=100,ts=462<0L|,bc=63,bz=108,f2=282,b2=63,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0*fn=Arial,fs=195,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0+fn=Arial,fs=195,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0,fn=Arial,fs=195,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=93,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0-fn=Arial,fs=195,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=62,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0.fn=Arial,fs=210,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=\10,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0/fn=Arial,fs=198,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=505,ip=0,pl=0,bu=\11,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=00fn=Arial,fs=185,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1010,ip=0,pl=0,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=01fn=Arial,fs=175,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=0,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=02fn=Arial,fs=160,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=0,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=03fn=Arial,fs=310,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=04fn=Arial MT,fs=140,fe=32,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=100,bu=\15,bs=0,pr=0,ll=100,ts=462<0L|,bc=142,bz=105,f2=311,b2=142,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=05fn=Arial MT,fs=140,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=25,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=104,bz=105,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=06fn=Arial MT,fs=140,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=104,bz=105,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=07fn=Arial MT,fs=140,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=104,bz=104,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=08fn=Arial MT,fs=129,fe=32,fc=31,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=173,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=09fn=Arial MT,fs=129,fe=32,fc=31,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=173,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0:fn=Arial MT,fs=129,fe=32,fc=31,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=173,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0;fn=Arial MT,fs=129,fe=32,fc=31,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=172,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0<fn=Times New Roman,fs=188,fe=32,fc=31,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=142,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0=fn=Times New Roman,fs=153,fe=0,fc=31,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=296,bz=100,f2=31,b2=296,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0>fn=Times New Roman,fs=267,fe=0,fc=31,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0?fn=Times New Roman,fs=267,fe=0,fc=31,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=100,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0@fn=Arial MT,fs=206,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=317,bz=125,f2=311,b2=317,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Afn=Arial MT,fs=178,fe=32,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=202,ip=0,pl=25,bu=\213,bs=0,pr=0,ll=100,ts=462<0L|,bc=112,bz=105,f2=311,b2=112,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Bfn=Arial MT,fs=128,fe=32,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=202,ip=0,pl=25,bu=\213,bs=0,pr=0,ll=100,ts=462<0L|,bc=112,bz=105,f2=311,b2=112,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Cfn=Arial MT,fs=196,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=104,bz=105,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Dfn=Arial MT,fs=196,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=104,bz=104,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Efn=Helvetica,fs=267,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=186,ip=0,pl=0,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=281,bz=100,f2=31,b2=281,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Ffn=Helvetica,fs=267,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=372,ip=0,pl=0,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=31,b2=280,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Gfn=Helvetica,fs=267,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=372,ip=0,pl=0,bu=\16,bs=0,pr=0,ll=100,ts=4,bc=280,bz=100,f2=31,b2=280,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Hfn=Arial,fs=300,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=281,b2=268,bl=115,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Ifn=Arial,fs=300,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=363,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=281,b2=268,bl=115,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Jfn=Arial,fs=300,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=690,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=281,b2=268,bl=115,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Kfn=Arial,fs=300,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=690,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=268,bz=100,f2=281,b2=268,bl=115,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Lfn=Arial,fs=300,fe=32,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=281,b2=268,bl=115,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Mfn=Arial,fs=300,fe=32,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=363,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=281,b2=268,bl=115,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Nfn=Arial,fs=300,fe=32,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=690,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=281,b2=268,bl=115,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Ofn=Arial,fs=300,fe=32,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=690,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=268,bz=100,f2=281,b2=268,bl=115,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Pfn=Arial,fs=205,fe=33,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Qfn=Arial,fs=205,fe=33,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Rfn=Arial,fs=205,fe=33,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Sfn=Arial,fs=205,fe=33,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Tfn=Arial,fs=352,fe=0,fc=4,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=\0,bs=1,pr=0,ll=90,ts=4,bc=286,bz=100,f2=4,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Ufn=Helvetica,fs=267,fe=32,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=\13,bs=0,pr=0,ll=100,ts=462<0L|,bc=270,bz=100,f2=31,b2=270,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0Vfn=Arial,fs=195,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Wfn=Arial,fs=160,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Xfn=Arial,fs=369,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Yfn=Arial,fs=350,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Zfn=Arial,fs=327,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0[fn=Arial,fs=304,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0\fn=Arial,fs=281,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0]fn=Arial,fs=131,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0^fn=Comic Sans MS,fs=218,fe=32,fc=55,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=50,bu=\13,bs=0,pr=0,ll=100,ts=462<0L|,bc=308,bz=100,f2=55,b2=308,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0_fn=Comic Sans MS,fs=218,fe=0,fc=55,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=20,bu=\13,bs=0,pr=0,ll=100,ts=462<0L|,bc=308,bz=100,f2=55,b2=308,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0`fn=Comic Sans MS,fs=218,fe=0,fc=55,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\13,bs=0,pr=0,ll=100,ts=462<0L|,bc=308,bz=100,f2=55,b2=308,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0afn=Comic Sans MS,fs=195,fe=0,fc=55,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\13,bs=0,pr=0,ll=100,ts=4,bc=308,bz=100,f2=55,b2=308,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0bfn=Comic Sans MS,fs=195,fe=0,fc=55,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\13,bs=0,pr=0,ll=100,ts=4,bc=308,bz=100,f2=55,b2=308,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0cfn=Arial,fs=230,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0dfn=Switzerland,fs=123,fe=32,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0efn=Switzerland,fs=123,fe=32,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0ffn=Switzerland,fs=123,fe=32,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0gfn=Switzerland,fs=123,fe=32,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0hfn=Switzerland,fs=124,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0ifn=Switzerland,fs=124,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0jfn=Switzerland,fs=124,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0kfn=Switzerland,fs=124,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0lfn=Switzerland,fs=145,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0mfn=Switzerland,fs=145,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0nfn=Switzerland,fs=145,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0ofn=Switzerland,fs=145,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0pfn=Switzerland,fs=123,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0qfn=Switzerland,fs=123,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0rfn=Switzerland,fs=123,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0sfn=Switzerland,fs=123,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0tfn=Switzerland,fs=142,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0ufn=Switzerland,fs=142,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0vfn=Switzerland,fs=142,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0wfn=Switzerland,fs=142,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=230,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0xfn=Switzerland,fs=128,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0yfn=Switzerland,fs=128,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0zfn=Switzerland,fs=128,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0{fn=Switzerland,fs=128,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0|fn=Switzerland,fs=105,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0}fn=Switzerland,fs=105,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0~fn=Switzerland,fs=105,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=105,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=262,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=262,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=262,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=262,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=92,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=92,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=92,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=92,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=124,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=124,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=124,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=124,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=107,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=107,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=107,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=155,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Switzerland,fs=107,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=154,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=220,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=86,fe=32,fc=316,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=316,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=86,fe=32,fc=316,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=316,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=86,fe=32,fc=316,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=316,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=86,fe=32,fc=316,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=316,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=86,fe=32,fc=316,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=316,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=260,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=260,fe=0,fc=284,hy=NO,hc=3,qm=1,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=153,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=153,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=153,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=153,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=906,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=153,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=1208,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=178,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=178,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=178,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=178,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=906,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=178,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=1208,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=155,fe=32,fc=308,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=308,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=155,fe=32,fc=308,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=308,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=155,fe=32,fc=308,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=308,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=155,fe=32,fc=308,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=906,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=308,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=155,fe=32,fc=308,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=1208,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=308,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=152,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=152,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=152,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=152,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=906,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=152,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=1208,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=603,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=263,fe=32,fc=319,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=319,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=247,fe=32,fc=319,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=319,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=229,fe=32,fc=319,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=319,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=217,fe=32,fc=319,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=319,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=197,fe=32,fc=319,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=319,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=191,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=191,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=191,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=191,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=906,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Times New Roman,fs=191,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=1208,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=178,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=381,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=356,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=331,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=306,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=251,fe=0,fc=0,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=0,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=251,fe=0,fc=0,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=0,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=573,fe=0,fc=3,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=3,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=573,fe=0,fc=3,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=3,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=158,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=312,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=312,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=128,fe=33,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=311,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=128,fe=33,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=311,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=128,fe=33,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=311,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=128,fe=33,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=100,f2=311,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=137,fe=33,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=311,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=137,fe=33,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=311,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=137,fe=33,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=311,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=137,fe=33,fc=311,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=100,f2=311,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=165,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=165,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=165,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=165,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=185,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=173,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=149,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=166,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=148,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=137,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=128,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=245,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=103,bz=143,f2=282,b2=103,bl=0,fx=0,sd=0,sw=1,sc=303,ud=1,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=227,fe=32,fc=103,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=0,bu=\10,bs=0,pr=0,ll=100,ts=462<0L|,bc=103,bz=100,f2=103,b2=103,bl=0,fx=0,sd=0,sw=1,sc=303,ud=1,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=215,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=0,bu=\1,bs=0,pr=0,ll=100,ts=462<0L|,bc=63,bz=108,f2=282,b2=63,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=186,fe=0,fc=308,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=0,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=49,f2=308,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=174,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=0,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=88,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=32,fc=178,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=178,b2=286,bl=0,fx=0,sd=1,sw=1,sc=31,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=32,fc=178,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=178,b2=286,bl=0,fx=0,sd=1,sw=1,sc=31,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=32,fc=178,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=178,b2=286,bl=0,fx=0,sd=1,sw=1,sc=31,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=32,fc=178,hy=NO,hc=3,qm=2,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=178,b2=286,bl=0,fx=0,sd=1,sw=1,sc=31,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=32,fc=178,hy=NO,hc=3,qm=2,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=178,b2=286,bl=0,fx=0,sd=1,sw=1,sc=31,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=270,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=270,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=270,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=270,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=270,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=231,fe=34,fc=55,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=100,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=142,bz=105,f2=55,b2=142,bl=0,fx=0,sd=1,sw=0,sc=247,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=184,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=96,bz=105,f2=31,b2=96,bl=50,fx=0,sd=0,sw=0,sc=0,ud=1,uw=0,uc=31,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=146,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=104,bz=105,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=146,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=104,bz=104,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=231,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=467,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=96,bz=105,f2=31,b2=96,bl=50,fx=0,sd=0,sw=0,sc=0,ud=1,uw=0,uc=31,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=162,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=104,bz=105,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=162,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=104,bz=104,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=222,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=317,bz=125,f2=311,b2=317,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=222,fe=32,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=202,ip=0,pl=25,bu=\213,bs=0,pr=0,ll=100,ts=462<0L|,bc=112,bz=105,f2=311,b2=112,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=222,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=104,bz=105,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=222,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=104,bz=104,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=154,fe=34,fc=55,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=100,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=142,bz=105,f2=55,b2=142,bl=0,fx=0,sd=1,sw=0,sc=247,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=123,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=96,bz=105,f2=31,b2=96,bl=50,fx=0,sd=0,sw=0,sc=0,ud=1,uw=0,uc=31,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=97,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=104,bz=105,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=97,fe=0,fc=311,hy=NO,hc=3,qm=0,sh=25,st=25,if=601,ip=0,pl=25,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=104,bz=104,f2=311,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=269,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=269,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=269,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=269,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=269,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=349,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=332,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=288,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=267,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=595,fe=32,fc=272,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=142,f2=272,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=487,fe=0,fc=280,hy=NO,hc=3,qm=0,sh=25,st=25,if=300,ip=7,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=272,bz=100,f2=280,b2=272,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=378,fe=0,fc=280,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=18,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=280,bz=107,f2=280,b2=280,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=378,fe=0,fc=280,hy=NO,hc=3,qm=0,sh=25,st=25,if=877,ip=18,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=4,bc=280,bz=106,f2=280,b2=280,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=378,fe=0,fc=280,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=18,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=280,bz=106,f2=280,b2=280,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=430,fe=32,fc=272,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=142,f2=272,b2=286,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=353,fe=0,fc=280,hy=NO,hc=3,qm=0,sh=25,st=25,if=300,ip=572,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=304,bz=100,f2=280,b2=304,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=273,fe=0,fc=280,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=18,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=280,bz=107,f2=280,b2=280,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=273,fe=0,fc=280,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=18,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=4,bc=280,bz=106,f2=280,b2=280,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=359,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=340,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=318,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=296,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=273,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial MT,fs=353,fe=0,fc=280,hy=NO,hc=3,qm=0,sh=25,st=25,if=300,ip=7,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=272,bz=100,f2=280,b2=272,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0 fn=Helvetica,fs=278,fe=32,fc=240,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=104,bz=100,f2=240,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Helvetica,fs=278,fe=32,fc=240,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=104,bz=100,f2=240,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=110,fe=0,fc=282,hy=NO,hc=3,qm=1,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=0,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=371,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=347,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=322,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=298,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=362,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=362,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\2,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=399,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=332,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=143,pl=50,bu=\14,bs=1,pr=0,ll=100,ts=462<0L|,bc=111,bz=100,f2=282,b2=111,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=233,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=507,ip=719,pl=50,bu=\14,bs=1,pr=0,ll=100,ts=462<0L|,bc=111,bz=100,f2=282,b2=111,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial MT,fs=24,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=956,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=243,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=36,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=645,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=344,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=365,ip=114,pl=15,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=67,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=295,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=693,ip=829,pl=15,bu=\14,bs=1,pr=0,ll=100,ts=462<0L|,bc=165,bz=62,f2=282,b2=165,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=148,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=167,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=148,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=148,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0!fn=Arial,fs=148,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0"fn=Arial,fs=148,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0#fn=Arial,fs=148,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=167,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0$fn=Helvetica,fs=282,fe=32,fc=240,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=104,bz=100,f2=240,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0%fn=Helvetica,fs=282,fe=32,fc=240,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=4,bc=104,bz=100,f2=240,b2=104,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0uf$$`Background Images_p$$`NamedStyle objects@[<>0000910{name=,r=13}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o  Label text@!![ $ $   <>0000910{name=,r=26}{name=Level2,r=26}{name=Level3,r=26}{name=Level4,r=27}{name=Level5,r=27}o Presentation subtitle@[/!/!k|<>0000910{name=,r=29}{name=Level2,r=29}{name=Level3,r=29}{name=Level4,r=30}{name=Level5,r=30}o Presentation title@>$Yu % %uu<>0000897{name=,r=8}{name=Level2,r=9}{name=Level3,r=10}{name=Level4,r=11}{name=Level5,r=12}o Numbered list@>$[u % %uu<>0000910{name=,r=31}{name=Level2,r=34}{name=Level3,r=35}{name=Level4,r=33}{name=Level5,r=36}o Bulleted text@#[D%D%77<>0000910{name=,r=32}{name=Level2,r=32}{name=Level3,r=32}{name=Level4,r=32}{name=Level5,r=32}o  Page title_7`Presentation BackdropChCLIPBOARDwwh8;F ;FyFF ;F,r=TF[/"[d3w[()Ea()()() Ew,) m)m)DQ ())0> '>0F_D >@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxyvxwz wxw{yywzwzxzxxywzyzwz{v z{wwzyzx{v{vzxxzxzxv{xwxxxxxxz}wwzzxxwyxxvx{yxxxzwy{wxzyzwxwxzxxxxxwxz{yx{zx wxxx{vzzyxxxxxxwx{w{wxzwyxxzyxzvxwwyx xwwxzyxyxwwx{yxzxwv}yxvxxzzw xxxxxxxww x ľvzxwŽ ýzzx{xywxyxzxxxxxxx wyw wyxüļwxwvxzzwzwxxxxxx yyz{xxxwzxyx zyvzxzyzw{wxwy{wyxxxxwzwyxzyxzxzzwyyvwxzxxwxzxxxxxx w|w z ļyzyyzzxzwxxxxxxxwy z xļývxzxwwxwzxxxxxxzyv¼ƺýļŻýļüýϽļzýľüľļýüļýýŽļýýŻĽļzýýŽþúļýĻxzü¿x{wýŹüýýļļļw}xxxxxxHxxwzzxww{zxyzuxxxwxxvzxxxzxxvzxvxzxxxxxxx(zwyzzxyywyzyxxwýzxyxzxxxýxxxxxywxvzxxxxxxxzxyxxz {xwvxzy{x/zxzxxýzxxx{