/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * URW Software, Copyright 1994 by URW
 * 
 * Description:
 * Copyright URW Software, Copyright 1994 by URW
 * 
 * Manufacturer:
 * by URW
 */
Cufon.registerFont({"w":193,"face":{"font-family":"Officina Sans Itc T EE","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"6","bbox":"-20.6552 -324 333 96.3795","underline-thickness":"29.88","underline-position":"7.2","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":74},"!":{"d":"33,-21v0,-16,14,-30,31,-30v15,0,30,15,30,30v0,16,-14,31,-30,31v-16,0,-32,-15,-31,-31xm36,-243v0,-16,31,-5,46,-8v7,-1,9,3,7,8r-8,145v2,13,-19,5,-29,7v-6,0,-7,-1,-7,-7","w":126},"\"":{"d":"68,-149v-9,-1,-22,4,-23,-7r-8,-86v4,-10,27,-3,39,-5v6,0,9,4,6,8r-7,83v0,6,-1,7,-7,7xm111,-239v-2,-16,25,-5,38,-8v6,0,7,3,7,8r-7,83v1,11,-14,6,-23,7v-7,0,-7,-1,-8,-7"},"#":{"d":"16,-49v2,-10,-6,-27,8,-27r17,0r7,-60v-9,-1,-24,4,-22,-8v2,-10,-6,-27,7,-27r18,0r7,-59v-1,-12,15,-6,24,-7v7,0,8,2,8,8r-6,58r36,0r6,-59v0,-11,14,-6,24,-7v6,0,9,2,8,8r-6,58v9,2,27,-5,25,7v-2,10,5,29,-7,28r-22,0r-7,60v10,2,29,-6,26,8v-2,9,6,26,-7,26r-22,0r-7,64v0,11,-14,6,-24,7v-7,1,-8,-2,-8,-8r7,-63r-36,0r-7,64v0,11,-15,6,-25,7v-6,0,-7,-3,-7,-8r7,-63v-9,-1,-24,5,-22,-7xm110,-76r6,-60r-36,0r-7,60r37,0"},"$":{"d":"69,-113v-64,-14,-61,-131,17,-130v2,-13,-7,-31,14,-26v14,-3,6,15,8,25v21,3,57,6,55,24v-6,8,-7,27,-16,27v-12,-5,-26,-13,-39,-13r0,66v29,14,65,31,63,73v-1,39,-26,66,-63,71v-1,13,5,27,-15,23v-12,2,-5,-13,-7,-22v-23,-4,-58,-2,-63,-24v5,-10,7,-25,14,-33v15,5,31,15,49,16r0,-70xm105,-35v23,-1,32,-31,19,-49v-4,-5,-10,-10,-19,-15r0,64xm88,-207v-36,6,-29,53,0,61r0,-61"},"&":{"d":"211,-117v0,27,-12,48,-21,67r29,36v-8,7,-23,30,-33,19r-20,-22v-38,43,-155,34,-151,-42v2,-40,25,-55,52,-72v-14,-20,-33,-32,-33,-62v0,-39,30,-62,71,-62v37,0,64,20,64,58v0,37,-24,51,-46,70r39,45v8,-13,8,-35,15,-48v11,5,29,3,34,13xm77,-194v0,22,16,27,25,42v13,-14,23,-20,24,-42v0,-15,-9,-26,-24,-26v-14,0,-25,12,-25,26xm90,-106v-39,20,-35,76,10,77v15,0,27,-6,39,-19","w":219},"'":{"d":"71,-149v-9,-1,-22,4,-23,-7r-8,-86v4,-10,27,-5,39,-5v6,0,7,3,7,8r-8,83v0,6,-1,7,-7,7","w":126},"(":{"d":"89,-88v0,74,27,118,57,165v-5,9,-16,13,-25,18v-66,-53,-110,-201,-51,-296v14,-23,28,-55,51,-69v2,1,28,9,25,20v-32,41,-56,91,-57,162","w":159},")":{"d":"14,77v58,-63,80,-219,19,-299v-4,-12,-23,-24,-16,-36v12,-5,23,-21,34,-3v56,58,95,195,39,286v-13,21,-31,57,-50,70v-2,0,-25,-11,-26,-18","w":159},"*":{"d":"78,-239v-3,-14,19,-7,30,-8v7,-1,9,3,7,8r-8,45v16,-6,30,-22,48,-22v2,11,10,23,9,34v-14,5,-34,5,-50,8v9,14,40,25,31,42v-9,4,-23,24,-29,11r-20,-41v-9,15,-13,33,-24,46v-9,-6,-33,-14,-25,-27r32,-31r-44,-7v-16,-1,1,-22,1,-31v2,-6,5,-7,10,-4r40,22"},"+":{"d":"85,-174v11,2,31,-7,31,7r0,56r55,0v15,-2,6,19,8,30v1,7,-2,7,-8,8r-55,0r0,55v1,14,-20,6,-31,8v-6,-1,-7,-2,-8,-8r0,-55r-55,0v-13,0,-6,-19,-7,-30v-1,-6,0,-9,7,-8r55,0r0,-56v0,-6,2,-8,8,-7"},",":{"d":"40,-39v6,-11,43,-8,50,-2r-47,90v-9,0,-28,-3,-25,-14","w":106,"k":{"1":15}},"-":{"d":"14,-78v3,-12,-7,-35,8,-35r90,0v14,-1,4,24,7,35v0,6,-1,7,-7,7r-90,0v-6,0,-9,0,-8,-7","w":133,"k":{"Y":15,"W":4,"V":4,"T":9,"A":-1}},".":{"d":"19,-29v2,-21,14,-34,35,-34v20,0,33,13,33,35v0,19,-15,34,-34,34v-19,0,-35,-16,-34,-35","w":106,"k":{"1":15}},"\/":{"d":"31,88v-4,11,-37,11,-38,1r119,-351v1,-10,32,-11,37,-2","w":159},"0":{"d":"11,-118v0,-79,20,-129,90,-129v63,0,81,53,81,124v0,74,-21,129,-87,129v-62,0,-84,-53,-84,-124xm97,-32v56,-5,41,-107,30,-157v-6,-13,-16,-19,-30,-19v-37,0,-39,41,-39,88v0,48,2,84,39,88","k":{"7":8,"4":-3,"1":6}},"1":{"d":"48,0v-14,0,-11,-37,0,-33r34,0r0,-152v-15,7,-27,17,-43,23v-4,-8,-23,-23,-12,-31r68,-48v11,2,32,-7,32,8r0,200v11,3,36,-7,34,7v-1,10,6,26,-8,26r-105,0","k":{"9":17,"8":11,"7":23,"6":19,"5":13,"4":14,"3":10,"2":15,"1":22,"0":16,".":12,",":17}},"2":{"d":"26,-194v15,-67,145,-76,145,16v0,63,-60,81,-88,117v-4,6,-6,13,-6,21r84,0v14,-1,4,21,7,32v0,6,0,9,-7,8r-130,0v-19,-53,28,-100,64,-125v20,-14,31,-25,32,-52v1,-20,-11,-29,-29,-30v-28,-2,-27,23,-42,36v-11,-6,-34,-3,-30,-23","k":{"7":9,"4":7,"1":9}},"3":{"d":"85,-209v-21,-2,-27,22,-40,20v-7,-7,-16,-13,-22,-21v10,-20,39,-37,65,-37v72,0,96,95,37,118v28,9,42,29,42,61v0,70,-91,92,-149,58v-4,-10,5,-22,6,-33v0,-2,2,-3,4,-3v32,18,94,25,93,-25v0,-30,-23,-38,-57,-36v-14,1,-4,-21,-7,-31v-2,-11,11,-7,19,-7v24,-1,38,-10,39,-34v0,-19,-12,-28,-30,-30","k":{"7":15,"4":4,"1":15}},"4":{"d":"18,-48v-6,0,-7,-1,-7,-7r0,-38r94,-154v11,4,38,8,30,21r-84,142r56,0r5,-58v0,-13,21,-5,32,-7v6,1,7,2,8,8r0,58v11,2,30,-6,28,9v-2,10,5,26,-8,26r-20,0r0,47v-1,14,-25,5,-38,7v-6,1,-7,-1,-7,-7r0,-47r-89,0","k":{"7":22,"4":-2,"1":20}},"5":{"d":"157,-233v-2,11,7,31,-8,31r-74,0r-6,56v47,-28,110,5,106,64v-4,56,-36,88,-94,88v-20,0,-55,1,-59,-20v3,-16,3,-38,23,-25v39,14,88,1,88,-42v0,-48,-60,-44,-78,-18v-9,-6,-31,-2,-30,-17r11,-118v0,-6,2,-7,8,-7r105,0v7,0,9,1,8,8","k":{"7":15,"1":21}},"6":{"d":"127,-247v15,0,38,3,37,15v-5,9,-3,25,-13,28v-45,-17,-76,14,-83,54v42,-43,108,-3,108,65v0,55,-28,91,-78,91v-56,0,-77,-44,-77,-106v0,-80,28,-147,106,-147xm132,-83v0,-28,-7,-48,-31,-48v-23,0,-33,22,-32,49v0,27,7,49,30,49v23,0,33,-23,33,-50","k":{"7":11,"1":20}},"7":{"d":"86,0v-7,11,-35,1,-44,-4r75,-194r-87,0v-15,1,-5,-23,-8,-35v0,-7,1,-9,8,-8r129,0v13,-3,7,12,8,22","k":{":":20,"7":10,"6":23,"4":28,"1":16,".":36}},"8":{"d":"12,-63v0,-33,24,-54,51,-64v-28,-12,-42,-31,-42,-57v1,-42,33,-63,75,-63v42,0,75,21,75,63v0,30,-19,43,-41,57v84,27,51,133,-35,133v-49,0,-83,-22,-83,-69xm96,-210v-26,0,-40,32,-23,51v5,5,13,10,25,15v36,-6,37,-66,-2,-66xm96,-31v42,0,50,-51,19,-68v-9,-5,-8,-5,-21,-10v-43,7,-52,78,2,78","k":{"7":9,"4":-2,"1":8}},"9":{"d":"64,6v-13,0,-35,0,-34,-13v4,-9,0,-31,13,-28v45,11,72,-9,83,-59v-39,49,-116,6,-109,-64v5,-52,25,-89,78,-89v56,0,77,44,77,106v0,82,-28,147,-108,147xm93,-110v23,0,31,-21,31,-48v0,-33,-10,-49,-31,-49v-23,0,-33,23,-32,49v1,28,8,48,32,48","k":{"7":12,"4":4,"1":10}},":":{"d":"19,-29v2,-21,14,-34,35,-34v20,0,33,13,33,35v0,19,-15,34,-34,34v-19,0,-35,-16,-34,-35xm19,-148v1,-20,13,-33,35,-33v21,0,32,13,33,34v1,19,-15,34,-34,34v-19,0,-35,-16,-34,-35","w":106},";":{"d":"22,-148v1,-20,13,-33,35,-33v21,1,32,14,33,34v1,18,-16,34,-34,34v-19,0,-35,-16,-34,-35xm37,-44v0,0,54,-7,46,8v-16,29,-28,62,-49,86v-7,-5,-25,-3,-22,-15","w":106},"<":{"d":"173,-177r-108,54r108,54r0,49r-161,-83r0,-42r161,-82r0,50","w":185},"=":{"d":"22,-104v-14,1,-4,-20,-7,-30v0,-6,1,-7,7,-7r149,0v15,-2,6,19,8,30v1,7,-2,7,-8,7r-149,0xm22,-44v-14,1,-4,-20,-7,-30v0,-6,1,-7,7,-7r149,0v15,-2,6,19,8,30v1,7,-2,7,-8,7r-149,0"},">":{"d":"173,-145r0,42r-160,83r0,-49r107,-54r-107,-54r0,-50","w":185},"?":{"d":"114,-188v-3,-37,-56,-27,-79,-14v-9,-6,-9,-22,-14,-32v39,-38,138,-25,138,46v0,37,-27,58,-60,66v-2,11,6,34,-7,32v-11,-2,-34,7,-33,-7v1,-17,-1,-36,1,-51v29,-6,56,-20,54,-40xm50,-21v0,-16,14,-31,31,-30v18,1,29,12,30,30v1,16,-14,31,-30,31v-16,0,-32,-15,-31,-31","w":180},"@":{"d":"125,-60v0,-56,43,-120,94,-83v-1,-11,25,-9,32,-4v-3,32,-14,58,-17,90v0,7,4,11,14,11v38,0,52,-41,52,-80v0,-56,-38,-84,-96,-84v-87,0,-136,59,-136,143v0,64,41,102,110,102v42,0,81,-11,110,-26v7,5,6,16,11,23v-26,24,-75,30,-123,32v-92,2,-143,-47,-143,-132v0,-105,68,-171,173,-171v75,0,127,37,127,110v0,64,-35,111,-99,111v-21,0,-29,-7,-34,-24v-11,15,-21,24,-43,24v-21,0,-32,-17,-32,-42xm211,-120v-33,-27,-50,21,-50,60v0,24,25,11,32,1v10,-14,12,-41,18,-61","w":360},"A":{"d":"50,-1v-15,0,-52,8,-47,-8r73,-237v14,0,45,-7,51,5r72,237v-9,9,-37,3,-53,3r-17,-64r-61,0xm119,-99r-22,-110v-6,39,-17,73,-24,110r46,0","w":200,"k":{"y":6,"w":6,"v":5,"u":3,"t":8,"q":1,"o":2,"g":3,"e":2,"d":1,"c":2,"Y":17,"W":12,"V":11,"U":5,"T":10,"Q":5,"O":5,"J":-9,"G":5,"C":6,".":-5,"-":-1,",":1}},"B":{"d":"31,-239v0,-6,0,-9,7,-8r80,1v70,-9,82,100,26,117v26,7,45,27,45,59v0,74,-72,73,-151,70v-7,1,-7,-2,-7,-8r0,-231xm77,-144v33,2,55,-4,55,-35v0,-28,-23,-35,-55,-32r0,67xm139,-73v0,-34,-28,-35,-62,-34r0,68v34,1,62,0,62,-34","w":206,"k":{"Y":4,"W":8,"V":4,"O":3,"J":-7}},"C":{"d":"105,-253v25,0,58,11,61,30v-6,9,-10,21,-18,29v-39,-30,-87,-20,-82,60v3,53,2,92,47,98v19,3,25,-18,39,-11v5,10,12,18,15,29v-9,16,-37,24,-60,24v-72,-1,-93,-60,-93,-133v0,-71,24,-126,91,-126","w":166,"k":{"y":1,"Z":-9,"O":4,"J":-12,"A":-12,";":-1,":":-4,".":-4,",":1}},"D":{"d":"31,-239v0,-6,0,-9,7,-8r94,2v52,10,68,55,67,122v-2,86,-22,126,-104,123r-57,0v-7,1,-7,-2,-7,-8r0,-231xm147,-121v0,-55,-7,-94,-67,-87r0,169v58,5,67,-26,67,-82","w":213,"k":{"Y":4,"W":6,"V":3,"T":-3,"J":-6,"A":5}},"E":{"d":"166,-243v-5,12,-2,32,-16,35r-70,0r0,59r60,0v14,0,6,20,8,32v-1,6,-2,7,-8,8r-60,0r0,70r76,0v14,-1,4,21,7,31v0,6,0,9,-7,8r-118,0v-7,1,-7,-2,-7,-8r0,-231v0,-6,0,-9,7,-8r120,0v5,0,8,1,8,4","w":173,"k":{"\u010c":6,"v":3,"O":5,"C":6}},"F":{"d":"31,-239v0,-6,0,-9,7,-8r120,0v18,3,-1,29,-3,38v-22,3,-51,0,-75,1r0,59r60,0v14,0,6,20,8,32v-1,6,-2,7,-8,8r-60,0r0,101v1,17,-28,5,-42,8v-7,1,-7,-2,-7,-8r0,-231","w":160,"k":{"u":5,"r":5,"a":10,"J":-5,"A":8,".":19,"-":-1,",":30}},"G":{"d":"65,-125v-4,58,20,108,74,85r0,-50v-12,-2,-37,7,-35,-8v1,-12,-6,-32,8,-32r63,0v6,1,9,1,8,8r0,101v-10,22,-44,27,-73,27v-64,0,-96,-43,-96,-129v1,-77,26,-130,97,-130v26,0,61,6,66,26v-6,9,-8,22,-16,29v-16,-7,-26,-16,-48,-16v-43,0,-45,44,-48,89","w":200,"k":{"Y":-6,"W":2,"V":-3,"T":-6,"A":-4,";":7,":":3,".":-2,",":5}},"H":{"d":"38,-247v14,3,43,-8,42,8r0,93r67,0r0,-93v-1,-17,28,-5,42,-8v7,-1,7,2,8,8r0,231v-1,16,-29,5,-43,8v-7,1,-7,-2,-7,-8r0,-101r-67,0r0,101v1,17,-28,5,-42,8v-7,1,-7,-2,-7,-8r0,-231v0,-6,0,-9,7,-8","w":226},"I":{"d":"115,-239v-2,10,5,29,-7,28r-20,0r0,175v10,2,29,-5,27,8v-2,10,6,28,-7,28r-89,0v-13,2,-5,-18,-7,-28v-2,-13,17,-6,27,-8r0,-175v-10,-2,-29,5,-27,-8v2,-10,-6,-28,7,-28r89,0v7,-1,7,2,7,8","w":126},"J":{"d":"40,-68v-7,36,40,46,40,16r0,-159r-49,0v-13,1,-6,-17,-8,-28v0,-7,1,-9,8,-8r91,0v7,-1,7,2,8,8r0,163v1,53,-19,81,-70,82v-45,1,-61,-29,-64,-70v-1,-18,27,-6,40,-9v3,0,4,2,4,5","w":153,"k":{"A":4}},"K":{"d":"38,-247v14,3,43,-8,42,8r0,101r78,-108v13,-11,27,11,41,13v0,0,1,6,-2,8r-75,99r88,110v-11,7,-31,25,-46,19r-84,-112r0,101v1,17,-28,5,-42,8v-7,1,-7,-2,-7,-8r0,-231v0,-6,0,-9,7,-8","w":206,"k":{"y":8,"a":-4,"T":-13,"O":4,"G":4,"C":6,"-":8}},"L":{"d":"38,-247v14,3,43,-8,42,8r0,194r86,0v16,4,-1,33,-3,44v-39,3,-84,0,-125,1v-7,1,-7,-2,-7,-8r0,-231v0,-6,0,-9,7,-8","w":173,"k":{"\u010c":1,"y":9,"j":4,"Y":18,"W":10,"V":12,"T":9,"C":1,"-":1}},"M":{"d":"35,-240v3,-15,33,-5,49,-6r41,137r45,-137v11,-2,27,0,40,-1v6,0,7,1,7,7r12,235v-4,11,-28,3,-40,5v-7,0,-7,-1,-8,-7r-2,-179v-12,55,-22,85,-39,131v-9,1,-32,6,-35,-5r-34,-126r-2,179v0,15,-25,4,-37,7v-6,0,-7,-2,-7,-8","w":253,"k":{"j":3}},"N":{"d":"26,-239v0,-15,28,-6,42,-7v31,52,61,106,84,166r0,-159v-2,-15,22,-6,34,-8v7,-1,7,2,8,8r0,231v1,14,-24,7,-37,7v-33,-54,-64,-113,-90,-174r1,167v2,15,-22,6,-34,8v-7,1,-7,-2,-8,-8r0,-231","w":219,"k":{"u":4,"o":2,"e":2,"a":4,".":1,",":9}},"O":{"d":"14,-125v-1,-74,24,-128,91,-128v68,0,87,49,88,127v0,88,-31,132,-91,132v-59,0,-88,-44,-88,-131xm103,-214v-32,5,-37,46,-37,91v0,60,12,90,37,90v25,0,38,-29,38,-89v0,-49,-2,-87,-38,-92","w":206,"k":{"Z":6,"Y":3,"X":6,"W":5,"V":2,"T":-4,"J":-6,"A":5,";":4,":":3,".":5,",":12}},"P":{"d":"180,-179v-2,58,-37,84,-100,80r0,91v1,17,-28,5,-42,8v-7,1,-7,-2,-7,-8r0,-231v0,-6,0,-9,7,-8v75,-3,145,-5,142,68xm133,-176v1,-32,-20,-35,-53,-34r0,71v34,1,52,-5,53,-37","w":186,"k":{"o":4,"e":5,"a":3,"Y":-6,"J":3,"A":13,".":30,"-":4,",":42}},"Q":{"d":"193,-129v-1,43,-7,83,-25,107v12,10,26,18,36,29v-11,8,-20,17,-33,23v-13,-4,-26,-17,-37,-29v-81,22,-123,-37,-120,-126v2,-73,21,-128,89,-128v60,0,90,41,90,124xm103,-214v-32,5,-37,46,-37,91v0,60,12,90,37,90v25,0,38,-30,38,-90v0,-48,-3,-86,-38,-91","w":206},"R":{"d":"181,-176v-1,37,-15,54,-41,69r56,99v-10,5,-38,19,-47,9r-51,-102r-19,0r0,93v1,17,-28,5,-41,8v-7,0,-7,-1,-7,-9r0,-230v0,-6,0,-9,7,-8v76,-3,147,-3,143,71xm132,-176v1,-32,-20,-35,-53,-34r0,71v34,1,52,-5,53,-37","w":200,"k":{"y":-4,"u":5,"o":5,"e":5,"Y":1,"W":5,"V":1,"U":5,"T":-5,"O":4,"J":-6,"G":4,"C":4,"-":6}},"S":{"d":"13,-161v-30,-86,101,-117,145,-67v-7,10,-7,27,-20,31v-21,-16,-78,-27,-80,11v8,40,75,42,92,74v28,53,-1,124,-66,117v-27,-3,-68,-3,-75,-26v5,-11,8,-25,15,-34v22,9,43,21,59,19v37,5,42,-50,13,-61v-29,-19,-71,-29,-83,-64","w":173,"k":{"v":6,"t":9,"Y":-9,"W":-1,"V":-6,"T":-9,"J":-10}},"T":{"d":"149,-210v-1,5,-2,6,-8,6r-44,0r0,196v1,17,-29,5,-43,8v-7,1,-7,-2,-7,-8r0,-196r-46,0v-14,1,-4,-24,-7,-35v0,-6,0,-9,7,-8r149,0v17,3,-2,26,-1,37","w":146,"k":{"\u0107":13,"y":11,"w":15,"v":11,"u":16,"s":17,"r":16,"o":15,"j":-5,"i":-4,"g":15,"e":15,"c":15,"a":17,"Y":-23,"W":-15,"V":-20,"S":-8,"O":-1,"J":-8,"A":11,";":20,":":17,".":14,"-":10,",":21}},"U":{"d":"24,-239v-1,-17,28,-5,42,-8v7,-1,7,2,7,8r4,188v4,12,17,18,33,18v32,0,40,-17,40,-50r0,-156v-1,-16,27,-5,40,-8v7,-1,7,2,7,8r0,155v1,63,-32,90,-91,90v-57,0,-82,-30,-82,-90r0,-155","w":219,"k":{"r":4,"p":5,"n":5,"m":5,"j":-1,"A":5,".":5,",":13}},"V":{"d":"43,-251v6,-1,9,1,9,7r41,199r47,-203v14,0,51,-2,47,12r-68,240v-15,0,-48,7,-56,-5r-64,-238v7,-11,31,-7,44,-12","w":186,"k":{"y":-6,"u":7,"r":3,"o":10,"i":-4,"g":9,"e":10,"c":10,"a":8,"T":-18,"S":-4,"O":2,"J":-3,"G":3,"C":3,"A":12,";":8,":":6,".":16,"-":5,",":23}},"W":{"d":"47,-249v5,0,9,0,8,6r30,181v9,-65,24,-124,39,-183v11,0,41,-8,43,6r35,179v6,-64,16,-124,29,-183v3,-15,27,2,39,1v6,1,7,5,5,9r-55,237v-10,3,-25,0,-37,1v-6,0,-7,-1,-8,-6r-32,-184v-9,65,-24,124,-38,184v-3,13,-32,4,-46,5r-50,-242v6,-10,26,-7,38,-11","w":280,"k":{"y":-5,"u":8,"r":4,"o":9,"i":-4,"g":8,"e":9,"c":9,"a":9,"Y":-16,"T":-15,"S":-2,"O":4,"G":4,"C":4,"A":11,";":8,".":13,"-":3,",":20}},"X":{"d":"131,-247v9,-12,30,4,43,5v7,2,7,5,4,10r-57,102r69,122v-10,8,-31,10,-46,14v-20,-28,-34,-65,-49,-95v-18,30,-29,67,-50,94v-17,-2,-33,-7,-45,-14v20,-43,46,-81,68,-122r-63,-107v11,-7,35,-12,49,-13r41,85v10,-29,24,-54,36,-81","w":186,"k":{"y":5,"o":3,"e":2,"Q":6,"O":6,"C":7,"-":6}},"Y":{"d":"105,0v-14,-3,-42,8,-42,-8r0,-94r-71,-137v9,-9,38,-10,51,-11r47,106v12,-41,29,-74,48,-107v13,6,49,3,41,18r-66,132r0,93v-1,6,-1,9,-8,8","w":173,"k":{"v":-2,"u":10,"q":15,"p":10,"o":16,"i":-3,"g":16,"e":17,"a":12,"W":-13,"T":-21,"S":-4,"O":3,"J":-6,"G":4,"C":4,"A":16,";":13,":":11,".":19,"-":14,",":26}},"Z":{"d":"19,0v-16,2,-5,-24,-8,-36r98,-170r-87,0v-16,-3,1,-30,3,-40v40,-3,87,0,129,-1v16,0,5,27,8,40r-96,163r101,0v17,1,1,25,3,37v0,6,-2,7,-8,7r-143,0","w":180,"k":{"O":2,";":3,":":-2,".":-5,",":3}},"[":{"d":"132,-250v-1,11,5,29,-7,30r-33,0r0,257v13,3,39,-7,40,7v-2,11,6,30,-7,30r-71,0v-7,1,-7,-2,-8,-8r0,-316v0,-6,2,-7,8,-7r71,0v6,0,6,2,7,7","w":153},"\\":{"d":"130,88r-119,-352v3,-8,35,-9,38,2r118,352v-3,8,-34,9,-37,-2","w":160},"]":{"d":"22,66v1,-10,-6,-29,7,-29r33,0r0,-257v-13,-3,-40,7,-40,-8v2,-10,-6,-29,7,-29r71,0v6,0,7,1,7,7r0,316v0,6,0,9,-7,8r-71,0v-7,1,-8,-2,-7,-8","w":153},"^":{"d":"7,-132r58,-116r55,0r58,116r-44,0r-41,-83r-42,83r-44,0","w":185},"_":{"d":"185,22r0,30r-185,0r0,-30r185,0","w":185},"`":{"d":"28,-231v-15,-7,7,-34,13,-37v22,15,48,24,67,42v-4,8,-5,25,-17,20","w":180},"a":{"d":"106,-111v7,-51,-37,-40,-68,-27v-8,-5,-8,-20,-12,-29v33,-30,136,-25,123,41v2,41,-6,90,9,116v-7,10,-23,11,-35,16v-3,0,-7,-7,-11,-21v-28,35,-100,22,-100,-34v0,-45,41,-63,94,-62xm55,-52v0,28,35,32,51,11r0,-40v-30,2,-51,3,-51,29","w":173,"k":{"y":4,"w":6,"v":4}},"b":{"d":"22,-3v-9,-7,10,-23,4,-44r1,-205r41,-9v2,0,4,2,4,6r0,87v15,-10,23,-16,44,-16v43,0,55,41,59,90v6,71,-58,127,-109,84v-4,5,-4,17,-15,14xm129,-91v0,-45,-27,-73,-57,-45r0,100v35,23,57,-15,57,-55","w":186,"k":{"y":2,"w":3,"v":1,"j":-1}},"c":{"d":"59,-87v-7,53,37,69,70,45v7,6,9,19,12,29v-6,16,-32,19,-52,19v-52,0,-77,-37,-77,-91v0,-58,25,-99,83,-99v21,0,51,6,50,25v-6,8,-8,19,-16,25v-33,-28,-77,-9,-70,47","w":146,"k":{"j":-11,"J":-7}},"d":{"d":"160,-44v-4,16,12,28,4,36v-16,5,-41,25,-43,-5v-16,13,-32,19,-50,19v-44,-1,-59,-42,-59,-92v0,-69,45,-119,102,-88r1,-78r42,-9v2,0,3,2,3,6r0,211xm58,-88v2,34,1,59,28,59v11,0,20,-5,28,-13r0,-99v-36,-19,-59,4,-56,53","w":186,"k":{"j":2}},"e":{"d":"57,-77v-3,53,51,54,86,33v7,6,17,25,11,34v-17,9,-38,17,-61,16v-57,0,-80,-37,-81,-93v0,-56,25,-97,79,-97v48,0,71,32,71,98v0,8,0,9,-8,9r-97,0xm114,-110v5,-36,-26,-52,-47,-32v-5,6,-7,17,-9,32r56,0","w":173,"k":{"\u017e":1,"y":2,"x":-3,"w":4,"v":1,"t":1}},"f":{"d":"41,0v-5,0,-6,-1,-6,-6r0,-138v-12,-3,-35,8,-33,-9v2,-9,-5,-25,6,-25r27,0v-4,-51,14,-83,58,-83v17,0,44,1,43,16v-4,9,-2,25,-10,29v-20,-9,-51,-10,-45,23r0,15v14,3,46,-7,46,7v-4,9,-1,25,-11,27r-35,0r0,138v-2,13,-28,3,-40,6","w":126,"k":{"t":-10,"s":1,"o":3,"l":-5,"j":-12,"i":-12,"f":-11,"e":3,"a":1}},"g":{"d":"158,-12v23,92,-90,105,-140,67v4,-10,4,-26,12,-32v38,20,98,29,83,-38v-50,36,-106,-9,-101,-75v4,-50,17,-94,66,-94v20,0,28,6,41,17v4,-26,37,-16,48,-2v-18,37,-8,104,-9,157xm87,-146v-40,-1,-41,106,-3,107v11,0,21,-4,29,-12r0,-85v-8,-6,-14,-10,-26,-10","w":180},"h":{"d":"34,0v-5,0,-6,-1,-6,-6r0,-246r42,-9v8,25,0,67,3,98v34,-36,97,-27,97,36r0,121v-2,13,-28,3,-40,6v-5,0,-6,-1,-6,-6r0,-111v6,-39,-37,-35,-51,-15r0,126v-2,13,-27,3,-39,6","k":{"y":3,"v":3}},"i":{"d":"26,-231v0,-15,15,-29,30,-29v15,0,29,14,29,29v1,15,-14,29,-30,29v-16,0,-29,-14,-29,-29xm40,0v-5,0,-6,-1,-6,-6r0,-138v-11,-2,-33,6,-34,-6v2,-9,-6,-28,6,-28r67,0v6,0,6,1,7,6r0,166v-3,13,-27,3,-40,6","w":106,"k":{"j":2}},"j":{"d":"-19,78v-5,-8,2,-35,12,-36v31,17,41,-9,41,-46r0,-140v-11,-2,-33,6,-34,-6v2,-9,-6,-28,6,-28r67,0v6,0,6,1,7,6r-1,192v6,57,-49,77,-98,58xm26,-231v0,-15,15,-29,30,-29v15,0,29,14,29,29v1,15,-14,29,-30,29v-16,0,-29,-14,-29,-29","w":106},"k":{"d":"34,0v-5,0,-6,-1,-6,-6r0,-246r42,-9v9,42,0,103,3,151r73,-73v12,3,20,14,28,22v-17,23,-42,40,-61,61v22,29,48,54,68,85v-10,7,-27,24,-40,18r-68,-87r0,78v-2,13,-27,3,-39,6","w":180,"k":{"u":2,"o":3,"g":4,"e":3,"c":2,"a":-1,".":-3,"-":10,",":2}},"l":{"d":"104,-5v-26,24,-91,10,-80,-40r-1,-202v6,-12,29,-9,43,-14v2,0,3,2,3,6r1,212v2,14,21,0,26,7","w":100,"k":{"j":3}},"m":{"d":"119,-117v7,-41,-33,-33,-47,-15r0,126v-2,13,-27,3,-39,6v-5,0,-6,-1,-6,-6v-4,-54,2,-116,-8,-164v8,-9,25,-10,37,-15v7,3,8,16,11,26v23,-26,75,-39,93,0v18,-15,29,-25,56,-25v69,0,32,114,41,178v-2,13,-28,3,-40,6v-5,0,-6,-1,-6,-6r0,-114v5,-40,-33,-29,-47,-12r0,126v-2,13,-27,3,-39,6v-5,0,-6,-1,-6,-6r0,-111","w":280,"k":{"y":3,"w":5,"v":3,"p":5,"j":1}},"n":{"d":"27,-6v-3,-55,8,-123,-9,-164v10,-8,26,-11,39,-16v7,4,9,14,12,25v29,-34,101,-34,101,34r0,121v-2,13,-28,3,-40,6v-5,0,-6,-1,-6,-6r0,-111v4,-38,-37,-35,-52,-15r0,126v-2,13,-27,3,-39,6v-5,0,-6,-1,-6,-6","k":{"y":4,"w":5,"v":3,"p":5,"j":1}},"o":{"d":"12,-89v1,-55,24,-95,80,-95v53,0,76,39,76,95v0,57,-24,94,-78,95v-52,1,-79,-40,-78,-95xm120,-89v0,-35,-3,-56,-30,-59v-26,3,-30,25,-30,59v0,35,3,56,30,59v27,-3,30,-25,30,-59","w":180,"k":{"\u017e":4,"y":3,"x":5,"w":4,"v":3,"t":2,"j":1}},"p":{"d":"30,76v-13,-72,10,-178,-11,-242v8,-10,26,-12,38,-18v5,2,8,11,10,19v13,-12,24,-19,46,-19v45,1,62,40,62,92v0,83,-44,115,-103,89r0,70xm129,-90v7,-49,-28,-74,-57,-45r0,100v36,20,64,-9,57,-55","w":186,"k":{"y":2,"j":-1}},"q":{"d":"169,-170v-22,59,-3,160,-11,236r-41,9v-2,0,-4,-2,-4,-6r0,-77v-52,38,-106,-8,-101,-78v3,-53,16,-98,65,-98v19,0,31,7,43,17v9,-32,32,-12,49,-3xm113,-134v-32,-27,-55,1,-55,48v0,56,26,73,55,44r0,-92","w":180,"k":{"u":2,"c":1}},"r":{"d":"27,-6v-2,-57,7,-123,-12,-163v10,-7,24,-10,37,-15v7,4,12,16,14,28v10,-19,45,-40,65,-20v-4,18,-8,43,-31,33v-8,0,-17,5,-28,17r0,120v-2,13,-27,3,-39,6v-5,0,-6,-1,-6,-6","w":126,"k":{"\u010d":3,"\u017e":-5,"z":-5,"y":-15,"x":-10,"w":-10,"v":-14,"u":-2,"t":-12,"s":2,"r":-6,"q":2,"p":-4,"o":3,"n":-4,"m":-4,"l":-2,"g":2,"f":-13,"e":3,"d":2,"c":3,"b":-1,"a":-1,";":-1,":":-3,".":17,"-":13,",":22}},"s":{"d":"141,-52v0,67,-98,73,-129,34v4,-9,6,-21,12,-28v20,7,38,17,53,17v23,0,28,-29,7,-36v-29,-10,-66,-20,-66,-60v0,-61,82,-74,119,-42v-4,10,-5,24,-16,27v-25,-17,-74,-11,-55,20v27,16,75,23,75,68","w":153,"k":{"t":-1,"p":5,"k":5}},"t":{"d":"5,-150v2,-9,-6,-28,6,-28r25,0r0,-45v3,-15,28,-7,42,-11v8,11,1,39,3,56v14,3,47,-7,47,7v-5,8,0,26,-11,27r-36,0r0,87v-5,32,23,23,41,16v7,7,7,24,10,33v-33,27,-108,17,-96,-42r0,-94v-10,-2,-31,6,-31,-6","w":133,"k":{"y":-10,"o":2,"e":2,"c":2,"a":-1,":":-1}},"u":{"d":"69,-66v-6,40,30,44,52,23r1,-131v10,-6,29,-5,41,-10v2,0,4,2,4,6v3,57,-8,131,8,173v-20,4,-46,25,-49,-10v-26,33,-102,29,-102,-28r0,-131v11,-5,31,-6,41,-10v3,0,4,2,4,6r0,112","k":{"j":2}},"v":{"d":"-1,-169v-1,-14,31,-6,43,-11v18,41,27,90,39,139v15,-45,23,-97,42,-139v11,4,39,-2,38,11r-62,175v0,0,-37,7,-41,-4","w":159,"k":{"s":2,"o":3,"j":-12,"g":2,"e":3,"c":3,":":-2,".":11,"-":-2,",":19}},"w":{"d":"184,2v-13,0,-39,7,-41,-5r-22,-131r-30,136v-10,2,-28,2,-39,0r-46,-174v8,-6,39,-13,45,-4r24,140v5,-50,16,-95,26,-141v11,0,42,-7,44,5r23,136v9,-51,10,-108,33,-145v9,6,39,-1,35,13","w":240,"k":{"s":4,"o":4,"g":4,"e":4,"c":4,"a":3,";":2,".":10,"-":-1,",":18}},"x":{"d":"58,-90v-16,-25,-36,-47,-50,-74v9,-7,33,-20,42,-12r32,55v15,-19,26,-42,43,-59v10,7,39,7,35,21r-50,69r56,82v-10,6,-36,18,-44,10r-38,-60v-16,20,-27,46,-46,64v-10,-7,-39,-7,-35,-20","w":166,"k":{"q":3,"o":5,"e":5,"c":5,"a":1}},"y":{"d":"12,36v17,-1,58,20,61,-21r5,-15v-8,-1,-19,3,-22,-5r-58,-168v10,-7,31,-4,45,-7v22,44,29,104,42,156r34,-155v12,0,44,-2,42,10r-56,207v-6,43,-79,56,-106,24","w":159,"k":{"\u010d":1,"s":1,"o":1,"j":-12,"g":1,"e":1,"c":1,":":-2,".":6,"-":-4,",":14}},"z":{"d":"15,0v-12,0,-3,-21,-6,-31r84,-111r-70,0v-12,0,-3,-20,-6,-30v0,-5,1,-6,6,-6r113,0v13,0,3,23,6,33r-81,107r82,0v15,5,-5,23,-6,33v-1,3,-4,5,-7,5r-115,0","w":153,"k":{"o":1,";":4,":":-1,",":6}},"{":{"d":"132,-220v-58,-2,5,110,-52,124v37,10,24,63,26,107v0,18,8,26,26,25v14,-1,7,19,8,30v1,6,-1,7,-6,8v-47,0,-72,-18,-72,-66v0,-36,16,-90,-32,-84v-14,1,-4,-21,-7,-32v-2,-9,6,-7,13,-7v38,3,26,-44,26,-76v0,-47,23,-66,71,-66v13,-1,5,20,7,30v0,6,-2,7,-8,7","w":159},"|":{"d":"118,-247r0,309r-50,0r0,-309r50,0","w":185},"}":{"d":"28,36v39,3,26,-48,26,-81v0,-27,8,-33,26,-43v-37,-10,-24,-63,-26,-107v0,-18,-8,-26,-26,-25v-15,1,-6,-19,-8,-30v0,-6,1,-7,6,-8v47,0,72,18,72,66v0,36,-16,91,32,84v14,-1,4,21,7,32v1,9,-6,8,-14,8v-37,-3,-25,45,-25,76v0,47,-23,66,-71,66v-13,0,-5,-20,-7,-31v-1,-7,2,-7,8,-7","w":159},"~":{"d":"92,-230v-19,-3,-24,8,-33,23r-24,-20v12,-43,51,-62,94,-36v22,13,51,15,60,-13r24,20v-13,28,-25,52,-60,48v-22,-3,-39,-19,-61,-22","w":246},"\u0160":{"d":"13,-161v-30,-86,101,-117,145,-67v-7,10,-7,27,-20,31v-21,-16,-78,-27,-80,11v8,40,75,42,92,74v28,53,-1,124,-66,117v-27,-3,-68,-3,-75,-26v5,-11,8,-25,15,-34v22,9,43,21,59,19v37,5,42,-50,13,-61v-29,-19,-71,-29,-83,-64xm87,-305r40,-18v2,9,19,18,9,26v-19,9,-31,31,-55,31v-16,-12,-34,-22,-48,-36v4,-7,8,-24,20,-19","w":173},"\u017d":{"d":"19,0v-16,2,-5,-24,-8,-36r98,-170r-87,0v-16,-3,1,-30,3,-40v40,-3,87,0,129,-1v16,0,5,27,8,40r-96,163r101,0v17,1,1,25,3,37v0,6,-2,7,-8,7r-143,0xm95,-305r40,-18v4,5,21,20,9,26v-18,9,-30,31,-54,31v-16,-12,-35,-22,-49,-36v6,-7,8,-25,20,-19","w":180},"\u0161":{"d":"141,-52v0,67,-98,73,-129,34v4,-9,6,-21,12,-28v20,7,38,17,53,17v23,0,28,-29,7,-36v-29,-10,-66,-20,-66,-60v0,-61,82,-74,119,-42v-4,10,-5,24,-16,27v-25,-17,-74,-11,-55,20v27,16,75,23,75,68xm76,-246v13,-6,24,-17,39,-20v3,8,17,20,7,26v-17,10,-33,35,-51,32r-44,-35v2,-9,8,-28,19,-21","w":153,"k":{"t":-1,"p":5,"k":5}},"\u017e":{"d":"15,0v-12,0,-3,-21,-6,-31r84,-111r-70,0v-12,0,-3,-20,-6,-30v0,-5,1,-6,6,-6r113,0v13,0,3,23,6,33r-81,107r82,0v15,5,-5,23,-6,33v-1,3,-4,5,-7,5r-115,0xm79,-246v13,-6,24,-17,39,-20v3,8,17,20,7,26v-16,9,-33,36,-51,32r-44,-35v2,-9,8,-28,19,-21","w":153,"k":{";":4,":":-1,",":6}},"\u0106":{"d":"105,-253v25,0,58,11,61,30v-6,9,-10,21,-18,29v-39,-30,-87,-20,-82,60v3,53,2,92,47,98v19,3,25,-18,39,-11v5,10,12,18,15,29v-9,16,-37,24,-60,24v-72,-1,-93,-60,-93,-133v0,-71,24,-126,91,-126xm167,-292v-23,11,-55,21,-81,24v-1,-8,-14,-22,-3,-26v24,-9,48,-25,71,-30v4,11,11,20,13,32","w":166},"\u010c":{"d":"105,-253v25,0,58,11,61,30v-6,9,-10,21,-18,29v-39,-30,-87,-20,-82,60v3,53,2,92,47,98v19,3,25,-18,39,-11v5,10,12,18,15,29v-9,16,-37,24,-60,24v-72,-1,-93,-60,-93,-133v0,-71,24,-126,91,-126xm103,-305r40,-18v4,5,21,20,10,26v-18,10,-31,31,-55,31v-16,-12,-34,-22,-48,-36v4,-7,8,-24,19,-19","w":166,"k":{"O":4}},"\u0110":{"d":"37,0v-7,1,-6,-3,-7,-8r0,-104v-10,-1,-27,5,-25,-8v2,-10,-5,-27,8,-24r17,0r0,-95v1,-5,1,-9,7,-8r95,2v52,10,68,55,67,122v-2,87,-23,127,-105,123r-57,0xm80,-39v86,16,78,-92,57,-151v-9,-16,-31,-19,-57,-18r0,64r36,0v12,-2,5,15,7,24v0,16,-29,5,-43,8r0,73","w":213},"\u0107":{"d":"59,-87v-7,53,37,69,70,45v7,6,9,19,12,29v-6,16,-32,19,-52,19v-52,0,-77,-37,-77,-91v0,-58,25,-99,83,-99v21,0,51,6,50,25v-6,8,-8,19,-16,25v-33,-28,-77,-9,-70,47xm141,-231v-24,7,-48,21,-71,25v-3,-6,-15,-20,-6,-25r64,-38v7,8,25,28,13,38","w":146},"\u010d":{"d":"59,-87v-7,53,37,69,70,45v7,6,9,19,12,29v-6,16,-32,19,-52,19v-52,0,-77,-37,-77,-91v0,-58,25,-99,83,-99v21,0,51,6,50,25v-6,8,-8,19,-16,25v-33,-28,-77,-9,-70,47xm93,-246v13,-6,24,-17,39,-20v3,8,17,20,7,26v-16,9,-33,36,-51,32r-44,-35v2,-9,8,-28,19,-21","w":146,"k":{"o":4,"e":4}},"\u0111":{"d":"160,-44v-4,16,12,28,4,36v-16,5,-41,25,-43,-5v-16,13,-32,19,-50,19v-44,-1,-59,-42,-59,-92v0,-69,45,-119,102,-88r1,-78r42,-9v2,0,3,2,3,6r0,211xm58,-88v2,34,1,59,28,59v11,0,20,-5,28,-13r0,-99v-36,-19,-59,4,-56,53xm80,-211v1,-10,-6,-28,7,-28r90,0v13,-1,6,17,8,28v0,7,-1,9,-8,8r-90,0v-7,1,-8,-2,-7,-8","w":186},"\u00a0":{"w":74}}});


Cufon.replace('.cufon', {
	fontFamily : 'Officina Sans Itc T EE',
	hover : true
});
