window.log = function(){
  log.history = log.history || [];
  log.history.push(arguments);
  arguments.callee = arguments.callee.caller;  
  if(this.console) console.log( Array.prototype.slice.call(arguments) );
};
(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{});

/*
 * 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 -266 312 64.3869","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+007E"},"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"},"\u00a0":{"w":90}}});
