/*
	Name:		Text
	File:		/js/text.js
	Version:	2009-06-22
	Notes: 		Cufon font replacement
----------------------------------------------- */


/*	Cufon 
	Copyright (c) 2009 Simo Kinnunen.
	Licensed under the MIT license
	http://cufon.shoqolate.com
----------------------------------------------- */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());


/*	Font
	Franklin Gothic Medium Cond
----------------------------------------------- */
Cufon.registerFont({"w":183,"face":{"font-family":"ITC Franklin Gothic Std","font-weight":500,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 3 5 3 2 2 4","ascent":"247","descent":"-113","x-height":"4","bbox":"-11 -270 251 90","underline-thickness":"18","underline-position":"-18","stemh":"30","stemv":"37","unicode-range":"U+0020-U+00A3"},"glyphs":{" ":{"w":90},"!":{"d":"37,-240r49,0r-13,175r-24,0xm41,-44r40,0r0,44r-40,0r0,-44","w":122},"\"":{"d":"59,-240r-6,99r-26,0r-5,-99r37,0xm114,-240r-6,99r-26,0r-5,-99r37,0","w":135},"#":{"d":"66,-240r26,0r-12,70r40,0r11,-70r26,0r-11,70r34,0r-4,24r-34,0r-8,47r34,0r-3,24r-35,0r-13,75r-26,0r13,-75r-40,0r-13,75r-25,0r12,-75r-34,0r4,-24r34,0r8,-47r-35,0r4,-24r35,0xm116,-146r-40,0r-8,47r40,0"},"$":{"d":"25,-172v0,-35,28,-62,57,-63r0,-24r22,0r0,24v36,4,50,21,59,48r-29,12v-7,-20,-15,-29,-31,-32r0,66v25,7,65,19,65,67v0,44,-31,64,-64,67r0,31r-22,0r0,-31v-45,-6,-57,-30,-65,-58r31,-10v5,20,13,34,35,39r0,-72v-16,-5,-58,-17,-58,-64xm83,-147r0,-60v-7,2,-24,7,-24,30v0,22,17,28,24,30xm103,-102r0,66v19,-3,31,-13,31,-33v0,-25,-21,-30,-31,-33"},"%":{"d":"63,-242v28,0,47,22,47,62v0,43,-21,62,-47,62v-27,0,-48,-20,-48,-62v0,-40,20,-62,48,-62xm63,-220v-10,0,-20,5,-20,40v0,34,10,40,20,40v13,0,19,-12,19,-40v0,-30,-7,-40,-19,-40xm183,-122v28,0,47,21,47,62v0,41,-20,62,-47,62v-28,0,-47,-22,-47,-62v0,-42,20,-62,47,-62xm163,-59v0,17,1,37,20,39v11,0,19,-8,19,-40v0,-29,-7,-40,-19,-40v-11,0,-20,8,-20,41xm170,-240r23,0r-117,240r-23,0","w":245},"&":{"d":"181,-134r30,7v-7,37,-17,58,-32,81v7,10,18,20,36,15r0,31v-26,9,-51,-4,-60,-21v-11,10,-29,25,-61,25v-51,0,-73,-37,-73,-70v0,-34,20,-56,52,-71v-26,-33,-32,-107,36,-107v39,0,54,28,54,52v0,37,-32,56,-44,62r41,59v5,-8,14,-23,21,-63xm110,-217v-34,0,-21,51,-6,65v15,-9,27,-23,27,-41v0,-15,-8,-24,-21,-24xm138,-44r-49,-71v-10,6,-30,19,-30,47v0,46,64,51,79,24","w":226},"(":{"d":"68,-240r29,0v-51,100,-62,185,0,300r-29,0v-32,-46,-49,-94,-49,-150v0,-80,37,-133,49,-150","w":116},")":{"d":"49,-240v22,27,49,98,49,150v0,80,-37,132,-49,150r-29,0v54,-89,55,-211,0,-300r29,0","w":116},"*":{"d":"79,-240r26,0r-4,47r40,-26r12,24r-41,19r41,18r-12,24r-40,-26r4,47r-26,0r4,-47r-40,26r-12,-24r41,-18r-41,-19r12,-24r40,26"},"+":{"d":"107,-135r59,0r0,30r-59,0r0,59r-30,0r0,-59r-59,0r0,-30r59,0r0,-59r30,0r0,59"},",":{"d":"25,-45r40,0r0,43r-26,53r-18,0r22,-51r-18,0r0,-45","w":86,"k":{" ":18}},"-":{"d":"14,-105r76,0r0,30r-76,0r0,-30","w":104},".":{"d":"23,-45r40,0r0,45r-40,0r0,-45","w":86},"\/":{"d":"127,-240r27,0r-132,300r-27,0","w":171},"0":{"d":"92,-244v63,0,78,62,78,121v0,62,-11,127,-78,127v-63,0,-78,-61,-78,-121v0,-62,12,-127,78,-127xm92,-215v-32,0,-37,44,-37,95v0,53,6,95,37,95v30,0,37,-38,37,-95v0,-54,-6,-95,-37,-95"},"1":{"d":"158,-30r0,30r-119,0r0,-30r41,0r0,-164v-7,9,-17,20,-43,34r0,-37v21,-12,38,-26,53,-46r29,0r0,213r39,0"},"2":{"d":"12,-35v28,-30,108,-71,108,-136v0,-18,-8,-41,-34,-41v-32,0,-37,37,-38,49r-36,-8v4,-18,14,-73,77,-73v51,0,72,35,72,70v0,35,-16,72,-107,139r108,0r-1,35r-149,0r0,-35"},"3":{"d":"59,-139v35,5,59,-10,59,-37v0,-20,-10,-38,-33,-38v-28,0,-35,25,-38,36r-33,-8v4,-14,17,-58,75,-58v39,0,69,21,69,64v0,36,-23,48,-37,54v17,-1,49,36,44,59v3,96,-151,90,-158,7r34,-8v2,10,9,41,43,41v19,0,39,-11,39,-42v0,-47,-35,-40,-64,-41r0,-29"},"4":{"d":"98,-244r45,0r0,157r30,0r0,30r-30,0r0,57r-39,0r0,-57r-93,0r0,-29xm42,-86r64,0r0,-123"},"5":{"d":"91,-28v53,0,55,-98,1,-100v-26,0,-34,17,-38,26r-30,-6r8,-132r125,0r-4,35r-91,0r-4,66v31,-41,115,-23,111,58v-4,86,-82,108,-134,65v-16,-13,-17,-29,-20,-41r35,-9v4,14,10,38,41,38"},"6":{"d":"19,-114v0,-43,19,-130,83,-130v54,0,65,44,69,58r-33,10v-3,-13,-10,-37,-37,-37v-38,0,-44,50,-45,94v25,-60,117,-42,117,43v0,50,-30,80,-74,80v-53,0,-69,-48,-72,-58v-6,-22,-8,-42,-8,-60xm99,-124v-57,0,-49,97,0,98v34,0,35,-36,35,-50v0,-7,0,-48,-35,-48"},"7":{"d":"20,-205r3,-35r139,0r0,28v-14,18,-36,48,-53,111v-13,48,-13,83,-13,101r-42,0v0,-111,53,-180,72,-205r-106,0"},"8":{"d":"94,-244v31,0,71,26,71,61v0,34,-26,47,-38,53v12,6,45,23,45,64v0,33,-24,70,-82,70v-32,0,-78,-19,-78,-65v0,-39,30,-53,45,-61v-13,-8,-37,-23,-37,-57v0,-28,18,-65,74,-65xm97,-142v35,-7,51,-73,-3,-75v-20,0,-36,13,-36,33v0,24,21,35,39,42xm85,-107v-14,6,-37,17,-37,44v0,27,20,39,43,39v22,0,43,-12,43,-36v0,-27,-25,-37,-49,-47"},"9":{"d":"16,-48r34,-10v3,13,9,32,34,32v38,0,42,-53,43,-91v-6,12,-18,32,-49,32v-39,0,-66,-34,-66,-79v0,-42,24,-80,75,-80v63,0,77,58,77,115v0,72,-19,133,-83,133v-48,0,-59,-33,-65,-52xm87,-213v-19,0,-37,14,-37,48v0,27,12,47,36,47v29,0,37,-29,37,-48v0,-21,-9,-47,-36,-47"},":":{"d":"23,-45r40,0r0,45r-40,0r0,-45xm23,-177r40,0r0,45r-40,0r0,-45","w":86},";":{"d":"25,-45r40,0r0,43r-26,53r-18,0r22,-51r-18,0r0,-45xm25,-177r40,0r0,45r-40,0r0,-45","w":86},"<":{"d":"170,-212r0,36r-117,56r117,56r0,36r-156,-76r0,-32"},"=":{"d":"166,-130r-148,0r0,-29r148,0r0,29xm166,-81r-148,0r0,-29r148,0r0,29"},">":{"d":"14,-28r0,-36r117,-56r-117,-56r0,-36r156,77r0,31"},"?":{"d":"63,-64v-11,-67,52,-57,52,-116v0,-23,-13,-33,-31,-33v-32,0,-35,35,-36,50r-34,-7v1,-11,3,-32,17,-50v36,-48,132,-19,124,41v5,59,-68,62,-59,115r-33,0xm60,-43r39,0r0,43r-39,0r0,-43","w":177},"@":{"d":"140,-183r21,0r-13,99v0,10,4,12,9,12v16,0,31,-24,31,-63v0,-64,-35,-90,-74,-90v-54,0,-85,50,-85,107v0,57,30,103,89,103v32,0,53,-12,64,-19r8,19v-12,7,-37,21,-73,21v-68,0,-114,-47,-114,-123v0,-71,40,-129,111,-129v64,0,98,46,98,108v0,55,-27,89,-58,89v-20,0,-23,-10,-26,-20v-20,37,-70,22,-70,-37v0,-41,19,-79,51,-79v19,0,25,15,28,22xm110,-159v-18,0,-25,29,-25,52v0,21,7,32,17,32v24,0,25,-50,25,-53v0,-10,-2,-31,-17,-31","w":214},"A":{"d":"68,-240r45,0r64,240r-41,0r-15,-60r-70,0r-14,60r-38,0xm59,-91r54,0r-27,-111","w":177},"B":{"d":"179,-67v2,42,-38,67,-83,67r-73,0r0,-240v65,0,147,-13,148,61v0,39,-25,49,-36,53v24,6,42,24,44,59xm62,-210r0,70v34,-1,64,8,68,-36v-6,-46,-34,-31,-68,-34xm62,-110r0,78v40,3,81,-3,76,-39v-7,-51,-39,-36,-76,-39","w":196},"C":{"d":"144,-81r36,5v-3,19,-11,80,-78,80v-78,0,-87,-83,-87,-123v0,-38,8,-125,88,-125v67,0,75,61,78,82r-37,5v-3,-20,-8,-55,-41,-55v-41,0,-46,56,-46,94v0,43,8,90,46,90v24,0,35,-18,41,-53","w":190},"D":{"d":"159,-211v58,66,29,225,-79,211r-57,0r0,-240v59,2,100,-12,136,29xm63,-32v66,13,82,-51,82,-88v0,-52,-19,-95,-82,-88r0,176","w":202,"k":{"W":7,"Y":7,"A":7,"V":7,",":14,".":14}},"E":{"d":"23,-240r137,0r0,32r-97,0r0,69r76,0r0,31r-76,0r0,76r99,0r0,32r-139,0r0,-240","w":165},"F":{"d":"23,-240r133,0r0,32r-93,0r0,72r75,0r0,31r-75,0r0,105r-40,0r0,-240","w":153,"k":{"A":14,",":45,".":45,"e":7,"a":14,"i":-9,"o":7,"r":7}},"G":{"d":"105,-123r80,0r0,125r-22,0r-5,-31v-6,11,-19,33,-57,33v-68,0,-86,-70,-86,-121v0,-44,10,-127,90,-127v55,0,72,36,79,73r-36,9v-5,-22,-12,-50,-43,-50v-37,0,-48,39,-48,92v0,41,7,92,49,92v41,0,42,-47,42,-63r-43,0r0,-32","w":202},"H":{"d":"23,-240r40,0r0,100r71,0r0,-100r39,0r0,240r-39,0r0,-107r-71,0r0,107r-40,0r0,-240","w":196},"I":{"d":"23,-240r40,0r0,240r-40,0r0,-240","w":86},"J":{"d":"49,-240r39,0r0,149v0,48,0,95,-63,95v-11,0,-18,-1,-31,-4r0,-33v39,9,55,-1,55,-58r0,-149","w":110},"K":{"d":"23,-240r40,0r0,114r72,-114r42,0r-62,88r73,152r-43,0r-54,-119r-28,40r0,79r-40,0r0,-240","k":{"O":9,"e":7,"o":7}},"L":{"d":"23,-240r40,0r0,207r85,0r0,33r-125,0r0,-240","w":147,"k":{"T":11,"W":9,"Y":16,"V":16,"y":9}},"M":{"d":"22,-240r59,0r48,173r49,-173r56,0r0,240r-37,0r0,-205r-57,205r-29,0r-56,-205r0,205r-33,0r0,-240","w":257},"N":{"d":"22,-240r46,0r80,173r0,-173r33,0r0,240r-37,0r-89,-192r0,192r-33,0r0,-240","w":202},"O":{"d":"102,-244v72,0,86,68,86,124v0,49,-11,124,-86,124v-72,0,-87,-68,-87,-124v0,-55,15,-124,87,-124xm146,-120v0,-33,0,-92,-44,-92v-44,0,-45,61,-45,92v0,29,4,92,45,92v43,0,44,-63,44,-92","w":202,"k":{"W":7,"Y":7,"A":5,"V":7,",":7,".":7,"J":11,"X":9}},"P":{"d":"82,-240v77,-12,125,84,61,134v-25,19,-50,11,-80,12r0,94r-40,0r0,-240r59,0xm129,-167v3,-30,-25,-52,-66,-43r0,85v34,-1,61,9,66,-42","w":177,"k":{"A":18,",":63,".":63,"e":9,"a":9,"o":9}},"Q":{"d":"174,51v-38,14,-79,-8,-72,-47v-69,0,-87,-62,-87,-124v0,-57,16,-124,87,-124v97,0,93,106,79,181v-8,43,-34,54,-49,61v-6,23,23,31,42,23r0,30xm101,-212v-43,-5,-43,68,-44,92v0,67,15,92,44,92v17,0,44,-7,44,-92v0,-28,0,-96,-44,-92","w":202},"R":{"d":"23,-240v0,0,149,-11,149,68v0,44,-27,58,-37,63r46,109r-43,0r-38,-100r-37,0r0,100r-40,0r0,-240xm133,-172v-7,-51,-34,-35,-70,-38r0,79v40,4,75,-5,70,-41","w":190,"k":{"O":4}},"S":{"d":"166,-186r-34,11v-8,-22,-17,-37,-42,-37v-26,0,-33,20,-33,31v0,22,20,29,48,40v28,10,67,25,67,73v0,35,-25,72,-81,72v-67,0,-79,-51,-83,-67r36,-10v3,11,10,45,49,45v33,0,38,-24,38,-35v0,-42,-76,-42,-91,-65v-40,-36,-25,-116,52,-116v57,0,69,41,74,58"},"T":{"d":"-6,-240r146,0r0,34r-53,0r0,206r-40,0r0,-206r-53,0r0,-34","w":135,"k":{"u":20,"A":9,",":27,".":18,"w":20,"e":22,"a":22,"i":-9,"o":22,"r":20,"y":18,"-":14}},"U":{"d":"175,-94v1,58,-10,98,-77,98v-76,0,-77,-53,-77,-95r0,-149r39,0r0,149v0,32,0,63,40,63v39,0,39,-29,39,-64r0,-148r36,0r0,146","w":196},"V":{"d":"-1,-240r41,0r46,191r46,-191r35,0r-63,241r-44,-1","w":165,"k":{"G":7,"O":7,"u":13,"A":7,",":27,".":27,"e":22,"a":11,"i":-9,"o":22}},"W":{"d":"1,-240r40,0r33,180r37,-180r35,0r37,180r34,-180r34,0r-51,241r-36,0r-38,-177r-37,177r-36,0","w":251,"k":{"O":7,"u":11,"A":5,",":27,".":27,"e":14,"a":13,"o":14}},"X":{"d":"3,-240r44,0r34,77r39,-77r37,0r-56,109r63,131r-44,0r-41,-92r-46,92r-38,0r64,-124","w":159},"Y":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,138r0,102r-39,0r0,-102","w":147,"k":{"O":7,"u":13,"A":7,",":18,".":18,"e":18,"a":18,"i":-7,"o":18}},"Z":{"d":"7,-240r144,0r0,28r-107,179r109,0r0,33r-153,0r0,-31r105,-177r-98,0r0,-32","w":153},"[":{"d":"28,-240r63,0r0,20r-28,0r0,260r28,0r0,20r-63,0r0,-300","w":116},"\\":{"d":"45,-240r132,300r-27,0r-133,-300r28,0","w":171},"]":{"d":"88,60r-62,0r0,-20r28,0r0,-260r-28,0r0,-20r62,0r0,300","w":116},"^":{"d":"179,-114r-35,0r-52,-100r-52,100r-35,0r68,-129r38,0"},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"13,-47v0,-52,39,-64,96,-62v0,-20,3,-46,-26,-46v-23,0,-28,20,-29,28r-35,-5v8,-46,50,-50,67,-50v91,-3,49,104,63,182r-34,0v-2,-9,-3,-13,-3,-30v-7,13,-18,34,-50,34v-29,0,-49,-18,-49,-51xm75,-23v17,0,37,-24,34,-64v-41,-4,-62,18,-58,38v0,21,12,26,24,26","w":165},"b":{"d":"21,-240r37,0r0,83v6,-9,17,-24,41,-24v49,0,60,54,60,90v0,19,-3,68,-35,87v-31,18,-70,1,-74,-20v-3,8,-5,11,-8,24r-21,0r0,-240xm90,-154v-29,0,-32,40,-32,79v0,12,0,51,31,51v23,0,31,-22,31,-67v0,-36,-5,-63,-30,-63","w":171,"k":{"v":5}},"c":{"d":"144,-118r-35,4v-3,-21,-6,-39,-27,-39v-25,0,-31,25,-31,68v0,16,0,59,31,59v23,0,26,-23,27,-38r35,3v-3,22,-8,65,-64,65v-58,0,-67,-55,-67,-92v0,-41,11,-94,69,-94v53,0,59,45,62,64","w":147},"d":{"d":"114,-240r36,0r0,240r-33,0r0,-27v-5,10,-14,30,-45,30v-50,0,-59,-57,-59,-91v0,-61,25,-93,60,-93v28,0,37,16,41,24r0,-83xm82,-24v33,0,32,-40,32,-80v0,-23,-6,-50,-32,-50v-27,0,-31,35,-31,63v0,30,3,67,31,67","w":171},"e":{"d":"150,-83r-100,0v0,20,1,60,35,60v24,0,28,-21,31,-34r33,5v-3,13,-13,56,-65,56v-53,0,-71,-44,-71,-90v0,-100,92,-121,125,-65v13,23,12,46,12,68xm113,-108v4,-21,-17,-53,-30,-47v-22,0,-30,23,-32,47r62,0","w":159,"k":{"v":-4,"w":-4}},"f":{"d":"63,-177r32,0r0,29r-32,0r0,148r-36,0r0,-148r-23,0r0,-29r23,0v1,-33,1,-70,51,-70v10,0,16,1,22,2r0,29v-27,-5,-41,4,-37,39","w":92,"k":{",":11,".":11,"e":7}},"g":{"d":"160,-206r-1,27v-15,-3,-23,0,-27,18v36,45,-5,111,-71,92v-5,3,-13,6,-13,16v0,13,9,14,45,16v35,2,69,3,69,47v0,47,-48,56,-81,56v-25,0,-71,-5,-71,-45v0,-25,18,-31,26,-34v-7,-4,-20,-12,-20,-30v0,-22,18,-31,26,-35v-9,-6,-23,-16,-23,-45v0,-48,58,-72,97,-51v0,-18,14,-39,44,-32xm84,-158v-23,0,-27,20,-27,35v0,5,0,34,25,34v25,0,26,-30,26,-34v0,-8,-1,-35,-24,-35xm107,-5v-24,0,-64,-14,-64,20v0,19,16,25,43,25v15,0,42,-3,42,-25v0,-16,-13,-19,-21,-20","w":159,"k":{",":-9,".":-5,"y":-7}},"h":{"d":"22,-240r36,0r0,86v5,-24,64,-47,81,-7v17,41,3,108,6,161r-37,0r0,-112v0,-20,0,-40,-22,-40v-25,0,-28,29,-28,50r0,102r-36,0r0,-240","w":165},"i":{"d":"22,-177r36,0r0,177r-36,0r0,-177xm59,-202r-38,0r0,-38r38,0r0,38","w":79},"j":{"d":"22,-177r37,0r0,171v0,36,0,70,-46,70v-9,0,-16,-2,-22,-3r0,-30v26,4,31,0,31,-38r0,-170xm60,-202r-38,0r0,-38r38,0r0,38","w":79},"k":{"d":"22,-240r36,0r0,142r58,-79r36,0r-46,61r51,116r-40,0r-35,-89r-24,32r0,57r-36,0r0,-240","w":153,"k":{"o":7,"y":13}},"l":{"d":"22,-240r36,0r0,240r-36,0r0,-240","w":79},"m":{"d":"108,-108v2,-37,-4,-40,-21,-44v-28,0,-29,31,-29,49r0,103r-36,0r0,-177r33,0r0,27v6,-13,15,-32,44,-32v33,0,38,22,41,33v2,-24,61,-53,84,-14v15,43,4,109,7,163r-37,0r0,-109v0,-24,1,-43,-21,-43v-21,0,-28,18,-28,48r0,104r-37,0r0,-108","w":251},"n":{"d":"99,-182v27,0,46,28,46,68r0,114r-37,0r0,-112v0,-23,0,-40,-21,-40v-29,0,-29,35,-29,53r0,99r-36,0r0,-177r33,0r0,27v4,-10,13,-32,44,-32","w":165,"k":{"v":7}},"o":{"d":"83,-182v55,0,70,48,70,91v0,41,-11,95,-71,95v-55,0,-69,-47,-69,-93v0,-43,12,-93,70,-93xm83,-154v-22,0,-31,22,-31,65v0,46,10,66,31,66v21,0,31,-18,31,-66v0,-46,-10,-65,-31,-65","w":165,"k":{"v":5}},"p":{"d":"159,-91v0,27,-17,94,-61,94v-24,0,-33,-12,-40,-21r0,78r-37,0r0,-237r34,0r0,29v5,-11,16,-33,44,-33v36,0,60,34,60,90xm89,-154v-30,0,-35,43,-31,80v-4,25,9,50,31,50v23,0,31,-25,31,-66v0,-33,-6,-64,-31,-64","w":171,"k":{"y":5}},"q":{"d":"13,-86v0,-45,16,-95,63,-95v28,0,38,20,43,30v4,-9,7,-13,12,-28r19,0r0,239r-37,0r0,-83v-36,52,-100,18,-100,-63xm113,-81v0,-37,-12,-79,-31,-73v-24,0,-31,28,-31,65v0,20,3,65,31,65v11,0,31,-11,31,-57","w":171},"r":{"d":"22,-177r32,0r0,39v4,-12,17,-47,51,-43r0,38v-70,-3,-41,82,-47,143r-36,0r0,-177","w":98,"k":{"u":-7,"v":-18,",":11,".":11,"r":-5,"y":-18,"k":-7,"l":-7,"m":-5,"n":-5,"p":-5,"s":-5,"t":-18,":":-14,";":-14}},"s":{"d":"47,-133v0,40,88,21,88,81v0,27,-20,56,-65,56v-55,0,-61,-38,-64,-51r31,-6v1,8,6,30,34,30v24,0,28,-17,28,-23v0,-17,-16,-22,-31,-27v-24,-8,-56,-18,-56,-54v0,-28,22,-55,59,-55v45,0,55,34,58,46r-29,8v-3,-8,-9,-27,-30,-27v-15,0,-23,10,-23,22","w":141},"t":{"d":"93,-177r0,29r-34,0r0,79v-4,39,9,45,39,41r0,29v-7,1,-15,3,-27,3v-76,-1,-40,-89,-48,-152r-23,0r0,-29r24,0r2,-47r33,-3r0,50r34,0","w":98},"u":{"d":"21,-177r36,0r0,112v0,25,0,40,21,40v30,0,29,-34,29,-67r0,-85r37,0r0,177r-34,0r0,-27v-6,13,-15,31,-45,31v-45,0,-44,-38,-44,-68r0,-113","w":165},"v":{"d":"-2,-177r36,0r33,127r33,-127r31,0r-50,177r-32,0","w":128,"k":{",":11,".":11}},"w":{"d":"0,-177r36,0r26,122r25,-122r33,0r25,122r28,-122r30,0r-44,177r-31,0r-27,-123r-26,123r-31,0","w":202,"k":{",":11,".":11}},"x":{"d":"0,-177r40,0r26,51r27,-51r34,0r-45,80r53,97r-41,0r-32,-63r-34,63r-34,0r51,-92","w":128,"k":{"e":11}},"y":{"d":"0,-177r37,0r31,121r31,-121r33,0r-57,188v-8,34,-27,61,-71,51r0,-30v30,3,36,0,46,-38","w":128,"k":{",":20,".":20}},"z":{"d":"12,-177r108,0r0,22r-75,127r75,0r0,28r-115,0r0,-28r72,-122r-65,0r0,-27","w":122},"{":{"d":"90,-240r0,21v-52,-8,7,119,-44,127v32,2,22,58,22,96v0,28,1,35,22,35r0,21v-37,2,-55,-6,-55,-56v0,-29,11,-90,-20,-84r0,-25v30,5,20,-50,20,-79v0,-48,15,-58,55,-56","w":116},"|":{"d":"108,-270r0,360r-36,0r0,-360r36,0","w":180},"}":{"d":"27,60r0,-21v50,6,-8,-122,43,-131v-31,-3,-22,-55,-22,-92v0,-28,-1,-35,-21,-35r0,-21v36,-2,55,5,55,56v0,28,-10,85,19,79r0,25v-30,-5,-19,55,-19,84v0,48,-15,58,-55,56","w":116},"~":{"d":"124,-94v-14,0,-43,-20,-70,-20v-16,0,-23,14,-28,24r-21,-14v10,-22,21,-46,52,-46v3,-6,63,24,72,21v16,0,23,-11,29,-21r21,12v-8,16,-21,44,-55,44"},"\u00a3":{"d":"117,-214v-42,10,-22,44,-21,74r45,0r0,28r-42,0v9,36,-13,76,-28,81v44,0,74,3,88,-32r29,14v-19,72,-103,43,-181,49r0,-32v45,9,66,-34,55,-80r-35,0r0,-28r30,0v-9,-51,-7,-104,61,-104v40,0,52,26,57,38r-28,17v-3,-8,-11,-25,-30,-25"},"'":{"d":"58,-240r-5,99r-26,0r-6,-99r37,0","w":79},"`":{"d":"117,-212r-13,13r-62,-39r19,-24","w":180},"\u00a0":{"w":90}}});