/*
 * 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:
 *  ITC Franklin Gothic is a trademark of The International Typeface Corporation
 * which may be registered in certain jurisdictions. Portions copyright Microsoft
 * Corporation.  All rights reserved.
 * 
 * Trademark:
 * ITC Franklin Gothic is a trademark of The International Typeface Corporation
 * which may be registered in certain jurisdictions.
 * 
 * Description:
 * Designed in 1902 by Morris Fuller Benton for the American Type Founders
 * company, Franklin Gothic still reigns as one of the most-widely used sans serif
 * typefaces. Originally issued in only one weight, the ATF version of Franklin
 * Gothic was eventually expanded to include five additional weights, but no light
 * or intermediate weights were ever developed. In 1979, under license from ATF,
 * ITC developed four new weights in roman and italic: book, medium, demi and
 * heavy. Designed by Victor Caruso, ITCs new weights matched the original faces
 * characteristics, but featured a slightly enlarged lowercase x-height. ITC
 * Franklin Gothic also features a slightly condensed lowercase a-z alphabet. In
 * 1991, ITC commissioned the Font Bureau in Boston to create condensed, compressed
 * and extra compressed versions of ITC Franklin Gothic, which increased the
 * flexibility and usefulness of the design.
 * 
 * Manufacturer:
 * International Typeface Corporation
 * 
 * Designer:
 * Victor Caruso
 * 
 * Vendor URL:
 * http://www.itcfonts.com
 * 
 * License information:
 * http://www.itcfonts.com/itc/licensing.html
 */
