// Macros : $macros={}; $macros["Angle 36"]={ name:"Angle 36", parameters:["point","point"], exec: function (P1, P2) { L1=Line("L1",P1,P2); C1=Circle("C1",P1,P2); Symc1=Symmetry("Symc1",P1,P2); Perp1=Perpendicular("Perp1",L1,P1); M1=MidPoint("M1",P1,Symc1); P3=OrderedIntersection("P3",Perp1,C1,1); M2=MidPoint("M2",M1,P1); M3=MidPoint("M3",P1,P3); C2=Circle("C2",M2,M3); P4=OrderedIntersection("P4",L1,C2,0); Perp2=Perpendicular("Perp2",L1,P4); P5=OrderedIntersection("P5",Perp2,C1,1); L2=PerpendicularBisector("L2",P2,P5); P6=OrderedIntersection("P6",L2,C1,1); return [L2,P6]; }}; $macros["Droite Hyp"]={ name:"Droite Hyp", parameters:["circle","point","point"], exec: function (C1, A, B) { O=Center("O",C1); L1=Line("L1",O,A); L2=PerpendicularBisector("L2",B,A); S3=Segment("S3",B,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); M1=MidPoint("M1",A,P4); Perp2=Perpendicular("Perp2",L1,M1); P6=OrderedIntersection("P6",L2,Perp2,0); C2=Circle("C2",P6,B); R1=Ray("R1",P6,P5); P7=OrderedIntersection("P7",C1,C2,1); P8=OrderedIntersection("P8",C1,C2,0); P9=OrderedIntersection("P9",R1,C2,0); C4=Arc3pts("C4",P7,P9,P8); return [C4]; }}; $macros["Inter hyp"]={ name:"Inter hyp", parameters:["point","point","point","point","circle"], exec: function (b1, b2, c2, c1, C1) { O=Center("O",C1); L11=Line("L11",O,b2); L21=PerpendicularBisector("L21",b1,b2); L12=Line("L12",O,c2); L22=PerpendicularBisector("L22",c1,c2); Perp11=Perpendicular("Perp11",L11,O); P22=OrderedIntersection("P22",L11,C1,0); Perp12=Perpendicular("Perp12",L12,O); P23=OrderedIntersection("P23",L12,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P16=OrderedIntersection("P16",Perp12,C1,0); S11=Segment("S11",b2,P12); S21=Segment("S21",P12,P22); S12=Segment("S12",c2,P16); S22=Segment("S22",P16,P23); Par11=Parallel("Par11",S11,P22); Par12=Parallel("Par12",S12,P23); P32=OrderedIntersection("P32",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp12,Par12,0); Par21=Parallel("Par21",S21,P32); Par22=Parallel("Par22",S22,P33); P42=OrderedIntersection("P42",L11,Par21,0); P43=OrderedIntersection("P43",L12,Par22,0); M11=MidPoint("M11",b2,P42); M12=MidPoint("M12",c2,P43); Perp21=Perpendicular("Perp21",L11,M11); Perp22=Perpendicular("Perp22",L12,M12); CTRb=OrderedIntersection("CTRb",L21,Perp21,0); CTRc=OrderedIntersection("CTRc",L22,Perp22,0); C21=Circle("C21",CTRb,b1); C22=Circle("C22",CTRc,c1); P1=OrderedIntersection("P1",C21,C22,0); L1=Line("L1",O,P1); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); I=OrderedIntersection("I",L1,Par2,0); M1=MidPoint("M1",I,P1); S3=Segment("S3",O,M1); J=OrderedIntersection("J",S3,C22,1); return [J]; }}; $macros["Inverse 1pt"]={ name:"Inverse 1pt", parameters:["circle","point"], exec: function (C1, A) { O=Center("O",C1); L1=Line("L1",O,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); return [P4]; }}; $macros["PerpHyper A B M"]={ name:"PerpHyper A B M", parameters:["circle","point","point","point"], exec: function (C1, A, B, M) { O=Center("O",C1); L11=Line("L11",O,A); L2=PerpendicularBisector("L2",B,A); L13=Line("L13",O,M); Perp11=Perpendicular("Perp11",L11,O); P21=OrderedIntersection("P21",L11,C1,0); Perp13=Perpendicular("Perp13",L13,O); P23=OrderedIntersection("P23",L13,C1,0); P11=OrderedIntersection("P11",Perp11,C1,0); P13=OrderedIntersection("P13",Perp13,C1,0); S11=Segment("S11",A,P11); S21=Segment("S21",P11,P21); S13=Segment("S13",M,P13); S23=Segment("S23",P13,P23); Par11=Parallel("Par11",S11,P21); Par13=Parallel("Par13",S13,P23); P31=OrderedIntersection("P31",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp13,Par13,0); Par21=Parallel("Par21",S21,P31); Par23=Parallel("Par23",S23,P33); P41=OrderedIntersection("P41",L11,Par21,0); P43=OrderedIntersection("P43",L13,Par23,0); M11=MidPoint("M11",A,P41); M2=MidPoint("M2",P43,M); L3=Line("L3",O,P43); Perp21=Perpendicular("Perp21",L11,M11); Perp3=Perpendicular("Perp3",L3,M2); P6=OrderedIntersection("P6",L2,Perp21,0); C2=Circle("C2",P6,B); L14=Line("L14",P6,M); L4=Line("L4",P6,M); Perp14=Perpendicular("Perp14",L14,P6); P24=OrderedIntersection("P24",L14,C2,0); P14=OrderedIntersection("P14",Perp14,C2,0); S14=Segment("S14",M,P14); S24=Segment("S24",P14,P24); Par14=Parallel("Par14",S14,P24); P34=OrderedIntersection("P34",Perp14,Par14,0); Par24=Parallel("Par24",S24,P34); P44=OrderedIntersection("P44",L14,Par24,0); M3=MidPoint("M3",M,P44); Perp4=Perpendicular("Perp4",L4,M3); P10=OrderedIntersection("P10",Perp3,Perp4,0); C3=Circle("C3",P10,M); P15=OrderedIntersection("P15",C1,C3,1); P16=OrderedIntersection("P16",C3,C1,1); C5=Arc3pts("C5",P15,M,P16); return [C5]; }}; $macros["Segment Hyp"]={ name:"Segment Hyp", parameters:["circle","point","point"], exec: function (C1, A, B) { O=Center("O",C1); L1=Line("L1",O,A); L2=PerpendicularBisector("L2",B,A); S3=Segment("S3",B,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); M1=MidPoint("M1",A,P4); Perp2=Perpendicular("Perp2",L1,M1); P6=OrderedIntersection("P6",L2,Perp2,0); C2=Circle("C2",P6,B); R1=Ray("R1",P6,P5); P9=OrderedIntersection("P9",R1,C2,0); C3=Arc3pts("C3",B,P9,A); return [C3]; }}; // Coordinates System : SetCoords(394.26357233989256,308.4550277870326,1.2464168188921354); // Geometry : Ohz=Point("Ohz",-3.7624999999999984,-1.5875000000000967); O=Point("O",-3.071151296693239,-1.2367773288575348); Ou=Point("Ou",0,0); tu=Point("tu",0.3979754267847911,0); Iu=Point("Iu",1.0000000000000178,0); C1=Circle1("C1",Ohz,227.9791052406368); R1=Ray("R1",Ohz,O); M1=MidPoint("M1",Ohz,Iu); M2=MidPoint("M2",Ohz,tu); C2=Circle("C2",Ohz,O); L1=Line("L1",Ohz,O); L14=Line("L14",Ohz,O); Uhz=OrderedIntersection("Uhz",R1,C1,0); Symc1=Symmetry("Symc1",M1,Ou); Symc2=Symmetry("Symc2",M2,Ou); Perp1=Perpendicular("Perp1",L1,Ohz); P2=OrderedIntersection("P2",L1,C1,0); Perp14=Perpendicular("Perp14",L14,Ohz); P24=OrderedIntersection("P24",L14,C1,0); S1=Segment("S1",Symc1,Uhz); P1=OrderedIntersection("P1",Perp1,C1,0); P14=OrderedIntersection("P14",Perp14,C1,0); Par1=Parallel("Par1",S1,Symc2); S11=Segment("S11",O,P1); S2=Segment("S2",P1,P2); S15=Segment("S15",O,P14); S24=Segment("S24",P14,P24); T54=OrderedIntersection("T54",R1,Par1,0); Par11=Parallel("Par11",S11,P2); Par15=Parallel("Par15",S15,P24); P3=OrderedIntersection("P3",Perp1,Par11,0); P34=OrderedIntersection("P34",Perp14,Par15,0); Par2=Parallel("Par2",S2,P3); Par24=Parallel("Par24",S24,P34); Oi=OrderedIntersection("Oi",L1,Par2,0); P44=OrderedIntersection("P44",L14,Par24,0); M3=MidPoint("M3",O,Oi); L12=Line("L12",Oi,T54); M11=MidPoint("M11",O,P44); C3=Circle("C3",M3,Oi); L11=Line("L11",M3,Ohz); Perp12=Perpendicular("Perp12",L12,Oi); Perp2=Perpendicular("Perp2",L14,M11); Perp11=Perpendicular("Perp11",L11,M3); P21=OrderedIntersection("P21",L11,C3,0); P11=OrderedIntersection("P11",Perp11,C3,0); S12=Segment("S12",Ohz,P11); S21=Segment("S21",P11,P21); Par12=Parallel("Par12",S12,P21); P31=OrderedIntersection("P31",Perp11,Par12,0); Par21=Parallel("Par21",S21,P31); P41=OrderedIntersection("P41",L11,Par21,0); Ce=MidPoint("Ce",P41,Ohz); C4=Circle("C4",Ce,Ohz); P4=OrderedIntersection("P4",C2,C4,1); C5=Circle("C5",Oi,P4); P22=OrderedIntersection("P22",L12,C5,0); P12=OrderedIntersection("P12",Perp12,C5,0); S13=Segment("S13",T54,P12); S22=Segment("S22",P12,P22); Par13=Parallel("Par13",S13,P22); P32=OrderedIntersection("P32",Perp12,Par13,0); Par22=Parallel("Par22",S22,P32); P42=OrderedIntersection("P42",L12,Par22,0); L13=Line("L13",M3,P42); Perp13=Perpendicular("Perp13",L13,M3); P23=OrderedIntersection("P23",L13,C3,0); P13=OrderedIntersection("P13",Perp13,C3,0); S14=Segment("S14",P42,P13); S23=Segment("S23",P13,P23); Par14=Parallel("Par14",S14,P23); P33=OrderedIntersection("P33",Perp13,Par14,0); Par23=Parallel("Par23",S23,P33); P43=OrderedIntersection("P43",L13,Par23,0); M4=MidPoint("M4",P43,P42); C6=Circle("C6",M4,P42); M=PointOn("M",C6,4.881100772551333); L2=PerpendicularBisector("L2",M,O); S3=Segment("S3",M,O); L110=Line("L110",Ohz,M); L114=Line("L114",Ohz,M); P51=OrderedIntersection("P51",L2,S3,0); P6=OrderedIntersection("P6",L2,Perp2,0); Perp110=Perpendicular("Perp110",L110,Ohz); P29=OrderedIntersection("P29",L110,C1,0); Perp114=Perpendicular("Perp114",L114,Ohz); P213=OrderedIntersection("P213",L114,C1,0); C21=Circle("C21",P6,M); R11=Ray("R11",P6,P51); P19=OrderedIntersection("P19",Perp110,C1,0); P113=OrderedIntersection("P113",Perp114,C1,0); P9=OrderedIntersection("P9",R11,C21,0); S110=Segment("S110",M,P19); S29=Segment("S29",P19,P29); S114=Segment("S114",M,P113); S213=Segment("S213",P113,P213); C31=Arc3pts("C31",M,P9,O); Par110=Parallel("Par110",S110,P29); Par114=Parallel("Par114",S114,P213); Center1=Center("Center1",C31); P310=OrderedIntersection("P310",Perp110,Par110,0); P314=OrderedIntersection("P314",Perp114,Par114,0); S4=Segment("S4",Center1,O); Par29=Parallel("Par29",S29,P310); Par213=Parallel("Par213",S213,P314); Perp3=Perpendicular("Perp3",S4,O); P410=OrderedIntersection("P410",L110,Par29,0); P414=OrderedIntersection("P414",L114,Par213,0); Perp4=Perpendicular("Perp4",Perp3,M); M13=MidPoint("M13",M,P410); M17=MidPoint("M17",M,P414); P5=OrderedIntersection("P5",Perp3,Perp4,0); Perp22=Perpendicular("Perp22",L110,M13); Perp26=Perpendicular("Perp26",L114,M17); L15=Line("L15",O,P5); C11=Circle("C11",O,P5); Symc11=Symmetry("Symc11",O,P5); Perp15=Perpendicular("Perp15",L15,O); M12=MidPoint("M12",O,Symc11); P35=OrderedIntersection("P35",Perp15,C11,1); M21=MidPoint("M21",M12,O); M31=MidPoint("M31",O,P35); C22=Circle("C22",M21,M31); P45=OrderedIntersection("P45",L15,C22,0); Perp21=Perpendicular("Perp21",L15,P45); P52=OrderedIntersection("P52",Perp21,C11,1); L21=PerpendicularBisector("L21",P5,P52); P61=OrderedIntersection("P61",L21,C11,1); Perp5=Perpendicular("Perp5",L21,O); P7=OrderedIntersection("P7",Perp11,Perp5,0); Cang36=Circle("Cang36",P7,O); L16=Line("L16",P7,M); Perp16=Perpendicular("Perp16",L16,P7); P25=OrderedIntersection("P25",L16,Cang36,0); P15=OrderedIntersection("P15",Perp16,Cang36,0); S16=Segment("S16",M,P15); S25=Segment("S25",P15,P25); Par16=Parallel("Par16",S16,P25); P36=OrderedIntersection("P36",Perp16,Par16,0); Par25=Parallel("Par25",S25,P36); P46=OrderedIntersection("P46",L16,Par25,0); L17=Line("L17",P6,P46); L26=PerpendicularBisector("L26",P46,M); S35=Segment("S35",P46,M); Perp17=Perpendicular("Perp17",L17,P6); P26=OrderedIntersection("P26",L17,C21,0); P66=OrderedIntersection("P66",L26,Perp26,0); P16=OrderedIntersection("P16",Perp17,C21,0); C27=Circle("C27",P66,P46); S17=Segment("S17",P46,P16); S26=Segment("S26",P16,P26); Par17=Parallel("Par17",S17,P26); P37=OrderedIntersection("P37",Perp17,Par17,0); Par26=Parallel("Par26",S26,P37); P47=OrderedIntersection("P47",L17,Par26,0); L18=Line("L18",P7,P47); L22=PerpendicularBisector("L22",P47,M); S31=Segment("S31",P47,M); L111=Line("L111",Ohz,P47); L115=Line("L115",P66,P47); Perp18=Perpendicular("Perp18",L18,P7); P27=OrderedIntersection("P27",L18,Cang36,0); P62=OrderedIntersection("P62",L22,Perp22,0); Perp111=Perpendicular("Perp111",L111,Ohz); P210=OrderedIntersection("P210",L111,C1,0); Perp115=Perpendicular("Perp115",L115,P66); P214=OrderedIntersection("P214",L115,C27,0); P17=OrderedIntersection("P17",Perp18,Cang36,0); C23=Circle("C23",P62,P47); P110=OrderedIntersection("P110",Perp111,C1,0); P114=OrderedIntersection("P114",Perp115,C27,0); L127=Line("L127",P62,P46); S18=Segment("S18",P47,P17); S27=Segment("S27",P17,P27); S111=Segment("S111",P47,P110); S210=Segment("S210",P110,P210); S115=Segment("S115",P47,P114); S214=Segment("S214",P114,P214); Perp127=Perpendicular("Perp127",L127,P62); P226=OrderedIntersection("P226",L127,C23,0); Par18=Parallel("Par18",S18,P27); Par111=Parallel("Par111",S111,P210); Par115=Parallel("Par115",S115,P214); P126=OrderedIntersection("P126",Perp127,C23,0); P38=OrderedIntersection("P38",Perp18,Par18,0); P311=OrderedIntersection("P311",Perp111,Par111,0); P315=OrderedIntersection("P315",Perp115,Par115,0); S127=Segment("S127",P46,P126); S226=Segment("S226",P126,P226); Par27=Parallel("Par27",S27,P38); Par210=Parallel("Par210",S210,P311); Par214=Parallel("Par214",S214,P315); Par127=Parallel("Par127",S127,P226); P48=OrderedIntersection("P48",L18,Par27,0); P411=OrderedIntersection("P411",L111,Par210,0); P415=OrderedIntersection("P415",L115,Par214,0); P327=OrderedIntersection("P327",Perp127,Par127,0); L19=Line("L19",P6,P48); M14=MidPoint("M14",P47,P411); L113=Line("L113",Ohz,P48); L25=PerpendicularBisector("L25",P46,P48); S34=Segment("S34",P46,P48); L116=Line("L116",P66,P48); Par226=Parallel("Par226",S226,P327); L129=Line("L129",P62,P48); Perp19=Perpendicular("Perp19",L19,P6); P28=OrderedIntersection("P28",L19,C21,0); Perp23=Perpendicular("Perp23",L111,M14); Perp113=Perpendicular("Perp113",L113,Ohz); P212=OrderedIntersection("P212",L113,C1,0); Perp116=Perpendicular("Perp116",L116,P66); P215=OrderedIntersection("P215",L116,C27,0); P427=OrderedIntersection("P427",L127,Par226,0); Perp129=Perpendicular("Perp129",L129,P62); P228=OrderedIntersection("P228",L129,C23,0); P18=OrderedIntersection("P18",Perp19,C21,0); P112=OrderedIntersection("P112",Perp113,C1,0); P115=OrderedIntersection("P115",Perp116,C27,0); P128=OrderedIntersection("P128",Perp129,C23,0); S19=Segment("S19",P48,P18); S28=Segment("S28",P18,P28); S113=Segment("S113",P48,P112); S212=Segment("S212",P112,P212); S116=Segment("S116",P48,P115); S215=Segment("S215",P115,P215); S129=Segment("S129",P48,P128); S228=Segment("S228",P128,P228); Par19=Parallel("Par19",S19,P28); Par113=Parallel("Par113",S113,P212); Par116=Parallel("Par116",S116,P215); Par129=Parallel("Par129",S129,P228); P39=OrderedIntersection("P39",Perp19,Par19,0); P313=OrderedIntersection("P313",Perp113,Par113,0); P316=OrderedIntersection("P316",Perp116,Par116,0); P329=OrderedIntersection("P329",Perp129,Par129,0); Par28=Parallel("Par28",S28,P39); Par212=Parallel("Par212",S212,P313); Par215=Parallel("Par215",S215,P316); Par228=Parallel("Par228",S228,P329); P49=OrderedIntersection("P49",L19,Par28,0); P413=OrderedIntersection("P413",L113,Par212,0); P416=OrderedIntersection("P416",L116,Par215,0); P429=OrderedIntersection("P429",L129,Par228,0); L23=PerpendicularBisector("L23",P49,P47); S32=Segment("S32",P49,P47); L112=Line("L112",Ohz,P49); L24=PerpendicularBisector("L24",P48,P49); S33=Segment("S33",P48,P49); M16=MidPoint("M16",P48,P413); L117=Line("L117",P66,P49); L128=Line("L128",P62,P49); L137=Line("L137",P66,P429); P63=OrderedIntersection("P63",L23,Perp23,0); Perp112=Perpendicular("Perp112",L112,Ohz); P211=OrderedIntersection("P211",L112,C1,0); Perp25=Perpendicular("Perp25",L113,M16); Perp117=Perpendicular("Perp117",L117,P66); P216=OrderedIntersection("P216",L117,C27,0); Perp128=Perpendicular("Perp128",L128,P62); P227=OrderedIntersection("P227",L128,C23,0); Perp137=Perpendicular("Perp137",L137,P66); P236=OrderedIntersection("P236",L137,C27,0); C24=Circle("C24",P63,P49); P111=OrderedIntersection("P111",Perp112,C1,0); P65=OrderedIntersection("P65",L25,Perp25,0); P116=OrderedIntersection("P116",Perp117,C27,0); L124=Line("L124",P63,P48); L125=Line("L125",P63,M); L126=Line("L126",P63,P46); P127=OrderedIntersection("P127",Perp128,C23,0); P136=OrderedIntersection("P136",Perp137,C27,0); L138=Line("L138",P63,P429); L169=Line("L169",P63,P415); L190=Line("L190",P63,P416); S112=Segment("S112",P49,P111); S211=Segment("S211",P111,P211); C26=Circle("C26",P65,P46); S117=Segment("S117",P49,P116); S216=Segment("S216",P116,P216); L118=Line("L118",P65,M); L119=Line("L119",P65,P49); L120=Line("L120",P65,P47); Perp124=Perpendicular("Perp124",L124,P63); P223=OrderedIntersection("P223",L124,C24,0); Perp125=Perpendicular("Perp125",L125,P63); P224=OrderedIntersection("P224",L125,C24,0); Perp126=Perpendicular("Perp126",L126,P63); P225=OrderedIntersection("P225",L126,C24,0); S128=Segment("S128",P49,P127); S227=Segment("S227",P127,P227); S137=Segment("S137",P429,P136); S236=Segment("S236",P136,P236); Perp138=Perpendicular("Perp138",L138,P63); P237=OrderedIntersection("P237",L138,C24,0); Perp169=Perpendicular("Perp169",L169,P63); P268=OrderedIntersection("P268",L169,C24,0); L172=Line("L172",P65,P427); Perp190=Perpendicular("Perp190",L190,P63); P289=OrderedIntersection("P289",L190,C24,0); Par112=Parallel("Par112",S112,P211); Par117=Parallel("Par117",S117,P216); Perp118=Perpendicular("Perp118",L118,P65); P217=OrderedIntersection("P217",L118,C26,0); Perp119=Perpendicular("Perp119",L119,P65); P218=OrderedIntersection("P218",L119,C26,0); Perp120=Perpendicular("Perp120",L120,P65); P219=OrderedIntersection("P219",L120,C26,0); P123=OrderedIntersection("P123",Perp124,C24,0); P124=OrderedIntersection("P124",Perp125,C24,0); P125=OrderedIntersection("P125",Perp126,C24,0); Par128=Parallel("Par128",S128,P227); Par137=Parallel("Par137",S137,P236); P137=OrderedIntersection("P137",Perp138,C24,0); P168=OrderedIntersection("P168",Perp169,C24,0); Perp172=Perpendicular("Perp172",L172,P65); P271=OrderedIntersection("P271",L172,C26,0); P189=OrderedIntersection("P189",Perp190,C24,0); P312=OrderedIntersection("P312",Perp112,Par112,0); P317=OrderedIntersection("P317",Perp117,Par117,0); P117=OrderedIntersection("P117",Perp118,C26,0); P118=OrderedIntersection("P118",Perp119,C26,0); P119=OrderedIntersection("P119",Perp120,C26,0); S124=Segment("S124",P48,P123); S223=Segment("S223",P123,P223); S125=Segment("S125",M,P124); S224=Segment("S224",P124,P224); S126=Segment("S126",P46,P125); S225=Segment("S225",P125,P225); P328=OrderedIntersection("P328",Perp128,Par128,0); P337=OrderedIntersection("P337",Perp137,Par137,0); S138=Segment("S138",P429,P137); S237=Segment("S237",P137,P237); S169=Segment("S169",P415,P168); S268=Segment("S268",P168,P268); P171=OrderedIntersection("P171",Perp172,C26,0); S190=Segment("S190",P416,P189); S289=Segment("S289",P189,P289); Par211=Parallel("Par211",S211,P312); Par216=Parallel("Par216",S216,P317); S118=Segment("S118",M,P117); S217=Segment("S217",P117,P217); S119=Segment("S119",P49,P118); S218=Segment("S218",P118,P218); S120=Segment("S120",P47,P119); S219=Segment("S219",P119,P219); Par124=Parallel("Par124",S124,P223); Par125=Parallel("Par125",S125,P224); Par126=Parallel("Par126",S126,P225); Par227=Parallel("Par227",S227,P328); Par236=Parallel("Par236",S236,P337); Par138=Parallel("Par138",S138,P237); Par169=Parallel("Par169",S169,P268); S172=Segment("S172",P427,P171); S271=Segment("S271",P171,P271); Par190=Parallel("Par190",S190,P289); P412=OrderedIntersection("P412",L112,Par211,0); P417=OrderedIntersection("P417",L117,Par216,0); Par118=Parallel("Par118",S118,P217); Par119=Parallel("Par119",S119,P218); Par120=Parallel("Par120",S120,P219); P324=OrderedIntersection("P324",Perp124,Par124,0); P325=OrderedIntersection("P325",Perp125,Par125,0); P326=OrderedIntersection("P326",Perp126,Par126,0); P428=OrderedIntersection("P428",L128,Par227,0); P437=OrderedIntersection("P437",L137,Par236,0); P338=OrderedIntersection("P338",Perp138,Par138,0); P369=OrderedIntersection("P369",Perp169,Par169,0); Par172=Parallel("Par172",S172,P271); P390=OrderedIntersection("P390",Perp190,Par190,0); M15=MidPoint("M15",P49,P412); P318=OrderedIntersection("P318",Perp118,Par118,0); P319=OrderedIntersection("P319",Perp119,Par119,0); P320=OrderedIntersection("P320",Perp120,Par120,0); Par223=Parallel("Par223",S223,P324); Par224=Parallel("Par224",S224,P325); Par225=Parallel("Par225",S225,P326); L135=Line("L135",P65,P417); L136=Line("L136",P62,P417); Par237=Parallel("Par237",S237,P338); Par268=Parallel("Par268",S268,P369); P372=OrderedIntersection("P372",Perp172,Par172,0); Par289=Parallel("Par289",S289,P390); L191=Line("L191",P63,P417); L1183=Line("L1183",P65,P437); Perp24=Perpendicular("Perp24",L112,M15); Par217=Parallel("Par217",S217,P318); Par218=Parallel("Par218",S218,P319); Par219=Parallel("Par219",S219,P320); P424=OrderedIntersection("P424",L124,Par223,0); P425=OrderedIntersection("P425",L125,Par224,0); P426=OrderedIntersection("P426",L126,Par225,0); Perp135=Perpendicular("Perp135",L135,P65); P234=OrderedIntersection("P234",L135,C26,0); Perp136=Perpendicular("Perp136",L136,P62); P235=OrderedIntersection("P235",L136,C23,0); P438=OrderedIntersection("P438",L138,Par237,0); P469=OrderedIntersection("P469",L169,Par268,0); Par271=Parallel("Par271",S271,P372); P489=OrderedIntersection("P489",L190,Par289,0); Perp191=Perpendicular("Perp191",L191,P63); P290=OrderedIntersection("P290",L191,C24,0); Perp1183=Perpendicular("Perp1183",L1183,P65); P2182=OrderedIntersection("P2182",L1183,C26,0); P64=OrderedIntersection("P64",L24,Perp24,0); P418=OrderedIntersection("P418",L118,Par217,0); P419=OrderedIntersection("P419",L119,Par218,0); P420=OrderedIntersection("P420",L120,Par219,0); P134=OrderedIntersection("P134",Perp135,C26,0); P135=OrderedIntersection("P135",Perp136,C23,0); L139=Line("L139",P62,P426); L157=Line("L157",P66,P424); L158=Line("L158",P66,P424); L159=Line("L159",P66,P426); L160=Line("L160",P66,P425); L166=Line("L166",P65,P424); P471=OrderedIntersection("P471",L172,Par271,0); P190=OrderedIntersection("P190",Perp191,C24,0); L197=Line("L197",P62,P489); P1182=OrderedIntersection("P1182",Perp1183,C26,0); C25=Circle("C25",P64,P48); L121=Line("L121",P64,P46); L122=Line("L122",P64,P47); L123=Line("L123",P64,M); L131=Line("L131",P64,P426); L133=Line("L133",P64,P420); L134=Line("L134",P66,P420); S135=Segment("S135",P417,P134); S234=Segment("S234",P134,P234); S136=Segment("S136",P417,P135); S235=Segment("S235",P135,P235); Perp139=Perpendicular("Perp139",L139,P62); P238=OrderedIntersection("P238",L139,C23,0); L140=Line("L140",P64,P416); L146=Line("L146",P64,P437); L147=Line("L147",P64,P427); L148=Line("L148",P64,P429); L149=Line("L149",P64,P428); L150=Line("L150",P64,P438); Perp157=Perpendicular("Perp157",L157,P66); P256=OrderedIntersection("P256",L157,C27,0); Perp158=Perpendicular("Perp158",L158,P66); P257=OrderedIntersection("P257",L158,C27,0); Perp159=Perpendicular("Perp159",L159,P66); P258=OrderedIntersection("P258",L159,C27,0); Perp160=Perpendicular("Perp160",L160,P66); P259=OrderedIntersection("P259",L160,C27,0); Perp166=Perpendicular("Perp166",L166,P65); P265=OrderedIntersection("P265",L166,C26,0); L167=Line("L167",P63,P419); L170=Line("L170",P62,P418); L186=Line("L186",P63,P420); L187=Line("L187",P63,P418); S191=Segment("S191",P417,P190); S290=Segment("S290",P190,P290); Perp197=Perpendicular("Perp197",L197,P62); P296=OrderedIntersection("P296",L197,C23,0); S1183=Segment("S1183",P437,P1182); S2182=Segment("S2182",P1182,P2182); L1228=Line("L1228",Ohz,P471); Perp121=Perpendicular("Perp121",L121,P64); P220=OrderedIntersection("P220",L121,C25,0); Perp122=Perpendicular("Perp122",L122,P64); P221=OrderedIntersection("P221",L122,C25,0); Perp123=Perpendicular("Perp123",L123,P64); P222=OrderedIntersection("P222",L123,C25,0); Perp131=Perpendicular("Perp131",L131,P64); P230=OrderedIntersection("P230",L131,C25,0); Perp133=Perpendicular("Perp133",L133,P64); P232=OrderedIntersection("P232",L133,C25,0); Perp134=Perpendicular("Perp134",L134,P66); P233=OrderedIntersection("P233",L134,C27,0); Par135=Parallel("Par135",S135,P234); Par136=Parallel("Par136",S136,P235); P138=OrderedIntersection("P138",Perp139,C23,0); Perp140=Perpendicular("Perp140",L140,P64); P239=OrderedIntersection("P239",L140,C25,0); Perp146=Perpendicular("Perp146",L146,P64); P245=OrderedIntersection("P245",L146,C25,0); Perp147=Perpendicular("Perp147",L147,P64); P246=OrderedIntersection("P246",L147,C25,0); Perp148=Perpendicular("Perp148",L148,P64); P247=OrderedIntersection("P247",L148,C25,0); Perp149=Perpendicular("Perp149",L149,P64); P248=OrderedIntersection("P248",L149,C25,0); Perp150=Perpendicular("Perp150",L150,P64); P249=OrderedIntersection("P249",L150,C25,0); P156=OrderedIntersection("P156",Perp157,C27,0); P157=OrderedIntersection("P157",Perp158,C27,0); P158=OrderedIntersection("P158",Perp159,C27,0); P159=OrderedIntersection("P159",Perp160,C27,0); P165=OrderedIntersection("P165",Perp166,C26,0); Perp167=Perpendicular("Perp167",L167,P63); P266=OrderedIntersection("P266",L167,C24,0); Perp170=Perpendicular("Perp170",L170,P62); P269=OrderedIntersection("P269",L170,C23,0); Perp186=Perpendicular("Perp186",L186,P63); P285=OrderedIntersection("P285",L186,C24,0); Perp187=Perpendicular("Perp187",L187,P63); P286=OrderedIntersection("P286",L187,C24,0); Par191=Parallel("Par191",S191,P290); P196=OrderedIntersection("P196",Perp197,C23,0); Par1183=Parallel("Par1183",S1183,P2182); Perp1228=Perpendicular("Perp1228",L1228,Ohz); P2227=OrderedIntersection("P2227",L1228,C1,0); P120=OrderedIntersection("P120",Perp121,C25,0); P121=OrderedIntersection("P121",Perp122,C25,0); P122=OrderedIntersection("P122",Perp123,C25,0); P130=OrderedIntersection("P130",Perp131,C25,0); P132=OrderedIntersection("P132",Perp133,C25,0); P133=OrderedIntersection("P133",Perp134,C27,0); P335=OrderedIntersection("P335",Perp135,Par135,0); P336=OrderedIntersection("P336",Perp136,Par136,0); S139=Segment("S139",P426,P138); S238=Segment("S238",P138,P238); P139=OrderedIntersection("P139",Perp140,C25,0); P145=OrderedIntersection("P145",Perp146,C25,0); P146=OrderedIntersection("P146",Perp147,C25,0); P147=OrderedIntersection("P147",Perp148,C25,0); P148=OrderedIntersection("P148",Perp149,C25,0); P149=OrderedIntersection("P149",Perp150,C25,0); S157=Segment("S157",P424,P156); S256=Segment("S256",P156,P256); S158=Segment("S158",P424,P157); S257=Segment("S257",P157,P257); S159=Segment("S159",P426,P158); S258=Segment("S258",P158,P258); S160=Segment("S160",P425,P159); S259=Segment("S259",P159,P259); S166=Segment("S166",P424,P165); S265=Segment("S265",P165,P265); P166=OrderedIntersection("P166",Perp167,C24,0); P169=OrderedIntersection("P169",Perp170,C23,0); P185=OrderedIntersection("P185",Perp186,C24,0); P186=OrderedIntersection("P186",Perp187,C24,0); P391=OrderedIntersection("P391",Perp191,Par191,0); S197=Segment("S197",P489,P196); S296=Segment("S296",P196,P296); P3183=OrderedIntersection("P3183",Perp1183,Par1183,0); P1227=OrderedIntersection("P1227",Perp1228,C1,0); S121=Segment("S121",P46,P120); S220=Segment("S220",P120,P220); S122=Segment("S122",P47,P121); S221=Segment("S221",P121,P221); S123=Segment("S123",M,P122); S222=Segment("S222",P122,P222); S131=Segment("S131",P426,P130); S230=Segment("S230",P130,P230); S133=Segment("S133",P420,P132); S232=Segment("S232",P132,P232); S134=Segment("S134",P420,P133); S233=Segment("S233",P133,P233); Par234=Parallel("Par234",S234,P335); Par235=Parallel("Par235",S235,P336); Par139=Parallel("Par139",S139,P238); S140=Segment("S140",P416,P139); S239=Segment("S239",P139,P239); S146=Segment("S146",P437,P145); S245=Segment("S245",P145,P245); S147=Segment("S147",P427,P146); S246=Segment("S246",P146,P246); S148=Segment("S148",P429,P147); S247=Segment("S247",P147,P247); S149=Segment("S149",P428,P148); S248=Segment("S248",P148,P248); S150=Segment("S150",P438,P149); S249=Segment("S249",P149,P249); Par157=Parallel("Par157",S157,P256); Par158=Parallel("Par158",S158,P257); Par159=Parallel("Par159",S159,P258); Par160=Parallel("Par160",S160,P259); Par166=Parallel("Par166",S166,P265); S167=Segment("S167",P419,P166); S266=Segment("S266",P166,P266); S170=Segment("S170",P418,P169); S269=Segment("S269",P169,P269); S186=Segment("S186",P420,P185); S285=Segment("S285",P185,P285); S187=Segment("S187",P418,P186); S286=Segment("S286",P186,P286); Par290=Parallel("Par290",S290,P391); Par197=Parallel("Par197",S197,P296); Par2182=Parallel("Par2182",S2182,P3183); S1228=Segment("S1228",P471,P1227); S2227=Segment("S2227",P1227,P2227); Par121=Parallel("Par121",S121,P220); Par122=Parallel("Par122",S122,P221); Par123=Parallel("Par123",S123,P222); Par131=Parallel("Par131",S131,P230); Par133=Parallel("Par133",S133,P232); Par134=Parallel("Par134",S134,P233); P435=OrderedIntersection("P435",L135,Par234,0); P436=OrderedIntersection("P436",L136,Par235,0); P339=OrderedIntersection("P339",Perp139,Par139,0); Par140=Parallel("Par140",S140,P239); Par146=Parallel("Par146",S146,P245); Par147=Parallel("Par147",S147,P246); Par148=Parallel("Par148",S148,P247); Par149=Parallel("Par149",S149,P248); Par150=Parallel("Par150",S150,P249); P357=OrderedIntersection("P357",Perp157,Par157,0); P358=OrderedIntersection("P358",Perp158,Par158,0); P359=OrderedIntersection("P359",Perp159,Par159,0); P360=OrderedIntersection("P360",Perp160,Par160,0); P366=OrderedIntersection("P366",Perp166,Par166,0); Par167=Parallel("Par167",S167,P266); Par170=Parallel("Par170",S170,P269); Par186=Parallel("Par186",S186,P285); Par187=Parallel("Par187",S187,P286); P490=OrderedIntersection("P490",L191,Par290,0); P397=OrderedIntersection("P397",Perp197,Par197,0); P4175=OrderedIntersection("P4175",L1183,Par2182,0); Par1228=Parallel("Par1228",S1228,P2227); P321=OrderedIntersection("P321",Perp121,Par121,0); P322=OrderedIntersection("P322",Perp122,Par122,0); P323=OrderedIntersection("P323",Perp123,Par123,0); P331=OrderedIntersection("P331",Perp131,Par131,0); P333=OrderedIntersection("P333",Perp133,Par133,0); P334=OrderedIntersection("P334",Perp134,Par134,0); Par238=Parallel("Par238",S238,P339); P340=OrderedIntersection("P340",Perp140,Par140,0); L141=Line("L141",P64,P435); L145=Line("L145",P64,P436); P346=OrderedIntersection("P346",Perp146,Par146,0); P347=OrderedIntersection("P347",Perp147,Par147,0); P348=OrderedIntersection("P348",Perp148,Par148,0); P349=OrderedIntersection("P349",Perp149,Par149,0); P350=OrderedIntersection("P350",Perp150,Par150,0); Par256=Parallel("Par256",S256,P357); Par257=Parallel("Par257",S257,P358); Par258=Parallel("Par258",S258,P359); Par259=Parallel("Par259",S259,P360); Par265=Parallel("Par265",S265,P366); P367=OrderedIntersection("P367",Perp167,Par167,0); P370=OrderedIntersection("P370",Perp170,Par170,0); P386=OrderedIntersection("P386",Perp186,Par186,0); P387=OrderedIntersection("P387",Perp187,Par187,0); L189=Line("L189",P63,P435); L196=Line("L196",P62,P490); Par296=Parallel("Par296",S296,P397); L1115=Line("L1115",Ohz,P490); L1184=Line("L1184",P65,P436); L1207=Line("L1207",P66,P4175); L1213=Line("L1213",Ohz,P4175); P3228=OrderedIntersection("P3228",Perp1228,Par1228,0); Par220=Parallel("Par220",S220,P321); Par221=Parallel("Par221",S221,P322); Par222=Parallel("Par222",S222,P323); Par230=Parallel("Par230",S230,P331); Par232=Parallel("Par232",S232,P333); Par233=Parallel("Par233",S233,P334); P439=OrderedIntersection("P439",L139,Par238,0); Par239=Parallel("Par239",S239,P340); Perp141=Perpendicular("Perp141",L141,P64); P240=OrderedIntersection("P240",L141,C25,0); Perp145=Perpendicular("Perp145",L145,P64); P244=OrderedIntersection("P244",L145,C25,0); Par245=Parallel("Par245",S245,P346); Par246=Parallel("Par246",S246,P347); Par247=Parallel("Par247",S247,P348); Par248=Parallel("Par248",S248,P349); Par249=Parallel("Par249",S249,P350); P457=OrderedIntersection("P457",L157,Par256,0); P458=OrderedIntersection("P458",L158,Par257,0); P459=OrderedIntersection("P459",L159,Par258,0); P460=OrderedIntersection("P460",L160,Par259,0); P466=OrderedIntersection("P466",L166,Par265,0); Par266=Parallel("Par266",S266,P367); Par269=Parallel("Par269",S269,P370); Par285=Parallel("Par285",S285,P386); Par286=Parallel("Par286",S286,P387); Perp189=Perpendicular("Perp189",L189,P63); P288=OrderedIntersection("P288",L189,C24,0); Perp196=Perpendicular("Perp196",L196,P62); P295=OrderedIntersection("P295",L196,C23,0); P496=OrderedIntersection("P496",L197,Par296,0); Perp1115=Perpendicular("Perp1115",L1115,Ohz); P2114=OrderedIntersection("P2114",L1115,C1,0); Perp1184=Perpendicular("Perp1184",L1184,P65); P2183=OrderedIntersection("P2183",L1184,C26,0); Perp1207=Perpendicular("Perp1207",L1207,P66); P2206=OrderedIntersection("P2206",L1207,C27,0); Perp1213=Perpendicular("Perp1213",L1213,Ohz); P2212=OrderedIntersection("P2212",L1213,C1,0); Par2227=Parallel("Par2227",S2227,P3228); P421=OrderedIntersection("P421",L121,Par220,0); P422=OrderedIntersection("P422",L122,Par221,0); P423=OrderedIntersection("P423",L123,Par222,0); P431=OrderedIntersection("P431",L131,Par230,0); P433=OrderedIntersection("P433",L133,Par232,0); P434=OrderedIntersection("P434",L134,Par233,0); P440=OrderedIntersection("P440",L140,Par239,0); P140=OrderedIntersection("P140",Perp141,C25,0); P144=OrderedIntersection("P144",Perp145,C25,0); P446=OrderedIntersection("P446",L146,Par245,0); P447=OrderedIntersection("P447",L147,Par246,0); P448=OrderedIntersection("P448",L148,Par247,0); P449=OrderedIntersection("P449",L149,Par248,0); P450=OrderedIntersection("P450",L150,Par249,0); L151=Line("L151",P64,P439); P467=OrderedIntersection("P467",L167,Par266,0); P470=OrderedIntersection("P470",L170,Par269,0); P485=OrderedIntersection("P485",L186,Par285,0); P486=OrderedIntersection("P486",L187,Par286,0); P188=OrderedIntersection("P188",Perp189,C24,0); P195=OrderedIntersection("P195",Perp196,C23,0); P1114=OrderedIntersection("P1114",Perp1115,C1,0); L1127=Line("L1127",Ohz,P496); L1148=Line("L1148",P62,P459); L1149=Line("L1149",P62,P458); L1160=Line("L1160",Ohz,P459); L1168=Line("L1168",P65,P458); L1169=Line("L1169",P65,P459); L1170=Line("L1170",P65,P460); L1181=Line("L1181",Ohz,P458); P1183=OrderedIntersection("P1183",Perp1184,C26,0); P1206=OrderedIntersection("P1206",Perp1207,C27,0); P1212=OrderedIntersection("P1212",Perp1213,C1,0); L1227=Line("L1227",Ohz,P460); L280=PerpendicularBisector("L280",P469,P460); S379=Segment("S379",P469,P460); P4211=OrderedIntersection("P4211",L1228,Par2227,0); L130=Line("L130",P63,P423); L132=Line("L132",P65,P423); S141=Segment("S141",P435,P140); S240=Segment("S240",P140,P240); L142=Line("L142",P64,P434); S145=Segment("S145",P436,P144); S244=Segment("S244",P144,P244); Perp151=Perpendicular("Perp151",L151,P64); P250=OrderedIntersection("P250",L151,C25,0); L152=Line("L152",P66,P421); L153=Line("L153",P66,P423); L154=Line("L154",P66,P422); L156=Line("L156",P66,P431); L161=Line("L161",P63,P446); L165=Line("L165",P63,P440); L168=Line("L168",P62,P422); L171=Line("L171",P65,P470); L174=Line("L174",P65,P446); L175=Line("L175",P65,P447); L176=Line("L176",P65,P448); L177=Line("L177",P65,P449); L178=Line("L178",P65,P450); L188=Line("L188",P63,P434); S189=Segment("S189",P435,P188); S288=Segment("S288",P188,P288); L192=Line("L192",P64,P485); L193=Line("L193",P64,P486); S196=Segment("S196",P490,P195); S295=Segment("S295",P195,P295); L1100=Line("L1100",P62,P486); L1101=Line("L1101",P62,P485); L1102=Line("L1102",P62,P467); L1107=Line("L1107",P62,P431); L1109=Line("L1109",P62,P450); S1115=Segment("S1115",P490,P1114); S2114=Segment("S2114",P1114,P2114); L1119=Line("L1119",Ohz,P486); L1121=Line("L1121",Ohz,P485); Perp1127=Perpendicular("Perp1127",L1127,Ohz); P2126=OrderedIntersection("P2126",L1127,C1,0); Perp1148=Perpendicular("Perp1148",L1148,P62); P2147=OrderedIntersection("P2147",L1148,C23,0); Perp1149=Perpendicular("Perp1149",L1149,P62); P2148=OrderedIntersection("P2148",L1149,C23,0); Perp1160=Perpendicular("Perp1160",L1160,Ohz); P2159=OrderedIntersection("P2159",L1160,C1,0); Perp1168=Perpendicular("Perp1168",L1168,P65); P2167=OrderedIntersection("P2167",L1168,C26,0); Perp1169=Perpendicular("Perp1169",L1169,P65); P2168=OrderedIntersection("P2168",L1169,C26,0); Perp1170=Perpendicular("Perp1170",L1170,P65); P2169=OrderedIntersection("P2169",L1170,C26,0); Perp1181=Perpendicular("Perp1181",L1181,Ohz); P2180=OrderedIntersection("P2180",L1181,C1,0); S1184=Segment("S1184",P436,P1183); S2183=Segment("S2183",P1183,P2183); L1192=Line("L1192",Ohz,P447); L1198=Line("L1198",Ohz,P450); L259=PerpendicularBisector("L259",P448,P450); S358=Segment("S358",P448,P450); L1199=Line("L1199",Ohz,P448); L260=PerpendicularBisector("L260",P446,P448); S359=Segment("S359",P446,P448); L1200=Line("L1200",Ohz,P446); S1207=Segment("S1207",P4175,P1206); S2206=Segment("S2206",P1206,P2206); S1213=Segment("S1213",P4175,P1212); S2212=Segment("S2212",P1212,P2212); L1224=Line("L1224",Ohz,P440); L1225=Line("L1225",Ohz,P467); L278=PerpendicularBisector("L278",P466,P467); S377=Segment("S377",P466,P467); Perp1227=Perpendicular("Perp1227",L1227,Ohz); P2226=OrderedIntersection("P2226",L1227,C1,0); P576=OrderedIntersection("P576",L280,S379,0); L281=PerpendicularBisector("L281",P470,P471); S380=Segment("S380",P470,P471); M182=MidPoint("M182",P471,P4211); Perp130=Perpendicular("Perp130",L130,P63); P229=OrderedIntersection("P229",L130,C24,0); Perp132=Perpendicular("Perp132",L132,P65); P231=OrderedIntersection("P231",L132,C26,0); Par141=Parallel("Par141",S141,P240); Perp142=Perpendicular("Perp142",L142,P64); P241=OrderedIntersection("P241",L142,C25,0); Par145=Parallel("Par145",S145,P244); P150=OrderedIntersection("P150",Perp151,C25,0); Perp152=Perpendicular("Perp152",L152,P66); P251=OrderedIntersection("P251",L152,C27,0); Perp153=Perpendicular("Perp153",L153,P66); P252=OrderedIntersection("P252",L153,C27,0); Perp154=Perpendicular("Perp154",L154,P66); P253=OrderedIntersection("P253",L154,C27,0); Perp156=Perpendicular("Perp156",L156,P66); P255=OrderedIntersection("P255",L156,C27,0); Perp161=Perpendicular("Perp161",L161,P63); P260=OrderedIntersection("P260",L161,C24,0); Perp165=Perpendicular("Perp165",L165,P63); P264=OrderedIntersection("P264",L165,C24,0); Perp168=Perpendicular("Perp168",L168,P62); P267=OrderedIntersection("P267",L168,C23,0); Perp171=Perpendicular("Perp171",L171,P65); P270=OrderedIntersection("P270",L171,C26,0); Perp174=Perpendicular("Perp174",L174,P65); P273=OrderedIntersection("P273",L174,C26,0); Perp175=Perpendicular("Perp175",L175,P65); P274=OrderedIntersection("P274",L175,C26,0); Perp176=Perpendicular("Perp176",L176,P65); P275=OrderedIntersection("P275",L176,C26,0); Perp177=Perpendicular("Perp177",L177,P65); P276=OrderedIntersection("P276",L177,C26,0); Perp178=Perpendicular("Perp178",L178,P65); P277=OrderedIntersection("P277",L178,C26,0); Perp188=Perpendicular("Perp188",L188,P63); P287=OrderedIntersection("P287",L188,C24,0); Par189=Parallel("Par189",S189,P288); Perp192=Perpendicular("Perp192",L192,P64); P291=OrderedIntersection("P291",L192,C25,0); Perp193=Perpendicular("Perp193",L193,P64); P292=OrderedIntersection("P292",L193,C25,0); Par196=Parallel("Par196",S196,P295); Perp1100=Perpendicular("Perp1100",L1100,P62); P299=OrderedIntersection("P299",L1100,C23,0); Perp1101=Perpendicular("Perp1101",L1101,P62); P2100=OrderedIntersection("P2100",L1101,C23,0); Perp1102=Perpendicular("Perp1102",L1102,P62); P2101=OrderedIntersection("P2101",L1102,C23,0); Perp1107=Perpendicular("Perp1107",L1107,P62); P2106=OrderedIntersection("P2106",L1107,C23,0); Perp1109=Perpendicular("Perp1109",L1109,P62); P2108=OrderedIntersection("P2108",L1109,C23,0); Par1115=Parallel("Par1115",S1115,P2114); Perp1119=Perpendicular("Perp1119",L1119,Ohz); P2118=OrderedIntersection("P2118",L1119,C1,0); Perp1121=Perpendicular("Perp1121",L1121,Ohz); P2120=OrderedIntersection("P2120",L1121,C1,0); P1126=OrderedIntersection("P1126",Perp1127,C1,0); P1147=OrderedIntersection("P1147",Perp1148,C23,0); P1148=OrderedIntersection("P1148",Perp1149,C23,0); P1159=OrderedIntersection("P1159",Perp1160,C1,0); P1167=OrderedIntersection("P1167",Perp1168,C26,0); P1168=OrderedIntersection("P1168",Perp1169,C26,0); P1169=OrderedIntersection("P1169",Perp1170,C26,0); P1180=OrderedIntersection("P1180",Perp1181,C1,0); Par1184=Parallel("Par1184",S1184,P2183); Perp1192=Perpendicular("Perp1192",L1192,Ohz); P2191=OrderedIntersection("P2191",L1192,C1,0); Perp1198=Perpendicular("Perp1198",L1198,Ohz); P2197=OrderedIntersection("P2197",L1198,C1,0); P555=OrderedIntersection("P555",L259,S358,0); Perp1199=Perpendicular("Perp1199",L1199,Ohz); P2198=OrderedIntersection("P2198",L1199,C1,0); P556=OrderedIntersection("P556",L260,S359,0); Perp1200=Perpendicular("Perp1200",L1200,Ohz); P2199=OrderedIntersection("P2199",L1200,C1,0); Par1207=Parallel("Par1207",S1207,P2206); Par1213=Parallel("Par1213",S1213,P2212); Perp1224=Perpendicular("Perp1224",L1224,Ohz); P2223=OrderedIntersection("P2223",L1224,C1,0); Perp1225=Perpendicular("Perp1225",L1225,Ohz); P2224=OrderedIntersection("P2224",L1225,C1,0); P574=OrderedIntersection("P574",L278,S377,0); P1226=OrderedIntersection("P1226",Perp1227,C1,0); P577=OrderedIntersection("P577",L281,S380,0); Perp281=Perpendicular("Perp281",L1228,M182); P129=OrderedIntersection("P129",Perp130,C24,0); P131=OrderedIntersection("P131",Perp132,C26,0); P341=OrderedIntersection("P341",Perp141,Par141,0); P141=OrderedIntersection("P141",Perp142,C25,0); P345=OrderedIntersection("P345",Perp145,Par145,0); S151=Segment("S151",P439,P150); S250=Segment("S250",P150,P250); P151=OrderedIntersection("P151",Perp152,C27,0); P152=OrderedIntersection("P152",Perp153,C27,0); P153=OrderedIntersection("P153",Perp154,C27,0); P155=OrderedIntersection("P155",Perp156,C27,0); P160=OrderedIntersection("P160",Perp161,C24,0); P164=OrderedIntersection("P164",Perp165,C24,0); P167=OrderedIntersection("P167",Perp168,C23,0); P170=OrderedIntersection("P170",Perp171,C26,0); P173=OrderedIntersection("P173",Perp174,C26,0); P174=OrderedIntersection("P174",Perp175,C26,0); P175=OrderedIntersection("P175",Perp176,C26,0); P176=OrderedIntersection("P176",Perp177,C26,0); P177=OrderedIntersection("P177",Perp178,C26,0); P187=OrderedIntersection("P187",Perp188,C24,0); P389=OrderedIntersection("P389",Perp189,Par189,0); P191=OrderedIntersection("P191",Perp192,C25,0); P192=OrderedIntersection("P192",Perp193,C25,0); P396=OrderedIntersection("P396",Perp196,Par196,0); P199=OrderedIntersection("P199",Perp1100,C23,0); P1100=OrderedIntersection("P1100",Perp1101,C23,0); P1101=OrderedIntersection("P1101",Perp1102,C23,0); P1106=OrderedIntersection("P1106",Perp1107,C23,0); P1108=OrderedIntersection("P1108",Perp1109,C23,0); P3115=OrderedIntersection("P3115",Perp1115,Par1115,0); P1118=OrderedIntersection("P1118",Perp1119,C1,0); P1120=OrderedIntersection("P1120",Perp1121,C1,0); S1127=Segment("S1127",P496,P1126); S2126=Segment("S2126",P1126,P2126); S1148=Segment("S1148",P459,P1147); S2147=Segment("S2147",P1147,P2147); S1149=Segment("S1149",P458,P1148); S2148=Segment("S2148",P1148,P2148); S1160=Segment("S1160",P459,P1159); S2159=Segment("S2159",P1159,P2159); S1168=Segment("S1168",P458,P1167); S2167=Segment("S2167",P1167,P2167); S1169=Segment("S1169",P459,P1168); S2168=Segment("S2168",P1168,P2168); S1170=Segment("S1170",P460,P1169); S2169=Segment("S2169",P1169,P2169); S1181=Segment("S1181",P458,P1180); S2180=Segment("S2180",P1180,P2180); P3184=OrderedIntersection("P3184",Perp1184,Par1184,0); P1191=OrderedIntersection("P1191",Perp1192,C1,0); P1197=OrderedIntersection("P1197",Perp1198,C1,0); P1198=OrderedIntersection("P1198",Perp1199,C1,0); P1199=OrderedIntersection("P1199",Perp1200,C1,0); P3207=OrderedIntersection("P3207",Perp1207,Par1207,0); P3213=OrderedIntersection("P3213",Perp1213,Par1213,0); P1223=OrderedIntersection("P1223",Perp1224,C1,0); P1224=OrderedIntersection("P1224",Perp1225,C1,0); S1227=Segment("S1227",P460,P1226); S2226=Segment("S2226",P1226,P2226); P681=OrderedIntersection("P681",L281,Perp281,0); S130=Segment("S130",P423,P129); S229=Segment("S229",P129,P229); S132=Segment("S132",P423,P131); S231=Segment("S231",P131,P231); Par240=Parallel("Par240",S240,P341); S142=Segment("S142",P434,P141); S241=Segment("S241",P141,P241); Par244=Parallel("Par244",S244,P345); Par151=Parallel("Par151",S151,P250); S152=Segment("S152",P421,P151); S251=Segment("S251",P151,P251); S153=Segment("S153",P423,P152); S252=Segment("S252",P152,P252); S154=Segment("S154",P422,P153); S253=Segment("S253",P153,P253); S156=Segment("S156",P431,P155); S255=Segment("S255",P155,P255); S161=Segment("S161",P446,P160); S260=Segment("S260",P160,P260); S165=Segment("S165",P440,P164); S264=Segment("S264",P164,P264); S168=Segment("S168",P422,P167); S267=Segment("S267",P167,P267); S171=Segment("S171",P470,P170); S270=Segment("S270",P170,P270); S174=Segment("S174",P446,P173); S273=Segment("S273",P173,P273); S175=Segment("S175",P447,P174); S274=Segment("S274",P174,P274); S176=Segment("S176",P448,P175); S275=Segment("S275",P175,P275); S177=Segment("S177",P449,P176); S276=Segment("S276",P176,P276); S178=Segment("S178",P450,P177); S277=Segment("S277",P177,P277); S188=Segment("S188",P434,P187); S287=Segment("S287",P187,P287); Par288=Parallel("Par288",S288,P389); S192=Segment("S192",P485,P191); S291=Segment("S291",P191,P291); S193=Segment("S193",P486,P192); S292=Segment("S292",P192,P292); Par295=Parallel("Par295",S295,P396); S1100=Segment("S1100",P486,P199); S299=Segment("S299",P199,P299); S1101=Segment("S1101",P485,P1100); S2100=Segment("S2100",P1100,P2100); S1102=Segment("S1102",P467,P1101); S2101=Segment("S2101",P1101,P2101); S1107=Segment("S1107",P431,P1106); S2106=Segment("S2106",P1106,P2106); S1109=Segment("S1109",P450,P1108); S2108=Segment("S2108",P1108,P2108); Par2114=Parallel("Par2114",S2114,P3115); S1119=Segment("S1119",P486,P1118); S2118=Segment("S2118",P1118,P2118); S1121=Segment("S1121",P485,P1120); S2120=Segment("S2120",P1120,P2120); Par1127=Parallel("Par1127",S1127,P2126); Par1148=Parallel("Par1148",S1148,P2147); Par1149=Parallel("Par1149",S1149,P2148); Par1160=Parallel("Par1160",S1160,P2159); Par1168=Parallel("Par1168",S1168,P2167); Par1169=Parallel("Par1169",S1169,P2168); Par1170=Parallel("Par1170",S1170,P2169); Par1181=Parallel("Par1181",S1181,P2180); Par2183=Parallel("Par2183",S2183,P3184); S1192=Segment("S1192",P447,P1191); S2191=Segment("S2191",P1191,P2191); S1198=Segment("S1198",P450,P1197); S2197=Segment("S2197",P1197,P2197); S1199=Segment("S1199",P448,P1198); S2198=Segment("S2198",P1198,P2198); S1200=Segment("S1200",P446,P1199); S2199=Segment("S2199",P1199,P2199); Par2206=Parallel("Par2206",S2206,P3207); Par2212=Parallel("Par2212",S2212,P3213); S1224=Segment("S1224",P440,P1223); S2223=Segment("S2223",P1223,P2223); S1225=Segment("S1225",P467,P1224); S2224=Segment("S2224",P1224,P2224); Par1227=Parallel("Par1227",S1227,P2226); C282=Circle("C282",P681,P470); R176=Ray("R176",P681,P577); Par130=Parallel("Par130",S130,P229); Par132=Parallel("Par132",S132,P231); P441=OrderedIntersection("P441",L141,Par240,0); Par142=Parallel("Par142",S142,P241); P445=OrderedIntersection("P445",L145,Par244,0); P351=OrderedIntersection("P351",Perp151,Par151,0); Par152=Parallel("Par152",S152,P251); Par153=Parallel("Par153",S153,P252); Par154=Parallel("Par154",S154,P253); Par156=Parallel("Par156",S156,P255); Par161=Parallel("Par161",S161,P260); Par165=Parallel("Par165",S165,P264); Par168=Parallel("Par168",S168,P267); Par171=Parallel("Par171",S171,P270); Par174=Parallel("Par174",S174,P273); Par175=Parallel("Par175",S175,P274); Par176=Parallel("Par176",S176,P275); Par177=Parallel("Par177",S177,P276); Par178=Parallel("Par178",S178,P277); Par188=Parallel("Par188",S188,P287); P488=OrderedIntersection("P488",L189,Par288,0); Par192=Parallel("Par192",S192,P291); Par193=Parallel("Par193",S193,P292); P495=OrderedIntersection("P495",L196,Par295,0); Par1100=Parallel("Par1100",S1100,P299); Par1101=Parallel("Par1101",S1101,P2100); Par1102=Parallel("Par1102",S1102,P2101); Par1107=Parallel("Par1107",S1107,P2106); Par1109=Parallel("Par1109",S1109,P2108); P4114=OrderedIntersection("P4114",L1115,Par2114,0); Par1119=Parallel("Par1119",S1119,P2118); Par1121=Parallel("Par1121",S1121,P2120); P3127=OrderedIntersection("P3127",Perp1127,Par1127,0); P3148=OrderedIntersection("P3148",Perp1148,Par1148,0); P3149=OrderedIntersection("P3149",Perp1149,Par1149,0); P3160=OrderedIntersection("P3160",Perp1160,Par1160,0); P3168=OrderedIntersection("P3168",Perp1168,Par1168,0); P3169=OrderedIntersection("P3169",Perp1169,Par1169,0); P3170=OrderedIntersection("P3170",Perp1170,Par1170,0); P3181=OrderedIntersection("P3181",Perp1181,Par1181,0); P4176=OrderedIntersection("P4176",L1184,Par2183,0); Par1192=Parallel("Par1192",S1192,P2191); Par1198=Parallel("Par1198",S1198,P2197); Par1199=Parallel("Par1199",S1199,P2198); Par1200=Parallel("Par1200",S1200,P2199); P479=OrderedIntersection("P479",L1207,Par2206,0); P4196=OrderedIntersection("P4196",L1213,Par2212,0); Par1224=Parallel("Par1224",S1224,P2223); Par1225=Parallel("Par1225",S1225,P2224); P3227=OrderedIntersection("P3227",Perp1227,Par1227,0); P975=OrderedIntersection("P975",R176,C282,0); P330=OrderedIntersection("P330",Perp130,Par130,0); P332=OrderedIntersection("P332",Perp132,Par132,0); P342=OrderedIntersection("P342",Perp142,Par142,0); L143=Line("L143",P65,P441); Par250=Parallel("Par250",S250,P351); P352=OrderedIntersection("P352",Perp152,Par152,0); P353=OrderedIntersection("P353",Perp153,Par153,0); P354=OrderedIntersection("P354",Perp154,Par154,0); P356=OrderedIntersection("P356",Perp156,Par156,0); P361=OrderedIntersection("P361",Perp161,Par161,0); L162=Line("L162",P63,P445); P365=OrderedIntersection("P365",Perp165,Par165,0); P368=OrderedIntersection("P368",Perp168,Par168,0); P371=OrderedIntersection("P371",Perp171,Par171,0); L173=Line("L173",P65,P445); P374=OrderedIntersection("P374",Perp174,Par174,0); P375=OrderedIntersection("P375",Perp175,Par175,0); P376=OrderedIntersection("P376",Perp176,Par176,0); P377=OrderedIntersection("P377",Perp177,Par177,0); P378=OrderedIntersection("P378",Perp178,Par178,0); P388=OrderedIntersection("P388",Perp188,Par188,0); P392=OrderedIntersection("P392",Perp192,Par192,0); P393=OrderedIntersection("P393",Perp193,Par193,0); L195=Line("L195",P64,P488); L198=Line("L198",P62,P488); P3100=OrderedIntersection("P3100",Perp1100,Par1100,0); P3101=OrderedIntersection("P3101",Perp1101,Par1101,0); P3102=OrderedIntersection("P3102",Perp1102,Par1102,0); P3107=OrderedIntersection("P3107",Perp1107,Par1107,0); P3109=OrderedIntersection("P3109",Perp1109,Par1109,0); L1114=Line("L1114",Ohz,P488); L27=PerpendicularBisector("L27",P490,P488); S36=Segment("S36",P490,P488); L28=PerpendicularBisector("L28",P495,P490); S37=Segment("S37",P495,P490); M19=MidPoint("M19",P490,P4114); L1116=Line("L1116",Ohz,P495); L1118=Line("L1118",Ohz,P488); P3119=OrderedIntersection("P3119",Perp1119,Par1119,0); P3121=OrderedIntersection("P3121",Perp1121,Par1121,0); Par2126=Parallel("Par2126",S2126,P3127); Par2147=Parallel("Par2147",S2147,P3148); Par2148=Parallel("Par2148",S2148,P3149); Par2159=Parallel("Par2159",S2159,P3160); Par2167=Parallel("Par2167",S2167,P3168); Par2168=Parallel("Par2168",S2168,P3169); Par2169=Parallel("Par2169",S2169,P3170); Par2180=Parallel("Par2180",S2180,P3181); P3192=OrderedIntersection("P3192",Perp1192,Par1192,0); P3198=OrderedIntersection("P3198",Perp1198,Par1198,0); P3199=OrderedIntersection("P3199",Perp1199,Par1199,0); L261=PerpendicularBisector("L261",P445,P446); S360=Segment("S360",P445,P446); P3200=OrderedIntersection("P3200",Perp1200,Par1200,0); L1201=Line("L1201",Ohz,P445); L1203=Line("L1203",Ohz,P441); L1208=Line("L1208",P66,P4176); L268=PerpendicularBisector("L268",P479,P4175); S367=Segment("S367",P479,P4175); M169=MidPoint("M169",P4175,P4196); L1215=Line("L1215",Ohz,P479); P3224=OrderedIntersection("P3224",Perp1224,Par1224,0); P3225=OrderedIntersection("P3225",Perp1225,Par1225,0); Par2226=Parallel("Par2226",S2226,P3227); C375=Arc3pts("C375",P470,P975,P471); Center2=Center("Center2",C375); Par229=Parallel("Par229",S229,P330); Par231=Parallel("Par231",S231,P332); Par241=Parallel("Par241",S241,P342); Perp143=Perpendicular("Perp143",L143,P65); P242=OrderedIntersection("P242",L143,C26,0); P451=OrderedIntersection("P451",L151,Par250,0); Par251=Parallel("Par251",S251,P352); Par252=Parallel("Par252",S252,P353); Par253=Parallel("Par253",S253,P354); Par255=Parallel("Par255",S255,P356); Par260=Parallel("Par260",S260,P361); Perp162=Perpendicular("Perp162",L162,P63); P261=OrderedIntersection("P261",L162,C24,0); Par264=Parallel("Par264",S264,P365); Par267=Parallel("Par267",S267,P368); Par270=Parallel("Par270",S270,P371); Perp173=Perpendicular("Perp173",L173,P65); P272=OrderedIntersection("P272",L173,C26,0); Par273=Parallel("Par273",S273,P374); Par274=Parallel("Par274",S274,P375); Par275=Parallel("Par275",S275,P376); Par276=Parallel("Par276",S276,P377); Par277=Parallel("Par277",S277,P378); Par287=Parallel("Par287",S287,P388); Par291=Parallel("Par291",S291,P392); Par292=Parallel("Par292",S292,P393); Perp195=Perpendicular("Perp195",L195,P64); P294=OrderedIntersection("P294",L195,C25,0); Perp198=Perpendicular("Perp198",L198,P62); P297=OrderedIntersection("P297",L198,C23,0); Par299=Parallel("Par299",S299,P3100); Par2100=Parallel("Par2100",S2100,P3101); Par2101=Parallel("Par2101",S2101,P3102); Par2106=Parallel("Par2106",S2106,P3107); Par2108=Parallel("Par2108",S2108,P3109); Perp1114=Perpendicular("Perp1114",L1114,Ohz); P2113=OrderedIntersection("P2113",L1114,C1,0); P53=OrderedIntersection("P53",L27,S36,0); P54=OrderedIntersection("P54",L28,S37,0); Perp28=Perpendicular("Perp28",L1115,M19); Perp1116=Perpendicular("Perp1116",L1116,Ohz); P2115=OrderedIntersection("P2115",L1116,C1,0); Perp1118=Perpendicular("Perp1118",L1118,Ohz); P2117=OrderedIntersection("P2117",L1118,C1,0); Par2118=Parallel("Par2118",S2118,P3119); Par2120=Parallel("Par2120",S2120,P3121); P4126=OrderedIntersection("P4126",L1127,Par2126,0); P4140=OrderedIntersection("P4140",L1148,Par2147,0); P4141=OrderedIntersection("P4141",L1149,Par2148,0); P4152=OrderedIntersection("P4152",L1160,Par2159,0); P4160=OrderedIntersection("P4160",L1168,Par2167,0); P4161=OrderedIntersection("P4161",L1169,Par2168,0); P4162=OrderedIntersection("P4162",L1170,Par2169,0); P4173=OrderedIntersection("P4173",L1181,Par2180,0); Par2191=Parallel("Par2191",S2191,P3192); Par2197=Parallel("Par2197",S2197,P3198); Par2198=Parallel("Par2198",S2198,P3199); P557=OrderedIntersection("P557",L261,S360,0); Par2199=Parallel("Par2199",S2199,P3200); Perp1201=Perpendicular("Perp1201",L1201,Ohz); P2200=OrderedIntersection("P2200",L1201,C1,0); Perp1203=Perpendicular("Perp1203",L1203,Ohz); P2202=OrderedIntersection("P2202",L1203,C1,0); Perp1208=Perpendicular("Perp1208",L1208,P66); P2207=OrderedIntersection("P2207",L1208,C27,0); P564=OrderedIntersection("P564",L268,S367,0); Perp268=Perpendicular("Perp268",L1213,M169); Perp1215=Perpendicular("Perp1215",L1215,Ohz); P2214=OrderedIntersection("P2214",L1215,C1,0); Par2223=Parallel("Par2223",S2223,P3224); Par2224=Parallel("Par2224",S2224,P3225); P4210=OrderedIntersection("P4210",L1227,Par2226,0); P430=OrderedIntersection("P430",L130,Par229,0); P432=OrderedIntersection("P432",L132,Par231,0); P442=OrderedIntersection("P442",L142,Par241,0); P142=OrderedIntersection("P142",Perp143,C26,0); P452=OrderedIntersection("P452",L152,Par251,0); P453=OrderedIntersection("P453",L153,Par252,0); P454=OrderedIntersection("P454",L154,Par253,0); P456=OrderedIntersection("P456",L156,Par255,0); P461=OrderedIntersection("P461",L161,Par260,0); P161=OrderedIntersection("P161",Perp162,C24,0); P465=OrderedIntersection("P465",L165,Par264,0); P468=OrderedIntersection("P468",L168,Par267,0); P172=OrderedIntersection("P172",Perp173,C26,0); P473=OrderedIntersection("P473",L174,Par273,0); P474=OrderedIntersection("P474",L175,Par274,0); P475=OrderedIntersection("P475",L176,Par275,0); P476=OrderedIntersection("P476",L177,Par276,0); P477=OrderedIntersection("P477",L178,Par277,0); L179=Line("L179",P65,P451); P487=OrderedIntersection("P487",L188,Par287,0); P491=OrderedIntersection("P491",L192,Par291,0); P492=OrderedIntersection("P492",L193,Par292,0); P194=OrderedIntersection("P194",Perp195,C25,0); P197=OrderedIntersection("P197",Perp198,C23,0); P499=OrderedIntersection("P499",L1100,Par299,0); P4100=OrderedIntersection("P4100",L1101,Par2100,0); P4101=OrderedIntersection("P4101",L1102,Par2101,0); P4106=OrderedIntersection("P4106",L1107,Par2106,0); L1110=Line("L1110",P62,P451); P1113=OrderedIntersection("P1113",Perp1114,C1,0); P68=OrderedIntersection("P68",L28,Perp28,0); P1115=OrderedIntersection("P1115",Perp1116,C1,0); P1117=OrderedIntersection("P1117",Perp1118,C1,0); P4118=OrderedIntersection("P4118",L1119,Par2118,0); P4120=OrderedIntersection("P4120",L1121,Par2120,0); M121=MidPoint("M121",P496,P4126); L1159=Line("L1159",Ohz,P4140); L235=PerpendicularBisector("L235",P459,P4140); S334=Segment("S334",P459,P4140); M137=MidPoint("M137",P459,P4152); L1171=Line("L1171",P65,P4140); L1172=Line("L1172",P65,P4141); L244=PerpendicularBisector("L244",P4160,P458); S343=Segment("S343",P4160,P458); M145=MidPoint("M145",P458,P4173); L1182=Line("L1182",Ohz,P4161); P4180=OrderedIntersection("P4180",L1192,Par2191,0); P4186=OrderedIntersection("P4186",L1198,Par2197,0); P4187=OrderedIntersection("P4187",L1199,Par2198,0); P4188=OrderedIntersection("P4188",L1200,Par2199,0); P1200=OrderedIntersection("P1200",Perp1201,C1,0); P1202=OrderedIntersection("P1202",Perp1203,C1,0); P1207=OrderedIntersection("P1207",Perp1208,C27,0); L1211=Line("L1211",P66,P4162); L1212=Line("L1212",P66,P4161); P668=OrderedIntersection("P668",L268,Perp268,0); L1214=Line("L1214",Ohz,P4162); P1214=OrderedIntersection("P1214",Perp1215,C1,0); P4207=OrderedIntersection("P4207",L1224,Par2223,0); P4208=OrderedIntersection("P4208",L1225,Par2224,0); M181=MidPoint("M181",P460,P4210); S143=Segment("S143",P441,P142); S242=Segment("S242",P142,P242); L144=Line("L144",P65,P442); L155=Line("L155",P66,P430); S162=Segment("S162",P445,P161); S261=Segment("S261",P161,P261); S173=Segment("S173",P445,P172); S272=Segment("S272",P172,P272); Perp179=Perpendicular("Perp179",L179,P65); P278=OrderedIntersection("P278",L179,C26,0); L180=Line("L180",P65,P461); L184=Line("L184",P65,P465); L194=Line("L194",P64,P487); S195=Segment("S195",P488,P194); S294=Segment("S294",P194,P294); S198=Segment("S198",P488,P197); S297=Segment("S297",P197,P297); L199=Line("L199",P62,P487); L1103=Line("L1103",P62,P491); L1104=Line("L1104",P62,P492); L1108=Line("L1108",P62,P430); Perp1110=Perpendicular("Perp1110",L1110,P62); P2109=OrderedIntersection("P2109",L1110,C23,0); L1113=Line("L1113",P62,P465); S1114=Segment("S1114",P488,P1113); S2113=Segment("S2113",P1113,P2113); C29=Circle("C29",P68,P495); R13=Ray("R13",P68,P54); S1116=Segment("S1116",P495,P1115); S2115=Segment("S2115",P1115,P2115); L211=PerpendicularBisector("L211",P487,P488); S310=Segment("S310",P487,P488); S1118=Segment("S1118",P488,P1117); S2117=Segment("S2117",P1117,P2117); L212=PerpendicularBisector("L212",P499,P486); S311=Segment("S311",P499,P486); M113=MidPoint("M113",P486,P4118); L1120=Line("L1120",Ohz,P487); L213=PerpendicularBisector("L213",P485,P487); S312=Segment("S312",P485,P487); L214=PerpendicularBisector("L214",P491,P485); S313=Segment("S313",P491,P485); M115=MidPoint("M115",P485,P4120); L1122=Line("L1122",Ohz,P465); L215=PerpendicularBisector("L215",P489,P465); S314=Segment("S314",P489,P465); L1124=Line("L1124",Ohz,P4100); L220=PerpendicularBisector("L220",P4106,P496); S319=Segment("S319",P4106,P496); Perp220=Perpendicular("Perp220",L1127,M121); L1129=Line("L1129",P63,P4106); L1132=Line("L1132",P63,P4101); L1133=Line("L1133",P63,P4100); L1138=Line("L1138",Ohz,P4101); L1145=Line("L1145",P66,P468); L1147=Line("L1147",P66,P4106); Perp1159=Perpendicular("Perp1159",L1159,Ohz); P2158=OrderedIntersection("P2158",L1159,C1,0); P531=OrderedIntersection("P531",L235,S334,0); L236=PerpendicularBisector("L236",P456,P459); S335=Segment("S335",P456,P459); Perp236=Perpendicular("Perp236",L1160,M137); L1162=Line("L1162",Ohz,P456); L1164=Line("L1164",P65,P453); L1165=Line("L1165",P65,P454); L1167=Line("L1167",P65,P456); Perp1171=Perpendicular("Perp1171",L1171,P65); P2170=OrderedIntersection("P2170",L1171,C26,0); Perp1172=Perpendicular("Perp1172",L1172,P65); P2171=OrderedIntersection("P2171",L1172,C26,0); L1177=Line("L1177",Ohz,P453); P540=OrderedIntersection("P540",L244,S343,0); Perp244=Perpendicular("Perp244",L1181,M145); Perp1182=Perpendicular("Perp1182",L1182,Ohz); P2181=OrderedIntersection("P2181",L1182,C1,0); L1189=Line("L1189",Ohz,P491); L1190=Line("L1190",Ohz,P492); L251=PerpendicularBisector("L251",P451,P492); S350=Segment("S350",P451,P492); L253=PerpendicularBisector("L253",P474,P447); S352=Segment("S352",P474,P447); M154=MidPoint("M154",P447,P4180); L1197=Line("L1197",Ohz,P461); L258=PerpendicularBisector("L258",P450,P461); S357=Segment("S357",P450,P461); M160=MidPoint("M160",P450,P4186); M161=MidPoint("M161",P448,P4187); M162=MidPoint("M162",P446,P4188); S1201=Segment("S1201",P445,P1200); S2200=Segment("S2200",P1200,P2200); S1203=Segment("S1203",P441,P1202); S2202=Segment("S2202",P1202,P2202); L1205=Line("L1205",Ohz,P473); L266=PerpendicularBisector("L266",P475,P473); S365=Segment("S365",P475,P473); L1206=Line("L1206",Ohz,P475); L267=PerpendicularBisector("L267",P477,P475); S366=Segment("S366",P477,P475); S1208=Segment("S1208",P4176,P1207); S2207=Segment("S2207",P1207,P2207); Perp1211=Perpendicular("Perp1211",L1211,P66); P2210=OrderedIntersection("P2210",L1211,C27,0); Perp1212=Perpendicular("Perp1212",L1212,P66); P2211=OrderedIntersection("P2211",L1212,C27,0); C269=Circle("C269",P668,P479); R163=Ray("R163",P668,P564); Perp1214=Perpendicular("Perp1214",L1214,Ohz); P2213=OrderedIntersection("P2213",L1214,C1,0); S1215=Segment("S1215",P479,P1214); S2214=Segment("S2214",P1214,P2214); L277=PerpendicularBisector("L277",P452,P440); S376=Segment("S376",P452,P440); M178=MidPoint("M178",P440,P4207); M179=MidPoint("M179",P467,P4208); L1226=Line("L1226",Ohz,P468); L279=PerpendicularBisector("L279",P449,P468); S378=Segment("S378",P449,P468); Perp280=Perpendicular("Perp280",L1227,M181); Par143=Parallel("Par143",S143,P242); Perp144=Perpendicular("Perp144",L144,P65); P243=OrderedIntersection("P243",L144,C26,0); Perp155=Perpendicular("Perp155",L155,P66); P254=OrderedIntersection("P254",L155,C27,0); Par162=Parallel("Par162",S162,P261); Par173=Parallel("Par173",S173,P272); P178=OrderedIntersection("P178",Perp179,C26,0); Perp180=Perpendicular("Perp180",L180,P65); P279=OrderedIntersection("P279",L180,C26,0); Perp184=Perpendicular("Perp184",L184,P65); P283=OrderedIntersection("P283",L184,C26,0); Perp194=Perpendicular("Perp194",L194,P64); P293=OrderedIntersection("P293",L194,C25,0); Par195=Parallel("Par195",S195,P294); Par198=Parallel("Par198",S198,P297); Perp199=Perpendicular("Perp199",L199,P62); P298=OrderedIntersection("P298",L199,C23,0); Perp1103=Perpendicular("Perp1103",L1103,P62); P2102=OrderedIntersection("P2102",L1103,C23,0); Perp1104=Perpendicular("Perp1104",L1104,P62); P2103=OrderedIntersection("P2103",L1104,C23,0); Perp1108=Perpendicular("Perp1108",L1108,P62); P2107=OrderedIntersection("P2107",L1108,C23,0); P1109=OrderedIntersection("P1109",Perp1110,C23,0); Perp1113=Perpendicular("Perp1113",L1113,P62); P2112=OrderedIntersection("P2112",L1113,C23,0); Par1114=Parallel("Par1114",S1114,P2113); P92=OrderedIntersection("P92",R13,C29,0); Par1116=Parallel("Par1116",S1116,P2115); P57=OrderedIntersection("P57",L211,S310,0); Par1118=Parallel("Par1118",S1118,P2117); P58=OrderedIntersection("P58",L212,S311,0); Perp212=Perpendicular("Perp212",L1119,M113); Perp1120=Perpendicular("Perp1120",L1120,Ohz); P2119=OrderedIntersection("P2119",L1120,C1,0); P59=OrderedIntersection("P59",L213,S312,0); P510=OrderedIntersection("P510",L214,S313,0); Perp214=Perpendicular("Perp214",L1121,M115); Perp1122=Perpendicular("Perp1122",L1122,Ohz); P2121=OrderedIntersection("P2121",L1122,C1,0); P511=OrderedIntersection("P511",L215,S314,0); Perp1124=Perpendicular("Perp1124",L1124,Ohz); P2123=OrderedIntersection("P2123",L1124,C1,0); P516=OrderedIntersection("P516",L220,S319,0); P620=OrderedIntersection("P620",L220,Perp220,0); Perp1129=Perpendicular("Perp1129",L1129,P63); P2128=OrderedIntersection("P2128",L1129,C24,0); Perp1132=Perpendicular("Perp1132",L1132,P63); P2131=OrderedIntersection("P2131",L1132,C24,0); Perp1133=Perpendicular("Perp1133",L1133,P63); P2132=OrderedIntersection("P2132",L1133,C24,0); Perp1138=Perpendicular("Perp1138",L1138,Ohz); P2137=OrderedIntersection("P2137",L1138,C1,0); Perp1145=Perpendicular("Perp1145",L1145,P66); P2144=OrderedIntersection("P2144",L1145,C27,0); Perp1147=Perpendicular("Perp1147",L1147,P66); P2146=OrderedIntersection("P2146",L1147,C27,0); P1158=OrderedIntersection("P1158",Perp1159,C1,0); P532=OrderedIntersection("P532",L236,S335,0); P636=OrderedIntersection("P636",L236,Perp236,0); Perp1162=Perpendicular("Perp1162",L1162,Ohz); P2161=OrderedIntersection("P2161",L1162,C1,0); Perp1164=Perpendicular("Perp1164",L1164,P65); P2163=OrderedIntersection("P2163",L1164,C26,0); Perp1165=Perpendicular("Perp1165",L1165,P65); P2164=OrderedIntersection("P2164",L1165,C26,0); Perp1167=Perpendicular("Perp1167",L1167,P65); P2166=OrderedIntersection("P2166",L1167,C26,0); P1170=OrderedIntersection("P1170",Perp1171,C26,0); P1171=OrderedIntersection("P1171",Perp1172,C26,0); Perp1177=Perpendicular("Perp1177",L1177,Ohz); P2176=OrderedIntersection("P2176",L1177,C1,0); P644=OrderedIntersection("P644",L244,Perp244,0); P1181=OrderedIntersection("P1181",Perp1182,C1,0); Perp1189=Perpendicular("Perp1189",L1189,Ohz); P2188=OrderedIntersection("P2188",L1189,C1,0); Perp1190=Perpendicular("Perp1190",L1190,Ohz); P2189=OrderedIntersection("P2189",L1190,C1,0); P547=OrderedIntersection("P547",L251,S350,0); P549=OrderedIntersection("P549",L253,S352,0); Perp253=Perpendicular("Perp253",L1192,M154); Perp1197=Perpendicular("Perp1197",L1197,Ohz); P2196=OrderedIntersection("P2196",L1197,C1,0); P554=OrderedIntersection("P554",L258,S357,0); Perp259=Perpendicular("Perp259",L1198,M160); Perp260=Perpendicular("Perp260",L1199,M161); Perp261=Perpendicular("Perp261",L1200,M162); Par1201=Parallel("Par1201",S1201,P2200); Par1203=Parallel("Par1203",S1203,P2202); Perp1205=Perpendicular("Perp1205",L1205,Ohz); P2204=OrderedIntersection("P2204",L1205,C1,0); P562=OrderedIntersection("P562",L266,S365,0); Perp1206=Perpendicular("Perp1206",L1206,Ohz); P2205=OrderedIntersection("P2205",L1206,C1,0); P563=OrderedIntersection("P563",L267,S366,0); Par1208=Parallel("Par1208",S1208,P2207); P1210=OrderedIntersection("P1210",Perp1211,C27,0); P1211=OrderedIntersection("P1211",Perp1212,C27,0); P962=OrderedIntersection("P962",R163,C269,0); P1213=OrderedIntersection("P1213",Perp1214,C1,0); Par1215=Parallel("Par1215",S1215,P2214); P573=OrderedIntersection("P573",L277,S376,0); Perp277=Perpendicular("Perp277",L1224,M178); Perp278=Perpendicular("Perp278",L1225,M179); Perp1226=Perpendicular("Perp1226",L1226,Ohz); P2225=OrderedIntersection("P2225",L1226,C1,0); P575=OrderedIntersection("P575",L279,S378,0); P680=OrderedIntersection("P680",L280,Perp280,0); P343=OrderedIntersection("P343",Perp143,Par143,0); P143=OrderedIntersection("P143",Perp144,C26,0); P154=OrderedIntersection("P154",Perp155,C27,0); P362=OrderedIntersection("P362",Perp162,Par162,0); P373=OrderedIntersection("P373",Perp173,Par173,0); S179=Segment("S179",P451,P178); S278=Segment("S278",P178,P278); P179=OrderedIntersection("P179",Perp180,C26,0); P183=OrderedIntersection("P183",Perp184,C26,0); P193=OrderedIntersection("P193",Perp194,C25,0); P395=OrderedIntersection("P395",Perp195,Par195,0); P398=OrderedIntersection("P398",Perp198,Par198,0); P198=OrderedIntersection("P198",Perp199,C23,0); P1102=OrderedIntersection("P1102",Perp1103,C23,0); P1103=OrderedIntersection("P1103",Perp1104,C23,0); P1107=OrderedIntersection("P1107",Perp1108,C23,0); S1110=Segment("S1110",P451,P1109); S2109=Segment("S2109",P1109,P2109); P1112=OrderedIntersection("P1112",Perp1113,C23,0); P3114=OrderedIntersection("P3114",Perp1114,Par1114,0); C33=Arc3pts("C33",P495,P92,P490); P3116=OrderedIntersection("P3116",Perp1116,Par1116,0); P3118=OrderedIntersection("P3118",Perp1118,Par1118,0); P612=OrderedIntersection("P612",L212,Perp212,0); P1119=OrderedIntersection("P1119",Perp1120,C1,0); P614=OrderedIntersection("P614",L214,Perp214,0); P1121=OrderedIntersection("P1121",Perp1122,C1,0); P1123=OrderedIntersection("P1123",Perp1124,C1,0); C221=Circle("C221",P620,P4106); R115=Ray("R115",P620,P516); P1128=OrderedIntersection("P1128",Perp1129,C24,0); P1131=OrderedIntersection("P1131",Perp1132,C24,0); P1132=OrderedIntersection("P1132",Perp1133,C24,0); P1137=OrderedIntersection("P1137",Perp1138,C1,0); P1144=OrderedIntersection("P1144",Perp1145,C27,0); P1146=OrderedIntersection("P1146",Perp1147,C27,0); S1159=Segment("S1159",P4140,P1158); S2158=Segment("S2158",P1158,P2158); C237=Circle("C237",P636,P456); R131=Ray("R131",P636,P532); P1161=OrderedIntersection("P1161",Perp1162,C1,0); P1163=OrderedIntersection("P1163",Perp1164,C26,0); P1164=OrderedIntersection("P1164",Perp1165,C26,0); P1166=OrderedIntersection("P1166",Perp1167,C26,0); S1171=Segment("S1171",P4140,P1170); S2170=Segment("S2170",P1170,P2170); S1172=Segment("S1172",P4141,P1171); S2171=Segment("S2171",P1171,P2171); P1176=OrderedIntersection("P1176",Perp1177,C1,0); C245=Circle("C245",P644,P4160); R139=Ray("R139",P644,P540); S1182=Segment("S1182",P4161,P1181); S2181=Segment("S2181",P1181,P2181); P1188=OrderedIntersection("P1188",Perp1189,C1,0); P1189=OrderedIntersection("P1189",Perp1190,C1,0); P653=OrderedIntersection("P653",L253,Perp253,0); P1196=OrderedIntersection("P1196",Perp1197,C1,0); P659=OrderedIntersection("P659",L259,Perp259,0); P660=OrderedIntersection("P660",L260,Perp260,0); P661=OrderedIntersection("P661",L261,Perp261,0); P3201=OrderedIntersection("P3201",Perp1201,Par1201,0); P3203=OrderedIntersection("P3203",Perp1203,Par1203,0); P1204=OrderedIntersection("P1204",Perp1205,C1,0); P1205=OrderedIntersection("P1205",Perp1206,C1,0); P3208=OrderedIntersection("P3208",Perp1208,Par1208,0); S1211=Segment("S1211",P4162,P1210); S2210=Segment("S2210",P1210,P2210); S1212=Segment("S1212",P4161,P1211); S2211=Segment("S2211",P1211,P2211); C362=Arc3pts("C362",P479,P962,P4175); S1214=Segment("S1214",P4162,P1213); S2213=Segment("S2213",P1213,P2213); P3215=OrderedIntersection("P3215",Perp1215,Par1215,0); P677=OrderedIntersection("P677",L277,Perp277,0); P678=OrderedIntersection("P678",L278,Perp278,0); P1225=OrderedIntersection("P1225",Perp1226,C1,0); C281=Circle("C281",P680,P469); R175=Ray("R175",P680,P576); Center3=Center("Center3",C33); Center4=Center("Center4",C362); Par242=Parallel("Par242",S242,P343); S144=Segment("S144",P442,P143); S243=Segment("S243",P143,P243); S155=Segment("S155",P430,P154); S254=Segment("S254",P154,P254); Par261=Parallel("Par261",S261,P362); Par272=Parallel("Par272",S272,P373); Par179=Parallel("Par179",S179,P278); S180=Segment("S180",P461,P179); S279=Segment("S279",P179,P279); S184=Segment("S184",P465,P183); S283=Segment("S283",P183,P283); S194=Segment("S194",P487,P193); S293=Segment("S293",P193,P293); Par294=Parallel("Par294",S294,P395); Par297=Parallel("Par297",S297,P398); S199=Segment("S199",P487,P198); S298=Segment("S298",P198,P298); S1103=Segment("S1103",P491,P1102); S2102=Segment("S2102",P1102,P2102); S1104=Segment("S1104",P492,P1103); S2103=Segment("S2103",P1103,P2103); S1108=Segment("S1108",P430,P1107); S2107=Segment("S2107",P1107,P2107); Par1110=Parallel("Par1110",S1110,P2109); S1113=Segment("S1113",P465,P1112); S2112=Segment("S2112",P1112,P2112); Par2113=Parallel("Par2113",S2113,P3114); Par2115=Parallel("Par2115",S2115,P3116); Par2117=Parallel("Par2117",S2117,P3118); C213=Circle("C213",P612,P499); R17=Ray("R17",P612,P58); S1120=Segment("S1120",P487,P1119); S2119=Segment("S2119",P1119,P2119); C215=Circle("C215",P614,P491); R19=Ray("R19",P614,P510); S1122=Segment("S1122",P465,P1121); S2121=Segment("S2121",P1121,P2121); S1124=Segment("S1124",P4100,P1123); S2123=Segment("S2123",P1123,P2123); P914=OrderedIntersection("P914",R115,C221,0); S1129=Segment("S1129",P4106,P1128); S2128=Segment("S2128",P1128,P2128); S1132=Segment("S1132",P4101,P1131); S2131=Segment("S2131",P1131,P2131); S1133=Segment("S1133",P4100,P1132); S2132=Segment("S2132",P1132,P2132); S1138=Segment("S1138",P4101,P1137); S2137=Segment("S2137",P1137,P2137); S1145=Segment("S1145",P468,P1144); S2144=Segment("S2144",P1144,P2144); S1147=Segment("S1147",P4106,P1146); S2146=Segment("S2146",P1146,P2146); Par1159=Parallel("Par1159",S1159,P2158); P930=OrderedIntersection("P930",R131,C237,0); S1162=Segment("S1162",P456,P1161); S2161=Segment("S2161",P1161,P2161); S1164=Segment("S1164",P453,P1163); S2163=Segment("S2163",P1163,P2163); S1165=Segment("S1165",P454,P1164); S2164=Segment("S2164",P1164,P2164); S1167=Segment("S1167",P456,P1166); S2166=Segment("S2166",P1166,P2166); Par1171=Parallel("Par1171",S1171,P2170); Par1172=Parallel("Par1172",S1172,P2171); S1177=Segment("S1177",P453,P1176); S2176=Segment("S2176",P1176,P2176); P938=OrderedIntersection("P938",R139,C245,0); Par1182=Parallel("Par1182",S1182,P2181); S1189=Segment("S1189",P491,P1188); S2188=Segment("S2188",P1188,P2188); S1190=Segment("S1190",P492,P1189); S2189=Segment("S2189",P1189,P2189); C254=Circle("C254",P653,P474); R148=Ray("R148",P653,P549); S1197=Segment("S1197",P461,P1196); S2196=Segment("S2196",P1196,P2196); C260=Circle("C260",P659,P448); R154=Ray("R154",P659,P555); C261=Circle("C261",P660,P446); R155=Ray("R155",P660,P556); C262=Circle("C262",P661,P445); R156=Ray("R156",P661,P557); Par2200=Parallel("Par2200",S2200,P3201); Par2202=Parallel("Par2202",S2202,P3203); S1205=Segment("S1205",P473,P1204); S2204=Segment("S2204",P1204,P2204); S1206=Segment("S1206",P475,P1205); S2205=Segment("S2205",P1205,P2205); Par2207=Parallel("Par2207",S2207,P3208); Par1211=Parallel("Par1211",S1211,P2210); Par1212=Parallel("Par1212",S1212,P2211); Par1214=Parallel("Par1214",S1214,P2213); Par2214=Parallel("Par2214",S2214,P3215); C278=Circle("C278",P677,P452); R172=Ray("R172",P677,P573); C279=Circle("C279",P678,P466); R173=Ray("R173",P678,P574); S1226=Segment("S1226",P468,P1225); S2225=Segment("S2225",P1225,P2225); P974=OrderedIntersection("P974",R175,C281,0); P443=OrderedIntersection("P443",L143,Par242,0); Par144=Parallel("Par144",S144,P243); Par155=Parallel("Par155",S155,P254); P462=OrderedIntersection("P462",L162,Par261,0); P472=OrderedIntersection("P472",L173,Par272,0); P379=OrderedIntersection("P379",Perp179,Par179,0); Par180=Parallel("Par180",S180,P279); Par184=Parallel("Par184",S184,P283); Par194=Parallel("Par194",S194,P293); P494=OrderedIntersection("P494",L195,Par294,0); P497=OrderedIntersection("P497",L198,Par297,0); Par199=Parallel("Par199",S199,P298); Par1103=Parallel("Par1103",S1103,P2102); Par1104=Parallel("Par1104",S1104,P2103); Par1108=Parallel("Par1108",S1108,P2107); P3110=OrderedIntersection("P3110",Perp1110,Par1110,0); Par1113=Parallel("Par1113",S1113,P2112); P4113=OrderedIntersection("P4113",L1114,Par2113,0); P4115=OrderedIntersection("P4115",L1116,Par2115,0); P4117=OrderedIntersection("P4117",L1118,Par2117,0); P96=OrderedIntersection("P96",R17,C213,0); Par1120=Parallel("Par1120",S1120,P2119); P98=OrderedIntersection("P98",R19,C215,0); Par1122=Parallel("Par1122",S1122,P2121); Par1124=Parallel("Par1124",S1124,P2123); C315=Arc3pts("C315",P4106,P914,P496); Par1129=Parallel("Par1129",S1129,P2128); Par1132=Parallel("Par1132",S1132,P2131); Par1133=Parallel("Par1133",S1133,P2132); Par1138=Parallel("Par1138",S1138,P2137); Par1145=Parallel("Par1145",S1145,P2144); Par1147=Parallel("Par1147",S1147,P2146); P3159=OrderedIntersection("P3159",Perp1159,Par1159,0); C331=Arc3pts("C331",P456,P930,P459); Par1162=Parallel("Par1162",S1162,P2161); Par1164=Parallel("Par1164",S1164,P2163); Par1165=Parallel("Par1165",S1165,P2164); Par1167=Parallel("Par1167",S1167,P2166); P3171=OrderedIntersection("P3171",Perp1171,Par1171,0); P3172=OrderedIntersection("P3172",Perp1172,Par1172,0); Par1177=Parallel("Par1177",S1177,P2176); C339=Arc3pts("C339",P4160,P938,P458); P3182=OrderedIntersection("P3182",Perp1182,Par1182,0); Par1189=Parallel("Par1189",S1189,P2188); Par1190=Parallel("Par1190",S1190,P2189); P947=OrderedIntersection("P947",R148,C254,0); Par1197=Parallel("Par1197",S1197,P2196); P953=OrderedIntersection("P953",R154,C260,0); P954=OrderedIntersection("P954",R155,C261,0); P955=OrderedIntersection("P955",R156,C262,0); P4189=OrderedIntersection("P4189",L1201,Par2200,0); P4191=OrderedIntersection("P4191",L1203,Par2202,0); Par1205=Parallel("Par1205",S1205,P2204); Par1206=Parallel("Par1206",S1206,P2205); P480=OrderedIntersection("P480",L1208,Par2207,0); P3211=OrderedIntersection("P3211",Perp1211,Par1211,0); P3212=OrderedIntersection("P3212",Perp1212,Par1212,0); P3214=OrderedIntersection("P3214",Perp1214,Par1214,0); P4198=OrderedIntersection("P4198",L1215,Par2214,0); P971=OrderedIntersection("P971",R172,C278,0); P972=OrderedIntersection("P972",R173,C279,0); Par1226=Parallel("Par1226",S1226,P2225); C374=Arc3pts("C374",P469,P974,P460); Center5=Center("Center5",C315); Center6=Center("Center6",C331); Center7=Center("Center7",C339); Center8=Center("Center8",C374); P344=OrderedIntersection("P344",Perp144,Par144,0); P355=OrderedIntersection("P355",Perp155,Par155,0); L164=Line("L164",P63,P443); Par278=Parallel("Par278",S278,P379); P380=OrderedIntersection("P380",Perp180,Par180,0); L181=Line("L181",P65,P462); P384=OrderedIntersection("P384",Perp184,Par184,0); P394=OrderedIntersection("P394",Perp194,Par194,0); P399=OrderedIntersection("P399",Perp199,Par199,0); P3103=OrderedIntersection("P3103",Perp1103,Par1103,0); P3104=OrderedIntersection("P3104",Perp1104,Par1104,0); L1106=Line("L1106",P62,P494); P3108=OrderedIntersection("P3108",Perp1108,Par1108,0); Par2109=Parallel("Par2109",S2109,P3110); P3113=OrderedIntersection("P3113",Perp1113,Par1113,0); M18=MidPoint("M18",P488,P4113); L29=PerpendicularBisector("L29",P497,P495); S38=Segment("S38",P497,P495); M110=MidPoint("M110",P495,P4115); L1117=Line("L1117",Ohz,P497); M112=MidPoint("M112",P488,P4117); C37=Arc3pts("C37",P499,P96,P486); P3120=OrderedIntersection("P3120",Perp1120,Par1120,0); C39=Arc3pts("C39",P491,P98,P485); P3122=OrderedIntersection("P3122",Perp1122,Par1122,0); P3124=OrderedIntersection("P3124",Perp1124,Par1124,0); P3129=OrderedIntersection("P3129",Perp1129,Par1129,0); P3132=OrderedIntersection("P3132",Perp1132,Par1132,0); P3133=OrderedIntersection("P3133",Perp1133,Par1133,0); P3138=OrderedIntersection("P3138",Perp1138,Par1138,0); P3145=OrderedIntersection("P3145",Perp1145,Par1145,0); P3147=OrderedIntersection("P3147",Perp1147,Par1147,0); Par2158=Parallel("Par2158",S2158,P3159); P3162=OrderedIntersection("P3162",Perp1162,Par1162,0); P3164=OrderedIntersection("P3164",Perp1164,Par1164,0); P3165=OrderedIntersection("P3165",Perp1165,Par1165,0); P3167=OrderedIntersection("P3167",Perp1167,Par1167,0); Par2170=Parallel("Par2170",S2170,P3171); Par2171=Parallel("Par2171",S2171,P3172); P3177=OrderedIntersection("P3177",Perp1177,Par1177,0); Par2181=Parallel("Par2181",S2181,P3182); P3189=OrderedIntersection("P3189",Perp1189,Par1189,0); P3190=OrderedIntersection("P3190",Perp1190,Par1190,0); C347=Arc3pts("C347",P474,P947,P447); L1194=Line("L1194",Ohz,P494); L1196=Line("L1196",Ohz,P462); L257=PerpendicularBisector("L257",P461,P462); S356=Segment("S356",P461,P462); P3197=OrderedIntersection("P3197",Perp1197,Par1197,0); C353=Arc3pts("C353",P448,P953,P450); C354=Arc3pts("C354",P446,P954,P448); C355=Arc3pts("C355",P445,P955,P446); L262=PerpendicularBisector("L262",P443,P445); S361=Segment("S361",P443,P445); M163=MidPoint("M163",P445,P4189); L1202=Line("L1202",Ohz,P443); L263=PerpendicularBisector("L263",P441,P443); S362=Segment("S362",P441,P443); L264=PerpendicularBisector("L264",P472,P441); S363=Segment("S363",P472,P441); M165=MidPoint("M165",P441,P4191); L1204=Line("L1204",Ohz,P472); L265=PerpendicularBisector("L265",P473,P472); S364=Segment("S364",P473,P472); P3205=OrderedIntersection("P3205",Perp1205,Par1205,0); P3206=OrderedIntersection("P3206",Perp1206,Par1206,0); Par2210=Parallel("Par2210",S2210,P3211); Par2211=Parallel("Par2211",S2211,P3212); Par2213=Parallel("Par2213",S2213,P3214); M171=MidPoint("M171",P479,P4198); L1220=Line("L1220",Ohz,P480); L273=PerpendicularBisector("L273",P476,P480); S372=Segment("S372",P476,P480); C371=Arc3pts("C371",P452,P971,P440); C372=Arc3pts("C372",P466,P972,P467); P3226=OrderedIntersection("P3226",Perp1226,Par1226,0); Center9=Center("Center9",C37); Center10=Center("Center10",C39); Center11=Center("Center11",C347); Center12=Center("Center12",C353); Center13=Center("Center13",C354); Center14=Center("Center14",C355); Center15=Center("Center15",C371); Center16=Center("Center16",C372); Par243=Parallel("Par243",S243,P344); Par254=Parallel("Par254",S254,P355); Perp164=Perpendicular("Perp164",L164,P63); P263=OrderedIntersection("P263",L164,C24,0); P478=OrderedIntersection("P478",L179,Par278,0); Par279=Parallel("Par279",S279,P380); Perp181=Perpendicular("Perp181",L181,P65); P280=OrderedIntersection("P280",L181,C26,0); Par283=Parallel("Par283",S283,P384); Par293=Parallel("Par293",S293,P394); Par298=Parallel("Par298",S298,P399); Par2102=Parallel("Par2102",S2102,P3103); Par2103=Parallel("Par2103",S2103,P3104); Perp1106=Perpendicular("Perp1106",L1106,P62); P2105=OrderedIntersection("P2105",L1106,C23,0); Par2107=Parallel("Par2107",S2107,P3108); Par2112=Parallel("Par2112",S2112,P3113); Perp27=Perpendicular("Perp27",L1114,M18); P55=OrderedIntersection("P55",L29,S38,0); Perp29=Perpendicular("Perp29",L1116,M110); Perp1117=Perpendicular("Perp1117",L1117,Ohz); P2116=OrderedIntersection("P2116",L1117,C1,0); Perp211=Perpendicular("Perp211",L1118,M112); Par2119=Parallel("Par2119",S2119,P3120); Par2121=Parallel("Par2121",S2121,P3122); Par2123=Parallel("Par2123",S2123,P3124); Par2128=Parallel("Par2128",S2128,P3129); Par2131=Parallel("Par2131",S2131,P3132); Par2132=Parallel("Par2132",S2132,P3133); Par2137=Parallel("Par2137",S2137,P3138); Par2144=Parallel("Par2144",S2144,P3145); Par2146=Parallel("Par2146",S2146,P3147); P4151=OrderedIntersection("P4151",L1159,Par2158,0); Par2161=Parallel("Par2161",S2161,P3162); Par2163=Parallel("Par2163",S2163,P3164); Par2164=Parallel("Par2164",S2164,P3165); Par2166=Parallel("Par2166",S2166,P3167); P4163=OrderedIntersection("P4163",L1171,Par2170,0); P4164=OrderedIntersection("P4164",L1172,Par2171,0); Par2176=Parallel("Par2176",S2176,P3177); P4174=OrderedIntersection("P4174",L1182,Par2181,0); Par2188=Parallel("Par2188",S2188,P3189); Par2189=Parallel("Par2189",S2189,P3190); Perp1194=Perpendicular("Perp1194",L1194,Ohz); P2193=OrderedIntersection("P2193",L1194,C1,0); Perp1196=Perpendicular("Perp1196",L1196,Ohz); P2195=OrderedIntersection("P2195",L1196,C1,0); P553=OrderedIntersection("P553",L257,S356,0); Par2196=Parallel("Par2196",S2196,P3197); P558=OrderedIntersection("P558",L262,S361,0); Perp262=Perpendicular("Perp262",L1201,M163); Perp1202=Perpendicular("Perp1202",L1202,Ohz); P2201=OrderedIntersection("P2201",L1202,C1,0); P559=OrderedIntersection("P559",L263,S362,0); P560=OrderedIntersection("P560",L264,S363,0); Perp264=Perpendicular("Perp264",L1203,M165); Perp1204=Perpendicular("Perp1204",L1204,Ohz); P2203=OrderedIntersection("P2203",L1204,C1,0); P561=OrderedIntersection("P561",L265,S364,0); Par2204=Parallel("Par2204",S2204,P3205); Par2205=Parallel("Par2205",S2205,P3206); P483=OrderedIntersection("P483",L1211,Par2210,0); P4195=OrderedIntersection("P4195",L1212,Par2211,0); P4197=OrderedIntersection("P4197",L1214,Par2213,0); Perp270=Perpendicular("Perp270",L1215,M171); Perp1220=Perpendicular("Perp1220",L1220,Ohz); P2219=OrderedIntersection("P2219",L1220,C1,0); P569=OrderedIntersection("P569",L273,S372,0); Par2225=Parallel("Par2225",S2225,P3226); P444=OrderedIntersection("P444",L144,Par243,0); P455=OrderedIntersection("P455",L155,Par254,0); P163=OrderedIntersection("P163",Perp164,C24,0); P180=OrderedIntersection("P180",Perp181,C26,0); P493=OrderedIntersection("P493",L194,Par293,0); P498=OrderedIntersection("P498",L199,Par298,0); P4102=OrderedIntersection("P4102",L1103,Par2102,0); P4103=OrderedIntersection("P4103",L1104,Par2103,0); P1105=OrderedIntersection("P1105",Perp1106,C23,0); P4107=OrderedIntersection("P4107",L1108,Par2107,0); P67=OrderedIntersection("P67",L27,Perp27,0); P69=OrderedIntersection("P69",L29,Perp29,0); P1116=OrderedIntersection("P1116",Perp1117,C1,0); P611=OrderedIntersection("P611",L211,Perp211,0); P4119=OrderedIntersection("P4119",L1120,Par2119,0); P4121=OrderedIntersection("P4121",L1122,Par2121,0); P4123=OrderedIntersection("P4123",L1124,Par2123,0); P4105=OrderedIntersection("P4105",L1129,Par2128,0); P4110=OrderedIntersection("P4110",L1132,Par2131,0); P4111=OrderedIntersection("P4111",L1133,Par2132,0); P4130=OrderedIntersection("P4130",L1138,Par2137,0); P4137=OrderedIntersection("P4137",L1145,Par2144,0); P4139=OrderedIntersection("P4139",L1147,Par2146,0); M136=MidPoint("M136",P4140,P4151); P4154=OrderedIntersection("P4154",L1162,Par2161,0); P4156=OrderedIntersection("P4156",L1164,Par2163,0); P4157=OrderedIntersection("P4157",L1165,Par2164,0); P4159=OrderedIntersection("P4159",L1167,Par2166,0); P4169=OrderedIntersection("P4169",L1177,Par2176,0); L245=PerpendicularBisector("L245",P4163,P4161); S344=Segment("S344",P4163,P4161); M146=MidPoint("M146",P4161,P4174); L1187=Line("L1187",Ohz,P4163); L248=PerpendicularBisector("L248",P4164,P4163); S347=Segment("S347",P4164,P4163); L1188=Line("L1188",Ohz,P4164); L249=PerpendicularBisector("L249",P4175,P4164); S348=Segment("S348",P4175,P4164); P4177=OrderedIntersection("P4177",L1189,Par2188,0); P4178=OrderedIntersection("P4178",L1190,Par2189,0); P1193=OrderedIntersection("P1193",Perp1194,C1,0); P1195=OrderedIntersection("P1195",Perp1196,C1,0); P4185=OrderedIntersection("P4185",L1197,Par2196,0); P662=OrderedIntersection("P662",L262,Perp262,0); P1201=OrderedIntersection("P1201",Perp1202,C1,0); P664=OrderedIntersection("P664",L264,Perp264,0); P1203=OrderedIntersection("P1203",Perp1204,C1,0); P4193=OrderedIntersection("P4193",L1205,Par2204,0); P4194=OrderedIntersection("P4194",L1206,Par2205,0); L1209=Line("L1209",P66,P4164); L1210=Line("L1210",P66,P4163); L269=PerpendicularBisector("L269",P483,P4162); S368=Segment("S368",P483,P4162); M170=MidPoint("M170",P4162,P4197); L1218=Line("L1218",P64,P4195); L1219=Line("L1219",P64,P483); P1219=OrderedIntersection("P1219",Perp1220,C1,0); L1221=Line("L1221",Ohz,P4195); L1223=Line("L1223",Ohz,P478); L276=PerpendicularBisector("L276",P477,P478); S375=Segment("S375",P477,P478); P4209=OrderedIntersection("P4209",L1226,Par2225,0); L163=Line("L163",P63,P444); S164=Segment("S164",P443,P163); S263=Segment("S263",P163,P263); S181=Segment("S181",P462,P180); S280=Segment("S280",P180,P280); L185=Line("L185",P63,P444); L1105=Line("L1105",P62,P493); S1106=Segment("S1106",P494,P1105); S2105=Segment("S2105",P1105,P2105); C28=Circle("C28",P67,P490); R12=Ray("R12",P67,P53); C210=Circle("C210",P69,P497); R14=Ray("R14",P69,P55); L210=PerpendicularBisector("L210",P498,P497); S39=Segment("S39",P498,P497); S1117=Segment("S1117",P497,P1116); S2116=Segment("S2116",P1116,P2116); C212=Circle("C212",P611,P487); R16=Ray("R16",P611,P57); M114=MidPoint("M114",P487,P4119); M116=MidPoint("M116",P465,P4121); L1123=Line("L1123",Ohz,P498); L216=PerpendicularBisector("L216",P4100,P498); S315=Segment("S315",P4100,P498); L217=PerpendicularBisector("L217",P4102,P4100); S316=Segment("S316",P4102,P4100); M118=MidPoint("M118",P4100,P4123); L1125=Line("L1125",Ohz,P4103); L218=PerpendicularBisector("L218",P4107,P4103); S317=Segment("S317",P4107,P4103); L1126=Line("L1126",Ohz,P4103); L219=PerpendicularBisector("L219",P4102,P4103); S318=Segment("S318",P4102,P4103); L1128=Line("L1128",P63,P4107); L1130=Line("L1130",P63,P4103); L1131=Line("L1131",P63,P4102); L1134=Line("L1134",Ohz,P4107); L225=PerpendicularBisector("L225",P4110,P4101); S324=Segment("S324",P4110,P4101); M126=MidPoint("M126",P4101,P4130); L1139=Line("L1139",P66,P4111); L1140=Line("L1140",P66,P4110); L1143=Line("L1143",P66,P4105); L1146=Line("L1146",P66,P4107); L1150=Line("L1150",Ohz,P4111); L1155=Line("L1155",Ohz,P4105); L1157=Line("L1157",Ohz,P4139); L233=PerpendicularBisector("L233",P4140,P4139); S332=Segment("S332",P4140,P4139); Perp235=Perpendicular("Perp235",L1159,M136); L1161=Line("L1161",Ohz,P4137); L237=PerpendicularBisector("L237",P454,P4137); S336=Segment("S336",P454,P4137); L238=PerpendicularBisector("L238",P455,P456); S337=Segment("S337",P455,P456); M139=MidPoint("M139",P456,P4154); L1163=Line("L1163",Ohz,P455); L239=PerpendicularBisector("L239",P453,P455); S338=Segment("S338",P453,P455); L1166=Line("L1166",P65,P455); L1173=Line("L1173",P65,P4139); L1175=Line("L1175",P65,P4137); L240=PerpendicularBisector("L240",P4156,P453); S339=Segment("S339",P4156,P453); M141=MidPoint("M141",P453,P4169); L1178=Line("L1178",Ohz,P4156); L1180=Line("L1180",Ohz,P4159); L243=PerpendicularBisector("L243",P4161,P4159); S342=Segment("S342",P4161,P4159); P541=OrderedIntersection("P541",L245,S344,0); Perp245=Perpendicular("Perp245",L1182,M146); L1185=Line("L1185",Ohz,P4156); L246=PerpendicularBisector("L246",P4176,P4156); S345=Segment("S345",P4176,P4156); L1186=Line("L1186",Ohz,P4157); L247=PerpendicularBisector("L247",P4176,P4157); S346=Segment("S346",P4176,P4157); Perp1187=Perpendicular("Perp1187",L1187,Ohz); P2186=OrderedIntersection("P2186",L1187,C1,0); P544=OrderedIntersection("P544",L248,S347,0); Perp1188=Perpendicular("Perp1188",L1188,Ohz); P2187=OrderedIntersection("P2187",L1188,C1,0); P545=OrderedIntersection("P545",L249,S348,0); L250=PerpendicularBisector("L250",P493,P491); S349=Segment("S349",P493,P491); M151=MidPoint("M151",P491,P4177); M152=MidPoint("M152",P492,P4178); L1193=Line("L1193",Ohz,P493); L254=PerpendicularBisector("L254",P494,P493); S353=Segment("S353",P494,P493); S1194=Segment("S1194",P494,P1193); S2193=Segment("S2193",P1193,P2193); S1196=Segment("S1196",P462,P1195); S2195=Segment("S2195",P1195,P2195); M159=MidPoint("M159",P461,P4185); C263=Circle("C263",P662,P443); R157=Ray("R157",P662,P558); S1202=Segment("S1202",P443,P1201); S2201=Segment("S2201",P1201,P2201); C265=Circle("C265",P664,P472); R159=Ray("R159",P664,P560); S1204=Segment("S1204",P472,P1203); S2203=Segment("S2203",P1203,P2203); M167=MidPoint("M167",P473,P4193); M168=MidPoint("M168",P475,P4194); Perp1209=Perpendicular("Perp1209",L1209,P66); P2208=OrderedIntersection("P2208",L1209,C27,0); Perp1210=Perpendicular("Perp1210",L1210,P66); P2209=OrderedIntersection("P2209",L1210,C27,0); P565=OrderedIntersection("P565",L269,S368,0); Perp269=Perpendicular("Perp269",L1214,M170); Perp1218=Perpendicular("Perp1218",L1218,P64); P2217=OrderedIntersection("P2217",L1218,C25,0); Perp1219=Perpendicular("Perp1219",L1219,P64); P2218=OrderedIntersection("P2218",L1219,C25,0); S1220=Segment("S1220",P480,P1219); S2219=Segment("S2219",P1219,P2219); Perp1221=Perpendicular("Perp1221",L1221,Ohz); P2220=OrderedIntersection("P2220",L1221,C1,0); Perp1223=Perpendicular("Perp1223",L1223,Ohz); P2222=OrderedIntersection("P2222",L1223,C1,0); P572=OrderedIntersection("P572",L276,S375,0); M180=MidPoint("M180",P468,P4209); Perp163=Perpendicular("Perp163",L163,P63); P262=OrderedIntersection("P262",L163,C24,0); Par164=Parallel("Par164",S164,P263); Par181=Parallel("Par181",S181,P280); Perp185=Perpendicular("Perp185",L185,P63); P284=OrderedIntersection("P284",L185,C24,0); Perp1105=Perpendicular("Perp1105",L1105,P62); P2104=OrderedIntersection("P2104",L1105,C23,0); Par1106=Parallel("Par1106",S1106,P2105); P91=OrderedIntersection("P91",R12,C28,0); P93=OrderedIntersection("P93",R14,C210,0); P56=OrderedIntersection("P56",L210,S39,0); Par1117=Parallel("Par1117",S1117,P2116); P95=OrderedIntersection("P95",R16,C212,0); Perp213=Perpendicular("Perp213",L1120,M114); Perp215=Perpendicular("Perp215",L1122,M116); Perp1123=Perpendicular("Perp1123",L1123,Ohz); P2122=OrderedIntersection("P2122",L1123,C1,0); P512=OrderedIntersection("P512",L216,S315,0); P513=OrderedIntersection("P513",L217,S316,0); Perp217=Perpendicular("Perp217",L1124,M118); Perp1125=Perpendicular("Perp1125",L1125,Ohz); P2124=OrderedIntersection("P2124",L1125,C1,0); P514=OrderedIntersection("P514",L218,S317,0); Perp1126=Perpendicular("Perp1126",L1126,Ohz); P2125=OrderedIntersection("P2125",L1126,C1,0); P515=OrderedIntersection("P515",L219,S318,0); Perp1128=Perpendicular("Perp1128",L1128,P63); P2127=OrderedIntersection("P2127",L1128,C24,0); Perp1130=Perpendicular("Perp1130",L1130,P63); P2129=OrderedIntersection("P2129",L1130,C24,0); Perp1131=Perpendicular("Perp1131",L1131,P63); P2130=OrderedIntersection("P2130",L1131,C24,0); Perp1134=Perpendicular("Perp1134",L1134,Ohz); P2133=OrderedIntersection("P2133",L1134,C1,0); P521=OrderedIntersection("P521",L225,S324,0); Perp225=Perpendicular("Perp225",L1138,M126); Perp1139=Perpendicular("Perp1139",L1139,P66); P2138=OrderedIntersection("P2138",L1139,C27,0); Perp1140=Perpendicular("Perp1140",L1140,P66); P2139=OrderedIntersection("P2139",L1140,C27,0); Perp1143=Perpendicular("Perp1143",L1143,P66); P2142=OrderedIntersection("P2142",L1143,C27,0); Perp1146=Perpendicular("Perp1146",L1146,P66); P2145=OrderedIntersection("P2145",L1146,C27,0); Perp1150=Perpendicular("Perp1150",L1150,Ohz); P2149=OrderedIntersection("P2149",L1150,C1,0); Perp1155=Perpendicular("Perp1155",L1155,Ohz); P2154=OrderedIntersection("P2154",L1155,C1,0); Perp1157=Perpendicular("Perp1157",L1157,Ohz); P2156=OrderedIntersection("P2156",L1157,C1,0); P529=OrderedIntersection("P529",L233,S332,0); P635=OrderedIntersection("P635",L235,Perp235,0); Perp1161=Perpendicular("Perp1161",L1161,Ohz); P2160=OrderedIntersection("P2160",L1161,C1,0); P533=OrderedIntersection("P533",L237,S336,0); P534=OrderedIntersection("P534",L238,S337,0); Perp238=Perpendicular("Perp238",L1162,M139); Perp1163=Perpendicular("Perp1163",L1163,Ohz); P2162=OrderedIntersection("P2162",L1163,C1,0); P535=OrderedIntersection("P535",L239,S338,0); Perp1166=Perpendicular("Perp1166",L1166,P65); P2165=OrderedIntersection("P2165",L1166,C26,0); Perp1173=Perpendicular("Perp1173",L1173,P65); P2172=OrderedIntersection("P2172",L1173,C26,0); Perp1175=Perpendicular("Perp1175",L1175,P65); P2174=OrderedIntersection("P2174",L1175,C26,0); P536=OrderedIntersection("P536",L240,S339,0); Perp240=Perpendicular("Perp240",L1177,M141); Perp1178=Perpendicular("Perp1178",L1178,Ohz); P2177=OrderedIntersection("P2177",L1178,C1,0); Perp1180=Perpendicular("Perp1180",L1180,Ohz); P2179=OrderedIntersection("P2179",L1180,C1,0); P539=OrderedIntersection("P539",L243,S342,0); P645=OrderedIntersection("P645",L245,Perp245,0); Perp1185=Perpendicular("Perp1185",L1185,Ohz); P2184=OrderedIntersection("P2184",L1185,C1,0); P542=OrderedIntersection("P542",L246,S345,0); Perp1186=Perpendicular("Perp1186",L1186,Ohz); P2185=OrderedIntersection("P2185",L1186,C1,0); P543=OrderedIntersection("P543",L247,S346,0); P1186=OrderedIntersection("P1186",Perp1187,C1,0); P1187=OrderedIntersection("P1187",Perp1188,C1,0); P546=OrderedIntersection("P546",L250,S349,0); Perp250=Perpendicular("Perp250",L1189,M151); Perp251=Perpendicular("Perp251",L1190,M152); Perp1193=Perpendicular("Perp1193",L1193,Ohz); P2192=OrderedIntersection("P2192",L1193,C1,0); P550=OrderedIntersection("P550",L254,S353,0); Par1194=Parallel("Par1194",S1194,P2193); Par1196=Parallel("Par1196",S1196,P2195); Perp258=Perpendicular("Perp258",L1197,M159); P956=OrderedIntersection("P956",R157,C263,0); Par1202=Parallel("Par1202",S1202,P2201); P958=OrderedIntersection("P958",R159,C265,0); Par1204=Parallel("Par1204",S1204,P2203); Perp266=Perpendicular("Perp266",L1205,M167); Perp267=Perpendicular("Perp267",L1206,M168); P1208=OrderedIntersection("P1208",Perp1209,C27,0); P1209=OrderedIntersection("P1209",Perp1210,C27,0); P669=OrderedIntersection("P669",L269,Perp269,0); P1217=OrderedIntersection("P1217",Perp1218,C25,0); P1218=OrderedIntersection("P1218",Perp1219,C25,0); Par1220=Parallel("Par1220",S1220,P2219); P1220=OrderedIntersection("P1220",Perp1221,C1,0); P1222=OrderedIntersection("P1222",Perp1223,C1,0); Perp279=Perpendicular("Perp279",L1226,M180); P162=OrderedIntersection("P162",Perp163,C24,0); P364=OrderedIntersection("P364",Perp164,Par164,0); P381=OrderedIntersection("P381",Perp181,Par181,0); P184=OrderedIntersection("P184",Perp185,C24,0); P1104=OrderedIntersection("P1104",Perp1105,C23,0); P3106=OrderedIntersection("P3106",Perp1106,Par1106,0); C32=Arc3pts("C32",P490,P91,P488); C34=Arc3pts("C34",P497,P93,P495); P3117=OrderedIntersection("P3117",Perp1117,Par1117,0); C36=Arc3pts("C36",P487,P95,P488); P613=OrderedIntersection("P613",L213,Perp213,0); P615=OrderedIntersection("P615",L215,Perp215,0); P1122=OrderedIntersection("P1122",Perp1123,C1,0); P617=OrderedIntersection("P617",L217,Perp217,0); P1124=OrderedIntersection("P1124",Perp1125,C1,0); P1125=OrderedIntersection("P1125",Perp1126,C1,0); P1127=OrderedIntersection("P1127",Perp1128,C24,0); P1129=OrderedIntersection("P1129",Perp1130,C24,0); P1130=OrderedIntersection("P1130",Perp1131,C24,0); P1133=OrderedIntersection("P1133",Perp1134,C1,0); P625=OrderedIntersection("P625",L225,Perp225,0); P1138=OrderedIntersection("P1138",Perp1139,C27,0); P1139=OrderedIntersection("P1139",Perp1140,C27,0); P1142=OrderedIntersection("P1142",Perp1143,C27,0); P1145=OrderedIntersection("P1145",Perp1146,C27,0); P1149=OrderedIntersection("P1149",Perp1150,C1,0); P1154=OrderedIntersection("P1154",Perp1155,C1,0); P1156=OrderedIntersection("P1156",Perp1157,C1,0); C236=Circle("C236",P635,P459); R130=Ray("R130",P635,P531); P1160=OrderedIntersection("P1160",Perp1161,C1,0); P638=OrderedIntersection("P638",L238,Perp238,0); P1162=OrderedIntersection("P1162",Perp1163,C1,0); P1165=OrderedIntersection("P1165",Perp1166,C26,0); P1172=OrderedIntersection("P1172",Perp1173,C26,0); P1174=OrderedIntersection("P1174",Perp1175,C26,0); P640=OrderedIntersection("P640",L240,Perp240,0); P1177=OrderedIntersection("P1177",Perp1178,C1,0); P1179=OrderedIntersection("P1179",Perp1180,C1,0); C246=Circle("C246",P645,P4163); R140=Ray("R140",P645,P541); P1184=OrderedIntersection("P1184",Perp1185,C1,0); P1185=OrderedIntersection("P1185",Perp1186,C1,0); S1187=Segment("S1187",P4163,P1186); S2186=Segment("S2186",P1186,P2186); S1188=Segment("S1188",P4164,P1187); S2187=Segment("S2187",P1187,P2187); P650=OrderedIntersection("P650",L250,Perp250,0); P651=OrderedIntersection("P651",L251,Perp251,0); P1192=OrderedIntersection("P1192",Perp1193,C1,0); P3194=OrderedIntersection("P3194",Perp1194,Par1194,0); P3196=OrderedIntersection("P3196",Perp1196,Par1196,0); P658=OrderedIntersection("P658",L258,Perp258,0); C356=Arc3pts("C356",P443,P956,P445); P3202=OrderedIntersection("P3202",Perp1202,Par1202,0); C358=Arc3pts("C358",P472,P958,P441); P3204=OrderedIntersection("P3204",Perp1204,Par1204,0); P666=OrderedIntersection("P666",L266,Perp266,0); P667=OrderedIntersection("P667",L267,Perp267,0); S1209=Segment("S1209",P4164,P1208); S2208=Segment("S2208",P1208,P2208); S1210=Segment("S1210",P4163,P1209); S2209=Segment("S2209",P1209,P2209); C270=Circle("C270",P669,P483); R164=Ray("R164",P669,P565); S1218=Segment("S1218",P4195,P1217); S2217=Segment("S2217",P1217,P2217); S1219=Segment("S1219",P483,P1218); S2218=Segment("S2218",P1218,P2218); P3220=OrderedIntersection("P3220",Perp1220,Par1220,0); S1221=Segment("S1221",P4195,P1220); S2220=Segment("S2220",P1220,P2220); S1223=Segment("S1223",P478,P1222); S2222=Segment("S2222",P1222,P2222); P679=OrderedIntersection("P679",L279,Perp279,0); Center17=Center("Center17",C32); Center18=Center("Center18",C34); Center19=Center("Center19",C36); Center20=Center("Center20",C356); Center21=Center("Center21",C358); S163=Segment("S163",P444,P162); S262=Segment("S262",P162,P262); Par263=Parallel("Par263",S263,P364); Par280=Parallel("Par280",S280,P381); S185=Segment("S185",P444,P184); S284=Segment("S284",P184,P284); S1105=Segment("S1105",P493,P1104); S2104=Segment("S2104",P1104,P2104); Par2105=Parallel("Par2105",S2105,P3106); Par2116=Parallel("Par2116",S2116,P3117); C214=Circle("C214",P613,P485); R18=Ray("R18",P613,P59); C216=Circle("C216",P615,P489); R110=Ray("R110",P615,P511); S1123=Segment("S1123",P498,P1122); S2122=Segment("S2122",P1122,P2122); C218=Circle("C218",P617,P4102); R112=Ray("R112",P617,P513); S1125=Segment("S1125",P4103,P1124); S2124=Segment("S2124",P1124,P2124); S1126=Segment("S1126",P4103,P1125); S2125=Segment("S2125",P1125,P2125); S1128=Segment("S1128",P4107,P1127); S2127=Segment("S2127",P1127,P2127); S1130=Segment("S1130",P4103,P1129); S2129=Segment("S2129",P1129,P2129); S1131=Segment("S1131",P4102,P1130); S2130=Segment("S2130",P1130,P2130); S1134=Segment("S1134",P4107,P1133); S2133=Segment("S2133",P1133,P2133); C226=Circle("C226",P625,P4110); R120=Ray("R120",P625,P521); S1139=Segment("S1139",P4111,P1138); S2138=Segment("S2138",P1138,P2138); S1140=Segment("S1140",P4110,P1139); S2139=Segment("S2139",P1139,P2139); S1143=Segment("S1143",P4105,P1142); S2142=Segment("S2142",P1142,P2142); S1146=Segment("S1146",P4107,P1145); S2145=Segment("S2145",P1145,P2145); S1150=Segment("S1150",P4111,P1149); S2149=Segment("S2149",P1149,P2149); S1155=Segment("S1155",P4105,P1154); S2154=Segment("S2154",P1154,P2154); S1157=Segment("S1157",P4139,P1156); S2156=Segment("S2156",P1156,P2156); P929=OrderedIntersection("P929",R130,C236,0); S1161=Segment("S1161",P4137,P1160); S2160=Segment("S2160",P1160,P2160); C239=Circle("C239",P638,P455); R133=Ray("R133",P638,P534); S1163=Segment("S1163",P455,P1162); S2162=Segment("S2162",P1162,P2162); S1166=Segment("S1166",P455,P1165); S2165=Segment("S2165",P1165,P2165); S1173=Segment("S1173",P4139,P1172); S2172=Segment("S2172",P1172,P2172); S1175=Segment("S1175",P4137,P1174); S2174=Segment("S2174",P1174,P2174); C241=Circle("C241",P640,P4156); R135=Ray("R135",P640,P536); S1178=Segment("S1178",P4156,P1177); S2177=Segment("S2177",P1177,P2177); S1180=Segment("S1180",P4159,P1179); S2179=Segment("S2179",P1179,P2179); P939=OrderedIntersection("P939",R140,C246,0); S1185=Segment("S1185",P4156,P1184); S2184=Segment("S2184",P1184,P2184); S1186=Segment("S1186",P4157,P1185); S2185=Segment("S2185",P1185,P2185); Par1187=Parallel("Par1187",S1187,P2186); Par1188=Parallel("Par1188",S1188,P2187); C251=Circle("C251",P650,P493); R145=Ray("R145",P650,P546); C252=Circle("C252",P651,P451); R146=Ray("R146",P651,P547); S1193=Segment("S1193",P493,P1192); S2192=Segment("S2192",P1192,P2192); Par2193=Parallel("Par2193",S2193,P3194); Par2195=Parallel("Par2195",S2195,P3196); C259=Circle("C259",P658,P450); R153=Ray("R153",P658,P554); Par2201=Parallel("Par2201",S2201,P3202); Par2203=Parallel("Par2203",S2203,P3204); C267=Circle("C267",P666,P475); R161=Ray("R161",P666,P562); C268=Circle("C268",P667,P477); R162=Ray("R162",P667,P563); Par1209=Parallel("Par1209",S1209,P2208); Par1210=Parallel("Par1210",S1210,P2209); P963=OrderedIntersection("P963",R164,C270,0); Par1218=Parallel("Par1218",S1218,P2217); Par1219=Parallel("Par1219",S1219,P2218); Par2219=Parallel("Par2219",S2219,P3220); Par1221=Parallel("Par1221",S1221,P2220); Par1223=Parallel("Par1223",S1223,P2222); C280=Circle("C280",P679,P449); R174=Ray("R174",P679,P575); Par163=Parallel("Par163",S163,P262); P464=OrderedIntersection("P464",L164,Par263,0); Par185=Parallel("Par185",S185,P284); Par1105=Parallel("Par1105",S1105,P2104); P4116=OrderedIntersection("P4116",L1117,Par2116,0); P97=OrderedIntersection("P97",R18,C214,0); P99=OrderedIntersection("P99",R110,C216,0); Par1123=Parallel("Par1123",S1123,P2122); P911=OrderedIntersection("P911",R112,C218,0); Par1125=Parallel("Par1125",S1125,P2124); Par1126=Parallel("Par1126",S1126,P2125); Par1128=Parallel("Par1128",S1128,P2127); Par1130=Parallel("Par1130",S1130,P2129); Par1131=Parallel("Par1131",S1131,P2130); Par1134=Parallel("Par1134",S1134,P2133); P919=OrderedIntersection("P919",R120,C226,0); Par1139=Parallel("Par1139",S1139,P2138); Par1140=Parallel("Par1140",S1140,P2139); Par1143=Parallel("Par1143",S1143,P2142); Par1146=Parallel("Par1146",S1146,P2145); Par1150=Parallel("Par1150",S1150,P2149); Par1155=Parallel("Par1155",S1155,P2154); Par1157=Parallel("Par1157",S1157,P2156); C330=Arc3pts("C330",P459,P929,P4140); Par1161=Parallel("Par1161",S1161,P2160); P932=OrderedIntersection("P932",R133,C239,0); Par1163=Parallel("Par1163",S1163,P2162); Par1166=Parallel("Par1166",S1166,P2165); Par1173=Parallel("Par1173",S1173,P2172); Par1175=Parallel("Par1175",S1175,P2174); P934=OrderedIntersection("P934",R135,C241,0); Par1178=Parallel("Par1178",S1178,P2177); Par1180=Parallel("Par1180",S1180,P2179); C340=Arc3pts("C340",P4163,P939,P4161); Par1185=Parallel("Par1185",S1185,P2184); Par1186=Parallel("Par1186",S1186,P2185); P3187=OrderedIntersection("P3187",Perp1187,Par1187,0); P3188=OrderedIntersection("P3188",Perp1188,Par1188,0); P944=OrderedIntersection("P944",R145,C251,0); P945=OrderedIntersection("P945",R146,C252,0); Par1193=Parallel("Par1193",S1193,P2192); P4182=OrderedIntersection("P4182",L1194,Par2193,0); P4184=OrderedIntersection("P4184",L1196,Par2195,0); P952=OrderedIntersection("P952",R153,C259,0); P4190=OrderedIntersection("P4190",L1202,Par2201,0); P4192=OrderedIntersection("P4192",L1204,Par2203,0); P960=OrderedIntersection("P960",R161,C267,0); P961=OrderedIntersection("P961",R162,C268,0); P3209=OrderedIntersection("P3209",Perp1209,Par1209,0); P3210=OrderedIntersection("P3210",Perp1210,Par1210,0); C363=Arc3pts("C363",P483,P963,P4162); P3218=OrderedIntersection("P3218",Perp1218,Par1218,0); P3219=OrderedIntersection("P3219",Perp1219,Par1219,0); P4203=OrderedIntersection("P4203",L1220,Par2219,0); P3221=OrderedIntersection("P3221",Perp1221,Par1221,0); P3223=OrderedIntersection("P3223",Perp1223,Par1223,0); P973=OrderedIntersection("P973",R174,C280,0); Center22=Center("Center22",C330); Center23=Center("Center23",C340); Center24=Center("Center24",C363); P363=OrderedIntersection("P363",Perp163,Par163,0); L183=Line("L183",P65,P464); P385=OrderedIntersection("P385",Perp185,Par185,0); P3105=OrderedIntersection("P3105",Perp1105,Par1105,0); L1112=Line("L1112",P62,P464); M111=MidPoint("M111",P497,P4116); C38=Arc3pts("C38",P485,P97,P487); C310=Arc3pts("C310",P489,P99,P465); P3123=OrderedIntersection("P3123",Perp1123,Par1123,0); C312=Arc3pts("C312",P4102,P911,P4100); P3125=OrderedIntersection("P3125",Perp1125,Par1125,0); P3126=OrderedIntersection("P3126",Perp1126,Par1126,0); P3128=OrderedIntersection("P3128",Perp1128,Par1128,0); P3130=OrderedIntersection("P3130",Perp1130,Par1130,0); P3131=OrderedIntersection("P3131",Perp1131,Par1131,0); P3134=OrderedIntersection("P3134",Perp1134,Par1134,0); C320=Arc3pts("C320",P4110,P919,P4101); P3139=OrderedIntersection("P3139",Perp1139,Par1139,0); P3140=OrderedIntersection("P3140",Perp1140,Par1140,0); P3143=OrderedIntersection("P3143",Perp1143,Par1143,0); P3146=OrderedIntersection("P3146",Perp1146,Par1146,0); P3150=OrderedIntersection("P3150",Perp1150,Par1150,0); P3155=OrderedIntersection("P3155",Perp1155,Par1155,0); P3157=OrderedIntersection("P3157",Perp1157,Par1157,0); P3161=OrderedIntersection("P3161",Perp1161,Par1161,0); C333=Arc3pts("C333",P455,P932,P456); P3163=OrderedIntersection("P3163",Perp1163,Par1163,0); P3166=OrderedIntersection("P3166",Perp1166,Par1166,0); P3173=OrderedIntersection("P3173",Perp1173,Par1173,0); P3175=OrderedIntersection("P3175",Perp1175,Par1175,0); C335=Arc3pts("C335",P4156,P934,P453); P3178=OrderedIntersection("P3178",Perp1178,Par1178,0); P3180=OrderedIntersection("P3180",Perp1180,Par1180,0); P3185=OrderedIntersection("P3185",Perp1185,Par1185,0); P3186=OrderedIntersection("P3186",Perp1186,Par1186,0); Par2186=Parallel("Par2186",S2186,P3187); Par2187=Parallel("Par2187",S2187,P3188); C344=Arc3pts("C344",P493,P944,P491); C345=Arc3pts("C345",P451,P945,P492); P3193=OrderedIntersection("P3193",Perp1193,Par1193,0); L255=PerpendicularBisector("L255",P464,P494); S354=Segment("S354",P464,P494); M156=MidPoint("M156",P494,P4182); L1195=Line("L1195",Ohz,P464); L256=PerpendicularBisector("L256",P462,P464); S355=Segment("S355",P462,P464); M158=MidPoint("M158",P462,P4184); C352=Arc3pts("C352",P450,P952,P461); M164=MidPoint("M164",P443,P4190); M166=MidPoint("M166",P472,P4192); C360=Arc3pts("C360",P475,P960,P473); C361=Arc3pts("C361",P477,P961,P475); Par2208=Parallel("Par2208",S2208,P3209); Par2209=Parallel("Par2209",S2209,P3210); Par2217=Parallel("Par2217",S2217,P3218); Par2218=Parallel("Par2218",S2218,P3219); M174=MidPoint("M174",P480,P4203); Par2220=Parallel("Par2220",S2220,P3221); Par2222=Parallel("Par2222",S2222,P3223); C373=Arc3pts("C373",P449,P973,P468); Center25=Center("Center25",C38); Center26=Center("Center26",C310); Center27=Center("Center27",C312); Center28=Center("Center28",C320); Center29=Center("Center29",C333); Center30=Center("Center30",C335); Center31=Center("Center31",C344); Center32=Center("Center32",C345); Center33=Center("Center33",C352); Center34=Center("Center34",C360); Center35=Center("Center35",C361); Center36=Center("Center36",C373); Par262=Parallel("Par262",S262,P363); Perp183=Perpendicular("Perp183",L183,P65); P282=OrderedIntersection("P282",L183,C26,0); Par284=Parallel("Par284",S284,P385); Par2104=Parallel("Par2104",S2104,P3105); Perp1112=Perpendicular("Perp1112",L1112,P62); P2111=OrderedIntersection("P2111",L1112,C23,0); Perp210=Perpendicular("Perp210",L1117,M111); Par2122=Parallel("Par2122",S2122,P3123); Par2124=Parallel("Par2124",S2124,P3125); Par2125=Parallel("Par2125",S2125,P3126); Par2127=Parallel("Par2127",S2127,P3128); Par2129=Parallel("Par2129",S2129,P3130); Par2130=Parallel("Par2130",S2130,P3131); Par2133=Parallel("Par2133",S2133,P3134); Par2138=Parallel("Par2138",S2138,P3139); Par2139=Parallel("Par2139",S2139,P3140); Par2142=Parallel("Par2142",S2142,P3143); Par2145=Parallel("Par2145",S2145,P3146); Par2149=Parallel("Par2149",S2149,P3150); Par2154=Parallel("Par2154",S2154,P3155); Par2156=Parallel("Par2156",S2156,P3157); Par2160=Parallel("Par2160",S2160,P3161); Par2162=Parallel("Par2162",S2162,P3163); Par2165=Parallel("Par2165",S2165,P3166); Par2172=Parallel("Par2172",S2172,P3173); Par2174=Parallel("Par2174",S2174,P3175); Par2177=Parallel("Par2177",S2177,P3178); Par2179=Parallel("Par2179",S2179,P3180); Par2184=Parallel("Par2184",S2184,P3185); Par2185=Parallel("Par2185",S2185,P3186); P4167=OrderedIntersection("P4167",L1187,Par2186,0); P4168=OrderedIntersection("P4168",L1188,Par2187,0); Par2192=Parallel("Par2192",S2192,P3193); P551=OrderedIntersection("P551",L255,S354,0); Perp255=Perpendicular("Perp255",L1194,M156); Perp1195=Perpendicular("Perp1195",L1195,Ohz); P2194=OrderedIntersection("P2194",L1195,C1,0); P552=OrderedIntersection("P552",L256,S355,0); Perp257=Perpendicular("Perp257",L1196,M158); Perp263=Perpendicular("Perp263",L1202,M164); Perp265=Perpendicular("Perp265",L1204,M166); P481=OrderedIntersection("P481",L1209,Par2208,0); P482=OrderedIntersection("P482",L1210,Par2209,0); P4201=OrderedIntersection("P4201",L1218,Par2217,0); P4202=OrderedIntersection("P4202",L1219,Par2218,0); Perp273=Perpendicular("Perp273",L1220,M174); P4204=OrderedIntersection("P4204",L1221,Par2220,0); P4206=OrderedIntersection("P4206",L1223,Par2222,0); P463=OrderedIntersection("P463",L163,Par262,0); P182=OrderedIntersection("P182",Perp183,C26,0); P484=OrderedIntersection("P484",L185,Par284,0); P1111=OrderedIntersection("P1111",Perp1112,C23,0); P610=OrderedIntersection("P610",L210,Perp210,0); P4122=OrderedIntersection("P4122",L1123,Par2122,0); P4124=OrderedIntersection("P4124",L1125,Par2124,0); P4125=OrderedIntersection("P4125",L1126,Par2125,0); P4104=OrderedIntersection("P4104",L1128,Par2127,0); P4108=OrderedIntersection("P4108",L1130,Par2129,0); P4109=OrderedIntersection("P4109",L1131,Par2130,0); P4112=OrderedIntersection("P4112",L1134,Par2133,0); P4131=OrderedIntersection("P4131",L1139,Par2138,0); P4132=OrderedIntersection("P4132",L1140,Par2139,0); P4135=OrderedIntersection("P4135",L1143,Par2142,0); P4138=OrderedIntersection("P4138",L1146,Par2145,0); P4142=OrderedIntersection("P4142",L1150,Par2149,0); P4147=OrderedIntersection("P4147",L1155,Par2154,0); P4149=OrderedIntersection("P4149",L1157,Par2156,0); P4153=OrderedIntersection("P4153",L1161,Par2160,0); P4155=OrderedIntersection("P4155",L1163,Par2162,0); P4158=OrderedIntersection("P4158",L1166,Par2165,0); P4170=OrderedIntersection("P4170",L1178,Par2177,0); P4172=OrderedIntersection("P4172",L1180,Par2179,0); P4165=OrderedIntersection("P4165",L1185,Par2184,0); P4166=OrderedIntersection("P4166",L1186,Par2185,0); M149=MidPoint("M149",P4163,P4167); M150=MidPoint("M150",P4164,P4168); P4181=OrderedIntersection("P4181",L1193,Par2192,0); P655=OrderedIntersection("P655",L255,Perp255,0); P1194=OrderedIntersection("P1194",Perp1195,C1,0); P657=OrderedIntersection("P657",L257,Perp257,0); P663=OrderedIntersection("P663",L263,Perp263,0); P665=OrderedIntersection("P665",L265,Perp265,0); L270=PerpendicularBisector("L270",P481,P479); S369=Segment("S369",P481,P479); L1216=Line("L1216",Ohz,P481); L271=PerpendicularBisector("L271",P482,P481); S370=Segment("S370",P482,P481); L1217=Line("L1217",Ohz,P482); L272=PerpendicularBisector("L272",P4195,P482); S371=Segment("S371",P4195,P482); P673=OrderedIntersection("P673",L273,Perp273,0); L274=PerpendicularBisector("L274",P4201,P4195); S373=Segment("S373",P4201,P4195); M175=MidPoint("M175",P4195,P4204); L1222=Line("L1222",Ohz,P4201); L275=PerpendicularBisector("L275",P478,P4201); S374=Segment("S374",P478,P4201); M177=MidPoint("M177",P478,P4206); L182=Line("L182",P65,P463); S183=Segment("S183",P464,P182); S282=Segment("S282",P182,P282); L1111=Line("L1111",P62,P484); S1112=Segment("S1112",P464,P1111); S2111=Segment("S2111",P1111,P2111); C211=Circle("C211",P610,P498); R15=Ray("R15",P610,P56); M117=MidPoint("M117",P498,P4122); M119=MidPoint("M119",P4103,P4124); M120=MidPoint("M120",P4103,P4125); L221=PerpendicularBisector("L221",P4104,P4107); S320=Segment("S320",P4104,P4107); M122=MidPoint("M122",P4107,P4112); L1135=Line("L1135",Ohz,P4104); L222=PerpendicularBisector("L222",P4108,P4104); S321=Segment("S321",P4108,P4104); L1136=Line("L1136",Ohz,P4108); L223=PerpendicularBisector("L223",P4109,P4108); S322=Segment("S322",P4109,P4108); L1137=Line("L1137",Ohz,P4109); L224=PerpendicularBisector("L224",P4111,P4109); S323=Segment("S323",P4111,P4109); L1141=Line("L1141",P66,P4109); L1142=Line("L1142",P66,P4108); L1144=Line("L1144",P66,P4104); L226=PerpendicularBisector("L226",P4131,P4111); S325=Segment("S325",P4131,P4111); M127=MidPoint("M127",P4111,P4142); L1151=Line("L1151",Ohz,P4131); L231=PerpendicularBisector("L231",P4135,P4105); S330=Segment("S330",P4135,P4105); M132=MidPoint("M132",P4105,P4147); L1156=Line("L1156",Ohz,P4138); L232=PerpendicularBisector("L232",P4139,P4138); S331=Segment("S331",P4139,P4138); M134=MidPoint("M134",P4139,P4149); L1158=Line("L1158",Ohz,P4132); L234=PerpendicularBisector("L234",P4141,P4132); S333=Segment("S333",P4141,P4132); M138=MidPoint("M138",P4137,P4153); M140=MidPoint("M140",P455,P4155); L1174=Line("L1174",P65,P4138); L241=PerpendicularBisector("L241",P4158,P4156); S340=Segment("S340",P4158,P4156); M142=MidPoint("M142",P4156,P4170); L1179=Line("L1179",Ohz,P4158); L242=PerpendicularBisector("L242",P4159,P4158); S341=Segment("S341",P4159,P4158); M144=MidPoint("M144",P4159,P4172); M147=MidPoint("M147",P4156,P4165); M148=MidPoint("M148",P4157,P4166); Perp248=Perpendicular("Perp248",L1187,M149); Perp249=Perpendicular("Perp249",L1188,M150); L1191=Line("L1191",Ohz,P484); L252=PerpendicularBisector("L252",P444,P484); S351=Segment("S351",P444,P484); M155=MidPoint("M155",P493,P4181); C256=Circle("C256",P655,P464); R150=Ray("R150",P655,P551); S1195=Segment("S1195",P464,P1194); S2194=Segment("S2194",P1194,P2194); C258=Circle("C258",P657,P461); R152=Ray("R152",P657,P553); C264=Circle("C264",P663,P441); R158=Ray("R158",P663,P559); C266=Circle("C266",P665,P473); R160=Ray("R160",P665,P561); P566=OrderedIntersection("P566",L270,S369,0); P670=OrderedIntersection("P670",L270,Perp270,0); Perp1216=Perpendicular("Perp1216",L1216,Ohz); P2215=OrderedIntersection("P2215",L1216,C1,0); P567=OrderedIntersection("P567",L271,S370,0); Perp1217=Perpendicular("Perp1217",L1217,Ohz); P2216=OrderedIntersection("P2216",L1217,C1,0); P568=OrderedIntersection("P568",L272,S371,0); C274=Circle("C274",P673,P476); R168=Ray("R168",P673,P569); P570=OrderedIntersection("P570",L274,S373,0); Perp274=Perpendicular("Perp274",L1221,M175); Perp1222=Perpendicular("Perp1222",L1222,Ohz); P2221=OrderedIntersection("P2221",L1222,C1,0); P571=OrderedIntersection("P571",L275,S374,0); Perp276=Perpendicular("Perp276",L1223,M177); Perp182=Perpendicular("Perp182",L182,P65); P281=OrderedIntersection("P281",L182,C26,0); Par183=Parallel("Par183",S183,P282); Perp1111=Perpendicular("Perp1111",L1111,P62); P2110=OrderedIntersection("P2110",L1111,C23,0); Par1112=Parallel("Par1112",S1112,P2111); P94=OrderedIntersection("P94",R15,C211,0); Perp216=Perpendicular("Perp216",L1123,M117); Perp218=Perpendicular("Perp218",L1125,M119); Perp219=Perpendicular("Perp219",L1126,M120); P517=OrderedIntersection("P517",L221,S320,0); Perp221=Perpendicular("Perp221",L1134,M122); Perp1135=Perpendicular("Perp1135",L1135,Ohz); P2134=OrderedIntersection("P2134",L1135,C1,0); P518=OrderedIntersection("P518",L222,S321,0); Perp1136=Perpendicular("Perp1136",L1136,Ohz); P2135=OrderedIntersection("P2135",L1136,C1,0); P519=OrderedIntersection("P519",L223,S322,0); Perp1137=Perpendicular("Perp1137",L1137,Ohz); P2136=OrderedIntersection("P2136",L1137,C1,0); P520=OrderedIntersection("P520",L224,S323,0); Perp1141=Perpendicular("Perp1141",L1141,P66); P2140=OrderedIntersection("P2140",L1141,C27,0); Perp1142=Perpendicular("Perp1142",L1142,P66); P2141=OrderedIntersection("P2141",L1142,C27,0); Perp1144=Perpendicular("Perp1144",L1144,P66); P2143=OrderedIntersection("P2143",L1144,C27,0); P522=OrderedIntersection("P522",L226,S325,0); Perp226=Perpendicular("Perp226",L1150,M127); Perp1151=Perpendicular("Perp1151",L1151,Ohz); P2150=OrderedIntersection("P2150",L1151,C1,0); P527=OrderedIntersection("P527",L231,S330,0); Perp231=Perpendicular("Perp231",L1155,M132); Perp1156=Perpendicular("Perp1156",L1156,Ohz); P2155=OrderedIntersection("P2155",L1156,C1,0); P528=OrderedIntersection("P528",L232,S331,0); Perp233=Perpendicular("Perp233",L1157,M134); Perp1158=Perpendicular("Perp1158",L1158,Ohz); P2157=OrderedIntersection("P2157",L1158,C1,0); P530=OrderedIntersection("P530",L234,S333,0); Perp237=Perpendicular("Perp237",L1161,M138); Perp239=Perpendicular("Perp239",L1163,M140); Perp1174=Perpendicular("Perp1174",L1174,P65); P2173=OrderedIntersection("P2173",L1174,C26,0); P537=OrderedIntersection("P537",L241,S340,0); Perp241=Perpendicular("Perp241",L1178,M142); Perp1179=Perpendicular("Perp1179",L1179,Ohz); P2178=OrderedIntersection("P2178",L1179,C1,0); P538=OrderedIntersection("P538",L242,S341,0); Perp243=Perpendicular("Perp243",L1180,M144); Perp246=Perpendicular("Perp246",L1185,M147); Perp247=Perpendicular("Perp247",L1186,M148); P648=OrderedIntersection("P648",L248,Perp248,0); P649=OrderedIntersection("P649",L249,Perp249,0); Perp1191=Perpendicular("Perp1191",L1191,Ohz); P2190=OrderedIntersection("P2190",L1191,C1,0); P548=OrderedIntersection("P548",L252,S351,0); Perp254=Perpendicular("Perp254",L1193,M155); P949=OrderedIntersection("P949",R150,C256,0); Par1195=Parallel("Par1195",S1195,P2194); P951=OrderedIntersection("P951",R152,C258,0); P957=OrderedIntersection("P957",R158,C264,0); P959=OrderedIntersection("P959",R160,C266,0); C271=Circle("C271",P670,P481); R165=Ray("R165",P670,P566); P1215=OrderedIntersection("P1215",Perp1216,C1,0); P1216=OrderedIntersection("P1216",Perp1217,C1,0); P967=OrderedIntersection("P967",R168,C274,0); P674=OrderedIntersection("P674",L274,Perp274,0); P1221=OrderedIntersection("P1221",Perp1222,C1,0); P676=OrderedIntersection("P676",L276,Perp276,0); P181=OrderedIntersection("P181",Perp182,C26,0); P383=OrderedIntersection("P383",Perp183,Par183,0); P1110=OrderedIntersection("P1110",Perp1111,C23,0); P3112=OrderedIntersection("P3112",Perp1112,Par1112,0); C35=Arc3pts("C35",P498,P94,P497); P616=OrderedIntersection("P616",L216,Perp216,0); P618=OrderedIntersection("P618",L218,Perp218,0); P619=OrderedIntersection("P619",L219,Perp219,0); P621=OrderedIntersection("P621",L221,Perp221,0); P1134=OrderedIntersection("P1134",Perp1135,C1,0); P1135=OrderedIntersection("P1135",Perp1136,C1,0); P1136=OrderedIntersection("P1136",Perp1137,C1,0); P1140=OrderedIntersection("P1140",Perp1141,C27,0); P1141=OrderedIntersection("P1141",Perp1142,C27,0); P1143=OrderedIntersection("P1143",Perp1144,C27,0); P626=OrderedIntersection("P626",L226,Perp226,0); P1150=OrderedIntersection("P1150",Perp1151,C1,0); P631=OrderedIntersection("P631",L231,Perp231,0); P1155=OrderedIntersection("P1155",Perp1156,C1,0); P633=OrderedIntersection("P633",L233,Perp233,0); P1157=OrderedIntersection("P1157",Perp1158,C1,0); P637=OrderedIntersection("P637",L237,Perp237,0); P639=OrderedIntersection("P639",L239,Perp239,0); P1173=OrderedIntersection("P1173",Perp1174,C26,0); P641=OrderedIntersection("P641",L241,Perp241,0); P1178=OrderedIntersection("P1178",Perp1179,C1,0); P643=OrderedIntersection("P643",L243,Perp243,0); P646=OrderedIntersection("P646",L246,Perp246,0); P647=OrderedIntersection("P647",L247,Perp247,0); C249=Circle("C249",P648,P4164); R143=Ray("R143",P648,P544); C250=Circle("C250",P649,P4175); R144=Ray("R144",P649,P545); P1190=OrderedIntersection("P1190",Perp1191,C1,0); P654=OrderedIntersection("P654",L254,Perp254,0); C349=Arc3pts("C349",P464,P949,P494); P3195=OrderedIntersection("P3195",Perp1195,Par1195,0); C351=Arc3pts("C351",P461,P951,P462); C357=Arc3pts("C357",P441,P957,P443); C359=Arc3pts("C359",P473,P959,P472); P964=OrderedIntersection("P964",R165,C271,0); S1216=Segment("S1216",P481,P1215); S2215=Segment("S2215",P1215,P2215); S1217=Segment("S1217",P482,P1216); S2216=Segment("S2216",P1216,P2216); C367=Arc3pts("C367",P476,P967,P480); C275=Circle("C275",P674,P4201); R169=Ray("R169",P674,P570); S1222=Segment("S1222",P4201,P1221); S2221=Segment("S2221",P1221,P2221); C277=Circle("C277",P676,P477); R171=Ray("R171",P676,P572); Center37=Center("Center37",C35); Center38=Center("Center38",C349); Center39=Center("Center39",C351); Center40=Center("Center40",C357); Center41=Center("Center41",C359); Center42=Center("Center42",C367); S182=Segment("S182",P463,P181); S281=Segment("S281",P181,P281); Par282=Parallel("Par282",S282,P383); S1111=Segment("S1111",P484,P1110); S2110=Segment("S2110",P1110,P2110); Par2111=Parallel("Par2111",S2111,P3112); C217=Circle("C217",P616,P4100); R111=Ray("R111",P616,P512); C219=Circle("C219",P618,P4107); R113=Ray("R113",P618,P514); C220=Circle("C220",P619,P4102); R114=Ray("R114",P619,P515); C222=Circle("C222",P621,P4104); R116=Ray("R116",P621,P517); S1135=Segment("S1135",P4104,P1134); S2134=Segment("S2134",P1134,P2134); S1136=Segment("S1136",P4108,P1135); S2135=Segment("S2135",P1135,P2135); S1137=Segment("S1137",P4109,P1136); S2136=Segment("S2136",P1136,P2136); S1141=Segment("S1141",P4109,P1140); S2140=Segment("S2140",P1140,P2140); S1142=Segment("S1142",P4108,P1141); S2141=Segment("S2141",P1141,P2141); S1144=Segment("S1144",P4104,P1143); S2143=Segment("S2143",P1143,P2143); C227=Circle("C227",P626,P4131); R121=Ray("R121",P626,P522); S1151=Segment("S1151",P4131,P1150); S2150=Segment("S2150",P1150,P2150); C232=Circle("C232",P631,P4135); R126=Ray("R126",P631,P527); S1156=Segment("S1156",P4138,P1155); S2155=Segment("S2155",P1155,P2155); C234=Circle("C234",P633,P4140); R128=Ray("R128",P633,P529); S1158=Segment("S1158",P4132,P1157); S2157=Segment("S2157",P1157,P2157); C238=Circle("C238",P637,P454); R132=Ray("R132",P637,P533); C240=Circle("C240",P639,P453); R134=Ray("R134",P639,P535); S1174=Segment("S1174",P4138,P1173); S2173=Segment("S2173",P1173,P2173); C242=Circle("C242",P641,P4158); R136=Ray("R136",P641,P537); S1179=Segment("S1179",P4158,P1178); S2178=Segment("S2178",P1178,P2178); C244=Circle("C244",P643,P4161); R138=Ray("R138",P643,P539); C247=Circle("C247",P646,P4176); R141=Ray("R141",P646,P542); C248=Circle("C248",P647,P4176); R142=Ray("R142",P647,P543); P942=OrderedIntersection("P942",R143,C249,0); P943=OrderedIntersection("P943",R144,C250,0); S1191=Segment("S1191",P484,P1190); S2190=Segment("S2190",P1190,P2190); C255=Circle("C255",P654,P494); R149=Ray("R149",P654,P550); Par2194=Parallel("Par2194",S2194,P3195); C364=Arc3pts("C364",P481,P964,P479); Par1216=Parallel("Par1216",S1216,P2215); Par1217=Parallel("Par1217",S1217,P2216); P968=OrderedIntersection("P968",R169,C275,0); Par1222=Parallel("Par1222",S1222,P2221); P970=OrderedIntersection("P970",R171,C277,0); Center43=Center("Center43",C364); Par182=Parallel("Par182",S182,P281); Par1111=Parallel("Par1111",S1111,P2110); P910=OrderedIntersection("P910",R111,C217,0); P912=OrderedIntersection("P912",R113,C219,0); P913=OrderedIntersection("P913",R114,C220,0); P915=OrderedIntersection("P915",R116,C222,0); Par1135=Parallel("Par1135",S1135,P2134); Par1136=Parallel("Par1136",S1136,P2135); Par1137=Parallel("Par1137",S1137,P2136); Par1141=Parallel("Par1141",S1141,P2140); Par1142=Parallel("Par1142",S1142,P2141); Par1144=Parallel("Par1144",S1144,P2143); P920=OrderedIntersection("P920",R121,C227,0); Par1151=Parallel("Par1151",S1151,P2150); P925=OrderedIntersection("P925",R126,C232,0); Par1156=Parallel("Par1156",S1156,P2155); P927=OrderedIntersection("P927",R128,C234,0); Par1158=Parallel("Par1158",S1158,P2157); P931=OrderedIntersection("P931",R132,C238,0); P933=OrderedIntersection("P933",R134,C240,0); Par1174=Parallel("Par1174",S1174,P2173); P935=OrderedIntersection("P935",R136,C242,0); Par1179=Parallel("Par1179",S1179,P2178); P937=OrderedIntersection("P937",R138,C244,0); P940=OrderedIntersection("P940",R141,C247,0); P941=OrderedIntersection("P941",R142,C248,0); C342=Arc3pts("C342",P4164,P942,P4163); C343=Arc3pts("C343",P4175,P943,P4164); Par1191=Parallel("Par1191",S1191,P2190); P948=OrderedIntersection("P948",R149,C255,0); P4183=OrderedIntersection("P4183",L1195,Par2194,0); P3216=OrderedIntersection("P3216",Perp1216,Par1216,0); P3217=OrderedIntersection("P3217",Perp1217,Par1217,0); C368=Arc3pts("C368",P4201,P968,P4195); P3222=OrderedIntersection("P3222",Perp1222,Par1222,0); C370=Arc3pts("C370",P477,P970,P478); Center44=Center("Center44",C342); Center45=Center("Center45",C343); Center46=Center("Center46",C368); Center47=Center("Center47",C370); P382=OrderedIntersection("P382",Perp182,Par182,0); P3111=OrderedIntersection("P3111",Perp1111,Par1111,0); C311=Arc3pts("C311",P4100,P910,P498); C313=Arc3pts("C313",P4107,P912,P4103); C314=Arc3pts("C314",P4102,P913,P4103); C316=Arc3pts("C316",P4104,P915,P4107); P3135=OrderedIntersection("P3135",Perp1135,Par1135,0); P3136=OrderedIntersection("P3136",Perp1136,Par1136,0); P3137=OrderedIntersection("P3137",Perp1137,Par1137,0); P3141=OrderedIntersection("P3141",Perp1141,Par1141,0); P3142=OrderedIntersection("P3142",Perp1142,Par1142,0); P3144=OrderedIntersection("P3144",Perp1144,Par1144,0); C321=Arc3pts("C321",P4131,P920,P4111); P3151=OrderedIntersection("P3151",Perp1151,Par1151,0); C326=Arc3pts("C326",P4135,P925,P4105); P3156=OrderedIntersection("P3156",Perp1156,Par1156,0); C328=Arc3pts("C328",P4140,P927,P4139); P3158=OrderedIntersection("P3158",Perp1158,Par1158,0); C332=Arc3pts("C332",P454,P931,P4137); C334=Arc3pts("C334",P453,P933,P455); P3174=OrderedIntersection("P3174",Perp1174,Par1174,0); C336=Arc3pts("C336",P4158,P935,P4156); P3179=OrderedIntersection("P3179",Perp1179,Par1179,0); C338=Arc3pts("C338",P4161,P937,P4159); C341=Arc3pts("C341",P4176,P941,P4157); P3191=OrderedIntersection("P3191",Perp1191,Par1191,0); C348=Arc3pts("C348",P494,P948,P493); M157=MidPoint("M157",P464,P4183); Par2215=Parallel("Par2215",S2215,P3216); Par2216=Parallel("Par2216",S2216,P3217); Par2221=Parallel("Par2221",S2221,P3222); Center48=Center("Center48",C311); Center49=Center("Center49",C313); Center50=Center("Center50",C314); Center51=Center("Center51",C316); Center52=Center("Center52",C321); Center53=Center("Center53",C326); Center54=Center("Center54",C328); Center55=Center("Center55",C332); Center56=Center("Center56",C334); Center57=Center("Center57",C336); Center58=Center("Center58",C338); Center59=Center("Center59",C341); Center60=Center("Center60",C348); Par281=Parallel("Par281",S281,P382); Par2110=Parallel("Par2110",S2110,P3111); Par2134=Parallel("Par2134",S2134,P3135); Par2135=Parallel("Par2135",S2135,P3136); Par2136=Parallel("Par2136",S2136,P3137); Par2140=Parallel("Par2140",S2140,P3141); Par2141=Parallel("Par2141",S2141,P3142); Par2143=Parallel("Par2143",S2143,P3144); Par2150=Parallel("Par2150",S2150,P3151); Par2155=Parallel("Par2155",S2155,P3156); Par2157=Parallel("Par2157",S2157,P3158); Par2173=Parallel("Par2173",S2173,P3174); Par2178=Parallel("Par2178",S2178,P3179); Par2190=Parallel("Par2190",S2190,P3191); Perp256=Perpendicular("Perp256",L1195,M157); P4199=OrderedIntersection("P4199",L1216,Par2215,0); P4200=OrderedIntersection("P4200",L1217,Par2216,0); P4205=OrderedIntersection("P4205",L1222,Par2221,0); P4127=OrderedIntersection("P4127",L1135,Par2134,0); P4128=OrderedIntersection("P4128",L1136,Par2135,0); P4129=OrderedIntersection("P4129",L1137,Par2136,0); P4133=OrderedIntersection("P4133",L1141,Par2140,0); P4134=OrderedIntersection("P4134",L1142,Par2141,0); P4136=OrderedIntersection("P4136",L1144,Par2143,0); P4143=OrderedIntersection("P4143",L1151,Par2150,0); P4148=OrderedIntersection("P4148",L1156,Par2155,0); P4150=OrderedIntersection("P4150",L1158,Par2157,0); P4171=OrderedIntersection("P4171",L1179,Par2178,0); P4179=OrderedIntersection("P4179",L1191,Par2190,0); P656=OrderedIntersection("P656",L256,Perp256,0); M172=MidPoint("M172",P481,P4199); M173=MidPoint("M173",P482,P4200); M176=MidPoint("M176",P4201,P4205); M123=MidPoint("M123",P4104,P4127); M124=MidPoint("M124",P4108,P4128); M125=MidPoint("M125",P4109,P4129); L227=PerpendicularBisector("L227",P4133,P4131); S326=Segment("S326",P4133,P4131); M128=MidPoint("M128",P4131,P4143); L1152=Line("L1152",Ohz,P4133); L228=PerpendicularBisector("L228",P4134,P4133); S327=Segment("S327",P4134,P4133); L1153=Line("L1153",Ohz,P4134); L229=PerpendicularBisector("L229",P4136,P4134); S328=Segment("S328",P4136,P4134); L1154=Line("L1154",Ohz,P4136); L230=PerpendicularBisector("L230",P4138,P4136); S329=Segment("S329",P4138,P4136); M133=MidPoint("M133",P4138,P4148); M135=MidPoint("M135",P4132,P4150); L1176=Line("L1176",P65,P4136); M143=MidPoint("M143",P4158,P4171); M153=MidPoint("M153",P484,P4179); C257=Circle("C257",P656,P462); R151=Ray("R151",P656,P552); Perp271=Perpendicular("Perp271",L1216,M172); Perp272=Perpendicular("Perp272",L1217,M173); Perp275=Perpendicular("Perp275",L1222,M176); Perp222=Perpendicular("Perp222",L1135,M123); Perp223=Perpendicular("Perp223",L1136,M124); Perp224=Perpendicular("Perp224",L1137,M125); P523=OrderedIntersection("P523",L227,S326,0); Perp227=Perpendicular("Perp227",L1151,M128); Perp1152=Perpendicular("Perp1152",L1152,Ohz); P2151=OrderedIntersection("P2151",L1152,C1,0); P524=OrderedIntersection("P524",L228,S327,0); Perp1153=Perpendicular("Perp1153",L1153,Ohz); P2152=OrderedIntersection("P2152",L1153,C1,0); P525=OrderedIntersection("P525",L229,S328,0); Perp1154=Perpendicular("Perp1154",L1154,Ohz); P2153=OrderedIntersection("P2153",L1154,C1,0); P526=OrderedIntersection("P526",L230,S329,0); Perp232=Perpendicular("Perp232",L1156,M133); Perp234=Perpendicular("Perp234",L1158,M135); Perp1176=Perpendicular("Perp1176",L1176,P65); P2175=OrderedIntersection("P2175",L1176,C26,0); Perp242=Perpendicular("Perp242",L1179,M143); Perp252=Perpendicular("Perp252",L1191,M153); P950=OrderedIntersection("P950",R151,C257,0); P671=OrderedIntersection("P671",L271,Perp271,0); P672=OrderedIntersection("P672",L272,Perp272,0); P675=OrderedIntersection("P675",L275,Perp275,0); P622=OrderedIntersection("P622",L222,Perp222,0); P623=OrderedIntersection("P623",L223,Perp223,0); P624=OrderedIntersection("P624",L224,Perp224,0); P627=OrderedIntersection("P627",L227,Perp227,0); P1151=OrderedIntersection("P1151",Perp1152,C1,0); P1152=OrderedIntersection("P1152",Perp1153,C1,0); P1153=OrderedIntersection("P1153",Perp1154,C1,0); P632=OrderedIntersection("P632",L232,Perp232,0); P634=OrderedIntersection("P634",L234,Perp234,0); P1175=OrderedIntersection("P1175",Perp1176,C26,0); P642=OrderedIntersection("P642",L242,Perp242,0); P652=OrderedIntersection("P652",L252,Perp252,0); C350=Arc3pts("C350",P462,P950,P464); C272=Circle("C272",P671,P482); R166=Ray("R166",P671,P567); C273=Circle("C273",P672,P4195); R167=Ray("R167",P672,P568); C276=Circle("C276",P675,P478); R170=Ray("R170",P675,P571); Center61=Center("Center61",C350); C223=Circle("C223",P622,P4108); R117=Ray("R117",P622,P518); C224=Circle("C224",P623,P4109); R118=Ray("R118",P623,P519); C225=Circle("C225",P624,P4111); R119=Ray("R119",P624,P520); C228=Circle("C228",P627,P4133); R122=Ray("R122",P627,P523); S1152=Segment("S1152",P4133,P1151); S2151=Segment("S2151",P1151,P2151); S1153=Segment("S1153",P4134,P1152); S2152=Segment("S2152",P1152,P2152); S1154=Segment("S1154",P4136,P1153); S2153=Segment("S2153",P1153,P2153); C233=Circle("C233",P632,P4139); R127=Ray("R127",P632,P528); C235=Circle("C235",P634,P4141); R129=Ray("R129",P634,P530); S1176=Segment("S1176",P4136,P1175); S2175=Segment("S2175",P1175,P2175); C243=Circle("C243",P642,P4159); R137=Ray("R137",P642,P538); C253=Circle("C253",P652,P444); R147=Ray("R147",P652,P548); P965=OrderedIntersection("P965",R166,C272,0); P966=OrderedIntersection("P966",R167,C273,0); P969=OrderedIntersection("P969",R170,C276,0); P916=OrderedIntersection("P916",R117,C223,0); P917=OrderedIntersection("P917",R118,C224,0); P918=OrderedIntersection("P918",R119,C225,0); P921=OrderedIntersection("P921",R122,C228,0); Par1152=Parallel("Par1152",S1152,P2151); Par1153=Parallel("Par1153",S1153,P2152); Par1154=Parallel("Par1154",S1154,P2153); P926=OrderedIntersection("P926",R127,C233,0); P928=OrderedIntersection("P928",R129,C235,0); Par1176=Parallel("Par1176",S1176,P2175); P936=OrderedIntersection("P936",R137,C243,0); P946=OrderedIntersection("P946",R147,C253,0); C365=Arc3pts("C365",P482,P965,P481); C366=Arc3pts("C366",P4195,P966,P482); C369=Arc3pts("C369",P478,P969,P4201); Center62=Center("Center62",C365); Center63=Center("Center63",C366); Center64=Center("Center64",C369); C317=Arc3pts("C317",P4108,P916,P4104); C318=Arc3pts("C318",P4109,P917,P4108); C319=Arc3pts("C319",P4111,P918,P4109); C322=Arc3pts("C322",P4133,P921,P4131); P3152=OrderedIntersection("P3152",Perp1152,Par1152,0); P3153=OrderedIntersection("P3153",Perp1153,Par1153,0); P3154=OrderedIntersection("P3154",Perp1154,Par1154,0); C327=Arc3pts("C327",P4139,P926,P4138); C329=Arc3pts("C329",P4141,P928,P4132); P3176=OrderedIntersection("P3176",Perp1176,Par1176,0); C337=Arc3pts("C337",P4159,P936,P4158); C346=Arc3pts("C346",P444,P946,P484); Center65=Center("Center65",C317); Center66=Center("Center66",C318); Center67=Center("Center67",C319); Center68=Center("Center68",C322); Center69=Center("Center69",C327); Center70=Center("Center70",C329); Center71=Center("Center71",C337); Center72=Center("Center72",C346); Par2151=Parallel("Par2151",S2151,P3152); Par2152=Parallel("Par2152",S2152,P3153); Par2153=Parallel("Par2153",S2153,P3154); Par2175=Parallel("Par2175",S2175,P3176); P4144=OrderedIntersection("P4144",L1152,Par2151,0); P4145=OrderedIntersection("P4145",L1153,Par2152,0); P4146=OrderedIntersection("P4146",L1154,Par2153,0); M129=MidPoint("M129",P4133,P4144); M130=MidPoint("M130",P4134,P4145); M131=MidPoint("M131",P4136,P4146); Perp228=Perpendicular("Perp228",L1152,M129); Perp229=Perpendicular("Perp229",L1153,M130); Perp230=Perpendicular("Perp230",L1154,M131); P628=OrderedIntersection("P628",L228,Perp228,0); P629=OrderedIntersection("P629",L229,Perp229,0); P630=OrderedIntersection("P630",L230,Perp230,0); C229=Circle("C229",P628,P4134); R123=Ray("R123",P628,P524); C230=Circle("C230",P629,P4136); R124=Ray("R124",P629,P525); C231=Circle("C231",P630,P4138); R125=Ray("R125",P630,P526); P922=OrderedIntersection("P922",R123,C229,0); P923=OrderedIntersection("P923",R124,C230,0); P924=OrderedIntersection("P924",R125,C231,0); C323=Arc3pts("C323",P4134,P922,P4133); C324=Arc3pts("C324",P4136,P923,P4134); C325=Arc3pts("C325",P4138,P924,P4136); Center73=Center("Center73",C323); Center74=Center("Center74",C324); Center75=Center("Center75",C325); // Styles : STL(Ohz,"c:#0000b2;h:1;s:6;sn:true;f:15"); STL(O,"c:#b40000;o:1;s:4;f:15"); STL(Ou,"c:#0000b2;h:1;s:4;sn:true;f:15"); STL(tu,"c:#0000b2;h:1;s:4;sn:true;f:15"); STL(Iu,"c:#0000b2;h:1;s:4;sn:true;f:15"); STL(C1,"c:#cc66cc;s:1;f:30;p:0"); STL(R1,"c:#993300;h:1;s:1;f:30;p:0"); STL(M1,"c:#0000b2;h:1;s:6;f:15"); STL(M2,"c:#0000b2;h:1;s:6;f:15"); STL(C2,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L1,"c:#780013;h:1;s:1;f:30;p:0"); STL(L14,"c:#780013;h:1;s:1;f:30;p:0"); STL(Uhz,"c:#0000b2;h:1;s:6;sn:true;f:15"); STL(Symc1,"c:#0000b2;h:1;s:6;f:15"); STL(Symc2,"c:#0000b2;h:1;s:6;f:15"); STL(Perp1,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2,"c:#0000b2;h:1;s:6;f:15"); STL(Perp14,"c:#780013;h:1;s:1;f:30;p:0"); STL(P24,"c:#0000b2;h:1;s:6;f:30"); STL(S1,"c:#006633;h:1;s:1;f:24"); STL(P1,"c:#0000b2;h:1;s:6;f:15"); STL(P14,"c:#0000b2;h:1;s:6;f:30"); STL(Par1,"c:#780013;h:1;s:1;f:30;p:0"); STL(S11,"c:#006633;h:1;s:1;f:24"); STL(S2,"c:#006633;h:1;s:1;f:24"); STL(S15,"c:#006633;h:1;s:1;f:24"); STL(S24,"c:#006633;h:1;s:1;f:24"); STL(T54,"c:#0000b2;h:1;s:6;sn:true;f:15"); STL(Par11,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par15,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3,"c:#0000b2;h:1;s:6;f:15"); STL(P34,"c:#0000b2;h:1;s:6;f:30"); STL(Par2,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par24,"c:#780013;h:1;s:1;f:30;p:0"); STL(Oi,"c:#0000b2;s:6;sn:true;f:15"); STL(P44,"c:#0000b2;h:1;s:6;f:30"); STL(M3,"c:#0000b2;h:1;s:6;f:15"); STL(L12,"c:#780013;h:1;s:1;f:30;p:0"); STL(M11,"c:#0000b2;h:1;s:6;f:30"); STL(C3,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L11,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp12,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp2,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp11,"c:#780013;h:1;s:1;f:30;p:0"); STL(P21,"c:#0000b2;h:1;s:6;f:15"); STL(P11,"c:#0000b2;h:1;s:6;f:15"); STL(S12,"c:#006633;h:1;s:1;f:24"); STL(S21,"c:#006633;h:1;s:1;f:24"); STL(Par12,"c:#780013;h:1;s:1;f:30;p:0"); STL(P31,"c:#0000b2;h:1;s:6;f:15"); STL(Par21,"c:#780013;h:1;s:1;f:30;p:0"); STL(P41,"c:#0000b2;h:1;s:6;f:15"); STL(Ce,"c:#b40000;h:1;s:6;sn:true;f:15"); STL(C4,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P4,"c:#0000b2;h:1;s:6;f:30"); STL(C5,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P22,"c:#0000b2;h:1;s:6;f:30"); STL(P12,"c:#0000b2;h:1;s:6;f:30"); STL(S13,"c:#006633;h:1;s:1;f:24"); STL(S22,"c:#006633;h:1;s:1;f:24"); STL(Par13,"c:#780013;h:1;s:1;f:30;p:0"); STL(P32,"c:#0000b2;h:1;s:6;f:30"); STL(Par22,"c:#780013;h:1;s:1;f:30;p:0"); STL(P42,"c:#0000b2;h:1;s:6;f:30"); STL(L13,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp13,"c:#780013;h:1;s:1;f:30;p:0"); STL(P23,"c:#0000b2;h:1;s:6;f:30"); STL(P13,"c:#0000b2;h:1;s:6;f:30"); STL(S14,"c:#006633;h:1;s:1;f:24"); STL(S23,"c:#006633;h:1;s:1;f:24"); STL(Par14,"c:#780013;h:1;s:1;f:30;p:0"); STL(P33,"c:#0000b2;h:1;s:6;f:30"); STL(Par23,"c:#780013;h:1;s:1;f:30;p:0"); STL(P43,"c:#0000b2;h:1;s:6;f:30"); STL(M4,"c:#0000b2;h:1;s:6;f:30"); STL(C6,"c:#ff00c4;s:2;sn:true;f:30;p:0"); STL(M,"c:#b40000;o:1;s:4;f:17"); STL(L2,"c:#780013;h:1;s:1;f:30;p:0"); STL(S3,"c:#006633;h:1;s:1;f:24"); STL(L110,"c:#780013;h:1;s:1;f:30;p:0"); STL(L114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P51,"c:#0000b2;h:1;s:6;f:30"); STL(P6,"c:#0000b2;h:1;s:6;f:30"); STL(Perp110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P29,"c:#0000b2;h:1;s:6;f:30"); STL(Perp114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P213,"c:#0000b2;h:1;s:6;f:30"); STL(C21,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R11,"c:#993300;h:1;s:1;f:30;p:0"); STL(P19,"c:#0000b2;h:1;s:6;f:30"); STL(P113,"c:#0000b2;h:1;s:6;f:30"); STL(P9,"c:#0000b2;h:1;s:6;f:30"); STL(S110,"c:#006633;h:1;s:1;f:24"); STL(S29,"c:#006633;h:1;s:1;f:24"); STL(S114,"c:#006633;h:1;s:1;f:24"); STL(S213,"c:#006633;h:1;s:1;f:24"); STL(C31,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Par110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par114,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center1,"c:#0000b2;h:1;s:6;sn:true;f:17"); STL(P310,"c:#0000b2;h:1;s:6;f:30"); STL(P314,"c:#0000b2;h:1;s:6;f:30"); STL(S4,"c:#006633;h:1;s:1;f:24"); STL(Par29,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp3,"c:#780013;h:1;s:1;f:30;p:0"); STL(P410,"c:#0000b2;h:1;s:6;f:30"); STL(P414,"c:#0000b2;h:1;s:6;f:30"); STL(Perp4,"c:#780013;h:1;s:1;f:30;p:0"); STL(M13,"c:#0000b2;h:1;s:6;f:30"); STL(M17,"c:#0000b2;h:1;s:6;f:30"); STL(P5,"c:#0000b2;h:1;s:6;f:30"); STL(Perp22,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp26,"c:#780013;h:1;s:1;f:30;p:0"); STL(L15,"c:#780013;h:1;s:1;f:30;p:0"); STL(C11,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Symc11,"c:#0000b2;h:1;s:6;f:30"); STL(Perp15,"c:#780013;h:1;s:1;f:30;p:0"); STL(M12,"c:#0000b2;h:1;s:6;f:30"); STL(P35,"c:#0000b2;h:1;s:6;f:30"); STL(M21,"c:#0000b2;h:1;s:6;f:30"); STL(M31,"c:#0000b2;h:1;s:6;f:30"); STL(C22,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P45,"c:#0000b2;h:1;s:6;f:30"); STL(Perp21,"c:#780013;h:1;s:1;f:30;p:0"); STL(P52,"c:#0000b2;h:1;s:6;f:30"); STL(L21,"c:#780013;h:1;s:1;f:30;p:0"); STL(P61,"c:#0000b2;h:1;s:6;f:30"); STL(Perp5,"c:#780013;h:1;s:1;f:30;p:0"); STL(P7,"c:#0000b2;h:1;s:6;f:30"); STL(Cang36,"c:#0000b2;h:1;s:1;sn:true;f:30;p:0"); STL(L16,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P25,"c:#0000b2;h:1;s:6;f:30"); STL(P15,"c:#0000b2;h:1;s:6;f:30"); STL(S16,"c:#006633;h:1;s:1;f:24"); STL(S25,"c:#006633;h:1;s:1;f:24"); STL(Par16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P36,"c:#0000b2;h:1;s:6;f:30"); STL(Par25,"c:#780013;h:1;s:1;f:30;p:0"); STL(P46,"c:#0000b2;h:1;s:6;f:30"); STL(L17,"c:#780013;h:1;s:1;f:30;p:0"); STL(L26,"c:#780013;h:1;s:1;f:30;p:0"); STL(S35,"c:#006633;h:1;s:1;f:24"); STL(Perp17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P26,"c:#0000b2;h:1;s:6;f:30"); STL(P66,"c:#0000b2;h:1;s:6;f:30"); STL(P16,"c:#0000b2;h:1;s:6;f:30"); STL(C27,"c:#007c00;h:1;s:1;f:30;p:0"); STL(S17,"c:#006633;h:1;s:1;f:24"); STL(S26,"c:#006633;h:1;s:1;f:24"); STL(Par17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P37,"c:#0000b2;h:1;s:6;f:30"); STL(Par26,"c:#780013;h:1;s:1;f:30;p:0"); STL(P47,"c:#0000b2;h:1;s:6;f:30"); STL(L18,"c:#780013;h:1;s:1;f:30;p:0"); STL(L22,"c:#780013;h:1;s:1;f:30;p:0"); STL(S31,"c:#006633;h:1;s:1;f:24"); STL(L111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L115,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp18,"c:#780013;h:1;s:1;f:30;p:0"); STL(P27,"c:#0000b2;h:1;s:6;f:30"); STL(P62,"c:#0000b2;h:1;s:6;f:30"); STL(Perp111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P210,"c:#0000b2;h:1;s:6;f:30"); STL(Perp115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P214,"c:#0000b2;h:1;s:6;f:30"); STL(P17,"c:#0000b2;h:1;s:6;f:30"); STL(C23,"c:#007c00;h:1;s:1;f:30;p:0"); STL(P110,"c:#0000b2;h:1;s:6;f:30"); STL(P114,"c:#0000b2;h:1;s:6;f:30"); STL(L127,"c:#780013;h:1;s:1;f:30;p:0"); STL(S18,"c:#006633;h:1;s:1;f:24"); STL(S27,"c:#006633;h:1;s:1;f:24"); STL(S111,"c:#006633;h:1;s:1;f:24"); STL(S210,"c:#006633;h:1;s:1;f:24"); STL(S115,"c:#006633;h:1;s:1;f:24"); STL(S214,"c:#006633;h:1;s:1;f:24"); STL(Perp127,"c:#780013;h:1;s:1;f:30;p:0"); STL(P226,"c:#0000b2;h:1;s:6;f:30"); STL(Par18,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P126,"c:#0000b2;h:1;s:6;f:30"); STL(P38,"c:#0000b2;h:1;s:6;f:30"); STL(P311,"c:#0000b2;h:1;s:6;f:30"); STL(P315,"c:#0000b2;h:1;s:6;f:30"); STL(S127,"c:#006633;h:1;s:1;f:24"); STL(S226,"c:#006633;h:1;s:1;f:24"); STL(Par27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par210,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par127,"c:#780013;h:1;s:1;f:30;p:0"); STL(P48,"c:#0000b2;h:1;s:6;f:30"); STL(P411,"c:#0000b2;h:1;s:6;f:30"); STL(P415,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P327,"c:#0000b2;h:1;s:6;f:30"); STL(L19,"c:#780013;h:1;s:1;f:30;p:0"); STL(M14,"c:#0000b2;h:1;s:6;f:30"); STL(L113,"c:#780013;h:1;s:1;f:30;p:0"); STL(L25,"c:#780013;h:1;s:1;f:30;p:0"); STL(S34,"c:#006633;h:1;s:1;f:24"); STL(L116,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par226,"c:#780013;h:1;s:1;f:30;p:0"); STL(L129,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp19,"c:#780013;h:1;s:1;f:30;p:0"); STL(P28,"c:#0000b2;h:1;s:6;f:30"); STL(Perp23,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P212,"c:#0000b2;h:1;s:6;f:30"); STL(Perp116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P215,"c:#0000b2;h:1;s:6;f:30"); STL(P427,"c:#966400;h:1;s:6;f:30;sp:2"); STL(Perp129,"c:#780013;h:1;s:1;f:30;p:0"); STL(P228,"c:#0000b2;h:1;s:6;f:30"); STL(P18,"c:#0000b2;h:1;s:6;f:30"); STL(P112,"c:#0000b2;h:1;s:6;f:30"); STL(P115,"c:#0000b2;h:1;s:6;f:30"); STL(P128,"c:#0000b2;h:1;s:6;f:30"); STL(S19,"c:#006633;h:1;s:1;f:24"); STL(S28,"c:#006633;h:1;s:1;f:24"); STL(S113,"c:#006633;h:1;s:1;f:24"); STL(S212,"c:#006633;h:1;s:1;f:24"); STL(S116,"c:#006633;h:1;s:1;f:24"); STL(S215,"c:#006633;h:1;s:1;f:24"); STL(S129,"c:#006633;h:1;s:1;f:24"); STL(S228,"c:#006633;h:1;s:1;f:24"); STL(Par19,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par113,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par116,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par129,"c:#780013;h:1;s:1;f:30;p:0"); STL(P39,"c:#0000b2;h:1;s:6;f:30"); STL(P313,"c:#0000b2;h:1;s:6;f:30"); STL(P316,"c:#0000b2;h:1;s:6;f:30"); STL(P329,"c:#0000b2;h:1;s:6;f:30"); STL(Par28,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par212,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par215,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par228,"c:#780013;h:1;s:1;f:30;p:0"); STL(P49,"c:#0000b2;h:1;s:6;f:30"); STL(P413,"c:#0000b2;h:1;s:6;f:30"); STL(P416,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P429,"c:#966400;h:1;s:6;f:30;sp:2"); STL(L23,"c:#780013;h:1;s:1;f:30;p:0"); STL(S32,"c:#006633;h:1;s:1;f:24"); STL(L112,"c:#780013;h:1;s:1;f:30;p:0"); STL(L24,"c:#780013;h:1;s:1;f:30;p:0"); STL(S33,"c:#006633;h:1;s:1;f:24"); STL(M16,"c:#0000b2;h:1;s:6;f:30"); STL(L117,"c:#780013;h:1;s:1;f:30;p:0"); STL(L128,"c:#780013;h:1;s:1;f:30;p:0"); STL(L137,"c:#780013;h:1;s:1;f:30;p:0"); STL(P63,"c:#0000b2;h:1;s:6;f:30"); STL(Perp112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P211,"c:#0000b2;h:1;s:6;f:30"); STL(Perp25,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp117,"c:#780013;h:1;s:1;f:30;p:0"); STL(P216,"c:#0000b2;h:1;s:6;f:30"); STL(Perp128,"c:#780013;h:1;s:1;f:30;p:0"); STL(P227,"c:#0000b2;h:1;s:6;f:30"); STL(Perp137,"c:#780013;h:1;s:1;f:30;p:0"); STL(P236,"c:#0000b2;h:1;s:6;f:30"); STL(C24,"c:#007c00;h:1;s:1;f:30;p:0"); STL(P111,"c:#0000b2;h:1;s:6;f:30"); STL(P65,"c:#0000b2;h:1;s:6;f:30"); STL(P116,"c:#0000b2;h:1;s:6;f:30"); STL(L124,"c:#780013;h:1;s:1;f:30;p:0"); STL(L125,"c:#780013;h:1;s:1;f:30;p:0"); STL(L126,"c:#780013;h:1;s:1;f:30;p:0"); STL(P127,"c:#0000b2;h:1;s:6;f:30"); STL(P136,"c:#0000b2;h:1;s:6;f:30"); STL(L138,"c:#780013;h:1;s:1;f:30;p:0"); STL(L169,"c:#780013;h:1;s:1;f:30;p:0"); STL(L190,"c:#780013;h:1;s:1;f:30;p:0"); STL(S112,"c:#006633;h:1;s:1;f:24"); STL(S211,"c:#006633;h:1;s:1;f:24"); STL(C26,"c:#007c00;h:1;s:1;f:30;p:0"); STL(S117,"c:#006633;h:1;s:1;f:24"); STL(S216,"c:#006633;h:1;s:1;f:24"); STL(L118,"c:#780013;h:1;s:1;f:30;p:0"); STL(L119,"c:#780013;h:1;s:1;f:30;p:0"); STL(L120,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp124,"c:#780013;h:1;s:1;f:30;p:0"); STL(P223,"c:#0000b2;h:1;s:6;f:30"); STL(Perp125,"c:#780013;h:1;s:1;f:30;p:0"); STL(P224,"c:#0000b2;h:1;s:6;f:30"); STL(Perp126,"c:#780013;h:1;s:1;f:30;p:0"); STL(P225,"c:#0000b2;h:1;s:6;f:30"); STL(S128,"c:#006633;h:1;s:1;f:24"); STL(S227,"c:#006633;h:1;s:1;f:24"); STL(S137,"c:#006633;h:1;s:1;f:24"); STL(S236,"c:#006633;h:1;s:1;f:24"); STL(Perp138,"c:#780013;h:1;s:1;f:30;p:0"); STL(P237,"c:#0000b2;h:1;s:6;f:30"); STL(Perp169,"c:#780013;h:1;s:1;f:30;p:0"); STL(P268,"c:#0000b2;h:1;s:6;f:30"); STL(L172,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp190,"c:#780013;h:1;s:1;f:30;p:0"); STL(P289,"c:#0000b2;h:1;s:6;f:30"); STL(Par112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par117,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp118,"c:#780013;h:1;s:1;f:30;p:0"); STL(P217,"c:#0000b2;h:1;s:6;f:30"); STL(Perp119,"c:#780013;h:1;s:1;f:30;p:0"); STL(P218,"c:#0000b2;h:1;s:6;f:30"); STL(Perp120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P219,"c:#0000b2;h:1;s:6;f:30"); STL(P123,"c:#0000b2;h:1;s:6;f:30"); STL(P124,"c:#0000b2;h:1;s:6;f:30"); STL(P125,"c:#0000b2;h:1;s:6;f:30"); STL(Par128,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par137,"c:#780013;h:1;s:1;f:30;p:0"); STL(P137,"c:#0000b2;h:1;s:6;f:30"); STL(P168,"c:#0000b2;h:1;s:6;f:30"); STL(Perp172,"c:#780013;h:1;s:1;f:30;p:0"); STL(P271,"c:#0000b2;h:1;s:6;f:30"); STL(P189,"c:#0000b2;h:1;s:6;f:30"); STL(P312,"c:#0000b2;h:1;s:6;f:30"); STL(P317,"c:#0000b2;h:1;s:6;f:30"); STL(P117,"c:#0000b2;h:1;s:6;f:30"); STL(P118,"c:#0000b2;h:1;s:6;f:30"); STL(P119,"c:#0000b2;h:1;s:6;f:30"); STL(S124,"c:#006633;h:1;s:1;f:24"); STL(S223,"c:#006633;h:1;s:1;f:24"); STL(S125,"c:#006633;h:1;s:1;f:24"); STL(S224,"c:#006633;h:1;s:1;f:24"); STL(S126,"c:#006633;h:1;s:1;f:24"); STL(S225,"c:#006633;h:1;s:1;f:24"); STL(P328,"c:#0000b2;h:1;s:6;f:30"); STL(P337,"c:#0000b2;h:1;s:6;f:30"); STL(S138,"c:#006633;h:1;s:1;f:24"); STL(S237,"c:#006633;h:1;s:1;f:24"); STL(S169,"c:#006633;h:1;s:1;f:24"); STL(S268,"c:#006633;h:1;s:1;f:24"); STL(P171,"c:#0000b2;h:1;s:6;f:30"); STL(S190,"c:#006633;h:1;s:1;f:24"); STL(S289,"c:#006633;h:1;s:1;f:24"); STL(Par211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par216,"c:#780013;h:1;s:1;f:30;p:0"); STL(S118,"c:#006633;h:1;s:1;f:24"); STL(S217,"c:#006633;h:1;s:1;f:24"); STL(S119,"c:#006633;h:1;s:1;f:24"); STL(S218,"c:#006633;h:1;s:1;f:24"); STL(S120,"c:#006633;h:1;s:1;f:24"); STL(S219,"c:#006633;h:1;s:1;f:24"); STL(Par124,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par125,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par126,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par227,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par236,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par138,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par169,"c:#780013;h:1;s:1;f:30;p:0"); STL(S172,"c:#006633;h:1;s:1;f:24"); STL(S271,"c:#006633;h:1;s:1;f:24"); STL(Par190,"c:#780013;h:1;s:1;f:30;p:0"); STL(P412,"c:#0000b2;h:1;s:6;f:30"); STL(P417,"c:#966400;h:1;s:6;f:30;sp:2"); STL(Par118,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par119,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P324,"c:#0000b2;h:1;s:6;f:30"); STL(P325,"c:#0000b2;h:1;s:6;f:30"); STL(P326,"c:#0000b2;h:1;s:6;f:30"); STL(P428,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P437,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P338,"c:#0000b2;h:1;s:6;f:30"); STL(P369,"c:#0000b2;h:1;s:6;f:30"); STL(Par172,"c:#780013;h:1;s:1;f:30;p:0"); STL(P390,"c:#0000b2;h:1;s:6;f:30"); STL(M15,"c:#0000b2;h:1;s:6;f:30"); STL(P318,"c:#0000b2;h:1;s:6;f:30"); STL(P319,"c:#0000b2;h:1;s:6;f:30"); STL(P320,"c:#0000b2;h:1;s:6;f:30"); STL(Par223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par225,"c:#780013;h:1;s:1;f:30;p:0"); STL(L135,"c:#780013;h:1;s:1;f:30;p:0"); STL(L136,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par237,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par268,"c:#780013;h:1;s:1;f:30;p:0"); STL(P372,"c:#0000b2;h:1;s:6;f:30"); STL(Par289,"c:#780013;h:1;s:1;f:30;p:0"); STL(L191,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1183,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp24,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par217,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par218,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par219,"c:#780013;h:1;s:1;f:30;p:0"); STL(P424,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P425,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P426,"c:#966400;h:1;s:6;f:30;sp:2"); STL(Perp135,"c:#780013;h:1;s:1;f:30;p:0"); STL(P234,"c:#0000b2;h:1;s:6;f:30"); STL(Perp136,"c:#780013;h:1;s:1;f:30;p:0"); STL(P235,"c:#0000b2;h:1;s:6;f:30"); STL(P438,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P469,"c:#0000b2;h:1;s:6;f:30"); STL(Par271,"c:#780013;h:1;s:1;f:30;p:0"); STL(P489,"c:#0000b2;h:1;s:6;f:30"); STL(Perp191,"c:#780013;h:1;s:1;f:30;p:0"); STL(P290,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1183,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2182,"c:#0000b2;h:1;s:6;f:30"); STL(P64,"c:#0000b2;h:1;s:6;f:30"); STL(P418,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P419,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P420,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P134,"c:#0000b2;h:1;s:6;f:30"); STL(P135,"c:#0000b2;h:1;s:6;f:30"); STL(L139,"c:#780013;h:1;s:1;f:30;p:0"); STL(L157,"c:#780013;h:1;s:1;f:30;p:0"); STL(L158,"c:#780013;h:1;s:1;f:30;p:0"); STL(L159,"c:#780013;h:1;s:1;f:30;p:0"); STL(L160,"c:#780013;h:1;s:1;f:30;p:0"); STL(L166,"c:#780013;h:1;s:1;f:30;p:0"); STL(P471,"c:#0000b2;h:1;s:6;f:30"); STL(P190,"c:#0000b2;h:1;s:6;f:30"); STL(L197,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1182,"c:#0000b2;h:1;s:6;f:30"); STL(C25,"c:#007c7c;h:1;s:1;f:30;p:0"); STL(L121,"c:#780013;h:1;s:1;f:30;p:0"); STL(L122,"c:#780013;h:1;s:1;f:30;p:0"); STL(L123,"c:#780013;h:1;s:1;f:30;p:0"); STL(L131,"c:#780013;h:1;s:1;f:30;p:0"); STL(L133,"c:#780013;h:1;s:1;f:30;p:0"); STL(L134,"c:#780013;h:1;s:1;f:30;p:0"); STL(S135,"c:#006633;h:1;s:1;f:24"); STL(S234,"c:#006633;h:1;s:1;f:24"); STL(S136,"c:#006633;h:1;s:1;f:24"); STL(S235,"c:#006633;h:1;s:1;f:24"); STL(Perp139,"c:#780013;h:1;s:1;f:30;p:0"); STL(P238,"c:#0000b2;h:1;s:6;f:30"); STL(L140,"c:#780013;h:1;s:1;f:30;p:0"); STL(L146,"c:#780013;h:1;s:1;f:30;p:0"); STL(L147,"c:#780013;h:1;s:1;f:30;p:0"); STL(L148,"c:#780013;h:1;s:1;f:30;p:0"); STL(L149,"c:#780013;h:1;s:1;f:30;p:0"); STL(L150,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp157,"c:#780013;h:1;s:1;f:30;p:0"); STL(P256,"c:#0000b2;h:1;s:6;f:30"); STL(Perp158,"c:#780013;h:1;s:1;f:30;p:0"); STL(P257,"c:#0000b2;h:1;s:6;f:30"); STL(Perp159,"c:#780013;h:1;s:1;f:30;p:0"); STL(P258,"c:#0000b2;h:1;s:6;f:30"); STL(Perp160,"c:#780013;h:1;s:1;f:30;p:0"); STL(P259,"c:#0000b2;h:1;s:6;f:30"); STL(Perp166,"c:#780013;h:1;s:1;f:30;p:0"); STL(P265,"c:#0000b2;h:1;s:6;f:30"); STL(L167,"c:#780013;h:1;s:1;f:30;p:0"); STL(L170,"c:#780013;h:1;s:1;f:30;p:0"); STL(L186,"c:#780013;h:1;s:1;f:30;p:0"); STL(L187,"c:#780013;h:1;s:1;f:30;p:0"); STL(S191,"c:#006633;h:1;s:1;f:24"); STL(S290,"c:#006633;h:1;s:1;f:24"); STL(Perp197,"c:#780013;h:1;s:1;f:30;p:0"); STL(P296,"c:#0000b2;h:1;s:6;f:30"); STL(S1183,"c:#006633;h:1;s:1;f:24"); STL(S2182,"c:#006633;h:1;s:1;f:24"); STL(L1228,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P220,"c:#0000b2;h:1;s:6;f:30"); STL(Perp122,"c:#780013;h:1;s:1;f:30;p:0"); STL(P221,"c:#0000b2;h:1;s:6;f:30"); STL(Perp123,"c:#780013;h:1;s:1;f:30;p:0"); STL(P222,"c:#0000b2;h:1;s:6;f:30"); STL(Perp131,"c:#780013;h:1;s:1;f:30;p:0"); STL(P230,"c:#0000b2;h:1;s:6;f:30"); STL(Perp133,"c:#780013;h:1;s:1;f:30;p:0"); STL(P232,"c:#0000b2;h:1;s:6;f:30"); STL(Perp134,"c:#780013;h:1;s:1;f:30;p:0"); STL(P233,"c:#0000b2;h:1;s:6;f:30"); STL(Par135,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par136,"c:#780013;h:1;s:1;f:30;p:0"); STL(P138,"c:#0000b2;h:1;s:6;f:30"); STL(Perp140,"c:#780013;h:1;s:1;f:30;p:0"); STL(P239,"c:#0000b2;h:1;s:6;f:30"); STL(Perp146,"c:#780013;h:1;s:1;f:30;p:0"); STL(P245,"c:#0000b2;h:1;s:6;f:30"); STL(Perp147,"c:#780013;h:1;s:1;f:30;p:0"); STL(P246,"c:#0000b2;h:1;s:6;f:30"); STL(Perp148,"c:#780013;h:1;s:1;f:30;p:0"); STL(P247,"c:#0000b2;h:1;s:6;f:30"); STL(Perp149,"c:#780013;h:1;s:1;f:30;p:0"); STL(P248,"c:#0000b2;h:1;s:6;f:30"); STL(Perp150,"c:#780013;h:1;s:1;f:30;p:0"); STL(P249,"c:#0000b2;h:1;s:6;f:30"); STL(P156,"c:#0000b2;h:1;s:6;f:30"); STL(P157,"c:#0000b2;h:1;s:6;f:30"); STL(P158,"c:#0000b2;h:1;s:6;f:30"); STL(P159,"c:#0000b2;h:1;s:6;f:30"); STL(P165,"c:#0000b2;h:1;s:6;f:30"); STL(Perp167,"c:#780013;h:1;s:1;f:30;p:0"); STL(P266,"c:#0000b2;h:1;s:6;f:30"); STL(Perp170,"c:#780013;h:1;s:1;f:30;p:0"); STL(P269,"c:#0000b2;h:1;s:6;f:30"); STL(Perp186,"c:#780013;h:1;s:1;f:30;p:0"); STL(P285,"c:#0000b2;h:1;s:6;f:30"); STL(Perp187,"c:#780013;h:1;s:1;f:30;p:0"); STL(P286,"c:#0000b2;h:1;s:6;f:30"); STL(Par191,"c:#780013;h:1;s:1;f:30;p:0"); STL(P196,"c:#0000b2;h:1;s:6;f:30"); STL(Par1183,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1228,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2227,"c:#0000b2;h:1;s:6;f:30"); STL(P120,"c:#0000b2;h:1;s:6;f:30"); STL(P121,"c:#0000b2;h:1;s:6;f:30"); STL(P122,"c:#0000b2;h:1;s:6;f:30"); STL(P130,"c:#0000b2;h:1;s:6;f:30"); STL(P132,"c:#0000b2;h:1;s:6;f:30"); STL(P133,"c:#0000b2;h:1;s:6;f:30"); STL(P335,"c:#0000b2;h:1;s:6;f:30"); STL(P336,"c:#0000b2;h:1;s:6;f:30"); STL(S139,"c:#006633;h:1;s:1;f:24"); STL(S238,"c:#006633;h:1;s:1;f:24"); STL(P139,"c:#0000b2;h:1;s:6;f:30"); STL(P145,"c:#0000b2;h:1;s:6;f:30"); STL(P146,"c:#0000b2;h:1;s:6;f:30"); STL(P147,"c:#0000b2;h:1;s:6;f:30"); STL(P148,"c:#0000b2;h:1;s:6;f:30"); STL(P149,"c:#0000b2;h:1;s:6;f:30"); STL(S157,"c:#006633;h:1;s:1;f:24"); STL(S256,"c:#006633;h:1;s:1;f:24"); STL(S158,"c:#006633;h:1;s:1;f:24"); STL(S257,"c:#006633;h:1;s:1;f:24"); STL(S159,"c:#006633;h:1;s:1;f:24"); STL(S258,"c:#006633;h:1;s:1;f:24"); STL(S160,"c:#006633;h:1;s:1;f:24"); STL(S259,"c:#006633;h:1;s:1;f:24"); STL(S166,"c:#006633;h:1;s:1;f:24"); STL(S265,"c:#006633;h:1;s:1;f:24"); STL(P166,"c:#0000b2;h:1;s:6;f:30"); STL(P169,"c:#0000b2;h:1;s:6;f:30"); STL(P185,"c:#0000b2;h:1;s:6;f:30"); STL(P186,"c:#0000b2;h:1;s:6;f:30"); STL(P391,"c:#0000b2;h:1;s:6;f:30"); STL(S197,"c:#006633;h:1;s:1;f:24"); STL(S296,"c:#006633;h:1;s:1;f:24"); STL(P3183,"c:#0000b2;h:1;s:6;f:30"); STL(P1227,"c:#0000b2;h:1;s:6;f:30"); STL(S121,"c:#006633;h:1;s:1;f:24"); STL(S220,"c:#006633;h:1;s:1;f:24"); STL(S122,"c:#006633;h:1;s:1;f:24"); STL(S221,"c:#006633;h:1;s:1;f:24"); STL(S123,"c:#006633;h:1;s:1;f:24"); STL(S222,"c:#006633;h:1;s:1;f:24"); STL(S131,"c:#006633;h:1;s:1;f:24"); STL(S230,"c:#006633;h:1;s:1;f:24"); STL(S133,"c:#006633;h:1;s:1;f:24"); STL(S232,"c:#006633;h:1;s:1;f:24"); STL(S134,"c:#006633;h:1;s:1;f:24"); STL(S233,"c:#006633;h:1;s:1;f:24"); STL(Par234,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par235,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par139,"c:#780013;h:1;s:1;f:30;p:0"); STL(S140,"c:#006633;h:1;s:1;f:24"); STL(S239,"c:#006633;h:1;s:1;f:24"); STL(S146,"c:#006633;h:1;s:1;f:24"); STL(S245,"c:#006633;h:1;s:1;f:24"); STL(S147,"c:#006633;h:1;s:1;f:24"); STL(S246,"c:#006633;h:1;s:1;f:24"); STL(S148,"c:#006633;h:1;s:1;f:24"); STL(S247,"c:#006633;h:1;s:1;f:24"); STL(S149,"c:#006633;h:1;s:1;f:24"); STL(S248,"c:#006633;h:1;s:1;f:24"); STL(S150,"c:#006633;h:1;s:1;f:24"); STL(S249,"c:#006633;h:1;s:1;f:24"); STL(Par157,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par158,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par159,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par160,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par166,"c:#780013;h:1;s:1;f:30;p:0"); STL(S167,"c:#006633;h:1;s:1;f:24"); STL(S266,"c:#006633;h:1;s:1;f:24"); STL(S170,"c:#006633;h:1;s:1;f:24"); STL(S269,"c:#006633;h:1;s:1;f:24"); STL(S186,"c:#006633;h:1;s:1;f:24"); STL(S285,"c:#006633;h:1;s:1;f:24"); STL(S187,"c:#006633;h:1;s:1;f:24"); STL(S286,"c:#006633;h:1;s:1;f:24"); STL(Par290,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par197,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2182,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1228,"c:#006633;h:1;s:1;f:24"); STL(S2227,"c:#006633;h:1;s:1;f:24"); STL(Par121,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par122,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par123,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par131,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par133,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par134,"c:#780013;h:1;s:1;f:30;p:0"); STL(P435,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P436,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P339,"c:#0000b2;h:1;s:6;f:30"); STL(Par140,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par146,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par147,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par148,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par149,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par150,"c:#780013;h:1;s:1;f:30;p:0"); STL(P357,"c:#0000b2;h:1;s:6;f:30"); STL(P358,"c:#0000b2;h:1;s:6;f:30"); STL(P359,"c:#0000b2;h:1;s:6;f:30"); STL(P360,"c:#0000b2;h:1;s:6;f:30"); STL(P366,"c:#0000b2;h:1;s:6;f:30"); STL(Par167,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par170,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par186,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par187,"c:#780013;h:1;s:1;f:30;p:0"); STL(P490,"c:#0000b2;h:1;s:6;f:30"); STL(P397,"c:#0000b2;h:1;s:6;f:30"); STL(P4175,"c:#0000b2;h:1;s:6;f:30"); STL(Par1228,"c:#780013;h:1;s:1;f:30;p:0"); STL(P321,"c:#0000b2;h:1;s:6;f:30"); STL(P322,"c:#0000b2;h:1;s:6;f:30"); STL(P323,"c:#0000b2;h:1;s:6;f:30"); STL(P331,"c:#0000b2;h:1;s:6;f:30"); STL(P333,"c:#0000b2;h:1;s:6;f:30"); STL(P334,"c:#0000b2;h:1;s:6;f:30"); STL(Par238,"c:#780013;h:1;s:1;f:30;p:0"); STL(P340,"c:#0000b2;h:1;s:6;f:30"); STL(L141,"c:#780013;h:1;s:1;f:30;p:0"); STL(L145,"c:#780013;h:1;s:1;f:30;p:0"); STL(P346,"c:#0000b2;h:1;s:6;f:30"); STL(P347,"c:#0000b2;h:1;s:6;f:30"); STL(P348,"c:#0000b2;h:1;s:6;f:30"); STL(P349,"c:#0000b2;h:1;s:6;f:30"); STL(P350,"c:#0000b2;h:1;s:6;f:30"); STL(Par256,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par257,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par258,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par259,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par265,"c:#780013;h:1;s:1;f:30;p:0"); STL(P367,"c:#0000b2;h:1;s:6;f:30"); STL(P370,"c:#0000b2;h:1;s:6;f:30"); STL(P386,"c:#0000b2;h:1;s:6;f:30"); STL(P387,"c:#0000b2;h:1;s:6;f:30"); STL(L189,"c:#780013;h:1;s:1;f:30;p:0"); STL(L196,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par296,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1115,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1184,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1207,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1213,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3228,"c:#0000b2;h:1;s:6;f:30"); STL(Par220,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par230,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par232,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par233,"c:#780013;h:1;s:1;f:30;p:0"); STL(P439,"c:#966400;h:1;s:6;f:30;sp:2"); STL(Par239,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp141,"c:#780013;h:1;s:1;f:30;p:0"); STL(P240,"c:#0000b2;h:1;s:6;f:30"); STL(Perp145,"c:#780013;h:1;s:1;f:30;p:0"); STL(P244,"c:#0000b2;h:1;s:6;f:30"); STL(Par245,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par246,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par247,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par248,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par249,"c:#780013;h:1;s:1;f:30;p:0"); STL(P457,"c:#0000b2;h:1;s:6;f:30"); STL(P458,"c:#0000b2;h:1;s:6;f:30"); STL(P459,"c:#0000b2;h:1;s:6;f:30"); STL(P460,"c:#0000b2;h:1;s:6;f:30"); STL(P466,"c:#0000b2;h:1;s:6;f:30"); STL(Par266,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par269,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par285,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par286,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp189,"c:#780013;h:1;s:1;f:30;p:0"); STL(P288,"c:#0000b2;h:1;s:6;f:30"); STL(Perp196,"c:#780013;h:1;s:1;f:30;p:0"); STL(P295,"c:#0000b2;h:1;s:6;f:30"); STL(P496,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2114,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1184,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2183,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1207,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2206,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1213,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2212,"c:#0000b2;h:1;s:6;f:30"); STL(Par2227,"c:#780013;h:1;s:1;f:30;p:0"); STL(P421,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P422,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P423,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P431,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P433,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P434,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P440,"c:#0000b2;h:1;s:6;f:30"); STL(P140,"c:#0000b2;h:1;s:6;f:30"); STL(P144,"c:#0000b2;h:1;s:6;f:30"); STL(P446,"c:#0000b2;h:1;s:6;f:30"); STL(P447,"c:#0000b2;h:1;s:6;f:30"); STL(P448,"c:#0000b2;h:1;s:6;f:30"); STL(P449,"c:#0000b2;h:1;s:6;f:30"); STL(P450,"c:#0000b2;h:1;s:6;f:30"); STL(L151,"c:#780013;h:1;s:1;f:30;p:0"); STL(P467,"c:#0000b2;h:1;s:6;f:30"); STL(P470,"c:#0000b2;h:1;s:6;f:30"); STL(P485,"c:#0000b2;h:1;s:6;f:30"); STL(P486,"c:#0000b2;h:1;s:6;f:30"); STL(P188,"c:#0000b2;h:1;s:6;f:30"); STL(P195,"c:#0000b2;h:1;s:6;f:30"); STL(P1114,"c:#0000b2;h:1;s:6;f:30"); STL(L1127,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1148,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1149,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1160,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1168,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1169,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1170,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1181,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1183,"c:#0000b2;h:1;s:6;f:30"); STL(P1206,"c:#0000b2;h:1;s:6;f:30"); STL(P1212,"c:#0000b2;h:1;s:6;f:30"); STL(L1227,"c:#780013;h:1;s:1;f:30;p:0"); STL(L280,"c:#780013;h:1;s:1;f:30;p:0"); STL(S379,"c:#006633;h:1;s:1;f:24"); STL(P4211,"c:#0000b2;h:1;s:6;f:30"); STL(L130,"c:#780013;h:1;s:1;f:30;p:0"); STL(L132,"c:#780013;h:1;s:1;f:30;p:0"); STL(S141,"c:#006633;h:1;s:1;f:24"); STL(S240,"c:#006633;h:1;s:1;f:24"); STL(L142,"c:#780013;h:1;s:1;f:30;p:0"); STL(S145,"c:#006633;h:1;s:1;f:24"); STL(S244,"c:#006633;h:1;s:1;f:24"); STL(Perp151,"c:#780013;h:1;s:1;f:30;p:0"); STL(P250,"c:#0000b2;h:1;s:6;f:30"); STL(L152,"c:#780013;h:1;s:1;f:30;p:0"); STL(L153,"c:#780013;h:1;s:1;f:30;p:0"); STL(L154,"c:#780013;h:1;s:1;f:30;p:0"); STL(L156,"c:#780013;h:1;s:1;f:30;p:0"); STL(L161,"c:#780013;h:1;s:1;f:30;p:0"); STL(L165,"c:#780013;h:1;s:1;f:30;p:0"); STL(L168,"c:#780013;h:1;s:1;f:30;p:0"); STL(L171,"c:#780013;h:1;s:1;f:30;p:0"); STL(L174,"c:#780013;h:1;s:1;f:30;p:0"); STL(L175,"c:#780013;h:1;s:1;f:30;p:0"); STL(L176,"c:#780013;h:1;s:1;f:30;p:0"); STL(L177,"c:#780013;h:1;s:1;f:30;p:0"); STL(L178,"c:#780013;h:1;s:1;f:30;p:0"); STL(L188,"c:#780013;h:1;s:1;f:30;p:0"); STL(S189,"c:#006633;h:1;s:1;f:24"); STL(S288,"c:#006633;h:1;s:1;f:24"); STL(L192,"c:#780013;h:1;s:1;f:30;p:0"); STL(L193,"c:#780013;h:1;s:1;f:30;p:0"); STL(S196,"c:#006633;h:1;s:1;f:24"); STL(S295,"c:#006633;h:1;s:1;f:24"); STL(L1100,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1101,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1102,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1107,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1109,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1115,"c:#006633;h:1;s:1;f:24"); STL(S2114,"c:#006633;h:1;s:1;f:24"); STL(L1119,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1121,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1127,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2126,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1148,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2147,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1149,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2148,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1160,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2159,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1168,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2167,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1169,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2168,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1170,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2169,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1181,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2180,"c:#0000b2;h:1;s:6;f:30"); STL(S1184,"c:#006633;h:1;s:1;f:24"); STL(S2183,"c:#006633;h:1;s:1;f:24"); STL(L1192,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1198,"c:#780013;h:1;s:1;f:30;p:0"); STL(L259,"c:#780013;h:1;s:1;f:30;p:0"); STL(S358,"c:#006633;h:1;s:1;f:24"); STL(L1199,"c:#780013;h:1;s:1;f:30;p:0"); STL(L260,"c:#780013;h:1;s:1;f:30;p:0"); STL(S359,"c:#006633;h:1;s:1;f:24"); STL(L1200,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1207,"c:#006633;h:1;s:1;f:24"); STL(S2206,"c:#006633;h:1;s:1;f:24"); STL(S1213,"c:#006633;h:1;s:1;f:24"); STL(S2212,"c:#006633;h:1;s:1;f:24"); STL(L1224,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1225,"c:#780013;h:1;s:1;f:30;p:0"); STL(L278,"c:#780013;h:1;s:1;f:30;p:0"); STL(S377,"c:#006633;h:1;s:1;f:24"); STL(Perp1227,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2226,"c:#0000b2;h:1;s:6;f:30"); STL(P576,"c:#0000b2;h:1;s:6;f:30"); STL(L281,"c:#780013;h:1;s:1;f:30;p:0"); STL(S380,"c:#006633;h:1;s:1;f:24"); STL(M182,"c:#0000b2;h:1;s:6;f:30"); STL(Perp130,"c:#780013;h:1;s:1;f:30;p:0"); STL(P229,"c:#0000b2;h:1;s:6;f:30"); STL(Perp132,"c:#780013;h:1;s:1;f:30;p:0"); STL(P231,"c:#0000b2;h:1;s:6;f:30"); STL(Par141,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp142,"c:#780013;h:1;s:1;f:30;p:0"); STL(P241,"c:#0000b2;h:1;s:6;f:30"); STL(Par145,"c:#780013;h:1;s:1;f:30;p:0"); STL(P150,"c:#0000b2;h:1;s:6;f:30"); STL(Perp152,"c:#780013;h:1;s:1;f:30;p:0"); STL(P251,"c:#0000b2;h:1;s:6;f:30"); STL(Perp153,"c:#780013;h:1;s:1;f:30;p:0"); STL(P252,"c:#0000b2;h:1;s:6;f:30"); STL(Perp154,"c:#780013;h:1;s:1;f:30;p:0"); STL(P253,"c:#0000b2;h:1;s:6;f:30"); STL(Perp156,"c:#780013;h:1;s:1;f:30;p:0"); STL(P255,"c:#0000b2;h:1;s:6;f:30"); STL(Perp161,"c:#780013;h:1;s:1;f:30;p:0"); STL(P260,"c:#0000b2;h:1;s:6;f:30"); STL(Perp165,"c:#780013;h:1;s:1;f:30;p:0"); STL(P264,"c:#0000b2;h:1;s:6;f:30"); STL(Perp168,"c:#780013;h:1;s:1;f:30;p:0"); STL(P267,"c:#0000b2;h:1;s:6;f:30"); STL(Perp171,"c:#780013;h:1;s:1;f:30;p:0"); STL(P270,"c:#0000b2;h:1;s:6;f:30"); STL(Perp174,"c:#780013;h:1;s:1;f:30;p:0"); STL(P273,"c:#0000b2;h:1;s:6;f:30"); STL(Perp175,"c:#780013;h:1;s:1;f:30;p:0"); STL(P274,"c:#0000b2;h:1;s:6;f:30"); STL(Perp176,"c:#780013;h:1;s:1;f:30;p:0"); STL(P275,"c:#0000b2;h:1;s:6;f:30"); STL(Perp177,"c:#780013;h:1;s:1;f:30;p:0"); STL(P276,"c:#0000b2;h:1;s:6;f:30"); STL(Perp178,"c:#780013;h:1;s:1;f:30;p:0"); STL(P277,"c:#0000b2;h:1;s:6;f:30"); STL(Perp188,"c:#780013;h:1;s:1;f:30;p:0"); STL(P287,"c:#0000b2;h:1;s:6;f:30"); STL(Par189,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp192,"c:#780013;h:1;s:1;f:30;p:0"); STL(P291,"c:#0000b2;h:1;s:6;f:30"); STL(Perp193,"c:#780013;h:1;s:1;f:30;p:0"); STL(P292,"c:#0000b2;h:1;s:6;f:30"); STL(Par196,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1100,"c:#780013;h:1;s:1;f:30;p:0"); STL(P299,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1101,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2100,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1102,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2101,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1107,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2106,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1109,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2108,"c:#0000b2;h:1;s:6;f:30"); STL(Par1115,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1119,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2118,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2120,"c:#0000b2;h:1;s:6;f:30"); STL(P1126,"c:#0000b2;h:1;s:6;f:30"); STL(P1147,"c:#0000b2;h:1;s:6;f:30"); STL(P1148,"c:#0000b2;h:1;s:6;f:30"); STL(P1159,"c:#0000b2;h:1;s:6;f:30"); STL(P1167,"c:#0000b2;h:1;s:6;f:30"); STL(P1168,"c:#0000b2;h:1;s:6;f:30"); STL(P1169,"c:#0000b2;h:1;s:6;f:30"); STL(P1180,"c:#0000b2;h:1;s:6;f:30"); STL(Par1184,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1192,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2191,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1198,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2197,"c:#0000b2;h:1;s:6;f:30"); STL(P555,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1199,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2198,"c:#0000b2;h:1;s:6;f:30"); STL(P556,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1200,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2199,"c:#0000b2;h:1;s:6;f:30"); STL(Par1207,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1224,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2223,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1225,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2224,"c:#0000b2;h:1;s:6;f:30"); STL(P574,"c:#0000b2;h:1;s:6;f:30"); STL(P1226,"c:#0000b2;h:1;s:6;f:30"); STL(P577,"c:#0000b2;h:1;s:6;f:30"); STL(Perp281,"c:#780013;h:1;s:1;f:30;p:0"); STL(P129,"c:#0000b2;h:1;s:6;f:30"); STL(P131,"c:#0000b2;h:1;s:6;f:30"); STL(P341,"c:#0000b2;h:1;s:6;f:30"); STL(P141,"c:#0000b2;h:1;s:6;f:30"); STL(P345,"c:#0000b2;h:1;s:6;f:30"); STL(S151,"c:#006633;h:1;s:1;f:24"); STL(S250,"c:#006633;h:1;s:1;f:24"); STL(P151,"c:#0000b2;h:1;s:6;f:30"); STL(P152,"c:#0000b2;h:1;s:6;f:30"); STL(P153,"c:#0000b2;h:1;s:6;f:30"); STL(P155,"c:#0000b2;h:1;s:6;f:30"); STL(P160,"c:#0000b2;h:1;s:6;f:30"); STL(P164,"c:#0000b2;h:1;s:6;f:30"); STL(P167,"c:#0000b2;h:1;s:6;f:30"); STL(P170,"c:#0000b2;h:1;s:6;f:30"); STL(P173,"c:#0000b2;h:1;s:6;f:30"); STL(P174,"c:#0000b2;h:1;s:6;f:30"); STL(P175,"c:#0000b2;h:1;s:6;f:30"); STL(P176,"c:#0000b2;h:1;s:6;f:30"); STL(P177,"c:#0000b2;h:1;s:6;f:30"); STL(P187,"c:#0000b2;h:1;s:6;f:30"); STL(P389,"c:#0000b2;h:1;s:6;f:30"); STL(P191,"c:#0000b2;h:1;s:6;f:30"); STL(P192,"c:#0000b2;h:1;s:6;f:30"); STL(P396,"c:#0000b2;h:1;s:6;f:30"); STL(P199,"c:#0000b2;h:1;s:6;f:30"); STL(P1100,"c:#0000b2;h:1;s:6;f:30"); STL(P1101,"c:#0000b2;h:1;s:6;f:30"); STL(P1106,"c:#0000b2;h:1;s:6;f:30"); STL(P1108,"c:#0000b2;h:1;s:6;f:30"); STL(P3115,"c:#0000b2;h:1;s:6;f:30"); STL(P1118,"c:#0000b2;h:1;s:6;f:30"); STL(P1120,"c:#0000b2;h:1;s:6;f:30"); STL(S1127,"c:#006633;h:1;s:1;f:24"); STL(S2126,"c:#006633;h:1;s:1;f:24"); STL(S1148,"c:#006633;h:1;s:1;f:24"); STL(S2147,"c:#006633;h:1;s:1;f:24"); STL(S1149,"c:#006633;h:1;s:1;f:24"); STL(S2148,"c:#006633;h:1;s:1;f:24"); STL(S1160,"c:#006633;h:1;s:1;f:24"); STL(S2159,"c:#006633;h:1;s:1;f:24"); STL(S1168,"c:#006633;h:1;s:1;f:24"); STL(S2167,"c:#006633;h:1;s:1;f:24"); STL(S1169,"c:#006633;h:1;s:1;f:24"); STL(S2168,"c:#006633;h:1;s:1;f:24"); STL(S1170,"c:#006633;h:1;s:1;f:24"); STL(S2169,"c:#006633;h:1;s:1;f:24"); STL(S1181,"c:#006633;h:1;s:1;f:24"); STL(S2180,"c:#006633;h:1;s:1;f:24"); STL(P3184,"c:#0000b2;h:1;s:6;f:30"); STL(P1191,"c:#0000b2;h:1;s:6;f:30"); STL(P1197,"c:#0000b2;h:1;s:6;f:30"); STL(P1198,"c:#0000b2;h:1;s:6;f:30"); STL(P1199,"c:#0000b2;h:1;s:6;f:30"); STL(P3207,"c:#0000b2;h:1;s:6;f:30"); STL(P3213,"c:#0000b2;h:1;s:6;f:30"); STL(P1223,"c:#0000b2;h:1;s:6;f:30"); STL(P1224,"c:#0000b2;h:1;s:6;f:30"); STL(S1227,"c:#006633;h:1;s:1;f:24"); STL(S2226,"c:#006633;h:1;s:1;f:24"); STL(P681,"c:#0000b2;h:1;s:6;f:30"); STL(S130,"c:#006633;h:1;s:1;f:24"); STL(S229,"c:#006633;h:1;s:1;f:24"); STL(S132,"c:#006633;h:1;s:1;f:24"); STL(S231,"c:#006633;h:1;s:1;f:24"); STL(Par240,"c:#780013;h:1;s:1;f:30;p:0"); STL(S142,"c:#006633;h:1;s:1;f:24"); STL(S241,"c:#006633;h:1;s:1;f:24"); STL(Par244,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par151,"c:#780013;h:1;s:1;f:30;p:0"); STL(S152,"c:#006633;h:1;s:1;f:24"); STL(S251,"c:#006633;h:1;s:1;f:24"); STL(S153,"c:#006633;h:1;s:1;f:24"); STL(S252,"c:#006633;h:1;s:1;f:24"); STL(S154,"c:#006633;h:1;s:1;f:24"); STL(S253,"c:#006633;h:1;s:1;f:24"); STL(S156,"c:#006633;h:1;s:1;f:24"); STL(S255,"c:#006633;h:1;s:1;f:24"); STL(S161,"c:#006633;h:1;s:1;f:24"); STL(S260,"c:#006633;h:1;s:1;f:24"); STL(S165,"c:#006633;h:1;s:1;f:24"); STL(S264,"c:#006633;h:1;s:1;f:24"); STL(S168,"c:#006633;h:1;s:1;f:24"); STL(S267,"c:#006633;h:1;s:1;f:24"); STL(S171,"c:#006633;h:1;s:1;f:24"); STL(S270,"c:#006633;h:1;s:1;f:24"); STL(S174,"c:#006633;h:1;s:1;f:24"); STL(S273,"c:#006633;h:1;s:1;f:24"); STL(S175,"c:#006633;h:1;s:1;f:24"); STL(S274,"c:#006633;h:1;s:1;f:24"); STL(S176,"c:#006633;h:1;s:1;f:24"); STL(S275,"c:#006633;h:1;s:1;f:24"); STL(S177,"c:#006633;h:1;s:1;f:24"); STL(S276,"c:#006633;h:1;s:1;f:24"); STL(S178,"c:#006633;h:1;s:1;f:24"); STL(S277,"c:#006633;h:1;s:1;f:24"); STL(S188,"c:#006633;h:1;s:1;f:24"); STL(S287,"c:#006633;h:1;s:1;f:24"); STL(Par288,"c:#780013;h:1;s:1;f:30;p:0"); STL(S192,"c:#006633;h:1;s:1;f:24"); STL(S291,"c:#006633;h:1;s:1;f:24"); STL(S193,"c:#006633;h:1;s:1;f:24"); STL(S292,"c:#006633;h:1;s:1;f:24"); STL(Par295,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1100,"c:#006633;h:1;s:1;f:24"); STL(S299,"c:#006633;h:1;s:1;f:24"); STL(S1101,"c:#006633;h:1;s:1;f:24"); STL(S2100,"c:#006633;h:1;s:1;f:24"); STL(S1102,"c:#006633;h:1;s:1;f:24"); STL(S2101,"c:#006633;h:1;s:1;f:24"); STL(S1107,"c:#006633;h:1;s:1;f:24"); STL(S2106,"c:#006633;h:1;s:1;f:24"); STL(S1109,"c:#006633;h:1;s:1;f:24"); STL(S2108,"c:#006633;h:1;s:1;f:24"); STL(Par2114,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1119,"c:#006633;h:1;s:1;f:24"); STL(S2118,"c:#006633;h:1;s:1;f:24"); STL(S1121,"c:#006633;h:1;s:1;f:24"); STL(S2120,"c:#006633;h:1;s:1;f:24"); STL(Par1127,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1148,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1149,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1160,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1168,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1169,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1170,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1181,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2183,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1192,"c:#006633;h:1;s:1;f:24"); STL(S2191,"c:#006633;h:1;s:1;f:24"); STL(S1198,"c:#006633;h:1;s:1;f:24"); STL(S2197,"c:#006633;h:1;s:1;f:24"); STL(S1199,"c:#006633;h:1;s:1;f:24"); STL(S2198,"c:#006633;h:1;s:1;f:24"); STL(S1200,"c:#006633;h:1;s:1;f:24"); STL(S2199,"c:#006633;h:1;s:1;f:24"); STL(Par2206,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2212,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1224,"c:#006633;h:1;s:1;f:24"); STL(S2223,"c:#006633;h:1;s:1;f:24"); STL(S1225,"c:#006633;h:1;s:1;f:24"); STL(S2224,"c:#006633;h:1;s:1;f:24"); STL(Par1227,"c:#780013;h:1;s:1;f:30;p:0"); STL(C282,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R176,"c:#993300;h:1;s:1;f:30;p:0"); STL(Par130,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par132,"c:#780013;h:1;s:1;f:30;p:0"); STL(P441,"c:#0000b2;h:1;s:6;f:30"); STL(Par142,"c:#780013;h:1;s:1;f:30;p:0"); STL(P445,"c:#0000b2;h:1;s:6;f:30"); STL(P351,"c:#0000b2;h:1;s:6;f:30"); STL(Par152,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par153,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par154,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par156,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par161,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par165,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par168,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par171,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par174,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par175,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par176,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par177,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par178,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par188,"c:#780013;h:1;s:1;f:30;p:0"); STL(P488,"c:#0000b2;h:1;s:6;f:30"); STL(Par192,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par193,"c:#780013;h:1;s:1;f:30;p:0"); STL(P495,"c:#0000b2;h:1;s:6;f:30"); STL(Par1100,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1101,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1102,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1107,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1109,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4114,"c:#0000b2;h:1;s:6;f:30"); STL(Par1119,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3127,"c:#0000b2;h:1;s:6;f:30"); STL(P3148,"c:#0000b2;h:1;s:6;f:30"); STL(P3149,"c:#0000b2;h:1;s:6;f:30"); STL(P3160,"c:#0000b2;h:1;s:6;f:30"); STL(P3168,"c:#0000b2;h:1;s:6;f:30"); STL(P3169,"c:#0000b2;h:1;s:6;f:30"); STL(P3170,"c:#0000b2;h:1;s:6;f:30"); STL(P3181,"c:#0000b2;h:1;s:6;f:30"); STL(P4176,"c:#0000b2;h:1;s:6;f:30"); STL(Par1192,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1198,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1199,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1200,"c:#780013;h:1;s:1;f:30;p:0"); STL(P479,"c:#0000b2;h:1;s:6;f:30"); STL(P4196,"c:#0000b2;h:1;s:6;f:30"); STL(Par1224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1225,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3227,"c:#0000b2;h:1;s:6;f:30"); STL(P975,"c:#0000b2;h:1;s:6;f:30"); STL(P330,"c:#0000b2;h:1;s:6;f:30"); STL(P332,"c:#0000b2;h:1;s:6;f:30"); STL(P342,"c:#0000b2;h:1;s:6;f:30"); STL(L143,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par250,"c:#780013;h:1;s:1;f:30;p:0"); STL(P352,"c:#0000b2;h:1;s:6;f:30"); STL(P353,"c:#0000b2;h:1;s:6;f:30"); STL(P354,"c:#0000b2;h:1;s:6;f:30"); STL(P356,"c:#0000b2;h:1;s:6;f:30"); STL(P361,"c:#0000b2;h:1;s:6;f:30"); STL(L162,"c:#780013;h:1;s:1;f:30;p:0"); STL(P365,"c:#0000b2;h:1;s:6;f:30"); STL(P368,"c:#0000b2;h:1;s:6;f:30"); STL(P371,"c:#0000b2;h:1;s:6;f:30"); STL(L173,"c:#780013;h:1;s:1;f:30;p:0"); STL(P374,"c:#0000b2;h:1;s:6;f:30"); STL(P375,"c:#0000b2;h:1;s:6;f:30"); STL(P376,"c:#0000b2;h:1;s:6;f:30"); STL(P377,"c:#0000b2;h:1;s:6;f:30"); STL(P378,"c:#0000b2;h:1;s:6;f:30"); STL(P388,"c:#0000b2;h:1;s:6;f:30"); STL(P392,"c:#0000b2;h:1;s:6;f:30"); STL(P393,"c:#0000b2;h:1;s:6;f:30"); STL(L195,"c:#780013;h:1;s:1;f:30;p:0"); STL(L198,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3100,"c:#0000b2;h:1;s:6;f:30"); STL(P3101,"c:#0000b2;h:1;s:6;f:30"); STL(P3102,"c:#0000b2;h:1;s:6;f:30"); STL(P3107,"c:#0000b2;h:1;s:6;f:30"); STL(P3109,"c:#0000b2;h:1;s:6;f:30"); STL(L1114,"c:#780013;h:1;s:1;f:30;p:0"); STL(L27,"c:#780013;h:1;s:1;f:30;p:0"); STL(S36,"c:#006633;h:1;s:1;f:24"); STL(L28,"c:#780013;h:1;s:1;f:30;p:0"); STL(S37,"c:#006633;h:1;s:1;f:24"); STL(M19,"c:#0000b2;h:1;s:6;f:30"); STL(L1116,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1118,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3119,"c:#0000b2;h:1;s:6;f:30"); STL(P3121,"c:#0000b2;h:1;s:6;f:30"); STL(Par2126,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2147,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2148,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2159,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2167,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2168,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2169,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2180,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3192,"c:#0000b2;h:1;s:6;f:30"); STL(P3198,"c:#0000b2;h:1;s:6;f:30"); STL(P3199,"c:#0000b2;h:1;s:6;f:30"); STL(L261,"c:#780013;h:1;s:1;f:30;p:0"); STL(S360,"c:#006633;h:1;s:1;f:24"); STL(P3200,"c:#0000b2;h:1;s:6;f:30"); STL(L1201,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1203,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1208,"c:#780013;h:1;s:1;f:30;p:0"); STL(L268,"c:#780013;h:1;s:1;f:30;p:0"); STL(S367,"c:#006633;h:1;s:1;f:24"); STL(M169,"c:#0000b2;h:1;s:6;f:30"); STL(L1215,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3224,"c:#0000b2;h:1;s:6;f:30"); STL(P3225,"c:#0000b2;h:1;s:6;f:30"); STL(Par2226,"c:#780013;h:1;s:1;f:30;p:0"); STL(C375,"c:#007c00;s:2;f:30;p:0"); STL(Center2,"c:#0000b2;h:1;s:6;f:30"); STL(Par229,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par231,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par241,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp143,"c:#780013;h:1;s:1;f:30;p:0"); STL(P242,"c:#0000b2;h:1;s:6;f:30"); STL(P451,"c:#0000b2;h:1;s:6;f:30"); STL(Par251,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par252,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par253,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par255,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par260,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp162,"c:#780013;h:1;s:1;f:30;p:0"); STL(P261,"c:#0000b2;h:1;s:6;f:30"); STL(Par264,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par267,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par270,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp173,"c:#780013;h:1;s:1;f:30;p:0"); STL(P272,"c:#0000b2;h:1;s:6;f:30"); STL(Par273,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par274,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par275,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par276,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par277,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par287,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par291,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par292,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp195,"c:#780013;h:1;s:1;f:30;p:0"); STL(P294,"c:#0000b2;h:1;s:6;f:30"); STL(Perp198,"c:#780013;h:1;s:1;f:30;p:0"); STL(P297,"c:#0000b2;h:1;s:6;f:30"); STL(Par299,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2100,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2101,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2106,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2108,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2113,"c:#0000b2;h:1;s:6;f:30"); STL(P53,"c:#0000b2;h:1;s:6;f:30"); STL(P54,"c:#0000b2;h:1;s:6;f:30"); STL(Perp28,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2115,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1118,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2117,"c:#0000b2;h:1;s:6;f:30"); STL(Par2118,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4126,"c:#0000b2;h:1;s:6;f:30"); STL(P4140,"c:#0000b2;h:1;s:6;f:30"); STL(P4141,"c:#0000b2;h:1;s:6;f:30"); STL(P4152,"c:#0000b2;h:1;s:6;f:30"); STL(P4160,"c:#0000b2;h:1;s:6;f:30"); STL(P4161,"c:#0000b2;h:1;s:6;f:30"); STL(P4162,"c:#0000b2;h:1;s:6;f:30"); STL(P4173,"c:#0000b2;h:1;s:6;f:30"); STL(Par2191,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2197,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2198,"c:#780013;h:1;s:1;f:30;p:0"); STL(P557,"c:#0000b2;h:1;s:6;f:30"); STL(Par2199,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1201,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2200,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1203,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2202,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1208,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2207,"c:#0000b2;h:1;s:6;f:30"); STL(P564,"c:#0000b2;h:1;s:6;f:30"); STL(Perp268,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1215,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2214,"c:#0000b2;h:1;s:6;f:30"); STL(Par2223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2224,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4210,"c:#0000b2;h:1;s:6;f:30"); STL(P430,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P432,"c:#966400;h:1;s:6;f:30;sp:2"); STL(P442,"c:#0000b2;h:1;s:6;f:30"); STL(P142,"c:#0000b2;h:1;s:6;f:30"); STL(P452,"c:#0000b2;h:1;s:6;f:30"); STL(P453,"c:#0000b2;h:1;s:6;f:30"); STL(P454,"c:#0000b2;h:1;s:6;f:30"); STL(P456,"c:#0000b2;h:1;s:6;f:30"); STL(P461,"c:#0000b2;h:1;s:6;f:30"); STL(P161,"c:#0000b2;h:1;s:6;f:30"); STL(P465,"c:#0000b2;h:1;s:6;f:30"); STL(P468,"c:#0000b2;h:1;s:6;f:30"); STL(P172,"c:#0000b2;h:1;s:6;f:30"); STL(P473,"c:#0000b2;h:1;s:6;f:30"); STL(P474,"c:#0000b2;h:1;s:6;f:30"); STL(P475,"c:#0000b2;h:1;s:6;f:30"); STL(P476,"c:#0000b2;h:1;s:6;f:30"); STL(P477,"c:#0000b2;h:1;s:6;f:30"); STL(L179,"c:#780013;h:1;s:1;f:30;p:0"); STL(P487,"c:#0000b2;h:1;s:6;f:30"); STL(P491,"c:#0000b2;h:1;s:6;f:30"); STL(P492,"c:#0000b2;h:1;s:6;f:30"); STL(P194,"c:#0000b2;h:1;s:6;f:30"); STL(P197,"c:#0000b2;h:1;s:6;f:30"); STL(P499,"c:#0000b2;h:1;s:6;f:30"); STL(P4100,"c:#0000b2;h:1;s:6;f:30"); STL(P4101,"c:#0000b2;h:1;s:6;f:30"); STL(P4106,"c:#0000b2;h:1;s:6;f:30"); STL(L1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1113,"c:#0000b2;h:1;s:6;f:30"); STL(P68,"c:#0000b2;h:1;s:6;f:30"); STL(P1115,"c:#0000b2;h:1;s:6;f:30"); STL(P1117,"c:#0000b2;h:1;s:6;f:30"); STL(P4118,"c:#0000b2;h:1;s:6;f:30"); STL(P4120,"c:#0000b2;h:1;s:6;f:30"); STL(M121,"c:#0000b2;h:1;s:6;f:30"); STL(L1159,"c:#780013;h:1;s:1;f:30;p:0"); STL(L235,"c:#780013;h:1;s:1;f:30;p:0"); STL(S334,"c:#006633;h:1;s:1;f:24"); STL(M137,"c:#0000b2;h:1;s:6;f:30"); STL(L1171,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1172,"c:#780013;h:1;s:1;f:30;p:0"); STL(L244,"c:#780013;h:1;s:1;f:30;p:0"); STL(S343,"c:#006633;h:1;s:1;f:24"); STL(M145,"c:#0000b2;h:1;s:6;f:30"); STL(L1182,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4180,"c:#0000b2;h:1;s:6;f:30"); STL(P4186,"c:#0000b2;h:1;s:6;f:30"); STL(P4187,"c:#0000b2;h:1;s:6;f:30"); STL(P4188,"c:#0000b2;h:1;s:6;f:30"); STL(P1200,"c:#0000b2;h:1;s:6;f:30"); STL(P1202,"c:#0000b2;h:1;s:6;f:30"); STL(P1207,"c:#0000b2;h:1;s:6;f:30"); STL(L1211,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1212,"c:#780013;h:1;s:1;f:30;p:0"); STL(P668,"c:#0000b2;h:1;s:6;f:30"); STL(L1214,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1214,"c:#0000b2;h:1;s:6;f:30"); STL(P4207,"c:#0000b2;h:1;s:6;f:30"); STL(P4208,"c:#0000b2;h:1;s:6;f:30"); STL(M181,"c:#0000b2;h:1;s:6;f:30"); STL(S143,"c:#006633;h:1;s:1;f:24"); STL(S242,"c:#006633;h:1;s:1;f:24"); STL(L144,"c:#780013;h:1;s:1;f:30;p:0"); STL(L155,"c:#780013;h:1;s:1;f:30;p:0"); STL(S162,"c:#006633;h:1;s:1;f:24"); STL(S261,"c:#006633;h:1;s:1;f:24"); STL(S173,"c:#006633;h:1;s:1;f:24"); STL(S272,"c:#006633;h:1;s:1;f:24"); STL(Perp179,"c:#780013;h:1;s:1;f:30;p:0"); STL(P278,"c:#0000b2;h:1;s:6;f:30"); STL(L180,"c:#780013;h:1;s:1;f:30;p:0"); STL(L184,"c:#780013;h:1;s:1;f:30;p:0"); STL(L194,"c:#780013;h:1;s:1;f:30;p:0"); STL(S195,"c:#006633;h:1;s:1;f:24"); STL(S294,"c:#006633;h:1;s:1;f:24"); STL(S198,"c:#006633;h:1;s:1;f:24"); STL(S297,"c:#006633;h:1;s:1;f:24"); STL(L199,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1103,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1104,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1108,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2109,"c:#0000b2;h:1;s:6;f:30"); STL(L1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1114,"c:#006633;h:1;s:1;f:24"); STL(S2113,"c:#006633;h:1;s:1;f:24"); STL(C29,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R13,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1116,"c:#006633;h:1;s:1;f:24"); STL(S2115,"c:#006633;h:1;s:1;f:24"); STL(L211,"c:#780013;h:1;s:1;f:30;p:0"); STL(S310,"c:#006633;h:1;s:1;f:24"); STL(S1118,"c:#006633;h:1;s:1;f:24"); STL(S2117,"c:#006633;h:1;s:1;f:24"); STL(L212,"c:#780013;h:1;s:1;f:30;p:0"); STL(S311,"c:#006633;h:1;s:1;f:24"); STL(M113,"c:#0000b2;h:1;s:6;f:30"); STL(L1120,"c:#780013;h:1;s:1;f:30;p:0"); STL(L213,"c:#780013;h:1;s:1;f:30;p:0"); STL(S312,"c:#006633;h:1;s:1;f:24"); STL(L214,"c:#780013;h:1;s:1;f:30;p:0"); STL(S313,"c:#006633;h:1;s:1;f:24"); STL(M115,"c:#0000b2;h:1;s:6;f:30"); STL(L1122,"c:#780013;h:1;s:1;f:30;p:0"); STL(L215,"c:#780013;h:1;s:1;f:30;p:0"); STL(S314,"c:#006633;h:1;s:1;f:24"); STL(L1124,"c:#780013;h:1;s:1;f:30;p:0"); STL(L220,"c:#780013;h:1;s:1;f:30;p:0"); STL(S319,"c:#006633;h:1;s:1;f:24"); STL(Perp220,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1129,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1132,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1133,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1138,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1145,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1147,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1159,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2158,"c:#0000b2;h:1;s:6;f:30"); STL(P531,"c:#0000b2;h:1;s:6;f:30"); STL(L236,"c:#780013;h:1;s:1;f:30;p:0"); STL(S335,"c:#006633;h:1;s:1;f:24"); STL(Perp236,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1162,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1164,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1165,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1167,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1171,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2170,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1172,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2171,"c:#0000b2;h:1;s:6;f:30"); STL(L1177,"c:#780013;h:1;s:1;f:30;p:0"); STL(P540,"c:#0000b2;h:1;s:6;f:30"); STL(Perp244,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1182,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2181,"c:#0000b2;h:1;s:6;f:30"); STL(L1189,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1190,"c:#780013;h:1;s:1;f:30;p:0"); STL(L251,"c:#780013;h:1;s:1;f:30;p:0"); STL(S350,"c:#006633;h:1;s:1;f:24"); STL(L253,"c:#780013;h:1;s:1;f:30;p:0"); STL(S352,"c:#006633;h:1;s:1;f:24"); STL(M154,"c:#0000b2;h:1;s:6;f:30"); STL(L1197,"c:#780013;h:1;s:1;f:30;p:0"); STL(L258,"c:#780013;h:1;s:1;f:30;p:0"); STL(S357,"c:#006633;h:1;s:1;f:24"); STL(M160,"c:#0000b2;h:1;s:6;f:30"); STL(M161,"c:#0000b2;h:1;s:6;f:30"); STL(M162,"c:#0000b2;h:1;s:6;f:30"); STL(S1201,"c:#006633;h:1;s:1;f:24"); STL(S2200,"c:#006633;h:1;s:1;f:24"); STL(S1203,"c:#006633;h:1;s:1;f:24"); STL(S2202,"c:#006633;h:1;s:1;f:24"); STL(L1205,"c:#780013;h:1;s:1;f:30;p:0"); STL(L266,"c:#780013;h:1;s:1;f:30;p:0"); STL(S365,"c:#006633;h:1;s:1;f:24"); STL(L1206,"c:#780013;h:1;s:1;f:30;p:0"); STL(L267,"c:#780013;h:1;s:1;f:30;p:0"); STL(S366,"c:#006633;h:1;s:1;f:24"); STL(S1208,"c:#006633;h:1;s:1;f:24"); STL(S2207,"c:#006633;h:1;s:1;f:24"); STL(Perp1211,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2210,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1212,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2211,"c:#0000b2;h:1;s:6;f:30"); STL(C269,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R163,"c:#993300;h:1;s:1;f:30;p:0"); STL(Perp1214,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2213,"c:#0000b2;h:1;s:6;f:30"); STL(S1215,"c:#006633;h:1;s:1;f:24"); STL(S2214,"c:#006633;h:1;s:1;f:24"); STL(L277,"c:#780013;h:1;s:1;f:30;p:0"); STL(S376,"c:#006633;h:1;s:1;f:24"); STL(M178,"c:#0000b2;h:1;s:6;f:30"); STL(M179,"c:#0000b2;h:1;s:6;f:30"); STL(L1226,"c:#780013;h:1;s:1;f:30;p:0"); STL(L279,"c:#780013;h:1;s:1;f:30;p:0"); STL(S378,"c:#006633;h:1;s:1;f:24"); STL(Perp280,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par143,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp144,"c:#780013;h:1;s:1;f:30;p:0"); STL(P243,"c:#0000b2;h:1;s:6;f:30"); STL(Perp155,"c:#780013;h:1;s:1;f:30;p:0"); STL(P254,"c:#0000b2;h:1;s:6;f:30"); STL(Par162,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par173,"c:#780013;h:1;s:1;f:30;p:0"); STL(P178,"c:#0000b2;h:1;s:6;f:30"); STL(Perp180,"c:#780013;h:1;s:1;f:30;p:0"); STL(P279,"c:#0000b2;h:1;s:6;f:30"); STL(Perp184,"c:#780013;h:1;s:1;f:30;p:0"); STL(P283,"c:#0000b2;h:1;s:6;f:30"); STL(Perp194,"c:#780013;h:1;s:1;f:30;p:0"); STL(P293,"c:#0000b2;h:1;s:6;f:30"); STL(Par195,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par198,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp199,"c:#780013;h:1;s:1;f:30;p:0"); STL(P298,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1103,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2102,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1104,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2103,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1108,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2107,"c:#0000b2;h:1;s:6;f:30"); STL(P1109,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2112,"c:#0000b2;h:1;s:6;f:30"); STL(Par1114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P92,"c:#0000b2;h:1;s:6;f:30"); STL(Par1116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P57,"c:#0000b2;h:1;s:6;f:30"); STL(Par1118,"c:#780013;h:1;s:1;f:30;p:0"); STL(P58,"c:#0000b2;h:1;s:6;f:30"); STL(Perp212,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2119,"c:#0000b2;h:1;s:6;f:30"); STL(P59,"c:#0000b2;h:1;s:6;f:30"); STL(P510,"c:#0000b2;h:1;s:6;f:30"); STL(Perp214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1122,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2121,"c:#0000b2;h:1;s:6;f:30"); STL(P511,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1124,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2123,"c:#0000b2;h:1;s:6;f:30"); STL(P516,"c:#0000b2;h:1;s:6;f:30"); STL(P620,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1129,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2128,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1132,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2131,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1133,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2132,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1138,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2137,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1145,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2144,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1147,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2146,"c:#0000b2;h:1;s:6;f:30"); STL(P1158,"c:#0000b2;h:1;s:6;f:30"); STL(P532,"c:#0000b2;h:1;s:6;f:30"); STL(P636,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1162,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2161,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1164,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2163,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1165,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2164,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1167,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2166,"c:#0000b2;h:1;s:6;f:30"); STL(P1170,"c:#0000b2;h:1;s:6;f:30"); STL(P1171,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1177,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2176,"c:#0000b2;h:1;s:6;f:30"); STL(P644,"c:#0000b2;h:1;s:6;f:30"); STL(P1181,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1189,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2188,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1190,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2189,"c:#0000b2;h:1;s:6;f:30"); STL(P547,"c:#0000b2;h:1;s:6;f:30"); STL(P549,"c:#0000b2;h:1;s:6;f:30"); STL(Perp253,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1197,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2196,"c:#0000b2;h:1;s:6;f:30"); STL(P554,"c:#0000b2;h:1;s:6;f:30"); STL(Perp259,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp260,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp261,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1201,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1203,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1205,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2204,"c:#0000b2;h:1;s:6;f:30"); STL(P562,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1206,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2205,"c:#0000b2;h:1;s:6;f:30"); STL(P563,"c:#0000b2;h:1;s:6;f:30"); STL(Par1208,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1210,"c:#0000b2;h:1;s:6;f:30"); STL(P1211,"c:#0000b2;h:1;s:6;f:30"); STL(P962,"c:#0000b2;h:1;s:6;f:30"); STL(P1213,"c:#0000b2;h:1;s:6;f:30"); STL(Par1215,"c:#780013;h:1;s:1;f:30;p:0"); STL(P573,"c:#0000b2;h:1;s:6;f:30"); STL(Perp277,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp278,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1226,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2225,"c:#0000b2;h:1;s:6;f:30"); STL(P575,"c:#0000b2;h:1;s:6;f:30"); STL(P680,"c:#0000b2;h:1;s:6;f:30"); STL(P343,"c:#0000b2;h:1;s:6;f:30"); STL(P143,"c:#0000b2;h:1;s:6;f:30"); STL(P154,"c:#0000b2;h:1;s:6;f:30"); STL(P362,"c:#0000b2;h:1;s:6;f:30"); STL(P373,"c:#0000b2;h:1;s:6;f:30"); STL(S179,"c:#006633;h:1;s:1;f:24"); STL(S278,"c:#006633;h:1;s:1;f:24"); STL(P179,"c:#0000b2;h:1;s:6;f:30"); STL(P183,"c:#0000b2;h:1;s:6;f:30"); STL(P193,"c:#0000b2;h:1;s:6;f:30"); STL(P395,"c:#0000b2;h:1;s:6;f:30"); STL(P398,"c:#0000b2;h:1;s:6;f:30"); STL(P198,"c:#0000b2;h:1;s:6;f:30"); STL(P1102,"c:#0000b2;h:1;s:6;f:30"); STL(P1103,"c:#0000b2;h:1;s:6;f:30"); STL(P1107,"c:#0000b2;h:1;s:6;f:30"); STL(S1110,"c:#006633;h:1;s:1;f:24"); STL(S2109,"c:#006633;h:1;s:1;f:24"); STL(P1112,"c:#0000b2;h:1;s:6;f:30"); STL(P3114,"c:#0000b2;h:1;s:6;f:30"); STL(C33,"c:#007c00;s:2;f:30;p:0"); STL(P3116,"c:#0000b2;h:1;s:6;f:30"); STL(P3118,"c:#0000b2;h:1;s:6;f:30"); STL(P612,"c:#0000b2;h:1;s:6;f:30"); STL(P1119,"c:#0000b2;h:1;s:6;f:30"); STL(P614,"c:#0000b2;h:1;s:6;f:30"); STL(P1121,"c:#0000b2;h:1;s:6;f:30"); STL(P1123,"c:#0000b2;h:1;s:6;f:30"); STL(C221,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R115,"c:#993300;h:1;s:1;f:30;p:0"); STL(P1128,"c:#0000b2;h:1;s:6;f:30"); STL(P1131,"c:#0000b2;h:1;s:6;f:30"); STL(P1132,"c:#0000b2;h:1;s:6;f:30"); STL(P1137,"c:#0000b2;h:1;s:6;f:30"); STL(P1144,"c:#0000b2;h:1;s:6;f:30"); STL(P1146,"c:#0000b2;h:1;s:6;f:30"); STL(S1159,"c:#006633;h:1;s:1;f:24"); STL(S2158,"c:#006633;h:1;s:1;f:24"); STL(C237,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R131,"c:#993300;h:1;s:1;f:30;p:0"); STL(P1161,"c:#0000b2;h:1;s:6;f:30"); STL(P1163,"c:#0000b2;h:1;s:6;f:30"); STL(P1164,"c:#0000b2;h:1;s:6;f:30"); STL(P1166,"c:#0000b2;h:1;s:6;f:30"); STL(S1171,"c:#006633;h:1;s:1;f:24"); STL(S2170,"c:#006633;h:1;s:1;f:24"); STL(S1172,"c:#006633;h:1;s:1;f:24"); STL(S2171,"c:#006633;h:1;s:1;f:24"); STL(P1176,"c:#0000b2;h:1;s:6;f:30"); STL(C245,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R139,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1182,"c:#006633;h:1;s:1;f:24"); STL(S2181,"c:#006633;h:1;s:1;f:24"); STL(P1188,"c:#0000b2;h:1;s:6;f:30"); STL(P1189,"c:#0000b2;h:1;s:6;f:30"); STL(P653,"c:#0000b2;h:1;s:6;f:30"); STL(P1196,"c:#0000b2;h:1;s:6;f:30"); STL(P659,"c:#0000b2;h:1;s:6;f:30"); STL(P660,"c:#0000b2;h:1;s:6;f:30"); STL(P661,"c:#0000b2;h:1;s:6;f:30"); STL(P3201,"c:#0000b2;h:1;s:6;f:30"); STL(P3203,"c:#0000b2;h:1;s:6;f:30"); STL(P1204,"c:#0000b2;h:1;s:6;f:30"); STL(P1205,"c:#0000b2;h:1;s:6;f:30"); STL(P3208,"c:#0000b2;h:1;s:6;f:30"); STL(S1211,"c:#006633;h:1;s:1;f:24"); STL(S2210,"c:#006633;h:1;s:1;f:24"); STL(S1212,"c:#006633;h:1;s:1;f:24"); STL(S2211,"c:#006633;h:1;s:1;f:24"); STL(C362,"c:#007c00;s:2;f:30;p:0"); STL(S1214,"c:#006633;h:1;s:1;f:24"); STL(S2213,"c:#006633;h:1;s:1;f:24"); STL(P3215,"c:#0000b2;h:1;s:6;f:30"); STL(P677,"c:#0000b2;h:1;s:6;f:30"); STL(P678,"c:#0000b2;h:1;s:6;f:30"); STL(P1225,"c:#0000b2;h:1;s:6;f:30"); STL(C281,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R175,"c:#993300;h:1;s:1;f:30;p:0"); STL(Center3,"c:#0000b2;h:1;s:6;f:30"); STL(Center4,"c:#0000b2;h:1;s:6;f:30"); STL(Par242,"c:#780013;h:1;s:1;f:30;p:0"); STL(S144,"c:#006633;h:1;s:1;f:24"); STL(S243,"c:#006633;h:1;s:1;f:24"); STL(S155,"c:#006633;h:1;s:1;f:24"); STL(S254,"c:#006633;h:1;s:1;f:24"); STL(Par261,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par272,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par179,"c:#780013;h:1;s:1;f:30;p:0"); STL(S180,"c:#006633;h:1;s:1;f:24"); STL(S279,"c:#006633;h:1;s:1;f:24"); STL(S184,"c:#006633;h:1;s:1;f:24"); STL(S283,"c:#006633;h:1;s:1;f:24"); STL(S194,"c:#006633;h:1;s:1;f:24"); STL(S293,"c:#006633;h:1;s:1;f:24"); STL(Par294,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par297,"c:#780013;h:1;s:1;f:30;p:0"); STL(S199,"c:#006633;h:1;s:1;f:24"); STL(S298,"c:#006633;h:1;s:1;f:24"); STL(S1103,"c:#006633;h:1;s:1;f:24"); STL(S2102,"c:#006633;h:1;s:1;f:24"); STL(S1104,"c:#006633;h:1;s:1;f:24"); STL(S2103,"c:#006633;h:1;s:1;f:24"); STL(S1108,"c:#006633;h:1;s:1;f:24"); STL(S2107,"c:#006633;h:1;s:1;f:24"); STL(Par1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1113,"c:#006633;h:1;s:1;f:24"); STL(S2112,"c:#006633;h:1;s:1;f:24"); STL(Par2113,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2115,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2117,"c:#780013;h:1;s:1;f:30;p:0"); STL(C213,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R17,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1120,"c:#006633;h:1;s:1;f:24"); STL(S2119,"c:#006633;h:1;s:1;f:24"); STL(C215,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R19,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1122,"c:#006633;h:1;s:1;f:24"); STL(S2121,"c:#006633;h:1;s:1;f:24"); STL(S1124,"c:#006633;h:1;s:1;f:24"); STL(S2123,"c:#006633;h:1;s:1;f:24"); STL(P914,"c:#0000b2;h:1;s:6;f:30"); STL(S1129,"c:#006633;h:1;s:1;f:24"); STL(S2128,"c:#006633;h:1;s:1;f:24"); STL(S1132,"c:#006633;h:1;s:1;f:24"); STL(S2131,"c:#006633;h:1;s:1;f:24"); STL(S1133,"c:#006633;h:1;s:1;f:24"); STL(S2132,"c:#006633;h:1;s:1;f:24"); STL(S1138,"c:#006633;h:1;s:1;f:24"); STL(S2137,"c:#006633;h:1;s:1;f:24"); STL(S1145,"c:#006633;h:1;s:1;f:24"); STL(S2144,"c:#006633;h:1;s:1;f:24"); STL(S1147,"c:#006633;h:1;s:1;f:24"); STL(S2146,"c:#006633;h:1;s:1;f:24"); STL(Par1159,"c:#780013;h:1;s:1;f:30;p:0"); STL(P930,"c:#0000b2;h:1;s:6;f:30"); STL(S1162,"c:#006633;h:1;s:1;f:24"); STL(S2161,"c:#006633;h:1;s:1;f:24"); STL(S1164,"c:#006633;h:1;s:1;f:24"); STL(S2163,"c:#006633;h:1;s:1;f:24"); STL(S1165,"c:#006633;h:1;s:1;f:24"); STL(S2164,"c:#006633;h:1;s:1;f:24"); STL(S1167,"c:#006633;h:1;s:1;f:24"); STL(S2166,"c:#006633;h:1;s:1;f:24"); STL(Par1171,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1172,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1177,"c:#006633;h:1;s:1;f:24"); STL(S2176,"c:#006633;h:1;s:1;f:24"); STL(P938,"c:#0000b2;h:1;s:6;f:30"); STL(Par1182,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1189,"c:#006633;h:1;s:1;f:24"); STL(S2188,"c:#006633;h:1;s:1;f:24"); STL(S1190,"c:#006633;h:1;s:1;f:24"); STL(S2189,"c:#006633;h:1;s:1;f:24"); STL(C254,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R148,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1197,"c:#006633;h:1;s:1;f:24"); STL(S2196,"c:#006633;h:1;s:1;f:24"); STL(C260,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R154,"c:#993300;h:1;s:1;f:30;p:0"); STL(C261,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R155,"c:#993300;h:1;s:1;f:30;p:0"); STL(C262,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R156,"c:#993300;h:1;s:1;f:30;p:0"); STL(Par2200,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2202,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1205,"c:#006633;h:1;s:1;f:24"); STL(S2204,"c:#006633;h:1;s:1;f:24"); STL(S1206,"c:#006633;h:1;s:1;f:24"); STL(S2205,"c:#006633;h:1;s:1;f:24"); STL(Par2207,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1212,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2214,"c:#780013;h:1;s:1;f:30;p:0"); STL(C278,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R172,"c:#993300;h:1;s:1;f:30;p:0"); STL(C279,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R173,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1226,"c:#006633;h:1;s:1;f:24"); STL(S2225,"c:#006633;h:1;s:1;f:24"); STL(P974,"c:#0000b2;h:1;s:6;f:30"); STL(P443,"c:#0000b2;h:1;s:6;f:30"); STL(Par144,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par155,"c:#780013;h:1;s:1;f:30;p:0"); STL(P462,"c:#0000b2;h:1;s:6;f:30"); STL(P472,"c:#0000b2;h:1;s:6;f:30"); STL(P379,"c:#0000b2;h:1;s:6;f:30"); STL(Par180,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par184,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par194,"c:#780013;h:1;s:1;f:30;p:0"); STL(P494,"c:#0000b2;h:1;s:6;f:30"); STL(P497,"c:#0000b2;h:1;s:6;f:30"); STL(Par199,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1103,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1104,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1108,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3110,"c:#0000b2;h:1;s:6;f:30"); STL(Par1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4113,"c:#0000b2;h:1;s:6;f:30"); STL(P4115,"c:#0000b2;h:1;s:6;f:30"); STL(P4117,"c:#0000b2;h:1;s:6;f:30"); STL(P96,"c:#0000b2;h:1;s:6;f:30"); STL(Par1120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P98,"c:#0000b2;h:1;s:6;f:30"); STL(Par1122,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1124,"c:#780013;h:1;s:1;f:30;p:0"); STL(C315,"c:#007c00;s:2;f:30;p:0"); STL(Par1129,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1132,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1133,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1138,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1145,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1147,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3159,"c:#0000b2;h:1;s:6;f:30"); STL(C331,"c:#007c00;s:2;f:30;p:0"); STL(Par1162,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1164,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1165,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1167,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3171,"c:#0000b2;h:1;s:6;f:30"); STL(P3172,"c:#0000b2;h:1;s:6;f:30"); STL(Par1177,"c:#780013;h:1;s:1;f:30;p:0"); STL(C339,"c:#007c00;s:2;f:30;p:0"); STL(P3182,"c:#0000b2;h:1;s:6;f:30"); STL(Par1189,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1190,"c:#780013;h:1;s:1;f:30;p:0"); STL(P947,"c:#0000b2;h:1;s:6;f:30"); STL(Par1197,"c:#780013;h:1;s:1;f:30;p:0"); STL(P953,"c:#0000b2;h:1;s:6;f:30"); STL(P954,"c:#0000b2;h:1;s:6;f:30"); STL(P955,"c:#0000b2;h:1;s:6;f:30"); STL(P4189,"c:#0000b2;h:1;s:6;f:30"); STL(P4191,"c:#0000b2;h:1;s:6;f:30"); STL(Par1205,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1206,"c:#780013;h:1;s:1;f:30;p:0"); STL(P480,"c:#0000b2;h:1;s:6;f:30"); STL(P3211,"c:#0000b2;h:1;s:6;f:30"); STL(P3212,"c:#0000b2;h:1;s:6;f:30"); STL(P3214,"c:#0000b2;h:1;s:6;f:30"); STL(P4198,"c:#0000b2;h:1;s:6;f:30"); STL(P971,"c:#0000b2;h:1;s:6;f:30"); STL(P972,"c:#0000b2;h:1;s:6;f:30"); STL(Par1226,"c:#780013;h:1;s:1;f:30;p:0"); STL(C374,"c:#007c00;s:2;f:30;p:0"); STL(Center5,"c:#0000b2;h:1;s:6;f:30"); STL(Center6,"c:#0000b2;h:1;s:6;f:30"); STL(Center7,"c:#0000b2;h:1;s:6;f:30"); STL(Center8,"c:#0000b2;h:1;s:6;f:30"); STL(P344,"c:#0000b2;h:1;s:6;f:30"); STL(P355,"c:#0000b2;h:1;s:6;f:30"); STL(L164,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par278,"c:#780013;h:1;s:1;f:30;p:0"); STL(P380,"c:#0000b2;h:1;s:6;f:30"); STL(L181,"c:#780013;h:1;s:1;f:30;p:0"); STL(P384,"c:#0000b2;h:1;s:6;f:30"); STL(P394,"c:#0000b2;h:1;s:6;f:30"); STL(P399,"c:#0000b2;h:1;s:6;f:30"); STL(P3103,"c:#0000b2;h:1;s:6;f:30"); STL(P3104,"c:#0000b2;h:1;s:6;f:30"); STL(L1106,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3108,"c:#0000b2;h:1;s:6;f:30"); STL(Par2109,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3113,"c:#0000b2;h:1;s:6;f:30"); STL(M18,"c:#0000b2;h:1;s:6;f:30"); STL(L29,"c:#780013;h:1;s:1;f:30;p:0"); STL(S38,"c:#006633;h:1;s:1;f:24"); STL(M110,"c:#0000b2;h:1;s:6;f:30"); STL(L1117,"c:#780013;h:1;s:1;f:30;p:0"); STL(M112,"c:#0000b2;h:1;s:6;f:30"); STL(C37,"c:#007c00;s:2;f:30;p:0"); STL(P3120,"c:#0000b2;h:1;s:6;f:30"); STL(C39,"c:#007c00;s:2;f:30;p:0"); STL(P3122,"c:#0000b2;h:1;s:6;f:30"); STL(P3124,"c:#0000b2;h:1;s:6;f:30"); STL(P3129,"c:#0000b2;h:1;s:6;f:30"); STL(P3132,"c:#0000b2;h:1;s:6;f:30"); STL(P3133,"c:#0000b2;h:1;s:6;f:30"); STL(P3138,"c:#0000b2;h:1;s:6;f:30"); STL(P3145,"c:#0000b2;h:1;s:6;f:30"); STL(P3147,"c:#0000b2;h:1;s:6;f:30"); STL(Par2158,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3162,"c:#0000b2;h:1;s:6;f:30"); STL(P3164,"c:#0000b2;h:1;s:6;f:30"); STL(P3165,"c:#0000b2;h:1;s:6;f:30"); STL(P3167,"c:#0000b2;h:1;s:6;f:30"); STL(Par2170,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2171,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3177,"c:#0000b2;h:1;s:6;f:30"); STL(Par2181,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3189,"c:#0000b2;h:1;s:6;f:30"); STL(P3190,"c:#0000b2;h:1;s:6;f:30"); STL(C347,"c:#007c00;s:2;f:30;p:0"); STL(L1194,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1196,"c:#780013;h:1;s:1;f:30;p:0"); STL(L257,"c:#780013;h:1;s:1;f:30;p:0"); STL(S356,"c:#006633;h:1;s:1;f:24"); STL(P3197,"c:#0000b2;h:1;s:6;f:30"); STL(C353,"c:#007c00;s:2;f:30;p:0"); STL(C354,"c:#007c00;s:2;f:30;p:0"); STL(C355,"c:#007c00;s:2;f:30;p:0"); STL(L262,"c:#780013;h:1;s:1;f:30;p:0"); STL(S361,"c:#006633;h:1;s:1;f:24"); STL(M163,"c:#0000b2;h:1;s:6;f:30"); STL(L1202,"c:#780013;h:1;s:1;f:30;p:0"); STL(L263,"c:#780013;h:1;s:1;f:30;p:0"); STL(S362,"c:#006633;h:1;s:1;f:24"); STL(L264,"c:#780013;h:1;s:1;f:30;p:0"); STL(S363,"c:#006633;h:1;s:1;f:24"); STL(M165,"c:#0000b2;h:1;s:6;f:30"); STL(L1204,"c:#780013;h:1;s:1;f:30;p:0"); STL(L265,"c:#780013;h:1;s:1;f:30;p:0"); STL(S364,"c:#006633;h:1;s:1;f:24"); STL(P3205,"c:#0000b2;h:1;s:6;f:30"); STL(P3206,"c:#0000b2;h:1;s:6;f:30"); STL(Par2210,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2213,"c:#780013;h:1;s:1;f:30;p:0"); STL(M171,"c:#0000b2;h:1;s:6;f:30"); STL(L1220,"c:#780013;h:1;s:1;f:30;p:0"); STL(L273,"c:#780013;h:1;s:1;f:30;p:0"); STL(S372,"c:#006633;h:1;s:1;f:24"); STL(C371,"c:#007c00;s:2;f:30;p:0"); STL(C372,"c:#007c00;s:2;f:30;p:0"); STL(P3226,"c:#0000b2;h:1;s:6;f:30"); STL(Center9,"c:#0000b2;h:1;s:6;f:30"); STL(Center10,"c:#0000b2;h:1;s:6;f:30"); STL(Center11,"c:#0000b2;h:1;s:6;f:30"); STL(Center12,"c:#0000b2;h:1;s:6;f:30"); STL(Center13,"c:#0000b2;h:1;s:6;f:30"); STL(Center14,"c:#0000b2;h:1;s:6;f:30"); STL(Center15,"c:#0000b2;h:1;s:6;f:30"); STL(Center16,"c:#0000b2;h:1;s:6;f:30"); STL(Par243,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par254,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp164,"c:#780013;h:1;s:1;f:30;p:0"); STL(P263,"c:#0000b2;h:1;s:6;f:30"); STL(P478,"c:#0000b2;h:1;s:6;f:30"); STL(Par279,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp181,"c:#780013;h:1;s:1;f:30;p:0"); STL(P280,"c:#0000b2;h:1;s:6;f:30"); STL(Par283,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par293,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par298,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2102,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2103,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1106,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2105,"c:#0000b2;h:1;s:6;f:30"); STL(Par2107,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp27,"c:#780013;h:1;s:1;f:30;p:0"); STL(P55,"c:#0000b2;h:1;s:6;f:30"); STL(Perp29,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1117,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2116,"c:#0000b2;h:1;s:6;f:30"); STL(Perp211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2119,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2121,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2123,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2128,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2131,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2132,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2137,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2144,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2146,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4151,"c:#0000b2;h:1;s:6;f:30"); STL(Par2161,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2163,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2164,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2166,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4163,"c:#0000b2;h:1;s:6;f:30"); STL(P4164,"c:#0000b2;h:1;s:6;f:30"); STL(Par2176,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4174,"c:#0000b2;h:1;s:6;f:30"); STL(Par2188,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2189,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1194,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2193,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1196,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2195,"c:#0000b2;h:1;s:6;f:30"); STL(P553,"c:#0000b2;h:1;s:6;f:30"); STL(Par2196,"c:#780013;h:1;s:1;f:30;p:0"); STL(P558,"c:#0000b2;h:1;s:6;f:30"); STL(Perp262,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1202,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2201,"c:#0000b2;h:1;s:6;f:30"); STL(P559,"c:#0000b2;h:1;s:6;f:30"); STL(P560,"c:#0000b2;h:1;s:6;f:30"); STL(Perp264,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1204,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2203,"c:#0000b2;h:1;s:6;f:30"); STL(P561,"c:#0000b2;h:1;s:6;f:30"); STL(Par2204,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2205,"c:#780013;h:1;s:1;f:30;p:0"); STL(P483,"c:#0000b2;h:1;s:6;f:30"); STL(P4195,"c:#0000b2;h:1;s:6;f:30"); STL(P4197,"c:#0000b2;h:1;s:6;f:30"); STL(Perp270,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1220,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2219,"c:#0000b2;h:1;s:6;f:30"); STL(P569,"c:#0000b2;h:1;s:6;f:30"); STL(Par2225,"c:#780013;h:1;s:1;f:30;p:0"); STL(P444,"c:#0000b2;h:1;s:6;f:30"); STL(P455,"c:#0000b2;h:1;s:6;f:30"); STL(P163,"c:#0000b2;h:1;s:6;f:30"); STL(P180,"c:#0000b2;h:1;s:6;f:30"); STL(P493,"c:#0000b2;h:1;s:6;f:30"); STL(P498,"c:#0000b2;h:1;s:6;f:30"); STL(P4102,"c:#0000b2;h:1;s:6;f:30"); STL(P4103,"c:#0000b2;h:1;s:6;f:30"); STL(P1105,"c:#0000b2;h:1;s:6;f:30"); STL(P4107,"c:#0000b2;h:1;s:6;f:30"); STL(P67,"c:#0000b2;h:1;s:6;f:30"); STL(P69,"c:#0000b2;h:1;s:6;f:30"); STL(P1116,"c:#0000b2;h:1;s:6;f:30"); STL(P611,"c:#0000b2;h:1;s:6;f:30"); STL(P4119,"c:#0000b2;h:1;s:6;f:30"); STL(P4121,"c:#0000b2;h:1;s:6;f:30"); STL(P4123,"c:#0000b2;h:1;s:6;f:30"); STL(P4105,"c:#0000b2;h:1;s:6;f:30"); STL(P4110,"c:#0000b2;h:1;s:6;f:30"); STL(P4111,"c:#0000b2;h:1;s:6;f:30"); STL(P4130,"c:#0000b2;h:1;s:6;f:30"); STL(P4137,"c:#0000b2;h:1;s:6;f:30"); STL(P4139,"c:#0000b2;h:1;s:6;f:30"); STL(M136,"c:#0000b2;h:1;s:6;f:30"); STL(P4154,"c:#0000b2;h:1;s:6;f:30"); STL(P4156,"c:#0000b2;h:1;s:6;f:30"); STL(P4157,"c:#0000b2;h:1;s:6;f:30"); STL(P4159,"c:#0000b2;h:1;s:6;f:30"); STL(P4169,"c:#0000b2;h:1;s:6;f:30"); STL(L245,"c:#780013;h:1;s:1;f:30;p:0"); STL(S344,"c:#006633;h:1;s:1;f:24"); STL(M146,"c:#0000b2;h:1;s:6;f:30"); STL(L1187,"c:#780013;h:1;s:1;f:30;p:0"); STL(L248,"c:#780013;h:1;s:1;f:30;p:0"); STL(S347,"c:#006633;h:1;s:1;f:24"); STL(L1188,"c:#780013;h:1;s:1;f:30;p:0"); STL(L249,"c:#780013;h:1;s:1;f:30;p:0"); STL(S348,"c:#006633;h:1;s:1;f:24"); STL(P4177,"c:#0000b2;h:1;s:6;f:30"); STL(P4178,"c:#0000b2;h:1;s:6;f:30"); STL(P1193,"c:#0000b2;h:1;s:6;f:30"); STL(P1195,"c:#0000b2;h:1;s:6;f:30"); STL(P4185,"c:#0000b2;h:1;s:6;f:30"); STL(P662,"c:#0000b2;h:1;s:6;f:30"); STL(P1201,"c:#0000b2;h:1;s:6;f:30"); STL(P664,"c:#0000b2;h:1;s:6;f:30"); STL(P1203,"c:#0000b2;h:1;s:6;f:30"); STL(P4193,"c:#0000b2;h:1;s:6;f:30"); STL(P4194,"c:#0000b2;h:1;s:6;f:30"); STL(L1209,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1210,"c:#780013;h:1;s:1;f:30;p:0"); STL(L269,"c:#780013;h:1;s:1;f:30;p:0"); STL(S368,"c:#006633;h:1;s:1;f:24"); STL(M170,"c:#0000b2;h:1;s:6;f:30"); STL(L1218,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1219,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1219,"c:#0000b2;h:1;s:6;f:30"); STL(L1221,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1223,"c:#780013;h:1;s:1;f:30;p:0"); STL(L276,"c:#780013;h:1;s:1;f:30;p:0"); STL(S375,"c:#006633;h:1;s:1;f:24"); STL(P4209,"c:#0000b2;h:1;s:6;f:30"); STL(L163,"c:#780013;h:1;s:1;f:30;p:0"); STL(S164,"c:#006633;h:1;s:1;f:24"); STL(S263,"c:#006633;h:1;s:1;f:24"); STL(S181,"c:#006633;h:1;s:1;f:24"); STL(S280,"c:#006633;h:1;s:1;f:24"); STL(L185,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1105,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1106,"c:#006633;h:1;s:1;f:24"); STL(S2105,"c:#006633;h:1;s:1;f:24"); STL(C28,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R12,"c:#993300;h:1;s:1;f:30;p:0"); STL(C210,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R14,"c:#993300;h:1;s:1;f:30;p:0"); STL(L210,"c:#780013;h:1;s:1;f:30;p:0"); STL(S39,"c:#006633;h:1;s:1;f:24"); STL(S1117,"c:#006633;h:1;s:1;f:24"); STL(S2116,"c:#006633;h:1;s:1;f:24"); STL(C212,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R16,"c:#993300;h:1;s:1;f:30;p:0"); STL(M114,"c:#0000b2;h:1;s:6;f:30"); STL(M116,"c:#0000b2;h:1;s:6;f:30"); STL(L1123,"c:#780013;h:1;s:1;f:30;p:0"); STL(L216,"c:#780013;h:1;s:1;f:30;p:0"); STL(S315,"c:#006633;h:1;s:1;f:24"); STL(L217,"c:#780013;h:1;s:1;f:30;p:0"); STL(S316,"c:#006633;h:1;s:1;f:24"); STL(M118,"c:#0000b2;h:1;s:6;f:30"); STL(L1125,"c:#780013;h:1;s:1;f:30;p:0"); STL(L218,"c:#780013;h:1;s:1;f:30;p:0"); STL(S317,"c:#006633;h:1;s:1;f:24"); STL(L1126,"c:#780013;h:1;s:1;f:30;p:0"); STL(L219,"c:#780013;h:1;s:1;f:30;p:0"); STL(S318,"c:#006633;h:1;s:1;f:24"); STL(L1128,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1130,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1131,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1134,"c:#780013;h:1;s:1;f:30;p:0"); STL(L225,"c:#780013;h:1;s:1;f:30;p:0"); STL(S324,"c:#006633;h:1;s:1;f:24"); STL(M126,"c:#0000b2;h:1;s:6;f:30"); STL(L1139,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1140,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1143,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1146,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1150,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1155,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1157,"c:#780013;h:1;s:1;f:30;p:0"); STL(L233,"c:#780013;h:1;s:1;f:30;p:0"); STL(S332,"c:#006633;h:1;s:1;f:24"); STL(Perp235,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1161,"c:#780013;h:1;s:1;f:30;p:0"); STL(L237,"c:#780013;h:1;s:1;f:30;p:0"); STL(S336,"c:#006633;h:1;s:1;f:24"); STL(L238,"c:#780013;h:1;s:1;f:30;p:0"); STL(S337,"c:#006633;h:1;s:1;f:24"); STL(M139,"c:#0000b2;h:1;s:6;f:30"); STL(L1163,"c:#780013;h:1;s:1;f:30;p:0"); STL(L239,"c:#780013;h:1;s:1;f:30;p:0"); STL(S338,"c:#006633;h:1;s:1;f:24"); STL(L1166,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1173,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1175,"c:#780013;h:1;s:1;f:30;p:0"); STL(L240,"c:#780013;h:1;s:1;f:30;p:0"); STL(S339,"c:#006633;h:1;s:1;f:24"); STL(M141,"c:#0000b2;h:1;s:6;f:30"); STL(L1178,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1180,"c:#780013;h:1;s:1;f:30;p:0"); STL(L243,"c:#780013;h:1;s:1;f:30;p:0"); STL(S342,"c:#006633;h:1;s:1;f:24"); STL(P541,"c:#0000b2;h:1;s:6;f:30"); STL(Perp245,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1185,"c:#780013;h:1;s:1;f:30;p:0"); STL(L246,"c:#780013;h:1;s:1;f:30;p:0"); STL(S345,"c:#006633;h:1;s:1;f:24"); STL(L1186,"c:#780013;h:1;s:1;f:30;p:0"); STL(L247,"c:#780013;h:1;s:1;f:30;p:0"); STL(S346,"c:#006633;h:1;s:1;f:24"); STL(Perp1187,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2186,"c:#0000b2;h:1;s:6;f:30"); STL(P544,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1188,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2187,"c:#0000b2;h:1;s:6;f:30"); STL(P545,"c:#0000b2;h:1;s:6;f:30"); STL(L250,"c:#780013;h:1;s:1;f:30;p:0"); STL(S349,"c:#006633;h:1;s:1;f:24"); STL(M151,"c:#0000b2;h:1;s:6;f:30"); STL(M152,"c:#0000b2;h:1;s:6;f:30"); STL(L1193,"c:#780013;h:1;s:1;f:30;p:0"); STL(L254,"c:#780013;h:1;s:1;f:30;p:0"); STL(S353,"c:#006633;h:1;s:1;f:24"); STL(S1194,"c:#006633;h:1;s:1;f:24"); STL(S2193,"c:#006633;h:1;s:1;f:24"); STL(S1196,"c:#006633;h:1;s:1;f:24"); STL(S2195,"c:#006633;h:1;s:1;f:24"); STL(M159,"c:#0000b2;h:1;s:6;f:30"); STL(C263,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R157,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1202,"c:#006633;h:1;s:1;f:24"); STL(S2201,"c:#006633;h:1;s:1;f:24"); STL(C265,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R159,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1204,"c:#006633;h:1;s:1;f:24"); STL(S2203,"c:#006633;h:1;s:1;f:24"); STL(M167,"c:#0000b2;h:1;s:6;f:30"); STL(M168,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1209,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2208,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1210,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2209,"c:#0000b2;h:1;s:6;f:30"); STL(P565,"c:#0000b2;h:1;s:6;f:30"); STL(Perp269,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1218,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2217,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1219,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2218,"c:#0000b2;h:1;s:6;f:30"); STL(S1220,"c:#006633;h:1;s:1;f:24"); STL(S2219,"c:#006633;h:1;s:1;f:24"); STL(Perp1221,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2220,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1223,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2222,"c:#0000b2;h:1;s:6;f:30"); STL(P572,"c:#0000b2;h:1;s:6;f:30"); STL(M180,"c:#0000b2;h:1;s:6;f:30"); STL(Perp163,"c:#780013;h:1;s:1;f:30;p:0"); STL(P262,"c:#0000b2;h:1;s:6;f:30"); STL(Par164,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par181,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp185,"c:#780013;h:1;s:1;f:30;p:0"); STL(P284,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1105,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2104,"c:#0000b2;h:1;s:6;f:30"); STL(Par1106,"c:#780013;h:1;s:1;f:30;p:0"); STL(P91,"c:#0000b2;h:1;s:6;f:30"); STL(P93,"c:#0000b2;h:1;s:6;f:30"); STL(P56,"c:#0000b2;h:1;s:6;f:30"); STL(Par1117,"c:#780013;h:1;s:1;f:30;p:0"); STL(P95,"c:#0000b2;h:1;s:6;f:30"); STL(Perp213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp215,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1123,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2122,"c:#0000b2;h:1;s:6;f:30"); STL(P512,"c:#0000b2;h:1;s:6;f:30"); STL(P513,"c:#0000b2;h:1;s:6;f:30"); STL(Perp217,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1125,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2124,"c:#0000b2;h:1;s:6;f:30"); STL(P514,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1126,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2125,"c:#0000b2;h:1;s:6;f:30"); STL(P515,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1128,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2127,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1130,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2129,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1131,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2130,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1134,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2133,"c:#0000b2;h:1;s:6;f:30"); STL(P521,"c:#0000b2;h:1;s:6;f:30"); STL(Perp225,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1139,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2138,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1140,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2139,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1143,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2142,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1146,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2145,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1150,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2149,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1155,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2154,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1157,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2156,"c:#0000b2;h:1;s:6;f:30"); STL(P529,"c:#0000b2;h:1;s:6;f:30"); STL(P635,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1161,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2160,"c:#0000b2;h:1;s:6;f:30"); STL(P533,"c:#0000b2;h:1;s:6;f:30"); STL(P534,"c:#0000b2;h:1;s:6;f:30"); STL(Perp238,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1163,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2162,"c:#0000b2;h:1;s:6;f:30"); STL(P535,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1166,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2165,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1173,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2172,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1175,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2174,"c:#0000b2;h:1;s:6;f:30"); STL(P536,"c:#0000b2;h:1;s:6;f:30"); STL(Perp240,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1178,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2177,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1180,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2179,"c:#0000b2;h:1;s:6;f:30"); STL(P539,"c:#0000b2;h:1;s:6;f:30"); STL(P645,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1185,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2184,"c:#0000b2;h:1;s:6;f:30"); STL(P542,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1186,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2185,"c:#0000b2;h:1;s:6;f:30"); STL(P543,"c:#0000b2;h:1;s:6;f:30"); STL(P1186,"c:#0000b2;h:1;s:6;f:30"); STL(P1187,"c:#0000b2;h:1;s:6;f:30"); STL(P546,"c:#0000b2;h:1;s:6;f:30"); STL(Perp250,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp251,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1193,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2192,"c:#0000b2;h:1;s:6;f:30"); STL(P550,"c:#0000b2;h:1;s:6;f:30"); STL(Par1194,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1196,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp258,"c:#780013;h:1;s:1;f:30;p:0"); STL(P956,"c:#0000b2;h:1;s:6;f:30"); STL(Par1202,"c:#780013;h:1;s:1;f:30;p:0"); STL(P958,"c:#0000b2;h:1;s:6;f:30"); STL(Par1204,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp266,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp267,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1208,"c:#0000b2;h:1;s:6;f:30"); STL(P1209,"c:#0000b2;h:1;s:6;f:30"); STL(P669,"c:#0000b2;h:1;s:6;f:30"); STL(P1217,"c:#0000b2;h:1;s:6;f:30"); STL(P1218,"c:#0000b2;h:1;s:6;f:30"); STL(Par1220,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1220,"c:#0000b2;h:1;s:6;f:30"); STL(P1222,"c:#0000b2;h:1;s:6;f:30"); STL(Perp279,"c:#780013;h:1;s:1;f:30;p:0"); STL(P162,"c:#0000b2;h:1;s:6;f:30"); STL(P364,"c:#0000b2;h:1;s:6;f:30"); STL(P381,"c:#0000b2;h:1;s:6;f:30"); STL(P184,"c:#0000b2;h:1;s:6;f:30"); STL(P1104,"c:#0000b2;h:1;s:6;f:30"); STL(P3106,"c:#0000b2;h:1;s:6;f:30"); STL(C32,"c:#007c00;s:2;f:30;p:0"); STL(C34,"c:#007c00;s:2;f:30;p:0"); STL(P3117,"c:#0000b2;h:1;s:6;f:30"); STL(C36,"c:#007c00;s:2.5;f:30;p:0"); STL(P613,"c:#0000b2;h:1;s:6;f:30"); STL(P615,"c:#0000b2;h:1;s:6;f:30"); STL(P1122,"c:#0000b2;h:1;s:6;f:30"); STL(P617,"c:#0000b2;h:1;s:6;f:30"); STL(P1124,"c:#0000b2;h:1;s:6;f:30"); STL(P1125,"c:#0000b2;h:1;s:6;f:30"); STL(P1127,"c:#0000b2;h:1;s:6;f:30"); STL(P1129,"c:#0000b2;h:1;s:6;f:30"); STL(P1130,"c:#0000b2;h:1;s:6;f:30"); STL(P1133,"c:#0000b2;h:1;s:6;f:30"); STL(P625,"c:#0000b2;h:1;s:6;f:30"); STL(P1138,"c:#0000b2;h:1;s:6;f:30"); STL(P1139,"c:#0000b2;h:1;s:6;f:30"); STL(P1142,"c:#0000b2;h:1;s:6;f:30"); STL(P1145,"c:#0000b2;h:1;s:6;f:30"); STL(P1149,"c:#0000b2;h:1;s:6;f:30"); STL(P1154,"c:#0000b2;h:1;s:6;f:30"); STL(P1156,"c:#0000b2;h:1;s:6;f:30"); STL(C236,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R130,"c:#993300;h:1;s:1;f:30;p:0"); STL(P1160,"c:#0000b2;h:1;s:6;f:30"); STL(P638,"c:#0000b2;h:1;s:6;f:30"); STL(P1162,"c:#0000b2;h:1;s:6;f:30"); STL(P1165,"c:#0000b2;h:1;s:6;f:30"); STL(P1172,"c:#0000b2;h:1;s:6;f:30"); STL(P1174,"c:#0000b2;h:1;s:6;f:30"); STL(P640,"c:#0000b2;h:1;s:6;f:30"); STL(P1177,"c:#0000b2;h:1;s:6;f:30"); STL(P1179,"c:#0000b2;h:1;s:6;f:30"); STL(C246,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R140,"c:#993300;h:1;s:1;f:30;p:0"); STL(P1184,"c:#0000b2;h:1;s:6;f:30"); STL(P1185,"c:#0000b2;h:1;s:6;f:30"); STL(S1187,"c:#006633;h:1;s:1;f:24"); STL(S2186,"c:#006633;h:1;s:1;f:24"); STL(S1188,"c:#006633;h:1;s:1;f:24"); STL(S2187,"c:#006633;h:1;s:1;f:24"); STL(P650,"c:#0000b2;h:1;s:6;f:30"); STL(P651,"c:#0000b2;h:1;s:6;f:30"); STL(P1192,"c:#0000b2;h:1;s:6;f:30"); STL(P3194,"c:#0000b2;h:1;s:6;f:30"); STL(P3196,"c:#0000b2;h:1;s:6;f:30"); STL(P658,"c:#0000b2;h:1;s:6;f:30"); STL(C356,"c:#007c00;s:2;f:30;p:0"); STL(P3202,"c:#0000b2;h:1;s:6;f:30"); STL(C358,"c:#007c00;s:2;f:30;p:0"); STL(P3204,"c:#0000b2;h:1;s:6;f:30"); STL(P666,"c:#0000b2;h:1;s:6;f:30"); STL(P667,"c:#0000b2;h:1;s:6;f:30"); STL(S1209,"c:#006633;h:1;s:1;f:24"); STL(S2208,"c:#006633;h:1;s:1;f:24"); STL(S1210,"c:#006633;h:1;s:1;f:24"); STL(S2209,"c:#006633;h:1;s:1;f:24"); STL(C270,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R164,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1218,"c:#006633;h:1;s:1;f:24"); STL(S2217,"c:#006633;h:1;s:1;f:24"); STL(S1219,"c:#006633;h:1;s:1;f:24"); STL(S2218,"c:#006633;h:1;s:1;f:24"); STL(P3220,"c:#0000b2;h:1;s:6;f:30"); STL(S1221,"c:#006633;h:1;s:1;f:24"); STL(S2220,"c:#006633;h:1;s:1;f:24"); STL(S1223,"c:#006633;h:1;s:1;f:24"); STL(S2222,"c:#006633;h:1;s:1;f:24"); STL(P679,"c:#0000b2;h:1;s:6;f:30"); STL(Center17,"c:#0000b2;h:1;s:6;f:30"); STL(Center18,"c:#0000b2;h:1;s:6;f:30"); STL(Center19,"c:#0000b2;h:1;s:6;f:30"); STL(Center20,"c:#0000b2;h:1;s:6;f:30"); STL(Center21,"c:#0000b2;h:1;s:6;f:30"); STL(S163,"c:#006633;h:1;s:1;f:24"); STL(S262,"c:#006633;h:1;s:1;f:24"); STL(Par263,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par280,"c:#780013;h:1;s:1;f:30;p:0"); STL(S185,"c:#006633;h:1;s:1;f:24"); STL(S284,"c:#006633;h:1;s:1;f:24"); STL(S1105,"c:#006633;h:1;s:1;f:24"); STL(S2104,"c:#006633;h:1;s:1;f:24"); STL(Par2105,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2116,"c:#780013;h:1;s:1;f:30;p:0"); STL(C214,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R18,"c:#993300;h:1;s:1;f:30;p:0"); STL(C216,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R110,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1123,"c:#006633;h:1;s:1;f:24"); STL(S2122,"c:#006633;h:1;s:1;f:24"); STL(C218,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R112,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1125,"c:#006633;h:1;s:1;f:24"); STL(S2124,"c:#006633;h:1;s:1;f:24"); STL(S1126,"c:#006633;h:1;s:1;f:24"); STL(S2125,"c:#006633;h:1;s:1;f:24"); STL(S1128,"c:#006633;h:1;s:1;f:24"); STL(S2127,"c:#006633;h:1;s:1;f:24"); STL(S1130,"c:#006633;h:1;s:1;f:24"); STL(S2129,"c:#006633;h:1;s:1;f:24"); STL(S1131,"c:#006633;h:1;s:1;f:24"); STL(S2130,"c:#006633;h:1;s:1;f:24"); STL(S1134,"c:#006633;h:1;s:1;f:24"); STL(S2133,"c:#006633;h:1;s:1;f:24"); STL(C226,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R120,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1139,"c:#006633;h:1;s:1;f:24"); STL(S2138,"c:#006633;h:1;s:1;f:24"); STL(S1140,"c:#006633;h:1;s:1;f:24"); STL(S2139,"c:#006633;h:1;s:1;f:24"); STL(S1143,"c:#006633;h:1;s:1;f:24"); STL(S2142,"c:#006633;h:1;s:1;f:24"); STL(S1146,"c:#006633;h:1;s:1;f:24"); STL(S2145,"c:#006633;h:1;s:1;f:24"); STL(S1150,"c:#006633;h:1;s:1;f:24"); STL(S2149,"c:#006633;h:1;s:1;f:24"); STL(S1155,"c:#006633;h:1;s:1;f:24"); STL(S2154,"c:#006633;h:1;s:1;f:24"); STL(S1157,"c:#006633;h:1;s:1;f:24"); STL(S2156,"c:#006633;h:1;s:1;f:24"); STL(P929,"c:#0000b2;h:1;s:6;f:30"); STL(S1161,"c:#006633;h:1;s:1;f:24"); STL(S2160,"c:#006633;h:1;s:1;f:24"); STL(C239,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R133,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1163,"c:#006633;h:1;s:1;f:24"); STL(S2162,"c:#006633;h:1;s:1;f:24"); STL(S1166,"c:#006633;h:1;s:1;f:24"); STL(S2165,"c:#006633;h:1;s:1;f:24"); STL(S1173,"c:#006633;h:1;s:1;f:24"); STL(S2172,"c:#006633;h:1;s:1;f:24"); STL(S1175,"c:#006633;h:1;s:1;f:24"); STL(S2174,"c:#006633;h:1;s:1;f:24"); STL(C241,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R135,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1178,"c:#006633;h:1;s:1;f:24"); STL(S2177,"c:#006633;h:1;s:1;f:24"); STL(S1180,"c:#006633;h:1;s:1;f:24"); STL(S2179,"c:#006633;h:1;s:1;f:24"); STL(P939,"c:#0000b2;h:1;s:6;f:30"); STL(S1185,"c:#006633;h:1;s:1;f:24"); STL(S2184,"c:#006633;h:1;s:1;f:24"); STL(S1186,"c:#006633;h:1;s:1;f:24"); STL(S2185,"c:#006633;h:1;s:1;f:24"); STL(Par1187,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1188,"c:#780013;h:1;s:1;f:30;p:0"); STL(C251,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R145,"c:#993300;h:1;s:1;f:30;p:0"); STL(C252,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R146,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1193,"c:#006633;h:1;s:1;f:24"); STL(S2192,"c:#006633;h:1;s:1;f:24"); STL(Par2193,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2195,"c:#780013;h:1;s:1;f:30;p:0"); STL(C259,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R153,"c:#993300;h:1;s:1;f:30;p:0"); STL(Par2201,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2203,"c:#780013;h:1;s:1;f:30;p:0"); STL(C267,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R161,"c:#993300;h:1;s:1;f:30;p:0"); STL(C268,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R162,"c:#993300;h:1;s:1;f:30;p:0"); STL(Par1209,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1210,"c:#780013;h:1;s:1;f:30;p:0"); STL(P963,"c:#0000b2;h:1;s:6;f:30"); STL(Par1218,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1219,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2219,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1223,"c:#780013;h:1;s:1;f:30;p:0"); STL(C280,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R174,"c:#993300;h:1;s:1;f:30;p:0"); STL(Par163,"c:#780013;h:1;s:1;f:30;p:0"); STL(P464,"c:#0000b2;h:1;s:6;f:30"); STL(Par185,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1105,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4116,"c:#0000b2;h:1;s:6;f:30"); STL(P97,"c:#0000b2;h:1;s:6;f:30"); STL(P99,"c:#0000b2;h:1;s:6;f:30"); STL(Par1123,"c:#780013;h:1;s:1;f:30;p:0"); STL(P911,"c:#0000b2;h:1;s:6;f:30"); STL(Par1125,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1126,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1128,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1130,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1131,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1134,"c:#780013;h:1;s:1;f:30;p:0"); STL(P919,"c:#0000b2;h:1;s:6;f:30"); STL(Par1139,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1140,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1143,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1146,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1150,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1155,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1157,"c:#780013;h:1;s:1;f:30;p:0"); STL(C330,"c:#007c00;s:2;f:30;p:0"); STL(Par1161,"c:#780013;h:1;s:1;f:30;p:0"); STL(P932,"c:#0000b2;h:1;s:6;f:30"); STL(Par1163,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1166,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1173,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1175,"c:#780013;h:1;s:1;f:30;p:0"); STL(P934,"c:#0000b2;h:1;s:6;f:30"); STL(Par1178,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1180,"c:#780013;h:1;s:1;f:30;p:0"); STL(C340,"c:#007c00;s:2;f:30;p:0"); STL(Par1185,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1186,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3187,"c:#0000b2;h:1;s:6;f:30"); STL(P3188,"c:#0000b2;h:1;s:6;f:30"); STL(P944,"c:#0000b2;h:1;s:6;f:30"); STL(P945,"c:#0000b2;h:1;s:6;f:30"); STL(Par1193,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4182,"c:#0000b2;h:1;s:6;f:30"); STL(P4184,"c:#0000b2;h:1;s:6;f:30"); STL(P952,"c:#0000b2;h:1;s:6;f:30"); STL(P4190,"c:#0000b2;h:1;s:6;f:30"); STL(P4192,"c:#0000b2;h:1;s:6;f:30"); STL(P960,"c:#0000b2;h:1;s:6;f:30"); STL(P961,"c:#0000b2;h:1;s:6;f:30"); STL(P3209,"c:#0000b2;h:1;s:6;f:30"); STL(P3210,"c:#0000b2;h:1;s:6;f:30"); STL(C363,"c:#007c00;s:2;f:30;p:0"); STL(P3218,"c:#0000b2;h:1;s:6;f:30"); STL(P3219,"c:#0000b2;h:1;s:6;f:30"); STL(P4203,"c:#0000b2;h:1;s:6;f:30"); STL(P3221,"c:#0000b2;h:1;s:6;f:30"); STL(P3223,"c:#0000b2;h:1;s:6;f:30"); STL(P973,"c:#0000b2;h:1;s:6;f:30"); STL(Center22,"c:#0000b2;h:1;s:6;f:30"); STL(Center23,"c:#0000b2;h:1;s:6;f:30"); STL(Center24,"c:#0000b2;h:1;s:6;f:30"); STL(P363,"c:#0000b2;h:1;s:6;f:30"); STL(L183,"c:#780013;h:1;s:1;f:30;p:0"); STL(P385,"c:#0000b2;h:1;s:6;f:30"); STL(P3105,"c:#0000b2;h:1;s:6;f:30"); STL(L1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(M111,"c:#0000b2;h:1;s:6;f:30"); STL(C38,"c:#007c00;s:2;f:30;p:0"); STL(C310,"c:#007c00;s:2;f:30;p:0"); STL(P3123,"c:#0000b2;h:1;s:6;f:30"); STL(C312,"c:#007c00;s:2;f:30;p:0"); STL(P3125,"c:#0000b2;h:1;s:6;f:30"); STL(P3126,"c:#0000b2;h:1;s:6;f:30"); STL(P3128,"c:#0000b2;h:1;s:6;f:30"); STL(P3130,"c:#0000b2;h:1;s:6;f:30"); STL(P3131,"c:#0000b2;h:1;s:6;f:30"); STL(P3134,"c:#0000b2;h:1;s:6;f:30"); STL(C320,"c:#007c00;s:2;f:30;p:0"); STL(P3139,"c:#0000b2;h:1;s:6;f:30"); STL(P3140,"c:#0000b2;h:1;s:6;f:30"); STL(P3143,"c:#0000b2;h:1;s:6;f:30"); STL(P3146,"c:#0000b2;h:1;s:6;f:30"); STL(P3150,"c:#0000b2;h:1;s:6;f:30"); STL(P3155,"c:#0000b2;h:1;s:6;f:30"); STL(P3157,"c:#0000b2;h:1;s:6;f:30"); STL(P3161,"c:#0000b2;h:1;s:6;f:30"); STL(C333,"c:#007c00;s:2;f:30;p:0"); STL(P3163,"c:#0000b2;h:1;s:6;f:30"); STL(P3166,"c:#0000b2;h:1;s:6;f:30"); STL(P3173,"c:#0000b2;h:1;s:6;f:30"); STL(P3175,"c:#0000b2;h:1;s:6;f:30"); STL(C335,"c:#007c00;s:2;f:30;p:0"); STL(P3178,"c:#0000b2;h:1;s:6;f:30"); STL(P3180,"c:#0000b2;h:1;s:6;f:30"); STL(P3185,"c:#0000b2;h:1;s:6;f:30"); STL(P3186,"c:#0000b2;h:1;s:6;f:30"); STL(Par2186,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2187,"c:#780013;h:1;s:1;f:30;p:0"); STL(C344,"c:#007c00;s:2;f:30;p:0"); STL(C345,"c:#007c00;s:2;f:30;p:0"); STL(P3193,"c:#0000b2;h:1;s:6;f:30"); STL(L255,"c:#780013;h:1;s:1;f:30;p:0"); STL(S354,"c:#006633;h:1;s:1;f:24"); STL(M156,"c:#0000b2;h:1;s:6;f:30"); STL(L1195,"c:#780013;h:1;s:1;f:30;p:0"); STL(L256,"c:#780013;h:1;s:1;f:30;p:0"); STL(S355,"c:#006633;h:1;s:1;f:24"); STL(M158,"c:#0000b2;h:1;s:6;f:30"); STL(C352,"c:#007c00;s:2;f:30;p:0"); STL(M164,"c:#0000b2;h:1;s:6;f:30"); STL(M166,"c:#0000b2;h:1;s:6;f:30"); STL(C360,"c:#007c00;s:2;f:30;p:0"); STL(C361,"c:#007c00;s:2;f:30;p:0"); STL(Par2208,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2209,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2217,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2218,"c:#780013;h:1;s:1;f:30;p:0"); STL(M174,"c:#0000b2;h:1;s:6;f:30"); STL(Par2220,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2222,"c:#780013;h:1;s:1;f:30;p:0"); STL(C373,"c:#007c00;s:2;f:30;p:0"); STL(Center25,"c:#0000b2;h:1;s:6;f:30"); STL(Center26,"c:#0000b2;h:1;s:6;f:30"); STL(Center27,"c:#0000b2;h:1;s:6;f:30"); STL(Center28,"c:#0000b2;h:1;s:6;f:30"); STL(Center29,"c:#0000b2;h:1;s:6;f:30"); STL(Center30,"c:#0000b2;h:1;s:6;f:30"); STL(Center31,"c:#0000b2;h:1;s:6;f:30"); STL(Center32,"c:#0000b2;h:1;s:6;f:30"); STL(Center33,"c:#0000b2;h:1;s:6;f:30"); STL(Center34,"c:#0000b2;h:1;s:6;f:30"); STL(Center35,"c:#0000b2;h:1;s:6;f:30"); STL(Center36,"c:#0000b2;h:1;s:6;f:30"); STL(Par262,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp183,"c:#780013;h:1;s:1;f:30;p:0"); STL(P282,"c:#0000b2;h:1;s:6;f:30"); STL(Par284,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2104,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2111,"c:#0000b2;h:1;s:6;f:30"); STL(Perp210,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2122,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2124,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2125,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2127,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2129,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2130,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2133,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2138,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2139,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2142,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2145,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2149,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2154,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2156,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2160,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2162,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2165,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2172,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2174,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2177,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2179,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2184,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2185,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4167,"c:#0000b2;h:1;s:6;f:30"); STL(P4168,"c:#0000b2;h:1;s:6;f:30"); STL(Par2192,"c:#780013;h:1;s:1;f:30;p:0"); STL(P551,"c:#0000b2;h:1;s:6;f:30"); STL(Perp255,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1195,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2194,"c:#0000b2;h:1;s:6;f:30"); STL(P552,"c:#0000b2;h:1;s:6;f:30"); STL(Perp257,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp263,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp265,"c:#780013;h:1;s:1;f:30;p:0"); STL(P481,"c:#0000b2;h:1;s:6;f:30"); STL(P482,"c:#0000b2;h:1;s:6;f:30"); STL(P4201,"c:#0000b2;h:1;s:6;f:30"); STL(P4202,"c:#0000b2;h:1;s:6;f:30"); STL(Perp273,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4204,"c:#0000b2;h:1;s:6;f:30"); STL(P4206,"c:#0000b2;h:1;s:6;f:30"); STL(P463,"c:#0000b2;h:1;s:6;f:30"); STL(P182,"c:#0000b2;h:1;s:6;f:30"); STL(P484,"c:#0000b2;h:1;s:6;f:30"); STL(P1111,"c:#0000b2;h:1;s:6;f:30"); STL(P610,"c:#0000b2;h:1;s:6;f:30"); STL(P4122,"c:#0000b2;h:1;s:6;f:30"); STL(P4124,"c:#0000b2;h:1;s:6;f:30"); STL(P4125,"c:#0000b2;h:1;s:6;f:30"); STL(P4104,"c:#0000b2;h:1;s:6;f:30"); STL(P4108,"c:#0000b2;h:1;s:6;f:30"); STL(P4109,"c:#0000b2;h:1;s:6;f:30"); STL(P4112,"c:#0000b2;h:1;s:6;f:30"); STL(P4131,"c:#0000b2;h:1;s:6;f:30"); STL(P4132,"c:#0000b2;h:1;s:6;f:30"); STL(P4135,"c:#0000b2;h:1;s:6;f:30"); STL(P4138,"c:#0000b2;h:1;s:6;f:30"); STL(P4142,"c:#0000b2;h:1;s:6;f:30"); STL(P4147,"c:#0000b2;h:1;s:6;f:30"); STL(P4149,"c:#0000b2;h:1;s:6;f:30"); STL(P4153,"c:#0000b2;h:1;s:6;f:30"); STL(P4155,"c:#0000b2;h:1;s:6;f:30"); STL(P4158,"c:#0000b2;h:1;s:6;f:30"); STL(P4170,"c:#0000b2;h:1;s:6;f:30"); STL(P4172,"c:#0000b2;h:1;s:6;f:30"); STL(P4165,"c:#0000b2;h:1;s:6;f:30"); STL(P4166,"c:#0000b2;h:1;s:6;f:30"); STL(M149,"c:#0000b2;h:1;s:6;f:30"); STL(M150,"c:#0000b2;h:1;s:6;f:30"); STL(P4181,"c:#0000b2;h:1;s:6;f:30"); STL(P655,"c:#0000b2;h:1;s:6;f:30"); STL(P1194,"c:#0000b2;h:1;s:6;f:30"); STL(P657,"c:#0000b2;h:1;s:6;f:30"); STL(P663,"c:#0000b2;h:1;s:6;f:30"); STL(P665,"c:#0000b2;h:1;s:6;f:30"); STL(L270,"c:#780013;h:1;s:1;f:30;p:0"); STL(S369,"c:#006633;h:1;s:1;f:24"); STL(L1216,"c:#780013;h:1;s:1;f:30;p:0"); STL(L271,"c:#780013;h:1;s:1;f:30;p:0"); STL(S370,"c:#006633;h:1;s:1;f:24"); STL(L1217,"c:#780013;h:1;s:1;f:30;p:0"); STL(L272,"c:#780013;h:1;s:1;f:30;p:0"); STL(S371,"c:#006633;h:1;s:1;f:24"); STL(P673,"c:#0000b2;h:1;s:6;f:30"); STL(L274,"c:#780013;h:1;s:1;f:30;p:0"); STL(S373,"c:#006633;h:1;s:1;f:24"); STL(M175,"c:#0000b2;h:1;s:6;f:30"); STL(L1222,"c:#780013;h:1;s:1;f:30;p:0"); STL(L275,"c:#780013;h:1;s:1;f:30;p:0"); STL(S374,"c:#006633;h:1;s:1;f:24"); STL(M177,"c:#0000b2;h:1;s:6;f:30"); STL(L182,"c:#780013;h:1;s:1;f:30;p:0"); STL(S183,"c:#006633;h:1;s:1;f:24"); STL(S282,"c:#006633;h:1;s:1;f:24"); STL(L1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1112,"c:#006633;h:1;s:1;f:24"); STL(S2111,"c:#006633;h:1;s:1;f:24"); STL(C211,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R15,"c:#993300;h:1;s:1;f:30;p:0"); STL(M117,"c:#0000b2;h:1;s:6;f:30"); STL(M119,"c:#0000b2;h:1;s:6;f:30"); STL(M120,"c:#0000b2;h:1;s:6;f:30"); STL(L221,"c:#780013;h:1;s:1;f:30;p:0"); STL(S320,"c:#006633;h:1;s:1;f:24"); STL(M122,"c:#0000b2;h:1;s:6;f:30"); STL(L1135,"c:#780013;h:1;s:1;f:30;p:0"); STL(L222,"c:#780013;h:1;s:1;f:30;p:0"); STL(S321,"c:#006633;h:1;s:1;f:24"); STL(L1136,"c:#780013;h:1;s:1;f:30;p:0"); STL(L223,"c:#780013;h:1;s:1;f:30;p:0"); STL(S322,"c:#006633;h:1;s:1;f:24"); STL(L1137,"c:#780013;h:1;s:1;f:30;p:0"); STL(L224,"c:#780013;h:1;s:1;f:30;p:0"); STL(S323,"c:#006633;h:1;s:1;f:24"); STL(L1141,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1142,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1144,"c:#780013;h:1;s:1;f:30;p:0"); STL(L226,"c:#780013;h:1;s:1;f:30;p:0"); STL(S325,"c:#006633;h:1;s:1;f:24"); STL(M127,"c:#0000b2;h:1;s:6;f:30"); STL(L1151,"c:#780013;h:1;s:1;f:30;p:0"); STL(L231,"c:#780013;h:1;s:1;f:30;p:0"); STL(S330,"c:#006633;h:1;s:1;f:24"); STL(M132,"c:#0000b2;h:1;s:6;f:30"); STL(L1156,"c:#780013;h:1;s:1;f:30;p:0"); STL(L232,"c:#780013;h:1;s:1;f:30;p:0"); STL(S331,"c:#006633;h:1;s:1;f:24"); STL(M134,"c:#0000b2;h:1;s:6;f:30"); STL(L1158,"c:#780013;h:1;s:1;f:30;p:0"); STL(L234,"c:#780013;h:1;s:1;f:30;p:0"); STL(S333,"c:#006633;h:1;s:1;f:24"); STL(M138,"c:#0000b2;h:1;s:6;f:30"); STL(M140,"c:#0000b2;h:1;s:6;f:30"); STL(L1174,"c:#780013;h:1;s:1;f:30;p:0"); STL(L241,"c:#780013;h:1;s:1;f:30;p:0"); STL(S340,"c:#006633;h:1;s:1;f:24"); STL(M142,"c:#0000b2;h:1;s:6;f:30"); STL(L1179,"c:#780013;h:1;s:1;f:30;p:0"); STL(L242,"c:#780013;h:1;s:1;f:30;p:0"); STL(S341,"c:#006633;h:1;s:1;f:24"); STL(M144,"c:#0000b2;h:1;s:6;f:30"); STL(M147,"c:#0000b2;h:1;s:6;f:30"); STL(M148,"c:#0000b2;h:1;s:6;f:30"); STL(Perp248,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp249,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1191,"c:#780013;h:1;s:1;f:30;p:0"); STL(L252,"c:#780013;h:1;s:1;f:30;p:0"); STL(S351,"c:#006633;h:1;s:1;f:24"); STL(M155,"c:#0000b2;h:1;s:6;f:30"); STL(C256,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R150,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1195,"c:#006633;h:1;s:1;f:24"); STL(S2194,"c:#006633;h:1;s:1;f:24"); STL(C258,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R152,"c:#993300;h:1;s:1;f:30;p:0"); STL(C264,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R158,"c:#993300;h:1;s:1;f:30;p:0"); STL(C266,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R160,"c:#993300;h:1;s:1;f:30;p:0"); STL(P566,"c:#0000b2;h:1;s:6;f:30"); STL(P670,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1216,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2215,"c:#0000b2;h:1;s:6;f:30"); STL(P567,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1217,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2216,"c:#0000b2;h:1;s:6;f:30"); STL(P568,"c:#0000b2;h:1;s:6;f:30"); STL(C274,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R168,"c:#993300;h:1;s:1;f:30;p:0"); STL(P570,"c:#0000b2;h:1;s:6;f:30"); STL(Perp274,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1222,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2221,"c:#0000b2;h:1;s:6;f:30"); STL(P571,"c:#0000b2;h:1;s:6;f:30"); STL(Perp276,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp182,"c:#780013;h:1;s:1;f:30;p:0"); STL(P281,"c:#0000b2;h:1;s:6;f:30"); STL(Par183,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2110,"c:#0000b2;h:1;s:6;f:30"); STL(Par1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P94,"c:#0000b2;h:1;s:6;f:30"); STL(Perp216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp218,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp219,"c:#780013;h:1;s:1;f:30;p:0"); STL(P517,"c:#0000b2;h:1;s:6;f:30"); STL(Perp221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1135,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2134,"c:#0000b2;h:1;s:6;f:30"); STL(P518,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1136,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2135,"c:#0000b2;h:1;s:6;f:30"); STL(P519,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1137,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2136,"c:#0000b2;h:1;s:6;f:30"); STL(P520,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1141,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2140,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1142,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2141,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1144,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2143,"c:#0000b2;h:1;s:6;f:30"); STL(P522,"c:#0000b2;h:1;s:6;f:30"); STL(Perp226,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1151,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2150,"c:#0000b2;h:1;s:6;f:30"); STL(P527,"c:#0000b2;h:1;s:6;f:30"); STL(Perp231,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1156,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2155,"c:#0000b2;h:1;s:6;f:30"); STL(P528,"c:#0000b2;h:1;s:6;f:30"); STL(Perp233,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1158,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2157,"c:#0000b2;h:1;s:6;f:30"); STL(P530,"c:#0000b2;h:1;s:6;f:30"); STL(Perp237,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp239,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1174,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2173,"c:#0000b2;h:1;s:6;f:30"); STL(P537,"c:#0000b2;h:1;s:6;f:30"); STL(Perp241,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1179,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2178,"c:#0000b2;h:1;s:6;f:30"); STL(P538,"c:#0000b2;h:1;s:6;f:30"); STL(Perp243,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp246,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp247,"c:#780013;h:1;s:1;f:30;p:0"); STL(P648,"c:#0000b2;h:1;s:6;f:30"); STL(P649,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1191,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2190,"c:#0000b2;h:1;s:6;f:30"); STL(P548,"c:#0000b2;h:1;s:6;f:30"); STL(Perp254,"c:#780013;h:1;s:1;f:30;p:0"); STL(P949,"c:#0000b2;h:1;s:6;f:30"); STL(Par1195,"c:#780013;h:1;s:1;f:30;p:0"); STL(P951,"c:#0000b2;h:1;s:6;f:30"); STL(P957,"c:#0000b2;h:1;s:6;f:30"); STL(P959,"c:#0000b2;h:1;s:6;f:30"); STL(C271,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R165,"c:#993300;h:1;s:1;f:30;p:0"); STL(P1215,"c:#0000b2;h:1;s:6;f:30"); STL(P1216,"c:#0000b2;h:1;s:6;f:30"); STL(P967,"c:#0000b2;h:1;s:6;f:30"); STL(P674,"c:#0000b2;h:1;s:6;f:30"); STL(P1221,"c:#0000b2;h:1;s:6;f:30"); STL(P676,"c:#0000b2;h:1;s:6;f:30"); STL(P181,"c:#0000b2;h:1;s:6;f:30"); STL(P383,"c:#0000b2;h:1;s:6;f:30"); STL(P1110,"c:#0000b2;h:1;s:6;f:30"); STL(P3112,"c:#0000b2;h:1;s:6;f:30"); STL(C35,"c:#007c00;s:2;f:30;p:0"); STL(P616,"c:#0000b2;h:1;s:6;f:30"); STL(P618,"c:#0000b2;h:1;s:6;f:30"); STL(P619,"c:#0000b2;h:1;s:6;f:30"); STL(P621,"c:#0000b2;h:1;s:6;f:30"); STL(P1134,"c:#0000b2;h:1;s:6;f:30"); STL(P1135,"c:#0000b2;h:1;s:6;f:30"); STL(P1136,"c:#0000b2;h:1;s:6;f:30"); STL(P1140,"c:#0000b2;h:1;s:6;f:30"); STL(P1141,"c:#0000b2;h:1;s:6;f:30"); STL(P1143,"c:#0000b2;h:1;s:6;f:30"); STL(P626,"c:#0000b2;h:1;s:6;f:30"); STL(P1150,"c:#0000b2;h:1;s:6;f:30"); STL(P631,"c:#0000b2;h:1;s:6;f:30"); STL(P1155,"c:#0000b2;h:1;s:6;f:30"); STL(P633,"c:#0000b2;h:1;s:6;f:30"); STL(P1157,"c:#0000b2;h:1;s:6;f:30"); STL(P637,"c:#0000b2;h:1;s:6;f:30"); STL(P639,"c:#0000b2;h:1;s:6;f:30"); STL(P1173,"c:#0000b2;h:1;s:6;f:30"); STL(P641,"c:#0000b2;h:1;s:6;f:30"); STL(P1178,"c:#0000b2;h:1;s:6;f:30"); STL(P643,"c:#0000b2;h:1;s:6;f:30"); STL(P646,"c:#0000b2;h:1;s:6;f:30"); STL(P647,"c:#0000b2;h:1;s:6;f:30"); STL(C249,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R143,"c:#993300;h:1;s:1;f:30;p:0"); STL(C250,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R144,"c:#993300;h:1;s:1;f:30;p:0"); STL(P1190,"c:#0000b2;h:1;s:6;f:30"); STL(P654,"c:#0000b2;h:1;s:6;f:30"); STL(C349,"c:#007c00;s:2;f:30;p:0"); STL(P3195,"c:#0000b2;h:1;s:6;f:30"); STL(C351,"c:#007c00;s:2;f:30;p:0"); STL(C357,"c:#007c00;s:2;f:30;p:0"); STL(C359,"c:#007c00;s:2;f:30;p:0"); STL(P964,"c:#0000b2;h:1;s:6;f:30"); STL(S1216,"c:#006633;h:1;s:1;f:24"); STL(S2215,"c:#006633;h:1;s:1;f:24"); STL(S1217,"c:#006633;h:1;s:1;f:24"); STL(S2216,"c:#006633;h:1;s:1;f:24"); STL(C367,"c:#007c00;s:2;f:30;p:0"); STL(C275,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R169,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1222,"c:#006633;h:1;s:1;f:24"); STL(S2221,"c:#006633;h:1;s:1;f:24"); STL(C277,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R171,"c:#993300;h:1;s:1;f:30;p:0"); STL(Center37,"c:#0000b2;h:1;s:6;f:30"); STL(Center38,"c:#0000b2;h:1;s:6;f:30"); STL(Center39,"c:#0000b2;h:1;s:6;f:30"); STL(Center40,"c:#0000b2;h:1;s:6;f:30"); STL(Center41,"c:#0000b2;h:1;s:6;f:30"); STL(Center42,"c:#0000b2;h:1;s:6;f:30"); STL(S182,"c:#006633;h:1;s:1;f:24"); STL(S281,"c:#006633;h:1;s:1;f:24"); STL(Par282,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1111,"c:#006633;h:1;s:1;f:24"); STL(S2110,"c:#006633;h:1;s:1;f:24"); STL(Par2111,"c:#780013;h:1;s:1;f:30;p:0"); STL(C217,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R111,"c:#993300;h:1;s:1;f:30;p:0"); STL(C219,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R113,"c:#993300;h:1;s:1;f:30;p:0"); STL(C220,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R114,"c:#993300;h:1;s:1;f:30;p:0"); STL(C222,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R116,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1135,"c:#006633;h:1;s:1;f:24"); STL(S2134,"c:#006633;h:1;s:1;f:24"); STL(S1136,"c:#006633;h:1;s:1;f:24"); STL(S2135,"c:#006633;h:1;s:1;f:24"); STL(S1137,"c:#006633;h:1;s:1;f:24"); STL(S2136,"c:#006633;h:1;s:1;f:24"); STL(S1141,"c:#006633;h:1;s:1;f:24"); STL(S2140,"c:#006633;h:1;s:1;f:24"); STL(S1142,"c:#006633;h:1;s:1;f:24"); STL(S2141,"c:#006633;h:1;s:1;f:24"); STL(S1144,"c:#006633;h:1;s:1;f:24"); STL(S2143,"c:#006633;h:1;s:1;f:24"); STL(C227,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R121,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1151,"c:#006633;h:1;s:1;f:24"); STL(S2150,"c:#006633;h:1;s:1;f:24"); STL(C232,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R126,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1156,"c:#006633;h:1;s:1;f:24"); STL(S2155,"c:#006633;h:1;s:1;f:24"); STL(C234,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R128,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1158,"c:#006633;h:1;s:1;f:24"); STL(S2157,"c:#006633;h:1;s:1;f:24"); STL(C238,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R132,"c:#993300;h:1;s:1;f:30;p:0"); STL(C240,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R134,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1174,"c:#006633;h:1;s:1;f:24"); STL(S2173,"c:#006633;h:1;s:1;f:24"); STL(C242,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R136,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1179,"c:#006633;h:1;s:1;f:24"); STL(S2178,"c:#006633;h:1;s:1;f:24"); STL(C244,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R138,"c:#993300;h:1;s:1;f:30;p:0"); STL(C247,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R141,"c:#993300;h:1;s:1;f:30;p:0"); STL(C248,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R142,"c:#993300;h:1;s:1;f:30;p:0"); STL(P942,"c:#0000b2;h:1;s:6;f:30"); STL(P943,"c:#0000b2;h:1;s:6;f:30"); STL(S1191,"c:#006633;h:1;s:1;f:24"); STL(S2190,"c:#006633;h:1;s:1;f:24"); STL(C255,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R149,"c:#993300;h:1;s:1;f:30;p:0"); STL(Par2194,"c:#780013;h:1;s:1;f:30;p:0"); STL(C364,"c:#007c00;s:2;f:30;p:0"); STL(Par1216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1217,"c:#780013;h:1;s:1;f:30;p:0"); STL(P968,"c:#0000b2;h:1;s:6;f:30"); STL(Par1222,"c:#780013;h:1;s:1;f:30;p:0"); STL(P970,"c:#0000b2;h:1;s:6;f:30"); STL(Center43,"c:#0000b2;h:1;s:6;f:30"); STL(Par182,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P910,"c:#0000b2;h:1;s:6;f:30"); STL(P912,"c:#0000b2;h:1;s:6;f:30"); STL(P913,"c:#0000b2;h:1;s:6;f:30"); STL(P915,"c:#0000b2;h:1;s:6;f:30"); STL(Par1135,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1136,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1137,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1141,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1142,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1144,"c:#780013;h:1;s:1;f:30;p:0"); STL(P920,"c:#0000b2;h:1;s:6;f:30"); STL(Par1151,"c:#780013;h:1;s:1;f:30;p:0"); STL(P925,"c:#0000b2;h:1;s:6;f:30"); STL(Par1156,"c:#780013;h:1;s:1;f:30;p:0"); STL(P927,"c:#0000b2;h:1;s:6;f:30"); STL(Par1158,"c:#780013;h:1;s:1;f:30;p:0"); STL(P931,"c:#0000b2;h:1;s:6;f:30"); STL(P933,"c:#0000b2;h:1;s:6;f:30"); STL(Par1174,"c:#780013;h:1;s:1;f:30;p:0"); STL(P935,"c:#0000b2;h:1;s:6;f:30"); STL(Par1179,"c:#780013;h:1;s:1;f:30;p:0"); STL(P937,"c:#0000b2;h:1;s:6;f:30"); STL(P940,"c:#0000b2;h:1;s:6;f:30"); STL(P941,"c:#0000b2;h:1;s:6;f:30"); STL(C342,"c:#007c00;s:2;f:30;p:0"); STL(C343,"c:#007c00;s:2;f:30;p:0"); STL(Par1191,"c:#780013;h:1;s:1;f:30;p:0"); STL(P948,"c:#0000b2;h:1;s:6;f:30"); STL(P4183,"c:#0000b2;h:1;s:6;f:30"); STL(P3216,"c:#0000b2;h:1;s:6;f:30"); STL(P3217,"c:#0000b2;h:1;s:6;f:30"); STL(C368,"c:#007c00;s:2;f:30;p:0"); STL(P3222,"c:#0000b2;h:1;s:6;f:30"); STL(C370,"c:#007c00;s:2;f:30;p:0"); STL(Center44,"c:#0000b2;h:1;s:6;f:30"); STL(Center45,"c:#0000b2;h:1;s:6;f:30"); STL(Center46,"c:#0000b2;h:1;s:6;f:30"); STL(Center47,"c:#0000b2;h:1;s:6;f:30"); STL(P382,"c:#0000b2;h:1;s:6;f:30"); STL(P3111,"c:#0000b2;h:1;s:6;f:30"); STL(C311,"c:#007c00;s:2;f:30;p:0"); STL(C313,"c:#007c00;s:2;f:30;p:0"); STL(C314,"c:#007c00;s:2;f:30;p:0"); STL(C316,"c:#007c00;s:2;f:30;p:0"); STL(P3135,"c:#0000b2;h:1;s:6;f:30"); STL(P3136,"c:#0000b2;h:1;s:6;f:30"); STL(P3137,"c:#0000b2;h:1;s:6;f:30"); STL(P3141,"c:#0000b2;h:1;s:6;f:30"); STL(P3142,"c:#0000b2;h:1;s:6;f:30"); STL(P3144,"c:#0000b2;h:1;s:6;f:30"); STL(C321,"c:#007c00;s:2;f:30;p:0"); STL(P3151,"c:#0000b2;h:1;s:6;f:30"); STL(C326,"c:#007c00;s:2;f:30;p:0"); STL(P3156,"c:#0000b2;h:1;s:6;f:30"); STL(C328,"c:#007c00;s:2;f:30;p:0"); STL(P3158,"c:#0000b2;h:1;s:6;f:30"); STL(C332,"c:#007c00;s:2;f:30;p:0"); STL(C334,"c:#007c00;s:2;f:30;p:0"); STL(P3174,"c:#0000b2;h:1;s:6;f:30"); STL(C336,"c:#007c00;s:2;f:30;p:0"); STL(P3179,"c:#0000b2;h:1;s:6;f:30"); STL(C338,"c:#007c00;s:2;f:30;p:0"); STL(C341,"c:#007c00;s:2;f:30;p:0"); STL(P3191,"c:#0000b2;h:1;s:6;f:30"); STL(C348,"c:#007c00;s:2;f:30;p:0"); STL(M157,"c:#0000b2;h:1;s:6;f:30"); STL(Par2215,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center48,"c:#0000b2;h:1;s:6;f:30"); STL(Center49,"c:#0000b2;h:1;s:6;f:30"); STL(Center50,"c:#0000b2;h:1;s:6;f:30"); STL(Center51,"c:#0000b2;h:1;s:6;f:30"); STL(Center52,"c:#0000b2;h:1;s:6;f:30"); STL(Center53,"c:#0000b2;h:1;s:6;f:30"); STL(Center54,"c:#0000b2;h:1;s:6;f:30"); STL(Center55,"c:#0000b2;h:1;s:6;f:30"); STL(Center56,"c:#0000b2;h:1;s:6;f:30"); STL(Center57,"c:#0000b2;h:1;s:6;f:30"); STL(Center58,"c:#0000b2;h:1;s:6;f:30"); STL(Center59,"c:#0000b2;h:1;s:6;f:30"); STL(Center60,"c:#0000b2;h:1;s:6;f:30"); STL(Par281,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2134,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2135,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2136,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2140,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2141,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2143,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2150,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2155,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2157,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2173,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2178,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2190,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp256,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4199,"c:#0000b2;h:1;s:6;f:30"); STL(P4200,"c:#0000b2;h:1;s:6;f:30"); STL(P4205,"c:#0000b2;h:1;s:6;f:30"); STL(P4127,"c:#0000b2;h:1;s:6;f:30"); STL(P4128,"c:#0000b2;h:1;s:6;f:30"); STL(P4129,"c:#0000b2;h:1;s:6;f:30"); STL(P4133,"c:#0000b2;h:1;s:6;f:30"); STL(P4134,"c:#0000b2;h:1;s:6;f:30"); STL(P4136,"c:#0000b2;h:1;s:6;f:30"); STL(P4143,"c:#0000b2;h:1;s:6;f:30"); STL(P4148,"c:#0000b2;h:1;s:6;f:30"); STL(P4150,"c:#0000b2;h:1;s:6;f:30"); STL(P4171,"c:#0000b2;h:1;s:6;f:30"); STL(P4179,"c:#0000b2;h:1;s:6;f:30"); STL(P656,"c:#0000b2;h:1;s:6;f:30"); STL(M172,"c:#0000b2;h:1;s:6;f:30"); STL(M173,"c:#0000b2;h:1;s:6;f:30"); STL(M176,"c:#0000b2;h:1;s:6;f:30"); STL(M123,"c:#0000b2;h:1;s:6;f:30"); STL(M124,"c:#0000b2;h:1;s:6;f:30"); STL(M125,"c:#0000b2;h:1;s:6;f:30"); STL(L227,"c:#780013;h:1;s:1;f:30;p:0"); STL(S326,"c:#006633;h:1;s:1;f:24"); STL(M128,"c:#0000b2;h:1;s:6;f:30"); STL(L1152,"c:#780013;h:1;s:1;f:30;p:0"); STL(L228,"c:#780013;h:1;s:1;f:30;p:0"); STL(S327,"c:#006633;h:1;s:1;f:24"); STL(L1153,"c:#780013;h:1;s:1;f:30;p:0"); STL(L229,"c:#780013;h:1;s:1;f:30;p:0"); STL(S328,"c:#006633;h:1;s:1;f:24"); STL(L1154,"c:#780013;h:1;s:1;f:30;p:0"); STL(L230,"c:#780013;h:1;s:1;f:30;p:0"); STL(S329,"c:#006633;h:1;s:1;f:24"); STL(M133,"c:#0000b2;h:1;s:6;f:30"); STL(M135,"c:#0000b2;h:1;s:6;f:30"); STL(L1176,"c:#780013;h:1;s:1;f:30;p:0"); STL(M143,"c:#0000b2;h:1;s:6;f:30"); STL(M153,"c:#0000b2;h:1;s:6;f:30"); STL(C257,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R151,"c:#993300;h:1;s:1;f:30;p:0"); STL(Perp271,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp272,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp275,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp224,"c:#780013;h:1;s:1;f:30;p:0"); STL(P523,"c:#0000b2;h:1;s:6;f:30"); STL(Perp227,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1152,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2151,"c:#0000b2;h:1;s:6;f:30"); STL(P524,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1153,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2152,"c:#0000b2;h:1;s:6;f:30"); STL(P525,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1154,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2153,"c:#0000b2;h:1;s:6;f:30"); STL(P526,"c:#0000b2;h:1;s:6;f:30"); STL(Perp232,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp234,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1176,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2175,"c:#0000b2;h:1;s:6;f:30"); STL(Perp242,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp252,"c:#780013;h:1;s:1;f:30;p:0"); STL(P950,"c:#0000b2;h:1;s:6;f:30"); STL(P671,"c:#0000b2;h:1;s:6;f:30"); STL(P672,"c:#0000b2;h:1;s:6;f:30"); STL(P675,"c:#0000b2;h:1;s:6;f:30"); STL(P622,"c:#0000b2;h:1;s:6;f:30"); STL(P623,"c:#0000b2;h:1;s:6;f:30"); STL(P624,"c:#0000b2;h:1;s:6;f:30"); STL(P627,"c:#0000b2;h:1;s:6;f:30"); STL(P1151,"c:#0000b2;h:1;s:6;f:30"); STL(P1152,"c:#0000b2;h:1;s:6;f:30"); STL(P1153,"c:#0000b2;h:1;s:6;f:30"); STL(P632,"c:#0000b2;h:1;s:6;f:30"); STL(P634,"c:#0000b2;h:1;s:6;f:30"); STL(P1175,"c:#0000b2;h:1;s:6;f:30"); STL(P642,"c:#0000b2;h:1;s:6;f:30"); STL(P652,"c:#0000b2;h:1;s:6;f:30"); STL(C350,"c:#007c00;s:2;f:30;p:0"); STL(C272,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R166,"c:#993300;h:1;s:1;f:30;p:0"); STL(C273,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R167,"c:#993300;h:1;s:1;f:30;p:0"); STL(C276,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R170,"c:#993300;h:1;s:1;f:30;p:0"); STL(Center61,"c:#0000b2;h:1;s:6;f:30"); STL(C223,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R117,"c:#993300;h:1;s:1;f:30;p:0"); STL(C224,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R118,"c:#993300;h:1;s:1;f:30;p:0"); STL(C225,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R119,"c:#993300;h:1;s:1;f:30;p:0"); STL(C228,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R122,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1152,"c:#006633;h:1;s:1;f:24"); STL(S2151,"c:#006633;h:1;s:1;f:24"); STL(S1153,"c:#006633;h:1;s:1;f:24"); STL(S2152,"c:#006633;h:1;s:1;f:24"); STL(S1154,"c:#006633;h:1;s:1;f:24"); STL(S2153,"c:#006633;h:1;s:1;f:24"); STL(C233,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R127,"c:#993300;h:1;s:1;f:30;p:0"); STL(C235,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R129,"c:#993300;h:1;s:1;f:30;p:0"); STL(S1176,"c:#006633;h:1;s:1;f:24"); STL(S2175,"c:#006633;h:1;s:1;f:24"); STL(C243,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R137,"c:#993300;h:1;s:1;f:30;p:0"); STL(C253,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R147,"c:#993300;h:1;s:1;f:30;p:0"); STL(P965,"c:#0000b2;h:1;s:6;f:30"); STL(P966,"c:#0000b2;h:1;s:6;f:30"); STL(P969,"c:#0000b2;h:1;s:6;f:30"); STL(P916,"c:#0000b2;h:1;s:6;f:30"); STL(P917,"c:#0000b2;h:1;s:6;f:30"); STL(P918,"c:#0000b2;h:1;s:6;f:30"); STL(P921,"c:#0000b2;h:1;s:6;f:30"); STL(Par1152,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1153,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1154,"c:#780013;h:1;s:1;f:30;p:0"); STL(P926,"c:#0000b2;h:1;s:6;f:30"); STL(P928,"c:#0000b2;h:1;s:6;f:30"); STL(Par1176,"c:#780013;h:1;s:1;f:30;p:0"); STL(P936,"c:#0000b2;h:1;s:6;f:30"); STL(P946,"c:#0000b2;h:1;s:6;f:30"); STL(C365,"c:#007c00;s:2;f:30;p:0"); STL(C366,"c:#007c00;s:2;f:30;p:0"); STL(C369,"c:#007c00;s:2;f:30;p:0"); STL(Center62,"c:#0000b2;h:1;s:6;f:30"); STL(Center63,"c:#0000b2;h:1;s:6;f:30"); STL(Center64,"c:#0000b2;h:1;s:6;f:30"); STL(C317,"c:#007c00;s:2;f:30;p:0"); STL(C318,"c:#007c00;s:2;f:30;p:0"); STL(C319,"c:#007c00;s:2;f:30;p:0"); STL(C322,"c:#007c00;s:2;f:30;p:0"); STL(P3152,"c:#0000b2;h:1;s:6;f:30"); STL(P3153,"c:#0000b2;h:1;s:6;f:30"); STL(P3154,"c:#0000b2;h:1;s:6;f:30"); STL(C327,"c:#007c00;s:2;f:30;p:0"); STL(C329,"c:#007c00;s:2;f:30;p:0"); STL(P3176,"c:#0000b2;h:1;s:6;f:30"); STL(C337,"c:#007c00;s:2;f:30;p:0"); STL(C346,"c:#007c00;s:2;f:30;p:0"); STL(Center65,"c:#0000b2;h:1;s:6;f:30"); STL(Center66,"c:#0000b2;h:1;s:6;f:30"); STL(Center67,"c:#0000b2;h:1;s:6;f:30"); STL(Center68,"c:#0000b2;h:1;s:6;f:30"); STL(Center69,"c:#0000b2;h:1;s:6;f:30"); STL(Center70,"c:#0000b2;h:1;s:6;f:30"); STL(Center71,"c:#0000b2;h:1;s:6;f:30"); STL(Center72,"c:#0000b2;h:1;s:6;f:30"); STL(Par2151,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2152,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2153,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2175,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4144,"c:#0000b2;h:1;s:6;f:30"); STL(P4145,"c:#0000b2;h:1;s:6;f:30"); STL(P4146,"c:#0000b2;h:1;s:6;f:30"); STL(M129,"c:#0000b2;h:1;s:6;f:30"); STL(M130,"c:#0000b2;h:1;s:6;f:30"); STL(M131,"c:#0000b2;h:1;s:6;f:30"); STL(Perp228,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp229,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp230,"c:#780013;h:1;s:1;f:30;p:0"); STL(P628,"c:#0000b2;h:1;s:6;f:30"); STL(P629,"c:#0000b2;h:1;s:6;f:30"); STL(P630,"c:#0000b2;h:1;s:6;f:30"); STL(C229,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R123,"c:#993300;h:1;s:1;f:30;p:0"); STL(C230,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R124,"c:#993300;h:1;s:1;f:30;p:0"); STL(C231,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R125,"c:#993300;h:1;s:1;f:30;p:0"); STL(P922,"c:#0000b2;h:1;s:6;f:30"); STL(P923,"c:#0000b2;h:1;s:6;f:30"); STL(P924,"c:#0000b2;h:1;s:6;f:30"); STL(C323,"c:#007c00;s:2;f:30;p:0"); STL(C324,"c:#007c00;s:2;f:30;p:0"); STL(C325,"c:#007c00;s:2;f:30;p:0"); STL(Center73,"c:#0000b2;h:1;s:6;f:30"); STL(Center74,"c:#0000b2;h:1;s:6;f:30"); STL(Center75,"c:#0000b2;h:1;s:6;f:30"); SetCoordsStyle("isAxis:false;isGrid:true;isOx:true;isOy:true;isLockOx:false;isLockOy:false;color:#111111;fontSize:18;axisWidth:1;gridWidth:0.1");