FREELANCE ']+ ܝ??zUnnamedt.(HField1Field2Field3Field4Field5Field6Field7Field8\g ^"} BDialog14).i] 8D(Dialog1 Globals)l) Command18).i] |g Command28).i] " .Option18).i] o  Check18).i] N ZCheck28).i]  Option28).i]  Dialog24).i] 8<D(Dialog2 Globals)lpx Command18).i]  Command28).i]   Dialog1B  Dialog14).i] Dialog1(Dialog1 Globals),LSOBJA ,0$8TE4*2160810lNEWDELETEȌ INITIALIZE) TERMINATEOBJECT (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *č* Dialog Registry Module *i0;0x*x`x* Ҥ Command18).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) Msgbox("test") End Sub,LSOBJA 9L$,@L8TELLLL($*2160B20lNEWDELETEW` INITIALIZE TERMINATEOBJECT p,0 (GLOBALS)H (Globals)* DIALOG REGISTRY MODULE ** Dialog Registry Module **DIALOG1*Dialog1CLICKSOURCELOTUSCOMMANDBUTTON%static_OCX_Adapter BINDEVENTS OBJECTNAME_testPq@9x`@94xl8).i]4).i]y@<Jdtttt*t L,,, , t Ld=ҤL [,IL G,˨ }h'gOK_OKR KQ_lr oSVbNd2 Command28).i] h'Gwl~_ݾR KQ_lr oSVbNd2Option18).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Sub1 '++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_) End Sub '++LotusScript Development Environment:2:2:Sub1:1:8 Sub Sub1 End Sub `  Option1Option1R KQ_lr oSVbNd2Check18).i] H Check1_Check1R KQ_lr oSVbNd2Check28).i] (O 'Check2Check2R KQ_lr oSVbNd2Option28).i] ` O Option2_Option2R KQ_lr oSVbNd2 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 2~~~  b 4  b  b 2bb FOLl l L .l~><6}x4*  ("&""8"* }x (64><~*N~~~~~~~~~~~~~~`~~~~~~2F~~`~~~~~ffl~~~~~~~~~~~~, ,,,, , L" L             ,6&~~~~~~~~~~~c &u^&cC:\lotus\smasters\flg\BLANK.MAS3.%$$dn   ????X!Wblank.PALh]ht~Z\kofhpZt^oh\ktpZ;XBLANK.BWo//Oo/OooooooO/_?/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̮ٚmtfn=?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=284,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=0 fn=Arial,fs=449,fe=0,fc=281,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=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=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=705,fe=32,fc=280,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=280,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=513,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=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=577,fe=32,fc=280,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=280,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=410,fe=0,fc=281,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=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=410,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=372,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=372,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=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=0fn=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=0fn=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=0fn=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=0fn=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=385,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=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=321,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=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=256,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=280,bz=100,f2=281,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=192,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=280,bz=100,f2=281,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=449,fe=32,fc=280,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=280,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=385,fe=32,fc=280,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=280,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=321,fe=32,fc=280,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=280,b2=280,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=385,fe=32,fc=280,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=280,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=321,fe=32,fc=280,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=280,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=256,fe=32,fc=280,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=280,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=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=0$fn=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=0%fn=Arial,fs=454,fe=32,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=0&fn=Arial,fs=454,fe=32,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=0'fn=Arial,fs=454,fe=32,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=0(fn=Arial,fs=454,fe=32,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=0)fn=Arial,fs=454,fe=32,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=0*fn=Arial,fs=303,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=0+fn=Arial,fs=303,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=303,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=303,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=303,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=227,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=00fn=Arial,fs=227,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=01fn=Arial,fs=227,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=02fn=Arial,fs=227,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=03fn=Arial,fs=227,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=04fn=Arial,fs=192,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=1,uc=303,bn=1,ca=,cc=0,ce=05fn=Arial,fs=192,fe=32,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=06fn=Arial,fs=192,fe=32,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=07fn=Arial,fs=192,fe=32,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=08fn=Arial,fs=192,fe=32,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=09fn=Arial,fs=176,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=1,uc=303,bn=1,ca=,cc=0,ce=0:fn=Arial,fs=176,fe=32,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=176,fe=32,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=176,fe=32,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=176,fe=32,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=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=0?fn=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=0@fn=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=0Afn=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=0Bfn=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=0Cfn=Arial,fs=132,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=1,uc=303,bn=1,ca=,cc=0,ce=0Dfn=Arial,fs=132,fe=32,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=0Efn=Arial,fs=132,fe=32,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=0Ffn=Arial,fs=132,fe=32,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=0Gfn=Arial,fs=132,fe=32,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=0Hfn=Arial,fs=325,fe=0,fc=281,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=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=0Ifn=Arial,fs=297,fe=0,fc=281,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=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=0Jfn=Arial,fs=297,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=0Kfn=Arial,fs=269,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=0Lfn=Arial,fs=269,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=0Mfn=Arial,fs=210,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=0Nfn=Arial,fs=199,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=0Ofn=Arial,fs=186,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=0Pfn=Arial,fs=173,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=0Qfn=Arial,fs=160,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=0Rfn=Arial,fs=247,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=0Sfn=Arial,fs=234,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=0Tfn=Arial,fs=219,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=0Ufn=Arial,fs=204,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=0Vfn=Arial,fs=188,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=0Wfn=Arial,fs=203,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=290,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=275,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=258,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=239,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=221,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=357,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=0^fn=Arial,fs=339,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=317,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=295,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=0afn=Arial,fs=272,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=0bfn=Arial,fs=382,fe=0,fc=281,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=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=0cfn=Arial,fs=349,fe=0,fc=281,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=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=0dfn=Arial,fs=349,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=0efn=Arial,fs=316,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=0ffn=Arial,fs=316,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=0gfn=Arial,fs=181,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=0hfn=Arial,fs=276,fe=0,fc=281,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=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=0ifn=Arial,fs=252,fe=0,fc=281,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=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=0jfn=Arial,fs=252,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=0kfn=Arial,fs=229,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=0lfn=Arial,fs=229,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=0mfn=Arial,fs=227,fe=0,fc=283,hy=NO,hc=3,qm=0,sh=25,st=25,if=75,ip=75,pl=0,bu=,bs=1,pr=75,ll=100,ts=462<0L|,bc=286,bz=100,f2=283,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0nfn=Arial,fs=490,fe=32,fc=280,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=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0ofn=Arial,fs=382,fe=32,fc=280,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=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0pfn=Arial,fs=327,fe=32,fc=280,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=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0qfn=Arial,fs=273,fe=32,fc=280,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=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0rfn=Arial,fs=218,fe=32,fc=280,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=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0sfn=Arial,fs=296,fe=0,fc=281,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=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=0tfn=Arial,fs=296,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=0ufn=Arial,fs=291,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=0vfn=Arial,fs=314,fe=0,fc=282,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=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=298,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=545,pl=15,bu=\14,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=0xfn=Arial,fs=279,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\14,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=0yfn=Arial,fs=258,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\14,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=0zfn=Arial,fs=240,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\14,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=Comic Sans MS,fs=301,fe=32,fc=268,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=268,b2=268,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0|fn=Comic Sans MS,fs=176,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=281,bz=100,f2=281,b2=281,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0}fn=Comic Sans MS,fs=176,fe=0,fc=281,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=281,bz=100,f2=281,b2=281,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0~fn=Comic Sans MS,fs=211,fe=0,fc=281,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=281,bz=100,f2=281,b2=281,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=254,fe=32,fc=268,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=268,b2=268,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=200,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=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=200,fe=32,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=Gill Sans,fs=200,fe=32,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=Gill Sans,fs=200,fe=32,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=Gill Sans,fs=200,fe=32,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=Gill Sans,fs=280,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=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=280,fe=32,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=Gill Sans,fs=280,fe=32,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=Gill Sans,fs=280,fe=32,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=Gill Sans,fs=280,fe=32,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=213,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=154,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=0uf$$`Background Images_p$$`NamedStyle objects@[<>0000910{name=,r=22}{name=Level2,r=23}{name=Level3,r=24}{name=Level4,r=35}{name=Level5,r=36}o  Label text@!![ $ $   <>0000910{name=,r=12}{name=Level2,r=25}{name=Level3,r=26}{name=Level4,r=27}{name=Level5,r=28}o Presentation subtitle@[/!/!k|<>0000910{name=,r=11}{name=Level2,r=13}{name=Level3,r=29}{name=Level4,r=30}{name=Level5,r=31}o Presentation title@>$[u % %uu<>0000910{name=,r=10}{name=Level2,r=18}{name=Level3,r=19}{name=Level4,r=20}{name=Level5,r=21}o Numbered list@>$Zu % %uu<>0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted text@#[D%D%77<>0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title_$$`Presentation Backdrop@#[-D%-D%<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title 4"=%=%_$$`Title@Z!'[Q,$Q,$<>Click here to type presentation title0000910{name=,r=11}{name=Level2,r=13}{name=Level3,r=29}{name=Level4,r=30}{name=Level5,r=31}o Presentation title@!![ $ $   <>Click here to type subtitle0000910{name=,r=12}{name=Level2,r=25}{name=Level3,r=26}{name=Level4,r=27}{name=Level5,r=28}o Presentation subtitlee@$V<>Click here to add clip art0000864{name=,r=8}{name=Level2,r=8}{name=Level3,r=8}{name=Level4,r=8}{name=Level5,r=8}o _$$` Bulleted ListaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@>$"Zu6%6%uu<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted text_$$`2-Column BulletsaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@"Zu))uu<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted text@"Z%%<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted text_$$`1 ChartaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee @>$Vu%%%%uu <>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`2 ChartsaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee @Vu%)%)uu <>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o f @V%%%% <>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`4 ChartsaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee @Vu ) )uu<>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o f @V % %<>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o g @Vu%)%)3 u3 u,<>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o h @V%%%%3 3 ,<>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`Bullets & ChartaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@"Zu))uu<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted texte @V%%%% <>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`Bullets & Clip ArtaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@"Zu))uu<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted texte@V%%%% <>Click here to add clip art0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`Organization ChartaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee!@>$)Vu%%%%uu <>Click here to create organization chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`TableaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee"@>$Vu%%%%uu <>Click here to create table0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`DiagramaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee&@>$Vu%%%%uu <>Click here to create diagram0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$` Basic LayoutaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title_$$`Page 2k@AZ![[9i!i!9><+fs=613+fc=308+f2=308+bc=313+b2=313+f2=308+b2=313>Security Improvements in DB2 V8 for z/OS0000910{name=,r=11}{name=Level3,r=29}{name=Level2,r=13}{name=Level4,r=30}{name=Level5,r=31}o Presentation title@[ZvZvaa1]<> 0000910{name=,r=37}{name=Level2,r=38}{name=Level3,r=39}{name=Level4,r=40}{name=Level5,r=41}o @ [N3N3$<>Brian Lee0000910{name=,r=42}{name=Level2,r=43}{name=Level3,r=44}{name=Level4,r=45}{name=Level5,r=46}o @qs[9 9 l <><=<+fs=197>Senior Consultant and<=Certified DB2 Specialist,Certified Java Analyst<=<=brianlee@lightyr.com<=<><=<=0000910{name=,r=47}{name=Level5,r=48}{name=Level2,r=49}{name=Level3,r=50}{name=Level4,r=51}o ;?6$db, * 4Eb,?6$d p k[hY p@ 3[b kkb b <>L I G H T Y E A R0000910{name=,r=52}{name=Level2,r=53}{name=Level3,r=54}{name=Level4,r=55}{name=Level5,r=56}o  ;4H8$oo4HH$;488$?288 dhaII?288 dhaII?288 d hI I&& ?288 d=hRI=IYY=?V88  diy uqIqICqqqiqi?288 d L;CE E!! ?288 dL;EE?288 dRss?288 dqsqsq?288 d=Rs=sYY=?288 d s s&& ?288 dLa;EE?288 dLa;EE?88  d ay   ?N88  d ay !      ?288 d ;: :&& ?N88  d&y & "!!#### #  &?n88 d !yC!!!!!      !?288 d;R::?n88 d:;y     {zzzuutqq:q:?n88 d:Y;yRYWWRQOOOOJ J G B B @>=:=:Y?N88  dRy !!!!!!   ?288 d4!*C! 4 4!?288 d4*44?288 diyRhii?288 d=yRi=iYY=?288 d yi i&& ?288 d*a44?288 d*a44?288 dYhR;Y2==Y?288 d%h*&#  %?288 dah?288 dR?288 d))?288 d:!C! 0 :!?N88  d y    !  ?288 dah  488$\\@[)E=E=))<>Business<=Partner0000910{name=,r=57}{name=Level2,r=58}{name=Level3,r=59}{name=Level4,r=60}{name=Level5,r=61}o  @!![ % %  - <> 0000910{name=,r=12}{name=Level2,r=25}{name=Level3,r=26}{name=Level4,r=27}{name=Level5,r=28}o Presentation subtitle@i[OO<+fs=202>Lightyear Consulting Ltd.<=Palo Alto, Calgary, Scottsdale, Laguna Beach, Austin, Chicago<=Tel: 1-877-LIGHTYR<=www.lightyr.com0000910{name=,r=62}{name=Level2,r=63}{name=Level3,r=64}{name=Level4,r=65}{name=Level5,r=66}o @ [bbh<>Source from Roger Miller (IBM)0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o _$$`Page 9a Bulleted Listk@#`D%D%2<+fc=317+f2=317+f2=317>Agenda0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$H[''<>Overview of security enhancements in V8<=Multilevel Security with Row Level Granularity (Preview)<=Multilevel Security for Access Control<=Special Registers and Session Variables<=Encryption<=Other authorization changes<=<Level2>Return Secondary Authorization Information<=Materialized Query Tables (MQT)<=Sequences<=<>Summary0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J_$$`Page 10a Bulleted Listk@#`D%D%2<>DB2 Security Needs0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^ ' '---<>Very significant need for increased<=<Level2>Security<=<Level3>Mandatory security<=Row level granularity<=<Level2>Flexibility e-business<=Integration<=Ease of Use for safe security0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text; NAME=Group1;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J NAME=Curve1;ChCLIPBOARD AN@} @} A3[EE V@EA @}I_Dm AAAhAA_Dl AAA@AA1@AAl@lAA@IBA7K "V7K FU  7K" $ !% %$$"&'*(-)++-+0.2/41325/9 5946!69#:=&=:*A*=E*AA&AB,BE-SF.GI.KM/WO.BB1EF1GF;GJ2KM2LM5QK0QN5HK:KN8PM9QP-LP3MQ6OU7SR6UU6MR]\>aZ9`]>LLBKNCNNHQQESUBSRKUUMXZA\]AZ^M`_BXYU]^T__[]`OeaEdeJ^aP`bTbeUaa[de[ynQfiYjmYjm]rsWfdaiicloajjinljmp`rufrqouwiwyk{}m{ytyyynYy\}}tiwv{{|x¯ŵįͼ²òŹʹɽ;­ȟʼñť;ȩ˳̹ծϺK@ 88888 $  ݋ZJPSY]`dhsu y+ $&+?DIR\`esv l &' &'('(&$&+?CIKZ`es~ W  & '(,(&$% >ADR\euA  &'(&$%Cdi   &  &$k S   $& P@    $$& VB $ Wa  Q    P    O   L G G G|  Gy   Gt   Gm  Gl    Oi Ob  L_ O[PU  QQ  PO  UQ  WO ^G 4' _GN9:9737320' bE N79379372 7F:0' .2cB N972*'023F:F(p圶F*i4 N7:6 67:9="zǤťG* l4N9F (2:9:"ĉ46 l,N92:$6:9E.̵ú/6 n&&N;7XN&79893 6 o$0M:E&(79893ȝ1 w$7MEF6:293 <{2 x#7M:7 76/9727˷r$' yEH:720:72;o)' | NF=;:97:72fTgjM2& }E(&'*2*(2&(*-B$        $   $ $$$  &$$  &$&$&$ &&$ && $('&$ &$&'&$$$&$$&(' &$$|   $&( & cWL:50(7632/'! &  &BQ zq3&_$$`Page 44a Bulleted Listk@#`D%D%2<>Security Enhancements in V80000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@N>$_`uZ%Z%uu<>Multilevel Security (MLS)<=<Level2>Row-level security<=Extension to SQL with RACF access control<=<>DRDA encryption on the wire<=<Level2>Encrypt and decrypt data based on the 56-bit DES (userid and password)<=Uses z/OS ICSF facilities with hardware assist<=<>JDBC security enhancement<=<Level2>Improved security for DB2 authentication in new DB2 universal driver<=<>ODBC security enhancement<=<Level2>SQLConnect user and password support (available in V7 via APAR)<=<>Exploitation of security enhancements in z/OS<=<Level2>Enhancement of system SSL, Firewall and LDAP<=PKI Services for Digital Certificate0000965{name=,r=104}{name=Level2,r=105}{name=Level3,r=106}{name=Level4,r=107}{name=Level5,r=108}o Bulleted text?&42J6'O'J;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 11a Bulleted Listk@#!`D%D%2<>Database security & granularity0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$[u % %uu<>Low level access control is increasingly critical<=<Level2>Web hosting<=Privacy<=<>Need row level granularity<=<Level2>Individual user restricted to specific rows<=<>Views can limit access<=<Level2>May be cumbersome<=Not as effective for update, insert, delete and utilities0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J6'O'J_$$`Page 12a Bulleted Listk@#`D%D%2<>New concepts for DB2 people0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^j%%jj<>Multilevel security (MLS)<=Discretionary access control (DAC)<=Mandatory access control (MAC)<=Security label or seclabel<=Read up<=Write down<=Seclabel comparisions<=<Level2+fs=303>Dominate (Greater than or equal to)<=Reverse dominate (Less than or equal to)<=Equivalence<=Null0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J6'O'J;;?$dz   B Y u    x x 4    6 i i    u Y B    %',:<c?$+d<1+L;& xlXA,V?q!XCR_PgEtHMM<<HP<<IK,<F<l< ;?d  T}  - d {     P P n U     > >     { d -   :?$+d  +}l[HpAr$}}tggvreerrzecTN,?qc;IC.e'%##% 3=!Ne?2$dnpn?2oo$d Dr=r*% ?2oo$dxjj'?2oo$d%$Ylg2g%?Soo$dc;X CJc;;;0Avc;?2oo$d#=$+QP#P#J#=?Nd.*,=CHHHHA?=77}7xAlAjCeC_A]AY;W=R=PHPHPJLCFAA??;=;;;7L7L.L*A&C"FRRRJHF...JPVgg g]]Y*]3_9_=eHeLeP_Y_]]a[l[p[vgjlrnj5.?$ d(j ~ (j p   '   <   _w ]H ]1 }}ccax }) [   '    v 3 3 Y n  " "  (p (j ?$ d] Wg ] )J ) )R   Z    K "   <AE! T w  . . 5  . | ] ] _$$`Page 4k@#` % %S<>Multilevel Security by Row0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title;4"9$, @, @,?&"d4"3$  ,4"3$& & ,4"3$3 3 ,?&"dBT?&"d u   4"=$##  ,4"$k7 k7 ,4"0$ EiEi ,?&"dhk bM % s  ^ ?&"dhR b? Y uW ?&"dR 2 Y J ?&"d R  Y  4"4$7OO 7 ,4"5$66  ,4">$]!]!  ,?&"d8 & ? 8 ?&"dR ? Y W ?&"d  % 1 ?&"d % % = ?&"d M % ^ ?&"d@" [LLR<+fe=32>Red0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @"[    <+fe=32>Orange0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @[B   B H <+fe=32>Yellow0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @"[m m <>SUNSET0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=85}{name=Level5,r=86}o @<B[ a a<>GREEN0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o @B[  <>PASTEL0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o @" [<+fe=32>Blue0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @B[44<+fe=32>Indigo0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @B[  <+fe=32>Violet0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @B [ @@  <>RAINBOW0000910{name=,r=88}{name=Level2,r=89}{name=Level3,r=90}{name=Level4,r=91}{name=Level5,r=92}o ?&"di`zi. ?&42J6'O'J;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  #$@#* `  ))<>My Seclabel0000965{name=,r=138}{name=Level2,r=138}{name=Level3,r=138}{name=Level4,r=138}{name=Level5,r=138}o #$@# `   A w <>Read Up0000965{name=,r=139}{name=Level2,r=139}{name=Level3,r=139}{name=Level4,r=139}{name=Level5,r=139}o #$@#` `   <>Write Down0000965{name=,r=139}{name=Level2,r=139}{name=Level3,r=139}{name=Level4,r=139}{name=Level5,r=139}o ?&"dA#"# A#?&"dD-! @B[   <>Horizontal (Catagories)0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o @ [$$ & &&<>Vertical (Hierarchies)0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o _$$`Page 27a Bulleted Listk@#`D%D%2<>Security Labels in RACF0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@?>$Z[]*&]*&kkk<>Users have default SECLABEL<=<Level2>Users (TSO/E, batch jobs) can request specific SECLABEL<=<>Port of entry (e.g. terminal) has SECLABEL<=Print labeled with SECLABEL<=Datasets, other objects have a SECLABEL<=Each SECLABEL has a RACF profile:<=<Level2>Access list, Universal access, Audit information<=<>System and user controls for write-down0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J6'O'J;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 28a Bulleted Listk@#"`D%D%2<>Built-in Security Labels in RACF0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@9>$W[?}%}%<?<?<<>SYSHIGH equivalent to highest security level<=<Level2>Dominates all other security labels <=<>SYSLOW equivalent to the lowest security level<=<Level2>Dominates by all other security labels<=<>SYSNONE equivalent to any security label<=SYSMULTI equivalent to any security label<=<Level2>Can contain data with different security classifications0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J6'O'J;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 5k@#`*%*%ZZ<>Multilevel Security by Row0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page titleChCLIPBOARDo~~vu,r=Luu"F`v(;"`\vN|(;uvvvE E II F:5FI O [ " 5I