summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/tk8.6/images/logo.eps
blob: 0d05d3404bd092d449ac89245dc26d8b3e4f92b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Adobe Illustrator(TM) 5.5
%%For: (Bud Northern) (Mark Anderson Design)
%%Title: (TCL/TK LOGO.ILLUS)
%%CreationDate: (8/1/96) (4:58 PM)
%%BoundingBox: 251 331 371 512
%%HiResBoundingBox: 251.3386 331.5616 370.5213 511.775
%%DocumentProcessColors: Cyan Magenta Yellow
%%DocumentSuppliedResources: procset Adobe_level2_AI5 1.0 0
%%+ procset Adobe_IllustratorA_AI5 1.0 0
%AI5_FileFormat 1.2
%AI3_ColorUsage: Color
%%DocumentCustomColors: (TCL RED)
%%CMYKCustomColor: 0 0.45 1 0 (Orange)
%%+ 0 0.25 1 0 (Orange Yellow)
%%+ 0 0.79 0.91 0 (TCL RED)
%AI3_TemplateBox: 306 396 306 396
%AI3_TileBox: 12 12 600 780
%AI3_DocumentPreview: Macintosh_ColorPic
%AI5_ArtSize: 612 792
%AI5_RulerUnits: 0
%AI5_ArtFlags: 1 0 0 1 0 0 1 1 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI5_OpenToView: 90 576 2 938 673 18 1 1 2 40
%AI5_OpenViewLayers: 7
%%EndComments
%%BeginProlog
%%BeginResource: procset Adobe_level2_AI5 1.0 0
%%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation)
%%Version: 1.0 
%%CreationDate: (04/10/93) ()
%%Copyright: ((C) 1987-1993 Adobe Systems Incorporated All Rights Reserved)
userdict /Adobe_level2_AI5 21 dict dup begin
	put
	/packedarray where not
	{
		userdict begin
		/packedarray
		{
			array astore readonly
		} bind def
		/setpacking /pop load def
		/currentpacking false def
	 end
		0
	} if
	pop
	userdict /defaultpacking currentpacking put true setpacking
	/initialize
	{
		Adobe_level2_AI5 begin
	} bind def
	/terminate
	{
		currentdict Adobe_level2_AI5 eq
		{
		 end
		} if
	} bind def
	mark
	/setcustomcolor where not
	{
		/findcmykcustomcolor
		{
			5 packedarray
		} bind def
		/setcustomcolor
		{
			exch aload pop pop
			4
			{
				4 index mul 4 1 roll
			} repeat
			5 -1 roll pop
			setcmykcolor
		}
		def
	} if
	
	/gt38? mark {version cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def
	userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put
	userdict /level2?
	systemdict /languagelevel known dup
	{
		pop systemdict /languagelevel get 2 ge
	} if
	put
	level2? not
	{
		/setcmykcolor where not
		{
			/setcmykcolor
			{
				exch .11 mul add exch .59 mul add exch .3 mul add
				1 exch sub setgray
			} def
		} if
		/currentcmykcolor where not
		{
			/currentcmykcolor
			{
				0 0 0 1 currentgray sub
			} def
		} if
		/setoverprint where not
		{
			/setoverprint /pop load def
		} if
		/selectfont where not
		{
			/selectfont
			{
				exch findfont exch
				dup type /arraytype eq
				{
					makefont
				}
				{
					scalefont
				} ifelse
				setfont
			} bind def
		} if
		/cshow where not
		{
			/cshow
			{
				[
				0 0 5 -1 roll aload pop
				] cvx bind forall
			} bind def
		} if
	} if
	cleartomark
	/anyColor?
	{
		add add add 0 ne
	} bind def
	/testColor
	{
		gsave
		setcmykcolor currentcmykcolor
		grestore
	} bind def
	/testCMYKColorThrough
	{
		testColor anyColor?
	} bind def
	userdict /composite?
	level2?
	{
		gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore
		add add add 4 eq
	}
	{
		1 0 0 0 testCMYKColorThrough
		0 1 0 0 testCMYKColorThrough
		0 0 1 0 testCMYKColorThrough
		0 0 0 1 testCMYKColorThrough
		and and and
	} ifelse
	put
	composite? not
	{
		userdict begin
		gsave
		/cyan? 1 0 0 0 testCMYKColorThrough def
		/magenta? 0 1 0 0 testCMYKColorThrough def
		/yellow? 0 0 1 0 testCMYKColorThrough def
		/black? 0 0 0 1 testCMYKColorThrough def
		grestore
		/isCMYKSep? cyan? magenta? yellow? black? or or or def
		/customColor? isCMYKSep? not def
	 end
	} if
 end defaultpacking setpacking
%%EndResource
%%BeginResource: procset Adobe_IllustratorA_AI5 1.1 0
%%Title: (Adobe Illustrator (R) Version 5.0 Abbreviated Prolog)
%%Version: 1.1 
%%CreationDate: (3/7/1994) ()
%%Copyright: ((C) 1987-1994 Adobe Systems Incorporated All Rights Reserved)
currentpacking true setpacking
userdict /Adobe_IllustratorA_AI5_vars 70 dict dup begin
put
/_lp /none def
/_pf
{
} def
/_ps
{
} def
/_psf
{
} def
/_pss
{
} def
/_pjsf
{
} def
/_pjss
{
} def
/_pola 0 def
/_doClip 0 def
/cf currentflat def
/_tm matrix def
/_renderStart
[
/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0
] def
/_renderEnd
[
null null null null /i1 /i1 /i1 /i1
] def
/_render -1 def
/_rise 0 def
/_ax 0 def
/_ay 0 def
/_cx 0 def
/_cy 0 def
/_leading
[
0 0
] def
/_ctm matrix def
/_mtx matrix def
/_sp 16#020 def
/_hyphen (-) def
/_fScl 0 def
/_cnt 0 def
/_hs 1 def
/_nativeEncoding 0 def
/_useNativeEncoding 0 def
/_tempEncode 0 def
/_pntr 0 def
/_tDict 2 dict def
/_wv 0 def
/Tx
{
} def
/Tj
{
} def
/CRender
{
} def
/_AI3_savepage
{
} def
/_gf null def
/_cf 4 array def
/_if null def
/_of false def
/_fc
{
} def
/_gs null def
/_cs 4 array def
/_is null def
/_os false def
/_sc
{
} def
/discardSave null def
/buffer 256 string def
/beginString null def
/endString null def
/endStringLength null def
/layerCnt 1 def
/layerCount 1 def
/perCent (%) 0 get def
/perCentSeen? false def
/newBuff null def
/newBuffButFirst null def
/newBuffLast null def
/clipForward? false def
end
userdict /Adobe_IllustratorA_AI5 74 dict dup begin
put
/initialize
{
	Adobe_IllustratorA_AI5 dup begin
	Adobe_IllustratorA_AI5_vars begin
	discardDict
	{
		bind pop pop
	} forall
	dup /nc get begin
	{
		dup xcheck 1 index type /operatortype ne and
		{
			bind
		} if
		pop pop
	} forall
 end
	newpath
} def
/terminate
{
 end
 end
} def
/_
null def
/ddef
{
	Adobe_IllustratorA_AI5_vars 3 1 roll put
} def
/xput
{
	dup load dup length exch maxlength eq
	{
		dup dup load dup
		length 2 mul dict copy def
	} if
	load begin
	def
 end
} def
/npop
{
	{
		pop
	} repeat
} def
/sw
{
	dup length exch stringwidth
	exch 5 -1 roll 3 index mul add
	4 1 roll 3 1 roll mul add
} def
/swj
{
	dup 4 1 roll
	dup length exch stringwidth
	exch 5 -1 roll 3 index mul add
	4 1 roll 3 1 roll mul add
	6 2 roll /_cnt 0 ddef
	{
		1 index eq
		{
			/_cnt _cnt 1 add ddef
		} if
	} forall
	pop
	exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
} def
/ss
{
	4 1 roll
	{
		2 npop
		(0) exch 2 copy 0 exch put pop
		gsave
		false charpath currentpoint
		4 index setmatrix
		stroke
		grestore
		moveto
		2 copy rmoveto
	} exch cshow
	3 npop
} def
/jss
{
	4 1 roll
	{
		2 npop
		(0) exch 2 copy 0 exch put
		gsave
		_sp eq
		{
			exch 6 index 6 index 6 index 5 -1 roll widthshow
			currentpoint
		}
		{
			false charpath currentpoint
			4 index setmatrix stroke
		} ifelse
		grestore
		moveto
		2 copy rmoveto
	} exch cshow
	6 npop
} def
/sp
{
	{
		2 npop (0) exch
		2 copy 0 exch put pop
		false charpath
		2 copy rmoveto
	} exch cshow
	2 npop
} def
/jsp
{
	{
		2 npop
		(0) exch 2 copy 0 exch put
		_sp eq
		{
			exch 5 index 5 index 5 index 5 -1 roll widthshow
		}
		{
			false charpath
		} ifelse
		2 copy rmoveto
	} exch cshow
	5 npop
} def
/pl
{
	transform
	0.25 sub round 0.25 add exch
	0.25 sub round 0.25 add exch
	itransform
} def
/setstrokeadjust where
{
	pop true setstrokeadjust
	/c
	{
		curveto
	} def
	/C
	/c load def
	/v
	{
		currentpoint 6 2 roll curveto
	} def
	/V
	/v load def
	/y
	{
		2 copy curveto
	} def
	/Y
	/y load def
	/l
	{
		lineto
	} def
	/L
	/l load def
	/m
	{
		moveto
	} def
}
{
	/c
	{
		pl curveto
	} def
	/C
	/c load def
	/v
	{
		currentpoint 6 2 roll pl curveto
	} def
	/V
	/v load def
	/y
	{
		pl 2 copy curveto
	} def
	/Y
	/y load def
	/l
	{
		pl lineto
	} def
	/L
	/l load def
	/m
	{
		pl moveto
	} def
} ifelse
/d
{
	setdash
} def
/cf
{
} def
/i
{
	dup 0 eq
	{
		pop cf
	} if
	setflat
} def
/j
{
	setlinejoin
} def
/J
{
	setlinecap
} def
/M
{
	setmiterlimit
} def
/w
{
	setlinewidth
} def
/H
{
} def
/h
{
	closepath
} def
/N
{
	_pola 0 eq
	{
		_doClip 1 eq
		{
			clip /_doClip 0 ddef
		} if
		newpath
	}
	{
		/CRender
		{
			N
		} ddef
	} ifelse
} def
/n
{
	N
} def
/F
{
	_pola 0 eq
	{
		_doClip 1 eq
		{
			gsave _pf grestore clip newpath /_lp /none ddef _fc
			/_doClip 0 ddef
		}
		{
			_pf
		} ifelse
	}
	{
		/CRender
		{
			F
		} ddef
	} ifelse
} def
/f
{
	closepath
	F
} def
/S
{
	_pola 0 eq
	{
		_doClip 1 eq
		{
			gsave _ps grestore clip newpath /_lp /none ddef _sc
			/_doClip 0 ddef
		}
		{
			_ps
		} ifelse
	}
	{
		/CRender
		{
			S
		} ddef
	} ifelse
} def
/s
{
	closepath
	S
} def
/B
{
	_pola 0 eq
	{
		_doClip 1 eq
		gsave F grestore
		{
			gsave S grestore clip newpath /_lp /none ddef _sc
			/_doClip 0 ddef
		}
		{
			S
		} ifelse
	}
	{
		/CRender
		{
			B
		} ddef
	} ifelse
} def
/b
{
	closepath
	B
} def
/W
{
	/_doClip 1 ddef
} def
/*
{
	count 0 ne
	{
		dup type /stringtype eq
		{
			pop
		} if
	} if
	newpath
} def
/u
{
} def
/U
{
} def
/q
{
	_pola 0 eq
	{
		gsave
	} if
} def
/Q
{
	_pola 0 eq
	{
		grestore
	} if
} def
/*u
{
	_pola 1 add /_pola exch ddef
} def
/*U
{
	_pola 1 sub /_pola exch ddef
	_pola 0 eq
	{
		CRender
	} if
} def
/D
{
	pop
} def
/*w
{
} def
/*W
{
} def
/`
{
	/_i save ddef
	clipForward?
	{
		nulldevice
	} if
	6 1 roll 4 npop
	concat pop
	userdict begin
	/showpage
	{
	} def
	0 setgray
	0 setlinecap
	1 setlinewidth
	0 setlinejoin
	10 setmiterlimit
	[] 0 setdash
	/setstrokeadjust where {pop false setstrokeadjust} if
	newpath
	0 setgray
	false setoverprint
} def
/~
{
 end
	_i restore
} def
/O
{
	0 ne
	/_of exch ddef
	/_lp /none ddef
} def
/R
{
	0 ne
	/_os exch ddef
	/_lp /none ddef
} def
/g
{
	/_gf exch ddef
	/_fc
	{
		_lp /fill ne
		{
			_of setoverprint
			_gf setgray
			/_lp /fill ddef
		} if
	} ddef
	/_pf
	{
		_fc
		fill
	} ddef
	/_psf
	{
		_fc
		ashow
	} ddef
	/_pjsf
	{
		_fc
		awidthshow
	} ddef
	/_lp /none ddef
} def
/G
{
	/_gs exch ddef
	/_sc
	{
		_lp /stroke ne
		{
			_os setoverprint
			_gs setgray
			/_lp /stroke ddef
		} if
	} ddef
	/_ps
	{
		_sc
		stroke
	} ddef
	/_pss
	{
		_sc
		ss
	} ddef
	/_pjss
	{
		_sc
		jss
	} ddef
	/_lp /none ddef
} def
/k
{
	_cf astore pop
	/_fc
	{
		_lp /fill ne
		{
			_of setoverprint
			_cf aload pop setcmykcolor
			/_lp /fill ddef
		} if
	} ddef
	/_pf
	{
		_fc
		fill
	} ddef
	/_psf
	{
		_fc
		ashow
	} ddef
	/_pjsf
	{
		_fc
		awidthshow
	} ddef
	/_lp /none ddef
} def
/K
{
	_cs astore pop
	/_sc
	{
		_lp /stroke ne
		{
			_os setoverprint
			_cs aload pop setcmykcolor
			/_lp /stroke ddef
		} if
	} ddef
	/_ps
	{
		_sc
		stroke
	} ddef
	/_pss
	{
		_sc
		ss
	} ddef
	/_pjss
	{
		_sc
		jss
	} ddef
	/_lp /none ddef
} def
/x
{
	/_gf exch ddef
	findcmykcustomcolor
	/_if exch ddef
	/_fc
	{
		_lp /fill ne
		{
			_of setoverprint
			_if _gf 1 exch sub setcustomcolor
			/_lp /fill ddef
		} if
	} ddef
	/_pf
	{
		_fc
		fill
	} ddef
	/_psf
	{
		_fc
		ashow
	} ddef
	/_pjsf
	{
		_fc
		awidthshow
	} ddef
	/_lp /none ddef
} def
/X
{
	/_gs exch ddef
	findcmykcustomcolor
	/_is exch ddef
	/_sc
	{
		_lp /stroke ne
		{
			_os setoverprint
			_is _gs 1 exch sub setcustomcolor
			/_lp /stroke ddef
		} if
	} ddef
	/_ps
	{
		_sc
		stroke
	} ddef
	/_pss
	{
		_sc
		ss
	} ddef
	/_pjss
	{
		_sc
		jss
	} ddef
	/_lp /none ddef
} def
/A
{
	pop
} def
/annotatepage
{
userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse
} def
/discard
{
	save /discardSave exch store
	discardDict begin
	/endString exch store
	gt38?
	{
		2 add
	} if
	load
	stopped
	pop
 end
	discardSave restore
} bind def
userdict /discardDict 7 dict dup begin
put
/pre38Initialize
{
	/endStringLength endString length store
	/newBuff buffer 0 endStringLength getinterval store
	/newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store
	/newBuffLast newBuff endStringLength 1 sub 1 getinterval store
} def
/shiftBuffer
{
	newBuff 0 newBuffButFirst putinterval
	newBuffLast 0
	currentfile read not
	{
	stop
	} if
	put
} def
0
{
	pre38Initialize
	mark
	currentfile newBuff readstring exch pop
	{
		{
			newBuff endString eq
			{
				cleartomark stop
			} if
			shiftBuffer
		} loop
	}
	{
	stop
	} ifelse
} def
1
{
	pre38Initialize
	/beginString exch store
	mark
	currentfile newBuff readstring exch pop
	{
		{
			newBuff beginString eq
			{
				/layerCount dup load 1 add store
			}
			{
				newBuff endString eq
				{
					/layerCount dup load 1 sub store
					layerCount 0 eq
					{
						cleartomark stop
					} if
				} if
			} ifelse
			shiftBuffer
		} loop
	}
	{
	stop
	} ifelse
} def
2
{
	mark
	{
		currentfile buffer readline not
		{
		stop
		} if
		endString eq
		{
			cleartomark stop
		} if
	} loop
} def
3
{
	/beginString exch store
	/layerCnt 1 store
	mark
	{
		currentfile buffer readline not
		{
		stop
		} if
		dup beginString eq
		{
			pop /layerCnt dup load 1 add store
		}
		{
			endString eq
			{
				layerCnt 1 eq
				{
					cleartomark stop
				}
				{
					/layerCnt dup load 1 sub store
				} ifelse
			} if
		} ifelse
	} loop
} def
end
userdict /clipRenderOff 15 dict dup begin
put
{
	/n /N /s /S /f /F /b /B
}
{
	{
		_doClip 1 eq
		{
			/_doClip 0 ddef clip
		} if
		newpath
	} def
} forall
/Tr /pop load def
/Bb {} def
/BB /pop load def
/Bg {12 npop} def
/Bm {6 npop} def
/Bc /Bm load def
/Bh {4 npop} def
end
/Lb
{
	4 npop
	6 1 roll
	pop
	4 1 roll
	pop pop pop
	0 eq
	{
		0 eq
		{
			(%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard
		}
		{
			/clipForward? true def
			
			/Tx /pop load def
			/Tj /pop load def
			currentdict end clipRenderOff begin begin
		} ifelse
	}
	{
		0 eq
		{
			save /discardSave exch store
		} if
	} ifelse
} bind def
/LB
{
	discardSave dup null ne
	{
		restore
	}
	{
		pop
		clipForward?
		{
			currentdict
		 end
		 end
		 begin
			
			/clipForward? false ddef
		} if
	} ifelse
} bind def
/Pb
{
	pop pop
	0 (%AI5_EndPalette) discard
} bind def
/Np
{
	0 (%AI5_End_NonPrinting--) discard
} bind def
/Ln /pop load def
/Ap
/pop load def
/Ar
{
	72 exch div
	0 dtransform dup mul exch dup mul add sqrt
	dup 1 lt
	{
		pop 1
	} if
	setflat
} def
/Mb
{
	q
} def
/Md
{
} def
/MB
{
	Q
} def
/nc 3 dict def
nc begin
/setgray
{
	pop
} bind def
/setcmykcolor
{
	4 npop
} bind def
/setcustomcolor
{
	2 npop
} bind def
currentdict readonly pop
end
currentdict readonly pop
end
setpacking
%%EndResource
%%EndProlog
%%BeginSetup
Adobe_level2_AI5 /initialize get exec
Adobe_IllustratorA_AI5 /initialize get exec
%AI5_Begin_NonPrinting
Np
%AI3_BeginPattern: (Yellow Stripe)
(Yellow Stripe) 8.4499 4.6 80.4499 76.6 [
%AI3_Tile
(0 O 0 R 0 0.4 1 0 k 0 0.4 1 0 K) @
(
800 Ar
0 J 0 j 3.6 w 4 M []0 d
%AI3_Note:
0 D
8.1999 8.1999 m
80.6999 8.1999 L
S
8.1999 22.6 m
80.6999 22.6 L
S
8.1999 37.0001 m
80.6999 37.0001 L
S
8.1999 51.3999 m
80.6999 51.3999 L
S
8.1999 65.8 m
80.6999 65.8 L
S
8.1999 15.3999 m
80.6999 15.3999 L
S
8.1999 29.8 m
80.6999 29.8 L
S
8.1999 44.1999 m
80.6999 44.1999 L
S
8.1999 58.6 m
80.6999 58.6 L
S
8.1999 73.0001 m
80.6999 73.0001 L
S
) &
] E
%AI3_EndPattern
%AI5_End_NonPrinting--
%AI5_Begin_NonPrinting
Np
3 Bn
%AI5_BeginGradient: (Black & White)
(Black & White) 0 2 Bd
[
<
FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8
D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0
AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988
87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160
5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938
37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110
0F0E0D0C0B0A09080706050403020100
>
0 %_Br
[
0 0 50 100 %_Bs
1 0 50 0 %_Bs
BD
%AI5_EndGradient
%AI5_BeginGradient: (Red & Yellow)
(Red & Yellow) 0 2 Bd
[
0
<
000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627
28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F
505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677
78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F
A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7
C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF
F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF
>
<
FFFFFEFEFDFDFDFCFCFBFBFBFAFAF9F9F9F8F8F7F7F7F6F6F5F5F5F4F4F3F3F3F2F2F1F1F1F0F0EF
EFEFEEEEEDEDEDECECEBEBEBEAEAE9E9E9E8E8E7E7E7E6E6E5E5E5E4E4E3E3E3E2E2E1E1E1E0E0DF
DFDFDEDEDDDDDDDCDCDBDBDBDADAD9D9D9D8D8D7D7D7D6D6D5D5D5D4D4D3D3D3D2D2D1D1D1D0D0CF
CFCFCECECDCDCDCCCCCBCBCBCACAC9C9C9C8C8C7C7C7C6C6C5C5C5C4C4C3C3C3C2C2C1C1C1C0C0BF
BFBFBEBEBDBDBDBCBCBBBBBBBABAB9B9B9B8B8B7B7B7B6B6B5B5B5B4B4B3B3B3B2B2B1B1B1B0B0AF
AFAFAEAEADADADACACABABABAAAAA9A9A9A8A8A7A7A7A6A6A5A5A5A4A4A3A3A3A2A2A1A1A1A0A09F
9F9F9E9E9D9D9D9C9C9B9B9B9A9A9999
>
0
1 %_Br
[
0 1 0.6 0 1 50 100 %_Bs
0 0 1 0 1 50 0 %_Bs
BD
%AI5_EndGradient
%AI5_BeginGradient: (Yellow & Blue Radial)
(Yellow & Blue Radial) 1 2 Bd
[
<
000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627
28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F
505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677
78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F
A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7
C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF
F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF
>
<
1415161718191A1B1C1D1E1F1F202122232425262728292A2A2B2C2D2E2F30313233343536363738
393A3B3C3D3E3F40414142434445464748494A4B4C4D4D4E4F50515253545556575858595A5B5C5D
5E5F60616263646465666768696A6B6C6D6E6F6F707172737475767778797A7B7B7C7D7E7F808182
83848586868788898A8B8C8D8E8F90919292939495969798999A9B9C9D9D9E9FA0A1A2A3A4A5A6A7
A8A9A9AAABACADAEAFB0B1B2B3B4B4B5B6B7B8B9BABBBCBDBEBFC0C0C1C2C3C4C5C6C7C8C9CACBCB
CCCDCECFD0D1D2D3D4D5D6D7D7D8D9DADBDCDDDEDFE0E1E2E2E3E4E5E6E7E8E9EAEBECEDEEEEEFF0
F1F2F3F4F5F6F7F8F9F9FAFBFCFDFEFF
>
<
ABAAAAA9A8A7A7A6A5A5A4A3A3A2A1A1A09F9F9E9D9D9C9B9B9A9999989797969595949393929191
908F8F8E8D8D8C8B8B8A8989888787868585848383828181807F7F7E7D7D7C7B7B7A797978777776
7575747373727171706F6F6E6D6D6C6B6B6A6969686767666565646362626160605F5E5E5D5C5C5B
5A5A5958585756565554545352525150504F4E4E4D4C4C4B4A4A4948484746464544444342424140
403F3E3E3D3C3C3B3A3A3938383736363534343332323130302F2E2E2D2C2C2B2A2A292828272626
25242423222121201F1F1E1D1D1C1B1B1A1919181717161515141313121111100F0F0E0D0D0C0B0B
0A090908070706050504030302010100
>
0
1 %_Br
[
0 0.08 0.67 0 1 50 14 %_Bs
1 1 0 0 1 50 100 %_Bs
BD
%AI5_EndGradient
%AI5_End_NonPrinting--
%AI5_BeginPalette
144 170 Pb
Pn
Pc
1 g
Pc
0 g
Pc
0 0 0 0 k
Pc
0.75 g
Pc
0.5 g
Pc
0.25 g
Pc
0 g
Pc
Bb
2 (Black & White) -4014 4716 0 0 1 0 0 1 0 0 Bg
0 BB
Pc
0.25 0 0 0 k
Pc
0.5 0 0 0 k
Pc
0.75 0 0 0 k
Pc
1 0 0 0 k
Pc
0.25 0.25 0 0 k
Pc
0.5 0.5 0 0 k
Pc
0.75 0.75 0 0 k
Pc
1 1 0 0 k
Pc
Bb
2 (Red & Yellow) -4014 4716 0 0 1 0 0 1 0 0 Bg
0 BB
Pc
0 0.25 0 0 k
Pc
0 0.5 0 0 k
Pc
0 0.75 0 0 k
Pc
0 1 0 0 k
Pc
0 0.25 0.25 0 k
Pc
0 0.5 0.5 0 k
Pc
0 0.75 0.75 0 k
Pc
0 1 1 0 k
Pc
Bb
0 0 0 0 Bh
2 (Yellow & Blue Radial) -4014 4716 0 0 1 0 0 1 0 0 Bg
0 BB
Pc
0 0 0.25 0 k
Pc
0 0 0.5 0 k
Pc
0 0 0.75 0 k
Pc
0 0 1 0 k
Pc
0.25 0 0.25 0 k
Pc
0.5 0 0.5 0 k
Pc
0.75 0 0.75 0 k
Pc
1 0 1 0 k
Pc
(Yellow Stripe) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p
Pc
0.25 0.125 0 0 k
Pc
0.5 0.25 0 0 k
Pc
0.75 0.375 0 0 k
Pc
1 0.5 0 0 k
Pc
0.125 0.25 0 0 k
Pc
0.25 0.5 0 0 k
Pc
0.375 0.75 0 0 k
Pc
0.5 1 0 0 k
Pc
0.375 0.375 0.75 0 k
Pc
0 0.25 0.125 0 k
Pc
0 0.5 0.25 0 k
Pc
0 0.75 0.375 0 k
Pc
0 1 0.5 0 k
Pc
0 0.125 0.25 0 k
Pc
0 0.25 0.5 0 k
Pc
0 0.375 0.75 0 k
Pc
0 0.5 1 0 k
Pc
0 0.79 0.91 0 (TCL RED) 0 x
Pc
0.125 0 0.25 0 k
Pc
0.25 0 0.5 0 k
Pc
0.375 0 0.75 0 k
Pc
0.5 0 1 0 k
Pc
0.25 0 0.125 0 k
Pc
0.5 0 0.25 0 k
Pc
0.75 0 0.375 0 k
Pc
1 0 0.5 0 k
Pc
0.5 1 0 0 k
Pc
0.25 0.125 0.125 0 k
Pc
0.5 0.25 0.25 0 k
Pc
0.75 0.375 0.375 0 k
Pc
1 0.5 0.5 0 k
Pc
0.25 0.25 0.125 0 k
Pc
0.5 0.5 0.25 0 k
Pc
0.75 0.75 0.375 0 k
Pc
1 1 0.5 0 k
Pc
0 1 0.5 0 k
Pc
0.125 0.25 0.125 0 k
Pc
0.25 0.5 0.25 0 k
Pc
0.375 0.75 0.375 0 k
Pc
0.5 1 0.5 0 k
Pc
0.125 0.25 0.25 0 k
Pc
0.25 0.5 0.5 0 k
Pc
0.375 0.75 0.75 0 k
Pc
0.5 1 1 0 k
Pc
0.75 0.75 0.375 0 k
Pc
0.125 0.125 0.25 0 k
Pc
0.25 0.25 0.5 0 k
Pc
0.375 0.375 0.75 0 k
Pc
0.5 0.5 1 0 k
Pc
0.25 0.125 0.25 0 k
Pc
0.5 0.25 0.5 0 k
Pc
0.75 0.375 0.75 0 k
Pc
1 0.5 1 0 k
Pc
0 0.79 0.91 0 (TCL RED) 0 x
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
1 0.5 0.5 0 k
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
0 0.25 1 0 (Orange Yellow) 0 x
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
0 1 0.5 0 k
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
1 0 0.5 0 k
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
0 0.45 1 0 (Orange) 0 x
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
0.375 0.375 0.75 0 k
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
0 0.79 0.91 0 (TCL RED) 0 x
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
1 0.65 0 0 k
Pc
0 0 0 0 k
Pc
Pc
Pc
Pc
Pc
Pc
Pc
Pc
0 0 1 0 k
Pc
PB
%AI5_EndPalette
%%EndSetup
%AI5_BeginLayer
1 1 1 1 0 0 0 79 128 255 Lb
(Layer 1) Ln
0 A
u
1 Ap
0 O
0 0.79 0.91 0 (TCL RED) 0 x
800 Ar
0 J 0 j 1.25 w 4 M []0 d
%AI3_Note:
0 D
294.5207 335.3041 m
368.2181 333.001 L
363.6121 423.9713 L
370.5213 507.1689 L
336.5513 505.4417 L
320.7179 511.775 L
251.3386 508.0325 L
254.7931 425.9866 L
251.3386 331.5616 L
294.5207 335.3041 L
f
u
0 Ap
1 0.65 0 0 k
1 w
318.1366 400.9627 m
311.8663 399.2526 l
315.2864 407.5177 l
318.7064 430.6032 l
314.4314 431.4581 l
319.5616 438.5832 l
325.9526 462.6014 l
314.7164 460.2436 l
320.6412 471.0911 326.9284 478.1557 v
318.7064 484.469 l
292.2183 472.8011 299.3434 434.8954 v
293.8679 435.8542 l
299.1189 396.1175 l
294.6797 394.9775 l
299.2277 385.6974 305.5963 381.2973 v
306.1744 380.8979 297.6162 412.3629 306.7363 443.7133 c
307.5914 441.7183 l
300.3238 408.3015 307.5914 381.2973 v
307.9261 380.656 311.5598 381.0836 v
318.1366 393.4813 318.1366 400.9627 v
f
u
*u
1 g
271.4311 372.5074 m
272.7184 372.5074 L
272.7184 375.1913 L
273.2858 375.1913 273.8313 375.1913 274.3768 375.2786 c
274.3768 372.5074 L
276.2969 372.5074 L
276.2969 372.0056 L
274.3768 372.0056 L
274.3768 365.3286 L
274.3768 364.9359 274.3768 364.3467 275.2059 364.3467 c
275.7733 364.3467 276.0787 364.7395 276.4279 365.1541 c
276.777 364.9141 L
276.3624 364.0849 275.2932 363.583 274.4204 363.583 c
272.8494 363.583 272.6748 364.434 272.6748 365.4814 c
272.6748 372.0056 L
271.4311 372.0056 L
271.4311 372.5074 l
f
*U
*u
290.5617 366.5724 m
290.0598 365.0232 289.187 363.6703 286.9178 363.583 c
283.5356 363.583 282.5101 366.3978 282.5101 367.9034 c
282.5101 371.7874 285.6304 372.7256 286.8741 372.7256 c
288.2924 372.7256 290.2999 372.071 290.2999 370.3909 c
290.2999 369.8018 289.9289 369.2344 289.318 369.2344 c
288.7288 369.2344 288.2924 369.6272 288.2924 370.26 c
288.2924 371.111 288.9907 371.2201 288.9907 371.4601 c
288.9907 372.0492 287.616 372.2892 287.136 372.2892 c
285.0412 372.2892 284.4957 370.7618 284.4957 367.9034 c
284.4957 366.5942 284.823 365.5905 284.9539 365.285 c
285.2812 364.5649 285.9577 364.1067 287.0923 364.0413 c
288.3579 363.9758 289.5798 365.0013 290.1035 366.5724 C
290.5617 366.5724 l
f
*U
*u
296.6 363.8667 m
296.6 364.3686 L
298.2802 364.3686 L
298.2802 378.3989 L
296.6 378.3989 L
296.6 378.9007 L
297.5383 378.9007 L
298.3457 378.9007 299.1966 378.9444 299.9822 379.0971 c
299.9822 364.3686 L
301.6623 364.3686 L
301.6623 363.8667 L
296.6 363.8667 l
f
*U
*u
317.4527 372.5074 m
318.7401 372.5074 L
318.7401 375.1913 L
319.3074 375.1913 319.8529 375.1913 320.3984 375.2786 c
320.3984 372.5074 L
322.3186 372.5074 L
322.3186 372.0056 L
320.3984 372.0056 L
320.3984 365.3286 L
320.3984 364.9359 320.3984 364.3467 321.2276 364.3467 c
321.7949 364.3467 322.1004 364.7395 322.4495 365.1541 c
322.7986 364.9141 L
322.384 364.0849 321.3148 363.583 320.442 363.583 c
318.871 363.583 318.6964 364.434 318.6964 365.4814 c
318.6964 372.0056 L
317.4527 372.0056 L
317.4527 372.5074 l
f
*U
*u
333.7467 372.0056 m
333.7467 372.5074 L
337.3252 372.5074 L
337.3252 372.0056 L
335.9942 372.0056 L
332.983 369.3872 L
337.1288 364.3686 L
338.0453 364.3686 L
338.0453 363.8667 L
333.8995 363.8667 L
333.8995 364.3686 L
334.9905 364.3686 L
331.3465 368.798 L
335.0341 371.9401 L
335.0341 372.0056 L
333.7467 372.0056 l
f
328.4881 363.8667 m
328.4881 364.3686 L
329.6227 364.3686 L
329.6227 378.3989 L
328.4881 378.3989 L
328.4881 378.9007 L
328.8809 378.9007 L
329.6882 378.9007 330.5392 378.9444 331.3247 379.0971 c
331.3247 364.3686 L
332.6339 364.3686 L
332.6339 363.8667 L
328.4881 363.8667 l
f
*U
u
309.5341 446.5364 m
305.6878 429.3874 306.7947 401.5837 v
307.1266 393.2441 308.0387 385.5779 309.1527 378.9301 C
309.1587 378.9297 L
309.8832 373.0923 310.3679 370.9791 312.2568 363.9454 C
312.1466 359.4091 L
297.0216 407.7015 309.5341 446.5364 V
f
318.8187 461.4058 m
322.2203 463.1 327.0966 463.7165 v
332.427 453.9463 319.3087 437.2655 v
327.1346 454.735 325.2889 460.2079 v
323.225 461.4903 318.8187 461.4058 v
f
317.2065 432.0795 m
320.2613 431.3723 321.7279 432.5601 v
318.8383 421.2839 319.5958 415.0813 v
320.3533 408.8787 314.8881 404.9079 y
319.5435 410.7982 318.0802 415.5959 v
317.0657 418.9214 318.2006 427.4326 319.4809 430.1349 c
318.2853 430.3025 317.2065 432.0795 v
f
314.1861 402.3703 m
319.2343 402.9744 319.7646 405.5244 v
320.3824 390.2725 313.3689 383.9873 v
318.7204 392.3347 317.8807 400.9697 v
314.1861 402.3703 l
f
299.9864 396.0219 m
298.3586 394.1986 293.4739 398.2203 v
295.0301 387.9694 304.6978 383.2767 v
298.0444 388.2897 296.2519 393.7045 v
298.6029 394.3966 299.9864 396.0219 v
f
298.4281 399.9096 m
291.8229 416.6749 293.2382 439.3286 v
294.7808 435.2261 299.738 433.7875 v
297.4026 433.3101 296.0372 433.517 v
292.5816 423.9535 298.4281 399.9096 v
f
326.1736 477.812 m
323.6983 496.0028 308.2122 477.6066 v
295.8813 462.9582 297.3508 450.5217 298.1072 443.5831 c
298.3007 441.8079 295.8131 462.1138 309.3231 475.4768 c
322.8328 488.8398 325.8846 478.5879 326.1736 477.812 c
f
U
0 0 1 0 k
303.3623 493.3274 m
291.211 496.7978 287.3437 456.5222 v
284.3599 468.9535 292.0777 486.5353 v
299.7955 504.1172 303.3623 493.3274 y
f
288.2873 496.2718 m
282.0897 486.9502 283.4958 477.0213 v
278.7953 495.712 288.2873 496.2718 v
f
333.8987 470.1328 m
341.2276 472.8361 330.7334 445.5571 v
336.1654 453.5292 339.5844 466.0531 v
341.7789 474.0903 333.8987 470.1328 y
f
345.752 472.2583 m
350.9334 467.5681 347.2615 461.3636 v
356.4779 471.0481 345.752 472.2583 v
f
U
*u
273.1765 354.3318 m
273.1765 353.7507 273.1305 353.2908 272.5159 353.2908 c
271.8846 353.2908 271.8554 353.7674 271.8554 354.3318 c
271.8554 356.485 L
272.148 356.485 L
272.148 354.3486 L
272.148 353.8259 272.1773 353.5751 272.5159 353.5751 c
272.8504 353.5751 272.8839 353.8259 272.8839 354.3486 c
272.8839 356.485 L
273.1765 356.485 L
273.1765 354.3318 l
f
*U
*u
277.1612 356.485 m
276.9062 356.485 L
276.9062 354.3862 l
276.9062 354.2482 276.9271 354.1061 276.9355 353.9681 C
276.9229 353.9681 l
276.8937 354.0768 276.8644 354.1855 276.8268 354.2942 C
276.1035 356.485 L
275.8484 356.485 L
275.8484 353.3326 L
276.1035 353.3326 L
276.1035 355.2474 l
276.1035 355.4523 276.0826 355.653 276.07 355.8579 C
276.0867 355.8579 l
276.1244 355.7241 276.1495 355.5819 276.1954 355.4523 C
276.9062 353.3326 L
277.1612 353.3326 l
277.1612 356.485 L
f
*U
*u
280.1421 353.3326 m
279.8494 353.3326 L
279.8494 356.485 L
280.1421 356.485 L
280.1421 353.3326 l
f
*U
*u
283.5141 353.3326 m
283.2549 353.3326 L
282.6194 356.485 L
282.9205 356.485 L
283.3344 354.1897 L
283.3511 354.1102 283.3678 353.9054 283.3845 353.7632 c
283.4013 353.7632 L
283.4138 353.9054 283.4305 354.1144 283.4431 354.1897 c
283.8528 356.485 L
284.1496 356.485 L
283.5141 353.3326 l
f
*U
*u
287.6238 356.2174 m
286.9256 356.2174 L
286.9256 355.1053 L
287.6029 355.1053 L
287.6029 354.8377 L
286.9256 354.8377 L
286.9256 353.6002 L
287.6238 353.6002 L
287.6238 353.3326 L
286.6329 353.3326 L
286.6329 356.485 L
287.6238 356.485 L
287.6238 356.2174 l
f
*U
*u
290.2278 353.3326 m
290.2278 356.485 L
290.5414 356.485 L
290.9804 356.485 291.4026 356.4515 291.4026 355.6823 c
291.4026 355.2809 291.3148 354.8879 290.8089 354.8712 c
291.5072 353.3326 L
291.1978 353.3326 L
290.5288 354.8753 L
290.5205 354.8753 L
290.5205 353.3326 L
290.2278 353.3326 l
f
290.5205 355.1137 m
290.625 355.1137 L
291.0347 355.1137 291.1016 355.2558 291.1016 355.6697 c
291.1016 356.1672 290.9511 356.2174 290.579 356.2174 c
290.5205 356.2174 L
290.5205 355.1137 l
f
*U
*u
295.0981 355.9875 m
294.9727 356.1296 294.8347 356.2425 294.634 356.2425 c
294.3414 356.2425 294.1783 356 294.1783 355.7324 c
294.1783 355.3645 294.4459 355.1931 294.7176 355.0091 c
294.9852 354.821 295.2528 354.6203 295.2528 354.1855 c
295.2528 353.7256 294.9559 353.2908 294.4626 353.2908 c
294.287 353.2908 294.1072 353.341 293.9651 353.4497 c
293.9651 353.8301 L
294.0989 353.688 294.2745 353.5751 294.4751 353.5751 c
294.7845 353.5751 294.9559 353.8468 294.9518 354.1311 c
294.9559 354.4991 294.6842 354.6621 294.4166 354.8503 c
294.149 355.0342 293.8773 355.2391 293.8773 355.6906 c
293.8773 356.1129 294.1365 356.5268 294.6006 356.5268 c
294.7887 356.5268 294.9476 356.4641 295.0981 356.3596 C
295.0981 355.9875 l
f
*U
*u
299.0865 353.3326 m
298.773 353.3326 L
298.6559 353.9806 L
297.9869 353.9806 L
297.8741 353.3326 L
297.5605 353.3326 L
298.1793 356.485 L
298.4552 356.485 L
299.0865 353.3326 l
f
298.6099 354.2357 m
298.4009 355.444 L
298.3632 355.6572 298.3465 355.8746 298.3214 356.0878 c
298.3047 356.0878 L
298.2754 355.8746 298.2545 355.6572 298.2211 355.444 c
298.0371 354.2357 L
298.6099 354.2357 l
f
*U
*u
301.8124 353.6002 m
302.4981 353.6002 L
302.4981 353.3326 L
301.5198 353.3326 L
301.5198 356.485 L
301.8124 356.485 L
301.8124 353.6002 l
f
*U
*u
309.0754 355.9875 m
308.95 356.1296 308.812 356.2425 308.6114 356.2425 c
308.3187 356.2425 308.1556 356 308.1556 355.7324 c
308.1556 355.3645 308.4232 355.1931 308.695 355.0091 c
308.9626 354.821 309.2301 354.6203 309.2301 354.1855 c
309.2301 353.7256 308.9333 353.2908 308.4399 353.2908 c
308.2643 353.2908 308.0846 353.341 307.9424 353.4497 c
307.9424 353.8301 L
308.0762 353.688 308.2518 353.5751 308.4525 353.5751 c
308.7619 353.5751 308.9333 353.8468 308.9291 354.1311 c
308.9333 354.4991 308.6615 354.6621 308.3939 354.8503 c
308.1264 355.0342 307.8546 355.2391 307.8546 355.6906 c
307.8546 356.1129 308.1138 356.5268 308.5779 356.5268 c
308.766 356.5268 308.9249 356.4641 309.0754 356.3596 C
309.0754 355.9875 l
f
*U
*u
312.9468 353.7172 m
312.8339 353.6378 312.7001 353.5751 312.558 353.5751 c
311.9977 353.5751 311.9977 354.5492 311.9977 354.9172 c
311.9977 355.5025 312.0688 356.2425 312.5789 356.2425 c
312.7252 356.2425 312.8297 356.184 312.9468 356.1045 C
312.9468 356.4265 l
312.8506 356.4975 312.6918 356.5268 312.5747 356.5268 c
311.7134 356.5268 311.6967 355.306 311.6967 354.7959 c
311.6967 354.2566 311.8054 353.2908 312.5454 353.2908 c
312.6834 353.2908 312.8381 353.3451 312.9468 353.4204 c
312.9468 353.7172 L
f
*U
*u
315.5053 353.3326 m
315.5053 356.485 L
315.8188 356.485 L
316.2578 356.485 316.6801 356.4515 316.6801 355.6823 c
316.6801 355.2809 316.5923 354.8879 316.0864 354.8712 c
316.7846 353.3326 L
316.4752 353.3326 L
315.8063 354.8753 L
315.7979 354.8753 L
315.7979 353.3326 L
315.5053 353.3326 l
f
315.7979 355.1137 m
315.9025 355.1137 L
316.3122 355.1137 316.3791 355.2558 316.3791 355.6697 c
316.3791 356.1672 316.2286 356.2174 315.8565 356.2174 c
315.7979 356.2174 L
315.7979 355.1137 l
f
*U
*u
319.5728 353.3326 m
319.2802 353.3326 L
319.2802 356.485 L
319.5728 356.485 L
319.5728 353.3326 l
f
*U
*u
322.2551 353.3326 m
322.2551 356.485 L
322.5812 356.485 L
323.0327 356.485 323.4341 356.4432 323.4341 355.6655 c
323.4341 355.0551 323.2209 354.8419 322.623 354.8419 c
322.5477 354.8419 L
322.5477 353.3326 L
322.2551 353.3326 l
f
322.5477 355.1095 m
322.6606 355.1095 L
323.0703 355.1095 323.1205 355.26 323.1331 355.6655 c
323.1331 356.1004 323.016 356.2174 322.6063 356.2174 c
322.5477 356.2174 L
322.5477 355.1095 l
f
*U
*u
326.9539 356.485 m
325.7164 356.485 L
325.7164 356.2174 L
326.1888 356.2174 L
326.1888 353.3326 L
326.4815 353.3326 L
326.4815 356.2174 L
326.9539 356.2174 l
326.9539 356.485 L
f
*U
*u
329.7077 353.3326 m
329.4151 353.3326 L
329.4151 356.485 L
329.7077 356.485 L
329.7077 353.3326 l
f
*U
*u
333.7028 353.3326 m
333.4477 353.3326 L
332.737 355.4523 L
332.691 355.5819 332.6659 355.7241 332.6283 355.8579 c
332.6116 355.8579 L
332.6241 355.653 332.645 355.4523 332.645 355.2474 c
332.645 353.3326 L
332.39 353.3326 L
332.39 356.485 L
332.645 356.485 L
333.3683 354.2942 L
333.4059 354.1855 333.4352 354.0768 333.4645 353.9681 c
333.477 353.9681 L
333.4686 354.1061 333.4477 354.2482 333.4477 354.3862 c
333.4477 356.485 L
333.7028 356.485 L
333.7028 353.3326 l
f
*U
*u
336.9846 354.9966 m
337.7037 354.9966 L
337.7037 354.4154 L
337.7037 353.9179 337.6787 353.2908 337.0264 353.2908 c
336.3617 353.2908 336.299 353.989 336.299 354.9841 c
336.299 355.7283 336.3868 356.5268 337.0557 356.5268 c
337.432 356.5268 337.6201 356.276 337.6996 355.9331 c
337.4111 355.8202 L
337.3776 356.0084 337.2982 356.2425 337.0682 356.2425 c
336.6334 356.2383 336.6 355.5652 336.6 355.0091 c
336.6 353.8427 336.7463 353.5751 337.0515 353.5751 c
337.3818 353.5751 337.4111 353.8176 337.4111 354.4907 c
337.4111 354.729 L
336.9846 354.729 L
336.9846 354.9966 l
f
*U
U
U
337.6667 -3924 m
(N) *
337.6667 4716 m
(N) *
LB
%AI5_EndLayer--
%%PageTrailer
gsave annotatepage grestore showpage
%%Trailer
Adobe_IllustratorA_AI5 /terminate get exec
Adobe_level2_AI5 /terminate get exec
%%EOF