b|)1U~v;FF/٪nJZ.\ r?1T  8|vKV>ۦ )\Ӛ;%֝rsgN {UB'V[=,sAJ0]A eSsA!?\& $z*)M N]$ؑuqpHh 2far͍tRW_ = z`mݤŏ[HZK_!DuDfWi$:+'*Qss&T:C?[$xczVEr= 6e՛Nof S%L4zLm.<#3lM0 SRW e.va+ʇwj\蘱x#%3/Ü1y!*;pi d0 *]aE\WĂp~ oKqqJs@5b66S~5tJn306].΢NO"žr}Cqضzq!hu :x1cwk x| =MR}\TDeݚ$jX4ɳN=ғ.͜uI)iIa*nk);T4Ꞙň-Ԡz xQQ}) 9FjKR'8vzg<3A1&+9$Fw; R˞ۗ X݂M$<s7z9P%)z?0,7h>{VoE\Jr U,p[ |ast:YP.Y4$$[$+I$dh)>?czE+EN>1!<އn,';aTZiu/@\I15]U`!_;X-8 m{;+HLYq 쬞HġAa1R@r 1m2fHŚeHNڕqrLHopS d1>t <}@ SI:D+;)2pͩSFg0(#꼂T@؏>L6FPjfX|%_?82\"xz_\6NDz6Mοusu/Kt+-4g-x/0k9ib!^evgkAG۾s1hmLeVs"-X\.{  P9P[­/xqmTӋM}γ%ȬԻ&9=-ީ0ň}>釋S]'uLntqKso:Uۜ|tN|&$l$/hPx|%V9a}!(|mNFHlyAOKRh!U(* WȰe_ϵ3 ^hATu )O׳x\~뙄 ^({~=sk`05jV# $`jU`eB-ŕ' ls &BОٴ2=?Klϫcc=gPPmވJ/[UM}ͼaXwS s\?tc4.ع~Fq2-ZtH G~:K}B RBts> USI THkJj W `BjXlw fx1vhƺS( ]ٚT7Y(Ky" Mzȯ,IX+1]`T0?s-HogekD ,ZYzNXv9O]'!W75AK0})l|%XǶ#i؛.["zs1Kz0i9Rh0%K~ Qf0Al= Da7MO·d2jz0eܿbӲ7%y}{PYC0g: +7ҸqY4*_ p"?UVXwzHKqE|;܌[5xGP+[xcm8ff}6mIʢ"+-2= 5s;Yз@|nZcͤ95\ "n{SL-q 0R5Ìy\{DFo9^@xk&v7{Lz]ODSz41IdwCUD3bgs {a/P?%-H!w@%ke8u˯ݱ~O LlÎKبvjĆQ˩S_MH#xa;uW3Xj].SXngٮu% ڨL6,`#@u")RX3{Mٹ(3݀ަrۃ\.D(>Pp/DVg`H5%sē lviݪ.@,Q2֊[ > c_}V>`4Ame7P?8+SݥK.V{ZY)44Pp/DV,Nqp87h^A Pޡm1I%3 d?RO^ ]2kR uϯ9Uf#͸\ ϓ͞!Syx)LNŒ' @5ؔ5 +1vg <X[|mlAߘ|P&¡du/Y\Ug)@|CznU?QQgi2&P|"ZUTSyoiFy:M'ܼl)`m Bqy.N7D(Snt._D ICu<{o2\NoxL8R+gzl[L^~j (E}^4ܔԸ0@TC.N(_?.;b29\VOˊ''Sij#~{(^p`biZcgeQV:m#V)}6p?"IoU΂FŚ"wp.)yMeHɿ72hDtTcc,˟hf$pJl%D}Qa!.+font_names: 'Comic Sans MS/FontComic;Courier New/FontCourier;Times New Roman/FontTimes', // Define the way font elements will be applied to the document. The "span" // element will be used. When a font is selected, the font name defined in the // above list is passed to this definition with the name "Font", being it // injected in the "class" attribute. // We must also instruct the editor to replace span elements that are used to // set the font (Overrides). font_style: { element: 'span', attributes: { 'class': '#(family)' }, overrides: [ { element: 'span', attributes: { 'class': /^Font(?:Comic|Courier|Times)$/ } } ] }, /* * Font sizes. */ fontSize_sizes: 'Smaller/FontSmaller;Larger/FontLarger;8pt/FontSmall;14pt/FontBig;Double Size/FontDouble', fontSize_style: { element: 'span', attributes: { 'class': '#(size)' }, overrides: [ { element: 'span', attributes: { 'class': /^Font(?:Smaller|Larger|Small|Big|Double)$/ } } ] } , /* * Font colors. */ colorButton_enableMore: false, colorButton_colors: 'FontColor1/FF9900,FontColor2/0066CC,FontColor3/F00', colorButton_foreStyle: { element: 'span', attributes: { 'class': '#(color)' }, overrides: [ { element: 'span', attributes: { 'class': /^FontColor(?:1|2|3)$/ } } ] }, colorButton_backStyle: { element: 'span', attributes: { 'class': '#(color)BG' }, overrides: [ { element: 'span', attributes: { 'class': /^FontColor(?:1|2|3)BG$/ } } ] }, /* * Indentation. */ indentClasses: [ 'Indent1', 'Indent2', 'Indent3' ], /* * Paragraph justification. */ justifyClasses: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyFull' ], /* * Styles combo. */ stylesSet: [ { name: 'Strong Emphasis', element: 'strong' }, { name: 'Emphasis', element: 'em' }, { name: 'Computer Code', element: 'code' }, { name: 'Keyboard Phrase', element: 'kbd' }, { name: 'Sample Text', element: 'samp' }, { name: 'Variable', element: 'var' }, { name: 'Deleted Text', element: 'del' }, { name: 'Inserted Text', element: 'ins' }, { name: 'Cited Work', element: 'cite' }, { name: 'Inline Quotation', element: 'q' } ] });