Cufon.registerFont({"w":211,"face":{"font-family":"Franklin Gothic Demi","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 3 2 1 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-24 -323 312 64.3869","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":90},"!":{"d":"37,-72r-18,-168r67,0r-17,168r-32,0xm25,0r0,-55r56,0r0,55r-56,0","w":105},"\"":{"d":"50,-140r-30,0r-6,-100r42,0xm114,-140r-31,0r-6,-100r43,0","w":133},"#":{"d":"189,-109r-7,35r-33,0r-13,74r-36,0r13,-74r-27,0r-14,74r-34,0r13,-74r-39,0r6,-35r39,0r5,-27r-38,0r6,-35r38,0r12,-69r35,0r-12,69r27,0r12,-69r36,0r-12,69r33,0r-6,35r-34,0r-4,27r34,0xm124,-136r-27,0r-5,27r27,0"},"$":{"d":"153,-138v65,28,37,136,-39,131r0,33r-28,0r0,-33v-42,-4,-69,-25,-78,-61r49,-11v2,37,76,43,81,8v-3,-20,-16,-20,-39,-26v-52,-12,-76,-22,-79,-68v-2,-38,30,-67,66,-70r0,-28r28,0r0,27v36,3,60,21,71,52r-45,15v-3,-31,-69,-36,-69,-6v0,29,67,25,82,37"},"%":{"d":"110,-180v0,34,-18,62,-50,62v-32,0,-51,-30,-50,-62v0,-33,17,-62,50,-62v32,0,50,30,50,62xm60,-141v25,2,18,-56,13,-70v-2,-6,-7,-9,-13,-9v-18,2,-17,17,-18,40v0,24,1,37,18,39xm44,0r133,-240r26,0r-133,240r-26,0xm238,-60v0,34,-18,62,-50,62v-32,0,-49,-29,-49,-62v0,-33,16,-62,49,-62v32,0,50,30,50,62xm188,-21v26,3,19,-55,14,-70v-20,-19,-33,-3,-31,31v0,23,0,37,17,39","w":248},"&":{"d":"121,-245v78,0,99,96,27,118r33,37v10,-11,18,-27,22,-48r49,7v-6,27,-18,52,-39,76v11,11,20,14,39,11r0,42v-31,9,-58,2,-76,-19v-54,48,-166,27,-166,-50v0,-32,20,-55,60,-69v-44,-40,-16,-105,51,-105xm149,-184v0,-27,-47,-33,-49,-6v-1,10,16,25,24,33v17,-6,25,-15,25,-27xm98,-108v-44,9,-32,70,9,68v15,0,28,-4,40,-14","w":258},"'":{"d":"50,-140r-30,0r-6,-100r42,0","w":69},"(":{"d":"58,60v-67,-94,-67,-209,1,-300r38,0v-55,87,-54,213,-1,300r-38,0","w":105},")":{"d":"47,-240v68,93,68,209,0,300r-39,0v56,-87,55,-213,1,-300r38,0","w":105},"*":{"d":"167,-117r-35,24r-27,-46r-27,46r-36,-24r36,-40r-52,-12r14,-39r49,22r-5,-54r42,0r-5,54r51,-22r13,39r-53,12"},"+":{"d":"195,-140r0,38r-70,0r0,72r-39,0r0,-72r-69,0r0,-38r69,0r0,-73r39,0r0,73r70,0"},",":{"d":"73,-54r0,49r-35,61r-19,0r27,-56r-27,0r0,-54r54,0","w":92,"k":{"1":-5}},"-":{"d":"4,-110r84,0r0,38r-84,0r0,-38","w":92,"k":{"Y":9,"W":-1,"T":8,"A":-8}},".":{"d":"73,0r-54,0r0,-54r54,0r0,54","w":92,"k":{"1":-5}},"\/":{"d":"12,60r-36,0r172,-300r35,0","w":192},"0":{"d":"199,-120v0,65,-31,124,-94,124v-62,0,-93,-58,-93,-124v0,-65,30,-124,93,-124v63,0,94,60,94,124xm106,-38v51,5,38,-116,27,-147v-4,-13,-14,-18,-27,-18v-36,0,-36,34,-36,82v0,49,0,80,36,83","k":{"7":10,"4":-2,"1":5}},"1":{"d":"22,-145r0,-50v41,-12,68,-29,81,-49r41,0r0,200r66,0r0,44r-194,0r0,-44r73,0r0,-137v-29,17,-51,29,-67,36","k":{"8":-5,"7":18,"6":2,"5":-2,"4":-3,"3":-5,"2":-6,"1":-4,"0":2,".":-13,",":-13}},"2":{"d":"192,-168v0,68,-49,79,-111,120r114,0r-4,48r-180,0r0,-47v43,-36,117,-66,124,-120v3,-18,-14,-33,-33,-32v-23,0,-37,15,-41,46r-50,-11v11,-53,42,-80,93,-80v51,0,88,31,88,76","k":{"7":8,"4":2,"1":3}},"3":{"d":"137,-72v1,-33,-32,-31,-67,-31r0,-42v31,1,63,0,62,-28v-1,-39,-64,-39,-69,1r-49,-7v6,-80,171,-90,173,0v0,26,-14,43,-41,53v32,9,48,28,48,57v0,72,-110,94,-158,52v-16,-14,-27,-31,-30,-52r51,-8v1,47,79,51,80,5","k":{"7":10,"1":6}},"4":{"d":"169,-244r0,147r34,0r0,42r-34,0r0,55r-56,0r0,-55r-105,0r0,-42r97,-147r64,0xm51,-97r65,0r1,-103","k":{"7":18,"4":-4,"1":4}},"5":{"d":"144,-77v0,-39,-55,-51,-72,-19r-46,-8r10,-136r151,0r-6,49r-105,0r-4,54v43,-47,129,-10,129,56v0,52,-38,85,-93,85v-51,0,-83,-24,-95,-69r53,-7v5,44,78,39,78,-5","k":{"7":12,"4":-3,"1":4}},"6":{"d":"14,-117v0,-69,31,-128,99,-127v46,0,74,28,83,65r-48,13v-5,-25,-17,-37,-36,-37v-28,0,-42,27,-42,80v34,-56,133,-19,130,46v-2,44,-39,81,-86,81v-71,0,-99,-54,-100,-121xm73,-74v0,21,16,38,36,37v21,0,35,-16,35,-39v0,-20,-16,-36,-35,-36v-20,-1,-36,17,-36,38","k":{"4":-2,"1":4}},"7":{"d":"61,0v1,-86,39,-144,81,-190r-121,0r4,-50r168,0r0,43v-36,40,-74,117,-68,197r-64,0","k":{":":15,"7":7,"6":12,"4":25,"1":8,".":27}},"8":{"d":"106,-244v46,0,86,23,86,64v0,23,-12,39,-36,50v86,35,37,145,-54,134v-83,11,-131,-95,-49,-122v-68,-35,-26,-126,53,-126xm105,-207v-27,-3,-44,27,-24,44v6,5,18,11,38,18v39,-9,30,-68,-14,-62xm105,-35v31,0,54,-22,33,-44v-5,-6,-21,-12,-47,-21v-20,6,-30,17,-30,33v0,22,19,32,44,32","k":{"7":7,"4":-3,"1":3}},"9":{"d":"196,-123v0,68,-32,127,-99,127v-42,0,-69,-20,-79,-59r50,-9v6,30,42,34,60,12v8,-9,12,-30,12,-63v-39,51,-127,18,-127,-49v0,-49,38,-80,88,-80v66,1,94,53,95,121xm138,-168v1,-19,-17,-36,-36,-36v-20,0,-37,18,-36,37v1,19,14,36,35,36v21,0,37,-19,37,-37","k":{"7":11,"1":6}},":":{"d":"73,-124r-54,0r0,-54r54,0r0,54xm73,0r-54,0r0,-54r54,0r0,54","w":92},";":{"d":"73,-178r0,53r-54,0r0,-53r54,0xm73,-54r0,49r-35,62r-19,0r27,-56r-27,0r0,-55r54,0","w":92},"\u037e":{"d":"73,-178r0,53r-54,0r0,-53r54,0xm73,-54r0,49r-35,62r-19,0r27,-56r-27,0r0,-55r54,0","w":92},"<":{"d":"180,-222r0,50r-104,52r104,52r0,49r-156,-81r0,-41"},"=":{"d":"195,-172r0,39r-178,0r0,-39r178,0xm195,-106r0,39r-178,0r0,-39r178,0"},">":{"d":"31,-19r0,-49r104,-52r-104,-53r0,-49r156,81r0,42"},"?":{"d":"92,-244v43,-1,82,28,81,71v6,34,-40,62,-59,81v-2,4,-4,12,-4,23r-45,0v-8,-57,23,-59,47,-86v11,-20,-2,-46,-24,-46v-21,0,-32,15,-35,44r-48,-7v6,-47,37,-80,87,-80xm119,0r-55,0r0,-53r55,0r0,53","w":183},"@":{"d":"80,-115v0,-47,46,-88,86,-58r2,-8r33,0v-3,31,-10,61,-10,93v0,5,1,8,6,8v20,-1,37,-30,37,-56v0,-47,-41,-82,-89,-82v-53,0,-97,45,-96,99v1,54,40,99,99,97v31,-1,46,-5,75,-20r12,29v-95,53,-221,5,-221,-106v0,-71,60,-128,130,-128v66,0,122,49,122,110v0,54,-59,116,-102,72v-33,39,-84,1,-84,-50xm115,-114v0,15,5,31,19,31v30,2,43,-67,6,-66v-16,-1,-26,17,-25,35","w":279},"A":{"d":"142,-240r75,240r-60,0r-15,-49r-78,0r-15,49r-49,0r77,-240r65,0xm78,-94r51,0r-26,-84","w":218,"k":{"y":6,"w":5,"v":5,"u":2,"t":2,"q":2,"o":3,"g":-4,"e":3,"c":3,"Y":17,"W":12,"V":12,"U":7,"T":18,"Q":8,"O":8,"G":8,"C":8,".":-8,"-":-7,",":-8}},"B":{"d":"223,-66v0,42,-35,66,-87,66r-112,0r0,-240v82,3,192,-21,192,62v0,27,-14,44,-43,53v30,6,50,29,50,59xm158,-172v0,-35,-43,-25,-78,-26r0,53v34,0,78,7,78,-27xm164,-74v0,-35,-47,-28,-84,-28r0,58v37,-1,84,7,84,-30","w":234,"k":{"Y":3,"W":4,"V":2}},"C":{"d":"13,-120v0,-70,39,-125,107,-124v58,0,91,31,98,93r-59,4v-1,-34,-14,-51,-40,-51v-29,0,-44,26,-44,78v0,49,8,78,46,78v23,0,37,-16,42,-46r55,4v-6,54,-43,88,-98,88v-67,0,-107,-51,-107,-124","w":225,"k":{"A":2}},"D":{"d":"164,-228v92,48,66,241,-57,228r-83,0r0,-240v47,1,111,-3,140,12xm163,-122v0,-51,-27,-81,-84,-74r0,151v58,8,84,-27,84,-77","w":233,"k":{"Y":10,"V":6,"T":3,"J":4,"A":8}},"E":{"d":"195,-194r-114,0r0,49r90,0r0,45r-90,0r0,53r114,0r0,47r-171,0r0,-240r171,0r0,46","w":205},"F":{"d":"195,-192r-113,0r0,53r89,0r0,45r-89,0r0,94r-58,0r0,-240r171,0r0,48","w":199,"k":{"u":11,"r":9,"o":8,"e":8,"a":10,"O":3,"J":16,"A":14,".":23,"-":-3,",":23}},"G":{"d":"70,-118v0,54,34,96,76,66v9,-6,12,-17,12,-31r-46,0r0,-45r99,0r0,128r-26,0v-2,-9,-4,-19,-8,-28v-17,21,-39,32,-65,32v-65,0,-99,-53,-99,-121v0,-71,37,-127,103,-127v55,0,87,35,95,83r-53,7v-4,-29,-19,-44,-42,-44v-35,0,-46,37,-46,80","w":231,"k":{"Y":9,"W":5,"V":5,"T":1,"A":-2}},"H":{"d":"210,-240r0,240r-56,0r0,-99r-75,0r0,99r-55,0r0,-240r55,0r0,94r75,0r0,-94r56,0","w":233},"I":{"d":"80,-240r0,240r-56,0r0,-240r56,0","w":104},"J":{"d":"2,-47v31,5,57,7,57,-29r0,-164r56,0r0,171v5,66,-50,82,-113,69r0,-47","w":137,"k":{"A":5}},"K":{"d":"79,-240r0,113r76,-113r53,0r-57,86r72,154r-62,0r-48,-104r-34,49r0,55r-55,0r0,-240r55,0","w":226,"k":{"y":13,"u":8,"o":9,"e":9,"a":2,"T":-3,"O":10,"G":10,"C":10}},"L":{"d":"81,-47r95,0r0,47r-152,0r0,-240r57,0r0,193","w":181,"k":{"y":13,"Y":23,"W":15,"V":17,"U":2,"T":20,"O":4,"G":2,"C":4,"-":-2}},"M":{"d":"130,0r-59,-196r0,196r-47,0r0,-240r87,0r42,144r45,-144r87,0r0,240r-56,0r0,-196r-60,196r-39,0","w":309},"N":{"d":"209,-240r0,240r-48,0r-94,-162r1,162r-44,0r0,-240r61,0r81,142r-1,-142r44,0","w":232,"k":{".":-3,",":-3}},"O":{"d":"218,-120v0,67,-36,124,-104,124v-65,0,-101,-59,-101,-125v0,-67,37,-123,103,-123v67,0,101,61,102,124xm116,-198v-30,0,-44,26,-44,78v0,52,14,78,44,78v29,0,43,-26,43,-78v0,-52,-14,-78,-43,-78","w":230,"k":{"Y":9,"X":9,"W":5,"V":5,"T":1,"A":7}},"P":{"d":"210,-166v0,67,-52,84,-129,77r0,89r-57,0r0,-240r94,0v59,-2,92,22,92,74xm153,-165v0,-35,-38,-32,-74,-31r0,63v36,1,74,3,74,-32","w":217,"k":{"o":4,"e":4,"a":3,"J":18,"A":14,".":30,",":31}},"Q":{"d":"116,-244v116,0,133,188,53,232v0,20,19,21,42,17r0,42v-42,11,-76,-7,-76,-46v-78,15,-122,-50,-122,-121v0,-66,35,-124,103,-124xm116,-198v-30,0,-44,26,-44,78v0,52,15,78,44,78v30,0,44,-26,44,-77v0,-52,-14,-79,-44,-79","w":231},"R":{"d":"130,-240v88,-14,119,104,46,134r44,106r-62,0r-37,-95r-40,0r0,95r-57,0r0,-240r106,0xm159,-168v0,-35,-41,-29,-78,-29r0,61v39,1,78,5,78,-32","w":236,"k":{"y":-2,"u":4,"o":6,"e":6,"Y":5,"W":6,"V":4,"U":4,"O":5,"G":5,"C":5}},"S":{"d":"32,-120v-48,-45,-3,-124,67,-124v47,0,78,19,91,57r-48,16v-2,-34,-73,-40,-74,-7v-1,33,73,26,88,40v21,9,40,32,40,62v0,73,-103,101,-162,63v-17,-11,-28,-28,-34,-50r52,-12v2,38,81,49,87,9v-2,-22,-18,-23,-42,-28v-31,-7,-52,-15,-65,-26","w":209,"k":{"t":2,"Y":4,"W":5,"V":3,"T":-2,"A":3}},"T":{"d":"176,-240r0,48r-59,0r0,192r-57,0r0,-192r-60,0r0,-48r176,0","w":176,"k":{"y":17,"w":19,"v":17,"u":18,"s":14,"r":17,"o":19,"g":17,"e":19,"c":19,"a":19,"Y":-17,"W":-11,"V":-13,"S":-4,"J":17,"G":2,"C":1,"A":17,";":17,":":17,".":15,"-":8,",":15}},"U":{"d":"123,-42v33,0,42,-12,42,-49r0,-149r48,0r0,149v4,71,-32,95,-95,95v-65,0,-96,-27,-96,-95r0,-149r61,0r0,149v-3,35,11,49,40,49","w":233,"k":{"r":-2,"p":-1,"n":-2,"m":-2,"A":5}},"V":{"d":"202,-240r-72,240r-60,0r-72,-240r59,0r48,172r50,-172r47,0","w":200,"k":{"y":-3,"u":7,"r":7,"o":10,"g":9,"e":10,"a":10,"T":-13,"O":5,"G":5,"C":5,"A":11,";":6,":":5,".":14,",":14}},"W":{"d":"312,-240r-60,240r-55,0r-40,-159r-38,159r-55,0r-62,-240r58,0r37,162r39,-162r52,0r40,162r38,-162r46,0","w":314,"k":{"y":-2,"u":7,"r":7,"o":9,"g":8,"e":9,"a":9,"T":-11,"S":1,"O":4,"G":4,"C":5,"A":10,":":6,".":12,"-":-2,",":12}},"X":{"d":"207,-240r-66,112r74,128r-65,0r-48,-87r-48,87r-53,0r74,-128r-66,-112r65,0r39,73r41,-73r53,0","w":215,"k":{"y":12,"o":10,"e":9,"Q":9,"O":9,"C":9,"-":4}},"Y":{"d":"197,-240r-75,139r0,101r-56,0r0,-101r-76,-139r66,0r45,91r46,-91r50,0","w":187,"k":{"u":12,"p":11,"o":17,"g":16,"e":18,"a":18,"T":-17,"S":2,"O":8,"G":9,"C":9,"A":16,";":11,":":10,".":18,"-":9,",":18}},"Z":{"d":"197,-199r-121,153r125,0r0,46r-194,0r0,-41r121,-154r-113,0r0,-45r182,0r0,41","w":208},"[":{"d":"95,38r0,22r-76,0r0,-300r76,0r0,23r-35,0r0,255r35,0","w":105},"\\":{"d":"181,60r-171,-300r35,0r171,300r-35,0","w":192},"]":{"d":"11,-218r0,-22r75,0r0,300r-75,0r0,-23r35,0r0,-255r-35,0","w":105},"^":{"d":"52,-120r-50,0r56,-122r64,0r56,122r-50,0r-38,-83","w":180},"_":{"d":"0,17r180,0r0,42r-180,0r0,-42","w":180},"`":{"d":"54,-266r73,42r-9,20r-77,-33","w":180},"a":{"d":"99,-181v46,0,74,12,74,67v0,36,-3,85,4,114r-51,0v-2,-7,-3,-17,-3,-28v-20,47,-117,41,-112,-18v4,-55,42,-59,110,-65v2,-22,-5,-36,-26,-36v-18,0,-28,9,-30,26r-49,-5v4,-39,41,-55,83,-55xm88,-29v25,-1,36,-26,33,-56v-37,4,-55,14,-55,33v0,12,9,24,22,23","w":194,"k":{"y":4,"w":3,"v":3}},"b":{"d":"113,4v-30,-1,-38,-10,-52,-31v-3,3,-7,12,-11,27r-28,0r0,-240r52,0r0,85v9,-17,24,-26,44,-26v45,1,66,41,66,92v0,52,-22,93,-71,93xm102,-146v-31,1,-28,42,-28,76v0,21,9,37,27,37v25,0,29,-22,29,-56v0,-39,-4,-53,-28,-57","w":195,"k":{"y":4,"w":2,"v":2}},"c":{"d":"70,-91v0,59,52,70,59,21r49,3v-3,42,-37,71,-82,71v-51,1,-85,-39,-85,-92v0,-102,156,-131,167,-25r-49,3v-2,-21,-11,-32,-28,-32v-21,0,-31,17,-31,51","w":184,"k":{"k":-2,"h":-2}},"d":{"d":"12,-87v0,-53,19,-93,66,-94v19,0,34,7,44,22r0,-81r50,0r0,240r-48,0r0,-28v-12,21,-28,32,-49,32v-45,-1,-63,-42,-63,-91xm66,-86v0,66,54,67,56,16v1,-32,2,-75,-26,-75v-20,0,-30,20,-30,59","w":194},"e":{"d":"11,-87v-5,-79,92,-124,146,-70v16,16,24,42,24,77r-114,0v-10,49,57,66,65,19r48,3v-13,41,-40,62,-81,62v-56,0,-85,-36,-88,-91xm67,-110r63,0v-2,-24,-12,-37,-30,-37v-20,0,-31,13,-33,37","w":192,"k":{"y":5,"x":5,"w":4,"v":4}},"f":{"d":"113,-207v-26,-5,-40,2,-37,29r32,0r0,41r-32,0r0,137r-51,0r0,-137r-20,0r0,-41r20,0v-5,-61,31,-77,88,-70r0,41","w":115,"k":{"t":-8,"s":-3,"o":2,"f":-5,"e":3,"a":1}},"g":{"d":"144,-173v1,-28,21,-40,55,-34r0,34v-16,-4,-32,-2,-34,13v44,53,-24,106,-95,86v-11,6,-13,23,-1,26v47,12,129,-7,129,52v0,45,-42,60,-103,59v-54,-1,-91,-5,-91,-42v0,-16,10,-26,30,-32v-36,-18,-26,-58,13,-71v-63,-32,-21,-99,50,-99v16,0,32,3,47,8xm127,-126v0,-16,-12,-27,-30,-27v-18,0,-29,11,-29,27v0,18,10,27,29,27v17,0,30,-10,30,-27xm149,14v-4,-22,-52,-10,-87,-15v-5,0,-14,8,-13,14v2,18,29,18,51,18v27,0,45,0,49,-17","w":199},"h":{"d":"102,-140v-50,0,-24,91,-30,140r-50,0r0,-240r50,0r0,87v24,-48,102,-33,102,36r0,117r-52,0r0,-100v1,-26,0,-40,-20,-40","w":195,"k":{"y":4}},"i":{"d":"74,-178r0,178r-52,0r0,-178r52,0xm74,-245r0,53r-52,0r0,-53r52,0","w":95},"j":{"d":"-11,20v24,4,32,-3,32,-30r0,-168r54,0r0,194v-2,40,-40,56,-86,45r0,-41xm75,-245r0,53r-54,0r0,-53r54,0","w":96},"k":{"d":"139,-117r58,117r-58,0r-37,-81r-31,36r0,45r-49,0r0,-240r49,0r0,144v21,-29,45,-55,68,-82r51,0","w":195,"k":{"u":2,"o":4,"g":-5,"e":4,".":-7,",":-7}},"l":{"d":"22,0r0,-240r52,0r0,240r-52,0","w":95},"m":{"d":"170,-150v23,-51,120,-39,105,35r0,115r-52,0r0,-98v-1,-28,1,-42,-22,-42v-47,0,-20,93,-27,140r-52,0r0,-98v0,-29,0,-42,-23,-42v-23,0,-26,15,-27,42r0,98r-50,0r0,-178r49,0r0,28v13,-41,84,-42,99,0","w":296,"k":{"y":4,"w":2,"v":2}},"n":{"d":"70,-147v21,-54,106,-44,106,33r0,114r-52,0r0,-100v0,-26,-1,-40,-22,-40v-46,0,-23,93,-28,140r-52,0r0,-178r48,0r0,31","w":197,"k":{"y":4,"w":2,"v":2}},"o":{"d":"11,-89v2,-55,29,-90,84,-92v54,-2,86,40,86,93v0,51,-35,92,-86,92v-51,0,-85,-41,-84,-93xm96,-31v40,5,34,-80,23,-103v-4,-9,-12,-13,-22,-13v-27,0,-30,20,-30,57v0,34,3,56,29,59","w":192,"k":{"y":5,"x":5,"w":3,"v":3}},"p":{"d":"182,-91v0,77,-69,127,-110,71r0,80r-50,0r0,-238r48,0r0,26v9,-20,25,-29,47,-29v44,1,65,39,65,90xm128,-92v0,-67,-56,-68,-56,-12v0,35,-3,70,28,71v24,-4,28,-21,28,-59","w":194,"k":{"y":3,"t":-2}},"q":{"d":"12,-89v-12,-79,83,-125,123,-64v6,-8,10,-16,13,-25r29,0v-8,74,-1,159,-3,238r-51,0r0,-78v-44,53,-121,1,-111,-71xm95,-33v30,0,28,-41,28,-76v0,-18,-10,-37,-26,-37v-26,0,-30,20,-30,58v1,34,4,55,28,55","w":195},"r":{"d":"117,-129v-60,-3,-42,74,-45,129r-50,0r0,-178r48,0r0,34v9,-28,20,-39,47,-37r0,52","w":124,"k":{"y":-8,"x":-3,"w":-6,"v":-8,"t":-7,"s":-3,"p":2,"k":2,"h":2,"f":-5,".":12,"-":-4,",":12}},"s":{"d":"26,-84v-40,-37,-4,-103,58,-97v40,4,59,15,71,46r-39,11v1,-27,-61,-35,-61,-9v0,25,62,15,75,26v63,29,25,111,-47,111v-45,0,-72,-18,-81,-53r44,-6v0,28,70,34,70,6v0,-8,-6,-12,-19,-14v-36,-4,-60,-12,-71,-21","w":170,"k":{"t":-3}},"t":{"d":"121,0v-54,10,-93,3,-93,-54r0,-83r-28,0r0,-41r31,0r5,-52r45,-3r0,55r38,0r0,41r-38,0r0,75v-3,27,17,25,40,23r0,39","w":126,"k":{"o":1,"e":2,"a":-3,";":-5,":":-5}},"u":{"d":"92,-38v52,-3,21,-91,29,-140r52,0r0,178r-48,0r0,-30v-9,23,-27,34,-53,34v-78,1,-42,-112,-50,-182r50,0r0,116v0,16,7,24,20,24","w":194},"v":{"d":"161,-178r-61,178r-40,0r-61,-178r54,0r34,113r35,-113r39,0","w":162,"k":{"o":4,"g":3,"e":4,"c":4,"a":5,":":-1,".":11,"-":-6,",":11}},"w":{"d":"256,-178r-53,178r-46,0r-28,-114r-28,114r-44,0r-55,-178r55,0r28,109r27,-109r48,0r26,110r30,-110r40,0","w":259,"k":{"o":4,"g":2,"e":4,"c":4,"a":4,".":9,"-":-7,",":9}},"x":{"d":"169,-178r-51,83r60,95r-60,0r-37,-61r-36,61r-45,0r59,-95r-51,-83r60,0r28,48r28,-48r45,0","w":177,"k":{"q":4,"o":5,"e":6,"c":6,"a":2}},"y":{"d":"159,-178r-55,171v-13,51,-32,76,-95,67r0,-40v25,5,52,4,54,-20r-64,-178r55,0r34,106r33,-106r38,0","w":160,"k":{"o":4,"g":2,"e":4,"c":4,"a":4,":":-2,".":9,"-":-7,",":10}},"z":{"d":"143,-178r0,33r-79,107r83,0r0,38r-140,0r0,-38r78,-104r-71,0r0,-36r129,0","w":154},"{":{"d":"78,-195v0,41,11,91,-21,105v34,15,15,81,23,124v1,4,13,6,19,4r0,21v-40,4,-68,-3,-65,-47v-4,-33,14,-90,-19,-94r0,-19v54,-15,-30,-163,84,-138r0,21v-17,-2,-21,1,-21,23","w":105},"|":{"d":"65,-240r50,0r0,300r-50,0r0,-300","w":180},"}":{"d":"36,15v0,-41,-11,-91,21,-105v-34,-15,-15,-81,-23,-124v-1,-4,-13,-6,-19,-4r0,-21v41,-5,65,4,65,47v0,33,-12,90,19,94r0,19v-54,15,30,163,-84,138r0,-21v17,2,21,-1,21,-23","w":105},"~":{"d":"136,-87v-6,2,-58,-18,-66,-18v-10,0,-18,8,-25,22r-27,-19v14,-31,21,-47,55,-50v28,-2,79,41,93,-1r27,17v-14,33,-33,49,-57,49"},"\u00c9":{"d":"155,-322r13,30r-77,32r-9,-19xm195,-194r-114,0r0,49r90,0r0,45r-90,0r0,53r114,0r0,47r-171,0r0,-240r171,0r0,46","w":205},"\u00e1":{"d":"144,-266r13,29r-77,33r-9,-20xm99,-181v46,0,74,12,74,67v0,36,-3,85,4,114r-51,0v-2,-7,-3,-17,-3,-28v-20,47,-117,41,-112,-18v4,-55,42,-59,110,-65v2,-22,-5,-36,-26,-36v-18,0,-28,9,-30,26r-49,-5v4,-39,41,-55,83,-55xm88,-29v25,-1,36,-26,33,-56v-37,4,-55,14,-55,33v0,12,9,24,22,23","w":194},"\u00e9":{"d":"144,-266r13,29r-77,33r-9,-20xm11,-87v-5,-79,92,-124,146,-70v16,16,24,42,24,77r-114,0v-10,49,57,66,65,19r48,3v-13,41,-40,62,-81,62v-56,0,-85,-36,-88,-91xm67,-110r63,0v-2,-24,-12,-37,-30,-37v-20,0,-31,13,-33,37","w":192},"\u00ed":{"d":"74,-178r0,178r-52,0r0,-178r52,0xm88,-266r14,29r-78,33r-8,-20","w":95},"\u00f3":{"d":"140,-266r14,29r-78,33r-8,-20xm11,-89v2,-55,29,-90,84,-92v54,-2,86,40,86,93v0,51,-35,92,-86,92v-51,0,-85,-41,-84,-93xm96,-31v40,5,34,-80,23,-103v-4,-9,-12,-13,-22,-13v-27,0,-30,20,-30,57v0,34,3,56,29,59","w":192},"\u00fa":{"d":"143,-266r13,29r-77,33r-9,-20xm92,-38v52,-3,21,-91,29,-140r52,0r0,178r-48,0r0,-30v-9,23,-27,34,-53,34v-78,1,-42,-112,-50,-182r50,0r0,116v0,16,7,24,20,24","w":194},"\u00c1":{"d":"154,-323r13,30r-77,33r-9,-20xm142,-240r75,240r-60,0r-15,-49r-78,0r-15,49r-49,0r77,-240r65,0xm78,-94r51,0r-26,-84","w":218},"\u00cd":{"d":"95,-323r14,30r-78,33r-8,-20xm80,-240r0,240r-56,0r0,-240r56,0","w":104},"\u00d3":{"d":"160,-323r13,30r-77,33r-9,-20xm218,-120v0,67,-36,124,-104,124v-65,0,-101,-59,-101,-125v0,-67,37,-123,103,-123v67,0,101,61,102,124xm116,-198v-30,0,-44,26,-44,78v0,52,14,78,44,78v29,0,43,-26,43,-78v0,-52,-14,-78,-43,-78","w":230},"\u00da":{"d":"164,-323r14,30r-78,33r-8,-20xm123,-42v33,0,42,-12,42,-49r0,-149r48,0r0,149v4,71,-32,95,-95,95v-65,0,-96,-27,-96,-95r0,-149r61,0r0,149v-3,35,11,49,40,49","w":233},"\u0160":{"d":"39,-315r36,-4r29,25r28,-25r36,4r-64,55xm32,-120v-48,-45,-3,-124,67,-124v47,0,78,19,91,57r-48,16v-2,-34,-73,-40,-74,-7v-1,33,73,26,88,40v21,9,40,32,40,62v0,73,-103,101,-162,63v-17,-11,-28,-28,-34,-50r52,-12v2,38,81,49,87,9v-2,-22,-18,-23,-42,-28v-31,-7,-52,-15,-65,-26","w":209},"\u0161":{"d":"20,-258r36,-4r29,25r28,-25r36,4r-64,55xm26,-84v-40,-37,-4,-103,58,-97v40,4,59,15,71,46r-39,11v1,-27,-61,-35,-61,-9v0,25,62,15,75,26v63,29,25,111,-47,111v-45,0,-72,-18,-81,-53r44,-6v0,28,70,34,70,6v0,-8,-6,-12,-19,-14v-36,-4,-60,-12,-71,-21","w":170},"\u017d":{"d":"42,-314r35,-3r29,24r29,-24r36,3r-65,56xm197,-199r-121,153r125,0r0,46r-194,0r0,-41r121,-154r-113,0r0,-45r182,0r0,41","w":208},"\u017e":{"d":"15,-258r36,-4r29,25r28,-25r36,4r-64,55xm143,-178r0,33r-79,107r83,0r0,38r-140,0r0,-38r78,-104r-71,0r0,-36r129,0","w":154},"\u00dd":{"d":"140,-322r14,30r-78,32r-8,-19xm197,-240r-75,139r0,101r-56,0r0,-101r-76,-139r66,0r45,91r46,-91r50,0","w":187},"\u00fd":{"d":"128,-266r13,29r-77,33r-9,-20xm159,-178r-55,171v-13,51,-32,76,-95,67r0,-40v25,5,52,4,54,-20r-64,-178r55,0r34,106r33,-106r38,0","w":160},"\u010c":{"d":"59,-314r35,-4r29,24r29,-24r36,4r-65,55xm13,-120v0,-70,39,-125,107,-124v58,0,91,31,98,93r-59,4v-1,-34,-14,-51,-40,-51v-29,0,-44,26,-44,78v0,49,8,78,46,78v23,0,37,-16,42,-46r55,4v-6,54,-43,88,-98,88v-67,0,-107,-51,-107,-124","w":225},"\u010d":{"d":"35,-258r35,-4r29,25r29,-25r36,4r-65,55xm70,-91v0,59,52,70,59,21r49,3v-3,42,-37,71,-82,71v-51,1,-85,-39,-85,-92v0,-102,156,-131,167,-25r-49,3v-2,-21,-11,-32,-28,-32v-21,0,-31,17,-31,51","w":184},"\u010e":{"d":"43,-315r35,-4r29,25r29,-25r35,4r-64,55xm164,-228v92,48,66,241,-57,228r-83,0r0,-240v47,1,111,-3,140,12xm163,-122v0,-51,-27,-81,-84,-74r0,151v58,8,84,-27,84,-77","w":233},"\u010f":{"d":"237,-240r-32,71r-18,0r10,-71r40,0xm12,-87v0,-53,19,-93,66,-94v19,0,34,7,44,22r0,-81r50,0r0,240r-48,0r0,-28v-12,21,-28,32,-49,32v-45,-1,-63,-42,-63,-91xm66,-86v0,66,54,67,56,16v1,-32,2,-75,-26,-75v-20,0,-30,20,-30,59","w":235},"\u011a":{"d":"45,-314r36,-4r29,24r29,-24r35,4r-64,55xm195,-194r-114,0r0,49r90,0r0,45r-90,0r0,53r114,0r0,47r-171,0r0,-240r171,0r0,46","w":205},"\u011b":{"d":"37,-258r35,-4r29,25r29,-25r35,4r-64,55xm11,-87v-5,-79,92,-124,146,-70v16,16,24,42,24,77r-114,0v-10,49,57,66,65,19r48,3v-13,41,-40,62,-81,62v-56,0,-85,-36,-88,-91xm67,-110r63,0v-2,-24,-12,-37,-30,-37v-20,0,-31,13,-33,37","w":192},"\u0147":{"d":"59,-314r35,-4r29,24r29,-24r36,4r-65,55xm209,-240r0,240r-48,0r-94,-162r1,162r-44,0r0,-240r61,0r81,142r-1,-142r44,0","w":232},"\u0148":{"d":"32,-258r36,-4r29,25r28,-25r36,4r-64,55xm70,-147v21,-54,106,-44,106,33r0,114r-52,0r0,-100v0,-26,-1,-40,-22,-40v-46,0,-23,93,-28,140r-52,0r0,-178r48,0r0,31","w":197},"\u0158":{"d":"48,-316r36,-3r29,24r28,-24r36,3r-64,55xm130,-240v88,-14,119,104,46,134r44,106r-62,0r-37,-95r-40,0r0,95r-57,0r0,-240r106,0xm159,-168v0,-35,-41,-29,-78,-29r0,61v39,1,78,5,78,-32","w":236},"\u0159":{"d":"7,-258r35,-4r29,25r29,-25r35,4r-64,55xm117,-129v-60,-3,-42,74,-45,129r-50,0r0,-178r48,0r0,34v9,-28,20,-39,47,-37r0,52","w":124},"\u0164":{"d":"24,-315r35,-4r29,25r29,-25r35,4r-64,55xm176,-240r0,48r-59,0r0,192r-57,0r0,-192r-60,0r0,-48r176,0","w":176},"\u0165":{"d":"150,-268r-32,71r-18,0r10,-71r40,0xm121,0v-54,10,-93,3,-93,-54r0,-83r-28,0r0,-41r31,0r5,-52r45,-3r0,55r38,0r0,41r-38,0r0,75v-3,27,17,25,40,23r0,39","w":147},"\u016e":{"d":"153,-287v0,18,-16,33,-34,33v-19,0,-33,-16,-33,-33v0,-17,14,-34,33,-33v18,1,34,14,34,33xm105,-287v0,16,29,17,29,0v0,-7,-7,-13,-14,-13v-7,0,-15,6,-15,13xm123,-42v33,0,42,-12,42,-49r0,-149r48,0r0,149v4,71,-32,95,-95,95v-65,0,-96,-27,-96,-95r0,-149r61,0r0,149v-3,35,11,49,40,49","w":233},"\u016f":{"d":"131,-233v0,18,-17,33,-35,33v-19,0,-33,-17,-33,-33v0,-16,15,-34,34,-33v18,1,34,15,34,33xm83,-233v0,7,7,13,14,13v7,0,14,-6,14,-13v0,-7,-7,-13,-14,-13v-7,0,-14,6,-14,13xm92,-38v52,-3,21,-91,29,-140r52,0r0,178r-48,0r0,-30v-9,23,-27,34,-53,34v-78,1,-42,-112,-50,-182r50,0r0,116v0,16,7,24,20,24","w":194},"\u00a0":{"w":90}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  ITC Franklin Gothic is a trademark of The International Typeface Corporation
 * which may be registered in certain jurisdictions. Portions copyright Microsoft
 * Corporation.  All rights reserved.
 * 
 * Trademark:
 * ITC Franklin Gothic is a trademark of The International Typeface Corporation
 * which may be registered in certain jurisdictions.
 * 
 * Description:
 * Designed in 1902 by Morris Fuller Benton for the American Type Founders
 * company, Franklin Gothic still reigns as one of the most-widely used sans serif
 * typefaces. Originally issued in only one weight, the ATF version of Franklin
 * Gothic was eventually expanded to include five additional weights, but no light
 * or intermediate weights were ever developed. In 1979, under license from ATF,
 * ITC developed four new weights in roman and italic: book, medium, demi and
 * heavy. Designed by Victor Caruso, ITCs new weights matched the original faces
 * characteristics, but featured a slightly enlarged lowercase x-height. ITC
 * Franklin Gothic also features a slightly condensed lowercase a-z alphabet. In
 * 1991, ITC commissioned the Font Bureau in Boston to create condensed, compressed
 * and extra compressed versions of ITC Franklin Gothic, which increased the
 * flexibility and usefulness of the design.
 * 
 * Manufacturer:
 * International Typeface Corporation
 * 
 * Designer:
 * Victor Caruso
 * 
 * Vendor URL:
 * http://www.itcfonts.com
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/
 */
Cufon.registerFont({"w":211,"face":{"font-family":"Franklin Gothic Medium","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 3 2 1 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-20 -321 314 64.6349","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":90},"!":{"d":"77,-240r-18,167r-18,0r-17,-167r53,0xm71,-44r0,44r-43,0r0,-44r43,0","w":99},"\"":{"d":"52,-144r-27,0r-6,-96r39,0xm111,-144r-27,0r-6,-96r39,0","w":136},"#":{"d":"202,-175r-6,34r-35,0r-6,37r35,0r-6,34r-35,0r-13,70r-32,0r12,-70r-38,0r-13,70r-33,0r13,-70r-36,0r6,-34r36,0r7,-37r-37,0r6,-34r37,0r11,-65r33,0r-11,65r37,0r12,-65r33,0r-12,65r35,0xm128,-141r-38,0r-6,37r38,0"},"$":{"d":"193,-73v0,43,-32,69,-77,71r0,33r-24,0r0,-33v-44,-4,-72,-24,-84,-63r38,-9v7,25,22,38,46,40r0,-69v-49,-12,-75,-22,-75,-67v0,-39,25,-62,75,-68r0,-25r24,0r0,25v36,5,59,23,69,54r-36,7v-6,-18,-17,-28,-33,-29r0,62v50,13,77,19,77,71xm92,-206v-19,0,-36,11,-36,30v0,16,12,26,36,29r0,-59xm116,-34v21,0,39,-13,39,-34v0,-17,-13,-28,-39,-33r0,67"},"%":{"d":"124,-177v1,38,-23,68,-57,69v-35,1,-56,-33,-56,-68v0,-35,22,-66,57,-66v37,0,55,31,56,65xm67,-134v16,0,25,-15,25,-43v0,-27,-8,-40,-24,-40v-16,0,-24,13,-24,40v0,28,8,43,23,43xm227,-240r-149,240r-26,0r149,-240r26,0xm266,-63v0,36,-23,65,-57,65v-34,0,-55,-30,-55,-65v0,-38,25,-69,57,-69v33,0,55,29,55,69xm234,-63v0,-24,-2,-42,-22,-42v-17,0,-25,14,-25,41v0,27,7,41,23,41v18,1,24,-21,24,-40","w":277},"&":{"d":"179,-191v-1,27,-22,49,-46,58r52,59v16,-21,26,-45,30,-72r36,7v-5,34,-20,64,-43,90v15,16,18,22,43,19r0,33v-36,3,-50,-3,-70,-25v-56,47,-170,28,-170,-50v0,-41,23,-56,63,-74v-42,-39,-15,-98,41,-98v36,0,65,18,64,53xm119,-213v-33,2,-32,36,-6,53v20,-9,31,-18,31,-31v0,-13,-12,-22,-25,-22xm95,-119v-54,17,-43,89,13,88v17,0,35,-7,50,-18","w":258},"'":{"d":"52,-144r-27,0r-6,-96r39,0","w":76},"(":{"d":"45,-89v0,59,24,113,51,149r-24,0v-40,-44,-60,-95,-60,-153v0,-58,32,-122,60,-147r24,0v-33,47,-51,82,-51,151","w":105},")":{"d":"10,60v64,-81,68,-214,0,-300r23,0v41,44,61,95,61,153v0,58,-34,123,-61,147r-23,0","w":105},"*":{"d":"122,-242r-4,60r54,-21r9,32r-55,12r35,44r-28,18r-27,-48r-28,48r-28,-18r36,-44r-56,-12r9,-32r54,21r-4,-60r33,0"},"+":{"d":"195,-138r0,34r-73,0r0,74r-33,0r0,-74r-72,0r0,-34r72,0r0,-75r33,0r0,75r73,0"},",":{"d":"65,-45r0,40r-28,56r-16,0r21,-51r-21,0r0,-45r44,0","w":86,"k":{"1":2}},"-":{"d":"87,-108r0,33r-88,0r0,-33r88,0","w":86,"k":{"Y":10,"W":-4,"V":-3,"T":5,"A":-10}},".":{"d":"65,-46r0,46r-43,0r0,-46r43,0","w":86,"k":{"1":2}},"\/":{"d":"162,-240r-157,300r-25,0r156,-300r26,0","w":172},"0":{"d":"198,-128v2,77,-24,129,-93,132v-62,3,-92,-57,-92,-121v0,-68,31,-126,92,-127v63,-1,92,56,93,116xm57,-121v0,46,6,91,48,91v46,0,49,-45,49,-99v-1,-36,-9,-82,-48,-82v-33,0,-49,30,-49,90","k":{"7":12,"1":9}},"1":{"d":"31,-187v44,-14,58,-29,81,-58r28,0r0,210r68,0r0,35r-183,0r0,-35r72,0r0,-152v-24,21,-46,35,-66,43r0,-43","k":{"8":-4,"7":21,"6":5,"4":2,"3":-2,"2":-4,"0":4,".":-8,",":-8}},"2":{"d":"105,-244v74,0,116,82,67,135v-14,16,-49,41,-105,72r125,0r0,37r-177,0r0,-42v44,-37,124,-57,131,-122v3,-24,-17,-43,-42,-42v-27,0,-43,17,-47,50r-42,-10v6,-41,40,-78,90,-78","k":{"7":10,"4":10,"1":8}},"3":{"d":"150,-67v0,-34,-34,-43,-74,-39r0,-34v35,2,68,-3,68,-35v0,-22,-16,-34,-40,-34v-24,0,-39,11,-48,34r-40,-6v9,-77,169,-88,171,2v1,29,-20,52,-45,54v29,3,52,27,52,58v0,70,-105,91,-154,51v-17,-13,-27,-27,-31,-44r41,-10v7,52,100,53,100,3","k":{"7":10,"1":10}},"4":{"d":"163,0r-44,0r0,-54r-107,0r0,-32r107,-159r44,0r0,154r36,0r0,37r-36,0r0,54xm122,-200r-68,109r65,0","k":{"7":20,"1":13}},"5":{"d":"155,-80v2,-51,-71,-65,-92,-20r-39,-7r14,-133r149,0r-3,37r-114,0r-7,70v42,-58,139,-16,139,53v0,99,-172,115,-188,18r42,-6v8,24,24,37,50,37v30,0,48,-21,49,-49","k":{"7":9,"4":-3,"1":9}},"6":{"d":"14,-118v0,-68,33,-126,96,-126v44,0,70,20,81,59r-36,7v-7,-22,-22,-34,-43,-34v-44,-1,-56,50,-55,94v30,-65,142,-35,142,40v0,46,-38,83,-86,82v-65,-1,-99,-53,-99,-122xm65,-74v-1,26,20,47,47,46v27,0,46,-19,46,-48v-1,-24,-21,-44,-48,-44v-27,0,-45,20,-45,46","k":{"1":10}},"7":{"d":"192,-209v-54,72,-69,102,-76,209r-49,0v4,-78,34,-145,89,-203r-138,0r4,-37r170,0r0,31","k":{":":23,"7":5,"6":15,"4":31,"1":20,".":31}},"8":{"d":"105,4v-53,0,-95,-20,-95,-65v0,-26,17,-45,51,-57v-76,-31,-38,-137,46,-126v79,-9,120,88,42,115v91,31,50,133,-44,133xm107,-214v-35,0,-63,36,-30,55v10,6,23,11,42,17v22,-9,33,-22,33,-38v1,-23,-23,-34,-45,-34xm52,-63v-1,45,103,48,105,3v-8,-30,-25,-28,-66,-44v-20,6,-38,19,-39,41","k":{"7":7,"4":-2,"1":7}},"9":{"d":"197,-127v0,91,-70,163,-150,117v-14,-8,-22,-20,-26,-33r36,-11v16,34,65,33,83,0v9,-17,15,-40,15,-70v-28,68,-142,38,-142,-39v0,-48,37,-82,86,-81v62,2,98,47,98,117xm54,-166v0,24,20,45,46,45v26,0,48,-19,47,-48v-1,-23,-20,-42,-47,-42v-26,0,-46,20,-46,45","k":{"7":12,"1":9}},":":{"d":"65,-166r0,44r-43,0r0,-44r43,0xm65,-44r0,44r-43,0r0,-44r43,0","w":86},";":{"d":"65,-166r0,44r-44,0r0,-44r44,0xm65,-45r0,40r-28,56r-16,0r21,-51r-21,0r0,-45r44,0","w":86},"\u037e":{"d":"65,-166r0,44r-44,0r0,-44r44,0xm65,-45r0,40r-28,56r-16,0r21,-51r-21,0r0,-45r44,0","w":86},"<":{"d":"180,-215r0,41r-113,54r113,55r0,40r-156,-78r0,-34"},"=":{"d":"195,-162r0,33r-178,0r0,-33r178,0xm195,-110r0,34r-178,0r0,-34r178,0"},">":{"d":"31,-25r0,-40r113,-55r-113,-55r0,-40r156,78r0,35"},"?":{"d":"92,-244v63,-4,102,75,57,119v-6,12,-50,21,-44,56r-34,0v-13,-58,51,-63,51,-103v0,-21,-16,-34,-35,-35v-24,0,-39,17,-43,50r-38,-6v3,-47,40,-78,86,-81xm112,-44r0,44r-41,0r0,-44r41,0","w":180},"@":{"d":"66,-115v-6,-52,59,-94,95,-56r2,-12r30,0r-11,98v0,8,3,12,9,12v22,-1,38,-34,38,-63v0,-50,-43,-86,-94,-86v-56,0,-103,46,-102,102v1,56,42,100,105,100v26,0,52,-6,79,-20r10,23v-29,15,-58,22,-89,22v-77,0,-133,-55,-134,-125v-2,-70,60,-126,130,-126v65,0,120,47,120,110v0,53,-61,122,-97,69v-33,43,-97,6,-91,-48xm129,-157v-38,-2,-43,78,-6,81v39,1,52,-81,6,-81","w":258},"A":{"d":"215,0r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm138,-92r-35,-107r-35,107r70,0","w":217,"k":{"y":8,"w":6,"v":7,"u":3,"t":3,"q":2,"o":4,"g":-7,"e":3,"d":2,"c":2,"Y":21,"W":13,"V":14,"U":8,"T":20,"Q":8,"O":9,"G":8,"C":8,".":-8,"-":-9,",":-8}},"B":{"d":"205,-66v-1,41,-28,66,-74,66r-105,0r0,-240v78,1,172,-15,172,62v0,28,-19,50,-44,54v30,4,51,26,51,58xm155,-173v0,-41,-48,-33,-88,-33r0,67v40,0,88,7,88,-34xm162,-70v0,-42,-53,-35,-95,-35r0,69v42,-1,96,9,95,-34","w":218,"k":{"Y":7,"W":4,"V":5}},"C":{"d":"113,-33v26,0,46,-25,47,-50r41,4v-5,46,-39,84,-91,83v-69,-1,-94,-56,-96,-124v-2,-68,34,-124,97,-124v52,0,84,36,90,85r-41,4v-7,-36,-23,-54,-48,-54v-72,0,-71,177,1,176","w":208,"k":{"A":2}},"D":{"d":"222,-120v-1,69,-44,120,-118,120r-79,0r0,-240r89,0v65,-1,109,55,108,120xm175,-122v0,-58,-36,-95,-105,-84r0,171v69,7,106,-22,105,-87","w":235,"k":{"Y":14,"V":8,"T":8,"J":9,"A":9}},"E":{"d":"182,0r-156,0r0,-240r155,0r0,36r-111,0r0,65r89,0r0,35r-89,0r0,67r112,0r0,37","w":193},"F":{"d":"71,0r-45,0r0,-240r152,0r0,37r-107,0r0,66r84,0r0,36r-84,0r0,101","w":182,"k":{"u":13,"r":13,"o":7,"e":7,"a":10,"O":7,"J":22,"A":17,".":26,"-":-7,",":26}},"G":{"d":"117,-208v-40,0,-57,36,-57,85v0,80,47,114,93,76v11,-9,15,-24,15,-41r-50,0r0,-35r90,0r0,123r-19,0r-13,-32v-14,24,-36,36,-65,36v-65,2,-97,-61,-97,-124v-1,-66,37,-124,102,-124v48,0,82,33,89,74r-37,6v-7,-29,-24,-44,-51,-44","w":231,"k":{"Y":13,"W":7,"V":7,"T":5,"A":-2}},"H":{"d":"204,0r-43,0r0,-104r-91,0r0,104r-44,0r0,-240r44,0r0,99r91,0r0,-99r43,0r0,240","w":230},"I":{"d":"70,0r-44,0r0,-240r44,0r0,240","w":95},"J":{"d":"0,-35v41,4,65,6,65,-39r0,-166r45,0r0,166v6,69,-49,86,-110,74r0,-35","w":133,"k":{"A":6}},"K":{"d":"215,0r-48,0r-51,-122r-46,61r0,61r-44,0r0,-240r44,0r0,126r91,-126r44,0r-57,79","w":220,"k":{"y":13,"u":7,"o":8,"e":8,"a":3,"T":-5,"O":9,"G":8,"C":8,"-":-4}},"L":{"d":"174,0r-148,0r0,-240r46,0r0,201r102,0r0,39","w":179,"k":{"y":16,"u":2,"Y":27,"W":18,"V":20,"U":4,"T":21,"O":7,"G":5,"C":5}},"M":{"d":"262,0r-44,0r0,-210r-67,210r-23,0r-66,-210r0,210r-36,0r0,-240r68,0r50,155r50,-155r68,0r0,240","w":288},"N":{"d":"208,0r-42,0r-105,-176r0,176r-35,0r0,-240r48,0r99,167r0,-167r35,0r0,240","w":233,"k":{".":-2,",":-2}},"O":{"d":"218,-120v0,69,-38,124,-103,124v-65,0,-101,-58,-101,-125v0,-66,40,-123,103,-123v64,0,101,57,101,124xm60,-119v0,49,13,88,55,88v42,0,56,-35,56,-90v0,-49,-12,-88,-55,-88v-37,0,-56,30,-56,90","w":231,"k":{"Y":12,"X":10,"W":5,"V":6,"T":4,"A":8}},"P":{"d":"207,-169v1,43,-34,74,-77,74r-60,0r0,95r-44,0r0,-240r99,0v50,-2,81,28,82,71xm162,-168v0,-42,-49,-37,-92,-36r0,72v43,1,92,6,92,-36","w":215,"k":{"o":5,"e":5,"a":3,"J":23,"A":16,".":32,"-":-3,",":32}},"Q":{"d":"159,-1v2,20,27,14,49,14r0,36v-47,8,-78,-5,-78,-45v-79,10,-115,-52,-116,-124v-1,-66,37,-124,102,-124v118,0,131,187,51,234v-5,4,-8,6,-8,9xm171,-120v1,-52,-14,-89,-55,-89v-37,0,-56,30,-56,91v0,58,19,87,55,87v38,0,56,-30,56,-89","w":231},"R":{"d":"26,-240v85,0,191,-14,189,70v0,31,-15,52,-44,64r42,106r-45,0r-38,-99r-60,0r0,99r-44,0r0,-240xm170,-170v0,-43,-56,-35,-100,-35r0,72v45,0,100,7,100,-37","w":231,"k":{"y":-3,"u":2,"o":5,"e":4,"Y":6,"W":4,"V":4,"U":2,"O":3,"G":3,"C":2,"-":-4}},"S":{"d":"182,-112v38,57,-15,120,-83,116v-49,-3,-88,-22,-98,-62r42,-9v0,43,104,52,106,4v-14,-63,-135,-16,-135,-110v0,-86,152,-94,171,-19r-41,10v-7,-36,-86,-37,-86,3v0,43,110,31,124,67","w":205,"k":{"t":1,"Y":6,"W":5,"V":4,"A":1}},"T":{"d":"110,0r-46,0r0,-203r-64,0r0,-37r174,0r0,37r-64,0r0,203","w":174,"k":{"y":20,"w":21,"v":20,"u":20,"s":16,"r":18,"o":20,"g":19,"e":20,"c":20,"a":21,"Y":-15,"W":-12,"V":-13,"S":-3,"O":5,"J":18,"G":4,"C":4,"A":19,";":19,":":20,".":17,"-":5,",":17}},"U":{"d":"112,-34v31,0,46,-15,45,-52r0,-154r34,0r0,154v3,62,-28,90,-83,90v-56,0,-84,-28,-84,-87r0,-157r44,0r0,154v-1,36,14,52,44,52","w":214,"k":{"A":6,",":2}},"V":{"d":"119,0r-44,0r-74,-240r45,0r55,184r57,-184r36,0","w":194,"k":{"y":-1,"u":9,"r":9,"o":12,"g":11,"e":11,"a":12,"T":-13,"S":2,"O":7,"G":6,"C":6,"A":13,";":10,":":9,".":17,"-":-3,",":17}},"W":{"d":"314,-240r-64,240r-45,0r-48,-176r-43,176r-45,0r-65,-240r46,0r46,175r43,-175r44,0r48,175r45,-175r38,0","w":317,"k":{"y":-1,"u":9,"r":8,"o":10,"g":9,"e":9,"a":10,"T":-12,"S":2,"O":5,"G":5,"C":5,"A":12,":":9,".":13,"-":-5,",":13}},"X":{"d":"202,0r-50,0r-54,-95r-56,95r-40,0r76,-125r-65,-115r50,0r44,80r47,-80r41,0r-67,110","w":203,"k":{"y":12,"o":10,"e":9,"Q":9,"O":9,"C":8}},"Y":{"d":"123,0r-46,0r0,-101r-82,-139r53,0r57,99r54,-99r42,0r-78,139r0,101","w":195,"k":{"v":5,"u":15,"p":14,"o":20,"g":19,"e":20,"a":21,"T":-16,"S":4,"O":12,"G":12,"C":11,"A":19,";":17,":":16,".":21,"-":9,",":22}},"Z":{"d":"185,-37r0,37r-178,0r0,-34r123,-172r-114,0r0,-34r165,0r0,34r-121,169r125,0","w":191},"[":{"d":"85,-211r-30,0r0,242r30,0r0,29r-61,0r0,-300r61,0r0,29","w":105},"\\":{"d":"11,-240r26,0r156,300r-25,0","w":172},"]":{"d":"21,31r29,0r0,-242r-29,0r0,-29r60,0r0,300r-60,0r0,-29","w":105},"^":{"d":"47,-124r-43,0r59,-117r54,0r59,117r-43,0r-43,-85","w":180},"_":{"d":"0,19r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"49,-261r69,38r-7,19r-73,-31","w":180},"a":{"d":"99,-181v50,1,72,14,72,65v0,40,-5,83,5,116r-38,0v-3,-11,-5,-23,-6,-36v-16,58,-119,51,-119,-15v0,-44,46,-63,119,-61v3,-28,-7,-40,-38,-41v-24,0,-38,10,-41,28r-35,-5v6,-34,36,-52,81,-51xm85,-27v34,0,51,-26,47,-63v-52,0,-78,12,-78,37v1,16,11,26,31,26","w":194,"k":{"y":6,"w":3,"v":4}},"b":{"d":"181,-92v0,49,-24,98,-73,96v-24,0,-42,-11,-55,-33r-11,29r-18,0r0,-240r40,0r0,87v13,-22,23,-33,50,-33v43,0,67,44,67,94xm102,-151v-34,0,-38,36,-38,75v0,28,13,47,37,47v30,0,38,-24,38,-64v-1,-32,-9,-58,-37,-58","w":193,"k":{"y":4,"w":1,"v":2}},"c":{"d":"55,-87v-5,56,61,79,72,22r34,3v-7,39,-31,65,-72,66v-49,1,-76,-43,-76,-93v0,-52,29,-92,79,-92v39,0,62,20,69,61r-34,5v-3,-22,-14,-33,-33,-33v-31,-1,-36,31,-39,61","w":167,"k":{"k":-2,"h":-2}},"d":{"d":"13,-91v0,-46,23,-95,69,-94v23,0,39,11,48,32r0,-87r40,0r0,240r-37,0r0,-36v-10,26,-28,40,-53,40v-46,0,-67,-46,-67,-95xm92,-29v32,-1,38,-36,38,-76v0,-26,-14,-45,-37,-45v-29,0,-39,26,-38,61v0,40,12,60,37,60","w":193},"e":{"d":"54,-84v-10,58,68,76,83,27r36,5v-9,32,-37,56,-78,56v-51,1,-82,-39,-82,-92v0,-52,32,-93,84,-93v52,0,81,41,79,97r-122,0xm134,-110v4,-36,-43,-57,-67,-32v-7,8,-12,18,-13,32r80,0","w":188,"k":{"y":7,"x":4,"w":3,"v":4,"t":2}},"f":{"d":"30,-178v-2,-50,21,-70,78,-66r0,32v-28,-3,-43,2,-39,34r39,0r0,32r-39,0r0,146r-39,0r0,-146r-26,0r0,-32r26,0","w":113,"k":{"t":-7,"s":-3,"o":4,"l":2,"j":2,"i":2,"f":-8,"e":3}},"g":{"d":"46,-87v-50,-31,-18,-94,48,-94v11,0,22,1,34,3v6,-28,26,-35,58,-33r0,30v-20,0,-31,-1,-38,15v47,35,6,98,-51,93v-9,0,-20,-2,-33,-5v-21,8,-12,37,12,35v53,-4,111,-2,110,48v-1,41,-43,59,-92,59v-82,0,-113,-52,-60,-84v-27,-22,-20,-52,12,-67xm62,-126v0,19,14,29,33,29v22,0,33,-10,33,-31v0,-17,-13,-28,-32,-28v-20,-1,-34,13,-34,30xm103,36v51,0,61,-40,19,-41v-27,-1,-48,2,-71,-5v-25,28,13,46,52,46","w":186},"h":{"d":"104,-150v-57,0,-36,92,-40,150r-40,0r0,-240r40,0r0,94v10,-26,27,-39,52,-39v79,0,50,113,55,185r-40,0r0,-116v0,-22,-9,-34,-27,-34","w":195,"k":{"y":5}},"i":{"d":"64,-198r-40,0r0,-42r40,0r0,42xm64,0r-40,0r0,-178r40,0r0,178","w":88},"j":{"d":"64,-198r-40,0r0,-42r40,0r0,42xm-18,28v27,1,42,-1,42,-31r0,-175r40,0r0,175v1,52,-31,74,-82,65r0,-34","w":88},"k":{"d":"189,0r-42,0r-45,-91r-40,44r0,47r-38,0r0,-240r38,0r0,149v25,-31,53,-58,79,-87r43,0r-54,59","w":191,"k":{"u":3,"o":5,"g":-7,"e":5,"a":2,".":-6,"-":-2,",":-7}},"l":{"d":"64,0r-40,0r0,-240r40,0r0,240","w":88},"m":{"d":"173,-140v22,-61,116,-51,116,14r0,126r-42,0r0,-111v0,-23,-10,-34,-30,-34v-58,1,-34,89,-39,145r-43,0r0,-111v0,-23,-10,-35,-29,-35v-56,0,-39,88,-41,146r-41,0r0,-178r39,0r0,38v19,-52,96,-58,110,0","w":313,"k":{"y":6,"w":3,"v":4}},"n":{"d":"61,-136v20,-69,110,-55,110,21r0,115r-40,0r0,-111v0,-21,-10,-35,-28,-35v-54,0,-36,89,-39,146r-40,0r0,-178r37,0r0,42","w":194,"k":{"y":6,"w":3,"v":4}},"o":{"d":"178,-89v0,53,-35,92,-84,93v-50,1,-81,-45,-81,-93v0,-51,32,-92,83,-92v50,0,82,41,82,92xm55,-89v0,33,12,60,40,60v27,0,40,-21,40,-61v0,-33,-9,-58,-39,-58v-30,0,-41,27,-41,59","w":190,"k":{"y":7,"x":5,"w":3,"v":4,"t":2}},"p":{"d":"181,-90v0,46,-20,96,-66,94v-23,0,-40,-10,-50,-29r0,85r-41,0r0,-238r38,0r0,31v12,-23,31,-34,55,-34v43,0,64,43,64,91xm103,-148v-32,0,-38,36,-38,75v0,24,18,44,37,45v51,0,50,-120,1,-120","w":193,"k":{"y":5}},"q":{"d":"13,-88v0,-78,82,-127,126,-65r11,-25r21,0r0,238r-42,0r0,-91v-9,23,-26,35,-49,35v-46,1,-67,-46,-67,-92xm93,-28v31,0,38,-38,36,-76v-1,-23,-9,-45,-34,-44v-29,0,-41,27,-40,60v0,31,12,60,38,60","w":194},"r":{"d":"115,-140v-65,-1,-49,77,-51,140r-40,0r0,-178r36,0r0,43v9,-27,24,-48,55,-48r0,43","w":119,"k":{"z":-2,"y":-9,"x":-5,"w":-8,"v":-9,"t":-7,"s":-4,"q":1,"p":2,"o":2,"k":2,"h":2,"f":-8,"c":2,".":13,",":13}},"s":{"d":"155,-55v2,75,-138,78,-153,14r38,-7v7,40,99,22,70,-12v-37,-14,-107,-16,-100,-65v-7,-69,126,-75,136,-15r-35,7v-1,-26,-65,-27,-64,0v1,20,44,22,64,27v30,7,44,23,44,51","w":163},"t":{"d":"106,-31r0,31v-46,12,-78,-4,-78,-54r0,-92r-22,0r0,-32r25,0r3,-46r33,-3r0,49r36,0r0,32r-36,0v6,47,-23,127,39,115","w":116,"k":{"o":7,"e":5,";":2,":":2}},"u":{"d":"90,-31v55,2,37,-89,40,-147r40,0r0,178r-37,0r0,-38v-10,28,-29,42,-56,42v-78,1,-47,-110,-53,-182r41,0r0,116v-2,22,10,31,25,31","w":194},"v":{"d":"158,-178r-61,178r-33,0r-62,-178r42,0r42,121r40,-121r32,0","w":159,"k":{"o":4,"g":3,"e":3,"c":3,"a":4,";":1,".":12,"-":-10,",":12}},"w":{"d":"247,-178r-52,178r-36,0r-32,-124r-32,124r-37,0r-54,-178r42,0r35,120r31,-120r36,0r31,120r34,-120r34,0","w":250,"k":{"o":2,"g":2,"e":2,"c":2,"a":4,";":2,".":9,"-":-11,",":9}},"x":{"d":"159,0r-46,0r-37,-65r-42,65r-34,0r59,-91r-51,-87r46,0r29,53r33,-53r34,0r-50,77","w":158,"k":{"q":3,"o":5,"e":4,"c":4,"a":2}},"y":{"d":"16,31v36,6,58,-13,47,-42r-61,-167r42,0r44,118r37,-118r32,0r-69,203v-10,29,-30,45,-72,38r0,-32","w":159,"k":{"o":6,"g":4,"e":5,"c":5,"a":5,";":2,":":1,".":13,"-":-9,",":13}},"z":{"d":"142,-31r0,31r-134,0r0,-31r86,-115r-77,0r0,-32r125,0r0,29r-87,118r87,0","w":150},"{":{"d":"60,-185v-2,39,9,83,-22,95v29,11,21,56,22,94v0,29,8,28,35,29r0,27v-44,3,-68,-8,-68,-51v0,-33,10,-83,-20,-87r0,-26v30,-5,20,-55,20,-88v0,-40,24,-51,68,-48r0,27v-28,1,-34,3,-35,28","w":105},"|":{"d":"70,-240r40,0r0,300r-40,0r0,-300","w":180},"}":{"d":"46,5v2,-39,-9,-83,22,-95v-29,-11,-21,-56,-22,-94v-1,-28,-8,-28,-35,-29r0,-27v44,-2,67,8,67,51v0,33,-10,84,21,87r0,26v-32,4,-21,54,-21,88v0,41,-24,51,-67,48r0,-27v28,-1,34,-3,35,-28","w":105},"~":{"d":"137,-90v-7,2,-55,-20,-69,-20v-11,0,-20,8,-27,23r-23,-14v14,-28,21,-45,53,-48v12,-1,60,20,71,19v11,0,20,-7,27,-20r24,14v-13,31,-32,46,-56,46"},"\u00c9":{"d":"148,-316r12,26r-74,31r-7,-19xm182,0r-156,0r0,-240r155,0r0,36r-111,0r0,65r89,0r0,35r-89,0r0,67r112,0r0,37","w":193},"\u00e1":{"d":"140,-261r12,26r-73,31r-8,-19xm99,-181v50,1,72,14,72,65v0,40,-5,83,5,116r-38,0v-3,-11,-5,-23,-6,-36v-16,58,-119,51,-119,-15v0,-44,46,-63,119,-61v3,-28,-7,-40,-38,-41v-24,0,-38,10,-41,28r-35,-5v6,-34,36,-52,81,-51xm85,-27v34,0,51,-26,47,-63v-52,0,-78,12,-78,37v1,16,11,26,31,26","w":194},"\u00e9":{"d":"138,-261r12,26r-74,31r-7,-19xm54,-84v-10,58,68,76,83,27r36,5v-9,32,-37,56,-78,56v-51,1,-82,-39,-82,-92v0,-52,32,-93,84,-93v52,0,81,41,79,97r-122,0xm134,-110v4,-36,-43,-57,-67,-32v-7,8,-12,18,-13,32r80,0","w":188},"\u00ed":{"d":"64,0r-40,0r0,-178r40,0r0,178xm90,-261r11,26r-73,31r-7,-19","w":88},"\u00f3":{"d":"138,-261r12,26r-73,31r-8,-19xm178,-89v0,53,-35,92,-84,93v-50,1,-81,-45,-81,-93v0,-51,32,-92,83,-92v50,0,82,41,82,92xm55,-89v0,33,12,60,40,60v27,0,40,-21,40,-61v0,-33,-9,-58,-39,-58v-30,0,-41,27,-41,59","w":190},"\u00fa":{"d":"140,-261r12,26r-73,31r-8,-19xm90,-31v55,2,37,-89,40,-147r40,0r0,178r-37,0r0,-38v-10,28,-29,42,-56,42v-78,1,-47,-110,-53,-182r41,0r0,116v-2,22,10,31,25,31","w":194},"\u00c1":{"d":"153,-316r12,26r-73,31r-8,-19xm215,0r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm138,-92r-35,-107r-35,107r70,0","w":217},"\u00cd":{"d":"95,-316r12,26r-74,31r-7,-19xm70,0r-44,0r0,-240r44,0r0,240","w":95},"\u00d3":{"d":"160,-316r12,26r-74,31r-7,-19xm218,-120v0,69,-38,124,-103,124v-65,0,-101,-58,-101,-125v0,-66,40,-123,103,-123v64,0,101,57,101,124xm60,-119v0,49,13,88,55,88v42,0,56,-35,56,-90v0,-49,-12,-88,-55,-88v-37,0,-56,30,-56,90","w":231},"\u00da":{"d":"153,-316r11,26r-73,31r-8,-19xm112,-34v31,0,46,-15,45,-52r0,-154r34,0r0,154v3,62,-28,90,-83,90v-56,0,-84,-28,-84,-87r0,-157r44,0r0,154v-1,36,14,52,44,52","w":214},"\u0160":{"d":"102,-258r-61,-51r31,-3r30,23r29,-23r32,3xm182,-112v38,57,-15,120,-83,116v-49,-3,-88,-22,-98,-62r42,-9v0,43,104,52,106,4v-14,-63,-135,-16,-135,-110v0,-86,152,-94,171,-19r-41,10v-7,-36,-86,-37,-86,3v0,43,110,31,124,67","w":205},"\u0161":{"d":"81,-203r-61,-50r32,-4r29,23r30,-23r31,4xm155,-55v2,75,-138,78,-153,14r38,-7v7,40,99,22,70,-12v-37,-14,-107,-16,-100,-65v-7,-69,126,-75,136,-15r-35,7v-1,-26,-65,-27,-64,0v1,20,44,22,64,27v30,7,44,23,44,51","w":163},"\u017d":{"d":"100,-258r-62,-51r32,-3r30,23r29,-23r32,3xm185,-37r0,37r-178,0r0,-34r123,-172r-114,0r0,-34r165,0r0,34r-121,169r125,0","w":191},"\u017e":{"d":"80,-203r-61,-50r32,-4r29,23r30,-23r31,4xm142,-31r0,31r-134,0r0,-31r86,-115r-77,0r0,-32r125,0r0,29r-87,118r87,0","w":150},"\u00dd":{"d":"146,-316r11,26r-73,31r-7,-19xm123,0r-46,0r0,-101r-82,-139r53,0r57,99r54,-99r42,0r-78,139r0,101","w":195},"\u00fd":{"d":"126,-261r12,26r-73,31r-8,-19xm16,31v36,6,58,-13,47,-42r-61,-167r42,0r44,118r37,-118r32,0r-69,203v-10,29,-30,45,-72,38r0,-32","w":159},"\u010c":{"d":"113,-258r-61,-51r32,-3r29,23r30,-23r31,3xm113,-33v26,0,46,-25,47,-50r41,4v-5,46,-39,84,-91,83v-69,-1,-94,-56,-96,-124v-2,-68,34,-124,97,-124v52,0,84,36,90,85r-41,4v-7,-36,-23,-54,-48,-54v-72,0,-71,177,1,176","w":208},"\u010d":{"d":"94,-203r-61,-50r32,-4r29,23r29,-23r32,4xm55,-87v-5,56,61,79,72,22r34,3v-7,39,-31,65,-72,66v-49,1,-76,-43,-76,-93v0,-52,29,-92,79,-92v39,0,62,20,69,61r-34,5v-3,-22,-14,-33,-33,-33v-31,-1,-36,31,-39,61","w":167},"\u010e":{"d":"106,-258r-61,-51r32,-3r29,23r30,-23r31,3xm222,-120v-1,69,-44,120,-118,120r-79,0r0,-240r89,0v65,-1,109,55,108,120xm175,-122v0,-58,-36,-95,-105,-84r0,171v69,7,106,-22,105,-87","w":235},"\u010f":{"d":"233,-240r-31,70r-16,0r11,-70r36,0xm13,-91v0,-46,23,-95,69,-94v23,0,39,11,48,32r0,-87r40,0r0,240r-37,0r0,-36v-10,26,-28,40,-53,40v-46,0,-67,-46,-67,-95xm92,-29v32,-1,38,-36,38,-76v0,-26,-14,-45,-37,-45v-29,0,-39,26,-38,61v0,40,12,60,37,60","w":232},"\u011a":{"d":"106,-258r-62,-51r32,-3r30,23r29,-23r32,3xm182,0r-156,0r0,-240r155,0r0,36r-111,0r0,65r89,0r0,35r-89,0r0,67r112,0r0,37","w":193},"\u011b":{"d":"99,-203r-61,-50r32,-4r29,23r30,-23r31,4xm54,-84v-10,58,68,76,83,27r36,5v-9,32,-37,56,-78,56v-51,1,-82,-39,-82,-92v0,-52,32,-93,84,-93v52,0,81,41,79,97r-122,0xm134,-110v4,-36,-43,-57,-67,-32v-7,8,-12,18,-13,32r80,0","w":188},"\u0147":{"d":"117,-258r-61,-51r32,-3r29,23r29,-23r32,3xm208,0r-42,0r-105,-176r0,176r-35,0r0,-240r48,0r99,167r0,-167r35,0r0,240","w":233},"\u0148":{"d":"99,-203r-62,-50r32,-4r30,23r29,-23r32,4xm61,-136v20,-69,110,-55,110,21r0,115r-40,0r0,-111v0,-21,-10,-35,-28,-35v-54,0,-36,89,-39,146r-40,0r0,-178r37,0r0,42","w":194},"\u0158":{"d":"112,-258r-61,-51r32,-3r29,23r30,-23r31,3xm26,-240v85,0,191,-14,189,70v0,31,-15,52,-44,64r42,106r-45,0r-38,-99r-60,0r0,99r-44,0r0,-240xm170,-170v0,-43,-56,-35,-100,-35r0,72v45,0,100,7,100,-37","w":231},"\u0159":{"d":"69,-203r-61,-50r32,-4r29,23r30,-23r31,4xm115,-140v-65,-1,-49,77,-51,140r-40,0r0,-178r36,0r0,43v9,-27,24,-48,55,-48r0,43","w":119},"\u0164":{"d":"87,-258r-61,-51r32,-3r29,23r30,-23r31,3xm110,0r-46,0r0,-203r-64,0r0,-37r174,0r0,37r-64,0r0,203","w":174},"\u0165":{"d":"133,-267r-31,70r-16,0r11,-70r36,0xm106,-31r0,31v-46,12,-78,-4,-78,-54r0,-92r-22,0r0,-32r25,0r3,-46r33,-3r0,49r36,0r0,32r-36,0v6,47,-23,127,39,115","w":126},"\u016e":{"d":"141,-288v0,17,-14,32,-32,32v-18,0,-33,-14,-33,-32v0,-18,15,-33,33,-33v16,0,32,14,32,33xm94,-288v1,8,5,14,15,14v10,0,14,-6,14,-14v0,-7,-6,-15,-13,-15v-8,1,-16,5,-16,15xm112,-34v31,0,46,-15,45,-52r0,-154r34,0r0,154v3,62,-28,90,-83,90v-56,0,-84,-28,-84,-87r0,-157r44,0r0,154v-1,36,14,52,44,52","w":214},"\u016f":{"d":"130,-231v0,16,-16,32,-33,32v-18,0,-32,-15,-32,-33v0,-18,14,-33,32,-33v17,0,34,15,33,34xm83,-232v0,9,5,15,14,15v19,1,19,-30,1,-29v-9,0,-16,4,-15,14xm90,-31v55,2,37,-89,40,-147r40,0r0,178r-37,0r0,-38v-10,28,-29,42,-56,42v-78,1,-47,-110,-53,-182r41,0r0,116v-2,22,10,31,25,31","w":194},"\u00a0":{"w":90}}});

