/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/* Avant Garge font */

Cufon.registerFont({"w":216,"face":{"font-family":"ITC Avant Garde Gothic Std Demi","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 2 2 2 2 2 2 4","ascent":"266","descent":"-94","x-height":"6","bbox":"0 -294 339 96.6065","underline-thickness":"18","underline-position":"-18","stemh":"44","stemv":"47","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":108,"k":{"T":29,"V":33,"W":14,"Y":36,"A":14}},"!":{"d":"81,-266r0,185r-49,0r0,-185r49,0xm81,-53r0,53r-49,0r0,-53r49,0","w":113},"\"":{"d":"65,-160r-36,0r0,-106r36,0r0,106xm126,-160r-36,0r0,-106r36,0r0,106","w":154},"#":{"d":"150,-87r-10,69r-32,0r9,-69r-34,0r-10,69r-32,0r9,-69r-40,0r4,-32r41,0r4,-32r-41,0r4,-32r41,0r9,-63r33,0r-9,63r34,0r9,-63r33,0r-9,63r44,0r-4,32r-45,0r-4,32r44,0r-4,32r-44,0xm122,-119r4,-32r-34,0r-5,32r35,0"},"$":{"d":"139,-78v-6,-59,-107,-26,-106,-110v0,-41,28,-62,57,-69r0,-35r40,0r0,35v32,6,51,30,51,65r-44,0v0,-37,-56,-38,-55,-1v0,23,20,30,51,41v77,27,71,118,-3,142r0,36r-40,0r0,-36v-40,-5,-61,-40,-61,-71r49,0v-1,44,65,42,61,3"},"%":{"d":"12,-208v0,-35,28,-63,63,-63v36,0,63,27,63,63v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63xm44,-208v0,17,14,31,31,31v17,0,31,-13,31,-31v0,-18,-13,-31,-31,-31v-17,0,-31,13,-31,31xm221,5v-35,0,-63,-27,-63,-64v0,-35,27,-63,63,-63v35,0,64,29,64,64v0,36,-29,63,-64,63xm190,-58v0,17,13,31,31,31v17,0,31,-13,31,-31v0,-18,-14,-32,-31,-32v-18,0,-31,14,-31,32xm226,-266r-123,266r-35,0r124,-266r34,0","w":296},"&":{"d":"204,-159r49,0r-44,84r47,48r-32,32r-41,-42v-11,21,-32,42,-75,42v-55,0,-90,-35,-90,-76v0,-41,33,-63,55,-76v-50,-42,-28,-124,41,-124v39,0,67,28,67,63v0,35,-25,52,-42,62r38,39xm114,-233v-34,2,-23,50,-3,61v16,-10,27,-19,27,-36v0,-13,-9,-25,-24,-25xm152,-68r-50,-50v-44,16,-42,76,8,78v22,0,33,-12,42,-28","w":269},"(":{"d":"152,-271r0,52v-35,17,-74,66,-74,132v0,63,37,112,74,130r0,53v-87,-33,-125,-114,-125,-184v0,-69,39,-151,125,-183","w":165},")":{"d":"14,96r0,-52v35,-18,74,-66,74,-132v0,-63,-37,-112,-74,-131r0,-52v87,33,125,114,125,184v0,69,-39,151,-125,183","w":165},"*":{"d":"132,-266r-9,52r42,-33r15,27r-48,18r48,18r-16,29r-41,-34r9,52r-32,0r9,-53r-40,35r-17,-29r49,-18r-49,-18r16,-27r41,33r-9,-52r32,0","w":232},"+":{"d":"131,-182r0,68r67,0r0,46r-67,0r0,68r-46,0r0,-68r-67,0r0,-46r67,0r0,-68r46,0"},",":{"d":"80,-53r-33,81r-40,0r23,-81r50,0","w":109,"k":{" ":49}},"-":{"d":"0,-126r100,0r0,46r-100,0r0,-46","w":99},".":{"d":"80,-53r0,53r-50,0r0,-53r50,0","w":109,"k":{" ":49}},"\/":{"d":"26,36r103,-302r52,0r-103,302r-52,0","w":206},"0":{"d":"13,-92r0,-82v0,-77,63,-97,96,-97v37,0,95,25,95,97r0,82v0,73,-58,97,-95,97v-37,0,-96,-24,-96,-97xm108,-224v-60,0,-42,77,-42,133v0,24,13,49,42,49v60,0,42,-77,42,-134v0,-15,-5,-48,-42,-48"},"1":{"d":"86,0r0,-221r-48,0r0,-45r101,0r0,266r-53,0"},"2":{"d":"19,0r0,-42r78,-70v27,-23,48,-41,48,-72v0,-26,-16,-40,-38,-40v-26,0,-38,23,-38,50r-51,0v1,-21,4,-42,19,-62v52,-70,162,-28,162,47v0,60,-72,106,-106,144r107,0r0,45r-181,0"},"3":{"d":"76,-194r-53,0v2,-108,164,-94,162,-7v0,33,-22,48,-36,56v49,17,52,55,52,67v3,82,-128,112,-173,47v-12,-16,-14,-36,-15,-48r54,0v1,17,14,37,40,37v26,0,40,-18,40,-40v0,-34,-32,-42,-67,-39r0,-40v26,2,51,-6,51,-33v0,-16,-9,-30,-26,-30v-23,0,-28,18,-29,30"},"4":{"d":"127,0r0,-48r-123,0r0,-39r124,-179r51,0r0,176r29,0r0,42r-29,0r0,48r-52,0xm59,-90r72,0r0,-111"},"5":{"d":"44,-266r140,0r0,45r-99,0r-9,53v8,-5,18,-12,41,-12v125,0,116,183,-10,185v-51,0,-91,-32,-98,-78r54,0v13,47,90,36,90,-16v0,-43,-64,-70,-89,-22r-43,-10"},"6":{"d":"109,5v-88,0,-122,-102,-76,-169r70,-102r62,0r-62,86v52,-15,106,20,106,86v0,58,-45,99,-100,99xm108,-137v-24,0,-46,18,-46,48v0,28,22,47,46,47v27,0,47,-20,47,-47v0,-27,-20,-48,-47,-48"},"7":{"d":"26,-266r165,0r0,41r-100,225r-59,0r103,-221r-109,0r0,-45"},"8":{"d":"54,-148v-51,-29,-34,-123,54,-123v85,0,106,93,55,123v75,38,33,153,-55,153v-87,0,-129,-115,-54,-153xm108,-228v-17,0,-31,14,-31,33v0,18,14,31,31,31v17,0,32,-14,32,-32v0,-18,-15,-32,-32,-32xm69,-82v0,20,15,40,39,40v24,0,40,-20,40,-40v0,-21,-16,-41,-40,-41v-24,0,-39,20,-39,41"},"9":{"d":"108,-271v89,0,123,102,77,169r-70,102r-62,0r61,-86v-52,15,-104,-20,-105,-86v0,-58,44,-99,99,-99xm156,-177v0,-28,-22,-47,-47,-47v-26,0,-47,20,-47,47v0,27,20,47,47,47v24,0,47,-17,47,-47"},":":{"d":"80,-198r0,54r-50,0r0,-54r50,0xm80,-53r0,53r-50,0r0,-53r50,0","w":109,"k":{" ":20}},";":{"d":"80,-198r0,54r-50,0r0,-54r50,0xm80,-53r-35,81r-37,0r22,-81r50,0","w":109,"k":{" ":23}},"<":{"d":"17,-113r182,-79r0,50r-134,51r134,51r0,50r-182,-79r0,-44"},"=":{"d":"18,-158r180,0r0,46r-180,0r0,-46xm18,-69r180,0r0,45r-180,0r0,-45"},">":{"d":"17,-40r134,-51r-134,-51r0,-50r182,79r0,44r-182,79r0,-50"},"?":{"d":"191,-195v0,48,-72,81,-69,117r-50,0v-10,-37,64,-77,64,-112v0,-18,-11,-32,-32,-32v-24,1,-36,16,-35,42r-52,0v-2,-58,40,-90,90,-91v52,0,84,38,84,76xm122,-53r0,53r-50,0r0,-53r50,0","w":208},"@":{"d":"228,-47r8,25v-32,23,-76,27,-92,27v-198,-4,-175,-276,-1,-277v71,0,127,49,127,117v0,57,-40,97,-75,97v-15,0,-29,-8,-33,-26v-26,46,-95,28,-95,-33v0,-56,75,-121,108,-63r5,-18r31,0r-22,100v-1,10,6,13,12,13v17,0,41,-29,41,-70v0,-55,-44,-90,-97,-90v-65,0,-112,53,-112,114v0,41,26,110,110,110v29,0,61,-8,85,-26xm126,-85v29,-2,42,-31,42,-60v0,-16,-9,-30,-25,-30v-23,0,-45,27,-45,57v0,25,16,33,28,33","w":273},"A":{"d":"80,-52r-19,52r-58,0r108,-266r47,0r106,266r-59,0r-20,-52r-105,0xm171,-95r-39,-108r-38,108r77,0","w":266,"k":{"v":22,"w":16,"y":20,"C":19,"G":19,"O":19,"Q":19,"T":24,"u":13,"U":13,"V":38,"W":20,"Y":35}},"B":{"d":"212,-78v-2,52,-42,78,-105,78r-82,0r0,-266r88,0v81,-11,114,89,53,123v45,15,46,53,46,65xm147,-190v-1,-34,-35,-28,-68,-29r0,59v34,1,69,3,68,-30xm161,-82v0,-37,-43,-34,-82,-33r0,68v39,1,82,5,82,-35","w":223,"k":{"U":5,",":4,".":4,"A":11}},"C":{"d":"227,-89r57,0v-16,55,-69,94,-131,94v-81,0,-139,-65,-139,-139v0,-71,55,-137,139,-137v77,0,121,56,131,95r-57,0v-8,-18,-32,-48,-74,-48v-52,0,-86,43,-86,90v0,49,35,92,86,92v48,0,69,-37,74,-47","w":295,"k":{",":2,".":2,"A":20}},"D":{"d":"25,0r0,-266v88,4,147,-22,198,46v63,83,25,226,-109,220r-89,0xm197,-133v0,-63,-42,-95,-118,-86r0,172v75,8,118,-23,118,-86","w":263,"k":{"V":15,"W":7,"Y":20,",":19,".":18,"A":17}},"E":{"d":"25,0r0,-266r150,0r0,47r-96,0r0,60r94,0r0,47r-94,0r0,65r96,0r0,47r-150,0","w":191},"F":{"d":"25,0r0,-266r142,0r0,47r-88,0r0,63r86,0r0,48r-86,0r0,108r-54,0","w":179,"k":{",":62,".":53,"A":23,"a":7,"e":7,"o":7}},"G":{"d":"296,-142v8,85,-75,147,-142,147v-80,0,-141,-62,-141,-139v0,-80,63,-137,141,-137v60,0,114,37,131,86r-61,0v-36,-64,-157,-46,-157,51v0,108,144,120,167,35r-100,0r0,-43r162,0","w":307,"k":{",":9,".":8,"A":19}},"H":{"d":"79,0r-54,0r0,-266r54,0r0,107r102,0r0,-107r54,0r0,266r-54,0r0,-112r-102,0r0,112","w":259},"I":{"d":"25,0r0,-266r54,0r0,266r-54,0","w":103},"J":{"d":"89,-42v25,0,29,-21,29,-43r0,-181r54,0r0,168v4,70,-30,98,-86,103v-14,5,-88,-17,-84,-82r57,0v2,20,14,35,30,35","w":196,"k":{"u":4,",":6,".":9,"A":14,"a":5,"e":5,"o":5}},"K":{"d":"32,0r0,-266r53,0r0,123r89,-123r56,0r-96,132r106,134r-66,0r-89,-120r0,120r-53,0","w":239,"k":{"y":16,"O":15,"u":15,"a":17,"e":17,"o":17}},"L":{"d":"26,0r0,-266r54,0r0,219r87,0r0,47r-141,0","w":169,"k":{"y":13,"O":16,"T":20,"V":34,"W":19,"Y":32,"o":10}},"M":{"d":"75,0r-50,0r0,-266r73,0r68,191r67,-191r73,0r0,266r-50,0r2,-213r-75,213r-35,0r-75,-213","w":331},"N":{"d":"73,-266r122,184r-1,-184r52,0r0,266r-48,0r-122,-184r1,184r-52,0r0,-266r48,0","w":271},"O":{"d":"13,-131v0,-85,66,-140,140,-140v81,0,140,62,140,138v0,76,-59,138,-140,138v-82,0,-140,-65,-140,-136xm153,-224v-53,0,-86,43,-86,91v0,49,35,91,87,91v112,-2,112,-182,-1,-182","w":306,"k":{"T":14,"V":17,"W":6,"Y":20,",":13,".":13,"A":19,"X":19}},"P":{"d":"213,-180v0,69,-51,97,-135,89r0,91r-54,0r0,-266r81,0v81,-3,108,28,108,86xm162,-179v0,-43,-42,-41,-84,-40r0,80v43,1,84,3,84,-40","w":217,"k":{",":77,".":72,"A":31,"a":7,"e":7,"o":7}},"Q":{"d":"311,-39r0,44v-34,1,-72,-11,-80,-22v-97,64,-217,-19,-217,-115v0,-72,56,-139,140,-139v84,0,141,65,141,136v0,48,-19,72,-28,84v12,9,24,11,44,12xm71,-134v60,-24,119,8,154,49v43,-55,-4,-144,-71,-139v-45,3,-86,34,-83,90xm193,-52v-25,-31,-69,-57,-115,-39v26,50,73,59,115,39","w":313,"k":{",":-5}},"R":{"d":"167,-172v0,-42,-41,-52,-89,-47r0,219r-54,0r0,-266r81,0v81,-1,109,27,113,89v3,41,-26,73,-58,78r59,99r-56,0r-72,-124v43,4,76,-9,76,-48","w":226,"k":{"V":7,"Y":8}},"S":{"d":"11,-83r53,0v5,63,74,50,74,8v0,-23,-19,-29,-56,-43v-20,-8,-67,-25,-67,-75v0,-51,45,-78,88,-78v35,0,83,18,85,77r-53,0v-2,-12,-7,-32,-33,-32v-18,0,-33,12,-33,30v0,20,13,28,59,43v91,29,84,157,-26,158v-60,0,-91,-37,-91,-88","w":201,"k":{",":-2,".":4}},"T":{"d":"61,0r0,-219r-58,0r0,-47r169,0r0,47r-58,0r0,219r-53,0","w":174,"k":{"w":21,"y":9,"O":14,"u":22,",":33,".":38,"A":24,"a":27,"e":27,"o":27,"c":27,"-":27,"r":14,"s":16,":":14,";":17}},"U":{"d":"122,5v-50,3,-98,-46,-98,-108r0,-163r54,0r0,163v-1,30,10,61,44,61v34,0,43,-31,43,-61r0,-163r54,0r0,163v1,70,-33,103,-97,108","w":243,"k":{",":9,".":9,"A":13}},"V":{"d":"100,0r-95,-266r55,0r67,202r67,-202r56,0r-96,266r-54,0","w":254,"k":{"y":4,"G":17,"O":17,"u":21,",":54,".":54,"A":38,"a":37,"e":37,"i":10,"o":37,"-":27,"r":20,":":14,";":20}},"W":{"d":"76,0r-71,-266r55,0r45,193r47,-193r41,0r47,193r45,-193r54,0r-72,266r-48,0r-47,-189r-46,189r-50,0","w":344,"k":{"y":11,"O":6,"u":16,",":38,".":38,"A":20,"h":4,"a":23,"e":24,"i":5,"o":24,"-":13,"r":12,":":8,";":13}},"X":{"d":"4,0r92,-140r-83,-126r60,0r55,87r53,-87r61,0r-83,127r92,139r-61,0r-64,-102r-62,102r-60,0","w":254,"k":{"C":19,"O":19,"a":13,"e":13,"o":13}},"Y":{"d":"86,0r0,-95r-82,-171r58,0r50,121r51,-121r58,0r-82,171r0,95r-53,0","w":224,"k":{"v":18,"O":20,"u":26,",":50,".":50,"A":35,"a":36,"e":36,"i":9,"o":36,"p":21,"q":36,"-":38,":":14,";":18,"S":10}},"Z":{"d":"173,-224r-101,177r103,0r0,47r-169,0r0,-35r107,-184r-108,0r0,-47r168,0r0,42","w":179},"[":{"d":"140,36r0,38r-102,0r0,-340r102,0r0,38r-56,0r0,264r56,0","w":165},"\\":{"d":"129,36r-103,-302r52,0r103,302r-52,0","w":206},"]":{"d":"26,74r0,-38r56,0r0,-264r-56,0r0,-38r102,0r0,340r-102,0","w":165},"^":{"d":"22,-135r62,-131r48,0r62,131r-51,0r-35,-90r-35,90r-51,0"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"227,-198r0,198r-47,0r0,-28v-13,23,-39,34,-67,34v-63,0,-100,-49,-100,-105v0,-62,45,-105,100,-105v36,0,58,19,67,35r0,-29r47,0xm180,-97v0,-37,-22,-63,-60,-63v-38,0,-60,31,-60,62v0,24,18,60,60,60v37,0,60,-24,60,-59","w":250},"b":{"d":"23,0r0,-266r48,0r0,93v61,-65,158,-26,164,73v6,99,-120,140,-166,72r0,28r-46,0xm188,-99v0,-32,-24,-61,-59,-61v-37,0,-60,29,-60,61v0,33,22,61,58,61v39,0,61,-30,61,-61","w":247,"k":{"v":9,"y":7,",":7,".":7}},"c":{"d":"118,-160v-33,-1,-59,27,-58,61v0,36,25,61,58,61v30,0,47,-18,54,-34r48,0v-11,44,-51,78,-102,78v-63,0,-105,-48,-105,-105v0,-58,45,-105,104,-105v50,0,91,32,103,80r-48,0v-8,-21,-28,-36,-54,-36","w":231,"k":{"y":5,",":4,"h":4,"k":4,"l":4}},"d":{"d":"226,-266r0,266r-45,0r0,-28v-9,15,-28,34,-68,34v-61,0,-100,-47,-100,-105v0,-64,45,-105,99,-105v38,0,60,20,67,32r0,-94r47,0xm181,-100v0,-35,-26,-60,-60,-60v-39,0,-61,30,-61,61v0,33,25,61,61,61v34,0,60,-27,60,-62","w":249},"e":{"d":"212,-61v-16,39,-49,66,-97,67v-61,0,-104,-49,-104,-104v0,-56,43,-106,103,-106v66,0,112,58,103,121r-159,0v2,55,85,65,105,22r49,0xm59,-119r112,0v-2,-19,-21,-45,-56,-45v-35,0,-54,26,-56,45","w":230,"k":{"v":10,"w":6,"y":9,",":4,".":5,"x":11}},"f":{"d":"26,0r0,-161r-24,0r0,-37r24,0v-6,-63,42,-76,79,-73r0,36v-15,-3,-36,7,-32,37r32,0r0,37r-32,0r0,161r-47,0","w":108,"k":{",":18,".":18,"l":5,"a":8,"e":8,"f":5,"i":5,"o":8}},"g":{"d":"73,20v27,50,118,26,105,-49v-10,18,-31,35,-64,35v-57,0,-101,-43,-101,-104v0,-94,116,-140,165,-73r0,-27r47,0r0,175v0,75,-39,110,-109,110v-62,0,-91,-36,-98,-67r55,0xm178,-97v0,-34,-20,-62,-59,-62v-32,0,-59,25,-59,60v0,35,25,61,59,61v35,0,59,-25,59,-59","w":247},"h":{"d":"115,-159v-69,0,-37,97,-44,159r-48,0r0,-266r48,0r0,92v11,-21,35,-30,58,-30v98,-2,74,112,77,204r-48,0v-6,-61,24,-159,-43,-159","w":228,"k":{"y":10,"u":5}},"i":{"d":"23,-224r0,-42r48,0r0,42r-48,0xm23,0r0,-198r48,0r0,198r-48,0","w":93},"j":{"d":"32,-224r0,-42r47,0r0,42r-47,0xm79,-198r0,194v3,46,-14,82,-79,78r0,-37v28,2,32,-17,32,-39r0,-196r47,0","w":106},"k":{"d":"25,0r0,-266r47,0r0,144r68,-76r57,0r-83,87r83,111r-54,0r-71,-99r0,99r-47,0","w":201,"k":{"y":7,"a":14,"e":14,"o":14}},"l":{"d":"23,0r0,-266r48,0r0,266r-48,0","w":93},"m":{"d":"112,-159v-65,0,-34,98,-41,159r-48,0r0,-198r45,0r0,25v4,-9,23,-31,57,-31v23,0,53,17,61,38v35,-65,139,-43,139,58r0,108r-47,0v-7,-60,25,-159,-39,-159v-65,0,-34,98,-41,159r-48,0v-7,-59,24,-159,-38,-159","w":347,"k":{"y":10,"u":5}},"n":{"d":"23,0r0,-198r45,0v0,9,-1,18,-1,27v9,-15,27,-33,62,-33v110,0,69,110,77,204r-48,0v-7,-61,25,-159,-42,-159v-71,0,-38,97,-45,159r-48,0","w":228,"k":{"v":14,"y":11,"u":5}},"o":{"d":"119,6v-140,-2,-141,-207,0,-209v141,1,140,207,0,209xm60,-99v0,35,27,60,59,60v32,0,58,-25,58,-60v0,-35,-26,-60,-58,-60v-32,0,-59,25,-59,60","w":237,"k":{"v":11,"w":9,"y":10,",":7,".":8,"x":13}},"p":{"d":"23,69r0,-267r45,0r0,29v14,-20,37,-35,70,-35v69,0,98,59,98,107v0,56,-40,103,-98,103v-39,0,-59,-19,-67,-32r0,95r-48,0xm68,-98v0,34,27,60,61,60v36,0,60,-29,60,-61v0,-28,-21,-61,-61,-61v-34,0,-60,27,-60,62","w":249,"k":{"y":9,",":7,".":8}},"q":{"d":"226,-198r0,267r-47,0r0,-97v-8,13,-28,34,-68,34v-58,0,-98,-46,-98,-102v0,-65,43,-108,100,-108v39,0,59,22,67,35r0,-29r46,0xm180,-98v0,-35,-26,-62,-60,-62v-80,1,-79,122,1,122v33,0,59,-27,59,-60","w":249},"r":{"d":"23,0r0,-198r45,0r0,26v9,-18,24,-32,54,-32v-2,15,4,37,-2,48v-73,-5,-45,93,-50,156r-47,0","w":125,"k":{"v":-2,"y":-3,"u":-3,",":28,".":29,"h":-3,"k":-3,"l":-3,"x":3,"a":9,"e":9,"i":-3,"o":9,"c":9,"d":8,"g":7,"m":-3,"n":-3,"p":-3,"q":7,"t":-8,"z":-3,"-":18}},"s":{"d":"156,-144r-47,0v0,-10,-6,-22,-24,-22v-16,0,-23,10,-23,20v0,13,14,20,33,25v32,9,66,19,66,61v1,81,-141,95,-150,2r47,0v5,38,56,31,56,3v0,-17,-15,-22,-51,-34v-27,-9,-49,-24,-49,-52v1,-76,131,-93,142,-3","w":173,"k":{"w":4,".":2}},"t":{"d":"36,0r0,-161r-32,0r0,-37r32,0r0,-68r48,0r0,68r33,0r0,37r-33,0r0,161r-48,0","w":121,"k":{"a":9,"e":9,"o":9}},"u":{"d":"206,-198r0,198r-45,0r0,-26v-8,15,-25,32,-61,32v-112,0,-68,-110,-77,-204r47,0v7,62,-25,160,43,160v71,0,37,-97,45,-160r48,0","w":228},"v":{"d":"198,-198r-73,198r-47,0r-73,-198r49,0r48,139r47,-139r49,0","w":203,"k":{",":32,".":32,"a":11,"e":11,"o":11}},"w":{"d":"66,0r-63,-198r49,0r39,138r38,-131r40,0r38,131r39,-138r49,0r-64,198r-44,0r-39,-134r-37,134r-45,0","w":297,"k":{",":31,".":31,"a":9,"e":7,"o":9}},"x":{"d":"1,0r73,-104r-66,-94r56,0r39,61r38,-61r57,0r-67,94r74,104r-58,0r-44,-68r-45,68r-57,0","w":206,"k":{"a":13,"e":13,"o":13}},"y":{"d":"44,69r32,-77r-75,-190r51,0r48,132r48,-132r50,0r-104,267r-50,0","w":198,"k":{",":34,".":36,"a":10,"e":10,"o":10,"r":4}},"z":{"d":"5,0r0,-33r93,-128r-91,0r0,-37r142,0r0,37r-88,125r90,0r0,36r-146,0","w":156},"{":{"d":"161,-267r0,36v-25,-3,-41,3,-41,28r0,73v0,32,-31,43,-36,46v14,3,36,15,36,42r0,73v-4,26,15,30,41,28r0,37v-48,2,-88,2,-89,-49r0,-74v0,-23,-21,-30,-33,-33r0,-49v11,-1,33,-9,33,-35r0,-75v1,-49,41,-50,89,-48","w":187},"|":{"d":"74,-270r52,0r0,360r-52,0r0,-360","w":199},"}":{"d":"27,-231r0,-36v48,-2,89,-2,89,48r0,75v0,26,22,34,33,35r0,49v-12,3,-33,10,-33,33r0,74v-1,50,-41,51,-89,49r0,-37v25,2,40,-2,40,-28r0,-73v0,-27,33,-40,37,-43v-14,-4,-37,-13,-37,-45r0,-73v4,-23,-14,-31,-40,-28","w":187},"~":{"d":"70,-128v25,-1,56,24,78,25v14,0,23,-13,32,-25r11,44v-11,15,-23,31,-43,31v-38,0,-89,-51,-112,-1r-11,-44v9,-16,23,-30,45,-30"},"'":{"d":"61,-160r-37,0r0,-106r37,0r0,106","w":85},"`":{"d":"58,-294r87,47r-14,28r-88,-42","w":199},"\u00a0":{"w":108,"k":{"T":29,"V":33,"W":14,"Y":36,"A":14}}}});

/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
 * Uses the built in easing capabilities added In jQuery 1.1
 * to offer multiple easing options
 *
 * TERMS OF USE - jQuery Easing
 * 
 * Open source under the BSD License. 
 * 
 * Copyright Â© 2008 George McGinley Smith
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
*/

