/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(g){var d=document.createElement("style"),c,b,a;d.type="text/css";d.media=g;try{d.appendChild(document.createTextNode("/**/"))}catch(f){}b=F("head")[0];b.insertBefore(d,b.firstChild);c=(d.sheet||d.styleSheet);a=c&&!c.disabled;b.removeChild(d);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var a=!M.recognizesMedia("all"),d=false;var c=[],g=function(){a=true;for(var j;j=c.shift();j()){}};var h=F("link"),i=F("style");function b(j){return j.disabled||f(j.sheet,j.media||"screen")}function f(m,p){if(!M.recognizesMedia(p||"all")){return true}if(!m||m.disabled){return false}try{var q=m.cssRules,o;if(q){search:for(var k=0,j=q.length;o=q[k],k<j;++k){switch(o.type){case 2:break;case 3:if(!f(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(n){}return true}function e(){if(document.createStyleSheet){return true}var k,j;for(j=0;k=h[j];++j){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(j=0;k=i[j];++j){if(!b(k)){return false}}return true}W.ready(function(){if(!d){d=M.getStyle(document.body).isUsable()}if(a||(d&&e())){g()}else{setTimeout(arguments.callee,10)}});return function(j){if(a){j()}else{c.push(j)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());

Cufon.registerFont({"w":180,"face":{"font-family":"Goudy Old Style","font-weight":400,"font-stretch":"semi-expanded","units-per-em":"360","panose-1":"2 2 5 2 5 3 5 2 3 3","ascent":"288","descent":"-72","x-height":"5","cap-height":"2","bbox":"-13 -265.872 352.266 69.2377","underline-thickness":"14.4141","underline-position":"-24.4336","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"40,-94r-9,-139v0,-8,6,-12,20,-12v22,8,0,59,3,89v-3,22,0,63,-9,77v-3,0,-4,-5,-5,-15xm50,2v-10,9,-22,-15,-28,-20v5,-7,17,-18,23,-23v5,7,35,21,16,30v-5,4,-9,7,-11,13","w":88},"\"":{"d":"29,-148v-13,-17,-9,-54,-15,-80v0,-11,6,-17,16,-17v15,-1,14,19,12,34r-8,58v-1,4,-2,5,-5,5xm75,-153v-3,-25,-9,-49,-10,-75v0,-11,5,-17,15,-17v15,0,14,18,12,34r-8,58v-1,7,-9,7,-9,0","w":108},"#":{"d":"71,-162r48,0r7,-56v2,-9,16,-5,11,2r-6,54v11,2,29,-4,35,3v3,25,-20,12,-37,15r-6,47v11,2,33,-6,35,5v4,24,-22,11,-38,14r-6,55v1,7,-12,8,-12,2r7,-57r-49,0r-6,55v1,6,-13,9,-12,2r7,-57v-12,0,-25,1,-35,-1v-5,-25,18,-17,37,-18r6,-47v-12,-1,-27,3,-35,-1v-4,-24,19,-16,37,-17r7,-56v0,-4,2,-5,6,-5v7,0,6,3,5,7xm69,-144r-6,47r48,0r6,-47r-48,0"},"$":{"d":"134,-190v-11,-18,-22,-42,-43,-40r0,87v93,10,81,138,0,145v-1,15,1,32,-1,45v-3,3,-11,0,-11,-5r0,-40v-37,0,-82,-20,-59,-58v13,19,27,49,59,47r0,-109v-34,-7,-59,-23,-59,-59v0,-37,25,-59,59,-64v-2,-11,0,-34,12,-21r0,21v28,-4,71,27,43,51xm79,-231v-33,-3,-58,44,-33,69v7,7,18,12,33,15r0,-84xm91,-10v40,-1,62,-51,38,-82v-6,-8,-19,-15,-38,-22r0,104","w":176},"%":{"d":"13,-178v0,-32,28,-64,60,-64v33,0,63,30,63,64v0,35,-26,64,-60,64v-37,0,-63,-28,-63,-64xm80,-123v49,-5,35,-111,-9,-110v-52,5,-38,110,9,110xm217,-235v3,-11,11,-17,19,-10r-157,255v-9,3,-18,-1,-8,-10xm167,-62v0,-32,28,-64,60,-64v33,0,62,31,62,64v0,36,-25,64,-60,64v-36,1,-62,-27,-62,-64xm234,-6v48,-6,37,-112,-10,-111v-50,5,-37,112,10,111","w":302},"&":{"d":"305,-10v-35,26,-80,6,-109,-22v-59,63,-182,34,-183,-54v1,-35,22,-65,56,-71v-44,-51,17,-110,79,-78v7,-4,13,-5,12,10v-1,11,6,29,-3,33v-7,-18,-31,-45,-53,-42v-51,6,-18,56,6,82r44,46v12,12,28,27,49,45v15,-24,14,-71,-19,-70v-6,-1,-7,-8,-1,-8v9,5,52,-3,62,3v-24,12,-13,60,-32,82v44,31,58,51,89,41v2,0,3,1,3,3xm33,-101v0,68,99,110,152,61v-30,-26,-72,-66,-98,-97v-7,-9,-13,-13,-18,-13v-18,0,-36,26,-36,49","w":305},"'":{"d":"29,-148v-13,-17,-9,-54,-15,-80v0,-11,6,-17,16,-17v15,-1,14,19,12,34r-8,58v-1,4,-2,5,-5,5","w":58},"(":{"d":"14,-108v1,-62,35,-128,72,-153v5,0,7,0,7,2v-25,27,-50,84,-50,137v0,49,27,128,50,165v0,2,-1,3,-4,3v-44,-29,-76,-97,-75,-154","w":100},")":{"d":"58,-94v0,-49,-27,-129,-51,-165v0,-2,2,-2,5,-2v92,54,94,226,17,294v-5,5,-12,17,-21,11v23,-29,50,-84,50,-138","w":100},"*":{"d":"105,-166v7,8,-6,18,-12,18v-10,-5,-14,-25,-21,-34v-8,10,-14,27,-24,34v-5,-1,-21,-11,-11,-18v9,-7,18,-14,25,-23v-6,-10,-39,-2,-43,-15v1,-7,6,-24,15,-14r30,17v9,-12,-20,-44,6,-45v26,0,0,31,7,45r36,-20v7,2,17,24,-1,24v-9,3,-41,1,-29,12","w":141},"+":{"d":"162,-125v-1,25,-38,11,-63,14v-3,23,12,59,-15,63v-9,-11,0,-39,-3,-63v-20,-2,-49,6,-63,-3v3,-4,2,-20,16,-16r47,1v2,-24,-11,-58,12,-63v12,9,2,40,5,64v19,0,54,-4,64,3"},",":{"d":"44,17v0,-17,-15,-25,-24,-36v4,-8,13,-16,22,-21v40,13,19,88,-14,94v-3,0,-4,-1,-4,-3v7,-7,20,-20,20,-34","w":87,"k":{"1":22}},"-":{"d":"67,-99v-1,13,7,25,-9,27v-18,7,-40,11,-56,20v-12,-39,39,-29,65,-47","w":69,"k":{"Y":20,"W":17,"V":17,"T":19,"A":-9}},"\u00ad":{"d":"67,-99v-1,13,7,25,-9,27v-18,7,-40,11,-56,20v-12,-39,39,-29,65,-47","w":69},".":{"d":"49,2v-9,10,-21,-16,-28,-20v6,-6,16,-19,24,-23v4,8,33,21,16,30v-7,4,-9,7,-12,13","w":87,"k":{"1":21}},"\/":{"d":"172,-256r-168,293v-2,8,-15,7,-17,3r169,-296v2,-7,16,-2,16,0","w":172},"0":{"d":"93,5v-116,-1,-102,-242,1,-250v102,6,97,245,-1,250xm151,-106v1,-57,-23,-119,-70,-119v-35,0,-48,45,-48,89v0,56,22,127,68,127v39,0,50,-48,50,-97","k":{"7":9,"4":-1,"1":21}},"1":{"d":"83,-194v4,-25,-24,-20,-36,-13v-3,-18,51,-22,62,-40v8,8,0,18,0,36r0,171v0,27,6,32,33,32v3,0,7,2,7,4v-18,9,-65,-1,-95,5v-3,0,-5,-1,-5,-3v8,-11,34,-1,34,-28r0,-164","k":{"9":17,"8":20,"7":34,"6":22,"5":7,"4":26,"3":10,"2":12,"1":26,"0":17,".":13,",":13}},"2":{"d":"100,-23v34,0,46,-9,61,-25v6,15,-17,31,-24,48r-111,1v-3,0,-4,-1,-4,-3v35,-47,89,-116,93,-182v2,-51,-64,-49,-86,-19v-2,2,-7,3,-7,-1v13,-49,124,-59,120,9v-4,63,-57,116,-84,165v0,5,14,7,42,7","k":{"7":17,"4":11,"1":28}},"3":{"d":"91,-245v25,0,48,17,48,41v0,20,-13,39,-38,59v32,0,54,24,54,57v0,48,-44,93,-91,93v-13,0,-60,-13,-46,-25v39,36,109,4,109,-56v0,-35,-22,-55,-61,-51v-2,1,-4,-1,-4,-3v19,-14,52,-31,52,-61v1,-45,-61,-39,-80,-14v-9,-17,39,-40,57,-40","k":{"7":19,"4":4,"1":28}},"4":{"d":"133,10v1,14,-15,10,-23,15v-5,0,-4,-5,-4,-10r0,-90r-89,0v-4,-1,-7,-2,-7,-6v0,-6,19,-35,56,-87v38,-53,59,-79,63,-79v5,0,2,11,3,17r0,131v16,1,25,-4,33,-11v7,7,3,40,-18,35r-15,0xm106,-99r0,-100v-27,34,-46,65,-69,100r69,0","k":{"7":20,"4":-1,"1":27}},"5":{"d":"126,-80v0,-43,-39,-64,-83,-53v-12,-1,-7,-12,-5,-21r17,-78v1,-6,4,-8,10,-8v32,-2,73,7,90,-12v8,7,-8,20,-9,28v-11,22,-57,2,-82,13v-7,13,-9,38,-13,55v57,-12,102,15,103,68v2,67,-86,121,-144,78v10,-8,27,9,44,5v41,1,72,-33,72,-75","k":{"7":15,"4":4,"1":27}},"6":{"d":"16,-93v3,-80,55,-141,128,-156v8,0,8,7,0,9v-50,12,-87,60,-97,112v46,-52,118,-15,118,50v0,42,-29,83,-69,83v-49,0,-82,-46,-80,-98xm144,-59v0,-39,-22,-78,-57,-79v-28,0,-43,23,-43,51v-1,38,23,82,56,82v28,0,44,-24,44,-54","k":{"7":18,"4":-2,"1":30}},"7":{"d":"67,-12v-2,-62,65,-145,69,-202r-61,0v-32,-3,-36,13,-45,31v-12,-10,3,-37,3,-52v4,-12,17,-5,32,-5r77,0v8,0,9,2,10,9v1,56,-84,184,-48,241v-13,15,-45,12,-37,-22","k":{":":14,"7":14,"6":19,"4":28,"1":23,".":24}},"8":{"d":"153,-190v0,27,-18,45,-40,54v79,25,57,141,-23,141v-41,0,-73,-29,-73,-69v1,-37,17,-49,44,-66v-60,-27,-33,-115,31,-115v32,0,62,22,61,55xm135,-185v0,-29,-20,-49,-48,-49v-23,0,-42,18,-42,40v0,28,28,48,55,49v21,0,35,-18,35,-40xm93,-5v46,0,65,-58,34,-88v-8,-8,-33,-21,-54,-31v-64,20,-39,119,20,119","k":{"7":12,"1":22}},"9":{"d":"164,-149v-4,82,-57,145,-131,158v-8,0,-8,-7,0,-9v52,-12,85,-55,98,-108v-44,45,-116,13,-116,-52v0,-45,30,-85,72,-85v46,0,79,47,77,96xm136,-154v1,-38,-22,-80,-57,-80v-69,0,-45,134,14,133v29,-1,43,-22,43,-53","k":{"7":9,"4":6,"1":22}},":":{"d":"51,-87v-9,16,-30,-17,-30,-17r23,-23v5,7,34,22,17,31v-5,2,-8,5,-10,9xm49,2v-9,10,-21,-16,-28,-20v6,-6,16,-19,24,-23v4,8,33,21,16,30v-7,4,-9,7,-12,13","w":87},";":{"d":"50,-87v-9,16,-30,-17,-30,-17r23,-23v5,7,34,22,17,31v-5,2,-8,5,-10,9xm44,18v0,-18,-15,-26,-24,-37v4,-8,13,-16,22,-21v41,13,18,88,-14,94v-3,0,-4,-1,-4,-3v7,-6,20,-20,20,-33","w":87},"<":{"d":"165,-220r0,13r-114,74r114,76r0,34r-149,-99r0,-2"},"=":{"d":"18,-136v2,-29,47,-10,73,-14v23,2,55,-5,71,4v-14,33,-88,4,-135,15v-6,0,-8,-2,-9,-5xm18,-92v1,-30,46,-11,73,-15v23,2,55,-5,71,4v-14,33,-88,4,-135,15v-6,0,-8,-2,-9,-4"},">":{"d":"16,-23r0,-13r114,-74r-114,-76r0,-34r149,99r0,3"},"?":{"d":"67,-204v0,-24,-35,-36,-49,-17v-2,0,-4,-2,-3,-4v11,-33,78,-22,78,19v0,40,-62,75,-46,122v0,2,-1,3,-3,3v-29,-29,23,-98,23,-123xm47,2v-9,10,-21,-16,-28,-20v6,-6,16,-19,24,-23v4,8,33,21,16,30v-7,4,-9,7,-12,13","w":106},"@":{"d":"261,-144v0,44,-31,89,-76,93v-16,1,-22,-14,-21,-35v-19,23,-38,35,-58,35v-15,0,-26,-13,-25,-30v3,-49,49,-123,106,-97v4,2,14,-19,18,-9v-11,37,-22,85,-21,104v0,12,4,18,11,18v27,0,48,-47,48,-78v0,-53,-39,-90,-92,-90v-63,0,-111,57,-111,123v0,95,100,126,179,87r5,11v-91,43,-211,2,-211,-101v0,-72,65,-132,138,-132v60,0,110,42,110,101xm169,-122v2,-22,24,-53,-7,-53v-33,0,-59,50,-59,86v0,14,6,21,18,21v24,-1,46,-29,48,-54","w":267},"A":{"d":"64,-90v-9,19,-51,77,-7,85v6,0,8,7,1,7v-21,-2,-49,3,-65,-4v13,-7,26,-23,34,-41r90,-201v3,-6,7,-7,10,0r79,203v12,26,10,29,36,35v8,0,7,7,1,7r-76,1v-6,0,-5,-7,0,-8v34,-7,-4,-64,-11,-84v-23,-4,-68,-3,-92,0xm139,-108v11,0,9,-6,7,-12v-11,-26,-20,-55,-33,-79v-16,25,-26,58,-40,86v10,10,45,3,66,5","w":240,"k":{"y":13,"w":12,"v":12,"u":6,"t":3,"q":2,"o":6,"g":-6,"e":5,"d":2,"c":3,"b":-4,"Y":15,"W":36,"V":36,"U":21,"T":15,"Q":6,"O":17,"G":16,"C":17,".":-6,"-":-7,",":-7}},"B":{"d":"20,-2v20,-6,26,-22,26,-51r0,-136v-1,-27,-6,-44,-29,-45v-4,0,-7,-1,-7,-4v16,-9,57,-1,88,-5v74,-11,113,72,53,106v-2,1,-3,2,-3,3v26,7,55,29,54,63v0,61,-61,84,-129,72v-17,-3,-43,6,-53,-3xm72,-145v-1,18,27,6,41,9v30,0,45,-13,45,-39v0,-34,-31,-59,-66,-58v-16,0,-19,2,-20,18r0,70xm176,-61v-5,-48,-38,-62,-94,-62v-8,0,-9,0,-10,7r1,96v27,31,108,12,103,-41","w":217,"k":{"Y":13,"W":13,"V":11,"O":3}},"C":{"d":"208,-228v9,11,23,-4,25,8r6,49v-1,1,-2,1,-3,2v-22,-36,-54,-65,-96,-65v-60,0,-96,42,-96,103v0,86,73,153,154,110v21,-11,31,-28,43,-43v5,9,0,36,-11,43v-85,59,-216,14,-216,-96v0,-98,106,-160,194,-111","w":255,"k":{"A":1}},"D":{"d":"22,-1v14,-10,24,-10,24,-39r0,-158v2,-28,-14,-32,-32,-39v17,-9,65,-4,98,-6v85,-5,141,43,141,120v0,97,-78,138,-182,123v-15,-1,-40,8,-49,-1xm112,-233v-27,0,-39,-1,-39,21r0,181v1,22,38,24,59,24v59,0,97,-40,95,-102v-2,-73,-41,-124,-115,-124","w":267,"k":{"Y":18,"W":17,"V":16,"T":1,"J":10,"A":16}},"E":{"d":"117,-227v-19,0,-45,-8,-45,15r0,70v-3,21,23,9,38,12v27,-2,44,3,47,-22v0,-3,2,-5,4,-4v7,15,-1,43,3,66v0,6,-7,5,-8,0v1,-33,-37,-24,-69,-25v-13,0,-17,2,-15,15v5,38,-20,87,33,87v50,0,77,-13,93,-35v11,21,-25,53,-49,51v-36,-3,-92,-8,-122,0v-8,0,-8,-8,-1,-8v17,-1,19,-18,20,-38r0,-149v-1,-29,-2,-42,-28,-42v-3,0,-5,-2,-5,-4v1,-7,12,-5,20,-4v41,5,99,0,143,0v14,0,0,31,2,46v-2,5,-9,4,-8,-3v0,-30,-20,-28,-53,-28","w":210},"F":{"d":"163,-222v-25,-5,-90,-21,-90,9r0,77v6,10,34,4,52,5v24,2,29,-10,36,-26v8,11,-2,44,3,65v0,3,-1,4,-3,4v-8,-3,-6,-27,-18,-26v-15,0,-73,-16,-70,12v4,38,-13,96,27,96v4,0,6,1,6,4v-12,9,-52,-3,-80,3v-3,1,-5,-1,-5,-3v13,-8,25,-10,25,-38r0,-158v-1,-24,-5,-36,-28,-37v-3,0,-4,-1,-4,-3v30,-10,115,5,164,-6v10,7,-3,24,0,40v1,8,-7,13,-7,4v-1,-7,-4,-21,-8,-22","w":186,"k":{"u":2,"r":2,"o":6,"e":5,"a":6,"O":3,"J":-7,"A":18,".":17,"-":-7,",":16}},"G":{"d":"144,-6v32,-1,69,-12,69,-53v0,-27,10,-63,-23,-59v-8,1,-10,-9,-1,-8r66,-1v11,10,-24,10,-15,33r1,62v-27,13,-68,37,-106,37v-70,0,-121,-51,-121,-120v0,-72,55,-131,126,-130v29,0,67,10,84,23v5,-2,13,-12,13,2v0,17,10,39,3,52v-20,-32,-56,-67,-107,-67v-55,0,-90,51,-90,109v0,62,42,122,101,120","w":271,"k":{"Y":4,"W":3,"V":1,"T":1,"A":8}},"H":{"d":"73,-145v0,13,0,14,15,14r103,0v9,-1,11,0,12,-8r0,-60v3,-29,-11,-31,-27,-40v11,-8,56,4,74,-3v6,0,5,6,0,7v-13,1,-21,11,-20,25r0,170v-2,29,11,32,31,38v-10,10,-50,-1,-78,4v-3,1,-5,-1,-4,-3v33,-5,23,-63,24,-106v0,-12,-1,-11,-12,-11r-103,0v-13,1,-16,0,-15,13v4,38,-16,100,27,99v7,-1,10,8,2,8v-27,-2,-62,4,-83,-3v4,-10,22,-4,24,-18v6,-52,0,-127,3,-186v1,-26,-17,-25,-32,-35v18,-8,54,4,78,-3v4,0,5,1,5,4v-10,9,-24,8,-24,31r0,63","w":275},"I":{"d":"46,-195v3,-34,-13,-33,-32,-43v12,-10,53,1,81,-4v6,0,5,7,0,8v-18,4,-21,15,-22,45r0,132v1,34,1,47,28,50v8,1,12,9,3,9v-27,0,-53,-2,-80,0v-3,0,-5,-1,-5,-4v17,-9,27,-9,27,-42r0,-151","w":118},"J":{"d":"22,50v21,-3,25,-36,24,-64v-3,-68,5,-147,-4,-207v-3,-12,-26,-8,-31,-18v10,-10,52,4,80,-3v2,0,3,1,3,3v-17,7,-22,23,-22,53r1,163v-2,46,-27,86,-67,91v-20,3,-16,-26,-6,-31v6,2,13,15,22,13","w":110,"k":{"A":2}},"K":{"d":"94,-238v-13,11,-25,11,-22,39v1,23,-3,52,2,72r81,-71v16,-16,27,-28,5,-36v-10,1,-10,-8,-3,-8v23,0,51,4,71,0v3,0,5,1,5,4v-35,13,-100,76,-134,109v29,36,65,68,96,103v13,15,29,16,44,24v-6,7,-51,6,-61,-4r-98,-101v-3,-4,-8,-3,-8,2r0,64v-4,34,16,29,36,40v-11,8,-55,-2,-81,3v-4,0,-6,-1,-6,-4v18,-6,26,-16,25,-45v-2,-57,5,-127,-5,-175v-2,-11,-23,-8,-28,-16v11,-9,49,2,76,-3v3,0,5,1,5,3","w":234,"k":{"y":16,"u":7,"o":7,"e":6,"a":-5,"T":-12,"O":18,"G":17,"C":18,"-":9}},"L":{"d":"20,-1v17,-9,26,-17,26,-47r0,-157v1,-24,-17,-25,-32,-32v13,-11,54,2,81,-4v6,1,5,7,-1,8v-16,2,-21,11,-22,33r1,159v1,30,-1,28,30,29v42,1,79,-11,93,-34v9,66,-107,41,-171,48v-3,1,-5,0,-5,-3","w":195,"k":{"y":7,"Y":28,"W":31,"V":30,"U":8,"T":28,"O":1,"G":1,"C":1,"-":-21}},"M":{"d":"216,-2v22,-6,22,-32,21,-64r-4,-111v-35,61,-48,101,-81,167v-9,18,-16,1,-21,-10r-69,-151r-5,130v-2,29,18,33,33,40v-14,11,-49,-4,-72,4v-7,1,-7,-7,-1,-8v33,-5,24,-57,26,-93v4,-62,7,-82,-5,-117v-5,-14,-23,-14,-33,-22v4,-10,32,0,47,-5v5,-1,12,7,14,16r86,180r92,-195v10,-3,29,1,41,-2v3,0,4,1,4,4v-4,9,-21,4,-24,17v-7,55,2,129,2,189v0,26,20,23,32,32v-14,7,-55,-3,-78,3v-3,0,-5,-1,-5,-4","w":309},"N":{"d":"173,-239v15,-6,50,2,72,-3v10,8,-12,9,-13,16v-11,60,1,153,-5,225v-1,8,-11,1,-13,-2r-152,-173v-8,41,-1,101,-3,147v-1,22,18,17,30,27v-6,11,-48,-4,-70,4v-3,0,-5,-2,-5,-4v17,-12,33,-14,30,-45v-6,-68,21,-174,-37,-188v-3,0,-5,-1,-5,-4v7,-5,36,-7,44,2r166,188v6,-45,3,-104,0,-155v-1,-23,-11,-26,-33,-30v-4,-1,-6,-2,-6,-5","w":266,"k":{"u":8,"o":6,"e":5,"a":6,"A":1,".":2,",":2}},"O":{"d":"14,-120v2,-75,51,-123,128,-125v72,-2,126,52,126,121v0,74,-53,129,-127,129v-74,0,-129,-51,-127,-125xm242,-111v0,-66,-48,-122,-111,-122v-56,0,-89,43,-89,101v0,66,44,127,106,127v56,0,94,-48,94,-106","w":282,"k":{"Y":18,"X":16,"W":17,"V":16,"T":1,"A":16}},"P":{"d":"85,-230v-12,-1,-12,6,-12,18r0,178v-1,27,21,24,36,31v-12,13,-60,-3,-88,5v-3,0,-5,-1,-5,-4v50,-12,30,-113,30,-174v0,-41,4,-53,-27,-58v-3,-1,-4,-2,-4,-4v18,-9,49,-1,85,-4v44,-4,82,23,82,63v0,47,-56,86,-102,62v4,-5,10,-1,20,-1v33,0,56,-19,56,-50v0,-37,-32,-63,-71,-62","w":190,"k":{"o":19,"e":18,"a":13,"J":9,"A":23,".":32,"-":13,",":32}},"Q":{"d":"38,29v1,-17,15,-40,29,-44v-97,-63,-51,-230,72,-230v72,0,125,53,124,125v-1,67,-40,113,-101,124v32,15,68,59,110,35v2,0,3,1,3,2v-18,25,-65,26,-99,5v-26,-17,-66,-43,-98,-47v-21,-2,-28,22,-35,35v-3,0,-5,-1,-5,-5xm237,-103v0,-68,-45,-131,-108,-131v-54,0,-86,44,-86,100v0,69,43,128,108,129v53,1,86,-42,86,-98","w":277},"R":{"d":"18,-241v71,2,164,-15,162,59v0,27,-14,47,-43,61v30,34,51,108,101,115v2,0,3,1,3,3v-72,28,-91,-62,-126,-101v-5,-11,-25,-6,-40,-7v-7,16,-1,47,-2,68v-1,30,8,35,32,38v7,1,9,8,0,7r-82,1v-3,0,-5,-2,-5,-4v52,-19,27,-131,27,-201v0,-22,-8,-30,-27,-31v-7,-1,-9,-8,0,-8xm72,-137v-2,18,18,13,33,13v29,0,49,-18,49,-48v0,-34,-28,-58,-63,-58v-16,0,-20,6,-19,22r0,71","w":236,"k":{"y":16,"u":6,"o":5,"e":4,"Y":17,"W":22,"V":21,"U":21,"T":14,"O":17,"G":16,"C":16,"-":2}},"S":{"d":"16,-180v0,-58,74,-81,123,-53v15,-10,15,2,15,21v0,10,9,26,0,31v-11,-26,-36,-52,-75,-52v-46,0,-59,62,-20,78v6,3,20,8,42,15v43,14,65,38,65,70v0,67,-94,97,-143,57v-3,-16,-17,-42,-9,-55v11,13,14,35,33,45v34,30,102,12,102,-34v0,-69,-133,-42,-133,-123","k":{"t":2,"Y":-3,"W":-2,"V":-3,"T":-3,"A":5}},"T":{"d":"215,-196v-9,-12,-5,-25,-31,-25r-50,0v-11,0,-11,1,-11,12r0,179v-2,18,17,22,29,29v-13,7,-56,-2,-80,3v-4,0,-5,-1,-5,-3v13,-9,28,-5,28,-32r0,-179v0,-8,-1,-9,-10,-9r-47,0v-27,-4,-24,22,-35,33v-7,-8,3,-27,2,-39v-1,-11,1,-12,9,-13r189,0v23,-4,11,22,16,38v0,4,-1,6,-4,6","w":218,"k":{"y":8,"w":9,"v":8,"u":13,"s":25,"r":18,"o":30,"j":2,"i":3,"g":28,"e":29,"c":29,"a":29,"Y":-17,"W":-15,"V":-17,"S":-5,"O":4,"J":-8,"G":5,"C":5,"A":15,";":20,":":21,".":28,"-":20,",":28}},"U":{"d":"146,-9v93,4,85,-93,83,-183v-1,-27,-4,-41,-28,-43v-6,-1,-6,-8,-1,-8v17,3,46,4,59,1v2,0,3,2,3,4v-34,14,-20,85,-20,133v0,73,-36,110,-102,110v-64,0,-102,-35,-102,-103r0,-99v2,-30,-11,-31,-31,-39v11,-11,51,0,76,-5v3,0,5,1,5,3v-40,9,-20,88,-23,137v-4,65,23,89,81,92","w":278,"k":{"r":9,"p":9,"n":10,"m":11,"A":21,".":12,",":12}},"V":{"d":"70,-238v-2,7,-16,4,-14,15v19,64,52,126,79,185v23,-46,65,-139,73,-184v3,-13,-21,-10,-23,-17v13,-7,40,2,61,-3v4,0,4,6,0,7v-13,3,-18,19,-24,32r-88,205v-4,11,-10,10,-14,0r-89,-207v-8,-19,-16,-27,-37,-29v-4,-5,2,-9,9,-6v22,1,50,-5,67,2","w":242,"k":{"y":7,"u":13,"r":15,"o":25,"g":24,"e":25,"a":24,"T":-15,"S":3,"O":15,"G":15,"C":15,"A":29,";":17,":":17,".":30,"-":11,",":30}},"W":{"d":"209,-222v3,-9,-20,-8,-20,-16v9,-8,39,2,55,-4v8,1,6,8,-1,9v-25,15,-32,68,-49,98r43,97v27,-43,62,-138,74,-183v5,-10,-37,-11,-19,-21v16,2,43,1,57,-1v12,7,-13,12,-12,20r-98,224v-5,13,-12,14,-17,1r-44,-101v-17,37,-29,79,-50,112v-3,0,-6,-5,-10,-14r-77,-185v-12,-27,-16,-41,-42,-47v-3,0,-4,-2,-4,-4v10,-10,51,2,75,-4v14,9,-14,10,-11,19v17,53,50,133,76,181v14,-24,23,-53,35,-79v-15,-32,-29,-77,-47,-104v-3,-8,-44,-9,-21,-17r66,0v17,7,-10,9,-8,20v4,21,18,47,25,66v11,-23,25,-61,24,-67","w":348,"k":{"y":7,"u":13,"r":15,"o":25,"g":25,"e":25,"a":24,"T":-14,"S":5,"O":15,"G":15,"C":15,"A":29,";":18,":":18,".":30,"-":11,",":30}},"X":{"d":"82,-238v-1,5,-19,4,-16,13v12,27,33,57,51,80v18,-24,41,-49,53,-78v5,-12,-28,-10,-15,-19v21,4,49,-2,65,3v-15,12,-27,12,-42,35v-16,25,-36,47,-51,74v15,27,34,51,50,77v19,29,25,40,53,52v-9,9,-52,-3,-77,4v-13,-8,16,-8,12,-19v-13,-32,-39,-61,-57,-89v-17,27,-49,59,-57,89v-4,14,20,6,22,16v-13,7,-44,-3,-68,3v-7,2,-9,-6,-2,-7v29,-5,39,-34,55,-56v14,-19,29,-37,40,-58v-18,-33,-54,-83,-73,-107v-6,-8,-23,-7,-30,-14v16,-9,50,3,81,-3v4,0,6,1,6,4","w":225,"k":{"y":16,"o":8,"e":7,"Q":7,"O":15,"C":16}},"Y":{"d":"157,-191v22,-30,11,-34,-14,-47v9,-8,51,4,70,-3v7,0,6,6,0,8v-41,20,-57,71,-84,106v-16,20,-7,60,-7,91v0,27,-1,28,23,31v3,0,5,2,5,4v-13,10,-53,-4,-80,3v-2,0,-4,-1,-4,-3v18,-10,33,-8,29,-44v-4,-29,3,-64,-9,-84r-55,-88v-6,-9,-19,-18,-33,-18v-4,0,-5,-1,-5,-4v15,-8,54,2,80,-3v8,-1,7,6,2,7v-23,7,-8,26,0,38r42,64v16,-16,26,-39,40,-58","w":210,"k":{"v":19,"u":25,"p":28,"o":29,"g":28,"e":29,"a":28,"T":-15,"S":2,"O":17,"G":18,"C":18,"A":12,";":18,":":19,".":25,"-":15,",":24}},"Z":{"d":"17,-193v9,-15,-6,-53,22,-47r126,0v9,0,12,5,9,11r-117,202v-2,7,-3,12,8,12v48,2,102,2,118,-23v4,10,-6,39,-25,38r-134,0v-9,0,-12,-4,-8,-10r122,-212v-15,-7,-47,-1,-67,-3v-33,-4,-37,22,-50,36v-3,0,-4,-1,-4,-4","w":185},"[":{"d":"47,-14v-1,32,1,48,29,49v4,0,6,2,6,4v-8,8,-40,3,-56,3r-2,-281v-4,-31,30,-20,51,-18v-8,9,-28,6,-28,29r0,214","w":91},"\\":{"d":"160,41r-132,-292v0,-3,3,-4,9,-4v3,0,5,1,6,4r133,295v-2,6,-16,6,-16,-3","w":178},"]":{"d":"44,-228v3,-22,-19,-21,-28,-29v9,-4,58,-10,51,18r-1,281v-13,2,-45,3,-57,-3v16,-8,35,-5,35,-39r0,-228","w":91},"^":{"d":"189,-103r-13,0r-74,-114r-77,114r-34,0r100,-149r2,0"},"_":{"d":"9,32r163,0r0,14r-163,0r0,-14"},"`":{"d":"96,-168v-14,-6,-30,-25,-39,-39v-1,-9,14,-5,22,-6v6,9,23,33,17,45"},"a":{"d":"15,-28v0,-38,37,-41,81,-49v3,-34,-4,-60,-35,-60v-26,0,-26,20,-20,38v-5,8,-26,-1,-25,-8v1,-47,104,-59,104,0r0,69v-3,26,10,30,28,31v-12,15,-40,13,-50,-8v-28,27,-83,30,-83,-13xm65,-6v31,3,34,-31,31,-64v-29,1,-58,12,-58,37v0,17,10,26,27,27","w":152,"k":{"y":7,"w":5,"v":4}},"b":{"d":"1,-238v14,-8,34,-12,49,-21v9,37,0,92,3,134v39,-43,115,-17,115,47v0,68,-75,108,-124,64v-5,-1,-14,32,-18,14v7,-62,1,-135,3,-202v1,-27,-3,-36,-26,-33v-1,-1,-2,-1,-2,-3xm91,-135v-17,1,-38,10,-38,31v-2,48,-6,101,47,100v32,0,50,-26,50,-59v0,-34,-28,-73,-59,-72","w":181,"k":{"y":4,"w":2,"v":1}},"c":{"d":"13,-66v0,-52,46,-93,104,-78v18,5,14,24,9,37v-9,-10,-29,-33,-50,-30v-65,9,-42,126,19,126v15,0,29,-9,42,-18v2,0,3,1,3,3v-9,17,-38,31,-61,31v-37,0,-66,-33,-66,-71","w":143,"k":{"k":4,"h":5}},"d":{"d":"13,-67v0,-60,63,-102,117,-68v-4,-36,14,-108,-26,-102v-4,-2,-2,-6,3,-7v13,0,28,-9,44,-17v3,-1,3,4,3,7r0,223v0,20,7,21,24,20v4,3,2,7,-4,7v-13,2,-31,4,-40,9v-7,-1,-3,-18,-4,-26v-21,16,-27,25,-54,26v-36,2,-63,-34,-63,-72xm91,-11v46,0,39,-47,39,-90v0,-28,-26,-40,-49,-40v-30,0,-47,27,-47,59v0,34,25,71,57,71","w":187},"e":{"d":"80,-147v31,0,55,25,60,54v-1,10,-23,6,-36,6r-67,0v-3,61,56,99,102,56v6,17,-40,36,-58,36v-39,0,-68,-37,-68,-76v0,-37,30,-76,67,-76xm111,-102v1,-29,-41,-53,-61,-26v-6,8,-11,18,-12,31v22,-2,60,6,73,-5","w":150,"k":{"y":2,"x":2,"w":1,"t":4}},"f":{"d":"131,-246v-6,30,-10,14,-31,10v-31,-5,-42,44,-39,94v15,0,36,3,42,-6v6,4,-3,19,-8,21r-33,0r0,97v-4,26,13,21,26,28v-9,8,-50,-2,-62,4v-6,0,-7,-6,-2,-7v11,-4,14,-8,13,-23r0,-99v-8,-1,-24,3,-25,-3v-1,-15,13,-12,26,-12v2,-61,27,-111,77,-111v11,0,16,2,16,7","w":105,"k":{"t":-6,"o":8,"l":-20,"j":-6,"i":-3,"f":-6,"e":7,"a":2}},"g":{"d":"140,21v3,56,-125,67,-133,13v-2,-14,11,-22,26,-30v-21,-16,-12,-40,8,-55v-42,-23,-22,-96,31,-96v27,0,50,28,70,1v0,-4,5,-15,8,-5v-2,15,-7,36,-22,39v14,45,-30,79,-78,65v-8,-1,-16,11,-16,19v2,17,19,16,42,17v40,1,62,2,64,32xm108,-92v0,-25,-13,-50,-36,-50v-45,0,-39,92,4,91v20,0,32,-19,32,-41xm24,32v1,45,99,37,99,-2v0,-27,-56,-12,-83,-22v-11,5,-16,13,-16,24","w":150},"h":{"d":"34,-214v2,-26,-15,-17,-25,-23v12,-7,31,-13,46,-20v5,0,2,11,3,17r0,120v33,-49,107,-26,105,34r0,56v-3,25,15,20,27,29v-11,8,-47,-3,-64,4v-13,-10,21,-6,12,-29v1,-50,7,-107,-42,-107v-18,0,-40,14,-38,30v4,36,-17,98,23,99v6,0,9,7,2,7v-23,0,-51,2,-69,-3v11,-10,20,-7,20,-31r0,-183","w":194,"k":{"y":10}},"i":{"d":"49,-183v-18,-5,-17,-32,1,-37v6,0,12,12,15,18v0,5,-11,19,-16,19xm16,-130v8,-8,30,-13,43,-21v8,40,-5,99,5,139v2,7,24,2,26,11v-10,7,-43,-2,-65,3v-3,0,-4,-1,-4,-3v7,-8,20,-8,16,-27v-6,-36,17,-101,-21,-102","w":94},"j":{"d":"1,53v0,-39,30,25,33,-11v4,-45,-1,-96,2,-144v2,-26,-12,-22,-27,-28v15,-7,33,-12,49,-21v6,34,1,95,2,140v1,40,-14,79,-47,80v-11,0,-12,-6,-12,-16xm47,-183v-18,-5,-18,-37,1,-37v6,0,12,12,15,18v1,5,-12,19,-16,19","w":87},"k":{"d":"58,-60v1,26,-5,57,24,54v4,0,5,1,5,3v-1,9,-14,0,-25,2v-26,-2,-35,6,-47,-1v10,-7,19,-12,19,-35r0,-174v1,-24,-13,-23,-28,-28v14,-9,35,-12,50,-20v5,53,0,125,2,185v19,-18,44,-33,59,-54v5,-8,-26,-9,-12,-16v19,2,44,-2,60,3v-30,14,-57,34,-79,56r57,68v8,10,26,8,36,14v-7,6,-42,7,-55,-1r-56,-65","w":173,"k":{"u":-5,"o":6,"g":-5,"e":5,"a":-5,".":-5,"-":11,",":-5}},"l":{"d":"15,-2v5,-9,19,-5,19,-23r0,-195v3,-21,-17,-12,-26,-19v13,-7,36,-13,47,-21v8,66,3,147,3,219v0,29,13,29,30,38v-6,9,-48,-1,-68,4v-3,0,-5,-1,-5,-3","w":91},"m":{"d":"12,-131r47,-21v4,4,1,20,2,28v22,-31,76,-32,90,3v29,-45,99,-30,99,31v0,34,-12,83,23,85v3,0,4,1,4,3v-8,5,-55,3,-66,0v7,-8,16,-6,15,-24v-3,-47,9,-109,-38,-108v-20,1,-41,15,-32,40r0,63v-4,24,15,21,27,29v-10,7,-48,-1,-63,3v-3,0,-4,-1,-4,-3v27,-6,14,-57,16,-92v2,-23,-13,-39,-36,-39v-50,0,-32,60,-35,104v-2,21,15,21,28,27v-8,8,-42,-2,-64,3v-3,0,-4,-1,-4,-3v7,-8,16,-6,16,-25r0,-79v3,-22,-11,-20,-25,-25","w":282,"k":{"y":8,"w":7,"v":6,"p":7}},"n":{"d":"37,-107v4,-23,-13,-18,-26,-24v11,-8,34,-12,48,-20v5,3,1,20,2,31v38,-50,111,-28,105,44v4,28,-13,71,22,70v3,0,5,2,5,4v-11,7,-42,0,-66,3v-3,-11,16,-3,15,-21v-2,-51,9,-111,-44,-111v-17,0,-37,13,-37,28r1,81v-4,14,21,13,30,20v-9,7,-55,-1,-70,3v-7,-9,21,-10,15,-28r0,-80","w":198,"k":{"y":10,"w":9,"v":8,"p":6}},"o":{"d":"13,-71v0,-41,37,-76,78,-76v41,0,77,34,77,75v0,43,-35,77,-78,77v-45,0,-77,-33,-77,-76xm143,-62v0,-41,-19,-78,-56,-78v-31,-1,-49,26,-49,58v0,41,22,79,59,79v30,0,46,-25,46,-59","w":181,"k":{"y":7,"x":7,"w":5,"v":6,"t":4}},"p":{"d":"8,-131v16,-10,39,-14,48,-22v7,4,1,22,2,32v40,-51,113,-21,113,43v0,59,-57,105,-113,72v2,31,-9,73,27,68v4,0,5,1,5,4v-12,4,-57,4,-75,0v11,-8,19,-13,19,-38r-1,-139v3,-19,-15,-14,-25,-20xm97,-131v-19,0,-39,11,-39,28v-1,49,-7,98,45,98v31,0,48,-24,48,-56v0,-38,-19,-70,-54,-70","w":184,"k":{"y":2,"t":3}},"q":{"d":"113,65v30,-3,18,-52,20,-88v-41,53,-120,24,-120,-42v0,-67,71,-108,126,-71v7,5,13,-33,19,-17r2,206v1,7,30,7,17,15r-60,1v-3,0,-5,-1,-4,-4xm91,-11v24,-1,42,-9,42,-38r0,-58v1,-26,-27,-35,-46,-36v-31,0,-52,29,-52,63v0,35,23,70,56,69","w":186,"k":{"u":5,"c":3}},"r":{"d":"20,-1v29,-7,13,-68,17,-106v3,-20,-17,-17,-29,-23v0,-3,2,-4,6,-4v12,0,27,-10,43,-17v9,3,2,25,4,36v19,-36,45,-41,61,-15v-2,6,-14,25,-21,12v-17,-12,-42,1,-40,22v4,34,-18,91,27,91v7,0,8,7,1,7v-21,0,-48,-3,-65,1v-3,0,-4,-1,-4,-4","w":124,"k":{"z":-3,"y":-14,"x":-13,"w":-14,"v":-15,"t":-7,"s":-2,"q":4,"p":-8,"o":5,"k":5,"h":5,"g":1,"f":-7,"e":4,"d":5,"c":6,"a":-1,";":5,":":5,".":13,"-":8,",":13}},"s":{"d":"53,-65v-54,-11,-46,-86,9,-82v27,-5,48,17,34,40v-10,-15,-20,-32,-40,-32v-13,0,-25,8,-24,21v4,40,78,24,75,75v-3,45,-53,59,-91,37v-7,-4,-7,-36,-1,-45v11,17,15,47,44,47v33,0,41,-44,10,-54","w":121,"k":{"t":3}},"t":{"d":"54,-143v19,-1,43,3,54,-5v2,7,-3,21,-12,22r-42,0r0,88v-5,37,35,34,54,21v2,0,2,1,2,2v-14,28,-80,30,-80,-22r0,-89v-9,0,-29,1,-16,-9v18,-14,27,-30,39,-43v5,7,0,24,1,35","w":108,"k":{"o":2,"e":2,"a":-6,";":-4,":":-4}},"u":{"d":"156,-31v-1,18,5,25,20,22v3,0,4,1,4,3v-4,7,-33,4,-42,7v-4,0,-6,-5,-6,-16r0,-7v-32,49,-114,27,-102,-43v-5,-26,14,-75,-17,-74v-3,0,-5,-2,-4,-4v6,-6,28,-3,41,-7v4,-1,5,5,5,11v4,51,-20,126,37,131v19,1,40,-13,40,-30r0,-84v3,-17,-13,-15,-22,-20v4,-10,31,-2,42,-9v3,0,4,2,4,6r0,114","w":189},"v":{"d":"61,-139v-11,6,-27,5,-18,25r39,88v12,-29,33,-61,38,-95v2,-12,-15,-12,-21,-19v7,-5,48,-4,58,0v-5,6,-15,9,-21,21r-57,120v-2,5,-11,5,-12,-1r-51,-116v-5,-13,-16,-16,-23,-24v10,-8,42,2,64,-3v3,0,4,1,4,4","w":149,"k":{"s":-2,"o":7,"g":2,"e":6,"c":6,":":1,".":16,"-":-4,",":16}},"w":{"d":"181,-71v8,-19,32,-59,0,-65v-3,0,-5,-1,-5,-3v4,-11,34,2,53,-4v7,13,-16,8,-17,24r-49,117v-3,9,-13,10,-16,1r-31,-82r-41,83v-1,6,-11,7,-13,1r-45,-116v-3,-13,-16,-15,-22,-24v10,-7,41,-1,61,-2v4,2,2,5,-2,6v-16,5,-14,11,-7,30r29,79r35,-71v-8,-20,-13,-36,-31,-42v9,-9,37,1,58,-4v8,-1,7,7,2,7v-13,2,-15,11,-9,26r32,82","w":227,"k":{"s":-2,"o":6,"g":2,"e":5,"c":6,"a":1,".":14,"-":-5,",":14}},"x":{"d":"62,-143v6,7,-14,8,-12,12v5,14,23,32,32,45v9,-14,23,-24,29,-41v3,-10,-27,-9,-13,-17v18,2,44,-2,56,3v-24,11,-49,41,-66,63v23,26,39,62,73,76v-10,10,-41,-3,-61,4v-4,0,-6,-1,-6,-4v28,-14,-14,-40,-22,-57v-9,14,-26,26,-31,43v-2,9,14,9,19,14v-7,10,-39,-2,-59,4v-8,-10,18,-12,21,-19v11,-9,32,-35,44,-50v-21,-25,-39,-59,-70,-73v11,-8,42,0,66,-3","w":156,"k":{"q":5,"o":8,"e":7,"c":5,"a":-4}},"y":{"d":"62,-140v1,5,-22,4,-20,13v9,36,28,69,40,102v9,-31,25,-59,30,-93v3,-17,-15,-14,-23,-23v6,-5,44,-4,57,1v-9,6,-16,9,-20,21r-67,187v-6,0,-24,1,-24,-2v14,-22,42,-46,26,-81r-52,-116v-4,-4,-22,-7,-9,-13v20,2,49,-3,62,4","w":140,"k":{"s":-1,"o":4,"g":3,"e":4,"c":4,"a":1,";":-2,":":-1,".":11,"-":-7,",":11}},"z":{"d":"78,-22v20,3,26,-17,35,-25v7,10,-7,28,-8,40v-2,5,-5,7,-10,7r-75,0v-10,0,-6,-6,-3,-11r72,-108v-29,1,-63,-6,-71,19v-3,0,-4,-1,-4,-4v6,-11,-1,-39,17,-39r75,0v7,0,7,4,5,9r-73,112r40,0","w":121},"{":{"d":"28,-157v-3,-54,-2,-122,59,-99v-6,9,-27,7,-30,18v-16,32,9,111,-26,130v44,18,-10,133,51,144v4,1,5,2,5,4v-29,14,-59,-7,-59,-48r0,-51v2,-28,-9,-34,-22,-49v12,-14,24,-21,22,-49","w":92},"|":{"d":"81,-240r18,0r0,300r-18,0r0,-300"},"}":{"d":"5,39v22,-9,36,-15,36,-53v0,-38,-5,-81,21,-94v-25,-12,-23,-56,-21,-95v2,-37,-14,-44,-36,-53v30,-14,60,8,60,48r0,51v-3,27,10,36,21,49v-49,22,17,161,-70,152v-7,0,-11,-2,-11,-5","w":92},"~":{"d":"44,-224v25,-51,67,-31,111,-20v13,0,25,-7,36,-20r5,3v-10,17,-26,33,-49,34v-15,0,-56,-18,-65,-15v-19,1,-21,8,-33,21","w":239}}});Cufon.registerFont({"w":180,"face":{"font-family":"Goudy Old Style","font-weight":700,"font-stretch":"semi-expanded","units-per-em":"360","panose-1":"2 2 6 2 6 3 5 2 3 3","ascent":"288","descent":"-72","x-height":"5","cap-height":"1","bbox":"-10.9829 -264 358.774 62","underline-thickness":"20.5664","underline-position":"-21.4453","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"31,-219v-9,-27,16,-21,36,-24v11,-1,10,9,8,17r-19,131v0,12,-9,13,-10,4xm50,5v-11,-9,-44,-27,-23,-42v11,-8,21,-30,35,-12v6,8,16,12,18,24v-2,8,-22,28,-30,30","w":100},"\"":{"d":"25,-141r-12,-74v0,-12,6,-17,17,-17v17,0,18,17,14,34v-5,20,-4,48,-14,63v-3,0,-5,-2,-5,-6xm80,-135v-13,-18,-11,-54,-17,-80v0,-12,6,-17,18,-17v16,0,18,17,14,34v-6,20,-3,49,-15,63","w":109},"#":{"d":"50,-71v-14,-2,-39,8,-33,-13v0,-18,22,-7,36,-10r5,-41v-13,-2,-39,8,-33,-13v0,-18,22,-7,36,-10r6,-51v0,-11,12,-11,14,-4r-7,55r43,0r6,-53v0,-9,13,-9,13,-2v-1,20,-5,36,-7,55v13,3,40,-9,34,12v1,19,-21,8,-36,11r-6,41v12,3,40,-9,34,12v1,19,-22,8,-36,11r-7,52v0,5,-2,7,-7,7v-8,0,-6,-5,-5,-12r6,-47r-43,0r-6,53v0,7,-13,9,-13,1xm71,-135r-5,41r43,0r5,-41r-43,0"},"$":{"d":"134,-166v1,-27,-18,-47,-38,-52v-10,12,-1,45,-4,64v-1,11,8,11,15,14v36,11,54,33,54,65v0,40,-30,67,-62,71v-15,2,-4,29,-7,43v1,6,-7,6,-10,4v-4,-11,2,-35,-3,-45v-19,0,-66,-17,-67,-32v3,-13,3,-43,11,-48v4,0,5,3,5,10v-2,29,30,58,49,58v2,0,4,-2,4,-7r0,-81v-26,-18,-65,-22,-63,-64v1,-35,26,-57,57,-61v12,-1,4,-22,6,-36v5,-1,14,-2,11,7r0,25v11,9,55,13,57,31v-4,12,-4,30,-10,39v-4,0,-6,-1,-5,-5xm75,-218v-31,-1,-44,49,-14,62v6,1,20,12,20,1r0,-52v0,-8,-2,-11,-6,-11xm98,-14v49,-3,48,-86,-3,-86v-8,19,-1,53,-3,78v0,6,2,8,6,8","w":176},"%":{"d":"12,-181v0,-31,28,-59,59,-59v32,0,60,24,60,55v0,31,-26,59,-58,59v-33,0,-61,-22,-61,-55xm105,-179v0,-27,-11,-55,-34,-55v-45,1,-39,101,2,101v23,0,32,-21,32,-46xm211,-238r-138,235v-1,2,-3,3,-6,3v-6,0,-4,-2,-3,-6r138,-234v2,-2,10,-1,9,2xm142,-55v0,-31,29,-59,59,-59v32,0,60,25,60,55v1,33,-26,59,-58,59v-35,0,-61,-23,-61,-55xm203,-6v46,-2,41,-102,-3,-102v-45,2,-39,101,3,102","w":272},"&":{"d":"62,-156v-19,-39,7,-89,51,-86v17,-3,45,20,59,7v9,8,1,46,10,60v-3,7,-10,4,-12,-4v-6,-26,-29,-52,-56,-52v-38,0,-28,38,-9,68v15,24,93,100,107,103v7,-3,17,-24,16,-36v5,-31,-28,-28,-42,-38v11,-11,47,2,69,-5v5,-1,8,9,1,9v-8,4,-10,4,-9,15v1,13,-18,53,-19,61v6,22,55,45,86,31v3,0,4,1,4,3v-24,27,-84,25,-119,2v-63,38,-190,26,-187,-63v1,-33,18,-58,42,-68v5,-2,8,-5,8,-7xm148,-15v20,1,49,-10,26,-24v-34,-21,-79,-65,-98,-95v-4,-7,-8,-11,-10,-11v-8,1,-28,18,-26,32v8,46,52,98,108,98","w":318},"'":{"d":"25,-141r-12,-74v0,-12,6,-17,17,-17v17,0,18,17,14,34v-5,20,-4,48,-14,63v-3,0,-5,-2,-5,-6","w":59},"(":{"d":"56,4v-61,-74,-32,-213,30,-261v2,0,4,3,4,5v-51,85,-54,206,1,288v-3,6,-8,6,-13,-1","w":100},")":{"d":"11,36v52,-83,53,-202,0,-288v-1,-3,1,-5,4,-5v44,43,85,126,56,209v-13,37,-31,64,-55,89v-1,0,-6,-3,-5,-5","w":100},"*":{"d":"106,-159v1,15,-25,22,-27,3v-2,-16,-15,-37,-20,-10v-3,7,-7,24,-15,22v-35,-10,2,-33,13,-43v-3,-11,-41,5,-41,-15v0,-21,21,-16,30,-5v11,6,14,12,17,2v-2,-13,-20,-40,4,-40v29,0,-2,32,8,45v11,-3,40,-35,43,-2v2,19,-32,5,-41,15v6,10,28,17,29,28","w":134},"+":{"d":"161,-117v1,24,-38,15,-59,16v-2,23,13,60,-19,59v-12,-8,1,-39,-5,-59r-50,0v-16,0,-5,-16,-5,-20v9,-10,36,-2,55,-3v1,-24,-9,-59,16,-60v15,0,3,38,7,60r52,0v6,0,8,2,8,7"},",":{"d":"15,-26v4,-9,28,-44,44,-23v36,31,-14,104,-44,100v7,-10,25,-22,23,-42v4,-14,-19,-24,-23,-35","w":95,"k":{"1":21}},"-":{"d":"66,-112v5,6,6,36,-7,35r-56,18v-5,-5,-7,-35,7,-34","w":69,"k":{"Y":18,"W":8,"V":14,"T":15,"A":-5}},"\u00ad":{"d":"66,-112v5,6,6,36,-7,35r-56,18v-5,-5,-7,-35,7,-34","w":69},".":{"d":"17,-26v6,-10,27,-43,42,-23v6,8,16,13,19,24v-3,7,-22,27,-31,30v-9,-6,-27,-22,-30,-31","w":95,"k":{"1":18}},"\/":{"d":"138,-252r-124,285v-1,8,-14,9,-17,4r125,-286v1,-5,13,-9,16,-3","w":144},"0":{"d":"8,-103v0,-60,35,-127,88,-127v114,0,89,235,-13,235v-48,0,-75,-54,-75,-108xm144,-85v-1,-55,-20,-127,-66,-127v-28,0,-39,33,-39,67v0,58,21,127,66,127v28,0,40,-33,39,-67","k":{"7":6,"4":-1,"1":18}},"1":{"d":"45,-4v17,-12,33,-5,33,-40r0,-134v1,-22,-19,-20,-32,-13v-7,0,-6,-9,0,-11v21,-6,53,-13,62,-28v3,-3,9,-4,8,5r-1,201v4,9,14,14,30,15v5,0,7,1,7,4v-19,15,-73,-2,-103,6v-3,0,-4,-2,-4,-5","k":{"9":14,"8":17,"7":30,"6":20,"5":8,"4":23,"3":10,"2":10,"1":24,"0":15,".":10,",":9}},"2":{"d":"75,-35v42,3,74,-2,87,-26v11,12,-14,48,-23,59v-26,8,-87,-4,-117,3v-3,0,-5,-2,-5,-5v27,-43,88,-96,91,-160v3,-49,-62,-48,-84,-15r-4,-5v15,-51,119,-69,125,3v3,28,-49,94,-85,140v0,4,5,6,15,6","k":{"7":17,"4":-4,"1":24}},"3":{"d":"157,-84v0,76,-108,121,-148,59v-1,-3,1,-5,4,-5v12,9,29,21,50,21v30,0,55,-30,55,-60v0,-31,-19,-50,-52,-41v-3,1,-4,-1,-4,-5v16,-12,46,-30,46,-58v1,-48,-60,-39,-79,-13v-9,-19,40,-48,60,-44v28,-1,51,19,51,44v0,22,-16,32,-32,47v25,7,49,21,49,55","k":{"7":19,"4":2,"1":27}},"4":{"d":"149,-57v-10,0,-14,-1,-14,11r0,55v-4,10,-23,6,-34,11v-12,-7,6,-53,-4,-76v-26,-3,-63,1,-90,-2v-2,-1,-2,-3,-2,-6v13,-33,96,-148,127,-172v9,31,-2,100,4,144v10,9,26,-3,29,-12v5,0,5,3,5,8v-4,14,2,44,-21,39xm93,-88v13,-12,6,-60,4,-88v-23,27,-42,52,-63,85v13,7,40,1,59,3","k":{"7":17,"4":-3,"1":23}},"5":{"d":"122,-64v1,-37,-40,-53,-80,-43v-19,-15,8,-79,8,-111v28,-9,81,11,97,-15v5,-2,9,1,6,7r-12,39v-19,5,-50,1,-73,2v-14,0,-15,25,-16,41v3,11,22,2,31,2v43,0,71,24,73,63v3,69,-95,110,-144,65v-1,-4,4,-4,8,-4v47,25,101,1,102,-46","k":{"7":19,"4":2,"1":25}},"6":{"d":"11,-89v1,-77,66,-142,143,-141r1,5v-43,13,-89,42,-96,93v0,3,1,4,3,4v14,-6,33,-18,51,-18v33,0,57,31,57,65v0,50,-32,86,-80,86v-47,0,-81,-43,-79,-94xm99,-6v58,0,44,-122,-11,-120v-24,1,-40,22,-40,48v0,32,23,72,51,72","k":{"7":17,"4":-5,"1":24}},"7":{"d":"107,8v-16,11,-48,20,-48,-13v0,-69,69,-117,81,-182v-22,-8,-103,-17,-105,18v-1,11,-11,10,-11,-1v0,-17,8,-36,12,-52v18,-10,72,-3,106,-3v13,0,17,-1,17,12v0,64,-79,150,-52,221","k":{":":10,"7":13,"6":15,"4":24,"1":20,".":21}},"8":{"d":"50,-114v-52,-33,-24,-116,45,-116v33,0,63,20,63,51v0,26,-22,40,-41,47v25,12,51,33,51,66v0,44,-34,71,-79,71v-75,0,-107,-91,-39,-119xm135,-174v5,-52,-86,-62,-88,-10v-1,40,89,70,88,10xm94,-6v52,4,65,-71,14,-84r-46,-18v-47,18,-19,109,32,102","k":{"7":11,"4":-4,"1":20}},"9":{"d":"10,-146v0,-47,34,-85,80,-84v88,0,100,129,44,184v-29,29,-59,47,-104,52v-8,-5,-5,-8,6,-11v39,-9,79,-44,85,-87v0,-4,-1,-5,-4,-5v-11,6,-33,18,-49,18v-34,1,-58,-31,-58,-67xm132,-146v0,-33,-22,-75,-52,-73v-57,4,-42,122,12,120v23,0,40,-23,40,-47","k":{"7":7,"4":4,"1":20}},":":{"d":"17,-103v6,-10,28,-44,42,-22v7,10,30,21,11,34v-6,5,-16,19,-23,19v-10,-6,-27,-21,-30,-31xm17,-26v6,-10,27,-43,42,-23v6,8,16,13,19,24v-3,7,-22,27,-31,30v-9,-6,-27,-22,-30,-31","w":95},";":{"d":"15,-26v4,-9,28,-44,44,-23v36,31,-14,104,-44,100v7,-10,25,-22,23,-42v4,-14,-19,-24,-23,-35xm55,-81v-16,25,-35,-13,-43,-22v7,-10,28,-44,42,-22v7,10,31,20,11,34","w":95},"<":{"d":"165,-224r0,18r-102,66r102,68r0,47r-150,-101r0,-3"},"=":{"d":"161,-140v-12,35,-83,16,-133,16v-16,0,-5,-11,-5,-20v27,-12,84,2,130,-3v6,0,8,2,8,7xm161,-94v-10,37,-81,5,-133,17v-16,0,-5,-11,-5,-20v25,-13,87,-1,130,-3v6,0,8,2,8,6"},">":{"d":"15,-25r0,-17r102,-66r-102,-69r0,-47r150,101r0,3"},"?":{"d":"54,-143v9,-23,33,-76,-7,-80v-13,-5,-25,24,-33,13v7,-42,98,-48,96,5v-2,41,-60,67,-50,116v0,2,-1,3,-4,3v-13,-11,-11,-34,-2,-57xm58,5v-11,-9,-44,-27,-23,-42v11,-8,21,-30,35,-12v6,8,16,12,18,24v-2,9,-22,27,-30,30","w":119},"@":{"d":"264,-144v0,44,-32,89,-78,93v-19,2,-29,-15,-25,-35v-18,23,-36,35,-54,35v-16,0,-25,-13,-25,-30v3,-48,49,-123,105,-97v5,2,16,-19,21,-9v-7,26,-20,76,-21,103v0,11,4,17,10,17v27,-6,42,-42,42,-76v0,-51,-38,-89,-87,-88v-60,1,-108,58,-108,120v0,93,98,124,176,86r5,13v-92,44,-213,2,-213,-101v0,-72,68,-132,140,-132v61,0,112,41,112,101xm163,-171v-30,0,-52,49,-52,82v0,28,23,17,37,3v20,-20,18,-50,28,-77v0,-5,-4,-8,-13,-8","w":273},"A":{"d":"74,1v-24,-4,-49,-2,-74,0v-7,0,-6,-8,0,-9v21,-9,20,-19,32,-45r89,-192v35,60,62,141,94,208v7,17,15,26,35,30v2,0,3,2,3,5v0,3,-2,5,-4,4v-19,-4,-77,-6,-96,0v-4,0,-5,-2,-5,-5v6,-7,24,-11,23,-26v1,-4,-12,-49,-26,-55v-39,4,-87,-17,-95,25v-11,21,-10,51,23,51v9,0,10,10,1,9xm136,-102v9,1,7,-5,5,-9v-10,-20,-22,-58,-34,-73v-13,17,-26,52,-35,76v8,13,45,3,64,6","w":247,"k":{"y":17,"w":15,"v":16,"u":8,"t":4,"q":4,"o":7,"g":-2,"e":5,"d":1,"c":5,"b":-2,"Y":10,"W":32,"V":37,"U":21,"T":15,"Q":11,"O":17,"G":15,"C":16,".":-5,"-":-2,",":-6}},"B":{"d":"143,1v-41,-1,-81,-2,-120,1v-6,1,-7,-8,-1,-9v14,-2,21,-15,21,-37r0,-146v0,-26,-12,-39,-37,-40v-2,0,-4,-1,-4,-4v0,-13,32,-3,44,-4v68,-8,161,-15,164,54v1,24,-18,38,-35,48v26,9,54,24,54,61v0,48,-37,77,-86,76xm110,-230v-40,0,-22,44,-26,75v-2,27,33,19,57,19v20,0,30,-14,30,-36v0,-34,-25,-58,-61,-58xm103,-122v-33,0,-15,50,-18,85v2,17,15,25,41,25v41,1,61,-18,62,-54v2,-45,-38,-56,-85,-56","w":242,"k":{"Y":11,"W":13,"V":14,"O":2}},"C":{"d":"13,-114v0,-106,111,-164,197,-108v7,-3,15,-20,17,2r5,60v0,5,-2,7,-5,7v-17,-34,-52,-82,-98,-80v-47,2,-74,46,-74,99v0,71,55,138,127,107v21,-9,31,-24,47,-36v2,0,4,1,4,4v-13,34,-63,64,-104,64v-69,0,-116,-50,-116,-119","w":242,"k":{"A":8}},"D":{"d":"20,-4v13,-9,23,-10,23,-37r0,-153v0,-22,-13,-36,-35,-35v-7,0,-7,-7,-4,-9r125,-5v75,-1,132,40,132,111v0,72,-56,132,-129,132v-33,0,-82,-3,-108,1v-3,0,-4,-1,-4,-5xm115,-230v-26,1,-31,0,-31,27r2,170v4,14,18,21,43,21v56,0,89,-45,89,-105v0,-63,-41,-114,-103,-113","w":273,"k":{"Y":13,"W":14,"V":15,"T":-3,"J":9,"A":18}},"E":{"d":"112,-120v-38,-6,-29,23,-29,56v0,29,-2,48,24,49v49,1,79,-16,95,-45v2,-1,6,1,5,5v1,52,-48,66,-105,55v-23,-4,-51,1,-80,1v-2,0,-4,-1,-4,-4v17,-11,27,-22,25,-53v-3,-53,8,-124,-6,-166v-3,-8,-26,-6,-32,-15v31,-10,141,3,178,-4v10,5,5,29,7,42v2,12,-10,21,-10,6v1,-38,-48,-34,-87,-32v-17,10,-10,61,-7,84v19,11,68,6,70,-24v2,-4,9,-5,9,2r2,78v-4,2,-8,1,-8,-6v-5,-23,-15,-31,-47,-29","w":211},"F":{"d":"132,-226v-21,0,-48,-6,-48,17r0,57v-4,23,20,14,38,16v25,1,25,-17,37,-32v11,12,2,52,9,79v0,5,-9,6,-9,0v-6,-25,-12,-28,-41,-31v-50,-6,-34,22,-34,63v0,32,5,46,36,49v3,0,5,2,5,4v-11,13,-71,-2,-99,7v-4,0,-6,-2,-6,-5v14,-11,23,-16,23,-47r0,-144v1,-30,-9,-35,-33,-38v-3,0,-5,-1,-5,-4v34,-12,121,1,176,-7v3,0,5,3,5,9v0,14,8,43,-3,48v-5,0,-4,-6,-4,-11v-3,-22,-19,-30,-47,-30","w":194,"k":{"u":8,"r":9,"o":8,"e":8,"a":10,"O":4,"J":-8,"A":19,".":15,"-":-8,",":14}},"G":{"d":"12,-111v0,-72,52,-134,122,-134v21,0,57,12,81,22v5,-1,16,-12,16,0v0,22,-1,42,1,63v-2,7,-10,7,-11,-2v-5,-35,-46,-70,-86,-70v-52,0,-79,48,-79,103v0,58,27,119,77,119v34,0,64,-10,60,-54v-2,-28,-8,-37,-36,-38v-4,-1,-5,-2,-5,-6v17,-10,69,4,97,-5v4,0,7,2,7,5v0,3,-3,5,-7,5v-28,4,-12,51,-19,73v-19,12,-81,35,-110,35v-64,0,-108,-52,-108,-116","w":264,"k":{"Y":2,"W":4,"V":4,"T":4,"A":12}},"H":{"d":"200,-47v-1,-28,13,-73,-15,-73r-83,0v-33,-5,-14,40,-19,64v1,30,8,46,35,47v4,0,6,2,6,5v-23,12,-68,-4,-102,5v-4,0,-6,-2,-6,-6v0,-2,2,-4,5,-4v20,-3,23,-23,22,-48r0,-146v2,-27,-24,-21,-38,-34v8,-13,32,-1,51,-2r47,-3v4,0,6,1,6,5v-10,8,-29,10,-26,30v5,27,-16,70,20,70r82,0v27,3,13,-40,16,-66v2,-18,-15,-26,-33,-29v-4,0,-5,-2,-5,-5v8,-12,32,-1,51,-2r47,-3v4,0,6,1,6,5v-10,8,-26,10,-26,30r0,151v1,31,6,46,34,47v4,0,7,2,7,5v-23,12,-69,-3,-103,5v-3,0,-5,-2,-5,-6v0,-2,1,-4,4,-4v18,-3,23,-16,22,-38","w":284},"I":{"d":"104,-232v-17,5,-20,5,-20,28r1,167v2,18,14,27,32,28v5,0,8,1,8,5v-21,12,-74,-4,-103,5v-8,0,-4,-7,0,-9v22,-5,21,-21,21,-48r0,-141v3,-27,-16,-31,-37,-34v-4,-2,-4,-10,1,-10v23,7,71,0,96,-1v4,0,6,2,6,5v0,4,-1,5,-5,5","w":126},"J":{"d":"43,-143v-3,-54,11,-84,-36,-87v-3,0,-5,-2,-5,-5v5,-13,34,-3,48,-3v18,0,44,-9,56,0v-13,10,-22,14,-22,43r-1,158v2,57,-41,114,-90,91v-10,-10,0,-59,17,-34v13,19,34,26,34,-18","w":119,"k":{"A":5}},"K":{"d":"111,-236v-19,11,-31,12,-27,47v2,23,-4,54,3,71v26,-21,96,-82,98,-102v1,-15,-19,-7,-22,-17v20,-10,58,4,87,-4v9,2,7,8,-2,10v-34,6,-60,46,-91,68v-28,20,-6,35,6,51v48,62,46,83,107,103v5,2,6,11,-2,10v-34,-5,-70,12,-83,-18r-39,-49v-22,-28,-23,-38,-37,-50v-33,6,-39,102,1,107v11,-1,14,9,4,10v-29,-4,-60,-2,-91,0v-7,1,-10,-7,-2,-9v19,-4,22,-17,22,-43r-1,-158v-3,-17,-19,-19,-36,-23v-2,-2,-2,-10,4,-9v28,4,68,4,96,0v3,0,5,2,5,5","w":264,"k":{"y":18,"u":4,"o":2,"e":1,"a":-9,"T":-5,"O":13,"G":11,"C":12,"-":9}},"L":{"d":"8,-241v29,6,60,1,90,0v12,-1,15,9,3,9v-12,1,-18,9,-18,25r0,152v3,33,-2,39,26,39v47,0,75,-20,94,-46v11,32,-20,73,-63,62v-39,-1,-79,-4,-116,1v-6,1,-7,-8,-1,-9v18,-5,20,-17,20,-42r0,-147v1,-23,-14,-31,-34,-33v-8,-1,-8,-11,-1,-11","w":203,"k":{"y":5,"u":1,"Y":21,"W":23,"V":30,"U":7,"T":23,"O":-2,"G":-4,"C":-2,"-":-22}},"M":{"d":"46,-172v4,-32,-9,-58,-38,-57v-4,0,-6,-2,-6,-5v6,-12,42,1,60,-7v8,0,14,4,17,11r72,158v5,12,9,13,14,3r80,-167v11,-10,32,-1,55,-5v4,0,6,1,6,5v0,2,-2,4,-5,4v-28,1,-30,25,-29,56r4,117v1,31,9,46,37,50v3,0,5,2,5,5v-23,10,-73,-4,-101,5v-2,0,-4,-2,-4,-5v14,-9,26,-14,23,-40v-4,-39,0,-85,-7,-121v-2,0,-5,3,-8,9r-68,146v-10,19,-12,13,-22,-8r-68,-148v-4,45,-23,145,23,157v10,1,11,10,2,10v-23,0,-51,-5,-71,0v-4,0,-6,-2,-6,-5v48,-18,27,-107,35,-168","w":318},"N":{"d":"3,-240v30,6,66,-15,80,15r120,136v8,9,14,13,16,13v9,-20,6,-60,6,-85v0,-48,-2,-68,-41,-72v-4,0,-6,-1,-6,-4v20,-12,47,4,84,-5v4,0,6,1,6,5v-16,9,-27,19,-28,54r-3,179v0,8,-7,5,-10,1r-166,-182v-10,16,-4,56,-4,81v0,63,-7,88,40,96v3,0,5,2,5,4v-6,12,-28,-1,-45,2v-17,-3,-36,10,-46,0v5,-8,21,-9,24,-20v12,-37,7,-101,7,-152v0,-36,-13,-55,-40,-57v-3,0,-5,-1,-5,-4v0,-3,2,-5,6,-5","w":273,"k":{"u":9,"o":6,"e":5,"a":6,"A":3,".":1}},"O":{"d":"13,-118v2,-79,51,-125,131,-127v70,-2,122,46,122,116v0,73,-50,134,-128,134v-75,0,-127,-48,-125,-123xm225,-113v-1,-64,-34,-119,-94,-119v-51,0,-75,43,-75,99v0,66,31,125,90,125v52,0,80,-48,79,-105","w":278,"k":{"Y":14,"X":16,"W":14,"V":17,"T":-2,"A":17}},"P":{"d":"116,-229v-26,0,-33,4,-33,28v0,56,-5,132,5,177v3,12,17,15,32,16v3,0,5,1,5,5v-23,11,-66,-3,-103,6v-4,0,-6,-1,-6,-4v0,-3,2,-5,5,-5v22,-6,22,-19,22,-49r0,-135v0,-27,-9,-38,-33,-41v-5,-1,-7,-2,-7,-5v20,-13,75,-2,118,-6v54,-4,91,20,93,66v2,40,-34,69,-74,69v-16,0,-57,-7,-35,-16v36,12,67,-11,67,-46v0,-34,-23,-61,-56,-60","w":221,"k":{"o":19,"e":18,"a":12,"J":5,"A":27,".":33,"-":9,",":32}},"Q":{"d":"13,-116v0,-76,56,-129,133,-129v116,0,155,150,78,218v-10,9,-31,17,-43,27v16,15,61,40,85,15v2,0,5,4,4,6v-6,14,-42,36,-57,35v-47,-4,-86,-51,-127,-54v-20,-2,-34,20,-34,40v0,4,-1,6,-5,6v-15,-20,1,-47,17,-61v-27,-18,-51,-57,-51,-103xm149,-8v123,0,84,-223,-21,-223v-49,0,-74,40,-74,92v0,67,34,131,95,131","w":277},"R":{"d":"253,-17v-13,18,-56,28,-73,0v-12,-10,-38,-71,-55,-92v-7,-4,-42,-13,-42,5v2,43,-8,95,31,95v9,0,9,10,1,10v-30,-2,-63,-2,-90,2v-5,0,-7,-2,-7,-5v17,-10,28,-22,25,-57v-4,-50,7,-115,-5,-156v-4,-13,-29,-10,-36,-20v5,-11,27,-2,41,-3r84,-4v42,-1,78,25,78,64v1,29,-22,44,-40,57v18,30,34,71,57,95v7,7,17,7,28,5v2,0,3,1,3,4xm104,-229v-36,0,-21,54,-21,84v0,15,2,17,17,17v49,3,63,-5,66,-40v3,-34,-26,-61,-62,-61","w":248,"k":{"y":12,"u":3,"o":-1,"e":-2,"Y":12,"W":20,"V":20,"U":14,"T":9,"O":10,"G":8,"C":9,"-":2}},"S":{"d":"28,-137v-44,-56,27,-142,96,-96v19,8,33,-16,30,24v-1,14,9,36,0,44v-10,-14,-12,-37,-31,-49v-25,-29,-81,-22,-83,18v-2,43,90,51,108,77v42,61,-18,156,-97,115v-11,-6,-29,-1,-30,-17v2,-16,-23,-57,-6,-63v13,32,38,75,77,76v31,1,62,-40,39,-68v-20,-24,-86,-40,-103,-61","w":176,"k":{"t":2,"Y":-5,"W":-4,"V":-3,"T":-3,"A":7}},"T":{"d":"207,-215v-19,-10,-78,-18,-70,17r0,133v1,35,7,53,39,56v4,0,6,2,6,6v-25,10,-78,-4,-117,5v-7,1,-6,-6,-4,-10v25,-1,36,-15,36,-44r0,-156v2,-25,-57,-10,-63,-9v-21,4,-13,29,-28,45v-15,-8,4,-40,1,-61v15,-16,72,-4,111,-5r100,-3v18,2,8,29,14,50v-2,9,-9,8,-11,-1v-2,-10,-6,-19,-14,-23","w":231,"k":{"y":3,"w":3,"v":3,"u":9,"s":18,"r":16,"o":25,"j":1,"i":2,"g":22,"e":25,"c":25,"a":21,"Y":-15,"W":-13,"V":-13,"S":-5,"O":1,"J":-10,"G":3,"C":2,"A":10,";":13,":":14,".":22,"-":17,",":22}},"U":{"d":"156,-14v87,4,83,-93,80,-184v-1,-21,-13,-36,-35,-35v-8,0,-9,-8,-4,-9v25,1,51,3,75,0v4,0,5,1,5,4v-22,3,-27,35,-25,72v5,103,-16,167,-111,171v-115,5,-109,-99,-102,-206v2,-32,-27,-23,-38,-37v23,-10,61,2,98,-4v11,-2,13,10,1,11v-32,9,-18,65,-21,106v-5,75,17,108,77,111","w":287,"k":{"r":12,"p":10,"n":11,"m":12,"A":23,".":13,",":12}},"V":{"d":"169,-242v29,1,55,3,81,-1v10,11,-17,11,-19,20v-34,64,-70,153,-101,220v-6,14,-16,5,-18,-5r-71,-168v-15,-33,-13,-46,-39,-56v-8,0,-10,-10,-2,-10r89,0v4,0,5,2,5,5v-4,8,-24,6,-20,21v7,42,42,124,63,165v21,-40,57,-110,63,-155v3,-23,-25,-22,-36,-32v0,-3,2,-4,5,-4","w":247,"k":{"y":12,"u":19,"r":23,"o":31,"g":27,"e":30,"a":28,"T":-12,"S":5,"O":20,"G":20,"C":20,"A":35,";":19,":":21,".":34,"-":15,",":33}},"W":{"d":"308,-205v4,-25,-22,-21,-34,-32v0,-4,2,-6,5,-6v25,1,54,5,77,0v11,11,-14,12,-18,21v-34,64,-63,157,-92,221v-14,15,-17,-6,-25,-23v-18,-44,-31,-77,-38,-100v-1,-5,-3,-7,-5,-7v-17,24,-45,99,-60,125v-15,26,-20,-2,-26,-14v-25,-50,-51,-140,-71,-187v-6,-16,-13,-24,-22,-25v-3,0,-4,-2,-4,-5v16,-11,56,3,85,-4v4,0,6,2,6,5v-5,8,-26,3,-22,19v10,38,38,125,58,162v16,-16,35,-68,49,-99v-10,-26,-18,-74,-45,-79v-3,0,-5,-2,-5,-5v18,-11,69,4,90,-4v15,13,-19,10,-16,27v5,26,38,109,49,143v6,18,11,17,17,0v14,-42,40,-87,47,-133","w":354,"k":{"y":11,"u":18,"r":21,"o":28,"g":25,"e":27,"a":27,"T":-12,"S":5,"O":18,"G":18,"C":18,"A":32,";":15,":":18,".":30,"-":12,",":29}},"X":{"d":"117,-99v-21,16,-60,69,-56,75v0,9,9,15,28,16v5,-1,7,9,2,9r-94,-2v-3,-12,22,-9,30,-21v20,-19,64,-68,79,-91v-14,-24,-66,-94,-77,-104v-5,-11,-27,-9,-33,-19v24,-12,71,3,109,-6v3,0,5,1,5,4v-2,10,-21,4,-21,19v6,23,30,57,47,72v17,-20,45,-44,52,-69v4,-15,-25,-11,-28,-20v16,-12,59,1,92,-6v3,0,5,1,5,4v-2,10,-25,6,-29,14v-22,17,-66,68,-82,91v15,27,62,91,82,110v9,14,31,8,39,20v-21,13,-74,-6,-113,4v-9,0,-7,-10,0,-10v20,-2,17,-18,6,-33","w":261,"k":{"y":21,"o":7,"e":5,"Q":10,"O":17,"C":16,"-":11}},"Y":{"d":"170,-211v1,-17,-24,-19,-34,-26v14,-13,51,4,84,-4v4,0,5,1,5,4v-5,9,-22,7,-28,17v-21,30,-48,85,-66,114v4,43,-18,100,36,97v3,0,5,2,5,5v-10,13,-38,2,-62,2v-30,0,-38,2,-55,3v-2,0,-4,-2,-4,-6v22,-10,39,-13,39,-49v0,-66,-33,-97,-55,-145v-9,-21,-23,-31,-37,-32v-10,0,-8,-11,-2,-11v28,5,62,4,92,1v5,0,7,1,7,4v-2,8,-22,7,-19,17v7,22,31,77,48,92v14,-6,45,-72,46,-83","w":220,"k":{"v":19,"u":26,"p":27,"o":29,"g":23,"e":28,"a":20,"T":-12,"S":4,"O":19,"G":20,"C":20,"A":9,";":15,":":17,".":21,"-":18,",":21}},"Z":{"d":"188,-60v11,29,-19,69,-55,63v-37,-6,-82,-7,-117,0v-10,-5,5,-11,7,-22r59,-109v25,-48,32,-59,41,-90v-29,-15,-98,-5,-95,33v-1,2,-2,4,-5,4v-10,-10,2,-35,-1,-53v1,-7,4,-7,10,-5v27,4,110,-2,142,-4v14,0,9,8,4,16r-107,207v37,15,95,-4,111,-34v3,-4,5,-6,6,-6","w":192},"[":{"d":"53,-17v-3,37,14,46,45,48v2,2,1,8,-4,7v-29,-9,-69,20,-69,-18r0,-263v1,-25,42,-4,69,-11v4,0,5,1,5,4v1,6,-7,4,-13,4v-27,6,-33,13,-33,47r0,182","w":103},"\\":{"d":"23,-249r125,286v-2,5,-16,4,-17,-4r-124,-285v4,-4,14,-3,16,3","w":144},"]":{"d":"51,-199v2,-35,-12,-48,-45,-47v-3,-3,-3,-9,4,-8v29,9,69,-19,69,18r0,263v-1,25,-42,4,-69,11v-4,0,-6,-1,-6,-4v0,-5,8,-4,14,-4v26,-6,33,-13,33,-47r0,-182","w":103},"^":{"d":"190,-102r-18,0r-66,-102r-69,102r-47,0r102,-150r2,0"},"_":{"d":"6,32r168,0r0,21r-168,0r0,-21"},"`":{"d":"107,-172v-18,12,-41,-25,-55,-35v-6,-4,-3,-13,6,-13v40,0,33,27,49,48"},"a":{"d":"44,5v-41,2,-40,-61,-8,-73v10,-4,30,-10,59,-16v7,-26,-4,-54,-29,-54v-32,0,1,40,-43,34v-8,1,-6,-8,-5,-14v16,-45,123,-46,113,21v4,29,-19,92,24,80v3,11,-17,21,-31,21v-10,0,-19,-7,-26,-20v-22,14,-40,21,-54,21xm68,-14v29,0,31,-29,27,-59v-20,-6,-47,17,-46,36v0,15,6,23,19,23","w":153,"k":{"y":3,"w":4,"v":5}},"b":{"d":"26,-200v0,-17,-4,-25,-19,-25v-8,-8,12,-11,12,-11v12,-2,25,-10,40,-17v6,38,-2,93,3,133v28,-51,118,-30,111,37v7,71,-75,112,-128,72v-4,-1,-20,30,-20,13xm144,-58v0,-51,-56,-97,-83,-48r0,67v1,16,23,34,42,34v27,0,41,-24,41,-53","w":184,"k":{"y":1,"w":2,"v":3}},"c":{"d":"11,-65v-1,-47,38,-84,85,-84v32,0,65,28,29,44v-5,2,-14,10,-15,-2v-1,-15,-15,-33,-30,-31v-57,7,-38,122,17,122v14,0,29,-6,42,-15v2,-1,3,0,3,3v-6,17,-42,33,-63,33v-40,0,-68,-31,-68,-70","w":146,"k":{"k":6,"h":5}},"d":{"d":"123,-141v5,-26,13,-87,-17,-84v-7,1,-9,-8,-2,-9v22,-3,39,-9,55,-19v7,50,-1,139,2,207v0,21,1,29,20,30v4,0,6,1,6,4v-11,13,-40,6,-61,17v-3,-5,2,-19,-3,-23v-11,10,-31,23,-52,23v-36,1,-60,-29,-60,-65v0,-60,52,-109,112,-81xm95,-18v13,-1,31,-5,31,-21r0,-65v0,-20,-26,-38,-47,-35v-62,8,-40,124,16,121","w":191},"e":{"d":"11,-70v0,-39,31,-79,70,-79v30,0,62,31,63,58v-12,16,-63,1,-95,8v-15,48,57,92,89,47v3,-2,8,-1,7,3v-6,16,-43,38,-65,38v-41,0,-69,-34,-69,-75xm108,-104v2,-17,-15,-36,-32,-36v-18,0,-36,27,-28,46v15,-1,58,7,60,-10","w":153,"k":{"y":3,"x":4,"w":3,"v":5,"t":5}},"f":{"d":"69,-197v0,30,-12,62,31,53r9,-6v3,-1,2,1,2,4v-6,7,-2,20,-15,20v-12,1,-27,-4,-27,11r0,72v-5,32,14,29,29,40v-16,10,-51,-4,-77,4v-10,-11,17,-9,13,-27r0,-92v2,-16,-40,1,-20,-25v12,0,20,1,20,-12v0,-46,27,-96,63,-98v26,-2,14,24,8,36v-5,-5,-9,-20,-21,-19v-12,2,-15,21,-15,39","w":110,"k":{"t":-3,"o":7,"l":-9,"j":-5,"i":-4,"f":-6,"e":6,"a":2}},"g":{"d":"12,-99v0,-48,73,-65,109,-35v20,-1,23,-12,30,-25v4,14,4,46,-14,48v9,50,-36,67,-86,59v-7,-1,-14,8,-13,15v0,10,9,15,27,15v53,2,85,-5,85,32v0,35,-34,52,-76,52v-39,0,-80,-11,-61,-44v6,-10,29,-6,14,-19v-20,-17,-1,-41,11,-54v-8,-9,-26,-24,-26,-44xm75,-57v20,0,29,-17,29,-38v0,-31,-10,-46,-29,-46v-20,0,-29,17,-29,39v0,22,10,45,29,45xm35,27v0,36,87,39,87,4v0,-25,-46,-13,-72,-21v-8,-1,-16,8,-15,17","w":156},"h":{"d":"168,-75v0,31,-8,69,23,68v8,-1,7,8,1,7v-24,0,-50,-5,-71,1v-3,0,-5,-2,-5,-4v20,-8,17,-38,17,-69v0,-53,-45,-75,-67,-37v5,38,-18,98,26,102v5,1,3,9,-2,8v-22,-5,-44,-4,-70,-1v-5,0,-7,-2,-7,-5v9,-6,18,-13,18,-30r-1,-179v3,-16,-29,-7,-20,-21v16,-3,42,-14,56,-21v5,31,-4,92,1,133v37,-46,101,-28,101,48","w":198,"k":{"y":9}},"i":{"d":"37,-194v-25,-11,5,-37,13,-43v5,1,21,19,23,28v0,4,-19,36,-28,25xm12,-126v1,-17,46,-13,52,-27v3,-1,5,-2,5,4r0,108v1,24,4,30,25,33v4,0,6,1,6,4v0,3,-5,4,-14,4v-24,0,-41,-4,-66,0v-6,0,-4,-5,-2,-7v27,-8,13,-61,16,-94v2,-20,-5,-24,-22,-25","w":99},"j":{"d":"23,41v11,-4,10,-21,11,-40r0,-105v0,-17,-9,-23,-23,-20v-5,-2,-3,-8,3,-9v20,-3,35,-10,52,-21v8,30,2,88,3,129v1,44,-22,74,-55,85v-11,-1,-24,0,-24,-12v0,-16,4,-40,16,-23v4,5,11,15,17,16xm36,-194v-25,-11,4,-37,13,-43v5,1,21,19,23,28v0,3,-20,36,-28,25","w":92},"k":{"d":"64,-255v9,8,2,18,2,40r0,138v16,-15,45,-33,54,-50v1,-10,-15,-8,-17,-14v12,-7,49,1,65,-5v5,0,7,2,7,5v-16,9,-62,30,-67,44v17,27,46,80,76,88v6,-1,9,8,2,8v-15,0,-33,-2,-47,0v-27,-10,-48,-56,-60,-72v-21,8,-18,68,11,65v5,0,7,1,7,5v-17,10,-51,-4,-78,4v-9,-10,22,-16,12,-44r-1,-168v1,-17,-15,-11,-22,-19v9,-9,47,-13,56,-25","w":184,"k":{"u":-1,"o":6,"g":-3,"e":4,"a":-6,".":-4,"-":8,",":-5}},"l":{"d":"31,-188v-1,-24,0,-38,-18,-39v-8,-5,-6,-9,7,-11v20,-4,31,-10,45,-18v8,8,0,40,1,53v5,60,-6,134,5,185v1,8,35,8,22,18v-23,-1,-59,-4,-77,0v-7,-10,23,-18,15,-46r0,-142","w":96},"m":{"d":"161,-119v11,-14,29,-31,53,-31v52,0,57,59,52,116v-2,25,17,20,27,30v-15,12,-50,-7,-75,4v-8,-11,22,-13,12,-36v-2,-41,10,-94,-33,-94v-41,0,-27,52,-30,90v-2,28,14,28,31,36v-16,13,-52,-6,-77,4v-3,0,-5,-1,-5,-4v8,-9,18,-10,16,-33v-3,-39,9,-92,-31,-92v-43,0,-29,54,-32,94v-2,24,17,20,30,31v-13,11,-53,-5,-77,4v-3,0,-5,-1,-5,-4v26,-11,17,-61,17,-98v0,-18,-1,-24,-19,-24v-6,-3,-5,-8,4,-10v19,-4,32,-8,47,-19v9,1,-5,32,7,30v18,-34,78,-30,88,6","w":296,"k":{"y":8,"w":8,"v":9,"p":6}},"n":{"d":"173,-38v-1,26,17,25,29,33v-10,14,-55,-3,-78,5v-7,-12,21,-12,14,-35v1,-43,3,-92,-36,-94v-42,-2,-32,49,-33,88v0,22,7,31,27,33v3,0,5,1,5,4v-17,12,-54,-5,-80,4v-3,0,-4,-1,-4,-4v26,-10,16,-64,16,-100v0,-18,-3,-24,-20,-22v-5,-1,-3,-7,-1,-9v16,-3,43,-11,55,-20v6,4,-4,27,5,31v11,-12,27,-25,48,-25v56,0,56,53,53,111","w":203,"k":{"y":9,"w":9,"v":10,"p":5}},"o":{"d":"11,-69v0,-44,39,-80,83,-80v43,0,76,32,76,75v0,45,-38,79,-82,79v-43,0,-77,-32,-77,-74xm137,-53v0,-41,-18,-86,-53,-86v-25,0,-37,25,-37,53v0,37,20,80,53,81v24,0,37,-22,37,-48","w":181,"k":{"y":7,"x":7,"w":6,"v":7,"t":5}},"p":{"d":"15,54v9,-10,16,-9,16,-34r0,-135v1,-15,-30,-4,-20,-19v23,0,41,-12,53,-19v6,3,-1,24,6,27v20,-13,24,-22,49,-23v35,-1,60,29,60,66v0,59,-52,107,-110,81v-8,18,-4,57,24,52v4,1,6,2,6,5v-12,12,-48,-6,-77,4v-4,0,-7,-2,-7,-5xm96,-126v-13,0,-30,8,-30,19r0,69v0,15,27,33,46,31v63,-9,40,-119,-16,-119","w":190,"k":{"y":1,"t":4}},"q":{"d":"144,-134v5,2,15,-27,18,-12v-3,54,-1,117,-1,173v0,19,9,20,17,28v-13,10,-62,-1,-81,5v-3,0,-5,-1,-5,-4v16,-10,38,-7,33,-39v-1,-10,2,-28,-2,-34v-37,40,-112,20,-112,-46v0,-69,76,-110,133,-71xm84,-140v-65,7,-47,125,12,125v44,0,25,-53,29,-90v1,-18,-23,-36,-41,-35","w":184,"k":{"u":4,"c":1}},"r":{"d":"34,-105v2,-22,-11,-18,-22,-26v15,-11,41,-10,56,-23v7,5,-4,29,4,34v6,-6,25,-29,36,-30v6,-1,31,17,30,23v-3,7,-18,40,-28,19v-17,-14,-41,-10,-41,20r0,49v-2,23,17,27,31,35v0,3,-1,5,-4,5v-21,-3,-53,-5,-76,-1v-13,-11,24,-13,14,-43r0,-62","w":137,"k":{"z":-1,"y":-12,"x":-9,"w":-12,"v":-11,"t":-6,"s":-3,"q":3,"p":-8,"o":3,"k":4,"h":4,"g":-3,"f":-7,"e":2,"d":4,"c":4,"a":-1,";":-1,":":2,".":17,"-":-5,",":16}},"s":{"d":"12,-104v0,-42,60,-58,89,-34v-1,9,7,26,-2,30v-9,-8,-24,-39,-40,-34v-28,0,-31,35,-3,44v28,9,53,19,53,53v0,48,-50,59,-95,42v-8,-6,-1,-27,-4,-44v0,-5,1,-6,5,-6v9,14,19,49,46,49v14,0,24,-10,24,-23v-4,-41,-73,-27,-73,-77","w":120,"k":{"t":2}},"t":{"d":"66,-41v-5,33,30,31,47,20v3,1,4,6,1,8v-23,25,-83,29,-83,-19r0,-95v-10,1,-27,-2,-15,-10v13,-9,37,-40,49,-50v3,12,0,29,1,43v16,0,33,2,43,-6v7,4,-1,23,-10,23r-33,0r0,86","w":115,"k":{"o":2,"e":1,"a":-5,";":-4,":":-3}},"u":{"d":"132,-116v2,-26,-9,-18,-23,-28v10,-11,49,-3,56,-11v3,0,3,4,3,8r0,109v0,25,2,25,25,25v2,1,3,2,3,4v-9,12,-38,4,-60,11v-9,-2,4,-36,-15,-14v-30,35,-92,15,-91,-40r2,-74v0,-10,-7,-14,-18,-13v-3,0,-4,-2,-4,-5v8,-10,41,-3,57,-10v14,24,-24,139,34,139v44,0,27,-60,31,-101","w":198},"v":{"d":"73,-145v8,9,-25,9,-20,18v8,26,22,59,36,80v7,1,40,-68,38,-75v3,-15,-16,-13,-23,-21v10,-9,37,4,53,-3v9,9,-12,9,-13,21r-24,48v-34,56,-39,101,-54,69r-54,-117v-1,-13,-24,-13,-13,-21v24,4,51,-1,74,1","w":154,"k":{"s":-1,"o":8,"g":-1,"e":7,"c":8,"a":1,";":-2,".":16,"-":-5,",":15}},"w":{"d":"114,-94v8,-13,-11,-40,-23,-43v-3,0,-4,-2,-4,-4v10,-11,45,4,72,-4v5,-1,5,6,2,8v-13,0,-17,12,-12,24v9,21,15,45,29,62v13,-21,55,-77,16,-86v-4,0,-6,-2,-6,-5v9,-8,34,1,51,-3v5,1,6,8,0,9v-7,1,-15,18,-21,30v-18,36,-31,76,-52,109v-3,0,-6,-3,-8,-8v-13,-27,-21,-58,-37,-81v-19,26,-31,65,-52,89v-23,-36,-35,-84,-55,-123v-2,-13,-23,-16,-16,-25v24,2,41,2,66,0v14,10,-24,14,-8,34v10,20,15,47,29,63v13,-11,20,-31,29,-46","w":238,"k":{"s":-1,"o":7,"g":-1,"e":6,"c":7,";":-3,":":-1,".":14,"-":-6,",":13}},"x":{"d":"98,-25r-25,-33v-10,13,-51,38,-19,50v3,0,5,1,5,3v-5,12,-35,-2,-55,4v-4,-1,-4,-6,1,-7v17,-10,45,-41,62,-58v-19,-24,-46,-59,-67,-75v12,-10,59,4,81,-4v15,11,-17,8,-13,19v1,12,17,26,24,36v8,-9,31,-31,31,-39v4,-10,-25,-5,-14,-16v14,5,45,-3,56,4v-6,11,-19,9,-32,22r-36,37v23,23,36,57,67,72v9,4,7,11,-3,10v-22,-3,-51,-3,-73,0v-16,-9,22,-10,10,-25","w":162,"k":{"q":2,"o":5,"e":4,"c":3,"a":-7}},"y":{"d":"46,57v16,-32,38,-40,26,-64r-61,-120v-2,-8,-26,-13,-10,-19v22,4,45,2,67,0v5,-1,8,9,1,9v-16,1,-20,12,-10,27v13,20,22,47,36,66v11,-22,50,-86,10,-95v-6,0,-7,-7,-1,-7v17,1,38,3,53,0v7,13,-17,11,-19,30r-68,170v-3,9,-13,5,-22,5v-2,0,-3,-1,-2,-2","w":155,"k":{"s":-1,"o":7,"g":-1,"e":6,"c":7,"a":1,";":-3,":":-1,".":12,"-":-6,",":12}},"z":{"d":"34,-145v33,2,54,-2,85,-2v8,0,3,10,-1,13r-68,96v3,13,72,12,75,-2v3,0,4,1,4,3v-3,18,-26,46,-37,42v-20,-5,-53,-10,-77,-5v-8,-3,-3,-8,2,-15r70,-97v-8,-5,-25,-1,-39,-2v-17,-1,-22,15,-30,22v-3,0,-4,-1,-4,-3v6,-7,1,-51,20,-50","w":132},"{":{"d":"28,-155v-3,-58,-3,-115,66,-101v7,7,-4,11,-11,11v-44,9,-2,116,-42,139v42,18,-11,130,49,140v4,2,6,3,6,6v-30,14,-72,-4,-68,-47v4,-41,4,-84,-21,-99v13,-15,22,-21,21,-49","w":101},"|":{"d":"77,-240r26,0r0,300r-26,0r0,-300"},"}":{"d":"94,-106v-52,33,24,170,-86,150v-5,-2,-3,-9,3,-10v55,-2,8,-114,49,-140v-21,-14,-22,-55,-19,-93v3,-40,-16,-39,-36,-53v30,-16,72,4,68,46v-4,42,-4,84,21,100","w":101},"~":{"d":"47,-223v23,-54,65,-33,108,-23v11,0,22,-6,32,-18r6,4v-22,54,-65,32,-109,22v-17,2,-20,6,-31,19","w":239}}});

Cufon.replace('#nav ul li', { fontFamily: 'Goudy Old Style', hover: true, hoverables: { li: true, a: true } });
Cufon.replace('#nav p.invite-friends a ', { fontFamily: 'Goudy Old Style', hover: true, hoverables: { a: true } });
Cufon.replace('.cf', { fontFamily: 'Goudy Old Style' });

/*
 * hrefID jQuery extention
 */
$.fn.extend({ hrefId: function() { return $(this).attr('href').substr($(this).attr('href').indexOf('#')); } });

/*
 * Scripts
 *
 */
jQuery(function($) {
 
	var Engine = {
		utils : {
			links : function(){
				$('a[rel*=external]').click(function(e){
					e.preventDefault();
					window.open($(this).attr('href'));						  
				});
			},
			mails : function(){
				$('a[href^=mailto:]').each(function(){
					var mail = $(this).attr('href').replace('mailto:','');
					var replaced = mail.replace('/at/','@');
					$(this).attr('href','mailto:'+replaced);
					if($(this).text() == mail) {
						$(this).text(replaced);
					}
				});
			}
		},
		forms : {
			labels : function(){
				var $elements = $('form.search-a p input');
				$elements.each(function(){
					if($(this).val() !== '') $(this).prevAll('label:first').hide();
				}).focus(function(){
					$(this).prevAll('label:first').hide();
				}).blur(function(){
					if($(this).val() === '') $(this).prevAll('label:first').show();
				});
			},
			
			labels_b : function(){
				var $elements = $('div.e-mint-letter form p input');
				$elements.each(function(){
					if($(this).val() !== '') $(this).prevAll('label:first').hide();
				}).focus(function(){
					$(this).prevAll('label:first').hide();
				}).blur(function(){
					if($(this).val() === '') $(this).prevAll('label:first').show();
				});
			}
		},
		design: {			
			imageToBackground : function () {
				$('.p-a, .p-b li, .p-c li, .post-a').each(function () {
				
					$(this).find('p.image').click(function(){
						var url = $(this).find('a').attr('href');							
						if(url)
						{
							window.location = url;						
						}
					});
				
					var imageSrc = $(this).find('img').attr('src');				
					$(this).find('p.image').css('background', 'url(' + imageSrc + ') top left no-repeat');
					$(this).find('p.image img').addClass('hide');						
					
				});						
			},		
			removeCufonSpans : function () {
				$('#nav ul li span').not('a span').remove();
			}
		},
		fixes : {
			blog : function(){
				// no comments/trackbacks + alternative
				var $comments = $('div.comments-a');
				$comments.each(function(){
					if($(this).find('div.comment').length == 0){
						var fixed = $(this).html().replace('</h2>','</h2><p class="empty">') + '</p>';
						$(this).html(fixed);
					} else {
						$(this).find('div.comment:odd').addClass('alt');
					}
				});
				
				// show/hide comments/trackbacks
				var $links = $('div.post-a p.info a.comments, div.post-a p.info a.trackbacks');
				$links.click(function(){
					$($(this).hrefId()).toggle();
					if($(this).is('.comments')) $($(this).hrefId()).next('div.add-comment-a:first').toggle();
					return false;
				});
				
				// single post (show trackbacks and comments)
				if($('div.post-a').length == 1){
					$('div.comments-a, div.add-comment-a').show();
				}
			},
			separators : function(){
				$('ul[class*=cols]').each(function(){
					var matches = /cols([0-9]+)/i.exec($(this).attr('class'))
					var row = matches[1];
					$(this).find('li').each(function(i){
						if((i+1) % row == 0) $(this).after('<li class="separate"><a href="#top">Back to top</a></li>');
					});
				});
			},
			videoBox : function () {
				var imageContainer = $('.box-b p.image').clone();				
				$('.box-b p.image').remove();
				$('.box-b p.more').before(imageContainer);				
			},
			paginationFix : function () {
				$(".pagination a[class$='prev']").addClass('myPrev').html('&lt;');
				$(".pagination a[class$='next']").addClass('myNext').html('&gt;');
				$kids = $(".pagination .pagination").children();
				$kids.after('<span>|</span>');
				$kids.before('<span>|</span>');
				
				$(".pagination .pagination span").each(function () {
					$(this).next('span').hide();
				});				
				
			}
		}		
	};

	Engine.utils.links();
	Engine.utils.mails();
	Engine.forms.labels();	
	Engine.forms.labels_b();
	Engine.fixes.videoBox();
	Engine.fixes.paginationFix();
	Engine.design.removeCufonSpans();
	// Engine.design.imageToBackground();
	
});
