/*
 * 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:
 * Copyright (c) Thirstype, Inc., 2003. All rights reserved.
 */
Cufon.registerFont({"w":194,"face":{"font-family":"ApexSansLightST","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-15 -364 456 92.2729","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":72},"\u00f0":{"d":"75,-208r59,-36v18,18,26,49,29,95v-10,-18,-28,-33,-62,-33v-63,0,-74,39,-74,92v0,53,11,92,74,92v64,0,75,-41,74,-100v-1,-79,-8,-128,-31,-153v9,-10,31,-8,29,-29r-37,22v-18,-19,-85,-15,-103,-5r0,10v21,-8,74,-15,93,2r-51,31r0,12xm101,-172v55,0,63,34,63,82v0,44,-6,82,-63,82v-57,0,-63,-37,-63,-82v0,-45,6,-82,63,-82","w":180},"\u0141":{"d":"-13,-99r44,-27r0,126r141,0r0,-10r-130,0r0,-122r43,-27r0,-12r-43,27r0,-126r-11,0r0,132r-44,27r0,12","w":190},"\u0142":{"d":"0,-99r43,-27r0,102v0,18,8,26,27,26r0,-9v-13,0,-16,-4,-16,-18r0,-107r43,-27r0,-12r-43,27r0,-126r-11,0r0,132r-43,27r0,12","w":100},"\u0160":{"d":"111,-272v-71,0,-88,36,-88,70v0,51,24,60,84,67v62,7,74,14,74,60v0,37,-20,66,-86,66v-34,0,-55,-6,-72,-12r0,11v17,7,49,12,72,12v80,0,98,-41,98,-77v0,-58,-26,-64,-82,-70v-58,-6,-77,-13,-77,-57v0,-32,15,-59,77,-59v26,0,44,3,66,11r0,-11v-14,-6,-35,-11,-66,-11xm168,-360r-9,0r-50,52r-51,-52r-9,0r53,63r14,0","w":215},"\u0161":{"d":"78,-8v47,0,60,-18,60,-40v0,-26,-8,-35,-52,-40v-49,-6,-61,-17,-61,-46v-10,-45,70,-58,115,-41r0,10v-13,-4,-27,-7,-50,-7v-41,0,-54,14,-54,38v0,26,12,31,51,36v48,6,61,16,61,49v0,26,-15,51,-70,51v-16,0,-36,-2,-50,-7r0,-10v13,4,27,7,50,7xm146,-270r-9,0r-51,52r-50,-52r-9,0r52,63r15,0","w":173},"\u00dd":{"d":"122,-111r97,-159r-14,0r-88,149r-89,-149r-14,0r97,159r0,111r11,0r0,-111xm113,-301r7,0r48,-63r-17,0","w":233},"\u00fd":{"d":"27,-180r-13,0r70,178r-39,92r12,0r106,-270r-13,0r-61,165xm85,-207r7,0r48,-63r-17,0","w":177},"\u00de":{"d":"31,-270r0,270r11,0r0,-57r73,0v66,0,82,-37,82,-78v0,-41,-16,-78,-82,-78r-73,0r0,-57r-11,0xm42,-67r0,-136r75,0v60,0,69,37,69,68v0,31,-9,68,-69,68r-75,0","w":213},"\u00fe":{"d":"31,-270r10,0r0,103v16,-10,42,-15,62,-15v60,0,75,40,75,92v0,52,-15,92,-75,92v-20,0,-46,-5,-62,-15r0,103r-10,0r0,-360xm103,-172v-25,0,-46,5,-62,15r0,134v16,10,37,15,62,15v54,0,64,-41,64,-82v0,-41,-10,-82,-64,-82","w":204},"\u017d":{"d":"18,0r186,0r0,-10r-172,0r166,-252r0,-8r-172,0r0,10r159,0r-167,252r0,8xm168,-360r-9,0r-51,52r-50,-52r-9,0r52,63r15,0","w":221},"\u017e":{"d":"18,0r136,0r0,-9r-124,0r120,-164r0,-7r-126,0r0,9r114,0r-120,164r0,7xm144,-270r-9,0r-50,52r-51,-52r-9,0r52,63r15,0","w":172},"\u00a6":{"d":"50,74r-11,0r0,-179r11,0r0,179xm50,-294r0,179r-11,0r0,-179r11,0","w":88},"\u2212":{"d":"164,-118r0,-10r-141,0r0,10r141,0","w":187},"\u00d7":{"d":"40,-77r8,8r46,-47r46,47r7,-8r-46,-46r46,-46r-7,-7r-46,46r-46,-46r-8,7r46,46","w":187},"!":{"d":"42,-76r-5,0r-5,-194r16,0xm29,-9v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,11,-10,11v-6,0,-11,-5,-11,-11","w":79},"\"":{"d":"41,-180r-6,0r-6,-90r18,0xm84,-180r-6,0r-6,-90r18,0","w":118},"#":{"d":"172,-48r4,-10r-35,0r24,-64r36,0r3,-10r-35,0r18,-48r-11,0r-18,48r-74,0r19,-48r-12,0r-18,48r-35,0r-3,10r34,0r-24,64r-35,0r-3,10r34,0r-18,48r11,0r19,-48r73,0r-18,48r11,0r18,-48r35,0xm56,-58r24,-64r74,0r-24,64r-74,0","w":210},"$":{"d":"78,-8v47,0,60,-18,60,-40v0,-26,-8,-35,-52,-40v-49,-6,-61,-17,-61,-46v0,-30,25,-52,73,-47r15,-45r10,0r-16,45v12,1,23,3,33,6r0,10v-13,-4,-27,-7,-50,-7v-41,0,-54,14,-54,38v0,26,12,31,51,36v48,6,61,16,61,49v0,27,-18,52,-73,51r-15,44r-10,0r16,-45v-13,-1,-27,-2,-38,-6r0,-10v13,4,27,7,50,7","w":176},"%":{"d":"250,-135v-41,0,-60,21,-60,69v0,48,19,68,60,68v42,0,60,-20,60,-68v0,-48,-18,-69,-60,-69xm82,-135v41,0,59,-21,59,-69v0,-48,-18,-68,-59,-68v-42,0,-60,20,-60,68v0,48,18,69,60,69xm82,-145v-33,0,-49,-16,-49,-59v0,-43,16,-58,49,-58v32,0,48,15,48,58v0,43,-16,59,-48,59xm250,-125v33,0,49,16,49,59v0,43,-16,58,-49,58v-32,0,-49,-15,-49,-58v0,-43,17,-59,49,-59xm77,0r-13,0r191,-270r13,0","w":331},"&":{"d":"159,-212v14,2,13,-5,13,-20v0,-22,-10,-40,-51,-40v-74,0,-63,62,-53,116v-25,10,-50,34,-50,74v0,86,98,99,166,70v20,9,43,14,67,14r0,-10v-20,0,-39,-4,-56,-10v29,-17,50,-45,50,-86v2,-75,-55,-88,-115,-72r0,10v48,-13,104,-9,104,62v0,41,-22,68,-50,82v-69,-32,-113,-118,-113,-189v0,-24,9,-52,50,-52v46,-1,46,26,38,51xm28,-82v0,-37,23,-56,43,-64v16,53,51,103,101,129v-63,21,-144,8,-144,-65","w":264},"'":{"d":"41,-180r-6,0r-6,-90r18,0","w":75},"(":{"d":"80,74r-12,0v-18,-27,-45,-93,-45,-184v0,-91,27,-157,45,-184r12,0v-18,27,-45,93,-45,184v0,91,27,157,45,184","w":98},")":{"d":"18,74r12,0v18,-27,45,-93,45,-184v0,-91,-27,-157,-45,-184r-12,0v18,27,45,93,45,184v0,91,-27,157,-45,184","w":98},"*":{"d":"68,-225r3,0r5,-45r-13,0xm130,-231v-13,8,-31,10,-41,21r45,-9xm82,-189v-2,12,16,28,21,41r10,-7xm36,-148v6,-13,22,-29,21,-41r-31,34xm5,-219v14,1,34,11,45,7r-41,-19","w":138},"+":{"d":"89,-53r10,0r0,-65r65,0r0,-10r-65,0r0,-65r-10,0r0,65r-66,0r0,10r66,0r0,65","w":187},",":{"d":"50,-9v-7,18,-13,36,-24,50r9,-40v-10,-4,-6,-22,5,-21v6,0,10,5,10,11","w":79},"-":{"d":"108,-118r0,-10r-82,0r0,10r82,0","w":133},".":{"d":"29,-9v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,11,-10,11v-6,0,-11,-5,-11,-11","w":79},"\/":{"d":"19,74r-12,0r125,-368r12,0","w":151},"0":{"d":"112,2v-57,0,-89,-22,-89,-92v0,-71,32,-92,89,-92v57,0,89,21,89,92v0,70,-32,92,-89,92xm112,-172v-46,0,-77,15,-77,82v0,67,31,82,77,82v46,0,77,-15,77,-82v0,-67,-31,-82,-77,-82","w":223},"1":{"d":"80,-182v-25,3,-43,12,-66,17r0,4r52,-1r0,162r14,0r0,-182","w":129},"2":{"d":"162,-129v0,-53,-80,-63,-127,-43r0,9v36,-13,116,-21,116,33v0,14,-3,24,-22,39r-107,85r0,6r147,0r0,-9r-132,0r85,-65v30,-23,40,-33,40,-55","w":190},"3":{"d":"79,-172v58,0,71,26,71,59v0,39,-41,66,-99,58r0,10v61,-3,109,3,109,61v0,35,-16,66,-79,66v-24,0,-43,-5,-56,-10r0,10v13,5,32,10,56,10v67,0,90,-35,90,-76v0,-33,-15,-66,-63,-67v39,-4,54,-35,54,-62v0,-38,-21,-69,-83,-69v-16,0,-39,4,-54,9r0,10v15,-4,35,-9,54,-9","w":192},"4":{"d":"159,-9r0,-173r-6,0r-133,176r0,6r128,0r0,90r11,0r0,-90r40,0r0,-9r-40,0xm148,-9r-114,0r114,-150r0,150","w":216},"5":{"d":"23,82v61,18,154,23,154,-77v0,-87,-64,-77,-134,-76r0,-100r128,0r0,-9r-139,0r0,118v67,3,133,-18,133,67v0,92,-88,84,-142,66r0,11","w":190},"6":{"d":"25,-128v0,85,8,130,88,130v70,0,84,-43,84,-86v0,-44,-10,-87,-84,-87v-36,0,-73,19,-78,55v-2,-82,10,-147,88,-146v26,0,43,3,64,10r0,-10v-14,-5,-34,-10,-64,-10v-81,0,-98,54,-98,144xm37,-84v0,-32,13,-78,76,-78v63,0,72,36,72,78v0,42,-13,76,-72,76v-64,0,-76,-34,-76,-76","w":217},"7":{"d":"38,90r14,0r105,-261r0,-9r-146,0r0,9r136,0","w":167},"8":{"d":"108,-272v103,0,103,121,30,131v35,3,61,25,61,70v0,45,-24,73,-91,73v-67,0,-91,-28,-91,-73v0,-45,26,-67,61,-70v-30,-6,-51,-24,-51,-62v0,-42,21,-69,81,-69xm108,-8v61,0,80,-27,80,-63v0,-48,-27,-64,-80,-64v-53,0,-80,16,-80,64v0,36,19,63,80,63xm108,-145v51,0,70,-23,70,-58v0,-34,-14,-59,-70,-59v-56,0,-70,25,-70,59v0,35,19,58,70,58","w":216},"9":{"d":"197,-52v0,-85,-9,-130,-89,-130v-70,0,-83,43,-83,86v0,44,9,87,83,87v36,0,73,-19,78,-55v2,82,-10,147,-88,146v-26,0,-42,-3,-63,-10r0,10v14,5,33,10,63,10v81,0,99,-54,99,-144xm184,-96v0,32,-13,78,-76,78v-63,0,-72,-36,-72,-78v0,-42,13,-76,72,-76v64,0,76,34,76,76","w":217},":":{"d":"29,-135v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,11,-10,11v-6,0,-11,-5,-11,-11xm29,-9v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,11,-10,11v-6,0,-11,-5,-11,-11","w":79},";":{"d":"50,-9v-7,18,-13,36,-24,50r9,-40v-10,-4,-6,-22,5,-21v6,0,10,5,10,11xm29,-135v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,11,-10,11v-6,0,-11,-5,-11,-11","w":79},"<":{"d":"106,-59r0,-9r-71,-55r71,-54r0,-9r-80,58r0,10","w":131},"=":{"d":"164,-143r0,-10r-141,0r0,10r141,0xm164,-92r0,-10r-141,0r0,10r141,0","w":187},">":{"d":"26,-59r0,-9r70,-55r-70,-54r0,-9r80,58r0,10","w":131},"?":{"d":"146,-202v0,83,-113,42,-92,126r5,0v0,-27,0,-39,31,-52v40,-16,67,-21,67,-74v0,-36,-13,-70,-89,-70v-15,0,-40,4,-52,8r0,10v12,-3,31,-8,53,-8v64,0,77,27,77,60xm53,-9v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,11,-11,11v-6,0,-11,-5,-11,-11","w":180},"@":{"d":"362,-123v0,91,-24,127,-112,123r-5,-14v-16,10,-42,16,-63,16v-60,0,-74,-40,-74,-92v0,-52,14,-92,74,-92v21,0,47,6,63,16v3,-5,1,-15,10,-14r0,171v81,0,96,-30,96,-114v0,-96,-18,-139,-161,-139v-143,0,-163,77,-163,172v0,94,20,172,163,172v40,0,79,-6,99,-13r1,11v-24,8,-60,12,-100,12v-150,0,-175,-82,-175,-182v0,-100,26,-182,175,-182v149,0,172,47,172,149xm244,-23r0,-134v-16,-10,-37,-15,-62,-15v-54,0,-63,41,-63,82v0,41,9,82,63,82v25,0,46,-5,62,-15","w":374},"A":{"d":"213,0r-13,0r-27,-78r-119,0r-26,78r-14,0r96,-272r8,0xm114,-252r-56,164r112,0","w":227},"B":{"d":"31,-270r0,270r85,0v65,0,87,-32,87,-73v0,-38,-20,-68,-62,-68v33,-3,53,-29,53,-61v0,-38,-20,-68,-81,-68r-82,0xm42,-10r0,-125v70,0,150,-12,150,62v0,32,-14,63,-74,63r-76,0xm182,-202v0,29,-13,57,-63,57r-77,0r0,-115r74,0v57,0,66,28,66,58","w":222},"C":{"d":"25,-135v0,87,25,137,105,137v31,0,52,-5,66,-11r0,-11v-22,8,-40,11,-66,11v-67,0,-93,-42,-93,-126v0,-84,26,-126,93,-126v26,0,44,3,66,11r0,-11v-14,-6,-35,-11,-66,-11v-80,0,-105,50,-105,137","w":221},"D":{"d":"31,0r78,0v85,0,103,-50,103,-135v0,-85,-18,-135,-103,-135r-78,0r0,270xm42,-10r0,-250r65,0v75,0,94,41,94,125v0,84,-19,125,-94,125r-65,0","w":237},"E":{"d":"167,-135r0,-10r-125,0r0,-115r138,0r0,-10r-149,0r0,270r149,0r0,-10r-138,0r0,-125r125,0","w":205},"F":{"d":"163,-135r0,-10r-121,0r0,-115r135,0r0,-10r-146,0r0,270r11,0r0,-135r121,0","w":198},"G":{"d":"130,-9v-67,0,-93,-42,-93,-126v0,-84,26,-126,93,-126v29,0,50,4,72,13r0,-11v-15,-7,-37,-13,-72,-13v-80,0,-105,50,-105,137v0,87,25,137,105,137v36,0,61,-6,79,-14r0,-123r-70,0r0,10r59,0r0,104v-18,9,-45,12,-68,12","w":239},"H":{"d":"197,0r11,0r0,-270r-11,0r0,125r-155,0r0,-125r-11,0r0,270r11,0r0,-135r155,0r0,135","w":239},"I":{"d":"39,0r11,0r0,-270r-11,0r0,270","w":88},"J":{"d":"16,-9r0,10v46,6,80,-12,80,-49r0,-222r-12,0r0,223v2,37,-34,42,-68,38","w":137},"K":{"d":"41,-105r33,-38r109,143r14,0r-117,-150r105,-120r-15,0r-129,151r0,-151r-10,0r0,270r10,0r0,-105","w":208},"L":{"d":"42,-10r0,-260r-11,0r0,270r141,0r0,-10r-130,0","w":190},"M":{"d":"135,-37r-93,-197r0,234r-11,0r0,-270r7,0r102,220r103,-220r7,0r0,270r-12,0r1,-234r-93,197r-11,0","w":280},"N":{"d":"205,0r7,0r0,-270r-12,0r1,245r-163,-245r-7,0r0,270r11,0r0,-245","w":242},"O":{"d":"222,-135v0,-82,-12,-137,-98,-137v-86,0,-99,55,-99,137v0,82,13,137,99,137v86,0,98,-55,98,-137xm211,-135v0,83,-13,126,-87,126v-74,0,-87,-43,-87,-126v0,-83,13,-126,87,-126v74,0,87,43,87,126","w":247},"P":{"d":"42,0r0,-114r73,0v66,0,82,-37,82,-78v0,-41,-16,-78,-82,-78r-84,0r0,270r11,0xm42,-124r0,-136r75,0v60,0,69,37,69,68v0,31,-9,68,-69,68r-75,0","w":213},"Q":{"d":"222,-135v0,-82,-12,-137,-98,-137v-86,0,-99,55,-99,137v0,69,8,118,65,133r169,45r0,-13r-124,-29v76,-5,87,-58,87,-136xm211,-135v0,83,-13,126,-87,126v-74,0,-87,-43,-87,-126v0,-83,13,-126,87,-126v74,0,87,43,87,126","w":247},"R":{"d":"42,-125r0,125r-11,0r0,-270r85,0v67,0,82,27,82,73v0,40,-12,65,-58,71r68,126r-14,0r-65,-125r-87,0xm42,-135r79,0v57,0,65,-27,65,-62v0,-35,-8,-63,-65,-63r-79,0r0,125","w":220},"S":{"d":"111,-272v-71,0,-88,36,-88,70v0,51,24,60,84,67v62,7,74,14,74,60v0,37,-20,66,-86,66v-34,0,-55,-6,-72,-12r0,11v17,7,49,12,72,12v80,0,98,-41,98,-77v0,-58,-26,-64,-82,-70v-58,-6,-77,-13,-77,-57v0,-32,15,-59,77,-59v26,0,44,3,66,11r0,-11v-14,-6,-35,-11,-66,-11","w":215},"T":{"d":"106,-260r79,0r0,-10r-169,0r0,10r79,0r0,260r11,0r0,-260","w":200},"U":{"d":"121,-9v-53,0,-81,-17,-81,-79r0,-182r-11,0r0,183v0,75,42,89,92,89v50,0,93,-14,93,-89r0,-183r-11,0r0,182v0,62,-29,79,-82,79","w":242},"V":{"d":"213,-270r-12,0r-87,252r-87,-252r-13,0r96,272r8,0","w":227},"W":{"d":"151,-247r65,249r9,0r62,-272r-12,0r-54,250r-65,-250r-10,0r-65,250r-55,-250r-12,0r62,272r10,0","w":301},"X":{"d":"189,-270r-80,125r-79,-125r-15,0r88,133r-90,137r15,0r81,-128r82,128r15,0r-90,-137r87,-133r-14,0","w":218},"Y":{"d":"122,-111r97,-159r-14,0r-88,149r-89,-149r-14,0r97,159r0,111r11,0r0,-111","w":233},"Z":{"d":"18,0r186,0r0,-10r-172,0r166,-252r0,-8r-172,0r0,10r159,0r-167,252r0,8","w":221},"[":{"d":"40,-283r0,347r37,0r0,10r-48,0r0,-368r48,0r0,11r-37,0","w":93},"\\":{"d":"132,74r12,0r-125,-368r-12,0","w":151},"]":{"d":"54,-283r0,347r-38,0r0,10r49,0r0,-368r-49,0r0,11r38,0","w":93},"^":{"d":"30,-180r9,0r62,-80r62,80r8,0r-65,-90r-10,0"},"_":{"d":"115,90r0,-10r-115,0r0,10r115,0","w":115},"`":{"d":"104,-207r-6,0r-49,-63r18,0"},"a":{"d":"93,-172v50,-1,57,18,55,60r-60,4v-50,3,-63,28,-63,55v0,29,17,55,63,55v18,0,46,-5,61,-16v3,5,1,15,10,14r0,-124v0,-35,-11,-58,-66,-58v-21,0,-42,4,-52,8r0,9v7,-3,26,-7,52,-7xm36,-53v0,-47,65,-48,112,-49r0,78v-16,10,-36,16,-59,16v-44,0,-53,-24,-53,-45","w":187},"b":{"d":"103,-182v-20,0,-46,5,-62,15r0,-103r-10,0r0,270v8,0,6,-10,9,-14v16,10,42,16,63,16v60,0,75,-40,75,-92v0,-52,-15,-92,-75,-92xm103,-8v-25,0,-46,-5,-62,-15r0,-134v16,-10,37,-15,62,-15v54,0,64,41,64,82v0,41,-10,82,-64,82","w":204},"c":{"d":"27,-90v0,-54,15,-92,75,-92v16,0,36,2,50,7r0,10v-13,-4,-27,-7,-50,-7v-54,0,-64,40,-64,82v0,42,10,82,64,82v23,0,37,-3,50,-7r0,10v-14,5,-34,7,-50,7v-60,0,-75,-38,-75,-92","w":174},"d":{"d":"102,-182v20,0,45,5,61,15r0,-103r11,0r0,270v-8,0,-6,-10,-9,-14v-16,10,-42,16,-63,16v-60,0,-75,-40,-75,-92v0,-52,15,-92,75,-92xm102,-8v25,0,45,-5,61,-15r0,-134v-16,-10,-36,-15,-61,-15v-54,0,-64,41,-64,82v0,41,10,82,64,82","w":204},"e":{"d":"102,-8v-51,0,-63,-36,-64,-77r130,0v0,-55,-4,-97,-66,-97v-60,0,-75,38,-75,92v0,54,15,92,75,92v19,0,43,-4,57,-9r0,-10v-13,4,-30,9,-57,9xm157,-95r-119,0v1,-41,13,-77,64,-77v51,0,55,38,55,77"},"f":{"d":"49,-170r0,170r10,0r0,-170r62,0r0,-10r-62,0v-8,-60,13,-93,75,-81v5,-14,-15,-11,-23,-11v-61,-2,-65,36,-62,92r-35,5r0,5r35,0","w":144},"g":{"d":"25,-118v0,26,7,45,26,55v-16,6,-21,46,4,48v-23,7,-45,25,-45,55v0,43,33,52,83,52v49,0,97,-17,97,-59v0,-54,-76,-46,-122,-55v-22,3,-26,-31,-7,-36v9,3,20,4,33,4v80,0,83,-80,48,-116r35,-6r0,-4r-83,-2v-54,0,-69,25,-69,64xm21,40v0,-32,29,-46,52,-52v39,9,106,-1,106,45v0,36,-43,49,-86,49v-45,0,-72,-7,-72,-42xm151,-118v0,28,-8,54,-57,54v-49,0,-58,-26,-58,-54v0,-28,9,-54,58,-54v49,0,57,26,57,54","w":198},"h":{"d":"31,-270r0,270r10,0r0,-157v30,-18,111,-33,111,25r0,132r11,0r0,-131v8,-63,-83,-59,-122,-35r0,-104r-10,0","w":192},"i":{"d":"70,2r0,-9v-13,0,-16,-4,-16,-18r0,-155r-11,0r0,156v0,18,8,26,27,26xm37,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":100},"j":{"d":"-7,84r0,8v40,0,61,-16,61,-48r0,-224r-11,0r0,226v0,28,-23,38,-50,38xm37,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":97},"k":{"d":"80,-108r75,-72r-16,0r-98,96r0,-186r-10,0r0,270r10,0r0,-71r32,-30r80,101r15,0","w":179},"l":{"d":"70,2r0,-9v-13,0,-16,-4,-16,-18r0,-245r-11,0r0,246v0,18,8,26,27,26","w":100},"m":{"d":"139,-136r0,136r11,0r-2,-154v29,-18,99,-39,99,18r0,136r12,0r0,-135v5,-60,-74,-56,-114,-28v-15,-28,-77,-21,-104,-3v-3,-5,-1,-15,-10,-14r0,180r11,0r0,-157v26,-16,97,-34,97,21","w":287},"n":{"d":"153,-132r0,132r11,0r0,-131v8,-63,-84,-58,-123,-35v-3,-5,-1,-15,-10,-14r0,180r11,0r0,-157v30,-18,111,-33,111,25","w":192},"o":{"d":"27,-90v0,53,11,92,74,92v63,0,74,-39,74,-92v0,-53,-11,-92,-74,-92v-63,0,-74,39,-74,92xm38,-90v0,-45,6,-82,63,-82v57,0,63,37,63,82v0,45,-6,82,-63,82v-57,0,-63,-37,-63,-82","w":202},"p":{"d":"103,2v-20,0,-46,-5,-62,-15r0,103r-10,0r0,-270v8,0,6,10,9,14v16,-10,42,-16,63,-16v60,0,75,40,75,92v0,52,-15,92,-75,92xm103,-172v-25,0,-46,5,-62,15r0,134v16,10,37,15,62,15v54,0,64,-41,64,-82v0,-41,-10,-82,-64,-82","w":204},"q":{"d":"102,2v20,0,45,-5,61,-15r0,103r11,0r0,-270v-8,0,-6,10,-9,14v-16,-10,-42,-16,-63,-16v-60,0,-75,40,-75,92v0,52,15,92,75,92xm102,-172v25,0,45,5,61,15r0,134v-16,10,-36,15,-61,15v-54,0,-64,-41,-64,-82v0,-41,10,-82,64,-82","w":204},"r":{"d":"122,-171r0,-10v-29,-4,-60,3,-81,15v-3,-5,-1,-15,-10,-14r0,180r11,0r0,-157v19,-12,50,-17,80,-14","w":138},"s":{"d":"78,-8v47,0,60,-18,60,-40v0,-26,-8,-35,-52,-40v-49,-6,-61,-17,-61,-46v-10,-45,70,-58,115,-41r0,10v-13,-4,-27,-7,-50,-7v-41,0,-54,14,-54,38v0,26,12,31,51,36v48,6,61,16,61,49v0,26,-15,51,-70,51v-16,0,-36,-2,-50,-7r0,-10v13,4,27,7,50,7","w":173},"t":{"d":"109,2v6,2,4,-5,4,-9v-29,1,-54,-8,-54,-37r0,-126r62,0r0,-10r-62,0r0,-55r-10,1r0,54r-35,5r0,5r35,0v7,73,-30,178,60,172","w":144},"u":{"d":"40,-48r0,-132r-11,0r0,131v-8,63,84,58,123,35v3,5,1,15,10,14r0,-180r-11,0r0,157v-30,18,-111,33,-111,-25","w":192},"v":{"d":"27,-180r-13,0r72,182r5,0r72,-182r-13,0r-61,163","w":177},"w":{"d":"132,-180r49,163r43,-163r12,0r-51,182r-8,0r-52,-168r-51,168r-9,0r-51,-182r13,0r42,163r50,-163r13,0","w":250},"x":{"d":"82,-85r-58,85r-13,0r66,-93r-62,-87r13,0r54,79r55,-79r13,0r-62,87r66,93r-13,0","w":164},"y":{"d":"27,-180r-13,0r70,178r-39,92r12,0r106,-270r-13,0r-61,165","w":177},"z":{"d":"18,0r136,0r0,-9r-124,0r120,-164r0,-7r-126,0r0,9r114,0r-120,164r0,7","w":172},"{":{"d":"9,-115v1,4,-2,12,4,10v18,0,25,9,24,24r-6,121v-1,26,16,35,42,34v0,-5,1,-12,-6,-10v-17,0,-25,-8,-24,-23r7,-122v1,-13,-7,-23,-17,-29v10,-6,18,-16,17,-29r-7,-121v-1,-17,10,-26,30,-24v0,-5,1,-12,-6,-10v-22,0,-37,10,-36,34r6,122v2,17,-9,24,-28,23","w":86},"|":{"d":"50,74r-11,0r0,-368r11,0r0,368","w":88},"}":{"d":"73,-115v0,6,1,12,-7,10v-16,1,-22,9,-21,24r6,121v1,26,-16,35,-42,34v0,-5,-1,-12,6,-10v17,0,26,-8,25,-23r-7,-122v-1,-13,6,-23,16,-29v-10,-6,-17,-16,-16,-29r7,-121v1,-17,-11,-26,-31,-24v0,-5,-1,-12,6,-10v22,0,37,10,36,34r-6,122v-2,17,9,24,28,23","w":86},"~":{"d":"94,-149v15,0,30,3,27,21v-7,-6,-17,-11,-27,-11v-22,0,-27,25,-54,25v-15,0,-30,-3,-27,-21v7,6,16,11,26,11v22,0,28,-25,55,-25","w":133},"\u00c4":{"d":"213,0r-13,0r-27,-78r-119,0r-26,78r-14,0r96,-272r8,0xm114,-252r-56,164r112,0xm71,-338v0,-6,4,-11,10,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-10,-4,-10,-10xm135,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":227},"\u00c5":{"d":"213,0r-13,0r-27,-78r-119,0r-26,78r-14,0r96,-272r8,0xm114,-252r-56,164r112,0xm147,-328v0,23,-13,33,-33,33v-21,0,-34,-10,-34,-33v0,-24,13,-34,34,-34v20,0,33,10,33,34xm138,-328v0,-19,-10,-25,-24,-25v-15,0,-25,6,-25,25v0,19,10,25,25,25v14,0,24,-6,24,-25","w":227},"\u00c7":{"d":"117,67v24,4,38,-25,13,-39v-13,-8,-5,-18,2,-26v30,0,50,-5,64,-11r0,-11v-22,8,-40,11,-66,11v-67,0,-93,-42,-93,-126v0,-84,26,-126,93,-126v26,0,44,3,66,11r0,-11v-14,-6,-35,-11,-66,-11v-80,0,-105,50,-105,137v0,85,24,134,100,136v-7,9,-17,24,1,34v15,8,1,25,-9,32","w":221},"\u00c9":{"d":"167,-135r0,-10r-125,0r0,-115r138,0r0,-10r-149,0r0,270r149,0r0,-10r-138,0r0,-125r125,0xm102,-301r7,0r48,-63r-17,0","w":205},"\u00d1":{"d":"205,0r7,0r0,-270r-10,0r1,249r-165,-249r-7,0r0,270r10,0r-1,-249xm148,-346v15,0,30,3,27,21v-7,-6,-16,-11,-26,-11v-22,0,-28,25,-55,25v-15,0,-30,-3,-27,-21v7,6,17,11,27,11v22,0,27,-25,54,-25","w":242},"\u00d6":{"d":"222,-135v0,-82,-12,-137,-98,-137v-86,0,-99,55,-99,137v0,82,13,137,99,137v86,0,98,-55,98,-137xm211,-135v0,83,-13,126,-87,126v-74,0,-87,-43,-87,-126v0,-83,13,-126,87,-126v74,0,87,43,87,126xm81,-338v0,-6,4,-11,10,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-10,-4,-10,-10xm145,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":247},"\u00dc":{"d":"121,-9v-53,0,-81,-17,-81,-79r0,-182r-11,0r0,183v0,75,42,89,92,89v50,0,93,-14,93,-89r0,-183r-11,0r0,182v0,62,-29,79,-82,79xm78,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10xm143,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":242},"\u00e1":{"d":"90,-172v50,-1,55,18,54,60r-59,4v-50,3,-63,28,-63,55v0,29,17,55,63,55v18,0,45,-5,60,-16v3,5,1,16,11,14r0,-124v0,-35,-11,-58,-66,-58v-21,0,-42,4,-52,8r0,9v7,-3,26,-7,52,-7xm33,-53v0,-47,64,-48,111,-49r0,78v-16,10,-36,16,-59,16v-44,0,-52,-24,-52,-45xm87,-207r6,0r49,-63r-18,0","w":186},"\u00e0":{"d":"90,-172v50,-1,55,18,54,60r-59,4v-50,3,-63,28,-63,55v0,29,17,55,63,55v18,0,45,-5,60,-16v3,5,1,16,11,14r0,-124v0,-35,-11,-58,-66,-58v-21,0,-42,4,-52,8r0,9v7,-3,26,-7,52,-7xm33,-53v0,-47,64,-48,111,-49r0,78v-16,10,-36,16,-59,16v-44,0,-52,-24,-52,-45xm93,-207r-6,0r-49,-63r18,0","w":186},"\u00e2":{"d":"90,-172v50,-1,55,18,54,60r-59,4v-50,3,-63,28,-63,55v0,29,17,55,63,55v18,0,45,-5,60,-16v3,5,1,16,11,14r0,-124v0,-35,-11,-58,-66,-58v-21,0,-42,4,-52,8r0,9v7,-3,26,-7,52,-7xm33,-53v0,-47,64,-48,111,-49r0,78v-16,10,-36,16,-59,16v-44,0,-52,-24,-52,-45xm149,-207r-8,0r-51,-52r-51,52r-8,0r52,-63r14,0","w":186},"\u00e4":{"d":"90,-172v50,-1,55,18,54,60r-59,4v-50,3,-63,28,-63,55v0,29,17,55,63,55v18,0,45,-5,60,-16v3,5,1,16,11,14r0,-124v0,-35,-11,-58,-66,-58v-21,0,-42,4,-52,8r0,9v7,-3,26,-7,52,-7xm33,-53v0,-47,64,-48,111,-49r0,78v-16,10,-36,16,-59,16v-44,0,-52,-24,-52,-45xm47,-248v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,10,-10,10v-6,0,-11,-4,-11,-10xm112,-248v0,-6,4,-11,10,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-10,-4,-10,-10","w":186},"\u00e3":{"d":"90,-172v50,-1,55,18,54,60r-59,4v-50,3,-63,28,-63,55v0,29,17,55,63,55v18,0,45,-5,60,-16v3,5,1,16,11,14r0,-124v0,-35,-11,-58,-66,-58v-21,0,-42,4,-52,8r0,9v7,-3,26,-7,52,-7xm33,-53v0,-47,64,-48,111,-49r0,78v-16,10,-36,16,-59,16v-44,0,-52,-24,-52,-45xm117,-256v15,0,30,3,27,21v-7,-6,-17,-11,-27,-11v-22,0,-27,25,-54,25v-15,0,-30,-3,-27,-21v7,6,17,11,27,11v22,0,27,-25,54,-25","w":186},"\u00e5":{"d":"90,-172v50,-1,55,18,54,60r-59,4v-50,3,-63,28,-63,55v0,29,17,55,63,55v18,0,45,-5,60,-16v3,5,1,16,11,14r0,-124v0,-35,-11,-58,-66,-58v-21,0,-42,4,-52,8r0,9v7,-3,26,-7,52,-7xm33,-53v0,-47,64,-48,111,-49r0,78v-16,10,-36,16,-59,16v-44,0,-52,-24,-52,-45xm123,-238v0,23,-13,33,-33,33v-21,0,-34,-10,-34,-33v0,-24,13,-34,34,-34v20,0,33,10,33,34xm114,-238v0,-19,-10,-25,-24,-25v-15,0,-25,6,-25,25v0,19,10,25,25,25v14,0,24,-6,24,-25","w":186},"\u00e7":{"d":"102,67r-13,0v10,-7,24,-24,9,-32v-18,-10,-9,-24,-2,-33v-55,-2,-69,-40,-69,-92v0,-54,15,-92,75,-92v16,0,36,2,50,7r0,10v-13,-4,-27,-7,-50,-7v-54,0,-64,40,-64,82v0,42,10,82,64,82v23,0,37,-3,50,-7r0,10v-14,4,-33,7,-48,7v-7,8,-15,19,-2,26v24,13,10,33,0,39","w":178},"\u00e9":{"d":"102,-8v-51,0,-63,-36,-64,-77r130,0v0,-55,-4,-97,-66,-97v-60,0,-75,38,-75,92v0,54,15,92,75,92v19,0,43,-4,57,-9r0,-10v-13,4,-30,9,-57,9xm157,-95r-119,0v1,-41,13,-77,64,-77v51,0,55,38,55,77xm98,-207r7,0r48,-63r-17,0"},"\u00e8":{"d":"102,-8v-51,0,-63,-36,-64,-77r130,0v0,-55,-4,-97,-66,-97v-60,0,-75,38,-75,92v0,54,15,92,75,92v19,0,43,-4,57,-9r0,-10v-13,4,-30,9,-57,9xm157,-95r-119,0v1,-41,13,-77,64,-77v51,0,55,38,55,77xm105,-207r-7,0r-48,-63r17,0"},"\u00ea":{"d":"102,-8v-51,0,-63,-36,-64,-77r130,0v0,-55,-4,-97,-66,-97v-60,0,-75,38,-75,92v0,54,15,92,75,92v19,0,43,-4,57,-9r0,-10v-13,4,-30,9,-57,9xm157,-95r-119,0v1,-41,13,-77,64,-77v51,0,55,38,55,77xm161,-207r-9,0r-50,-52r-51,52r-9,0r52,-63r15,0"},"\u00eb":{"d":"102,-8v-51,0,-63,-36,-64,-77r130,0v0,-55,-4,-97,-66,-97v-60,0,-75,38,-75,92v0,54,15,92,75,92v19,0,43,-4,57,-9r0,-10v-13,4,-30,9,-57,9xm157,-95r-119,0v1,-41,13,-77,64,-77v51,0,55,38,55,77xm58,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10xm123,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10"},"\u00ed":{"d":"70,2r0,-9v-13,0,-16,-4,-16,-18r0,-155r-11,0r0,156v0,18,8,26,27,26xm45,-207r7,0r48,-63r-17,0","w":100},"\u00ec":{"d":"70,2r0,-9v-13,0,-16,-4,-16,-18r0,-155r-11,0r0,156v0,18,8,26,27,26xm52,-207r-7,0r-48,-63r17,0","w":100},"\u00ee":{"d":"70,2r0,-9v-13,0,-16,-4,-16,-18r0,-155r-11,0r0,156v0,18,8,26,27,26xm108,-207r-9,0r-50,-52r-51,52r-9,0r52,-63r15,0","w":100},"\u00ef":{"d":"70,2r0,-9v-13,0,-16,-4,-16,-18r0,-155r-11,0r0,156v0,18,8,26,27,26xm5,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10xm70,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":100},"\u00f1":{"d":"153,-132r0,132r11,0r0,-131v8,-63,-84,-58,-123,-35v-3,-5,-1,-15,-10,-14r0,180r11,0r0,-157v30,-18,111,-33,111,25xm125,-256v15,0,30,3,27,21v-7,-6,-17,-11,-27,-11v-22,0,-27,25,-54,25v-15,0,-30,-3,-27,-21v7,6,16,11,26,11v22,0,28,-25,55,-25","w":192},"\u00f3":{"d":"27,-90v0,53,11,92,74,92v63,0,74,-39,74,-92v0,-53,-11,-92,-74,-92v-63,0,-74,39,-74,92xm38,-90v0,-45,6,-82,63,-82v57,0,63,37,63,82v0,45,-6,82,-63,82v-57,0,-63,-37,-63,-82xm98,-207r6,0r49,-63r-18,0","w":202},"\u00f2":{"d":"27,-90v0,53,11,92,74,92v63,0,74,-39,74,-92v0,-53,-11,-92,-74,-92v-63,0,-74,39,-74,92xm38,-90v0,-45,6,-82,63,-82v57,0,63,37,63,82v0,45,-6,82,-63,82v-57,0,-63,-37,-63,-82xm104,-207r-6,0r-49,-63r18,0","w":202},"\u00f4":{"d":"27,-90v0,53,11,92,74,92v63,0,74,-39,74,-92v0,-53,-11,-92,-74,-92v-63,0,-74,39,-74,92xm38,-90v0,-45,6,-82,63,-82v57,0,63,37,63,82v0,45,-6,82,-63,82v-57,0,-63,-37,-63,-82xm161,-207r-9,0r-51,-52r-51,52r-8,0r52,-63r14,0","w":202},"\u00f6":{"d":"27,-90v0,53,11,92,74,92v63,0,74,-39,74,-92v0,-53,-11,-92,-74,-92v-63,0,-74,39,-74,92xm38,-90v0,-45,6,-82,63,-82v57,0,63,37,63,82v0,45,-6,82,-63,82v-57,0,-63,-37,-63,-82xm58,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10xm123,-248v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,10,-10,10v-6,0,-11,-4,-11,-10","w":202},"\u00f5":{"d":"27,-90v0,53,11,92,74,92v63,0,74,-39,74,-92v0,-53,-11,-92,-74,-92v-63,0,-74,39,-74,92xm38,-90v0,-45,6,-82,63,-82v57,0,63,37,63,82v0,45,-6,82,-63,82v-57,0,-63,-37,-63,-82xm128,-256v15,0,30,3,27,21v-7,-6,-16,-11,-26,-11v-22,0,-28,25,-55,25v-15,0,-30,-3,-27,-21v7,6,17,11,27,11v22,0,27,-25,54,-25","w":202},"\u00fa":{"d":"40,-48r0,-132r-11,0r0,131v-8,63,84,58,123,35v3,5,1,15,10,14r0,-180r-11,0r0,157v-30,18,-111,33,-111,-25xm93,-207r6,0r49,-63r-18,0","w":192},"\u00f9":{"d":"40,-48r0,-132r-11,0r0,131v-8,63,84,58,123,35v3,5,1,15,10,14r0,-180r-11,0r0,157v-30,18,-111,33,-111,-25xm99,-207r-6,0r-49,-63r18,0","w":192},"\u00fb":{"d":"40,-48r0,-132r-11,0r0,131v-8,63,84,58,123,35v3,5,1,15,10,14r0,-180r-11,0r0,157v-30,18,-111,33,-111,-25xm155,-207r-8,0r-51,-52r-51,52r-9,0r53,-63r14,0","w":192},"\u00fc":{"d":"40,-48r0,-132r-11,0r0,131v-8,63,84,58,123,35v3,5,1,15,10,14r0,-180r-11,0r0,157v-30,18,-111,33,-111,-25xm53,-248v0,-6,4,-11,10,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-10,-4,-10,-10xm117,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":192},"\u2020":{"d":"66,-198r7,0r9,90r-25,0xm73,-219r-7,0r-6,-51r18,0xm59,-206r0,-6r-51,-6r0,18xm80,-206r0,-6r51,-6r0,18","w":138},"\u00b0":{"d":"18,-225v1,65,95,65,96,0v0,-37,-25,-47,-48,-47v-23,0,-48,10,-48,47xm66,-262v23,0,37,10,37,37v0,27,-14,37,-37,37v-23,0,-37,-10,-37,-37v0,-27,14,-37,37,-37","w":131},"\u00a2":{"d":"78,-1v-40,-9,-51,-43,-51,-89v0,-56,20,-97,81,-91r16,-45r10,0r-17,45v12,1,25,3,35,6r0,10v-13,-4,-27,-7,-50,-7v-54,0,-64,40,-64,82v0,42,10,82,64,82v23,0,37,-3,50,-7r0,10v-19,6,-44,9,-66,6r-15,45r-11,0","w":178},"\u00a3":{"d":"51,-96v-3,-49,4,-77,59,-76v22,0,40,3,54,7r0,-9v-16,-5,-37,-8,-54,-8v-67,1,-72,31,-70,86r-28,0r0,8r28,0r0,79r-28,0r0,9r160,0r0,-9r-121,0r0,-79r85,0r0,-8r-85,0","w":196},"\u00a7":{"d":"130,-145v-58,-6,-76,-13,-76,-57v0,-32,15,-59,77,-59v26,0,44,3,66,11r0,-11v-14,-6,-35,-11,-66,-11v-91,0,-100,59,-78,111v-26,13,-34,36,-34,59v0,51,24,60,84,67v58,6,77,13,77,57v0,32,-15,59,-77,59v-26,0,-44,-3,-66,-11r0,11v14,6,35,11,66,11v91,0,100,-59,78,-111v26,-13,33,-36,33,-59v0,-51,-24,-60,-84,-67xm31,-101v0,-22,7,-42,30,-52v13,10,35,14,66,18v58,6,76,12,76,56v0,22,-7,42,-30,52v-13,-10,-35,-14,-66,-18v-58,-6,-76,-12,-76,-56","w":233},"\u2022":{"d":"23,-135v0,-27,22,-49,49,-49v27,0,49,22,49,49v0,27,-22,49,-49,49v-27,0,-49,-22,-49,-49","w":144},"\u00b6":{"d":"152,0r-12,0r0,-114v-73,7,-109,-27,-109,-78v0,-41,16,-78,82,-78r85,0r0,270r-12,0r0,-114r-34,0r0,114xm42,-192v0,31,10,68,70,68r28,0r0,-136r-28,0v-60,0,-70,37,-70,68xm186,-124r0,-136r-34,0r0,136r34,0","w":213},"\u00df":{"d":"109,-134v0,-27,17,-29,39,-33v35,-6,44,-23,44,-49v0,-33,-23,-56,-78,-56v-55,0,-78,22,-78,55r0,217r10,0r0,-217v0,-28,22,-45,68,-45v46,0,67,18,67,46v0,18,-3,34,-35,39v-36,6,-48,16,-48,43v0,29,12,40,61,46v44,5,52,14,52,40v0,22,-13,40,-60,40v-23,0,-37,-3,-50,-7r0,10v14,5,34,7,50,7v55,0,70,-25,70,-51v0,-33,-13,-43,-61,-49v-39,-5,-51,-10,-51,-36","w":244},"\u00ae":{"d":"62,-272v-25,0,-48,8,-48,47v0,39,23,47,48,47v25,0,47,-8,47,-47v0,-39,-22,-47,-47,-47xm62,-264v23,0,39,6,39,39v0,33,-16,39,-39,39v-23,0,-39,-6,-39,-39v0,-33,16,-39,39,-39xm51,-220r0,21r-8,0r0,-52v18,0,38,-2,38,16v0,7,-2,12,-8,14r12,22v-21,3,-8,-27,-34,-21xm51,-243r0,15v8,0,24,1,22,-7v2,-9,-13,-8,-22,-8","w":123},"\u00a9":{"d":"121,2v50,0,93,-13,93,-92v0,-80,-43,-92,-93,-92v-50,0,-94,12,-94,92v0,79,44,92,94,92xm121,-8v-48,0,-83,-14,-83,-82v0,-68,35,-82,83,-82v48,0,82,14,82,82v0,68,-34,82,-82,82xm70,-90v0,48,40,68,82,52r0,-10v-31,12,-78,3,-71,-42v-6,-45,39,-55,71,-42v3,-18,-18,-15,-32,-15v-36,0,-50,23,-50,57","w":244},"\u2122":{"d":"137,-192r7,0r32,-65r0,77r7,0r0,-90r-7,0r-36,70r-35,-70r-7,0r0,90r7,0r0,-77xm78,-264r-32,0r0,84r-9,0r0,-84r-32,0r0,-6r73,0r0,6","w":207},"\u00b4":{"d":"98,-207r6,0r49,-63r-18,0"},"\u00a8":{"d":"58,-248v0,-6,4,-11,10,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-10,-4,-10,-10xm122,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10"},"\u2260":{"d":"299,0r-270,0r0,-270r270,0r0,270","w":327},"\u00c6":{"d":"330,-135r0,-10r-125,0r0,-115r138,0r0,-10r-151,0r-178,270r15,0r87,-135r77,0r0,135r150,0r0,-10r-138,0r0,-125r125,0xm193,-145r-71,0r71,-111r0,111","w":368},"\u00d8":{"d":"38,0v15,3,17,-7,22,-15v15,11,35,17,64,17v86,0,98,-55,98,-137v0,-49,-3,-87,-25,-111r14,-24v-16,-3,-18,8,-23,16v-15,-11,-35,-18,-64,-18v-86,0,-99,55,-99,137v0,49,4,88,26,112xm124,-261v27,0,46,6,59,17r-125,211v-17,-21,-21,-56,-21,-102v0,-83,13,-126,87,-126xm211,-135v0,83,-13,126,-87,126v-27,0,-45,-5,-58,-16r124,-211v17,21,21,55,21,101","w":247},"\u221e":{"d":"137,-192r7,0r32,-65r0,77r7,0r0,-90r-7,0r-36,70r-35,-70r-7,0r0,90r7,0r0,-77xm69,-204v8,-27,-71,-13,-59,-42v-8,-26,44,-31,63,-20r0,8v-13,-8,-55,-12,-55,12v0,12,7,15,26,16v26,2,33,10,33,26v0,15,-9,26,-38,26v-17,0,-32,1,-29,-15v11,9,64,12,59,-11","w":207},"\u00b1":{"d":"89,-53r10,0r0,-65r65,0r0,-10r-65,0r0,-65r-10,0r0,65r-66,0r0,10r66,0r0,65xm164,-32r0,-10r-141,0r0,10r141,0","w":187},"\u2264":{"d":"18,-138r0,6r187,134r0,-13r-172,-119r255,0r0,-10r-255,0r172,-119r0,-13","w":309},"\u2265":{"d":"292,-138r0,6r-187,134r0,-13r171,-119r-254,0r0,-10r254,0r-171,-119r0,-13","w":309},"\u00a5":{"d":"175,-111r0,-10r-29,0r40,-59r-11,0r-70,106r-69,-106r-12,0r40,59r-29,0r0,10r36,0r27,42r-63,0r0,10r65,0r0,59r10,0r0,-59r65,0r0,-10r-63,0r28,-42r35,0","w":180},"\u03bc":{"d":"40,-48r0,-132r-11,0r0,270r11,0r0,-102v22,23,85,15,112,-2v3,5,1,15,10,14r0,-180r-11,0r0,157v-30,18,-111,33,-111,-25","w":192},"\u2202":{"d":"101,-182v-63,0,-74,39,-74,92v0,53,11,92,74,92v64,0,75,-41,74,-100v-1,-125,-18,-174,-89,-174v-27,0,-44,5,-53,9r0,10v12,-4,31,-9,53,-9v53,0,72,36,77,113v-10,-18,-28,-33,-62,-33xm101,-172v55,0,63,34,63,82v0,44,-6,82,-63,82v-57,0,-63,-37,-63,-82v0,-45,6,-82,63,-82","w":180},"\u2211":{"d":"27,-135v0,-76,61,-137,137,-137v76,0,137,61,137,137v0,76,-61,137,-137,137v-76,0,-137,-61,-137,-137","w":327},"\u220f":{"d":"121,2v50,0,93,-13,93,-92v0,-80,-43,-92,-93,-92v-50,0,-94,12,-94,92v0,79,44,92,94,92xm121,-8v-48,0,-83,-14,-83,-82v0,-68,35,-82,83,-82v48,0,82,14,82,82v0,68,-34,82,-82,82xm94,-83r0,48r-11,0r0,-110v35,-1,75,-3,75,31v0,15,-6,25,-20,29r26,50r-13,0r-24,-48r-33,0xm94,-135r0,41v22,1,57,2,52,-20v5,-23,-29,-22,-52,-21","w":244},"\u03c0":{"d":"121,2v50,0,93,-13,93,-92v0,-80,-43,-92,-93,-92v-50,0,-94,12,-94,92v0,79,44,92,94,92xm121,-8v-48,0,-83,-14,-83,-82v0,-68,35,-82,83,-82v48,0,82,14,82,82v0,68,-34,82,-82,82xm96,-79r0,44r-10,0r0,-110v36,-3,84,1,78,33v5,28,-33,37,-68,33xm96,-135r0,46v25,2,62,-1,56,-23v5,-22,-31,-25,-56,-23","w":244},"\u222b":{"d":"29,-270r0,270r270,0r0,-270r-270,0xm40,-10r0,-250r248,0r0,250r-248,0","w":327},"\u00aa":{"d":"31,-257v36,-9,90,-11,78,37v-39,5,-90,-1,-90,44v0,45,61,52,92,27v3,4,1,13,9,12v-7,-59,27,-139,-49,-135v-10,0,-27,2,-40,6r0,9xm30,-176v-3,-35,47,-31,79,-35r0,53v-19,19,-86,18,-79,-18","w":144},"\u00ba":{"d":"83,-135v-42,0,-59,-19,-59,-68v0,-49,17,-69,59,-69v42,0,59,20,59,69v0,49,-17,68,-59,68xm83,-262v-34,0,-48,15,-48,59v0,44,14,58,48,58v34,0,48,-14,48,-58v0,-44,-14,-59,-48,-59","w":168},"\u03a9":{"d":"117,-150v-41,11,-88,7,-81,-53v-6,-60,38,-66,81,-54v4,-19,-21,-13,-33,-15v-42,0,-59,20,-59,69v0,64,42,77,92,63r0,-10","w":142},"\u00e6":{"d":"22,-50v-9,62,106,63,137,26v15,32,81,30,117,17r0,-10v-13,4,-30,9,-57,9v-51,0,-62,-36,-63,-77r129,0v0,-55,-4,-97,-66,-97v-36,0,-55,14,-65,36v-5,-22,-22,-36,-64,-36v-21,0,-42,4,-52,8r0,9v7,-3,26,-7,52,-7v58,0,55,29,54,77v-54,-2,-132,-2,-122,45xm154,-33v-15,16,-41,25,-69,25v-44,0,-52,-21,-52,-42v0,-44,66,-34,111,-35v0,20,3,38,10,52xm274,-95r-118,0v1,-41,12,-77,63,-77v51,0,55,38,55,77","w":312},"\u00f8":{"d":"38,0v11,2,16,-2,19,-9v11,7,25,11,44,11v63,0,74,-39,74,-92v0,-32,-4,-58,-21,-75r10,-15v-11,-2,-16,2,-18,9v-11,-6,-26,-11,-45,-11v-63,0,-74,39,-74,92v0,32,4,59,21,75xm54,-24v-25,-45,-35,-148,47,-148v17,0,30,4,39,10xm101,-8v-17,0,-30,-3,-39,-9r87,-138v13,15,15,38,15,65v0,45,-6,82,-63,82","w":202},"\u00bf":{"d":"27,22v0,-83,113,-42,92,-126r-5,0v0,27,0,39,-31,52v-40,16,-67,21,-67,74v0,36,12,70,88,70v15,0,41,-4,53,-8r0,-10v-12,3,-31,8,-53,8v-64,0,-77,-27,-77,-60xm120,-171v0,6,-5,11,-11,11v-6,0,-11,-5,-11,-11v0,-6,5,-11,11,-11v6,0,11,5,11,11","w":180},"\u00a1":{"d":"42,-104r-5,0r-5,194r16,0xm29,-171v0,6,5,11,11,11v6,0,10,-5,10,-11v0,-6,-4,-11,-10,-11v-6,0,-11,5,-11,11","w":79},"\u00ac":{"d":"29,0r180,0r0,-180r-180,0r0,180","w":237},"\u221a":{"d":"29,-180r0,180r180,0r0,-180r-180,0xm40,-10r0,-160r158,0r0,160r-158,0","w":237},"\u0192":{"d":"62,-90v-5,-48,7,-85,51,-83v23,0,40,3,51,7r0,-9v-10,-4,-28,-7,-51,-7v-58,0,-66,37,-62,92r-34,5r0,5r34,0r0,170r11,0r0,-170r90,0r0,-10r-90,0","w":190},"\u2248":{"d":"29,-180r0,180r180,0r0,-180r-180,0xm40,-10r0,-160r158,0r0,160r-158,0xm55,-33r7,7r57,-57r57,57r7,-7r-57,-57r57,-57r-7,-7r-57,57r-57,-57r-7,7r57,57","w":237},"\u0394":{"d":"27,-90v0,-51,41,-92,92,-92v51,0,92,41,92,92v0,51,-41,92,-92,92v-51,0,-92,-41,-92,-92","w":237},"\u00ab":{"d":"20,-94r0,8r68,59r0,-12r-57,-51r57,-51r0,-11xm88,-94r0,8r69,59r0,-12r-58,-51r58,-51r0,-11","w":178},"\u00bb":{"d":"158,-94r0,8r-68,59r0,-12r57,-51r-57,-51r0,-11xm90,-94r0,8r-68,59r0,-12r57,-51r-57,-51r0,-11","w":178},"\u2026":{"d":"49,-9v0,-6,4,-11,10,-11v6,0,11,5,11,11v0,6,-5,11,-11,11v-6,0,-10,-5,-10,-11xm167,-9v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,11,-11,11v-6,0,-11,-5,-11,-11xm286,-9v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,11,-11,11v-6,0,-11,-5,-11,-11","w":356},"\u00c0":{"d":"213,0r-13,0r-27,-78r-119,0r-26,78r-14,0r96,-272r8,0xm114,-252r-56,164r112,0xm117,-301r-6,0r-49,-63r18,0","w":227},"\u00c3":{"d":"213,0r-13,0r-27,-78r-119,0r-26,78r-14,0r96,-272r8,0xm114,-252r-56,164r112,0xm141,-346v15,0,30,3,27,21v-7,-6,-17,-11,-27,-11v-22,0,-27,25,-54,25v-15,0,-30,-3,-27,-21v7,6,16,11,26,11v22,0,28,-25,55,-25","w":227},"\u00d5":{"d":"222,-135v0,-82,-12,-137,-98,-137v-86,0,-99,55,-99,137v0,82,13,137,99,137v86,0,98,-55,98,-137xm211,-135v0,83,-13,126,-87,126v-74,0,-87,-43,-87,-126v0,-83,13,-126,87,-126v74,0,87,43,87,126xm151,-346v15,0,30,3,27,21v-7,-6,-17,-11,-27,-11v-22,0,-27,25,-54,25v-15,0,-30,-3,-27,-21v7,6,16,11,26,11v22,0,28,-25,55,-25","w":247},"\u0152":{"d":"285,-145r0,10r-110,0r0,125r123,0r0,10r-169,0v-85,0,-104,-50,-104,-135v0,-85,19,-135,104,-135r169,0r0,10r-123,0r0,115r110,0xm163,-10r0,-250v-94,-7,-126,27,-126,125v0,98,31,132,126,125","w":323},"\u0153":{"d":"239,-8v-51,0,-63,-36,-64,-77r130,0v0,-55,-4,-97,-66,-97v-40,0,-60,18,-69,45v-8,-27,-27,-45,-69,-45v-63,0,-74,39,-74,92v0,53,11,92,74,92v42,0,61,-17,69,-44v7,46,80,52,126,35r0,-10v-13,4,-30,9,-57,9xm38,-90v0,-45,6,-82,63,-82v57,0,63,37,63,82v0,45,-6,82,-63,82v-57,0,-63,-37,-63,-82xm294,-95r-119,0v1,-41,13,-77,64,-77v51,0,55,38,55,77","w":331},"\u2013":{"d":"180,-128r0,10r-155,0r0,-10r155,0","w":205},"\u2014":{"d":"252,-128r0,10r-227,0r0,-10r227,0","w":277},"\u201c":{"d":"3,-180v7,-63,22,-93,36,-90v0,0,-25,32,-18,90r-18,0xm42,-180v7,-63,24,-92,36,-90v0,0,-25,32,-18,90r-18,0","w":90},"\u201d":{"d":"87,-270v-7,63,-22,93,-36,90v0,0,25,-32,18,-90r18,0xm48,-270v-7,63,-24,92,-36,90v0,0,25,-32,18,-90r18,0","w":90},"\u2018":{"d":"3,-180v7,-63,22,-93,36,-90v0,0,-25,32,-18,90r-18,0","w":50},"\u2019":{"d":"48,-270v-7,63,-24,92,-36,90v0,0,25,-32,18,-90r18,0","w":50},"\u00f7":{"d":"164,-118r0,-10r-141,0r0,10r141,0xm83,-62v0,-6,5,-10,11,-10v6,0,10,4,10,10v0,6,-4,11,-10,11v-6,0,-11,-5,-11,-11xm83,-184v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,11,-10,11v-6,0,-11,-5,-11,-11","w":187},"\u25ca":{"d":"29,-270r0,270r270,0r0,-270r-270,0xm40,-10r0,-250r248,0r0,250r-248,0xm55,-237r102,102r-102,102r7,7r102,-102r102,102r7,-7r-102,-102r102,-102r-7,-7r-102,102r-102,-102","w":327},"\u00ff":{"d":"27,-180r-13,0r70,178r-39,92r12,0r106,-270r-13,0r-61,165xm45,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10xm110,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":177},"\u0178":{"d":"122,-111r97,-159r-14,0r-88,149r-89,-149r-14,0r97,159r0,111r11,0r0,-111xm73,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10xm138,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":233},"\u2044":{"d":"77,0r-13,0r191,-270r13,0","w":331},"\u20ac":{"d":"125,-69r-80,0v-2,-13,-1,-29,0,-42r94,0r4,-10r-95,0v8,-29,27,-51,68,-51v23,0,38,3,51,7r0,-10v-57,-19,-127,1,-131,54r-30,0r0,10r28,0v-2,13,-1,29,0,42r-28,0r0,10r30,0v5,53,73,73,131,54r0,-10v-13,4,-28,7,-51,7v-41,0,-60,-22,-68,-51r73,0","w":180},"\u2039":{"d":"20,-94r0,8r68,59r0,-12r-57,-51r57,-51r0,-11","w":109},"\u203a":{"d":"90,-94r0,8r-68,59r0,-12r57,-51r-57,-51r0,-11","w":109},"\ufb01":{"d":"49,-170r0,170r10,0r0,-170r62,0r0,-10r-62,0v-8,-60,13,-93,75,-81v5,-14,-15,-11,-23,-11v-61,-2,-65,36,-62,92r-35,5r0,5r35,0xm214,2r0,-9v-13,0,-16,-4,-16,-18r0,-155r-11,0r0,156v0,18,8,26,27,26xm181,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":244},"\ufb02":{"d":"49,-170r0,170r10,0r0,-170r62,0r0,-10r-62,0v-8,-60,13,-93,75,-81v5,-14,-15,-11,-23,-11v-61,-2,-65,36,-62,92r-35,5r0,5r35,0xm214,2r0,-9v-13,0,-16,-4,-16,-18r0,-245r-11,0r0,246v0,18,8,26,27,26","w":244},"\u2021":{"d":"66,-127r7,0r9,90r-25,0xm73,-219r-7,0r-6,-51r18,0xm80,-206r0,-6r51,-6r0,18xm59,-206r0,-6r-51,-6r0,18xm59,-134r0,-6r-51,-6r0,18xm80,-134r0,-6r51,-6r0,18xm73,-198r-7,0v-3,17,-3,33,0,50r7,0v3,-17,3,-33,0,-50","w":138},"\u00b7":{"d":"29,-135v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,11,-10,11v-6,0,-11,-5,-11,-11","w":79},"\u201a":{"d":"48,-32v-7,63,-24,92,-36,90v0,0,25,-32,18,-90r18,0","w":50},"\u201e":{"d":"87,-32v-7,63,-22,93,-36,90v0,0,25,-32,18,-90r18,0xm48,-32v-7,63,-24,92,-36,90v0,0,25,-32,18,-90r18,0","w":90},"\u2030":{"d":"250,-135v-41,0,-60,21,-60,69v0,48,19,68,60,68v42,0,60,-20,60,-68v0,-48,-18,-69,-60,-69xm396,-135v-41,0,-60,21,-60,69v0,48,19,68,60,68v42,0,60,-20,60,-68v0,-48,-18,-69,-60,-69xm82,-135v41,0,59,-21,59,-69v0,-48,-18,-68,-59,-68v-42,0,-60,20,-60,68v0,48,18,69,60,69xm82,-145v-33,0,-49,-16,-49,-59v0,-43,16,-58,49,-58v32,0,48,15,48,58v0,43,-16,59,-48,59xm250,-125v33,0,49,16,49,59v0,43,-16,58,-49,58v-32,0,-49,-15,-49,-58v0,-43,17,-59,49,-59xm396,-125v33,0,49,16,49,59v0,43,-16,58,-49,58v-32,0,-49,-15,-49,-58v0,-43,17,-59,49,-59xm77,0r-13,0r191,-270r13,0","w":477},"\u00c2":{"d":"213,0r-13,0r-27,-78r-119,0r-26,78r-14,0r96,-272r8,0xm114,-252r-56,164r112,0xm173,-297r-8,0r-51,-52r-51,52r-9,0r53,-63r14,0","w":227},"\u00ca":{"d":"167,-135r0,-10r-125,0r0,-115r138,0r0,-10r-149,0r0,270r149,0r0,-10r-138,0r0,-125r125,0xm165,-297r-9,0r-51,-52r-50,52r-9,0r52,-63r15,0","w":205},"\u00c1":{"d":"213,0r-13,0r-27,-78r-119,0r-26,78r-14,0r96,-272r8,0xm114,-252r-56,164r112,0xm111,-301r6,0r49,-63r-18,0","w":227},"\u00cb":{"d":"167,-135r0,-10r-125,0r0,-115r138,0r0,-10r-149,0r0,270r149,0r0,-10r-138,0r0,-125r125,0xm62,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10xm127,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10","w":205},"\u00c8":{"d":"167,-135r0,-10r-125,0r0,-115r138,0r0,-10r-149,0r0,270r149,0r0,-10r-138,0r0,-125r125,0xm109,-301r-7,0r-48,-63r17,0","w":205},"\u00cd":{"d":"39,0r11,0r0,-270r-11,0r0,270xm41,-301r7,0r48,-63r-18,0","w":88},"\u00ce":{"d":"39,0r11,0r0,-270r-11,0r0,270xm104,-297r-9,0r-51,-52r-50,52r-9,0r52,-63r14,0","w":88},"\u00cf":{"d":"39,0r11,0r0,-270r-11,0r0,270xm1,-338v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10xm66,-338v0,-6,5,-11,11,-11v6,0,10,5,10,11v0,6,-4,10,-10,10v-6,0,-11,-4,-11,-10","w":88},"\u00cc":{"d":"39,0r11,0r0,-270r-11,0r0,270xm48,-301r-7,0r-49,-63r18,0","w":88},"\u00d3":{"d":"222,-135v0,-82,-12,-137,-98,-137v-86,0,-99,55,-99,137v0,82,13,137,99,137v86,0,98,-55,98,-137xm211,-135v0,83,-13,126,-87,126v-74,0,-87,-43,-87,-126v0,-83,13,-126,87,-126v74,0,87,43,87,126xm121,-301r6,0r49,-63r-18,0","w":247},"\u00d4":{"d":"222,-135v0,-82,-12,-137,-98,-137v-86,0,-99,55,-99,137v0,82,13,137,99,137v86,0,98,-55,98,-137xm211,-135v0,83,-13,126,-87,126v-74,0,-87,-43,-87,-126v0,-83,13,-126,87,-126v74,0,87,43,87,126xm183,-297r-8,0r-51,-52r-51,52r-9,0r53,-63r14,0","w":247},"\u00d2":{"d":"222,-135v0,-82,-12,-137,-98,-137v-86,0,-99,55,-99,137v0,82,13,137,99,137v86,0,98,-55,98,-137xm211,-135v0,83,-13,126,-87,126v-74,0,-87,-43,-87,-126v0,-83,13,-126,87,-126v74,0,87,43,87,126xm127,-301r-6,0r-49,-63r18,0","w":247},"\u00da":{"d":"121,-9v-53,0,-81,-17,-81,-79r0,-182r-11,0r0,183v0,75,42,89,92,89v50,0,93,-14,93,-89r0,-183r-11,0r0,182v0,62,-29,79,-82,79xm118,-301r7,0r48,-63r-17,0","w":242},"\u00db":{"d":"121,-9v-53,0,-81,-17,-81,-79r0,-182r-11,0r0,183v0,75,42,89,92,89v50,0,93,-14,93,-89r0,-183r-11,0r0,182v0,62,-29,79,-82,79xm181,-297r-9,0r-51,-52r-50,52r-9,0r52,-63r15,0","w":242},"\u00d9":{"d":"121,-9v-53,0,-81,-17,-81,-79r0,-182r-11,0r0,183v0,75,42,89,92,89v50,0,93,-14,93,-89r0,-183r-11,0r0,182v0,62,-29,79,-82,79xm125,-301r-7,0r-49,-63r18,0","w":242},"\u0131":{"d":"70,2r0,-9v-13,0,-16,-4,-16,-18r0,-155r-11,0r0,156v0,18,8,26,27,26","w":100},"\u02c6":{"d":"160,-207r-8,0r-51,-52r-51,52r-9,0r53,-63r14,0"},"\u02dc":{"d":"128,-256v15,0,30,3,27,21v-7,-6,-17,-11,-27,-11v-22,0,-27,25,-54,25v-15,0,-30,-3,-27,-21v7,6,16,11,26,11v22,0,28,-25,55,-25","w":216},"\u00af":{"d":"157,-252r-98,0r0,-10r98,0r0,10","w":216},"\u02d8":{"d":"101,-217v-34,0,-51,-13,-52,-53r7,0v1,32,13,44,45,44v32,0,43,-12,44,-44r8,0v-1,40,-18,53,-52,53","w":216},"\u02d9":{"d":"90,-248v0,-6,5,-11,11,-11v6,0,11,5,11,11v0,6,-5,10,-11,10v-6,0,-11,-4,-11,-10"},"\u02da":{"d":"134,-238v0,23,-13,33,-33,33v-21,0,-34,-10,-34,-33v0,-24,13,-34,34,-34v20,0,33,10,33,34xm125,-238v0,-19,-10,-25,-24,-25v-15,0,-25,6,-25,25v0,19,10,25,25,25v14,0,24,-6,24,-25","w":216},"\u00b8":{"d":"88,67v25,5,39,-24,13,-39v-14,-9,-3,-20,4,-28v-18,-1,-26,25,-7,35v15,8,0,25,-10,32","w":216},"\u02dd":{"d":"119,-207r7,0r48,-63r-17,0xm76,-207r6,0r49,-63r-18,0"},"\u02db":{"d":"132,67v-22,-12,-11,-68,12,-67r0,-6v-31,5,-48,54,-24,73r12,0","w":216},"\u02c7":{"d":"160,-270r-8,0r-51,52r-51,-52r-9,0r53,63r14,0"},"\u00d0":{"d":"31,0r78,0v85,0,103,-50,103,-135v0,-85,-18,-135,-103,-135r-78,0r0,132r-44,27r0,12r44,-27r0,126xm42,-10r0,-123r43,-26r0,-12r-43,26r0,-115r65,0v75,0,94,41,94,125v0,84,-19,125,-94,125r-65,0","w":237},"\u00a0":{"w":72}}});
;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) Thirstype, Inc., 2003. All rights reserved.
 */
Cufon.registerFont({"w":216,"face":{"font-family":"ApexSansBoldT","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-14 -294.462 343 96","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":72},"!":{"d":"60,-76r-32,0r-13,-194r58,0xm15,-24v0,-16,13,-30,29,-30v16,0,29,14,29,30v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29","w":88},"\"":{"d":"60,-180r-37,0r-11,-90r59,0xm132,-180r-37,0r-11,-90r59,0","w":154},"#":{"d":"80,0r14,-39r-18,0r-16,39r-48,0r15,-39r-24,0r12,-46v14,0,33,4,34,-10r-25,0r13,-46r29,0r15,-39r49,0r-16,39r20,0r15,-39r49,0r-15,39r25,0r-13,46v-14,1,-34,-5,-34,10r26,0r-13,46r-30,0r-15,39r-49,0xm116,-95v-12,-1,-23,-1,-23,10v12,1,23,1,23,-10","w":210},"$":{"d":"69,-171v0,9,20,10,42,12v53,5,82,13,82,57v0,37,-29,64,-84,66r-13,36r-50,0r14,-39v-13,-1,-26,-4,-33,-7r0,-45v28,9,119,22,119,-10v0,-9,-19,-13,-40,-15v-52,-5,-83,-11,-83,-52v0,-40,29,-64,81,-66r13,-36r50,0r-14,39v12,1,23,3,32,7r0,45v-21,-8,-53,-10,-74,-10v-26,0,-42,6,-42,18"},"%":{"d":"273,-141v47,0,66,25,66,73v0,48,-19,74,-66,74v-46,0,-66,-26,-66,-74v0,-48,20,-73,66,-73xm85,-129v-47,0,-67,-25,-67,-73v0,-48,20,-74,67,-74v46,0,65,26,65,74v0,48,-19,73,-65,73xm111,0r-56,0r192,-270r55,0xm273,-96v-14,0,-20,7,-20,28v0,21,6,29,20,29v14,0,20,-8,20,-29v0,-21,-6,-28,-20,-28xm85,-174v14,0,19,-7,19,-28v0,-21,-5,-29,-19,-29v-14,0,-21,8,-21,29v0,21,7,28,21,28","w":357},"&":{"d":"189,-202r-46,0v3,-11,5,-27,-13,-27v-19,0,-22,16,-22,28v0,37,21,103,75,137v25,-12,22,-82,-9,-75v-11,0,-28,2,-36,5r0,-46v57,-16,115,-1,113,76v0,24,-7,43,-19,59v8,1,17,2,27,2r0,49v-27,0,-52,-5,-74,-14v-72,31,-169,13,-169,-78v0,-35,20,-60,47,-75v-13,-57,-3,-112,67,-115v59,-2,70,35,59,74xm79,-112v-34,30,5,85,52,70v-22,-20,-40,-44,-52,-70","w":271},"'":{"d":"60,-180r-37,0r-11,-90r59,0","w":82},"(":{"d":"118,74r-51,0v-18,-27,-45,-93,-45,-184v0,-91,27,-157,45,-184r51,0v-18,27,-45,93,-45,184v0,91,27,157,45,184","w":132},")":{"d":"14,74r52,0v18,-27,45,-93,45,-184v0,-91,-27,-157,-45,-184r-52,0v18,27,46,93,46,184v0,91,-28,157,-46,184","w":132},"*":{"d":"108,-270r-6,40r37,-18r15,51r-38,8r28,29r-45,30r-18,-34r-19,35r-43,-32r26,-28r-39,-8r17,-51r36,18r-5,-40r54,0","w":160},"+":{"d":"117,-49r-46,0r0,-51r-51,0r0,-46r51,0r0,-51r46,0r0,51r50,0r0,46r-50,0r0,51","w":187},",":{"d":"42,41r-29,0r9,-41v-23,-14,-9,-53,18,-53v21,0,36,24,26,44","w":79},"-":{"d":"118,-146r0,46r-103,0r0,-46r103,0","w":133},".":{"d":"10,-23v0,-16,14,-30,30,-30v16,0,29,14,29,30v0,16,-13,29,-29,29v-16,0,-30,-13,-30,-29","w":79},"\/":{"d":"53,74r-53,0r126,-368r53,0","w":179},"0":{"d":"108,6v-67,0,-90,-30,-90,-141v0,-111,23,-141,90,-141v67,0,90,30,90,141v0,111,-23,141,-90,141xm108,-231v-33,0,-42,21,-42,96v0,76,9,96,42,96v33,0,42,-20,42,-96v0,-75,-9,-96,-42,-96"},"1":{"d":"31,0r0,-43r51,0r0,-185r-50,3r0,-30v33,-7,57,-23,99,-21r0,233r53,0r0,43r-153,0"},"2":{"d":"132,-173v19,-25,19,-57,-28,-58v-20,0,-39,4,-72,18r0,-48v19,-8,44,-15,72,-15v77,0,88,46,88,77v0,24,-12,45,-33,68r-77,85r113,0r0,46r-177,0r0,-32"},"3":{"d":"138,-196v0,-44,-82,-36,-120,-21r0,-49v18,-7,56,-10,75,-10v102,-1,114,77,75,133v53,53,34,152,-73,149v-28,0,-60,-4,-77,-12r0,-48v19,7,53,13,77,13v39,0,51,-21,51,-40v0,-41,-51,-35,-91,-35r0,-47r49,0v28,0,34,-18,34,-33"},"4":{"d":"12,-60r0,-29r119,-187r34,0r0,171r39,0r0,45r-39,0r0,60r-47,0r0,-60r-106,0xm71,-105r47,0r0,-74"},"5":{"d":"194,-85v2,112,-110,97,-175,79r0,-48v36,13,127,36,127,-31v0,-56,-70,-26,-119,-33r0,-152r163,0r0,45r-117,0r0,60v65,0,119,-5,121,80"},"6":{"d":"187,-267r0,48v-15,-6,-39,-11,-68,-11v-35,0,-50,35,-50,72v9,-6,24,-12,42,-12v76,0,83,51,83,88v0,36,-11,88,-83,88v-78,0,-89,-50,-89,-124v0,-84,16,-158,97,-158v27,0,50,4,68,9xm71,-82v0,19,7,43,40,43v32,0,36,-27,36,-43v0,-16,-3,-43,-36,-43v-33,0,-40,25,-40,43"},"7":{"d":"97,0r-52,0r103,-225r-134,0r0,-45r187,0r0,31"},"8":{"d":"108,6v-101,0,-115,-99,-63,-149v-40,-49,-25,-133,63,-133v88,0,103,84,63,133v53,49,37,149,-63,149xm108,-117v-28,0,-43,16,-43,39v0,16,10,39,43,39v62,-2,54,-80,0,-78xm108,-162v26,0,35,-20,35,-34v0,-15,-6,-35,-35,-35v-29,0,-35,20,-35,35v0,14,9,34,35,34"},"9":{"d":"29,-3r0,-48v15,6,39,11,68,11v35,0,50,-35,50,-72v-9,6,-24,12,-42,12v-76,0,-83,-51,-83,-88v0,-36,11,-88,83,-88v78,0,89,50,89,124v0,84,-16,158,-97,158v-27,0,-50,-4,-68,-9xm145,-188v0,-19,-7,-43,-40,-43v-32,0,-36,27,-36,43v0,16,3,43,36,43v33,0,40,-25,40,-43"},":":{"d":"10,-23v0,-16,14,-30,30,-30v16,0,29,14,29,30v0,16,-13,29,-29,29v-16,0,-30,-13,-30,-29xm10,-135v0,-16,14,-30,30,-30v16,0,29,14,29,30v0,16,-13,29,-29,29v-16,0,-30,-13,-30,-29","w":79},";":{"d":"42,41r-29,0r9,-41v-23,-14,-9,-53,18,-53v21,0,36,24,26,44xm10,-135v0,-16,14,-30,30,-30v16,0,29,14,29,30v0,16,-13,29,-29,29v-16,0,-30,-13,-30,-29","w":79},"<":{"d":"117,-86r0,50r-104,-69r0,-35r104,-70r0,51r-48,36","w":131},"=":{"d":"167,-174r0,47r-147,0r0,-47r147,0xm167,-118r0,46r-147,0r0,-46r147,0","w":187},">":{"d":"62,-123r-47,-36r0,-51r103,70r0,35r-103,69r0,-51","w":131},"?":{"d":"85,-165v15,-6,29,-12,29,-33v0,-42,-76,-32,-103,-18r0,-47v15,-6,44,-12,61,-12v76,0,90,38,90,76v0,49,-26,61,-65,77v-15,6,-16,20,-15,46r-37,0v-10,-46,-9,-68,40,-89xm37,-24v0,-16,13,-30,29,-30v16,0,30,14,30,30v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29","w":180},"@":{"d":"343,-120v0,81,-32,128,-122,120r-3,-6v-14,7,-27,11,-42,11v-62,0,-80,-38,-80,-95v0,-57,18,-95,80,-95v15,0,28,4,42,11v2,-12,24,-4,36,-6r0,134v31,-5,40,-31,40,-74v0,-58,-14,-109,-110,-109v-97,0,-121,73,-121,139v0,66,24,139,121,139v34,0,67,-9,94,-22r0,53v-26,10,-59,15,-94,15v-136,0,-170,-95,-170,-185v0,-90,34,-185,170,-185v135,0,159,72,159,155xm207,-46r0,-88v-8,-3,-18,-6,-31,-6v-27,0,-31,24,-31,50v0,26,4,50,31,50v13,0,23,-3,31,-6","w":364},"A":{"d":"63,0r-54,0r96,-276r35,0r95,276r-53,0r-23,-68r-74,0xm144,-116r-22,-70r-22,70r44,0","w":244},"B":{"d":"25,0r0,-270r91,0v91,-2,110,76,69,127v53,49,35,148,-67,143r-93,0xm75,-116r0,68v37,2,95,0,86,-33v5,-40,-46,-36,-86,-35xm153,-193v7,-30,-44,-31,-78,-29r0,59v34,2,84,1,78,-30","w":227},"C":{"d":"20,-135v0,-77,27,-141,110,-141v32,0,58,6,76,14r0,51v-34,-14,-54,-17,-76,-17v-44,0,-59,42,-59,93v0,51,15,93,59,93v22,0,42,-3,76,-17r0,51v-18,8,-44,14,-76,14v-83,0,-110,-64,-110,-141","w":226},"D":{"d":"105,0r-80,0r0,-270r80,0v90,0,116,58,116,135v0,77,-26,135,-116,135xm75,-222r0,174v68,8,95,-23,95,-87v0,-64,-26,-96,-95,-87","w":240},"E":{"d":"182,-163r0,47r-107,0r0,68r118,0r0,48r-168,0r0,-270r168,0r0,48r-118,0r0,59r107,0","w":213},"F":{"d":"179,-163r0,47r-104,0r0,116r-50,0r0,-270r165,0r0,48r-115,0r0,59r104,0","w":203},"G":{"d":"130,6v-84,0,-110,-64,-110,-141v0,-77,26,-141,110,-141v36,0,63,7,81,16r0,52v-37,-15,-58,-20,-81,-20v-44,0,-59,42,-59,93v0,68,30,107,97,90r0,-62r-51,0r0,-47r100,0r0,142v-22,10,-51,18,-87,18","w":242},"H":{"d":"218,0r-50,0r0,-116r-93,0r0,116r-50,0r0,-270r50,0r0,107r93,0r0,-107r50,0r0,270","w":243},"I":{"d":"79,0r-50,0r0,-270r50,0r0,270","w":107},"J":{"d":"11,0r0,-48v17,5,26,6,36,6v13,0,22,-3,22,-14r0,-214r50,0r0,213v6,52,-55,75,-108,57","w":147},"K":{"d":"81,-108r-7,9r0,99r-49,0r0,-270r49,0r0,103r80,-103r66,0r-107,124r115,146r-65,0","w":233},"L":{"d":"75,-270r0,222r112,0r0,48r-162,0r0,-270r50,0","w":199},"M":{"d":"229,-174r-60,140r-36,0r-61,-138r2,172r-49,0r0,-270r55,0r71,165r71,-165r54,0r0,270r-48,0","w":301},"N":{"d":"221,0r-39,0r-109,-169r1,169r-49,0r0,-270r39,0r109,169r-1,-169r49,0r0,270","w":246},"O":{"d":"229,-135v0,71,-11,141,-104,141v-92,0,-105,-70,-105,-141v0,-71,13,-141,105,-141v93,0,104,70,104,141xm178,-135v0,-49,-6,-93,-53,-93v-47,0,-54,44,-54,93v0,49,7,93,54,93v47,0,53,-44,53,-93","w":249},"P":{"d":"75,-98r0,98r-50,0r0,-270r89,0v71,0,95,41,95,86v0,45,-24,86,-95,86r-39,0xm75,-222r0,77r39,0v35,0,42,-22,42,-39v0,-17,-7,-38,-42,-38r-39,0"},"Q":{"d":"229,-135v0,49,-5,97,-39,122r75,13r0,47r-175,-45v-61,-15,-70,-76,-70,-137v0,-71,13,-141,105,-141v93,0,104,70,104,141xm178,-135v0,-49,-6,-93,-53,-93v-47,0,-54,44,-54,93v0,49,7,93,54,93v47,0,53,-44,53,-93","w":249},"R":{"d":"75,-107r0,107r-50,0r0,-270r90,0v71,0,93,31,93,81v0,34,-9,60,-39,73r61,116r-60,0r-52,-107r-43,0xm75,-222r0,68r45,0v32,0,36,-16,36,-35v9,-36,-45,-35,-81,-33","w":235},"S":{"d":"116,-163v58,8,88,25,88,79v0,40,-20,90,-104,90v-24,0,-65,-9,-82,-18r0,-50v11,6,43,20,82,20v41,0,53,-20,53,-42v0,-22,-13,-28,-45,-32v-66,-8,-90,-28,-90,-77v0,-33,16,-83,96,-83v31,0,58,7,77,16r0,52v-35,-16,-55,-20,-77,-20v-37,0,-46,18,-46,36v0,22,17,25,48,29","w":222},"T":{"d":"198,-222r-68,0r0,222r-50,0r0,-222r-67,0r0,-48r185,0r0,48","w":210},"U":{"d":"123,-42v17,0,50,-5,50,-50r0,-178r50,0r0,183v0,80,-66,93,-100,93v-34,0,-100,-13,-100,-93r0,-183r50,0r0,178v0,45,33,50,50,50","w":246},"V":{"d":"122,-78r59,-192r54,0r-95,276r-35,0r-96,-276r54,0","w":244},"W":{"d":"93,-90r44,-180r44,0r44,180r31,-180r53,0r-59,276r-45,0r-46,-188r-47,188r-44,0r-59,-276r53,0","w":318},"X":{"d":"126,-175r58,-95r60,0r-88,134r90,136r-62,0r-58,-97r-58,97r-61,0r89,-137r-87,-133r60,0","w":252},"Y":{"d":"255,-270r-98,159r0,111r-50,0r0,-111r-98,-159r59,0r64,114r63,-114r60,0","w":263},"Z":{"d":"212,0r-199,0r0,-32r126,-190r-120,0r0,-48r188,0r0,32r-126,190r131,0r0,48","w":224},"[":{"d":"75,-246r0,272r23,0r0,48r-73,0r0,-368r73,0r0,48r-23,0","w":110},"\\":{"d":"126,74r53,0r-126,-368r-53,0","w":179},"]":{"d":"36,-246r0,272r-23,0r0,48r72,0r0,-368r-72,0r0,48r23,0","w":110},"^":{"d":"118,-270r-34,0r-67,90r44,0r40,-36r39,36r45,0","w":194},"_":{"d":"115,44r0,46r-115,0r0,-46r115,0","w":115},"`":{"d":"73,-207r-52,-63r54,0r29,63r-31,0","w":194},"a":{"d":"18,-59v0,-42,44,-66,100,-63v-5,-35,-60,-14,-87,-7r0,-46v59,-25,135,-11,135,55r0,120v-12,-2,-33,5,-37,-5v-13,6,-30,11,-43,11v-51,0,-68,-32,-68,-65xm118,-81v-20,2,-56,2,-52,22v-5,23,39,23,52,11r0,-33","w":187},"b":{"d":"23,0r0,-270r48,0r0,91v67,-23,115,13,115,89v0,62,-17,96,-81,96v-14,0,-33,-4,-46,-12v-2,12,-24,4,-36,6xm71,-134r0,88v8,3,20,7,33,7v28,0,34,-22,34,-51v0,-29,-6,-51,-34,-51v-13,0,-25,4,-33,7","w":204},"c":{"d":"66,-90v0,27,5,51,33,51v20,0,38,-4,59,-12r0,46v-20,9,-43,11,-59,11v-62,0,-81,-39,-81,-96v0,-57,19,-96,81,-96v16,0,39,2,59,11r0,46v-21,-8,-39,-12,-59,-12v-28,0,-33,24,-33,51","w":176},"d":{"d":"181,0r0,-270r-47,0r0,91v-67,-23,-125,13,-116,89v-11,81,61,116,127,84v3,11,24,4,36,6xm134,-134r0,88v-8,3,-21,7,-34,7v-28,0,-34,-22,-34,-51v0,-29,6,-51,34,-51v13,0,26,4,34,7","w":204},"e":{"d":"173,-67r-105,0v3,41,64,29,96,14r0,47v-19,10,-48,12,-65,12v-62,0,-81,-39,-81,-96v0,-57,19,-96,81,-96v74,0,75,56,74,119xm99,-141v-21,0,-28,13,-31,30r56,0v-1,-16,-6,-30,-25,-30","w":190},"f":{"d":"145,-271r0,45v-22,-6,-56,-11,-56,10r0,36r50,0r0,43r-50,0r0,137r-47,0r0,-137r-31,0r0,-33r31,-9v-4,-60,5,-98,69,-97v6,0,21,1,34,5","w":153},"g":{"d":"165,-142v12,59,-8,105,-82,100v-9,3,-8,11,1,13v47,6,103,4,103,59v0,47,-46,66,-96,66v-52,0,-85,-17,-85,-60v0,-20,13,-35,29,-44v-9,-14,-4,-37,7,-46v-43,-37,-36,-141,50,-132v31,2,57,8,93,6r0,33xm63,-114v0,16,4,27,29,27v25,0,30,-11,30,-27v0,-16,-5,-27,-30,-27v-25,0,-29,11,-29,27xm138,30v-6,-19,-46,-11,-66,-17v-28,14,-24,38,19,38v24,0,47,-5,47,-21","w":198},"h":{"d":"132,0r0,-119v5,-30,-49,-21,-61,-14r0,133r-48,0r0,-270r48,0r0,92v52,-21,109,1,109,59r0,119r-48,0","w":201},"i":{"d":"86,6v-38,2,-61,-7,-60,-47r0,-139r47,0r0,131v0,7,3,10,13,10r0,45xm21,-237v0,-16,13,-29,29,-29v16,0,30,13,30,29v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29","w":108},"j":{"d":"-14,96r0,-44v19,0,40,-9,40,-24r0,-208r47,0r0,209v0,42,-38,67,-87,67xm21,-237v0,-16,13,-29,29,-29v16,0,30,13,30,29v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29","w":100},"k":{"d":"120,-181r69,0r-81,78r85,103r-64,0r-54,-72v-9,16,-2,49,-4,72r-48,0r0,-270r48,0r0,142","w":196},"l":{"d":"86,6v-38,2,-61,-7,-60,-47r0,-229r47,0r0,221v0,7,3,10,13,10r0,45","w":108},"m":{"d":"60,-174v27,-17,78,-15,94,4v45,-33,119,-14,119,47r0,123r-48,0r0,-121v4,-28,-43,-20,-53,-13r0,134r-48,0r0,-121v3,-28,-39,-20,-53,-13r0,134r-48,0r0,-180v12,2,34,-5,37,6","w":294},"n":{"d":"133,0r0,-119v5,-30,-50,-21,-62,-14r0,133r-48,0r0,-180v12,2,34,-5,37,6v11,-5,33,-12,49,-12v102,-6,65,102,72,186r-48,0","w":202},"o":{"d":"180,-90v0,56,-14,96,-81,96v-66,0,-81,-40,-81,-96v0,-56,15,-96,81,-96v67,0,81,40,81,96xm132,-90v0,-28,-3,-51,-33,-51v-30,0,-33,23,-33,51v0,28,3,51,33,51v30,0,33,-23,33,-51","w":198},"p":{"d":"23,-180r0,270r48,0r0,-91v67,23,115,-13,115,-89v0,-62,-17,-96,-81,-96v-14,0,-33,4,-46,12v-2,-12,-24,-4,-36,-6xm71,-46r0,-88v8,-3,20,-7,33,-7v28,0,34,22,34,51v0,29,-6,51,-34,51v-13,0,-25,-4,-33,-7","w":204},"q":{"d":"181,-180r0,270r-47,0r0,-91v-67,23,-125,-13,-116,-89v-11,-81,61,-116,127,-84v3,-11,24,-4,36,-6xm134,-46r0,-88v-8,-3,-21,-7,-34,-7v-28,0,-34,22,-34,51v0,29,6,51,34,51v13,0,26,-4,34,-7","w":204},"r":{"d":"135,-182r0,47v-16,-8,-51,-7,-64,1r0,134r-48,0r0,-180v12,2,34,-5,37,6v16,-14,58,-13,75,-8","w":149},"s":{"d":"66,-125v0,5,4,9,25,11v54,5,66,24,66,57v0,30,-19,63,-76,63v-17,0,-44,-5,-59,-11r0,-47v21,10,84,24,88,-4v0,-7,-4,-13,-24,-15v-53,-5,-66,-26,-66,-54v0,-28,18,-61,71,-61v17,0,37,3,58,12r0,45v-20,-7,-39,-12,-58,-12v-20,0,-25,8,-25,16","w":176},"t":{"d":"132,-41r0,44v-48,11,-90,-4,-90,-51r0,-89r-31,0r0,-33r31,-9r0,-42r47,-13r0,54r50,0r0,43r-50,0r0,87v1,17,28,10,43,9","w":153},"u":{"d":"69,-180r0,119v-5,30,50,22,62,14r0,-133r48,0r0,180r-34,0r-2,-6v-11,5,-33,12,-49,12v-102,6,-65,-102,-72,-186r47,0","w":202},"v":{"d":"95,-69r35,-111r52,0r-71,186r-33,0r-71,-186r52,0","w":189},"w":{"d":"149,-180r27,96r21,-96r50,0r-52,186r-37,0r-30,-113r-31,113r-37,0r-52,-186r51,0r21,96r26,-96r43,0","w":255},"x":{"d":"99,-56r-37,56r-58,0r67,-93r-63,-87r57,0r34,53r34,-53r58,0r-64,87r67,93r-58,0","w":198},"y":{"d":"7,-180r53,0r35,107r35,-107r53,0r-104,270r-53,0r46,-104","w":189},"z":{"d":"160,0r-147,0r0,-31r80,-104r-76,0r0,-45r140,0r0,31r-80,104r83,0r0,45","w":172},"{":{"d":"8,-135v7,-1,18,4,18,-4r-6,-104v-2,-43,28,-54,70,-51r0,48v-7,1,-19,-4,-19,4v-2,44,17,101,-4,132v21,32,2,88,4,132v0,8,13,2,19,4r0,48v-42,2,-72,-6,-70,-50r6,-105v-1,-8,-11,-2,-18,-4r0,-50","w":102},"|":{"d":"78,-294r0,368r-48,0r0,-368r48,0","w":107},"}":{"d":"94,-135v-6,-2,-17,4,-17,-4r5,-104v2,-43,-27,-54,-69,-51r0,48v7,1,18,-3,19,4v2,44,-17,101,3,132v-20,32,-1,88,-3,132v-1,8,-12,3,-19,4r0,48v42,2,71,-7,69,-50r-5,-105v0,-9,11,-2,17,-4r0,-50","w":102},"~":{"d":"121,-154r0,44v-35,-32,-70,38,-108,1r0,-44v35,32,69,-38,108,-1","w":133},"\u00a0":{"w":72}}});
;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) Thirstype, Inc., 2003. All rights reserved.
 */
Cufon.registerFont({"w":216,"face":{"font-family":"ApexSansBookST","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-18 -364 461 94.3093","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":72},"\u00f0":{"d":"173,-288r0,29r-24,15v21,30,27,81,27,154v0,55,-13,94,-75,94v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94v21,0,37,7,48,17v-3,-29,-9,-50,-20,-64r-54,33r0,-29r33,-21v-22,-7,-67,-1,-77,6r0,-21v12,-10,82,-18,100,1xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71","w":201},"\u0141":{"d":"54,-24r0,-104r36,-23r0,-29r-36,23r0,-113r-25,0r0,129r-36,22r0,29r36,-22r0,112r149,0r0,-24r-124,0","w":194},"\u0142":{"d":"96,-180r0,29r-37,23r0,95v0,13,4,16,15,16r0,21v-55,5,-36,-69,-39,-117r-37,23r0,-29r37,-23r0,-128r24,0r0,113","w":97},"\u0160":{"d":"115,-251v27,0,47,4,71,14r0,-24v-15,-7,-37,-13,-70,-13v-76,0,-91,45,-91,76v0,44,22,62,86,70v45,6,62,13,62,50v0,32,-16,59,-72,59v-37,0,-59,-10,-76,-16r0,24v17,8,50,15,75,15v80,0,100,-45,100,-82v0,-51,-31,-67,-84,-74v-42,-5,-66,-9,-66,-46v0,-28,12,-53,65,-53xm174,-360r-11,0r-49,42r-48,-42r-11,0r45,63r29,0","w":225},"\u0161":{"d":"48,-130v0,16,6,24,41,27v51,5,63,21,63,51v0,28,-17,56,-72,56v-17,0,-42,-4,-54,-9r0,-22v11,4,28,8,54,8v37,0,48,-15,48,-32v0,-17,-5,-28,-41,-31v-52,-5,-63,-23,-63,-48v0,-26,16,-54,67,-54v17,0,36,2,52,9r0,22v-23,-12,-107,-14,-95,23xm148,-270r-11,0r-49,42r-48,-42r-11,0r45,63r29,0","w":176},"\u00dd":{"d":"236,-270r-97,158r0,112r-26,0r0,-112r-97,-158r31,0r79,136r79,-136r31,0xm121,-297r11,0r52,-63r-34,0","w":252},"\u00fd":{"d":"13,-180r28,0r51,148r50,-148r29,0r-104,270r-27,0r41,-95xm86,-207r11,0r52,-63r-34,0","w":183},"\u00de":{"d":"54,-54r0,54r-25,0r0,-270r25,0r0,54r57,0v67,0,91,39,91,81v0,42,-24,81,-91,81r-57,0xm54,-192r0,114r59,0v51,0,60,-31,60,-57v0,-26,-9,-57,-60,-57r-59,0"},"\u00fe":{"d":"29,-270r25,0r0,101v15,-10,33,-15,50,-15v58,0,74,42,74,94v0,52,-16,94,-74,94v-18,0,-33,-5,-50,-15r0,101r-25,0r0,-360xm104,-161v-23,0,-38,4,-50,11r0,120v14,8,27,11,50,11v43,0,49,-35,49,-71v0,-36,-6,-71,-49,-71","w":203},"\u017d":{"d":"211,0r-191,0r0,-17r150,-229r-143,0r0,-24r178,0r0,17r-150,229r156,0r0,24xm172,-360r-11,0r-48,42r-49,-42r-11,0r45,63r29,0","w":230},"\u017e":{"d":"157,0r-141,0r0,-16r106,-143r-100,0r0,-21r131,0r0,16r-105,143r109,0r0,21xm144,-270r-10,0r-49,42r-49,-42r-10,0r45,63r28,0","w":172},"\u00a6":{"d":"62,74r-25,0r0,-172r25,0r0,172xm62,-293r0,171r-25,0r0,-171r25,0","w":99},"\u2212":{"d":"166,-111r-144,0r0,-24r144,0r0,24","w":187},"\u00d7":{"d":"51,-63r-17,-17r43,-43r-43,-42r17,-17r43,42r42,-42r17,17r-42,42r42,43r-17,17r-42,-43","w":187},"!":{"d":"47,-76r-15,0r-12,-194r39,0xm20,-16v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":79},"\"":{"d":"46,-180r-13,0r-11,-90r36,0xm97,-180r-14,0r-11,-90r36,0","w":129},"#":{"d":"97,0r17,-45r-54,0r-17,45r-24,0r17,-45r-31,0r8,-24r32,0r16,-42r-30,0r7,-24r32,0r17,-45r25,0r-18,45r55,0r17,-45r24,0r-17,45r32,0r-7,24r-34,0r-16,42r32,0r-7,24r-34,0r-18,45r-24,0xm85,-111r-16,42r54,0r17,-42r-55,0","w":210},"$":{"d":"48,-130v0,16,6,24,41,27v51,5,63,21,63,51v0,28,-17,56,-72,56r-14,41r-27,0r16,-43v-12,-2,-23,-4,-29,-7r0,-22v11,4,28,8,54,8v37,0,48,-15,48,-32v0,-17,-5,-28,-41,-31v-52,-5,-63,-23,-63,-48v0,-26,16,-54,67,-54r14,-41r27,0r-16,43v9,1,18,3,27,7r0,22v-23,-12,-107,-14,-95,23","w":176},"%":{"d":"85,-133v-44,0,-62,-24,-62,-70v0,-46,18,-71,62,-71v44,0,62,25,62,71v0,46,-18,70,-62,70xm248,-137v44,0,62,24,62,70v0,46,-18,71,-62,71v-44,0,-62,-25,-62,-71v0,-46,18,-70,62,-70xm85,0r-28,0r191,-270r28,0xm248,-115v-27,0,-38,12,-38,48v0,36,11,49,38,49v27,0,39,-13,39,-49v0,-36,-12,-48,-39,-48xm85,-155v27,0,38,-12,38,-48v0,-36,-11,-49,-38,-49v-27,0,-39,13,-39,49v0,36,12,48,39,48","w":333},"&":{"d":"173,-212r-23,0v4,-19,9,-40,-28,-39v-32,0,-38,25,-38,44v0,48,28,135,98,171v21,-13,36,-35,36,-67v0,-62,-48,-60,-88,-49r0,-21v60,-19,112,-2,113,70v0,34,-15,59,-36,77v13,4,26,6,41,6r0,24v-25,0,-47,-5,-67,-14v-66,31,-161,13,-161,-71v0,-36,23,-59,47,-71v-15,-57,-17,-122,55,-122v51,0,59,27,51,62xm45,-81v-2,56,56,70,110,58v-39,-25,-66,-66,-81,-107v-15,8,-29,23,-29,49","w":264},"'":{"d":"46,-180r-13,0r-11,-90r36,0","w":79},"(":{"d":"95,74r-27,0v-18,-27,-45,-93,-45,-184v0,-91,27,-157,45,-184r27,0v-18,27,-45,93,-45,184v0,91,27,157,45,184","w":111},")":{"d":"16,74r27,0v18,-27,45,-93,45,-184v0,-91,-27,-157,-45,-184r-27,0v18,27,46,93,46,184v0,91,-28,157,-46,184","w":111},"*":{"d":"72,-190r12,-8r35,38r-23,15xm55,-198r12,8r-25,46r-21,-17xm76,-219r-13,0r-8,-51r29,0xm85,-203r-4,-13r46,-22r8,26xm58,-216r-4,13r-51,-9r9,-26","w":138},"+":{"d":"105,-51r-23,0r0,-60r-60,0r0,-24r60,0r0,-60r23,0r0,60r61,0r0,24r-61,0r0,60","w":187},",":{"d":"35,41r-12,0r9,-39v-20,-7,-13,-41,8,-38v39,6,3,55,-5,77","w":79},"-":{"d":"112,-135r0,24r-90,0r0,-24r90,0","w":133},".":{"d":"20,-16v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":79},"\/":{"d":"26,74r-26,0r125,-368r26,0","w":151},"0":{"d":"106,-184v54,0,85,30,85,94v0,64,-31,94,-85,94v-54,0,-81,-30,-81,-94v0,-64,27,-94,81,-94xm106,-161v-37,0,-55,20,-55,71v0,51,18,71,55,71v37,0,59,-20,59,-71v0,-51,-22,-71,-59,-71"},"1":{"d":"9,-166v26,-5,45,-17,76,-18r0,184r-27,0r0,-158r-49,2r0,-10","w":129},"2":{"d":"89,-184v91,1,93,76,35,116r-67,46r114,0r0,22r-151,0r0,-17r102,-76v32,-24,19,-68,-32,-68v-23,0,-44,6,-58,11r0,-24v13,-5,40,-10,57,-10","w":190},"3":{"d":"80,-161v-22,0,-43,6,-57,11r0,-24v13,-5,40,-10,57,-10v97,-4,107,98,47,132v74,27,61,146,-44,146v-26,0,-47,-6,-60,-12r0,-22v13,5,32,11,60,11v52,0,64,-29,64,-57v0,-51,-47,-55,-102,-52r0,-24r40,0v41,0,53,-26,53,-49v0,-27,-10,-50,-58,-50","w":192},"4":{"d":"161,-184r0,162r39,0r0,22r-39,0r0,90r-24,0r0,-90r-117,0r0,-15r122,-169r19,0xm51,-22r86,0r0,-119"},"5":{"d":"19,60v45,15,133,29,133,-54v0,-75,-63,-49,-122,-54r0,-132r142,0r0,22r-117,0r0,89v64,-5,123,-8,123,75v0,104,-98,96,-159,76r0,-22","w":190},"6":{"d":"124,-251v29,0,50,6,63,13r0,-23v-9,-5,-28,-13,-63,-13v-79,0,-99,61,-99,150v0,77,11,128,88,128v70,0,81,-51,81,-87v0,-36,-7,-87,-81,-87v-36,0,-56,19,-65,35v0,-68,19,-116,76,-116xm52,-83v0,-28,10,-65,61,-65v52,0,56,41,56,65v0,24,-7,64,-56,64v-52,0,-61,-35,-61,-64","w":217},"7":{"d":"57,90r-28,0r105,-248r-125,0r0,-22r149,0r0,17","w":167},"8":{"d":"108,4v-67,0,-91,-38,-91,-80v0,-27,14,-57,45,-66v-60,-33,-47,-132,46,-132v93,0,106,99,46,132v74,31,59,146,-46,146xm108,-129v-42,0,-64,17,-64,53v0,26,13,57,64,57v51,0,64,-31,64,-57v0,-36,-22,-53,-64,-53xm108,-151v41,0,55,-25,55,-48v0,-24,-9,-52,-55,-52v-46,0,-55,28,-55,52v0,23,14,48,55,48"},"9":{"d":"95,71v-29,0,-50,-6,-63,-13r0,23v9,5,28,13,63,13v79,0,99,-61,99,-150v0,-77,-10,-128,-87,-128v-70,0,-82,51,-82,87v0,36,8,87,82,87v36,0,55,-19,64,-35v0,68,-19,116,-76,116xm168,-97v0,28,-10,65,-61,65v-52,0,-57,-41,-57,-65v0,-24,8,-64,57,-64v52,0,61,35,61,64","w":217},":":{"d":"20,-16v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20xm20,-135v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":79},";":{"d":"35,41r-12,0r9,-39v-20,-7,-13,-41,8,-38v39,6,3,55,-5,77xm20,-135v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":79},"<":{"d":"110,-51r0,-22r-65,-50r65,-49r0,-23r-90,60r0,24","w":131},"=":{"d":"166,-158r0,23r-144,0r0,-23r144,0xm166,-111r0,24r-144,0r0,-24r144,0","w":187},">":{"d":"22,-51r0,-22r65,-50r-65,-49r0,-23r90,60r0,24","w":131},"?":{"d":"70,-251v53,0,63,19,63,49v0,37,-22,45,-46,54v-43,16,-42,43,-36,72r15,0v0,-27,1,-39,27,-50v40,-16,65,-31,65,-76v0,-37,-12,-72,-88,-72v-17,0,-44,4,-56,9r0,23v11,-4,30,-9,56,-9xm46,-16v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":180},"@":{"d":"20,-90v0,96,25,184,169,184v39,0,69,-5,92,-13r0,-26v-21,10,-50,16,-92,16v-126,0,-143,-77,-143,-161v0,-84,17,-161,143,-161v126,0,139,51,139,127v0,65,-13,102,-72,102r0,-158r-14,0r-6,15v-17,-13,-37,-19,-56,-19v-58,0,-74,42,-74,94v0,52,16,94,74,94v19,0,37,-7,56,-19r6,15v89,5,113,-42,113,-124v0,-87,-22,-150,-166,-150v-144,0,-169,88,-169,184xm230,-30v-14,7,-27,11,-50,11v-43,0,-49,-35,-49,-71v0,-36,6,-71,49,-71v23,0,35,3,50,11r0,120","w":374},"A":{"d":"197,0r28,0r-95,-274r-18,0r-96,274r28,0r25,-76r103,0xm76,-98r45,-135r44,135r-89,0","w":241},"B":{"d":"32,-270r0,270r88,0v67,0,91,-34,91,-76v0,-29,-15,-58,-46,-66v61,-32,50,-133,-47,-128r-86,0xm58,-24r0,-104v58,0,124,-9,124,52v0,26,-9,52,-60,52r-64,0xm173,-199v0,23,-10,47,-51,47r-64,0r0,-94r62,0v46,0,53,23,53,47","w":232},"C":{"d":"27,-135v0,77,25,139,106,139v33,0,55,-7,70,-13r0,-24v-25,10,-43,14,-70,14v-59,0,-79,-51,-79,-116v0,-65,20,-116,79,-116v27,0,45,4,70,14r0,-24v-15,-6,-37,-13,-70,-13v-81,0,-106,62,-106,139","w":230},"D":{"d":"106,0r-74,0r0,-270r74,0v88,0,114,58,114,135v0,77,-26,135,-114,135xm58,-246r0,222r49,0v65,0,85,-46,85,-111v0,-65,-20,-111,-85,-111r-49,0","w":246},"E":{"d":"176,-152r0,24r-118,0r0,104r131,0r0,24r-157,0r0,-270r157,0r0,24r-131,0r0,94r118,0"},"F":{"d":"173,-152r0,24r-115,0r0,128r-26,0r0,-270r153,0r0,24r-127,0r0,94r115,0","w":208},"G":{"d":"133,4v38,0,65,-6,83,-15r0,-131r-81,0r0,24r55,0r0,91v-13,6,-36,8,-57,8v-59,0,-79,-51,-79,-116v0,-65,20,-116,79,-116v29,0,48,5,76,17r0,-24v-15,-8,-39,-16,-76,-16v-81,0,-106,62,-106,139v0,77,25,139,106,139","w":248},"H":{"d":"216,0r-26,0r0,-128r-132,0r0,128r-26,0r0,-270r26,0r0,118r132,0r0,-118r26,0r0,270","w":248},"I":{"d":"66,0r-26,0r0,-270r26,0r0,270","w":106},"J":{"d":"18,1r0,-23v27,7,64,4,64,-28r0,-220r26,0r0,220v5,43,-43,62,-90,51","w":147},"K":{"d":"57,-104r24,-27r98,131r33,0r-116,-149r106,-121r-34,0r-111,135r0,-135r-25,0r0,270r25,0r0,-104","w":225},"L":{"d":"58,-24r0,-246r-26,0r0,270r150,0r0,-24r-124,0","w":201},"M":{"d":"167,-41r91,-197r-2,238r25,0r0,-270r-33,0r-91,196r-92,-196r-33,0r0,270r25,0r-2,-238r92,197r20,0","w":313},"N":{"d":"220,0r-19,0r-145,-219r1,219r-25,0r0,-270r19,0r145,219r-1,-219r25,0r0,270","w":252},"O":{"d":"229,-135v0,71,-12,139,-101,139v-88,0,-101,-68,-101,-139v0,-71,13,-139,101,-139v89,0,101,68,101,139xm202,-135v0,-63,-9,-116,-74,-116v-65,0,-74,53,-74,116v0,63,9,116,74,116v65,0,74,-53,74,-116","w":255},"P":{"d":"58,-108r0,108r-26,0r0,-270r83,0v67,0,90,39,90,81v0,42,-23,81,-90,81r-57,0xm58,-246r0,114r58,0v51,0,61,-31,61,-57v0,-26,-10,-57,-61,-57r-58,0","w":223},"Q":{"d":"229,-135v0,68,-10,119,-71,133r103,21r0,26r-166,-45v-59,-16,-68,-73,-68,-135v0,-77,15,-139,101,-139v87,0,101,62,101,139xm201,-135v0,-68,-9,-115,-73,-115v-64,0,-73,47,-73,115v0,68,9,115,73,115v64,0,73,-47,73,-115","w":255},"R":{"d":"58,-118r0,118r-26,0r0,-270r85,0v67,0,88,30,88,76v0,36,-12,62,-49,72r64,122r-32,0r-59,-118r-71,0xm58,-246r0,104r64,0v48,0,55,-23,55,-52v0,-29,-7,-52,-55,-52r-64,0","w":234},"S":{"d":"115,-251v27,0,47,4,71,14r0,-24v-15,-7,-37,-13,-70,-13v-76,0,-91,45,-91,76v0,44,22,62,86,70v45,6,62,13,62,50v0,32,-16,59,-72,59v-37,0,-59,-10,-76,-16r0,24v17,8,50,15,75,15v80,0,100,-45,100,-82v0,-51,-31,-67,-84,-74v-42,-5,-66,-9,-66,-46v0,-28,12,-53,65,-53","w":225},"T":{"d":"193,-246r-75,0r0,246r-25,0r0,-246r-75,0r0,-24r175,0r0,24","w":210},"U":{"d":"126,-20v24,0,70,-4,70,-69r0,-181r25,0r0,185v0,77,-63,89,-95,89v-32,0,-95,-12,-95,-89r0,-185r25,0r0,181v0,65,46,69,70,69","w":252},"V":{"d":"197,-270r28,0r-95,274r-18,0r-96,-274r28,0r77,233","w":241},"W":{"d":"177,-270r-27,0r-60,233r-46,-233r-28,0r60,274r25,0r63,-236r62,236r26,0r59,-274r-27,0r-46,233","w":327},"X":{"d":"119,-154r71,-116r31,0r-87,133r89,137r-32,0r-72,-118r-72,118r-33,0r89,-137r-87,-133r32,0","w":237},"Y":{"d":"236,-270r-97,158r0,112r-26,0r0,-112r-97,-158r31,0r79,136r79,-136r31,0","w":252},"Z":{"d":"211,0r-191,0r0,-17r150,-229r-143,0r0,-24r178,0r0,17r-150,229r156,0r0,24","w":230},"[":{"d":"54,-270r0,320r23,0r0,24r-48,0r0,-368r48,0r0,24r-23,0","w":93},"\\":{"d":"125,74r26,0r-125,-368r-26,0","w":151},"]":{"d":"39,-270r0,320r-23,0r0,24r49,0r0,-368r-49,0r0,24r23,0","w":93},"^":{"d":"173,-180r-23,0r-49,-65r-50,65r-22,0r60,-90r24,0","w":194},"_":{"d":"115,66r0,24r-115,0r0,-24r115,0","w":115},"`":{"d":"108,-225r-49,0r0,-24r49,0r0,24","w":194},"a":{"d":"135,-113v1,-32,-6,-48,-43,-48v-24,0,-40,4,-54,9r0,-22v16,-7,37,-10,54,-10v104,-3,58,102,68,184r-14,0r-5,-14v-40,36,-118,14,-118,-40v0,-27,11,-52,64,-57xm135,-96r-50,5v-31,3,-36,20,-36,37v-9,39,62,43,86,21r0,-63","w":189},"b":{"d":"104,-184v58,0,74,42,74,94v0,52,-16,94,-74,94v-19,0,-37,-7,-56,-19r-5,15r-14,0r0,-270r25,0r0,101v15,-10,33,-15,50,-15xm104,-161v-23,0,-38,4,-50,11r0,120v14,8,27,11,50,11v43,0,49,-35,49,-71v0,-36,-6,-71,-49,-71","w":203},"c":{"d":"25,-90v0,-52,15,-94,76,-94v18,0,38,2,54,9r0,22v-14,-5,-28,-8,-54,-8v-45,0,-51,35,-51,71v0,36,6,71,51,71v26,0,40,-3,54,-8r0,22v-16,7,-36,9,-54,9v-61,0,-76,-42,-76,-94","w":176},"d":{"d":"99,-184v-58,0,-74,42,-74,94v0,52,16,94,74,94v19,0,37,-7,56,-19r6,15r14,0r0,-270r-26,0r0,101v-17,-10,-33,-15,-50,-15xm99,-161v23,0,36,4,50,11r0,120v-15,8,-28,11,-50,11v-43,0,-49,-35,-49,-71v0,-36,6,-71,49,-71","w":203},"e":{"d":"25,-90v0,-52,15,-94,76,-94v66,0,69,48,68,106r-119,0v1,31,10,59,51,59v26,0,41,-2,59,-10r0,22v-20,9,-41,11,-59,11v-61,0,-76,-42,-76,-94xm101,-161v-42,0,-50,30,-51,62r94,0v0,-32,-2,-62,-43,-62","w":194},"f":{"d":"139,-271r0,23v-26,-7,-66,-4,-66,28r0,40r57,0r0,20r-57,0r0,160r-24,0r0,-160r-36,0r0,-11r36,-11v-3,-57,3,-93,65,-92v8,0,18,1,25,3","w":146},"g":{"d":"152,-158v33,60,-5,125,-83,108v-11,9,-9,25,7,27v46,6,110,0,110,55v0,44,-43,62,-93,62v-50,0,-81,-16,-81,-56v-1,-25,20,-37,37,-47v-17,-9,-15,-39,2,-48v-49,-33,-41,-133,42,-127v28,2,57,5,90,4r0,14xm161,32v0,-37,-52,-27,-82,-34v-23,6,-42,17,-42,40v0,27,19,33,56,33v36,0,68,-8,68,-39xm93,-71v42,0,46,-21,46,-45v0,-24,-4,-45,-46,-45v-42,0,-47,21,-47,45v0,24,5,45,47,45","w":194},"h":{"d":"139,-131v3,-43,-65,-32,-86,-19r0,150r-24,0r0,-270r24,0r0,101v39,-28,111,-17,111,39r0,130r-25,0r0,-131","w":190},"i":{"d":"74,4v-26,0,-39,-11,-39,-40r0,-144r24,0r0,147v0,13,4,16,15,16r0,21xm27,-247v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":97},"j":{"d":"-12,72r0,22v33,-2,71,-22,71,-59r0,-215r-24,0r0,211v0,28,-26,38,-47,41xm27,-247v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":93},"k":{"d":"168,-180r-77,74r87,106r-31,0r-71,-91r-23,21r0,70r-24,0r0,-270r24,0r0,171r82,-81r33,0","w":190},"l":{"d":"74,4v-26,0,-39,-11,-39,-40r0,-234r24,0r0,237v0,13,4,16,15,16r0,21","w":97},"m":{"d":"241,-131r0,131r25,0v-7,-75,30,-184,-59,-184v-18,0,-37,8,-56,21v-20,-28,-74,-27,-103,-2r-5,-15r-14,0r0,180r25,0r0,-150v23,-13,81,-24,81,19r0,131r25,0r-2,-149v22,-14,83,-25,83,18","w":293},"n":{"d":"139,-131r0,131r25,0v-8,-76,32,-189,-61,-184v-19,0,-38,6,-55,19r-5,-15r-14,0r0,180r25,0r0,-150v21,-14,85,-23,85,19","w":190},"o":{"d":"176,-90v0,55,-13,94,-75,94v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94v62,0,75,39,75,94xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71","w":201},"p":{"d":"104,4v58,0,74,-42,74,-94v0,-52,-16,-94,-74,-94v-19,0,-37,7,-56,19r-5,-15r-14,0r0,270r25,0r0,-101v15,10,33,15,50,15xm104,-19v-23,0,-38,-4,-50,-11r0,-120v14,-8,27,-11,50,-11v43,0,49,35,49,71v0,36,-6,71,-49,71","w":203},"q":{"d":"99,4v-58,0,-74,-42,-74,-94v0,-52,16,-94,74,-94v19,0,39,6,56,19r6,-15r14,0r0,270r-26,0r0,-101v-17,10,-33,15,-50,15xm99,-19v23,0,36,-4,50,-11r0,-120v-15,-8,-27,-11,-50,-11v-43,0,-49,35,-49,71v0,36,6,71,49,71","w":203},"r":{"d":"128,-158r0,-24v-31,-5,-57,0,-80,17r-5,-15r-14,0r0,180r25,0r0,-150v14,-11,51,-14,74,-8","w":141},"s":{"d":"48,-130v0,16,6,24,41,27v51,5,63,21,63,51v0,28,-17,56,-72,56v-17,0,-42,-4,-54,-9r0,-22v11,4,28,8,54,8v37,0,48,-15,48,-32v0,-17,-5,-28,-41,-31v-52,-5,-63,-23,-63,-48v0,-26,16,-54,67,-54v17,0,36,2,52,9r0,22v-23,-12,-107,-14,-95,23","w":176},"t":{"d":"123,-17r0,20v-38,6,-74,-7,-74,-47r0,-116r-36,0r0,-11r36,-11r0,-48r26,-8r0,58r55,0r0,20r-55,0r0,116v0,27,23,30,48,27","w":146},"u":{"d":"52,-48r0,-132r-25,0v8,76,-32,189,61,184v19,0,38,-6,55,-19r5,15r14,0r0,-180r-25,0r0,151v-21,14,-85,23,-85,-19","w":190},"v":{"d":"13,-180r27,0r52,148r51,-148r28,0r-70,184r-18,0","w":183},"w":{"d":"223,-180r27,0r-51,184r-18,0r-50,-157r-49,157r-19,0r-50,-184r27,0r33,141r45,-141r27,0r44,141","w":262},"x":{"d":"42,0r-29,0r66,-93r-63,-87r30,0r48,71r47,-71r30,0r-63,87r67,93r-30,0r-51,-76","w":187},"y":{"d":"13,-180r28,0r51,148r50,-148r29,0r-104,270r-27,0r41,-95","w":183},"z":{"d":"157,0r-141,0r0,-16r106,-143r-100,0r0,-21r131,0r0,16r-105,143r109,0r0,21","w":172},"{":{"d":"12,-122v12,1,19,-4,19,-14r-7,-119v-1,-30,18,-40,46,-39r0,24v-13,-1,-20,3,-20,14v0,48,19,113,-5,146v24,33,5,98,5,146v0,11,7,15,20,14r0,24v-28,1,-47,-9,-46,-39r7,-119v0,-11,-7,-15,-19,-14r0,-24","w":86},"|":{"d":"62,74r-25,0r0,-368r25,0r0,368","w":99},"}":{"d":"75,-122v-12,1,-20,-4,-19,-14r6,-119v1,-30,-17,-40,-46,-39r0,24v13,-1,21,3,21,14v0,48,-21,114,5,146v-26,31,-5,99,-5,146v0,11,-8,15,-21,14r0,24v29,1,47,-9,46,-39r-6,-119v-1,-11,7,-15,19,-14r0,-24","w":86},"~":{"d":"91,-154v18,0,35,8,30,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,24,-23,51,-23","w":133},"\u00c4":{"d":"197,0r28,0r-95,-274r-18,0r-96,274r28,0r25,-76r103,0xm76,-98r45,-135r44,135r-89,0xm85,-317v11,0,19,-9,19,-20v0,-11,-8,-19,-19,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm176,-337v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,19,8,19,19","w":241},"\u00c5":{"d":"197,0r28,0r-95,-274r-18,0r-96,274r28,0r25,-76r103,0xm76,-98r45,-135r44,135r-89,0xm156,-328v0,24,-14,35,-35,35v-22,0,-36,-11,-36,-35v0,-25,14,-36,36,-36v21,0,35,11,35,36xm138,-328v0,-13,-6,-18,-17,-18v-11,0,-18,5,-18,18v0,13,7,17,18,17v11,0,17,-4,17,-17","w":241},"\u00c7":{"d":"139,67r-27,0v10,-8,18,-24,8,-29v-17,-9,-9,-26,-2,-35v-72,-5,-95,-65,-95,-138v0,-77,26,-139,107,-139v33,0,55,7,70,13r0,24v-25,-10,-43,-14,-70,-14v-59,0,-80,51,-80,116v0,65,21,116,80,116v27,0,45,-4,70,-14r0,24v-14,6,-35,12,-66,13v-5,7,-8,16,3,22v24,13,11,33,2,41","w":223},"\u00c9":{"d":"176,-152r0,24r-118,0r0,104r131,0r0,24r-157,0r0,-270r157,0r0,24r-131,0r0,94r118,0xm105,-297r11,0r52,-63r-34,0"},"\u00d1":{"d":"220,0r-19,0r-145,-219r1,219r-25,0r0,-270r19,0r145,219r-1,-219r25,0r0,270xm151,-351v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":252},"\u00d6":{"d":"229,-135v0,71,-12,139,-101,139v-88,0,-101,-68,-101,-139v0,-71,13,-139,101,-139v89,0,101,68,101,139xm202,-135v0,-63,-9,-116,-74,-116v-65,0,-74,53,-74,116v0,63,9,116,74,116v65,0,74,-53,74,-116xm92,-317v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm184,-337v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":255},"\u00dc":{"d":"126,-20v24,0,70,-4,70,-69r0,-181r25,0r0,185v0,77,-63,89,-95,89v-32,0,-95,-12,-95,-89r0,-185r25,0r0,181v0,65,46,69,70,69xm90,-317v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm182,-337v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":252},"\u00e1":{"d":"135,-113v1,-32,-6,-48,-43,-48v-24,0,-40,4,-54,9r0,-22v16,-7,37,-10,54,-10v104,-3,58,102,68,184r-14,0r-5,-14v-40,36,-118,14,-118,-40v0,-27,11,-52,64,-57xm135,-96r-50,5v-31,3,-36,20,-36,37v-9,39,62,43,86,21r0,-63xm87,-207r11,0r52,-63r-34,0","w":189},"\u00e0":{"d":"135,-113v1,-32,-6,-48,-43,-48v-24,0,-40,4,-54,9r0,-22v16,-7,37,-10,54,-10v104,-3,58,102,68,184r-14,0r-5,-14v-40,36,-118,14,-118,-40v0,-27,11,-52,64,-57xm135,-96r-50,5v-31,3,-36,20,-36,37v-9,39,62,43,86,21r0,-63xm98,-207r-11,0r-52,-63r34,0","w":189},"\u00e2":{"d":"135,-113v1,-32,-6,-48,-43,-48v-24,0,-40,4,-54,9r0,-22v16,-7,37,-10,54,-10v104,-3,58,102,68,184r-14,0r-5,-14v-40,36,-118,14,-118,-40v0,-27,11,-52,64,-57xm135,-96r-50,5v-31,3,-36,20,-36,37v-9,39,62,43,86,21r0,-63xm152,-207r-11,0r-49,-42r-48,42r-11,0r45,-63r29,0","w":189},"\u00e4":{"d":"135,-113v1,-32,-6,-48,-43,-48v-24,0,-40,4,-54,9r0,-22v16,-7,37,-10,54,-10v104,-3,58,102,68,184r-14,0r-5,-14v-40,36,-118,14,-118,-40v0,-27,11,-52,64,-57xm135,-96r-50,5v-31,3,-36,20,-36,37v-9,39,62,43,86,21r0,-63xm56,-227v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm148,-247v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":189},"\u00e3":{"d":"135,-113v1,-32,-6,-48,-43,-48v-24,0,-40,4,-54,9r0,-22v16,-7,37,-10,54,-10v104,-3,58,102,68,184r-14,0r-5,-14v-40,36,-118,14,-118,-40v0,-27,11,-52,64,-57xm135,-96r-50,5v-31,3,-36,20,-36,37v-9,39,62,43,86,21r0,-63xm117,-261v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":189},"\u00e5":{"d":"135,-113v1,-32,-6,-48,-43,-48v-24,0,-40,4,-54,9r0,-22v16,-7,37,-10,54,-10v104,-3,58,102,68,184r-14,0r-5,-14v-40,36,-118,14,-118,-40v0,-27,11,-52,64,-57xm135,-96r-50,5v-31,3,-36,20,-36,37v-9,39,62,43,86,21r0,-63xm127,-238v0,24,-14,35,-35,35v-22,0,-35,-11,-35,-35v0,-25,13,-36,35,-36v21,0,35,11,35,36xm109,-238v0,-13,-6,-18,-17,-18v-11,0,-17,5,-17,18v0,13,6,17,17,17v11,0,17,-4,17,-17","w":189},"\u00e7":{"d":"25,-90v0,-52,15,-94,76,-94v18,0,38,2,54,9r0,22v-14,-5,-28,-8,-54,-8v-45,0,-51,35,-51,71v0,36,6,71,51,71v26,0,40,-3,54,-8r0,22v-15,6,-33,9,-50,9v-5,7,-7,16,4,22v24,13,11,33,2,41r-28,0v10,-8,19,-24,9,-29v-17,-9,-9,-26,-2,-35v-51,-5,-65,-44,-65,-93","w":180},"\u00e9":{"d":"25,-90v0,-52,15,-94,76,-94v66,0,69,48,68,106r-119,0v1,31,10,59,51,59v26,0,41,-2,59,-10r0,22v-20,9,-41,11,-59,11v-61,0,-76,-42,-76,-94xm101,-161v-42,0,-50,30,-51,62r94,0v0,-32,-2,-62,-43,-62xm95,-207r11,0r52,-63r-34,0","w":194},"\u00e8":{"d":"25,-90v0,-52,15,-94,76,-94v66,0,69,48,68,106r-119,0v1,31,10,59,51,59v26,0,41,-2,59,-10r0,22v-20,9,-41,11,-59,11v-61,0,-76,-42,-76,-94xm101,-161v-42,0,-50,30,-51,62r94,0v0,-32,-2,-62,-43,-62xm106,-207r-11,0r-52,-63r34,0","w":194},"\u00ea":{"d":"25,-90v0,-52,15,-94,76,-94v66,0,69,48,68,106r-119,0v1,31,10,59,51,59v26,0,41,-2,59,-10r0,22v-20,9,-41,11,-59,11v-61,0,-76,-42,-76,-94xm101,-161v-42,0,-50,30,-51,62r94,0v0,-32,-2,-62,-43,-62xm160,-207r-11,0r-48,-42r-49,42r-11,0r45,-63r29,0","w":194},"\u00eb":{"d":"25,-90v0,-52,15,-94,76,-94v66,0,69,48,68,106r-119,0v1,31,10,59,51,59v26,0,41,-2,59,-10r0,22v-20,9,-41,11,-59,11v-61,0,-76,-42,-76,-94xm101,-161v-42,0,-50,30,-51,62r94,0v0,-32,-2,-62,-43,-62xm65,-227v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm157,-247v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":194},"\u00ed":{"d":"74,4v-26,0,-39,-11,-39,-40r0,-144r24,0r0,147v0,13,4,16,15,16r0,21xm41,-207r11,0r52,-63r-34,0","w":97},"\u00ec":{"d":"74,4v-26,0,-39,-11,-39,-40r0,-144r24,0r0,147v0,13,4,16,15,16r0,21xm52,-207r-11,0r-52,-63r34,0","w":97},"\u00ee":{"d":"74,4v-26,0,-39,-11,-39,-40r0,-144r24,0r0,147v0,13,4,16,15,16r0,21xm106,-207r-11,0r-48,-42r-49,42r-11,0r45,-63r29,0","w":97},"\u00ef":{"d":"74,4v-26,0,-39,-11,-39,-40r0,-144r24,0r0,147v0,13,4,16,15,16r0,21xm11,-227v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm103,-247v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":97},"\u00f1":{"d":"139,-131r0,131r25,0v-8,-76,32,-189,-61,-184v-19,0,-38,6,-55,19r-5,-15r-14,0r0,180r25,0r0,-150v21,-14,85,-23,85,19xm121,-261v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-24,23,-51,23v-18,0,-35,-8,-30,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":190},"\u00f3":{"d":"176,-90v0,55,-13,94,-75,94v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94v62,0,75,39,75,94xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71xm95,-207r11,0r52,-63r-34,0","w":201},"\u00f2":{"d":"176,-90v0,55,-13,94,-75,94v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94v62,0,75,39,75,94xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71xm106,-207r-11,0r-52,-63r34,0","w":201},"\u00f4":{"d":"176,-90v0,55,-13,94,-75,94v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94v62,0,75,39,75,94xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71xm160,-207r-11,0r-48,-42r-49,42r-11,0r45,-63r29,0","w":201},"\u00f6":{"d":"176,-90v0,55,-13,94,-75,94v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94v62,0,75,39,75,94xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71xm65,-227v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm157,-247v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":201},"\u00f5":{"d":"176,-90v0,55,-13,94,-75,94v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94v62,0,75,39,75,94xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71xm126,-261v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":201},"\u00fa":{"d":"52,-48r0,-132r-25,0v8,76,-32,189,61,184v19,0,38,-6,55,-19r5,15r14,0r0,-180r-25,0r0,151v-21,14,-85,23,-85,-19xm89,-207r11,0r52,-63r-34,0","w":190},"\u00f9":{"d":"52,-48r0,-132r-25,0v8,76,-32,189,61,184v19,0,38,-6,55,-19r5,15r14,0r0,-180r-25,0r0,151v-21,14,-85,23,-85,-19xm100,-207r-11,0r-52,-63r34,0","w":190},"\u00fb":{"d":"52,-48r0,-132r-25,0v8,76,-32,189,61,184v19,0,38,-6,55,-19r5,15r14,0r0,-180r-25,0r0,151v-21,14,-85,23,-85,-19xm154,-207r-11,0r-48,-42r-49,42r-11,0r45,-63r29,0","w":190},"\u00fc":{"d":"52,-48r0,-132r-25,0v8,76,-32,189,61,184v19,0,38,-6,55,-19r5,15r14,0r0,-180r-25,0r0,151v-21,14,-85,23,-85,-19xm59,-227v11,0,19,-9,19,-20v0,-11,-8,-19,-19,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm150,-247v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,19,8,19,19","w":190},"\u2020":{"d":"63,-198r13,0r11,90r-36,0xm76,-219r-13,0r-8,-51r29,0xm59,-202r0,-14r-51,-7r0,28xm80,-202r0,-14r51,-7r0,28","w":138},"\u00b0":{"d":"16,-225v1,68,99,67,100,0v-1,-68,-99,-67,-100,0xm66,-254v17,0,28,8,28,29v0,21,-11,29,-28,29v-17,0,-29,-8,-29,-29v0,-21,12,-29,29,-29","w":131},"\u00a2":{"d":"25,-90v0,-52,15,-94,76,-94r14,-41r27,0r-16,43v10,1,20,3,29,7r0,22v-14,-5,-28,-8,-54,-8v-45,0,-51,35,-51,71v0,36,6,71,51,71v26,0,40,-3,54,-8r0,22v-19,8,-43,10,-65,8r-14,42r-27,0r18,-47v-32,-13,-42,-48,-42,-88","w":176},"\u00a3":{"d":"109,-161v-44,-1,-49,20,-47,58r78,0r0,22r-78,0r0,59r111,0r0,22r-162,0r0,-22r25,0r0,-59r-25,0r0,-22r25,0v-3,-52,8,-79,73,-81v18,0,41,3,57,10r0,22v-14,-5,-32,-9,-57,-9","w":196},"\u00a7":{"d":"132,-274v-96,0,-104,63,-79,114v-26,15,-34,41,-34,62v0,45,18,58,82,70v41,7,66,11,66,47v0,28,-12,52,-65,52v-27,0,-47,-4,-71,-14r0,24v15,7,37,13,70,13v96,0,106,-63,80,-114v26,-15,33,-41,33,-62v0,-45,-17,-58,-81,-70v-41,-7,-66,-11,-66,-47v0,-28,12,-52,65,-52v27,0,47,4,71,14r0,-24v-15,-7,-38,-13,-71,-13xm73,-144v30,21,116,5,116,62v0,20,-7,37,-29,46v-29,-20,-115,-5,-115,-62v0,-20,7,-37,28,-46","w":233},"\u2022":{"d":"23,-135v0,-27,22,-49,49,-49v27,0,49,22,49,49v0,27,-22,49,-49,49v-27,0,-49,-22,-49,-49","w":144},"\u00b6":{"d":"114,0r26,0r0,-108r25,0r0,108r26,0r0,-270r-83,0v-67,0,-90,39,-90,81v0,44,27,83,96,81r0,108xm46,-189v0,-28,15,-60,68,-57r0,114v-52,3,-68,-29,-68,-57xm165,-246r0,114r-25,0r0,-114r25,0","w":223},"\u00df":{"d":"115,-251v37,0,55,16,55,37v0,15,-2,28,-27,34v-39,10,-50,23,-50,50v0,25,11,43,63,48v36,3,41,14,41,31v0,17,-11,32,-48,32v-26,0,-43,-4,-54,-8r0,22v12,5,37,9,54,9v55,0,72,-28,72,-56v0,-30,-12,-47,-63,-51v-57,-4,-52,-47,-10,-56v35,-8,46,-25,46,-55v0,-34,-24,-60,-79,-60v-55,0,-79,26,-79,60r0,214r24,0r0,-214v0,-21,18,-37,55,-37","w":244},"\u00ae":{"d":"62,-274v-26,0,-49,9,-49,49v0,40,23,49,49,49v26,0,49,-9,49,-49v0,-40,-23,-49,-49,-49xm62,-262v21,0,37,5,37,37v0,32,-16,37,-37,37v-21,0,-37,-5,-37,-37v0,-32,16,-37,37,-37xm86,-199v-24,5,-12,-22,-33,-18r0,18r-12,0r0,-52v19,-1,43,-2,41,17v0,7,-2,11,-7,14xm70,-234v2,-7,-10,-6,-17,-6r0,11v6,0,19,2,17,-5","w":123},"\u00a9":{"d":"121,4v51,0,95,-17,95,-94v0,-77,-44,-94,-95,-94v-51,0,-96,17,-96,94v0,77,45,94,96,94xm121,-19v-41,0,-72,-10,-72,-71v0,-61,31,-71,72,-71v41,0,71,10,71,71v0,61,-30,71,-71,71xm94,-90v-5,43,34,33,59,28r0,22v-44,10,-82,4,-82,-50v0,-54,38,-60,82,-50r0,22v-24,-5,-64,-15,-59,28","w":244},"\u2122":{"d":"139,-192r10,0r31,-62r-1,74r12,0r0,-90r-15,0r-32,66r-31,-66r-16,0r0,90r12,0r-1,-74xm78,-259r-30,0r0,79r-13,0r0,-79r-30,0r0,-11r73,0r0,11","w":207},"\u00b4":{"d":"103,-207r11,0r52,-63r-34,0","w":194},"\u00a8":{"d":"65,-227v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm157,-247v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":194},"\u2260":{"d":"299,0r-270,0r0,-270r270,0r0,270","w":327},"\u00c6":{"d":"34,0r-30,0r177,-270r163,0r0,24r-131,0r0,94r118,0r0,24r-118,0r0,104r131,0r0,24r-157,0r0,-128r-71,0xm131,-152r56,0r0,-87","w":367},"\u00d8":{"d":"59,0r-28,0r17,-29v-20,-26,-25,-66,-25,-106v0,-71,13,-139,101,-139v25,0,45,7,59,16r7,-12r28,0r-17,28v20,27,24,67,24,107v0,71,-12,139,-101,139v-26,0,-44,-6,-58,-16xm124,-19v92,4,81,-130,62,-197r-108,183v11,9,26,14,46,14xm124,-251v-92,-4,-81,130,-62,197r108,-183v-11,-9,-26,-14,-46,-14","w":248},"\u221e":{"d":"139,-192r10,0r31,-62r-1,74r12,0r0,-90r-15,0r-32,66r-31,-66r-16,0r0,90r12,0r-1,-74xm19,-245v0,9,7,12,24,13v26,3,35,10,35,26v7,26,-44,35,-69,24r0,-10v13,5,63,8,57,-13v0,-10,-6,-15,-24,-16v-26,-3,-35,-9,-35,-24v0,-26,41,-34,66,-23r0,10v-13,-5,-60,-9,-54,13","w":207},"\u00b1":{"d":"105,-63r-23,0r0,-60r-60,0r0,-24r60,0r0,-60r23,0r0,60r61,0r0,24r-61,0r0,60xm166,-15r-144,0r0,-24r144,0r0,24","w":187},"\u2264":{"d":"18,-142r0,14r184,132r0,-31r-142,-96r228,0r0,-24r-228,0r142,-96r0,-31","w":309},"\u2265":{"d":"292,-142r0,14r-184,132r0,-31r142,-96r-228,0r0,-24r228,0r-142,-96r0,-31","w":309},"\u00a5":{"d":"183,-66r0,24r-66,0r0,42r-24,0r0,-42r-66,0r0,-24r65,0r-16,-24r-49,0r0,-24r33,0r-44,-66r30,0r59,97r58,-97r30,0r-44,66r34,0r0,24r-49,0r-16,24r65,0","w":209},"\u03bc":{"d":"53,90r0,-95v26,14,67,11,91,-10r6,15r14,0r0,-180r-25,0r0,151v-21,14,-85,23,-85,-19r0,-132r-25,0r0,270r24,0","w":192},"\u2202":{"d":"176,-90v0,55,-13,94,-75,94v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94v21,0,37,7,48,17v-6,-55,-23,-84,-63,-84v-27,0,-45,4,-55,9r0,-21v8,-4,24,-11,55,-11v73,0,90,63,90,184xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71","w":201},"\u2211":{"d":"25,-135v0,-77,62,-139,139,-139v77,0,138,62,138,139v0,77,-61,139,-138,139v-77,0,-139,-62,-139,-139","w":327},"\u220f":{"d":"121,4v51,0,95,-17,95,-94v0,-77,-44,-94,-95,-94v-51,0,-96,17,-96,94v0,77,45,94,96,94xm121,-19v-41,0,-72,-10,-72,-71v0,-61,31,-71,72,-71v41,0,71,10,71,71v0,61,-30,71,-71,71xm123,-76r-19,0r0,36r-22,0r0,-100v36,-2,78,-3,78,32v0,13,-4,24,-15,29r23,39r-25,0xm137,-108v3,-14,-20,-11,-33,-11r0,22v13,0,36,3,33,-11","w":244},"\u03c0":{"d":"121,4v51,0,95,-17,95,-94v0,-77,-44,-94,-95,-94v-51,0,-96,17,-96,94v0,77,45,94,96,94xm121,-19v-41,0,-72,-10,-72,-71v0,-61,31,-71,72,-71v41,0,71,10,71,71v0,61,-30,71,-71,71xm167,-106v3,27,-26,38,-60,34r0,32r-22,0r0,-100v38,-2,87,-3,82,34xm132,-93v17,-1,17,-25,0,-26r-25,0r0,26r25,0","w":244},"\u222b":{"d":"29,-270r0,270r270,0r0,-270r-270,0xm54,-24r0,-222r219,0r0,222r-219,0","w":327},"\u00aa":{"d":"99,-222v8,-41,-45,-33,-70,-23r0,-21v39,-17,102,-7,93,38r0,92v-9,1,-18,1,-17,-9v-34,23,-94,12,-89,-32v-3,-36,42,-46,83,-45xm99,-204v-24,2,-62,1,-59,27v-5,26,42,27,59,14r0,-41","w":144},"\u00ba":{"d":"22,-203v0,46,17,70,61,70v44,0,64,-24,64,-70v0,-46,-20,-71,-64,-71v-44,0,-61,25,-61,71xm45,-203v0,-36,11,-49,38,-49v28,0,42,14,42,49v0,35,-14,48,-42,48v-27,0,-38,-12,-38,-48","w":168},"\u03a9":{"d":"45,-203v-6,54,40,52,76,44r0,22v-56,13,-99,-3,-99,-66v0,-62,42,-81,99,-67r0,22v-36,-8,-83,-9,-76,45","w":142},"\u00e6":{"d":"159,-21v-32,40,-136,31,-136,-30v0,-28,14,-50,67,-50r52,0v2,-39,-2,-61,-47,-60v-25,0,-43,4,-57,9r0,-22v37,-16,107,-13,121,15v12,-15,30,-25,59,-25v64,0,69,46,68,103r-119,0v0,33,9,61,51,62v26,0,41,-2,59,-10r0,22v-41,18,-98,15,-118,-14xm142,-80v-31,-3,-93,-9,-93,29v0,17,8,32,43,32v24,0,45,-9,57,-21v-4,-12,-6,-25,-7,-40xm218,-161v-41,0,-50,29,-51,60r94,0v0,-31,-3,-60,-43,-60","w":311},"\u00f8":{"d":"58,-5v-4,9,-22,4,-33,5r15,-22v-27,-55,-28,-162,61,-162v18,0,32,4,42,10v3,-10,21,-5,33,-6r-15,22v27,55,28,162,-60,162v-18,0,-32,-3,-43,-9xm101,-161v-65,-4,-53,71,-46,117r75,-111v-7,-4,-16,-6,-29,-6xm101,-19v63,4,52,-70,45,-116r-75,110v7,4,17,6,30,6","w":201},"\u00bf":{"d":"103,71v-53,0,-63,-19,-63,-49v0,-37,22,-45,46,-54v43,-16,42,-43,36,-72r-15,0v0,27,-1,39,-27,50v-40,16,-66,31,-66,76v0,37,13,72,89,72v17,0,43,-4,55,-9r0,-23v-11,4,-29,9,-55,9xm127,-164v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":180},"\u00a1":{"d":"32,-104r15,0r12,194r-39,0xm59,-164v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":79},"\u00ac":{"d":"29,0r180,0r0,-180r-180,0r0,180","w":237},"\u221a":{"d":"29,-180r0,180r180,0r0,-180r-180,0xm53,-22r0,-136r132,0r0,136r-132,0","w":237},"\u0192":{"d":"47,-124v-7,-57,69,-72,119,-51r0,22v-28,-11,-99,-17,-95,29r0,34r86,0r0,20r-86,0r0,160r-24,0r0,-160r-36,0r0,-11r36,-11r0,-32","w":190},"\u2248":{"d":"29,-180r0,180r180,0r0,-180r-180,0xm53,-22r0,-136r132,0r0,136r-132,0xm80,-34r-17,-17r39,-39r-39,-39r17,-17r39,39r39,-39r17,17r-39,39r39,39r-17,17r-39,-39","w":237},"\u0394":{"d":"25,-90v0,-52,42,-94,94,-94v52,0,93,42,93,94v0,52,-41,94,-93,94v-52,0,-94,-42,-94,-94","w":237},"\u00ab":{"d":"20,-102r0,24r68,51r0,-24r-43,-39r43,-39r0,-23xm88,-102r0,24r69,51r0,-24r-44,-39r44,-39r0,-23","w":178},"\u00bb":{"d":"158,-102r0,24r-68,51r0,-24r44,-39r-44,-39r0,-23xm90,-102r0,24r-68,51r0,-24r43,-39r-43,-39r0,-23","w":178},"\u2026":{"d":"40,-16v0,-11,8,-20,19,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm158,-16v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20xm277,-16v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":356},"\u00c0":{"d":"197,0r28,0r-95,-274r-18,0r-96,274r28,0r25,-76r103,0xm76,-98r45,-135r44,135r-89,0xm126,-297r-11,0r-52,-63r34,0","w":241},"\u00c3":{"d":"197,0r28,0r-95,-274r-18,0r-96,274r28,0r25,-76r103,0xm76,-98r45,-135r44,135r-89,0xm145,-351v18,0,35,8,30,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,24,-23,51,-23","w":241},"\u00d5":{"d":"229,-135v0,71,-12,139,-101,139v-88,0,-101,-68,-101,-139v0,-71,13,-139,101,-139v89,0,101,68,101,139xm202,-135v0,-63,-9,-116,-74,-116v-65,0,-74,53,-74,116v0,63,9,116,74,116v65,0,74,-53,74,-116xm153,-351v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":255},"\u0152":{"d":"288,-128r0,-24r-104,0r0,-94r117,0r0,-24r-164,0v-88,0,-114,58,-114,135v0,77,26,135,114,135r164,0r0,-24r-117,0r0,-104r104,0xm158,-246r0,222v-80,7,-107,-37,-107,-111v0,-73,27,-119,107,-111","w":324},"\u0153":{"d":"101,-184v33,0,52,12,63,31v11,-19,31,-31,63,-31v66,0,69,48,68,106r-119,0v1,31,10,59,51,59v26,0,41,-2,59,-10r0,22v-44,19,-105,15,-122,-20v-11,19,-30,31,-63,31v-62,0,-76,-39,-76,-94v0,-55,14,-94,76,-94xm151,-90v0,-41,-3,-71,-50,-71v-48,0,-51,30,-51,71v0,41,3,71,51,71v47,0,50,-30,50,-71xm227,-161v-42,0,-50,30,-51,62r94,0v0,-32,-2,-62,-43,-62","w":320},"\u2013":{"d":"184,-135r0,24r-162,0r0,-24r162,0","w":205},"\u2014":{"d":"256,-135r0,24r-234,0r0,-24r234,0","w":277},"\u201c":{"d":"37,-270r9,0v0,0,-18,36,-11,90r-32,0v1,-56,34,-90,34,-90xm91,-270r9,0v0,0,-18,36,-11,90r-32,0v1,-56,34,-90,34,-90","w":111},"\u201d":{"d":"21,-180r-9,0v0,0,17,-36,10,-90r33,0v-1,56,-34,90,-34,90xm75,-180r-9,0v0,0,17,-36,10,-90r33,0v-1,56,-34,90,-34,90","w":111},"\u2018":{"d":"37,-270r9,0v0,0,-18,36,-11,90r-32,0v1,-56,34,-90,34,-90","w":57},"\u2019":{"d":"21,-180r-9,0v0,0,17,-36,10,-90r33,0v-1,56,-34,90,-34,90","w":57},"\u00f7":{"d":"166,-135r-144,0r0,24r144,0r0,-24xm74,-67v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20xm74,-179v0,11,9,20,20,20v11,0,19,-9,19,-20v0,-11,-8,-19,-19,-19v-11,0,-20,8,-20,19","w":187},"\u25ca":{"d":"29,-270r0,270r270,0r0,-270r-270,0xm54,-24r0,-222r219,0r0,222r-219,0xm164,-118r-82,82r-17,-17r82,-82r-82,-82r17,-17r82,82r82,-82r17,17r-82,82r82,82r-17,17","w":327},"\u00ff":{"d":"13,-180r28,0r51,148r50,-148r29,0r-104,270r-27,0r41,-95xm56,-227v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm148,-247v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":183},"\u0178":{"d":"236,-270r-97,158r0,112r-26,0r0,-112r-97,-158r31,0r79,136r79,-136r31,0xm90,-317v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-19,8,-19,19v0,11,8,20,19,20xm182,-337v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20v0,-11,8,-19,19,-19v11,0,20,8,20,19","w":252},"\u2044":{"d":"10,0r-28,0r191,-270r28,0","w":182},"\u20ac":{"d":"9,-102r0,-24r26,0v7,-53,78,-71,134,-49r0,22v-32,-14,-103,-12,-108,27r82,0r-8,24r-79,0r0,24r71,0r-9,24r-57,0v5,39,75,41,108,27r0,22v-55,22,-128,4,-134,-49r-26,0r0,-24r22,0r0,-24r-22,0","w":190},"\u2039":{"d":"20,-102r0,24r68,51r0,-24r-43,-39r43,-39r0,-23","w":109},"\u203a":{"d":"90,-102r0,24r-68,51r0,-24r43,-39r-43,-39r0,-23","w":109},"\ufb01":{"d":"139,-271r0,23v-26,-7,-66,-4,-66,28r0,40r57,0r0,20r-57,0r0,160r-24,0r0,-160r-36,0r0,-11r36,-11v-3,-57,3,-93,65,-92v8,0,18,1,25,3xm221,4v-26,0,-40,-11,-40,-40r0,-144r25,0r0,147v0,13,4,16,15,16r0,21xm174,-247v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":243},"\ufb02":{"d":"139,-271r0,23v-26,-7,-66,-4,-66,28r0,40r57,0r0,20r-57,0r0,160r-24,0r0,-160r-36,0r0,-11r36,-11v-3,-57,3,-93,65,-92v8,0,18,1,25,3xm221,4v-26,0,-40,-11,-40,-40r0,-234r25,0r0,237v0,13,4,16,15,16r0,21","w":243},"\u2021":{"d":"63,-127r13,0r11,90r-36,0xm80,-202r0,-14r51,-7r0,28xm76,-219r-13,0r-8,-51r29,0xm80,-130r0,-14r51,-7r0,28xm59,-130r0,-14r-51,-7r0,28xm59,-202r0,-14r-51,-7r0,28xm76,-198r-13,0v-4,17,-4,33,0,50r13,0v4,-17,4,-33,0,-50","w":138},"\u00b7":{"d":"20,-135v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20","w":79},"\u201a":{"d":"21,58r-9,0v0,0,17,-36,10,-90r33,0v-1,56,-34,90,-34,90","w":57},"\u201e":{"d":"21,58r-9,0v0,0,17,-36,10,-90r33,0v-1,56,-34,90,-34,90xm75,58r-9,0v0,0,17,-36,10,-90r33,0v-1,56,-34,90,-34,90","w":111},"\u2030":{"d":"85,-133v-44,0,-62,-24,-62,-70v0,-46,18,-71,62,-71v44,0,62,25,62,71v0,46,-18,70,-62,70xm248,-137v44,0,62,24,62,70v0,46,-18,71,-62,71v-44,0,-62,-25,-62,-71v0,-46,18,-70,62,-70xm399,-137v44,0,62,24,62,70v0,46,-18,71,-62,71v-44,0,-61,-25,-61,-71v0,-46,17,-70,61,-70xm85,0r-28,0r191,-270r28,0xm85,-155v27,0,38,-12,38,-48v0,-36,-11,-49,-38,-49v-27,0,-39,13,-39,49v0,36,12,48,39,48xm399,-115v-27,0,-38,12,-38,48v0,36,11,49,38,49v27,0,39,-13,39,-49v0,-36,-12,-48,-39,-48xm248,-115v-27,0,-38,12,-38,48v0,36,11,49,38,49v27,0,39,-13,39,-49v0,-36,-12,-48,-39,-48","w":484},"\u00c2":{"d":"197,0r28,0r-95,-274r-18,0r-96,274r28,0r25,-76r103,0xm76,-98r45,-135r44,135r-89,0xm180,-297r-11,0r-48,-42r-49,42r-11,0r45,-63r29,0","w":241},"\u00ca":{"d":"176,-152r0,24r-118,0r0,104r131,0r0,24r-157,0r0,-270r157,0r0,24r-131,0r0,94r118,0xm170,-297r-11,0r-48,-42r-49,42r-11,0r45,-63r29,0"},"\u00c1":{"d":"197,0r28,0r-95,-274r-18,0r-96,274r28,0r25,-76r103,0xm76,-98r45,-135r44,135r-89,0xm115,-297r11,0r52,-63r-34,0","w":241},"\u00cb":{"d":"176,-152r0,24r-118,0r0,104r131,0r0,24r-157,0r0,-270r157,0r0,24r-131,0r0,94r118,0xm75,-317v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm167,-337v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19"},"\u00c8":{"d":"176,-152r0,24r-118,0r0,104r131,0r0,24r-157,0r0,-270r157,0r0,24r-131,0r0,94r118,0xm116,-297r-11,0r-52,-63r34,0"},"\u00cd":{"d":"66,0r-26,0r0,-270r26,0r0,270xm48,-297r11,0r52,-63r-34,0","w":106},"\u00ce":{"d":"66,0r-26,0r0,-270r26,0r0,270xm113,-297r-11,0r-49,-42r-48,42r-11,0r45,-63r29,0","w":106},"\u00cf":{"d":"66,0r-26,0r0,-270r26,0r0,270xm17,-317v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20xm109,-337v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":106},"\u00cc":{"d":"66,0r-26,0r0,-270r26,0r0,270xm59,-297r-11,0r-52,-63r34,0","w":106},"\u00d3":{"d":"229,-135v0,71,-12,139,-101,139v-88,0,-101,-68,-101,-139v0,-71,13,-139,101,-139v89,0,101,68,101,139xm202,-135v0,-63,-9,-116,-74,-116v-65,0,-74,53,-74,116v0,63,9,116,74,116v65,0,74,-53,74,-116xm122,-297r11,0r52,-63r-34,0","w":255},"\u00d4":{"d":"229,-135v0,71,-12,139,-101,139v-88,0,-101,-68,-101,-139v0,-71,13,-139,101,-139v89,0,101,68,101,139xm202,-135v0,-63,-9,-116,-74,-116v-65,0,-74,53,-74,116v0,63,9,116,74,116v65,0,74,-53,74,-116xm187,-297r-11,0r-48,-42r-49,42r-11,0r45,-63r29,0","w":255},"\u00d2":{"d":"229,-135v0,71,-12,139,-101,139v-88,0,-101,-68,-101,-139v0,-71,13,-139,101,-139v89,0,101,68,101,139xm202,-135v0,-63,-9,-116,-74,-116v-65,0,-74,53,-74,116v0,63,9,116,74,116v65,0,74,-53,74,-116xm133,-297r-11,0r-52,-63r34,0","w":255},"\u00da":{"d":"126,-20v24,0,70,-4,70,-69r0,-181r25,0r0,185v0,77,-63,89,-95,89v-32,0,-95,-12,-95,-89r0,-185r25,0r0,181v0,65,46,69,70,69xm121,-297r10,0r53,-63r-35,0","w":252},"\u00db":{"d":"126,-20v24,0,70,-4,70,-69r0,-181r25,0r0,185v0,77,-63,89,-95,89v-32,0,-95,-12,-95,-89r0,-185r25,0r0,181v0,65,46,69,70,69xm185,-297r-10,0r-49,-42r-49,42r-10,0r45,-63r28,0","w":252},"\u00d9":{"d":"126,-20v24,0,70,-4,70,-69r0,-181r25,0r0,185v0,77,-63,89,-95,89v-32,0,-95,-12,-95,-89r0,-185r25,0r0,181v0,65,46,69,70,69xm131,-297r-10,0r-53,-63r35,0","w":252},"\u0131":{"d":"74,4v-26,0,-39,-11,-39,-40r0,-144r24,0r0,147v0,13,4,16,15,16r0,21","w":97},"\u02c6":{"d":"160,-207r-11,0r-48,-42r-49,42r-11,0r45,-63r29,0","w":194},"\u02dc":{"d":"126,-261v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23"},"\u00af":{"d":"157,-245r-98,0r0,-23r98,0r0,23"},"\u02d8":{"d":"101,-211v-34,0,-55,-14,-56,-59r15,0v1,26,13,38,41,38v28,0,40,-12,41,-38r15,0v-1,45,-22,59,-56,59"},"\u02d9":{"d":"101,-227v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20","w":194},"\u02da":{"d":"136,-238v0,24,-14,35,-35,35v-22,0,-36,-11,-36,-35v0,-25,14,-36,36,-36v21,0,35,11,35,36xm118,-238v0,-13,-6,-18,-17,-18v-11,0,-18,5,-18,18v0,13,7,17,18,17v11,0,17,-4,17,-17"},"\u00b8":{"d":"111,67r-28,0v10,-8,19,-24,9,-29v-19,-10,-7,-30,0,-38r16,0v-6,8,-12,18,1,26v24,13,11,33,2,41"},"\u02dd":{"d":"119,-207r11,0r52,-63r-34,0xm65,-207r11,0r52,-63r-34,0","w":194},"\u02db":{"d":"144,0v-21,7,-25,57,-5,67v-25,2,-39,0,-39,-26v0,-22,24,-43,44,-49r0,8"},"\u02c7":{"d":"160,-270r-11,0r-48,42r-49,-42r-11,0r45,63r29,0","w":194},"\u00d0":{"d":"102,0r-73,0r0,-112r-36,22r0,-29r36,-22r0,-129r73,0v88,0,114,58,114,135v0,77,-26,135,-114,135xm90,-180r0,29r-36,23r0,104r50,0v65,0,84,-46,84,-111v0,-65,-19,-111,-84,-111r-50,0r0,89","w":239},"\u00a0":{"w":72}}});
;
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;
(function ($) {
  Drupal.viewsSlideshow = Drupal.viewsSlideshow || {};

  /**
   * Views Slideshow Controls
   */
  Drupal.viewsSlideshowControls = Drupal.viewsSlideshowControls || {};

  /**
   * Implement the play hook for controls.
   */
  Drupal.viewsSlideshowControls.play = function (options) {
    // Route the control call to the correct control type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].play == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].play(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].play == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].play(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the pause hook for controls.
   */
  Drupal.viewsSlideshowControls.pause = function (options) {
    // Route the control call to the correct control type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].pause == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].pause(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].pause == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].pause(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };


  /**
   * Views Slideshow Text Controls
   */

  // Add views slieshow api calls for views slideshow text controls.
  Drupal.behaviors.viewsSlideshowControlsText = {
    attach: function (context) {

      // Process previous link
      $('.views_slideshow_controls_text_previous:not(.views-slideshow-controls-text-previous-processed)', context).addClass('views-slideshow-controls-text-previous-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_previous_', '');
        $(this).click(function() {
          Drupal.viewsSlideshow.action({ "action": 'previousSlide', "slideshowID": uniqueID });
          return false;
        });
      });

      // Process next link
      $('.views_slideshow_controls_text_next:not(.views-slideshow-controls-text-next-processed)', context).addClass('views-slideshow-controls-text-next-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_next_', '');
        $(this).click(function() {
          Drupal.viewsSlideshow.action({ "action": 'nextSlide', "slideshowID": uniqueID });
          return false;
        });
      });

      // Process pause link
      $('.views_slideshow_controls_text_pause:not(.views-slideshow-controls-text-pause-processed)', context).addClass('views-slideshow-controls-text-pause-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_pause_', '');
        $(this).click(function() {
          if (Drupal.settings.viewsSlideshow[uniqueID].paused) {
            Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": uniqueID, "force": true });
          }
          else {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": uniqueID, "force": true });
          }
          return false;
        });
      });
    }
  };

  Drupal.viewsSlideshowControlsText = Drupal.viewsSlideshowControlsText || {};

  /**
   * Implement the pause hook for text controls.
   */
  Drupal.viewsSlideshowControlsText.pause = function (options) {
    var pauseText = Drupal.theme.prototype['viewsSlideshowControlsPause'] ? Drupal.theme('viewsSlideshowControlsPause') : '';
    $('#views_slideshow_controls_text_pause_' + options.slideshowID + ' a').text(pauseText);
  };

  /**
   * Implement the play hook for text controls.
   */
  Drupal.viewsSlideshowControlsText.play = function (options) {
    var playText = Drupal.theme.prototype['viewsSlideshowControlsPlay'] ? Drupal.theme('viewsSlideshowControlsPlay') : '';
    $('#views_slideshow_controls_text_pause_' + options.slideshowID + ' a').text(playText);
  };

  // Theme the resume control.
  Drupal.theme.prototype.viewsSlideshowControlsPause = function () {
    return Drupal.t('Resume');
  };

  // Theme the pause control.
  Drupal.theme.prototype.viewsSlideshowControlsPlay = function () {
    return Drupal.t('Pause');
  };

  /**
   * Views Slideshow Pager
   */
  Drupal.viewsSlideshowPager = Drupal.viewsSlideshowPager || {};

  /**
   * Implement the transitionBegin hook for pagers.
   */
  Drupal.viewsSlideshowPager.transitionBegin = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].transitionBegin == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].transitionBegin(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].transitionBegin == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].transitionBegin(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the goToSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.goToSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].goToSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].goToSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].goToSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].goToSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the previousSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.previousSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].previousSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].previousSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].previousSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].previousSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the nextSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.nextSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].nextSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].nextSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].nextSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].nextSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };


  /**
   * Views Slideshow Pager Fields
   */

  // Add views slieshow api calls for views slideshow pager fields.
  Drupal.behaviors.viewsSlideshowPagerFields = {
    attach: function (context) {
      // Process pause on hover.
      $('.views_slideshow_pager_field:not(.views-slideshow-pager-field-processed)', context).addClass('views-slideshow-pager-field-processed').each(function() {
        // Parse out the location and unique id from the full id.
        var pagerInfo = $(this).attr('id').split('_');
        var location = pagerInfo[2];
        pagerInfo.splice(0, 3);
        var uniqueID = pagerInfo.join('_');

        // Add the activate and pause on pager hover event to each pager item.
        if (Drupal.settings.viewsSlideshowPagerFields[uniqueID][location].activatePauseOnHover) {
          $(this).children().each(function(index, pagerItem) {
            var mouseIn = function() {
              Drupal.viewsSlideshow.action({ "action": 'goToSlide', "slideshowID": uniqueID, "slideNum": index });
              Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": uniqueID });
            }
            
            var mouseOut = function() {
              Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": uniqueID });
            }
          
            if (jQuery.fn.hoverIntent) {
              $(pagerItem).hoverIntent(mouseIn, mouseOut);
            }
            else {
              $(pagerItem).hover(mouseIn, mouseOut);
            }
            
          });
        }
        else {
          $(this).children().each(function(index, pagerItem) {
            $(pagerItem).click(function() {
              Drupal.viewsSlideshow.action({ "action": 'goToSlide', "slideshowID": uniqueID, "slideNum": index });
            });
          });
        }
      });
    }
  };

  Drupal.viewsSlideshowPagerFields = Drupal.viewsSlideshowPagerFields || {};

  /**
   * Implement the transitionBegin hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.transitionBegin = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_'+ pagerLocation + '_' + options.slideshowID + '_' + options.slideNum).addClass('active');
    }

  };

  /**
   * Implement the goToSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.goToSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + options.slideNum).addClass('active');
    }
  };

  /**
   * Implement the previousSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.previousSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Get the current active pager.
      var pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"].active').attr('id').replace('views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_', '');

      // If we are on the first pager then activate the last pager.
      // Otherwise activate the previous pager.
      if (pagerNum == 0) {
        pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').length() - 1;
      }
      else {
        pagerNum--;
      }

      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + pagerNum).addClass('active');
    }
  };

  /**
   * Implement the nextSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.nextSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Get the current active pager.
      var pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"].active').attr('id').replace('views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_', '');
      var totalPagers = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').length();

      // If we are on the last pager then activate the first pager.
      // Otherwise activate the next pager.
      pagerNum++;
      if (pagerNum == totalPagers) {
        pagerNum = 0;
      }

      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + slideNum).addClass('active');
    }
  };


  /**
   * Views Slideshow Slide Counter
   */

  Drupal.viewsSlideshowSlideCounter = Drupal.viewsSlideshowSlideCounter || {};

  /**
   * Implement the transitionBegin for the slide counter.
   */
  Drupal.viewsSlideshowSlideCounter.transitionBegin = function (options) {
    $('#views_slideshow_slide_counter_' + options.slideshowID + ' .num').text(options.slideNum + 1);
  };

  /**
   * This is used as a router to process actions for the slideshow.
   */
  Drupal.viewsSlideshow.action = function (options) {
    // Set default values for our return status.
    var status = {
      'value': true,
      'text': ''
    }

    // If an action isn't specified return false.
    if (typeof options.action == 'undefined' || options.action == '') {
      status.value = false;
      status.text =  Drupal.t('There was no action specified.');
      return error;
    }

    // If we are using pause or play switch paused state accordingly.
    if (options.action == 'pause') {
      Drupal.settings.viewsSlideshow[options.slideshowID].paused = 1;
      // If the calling method is forcing a pause then mark it as such.
      if (options.force) {
        Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce = 1;
      }
    }
    else if (options.action == 'play') {
      // If the slideshow isn't forced pause or we are forcing a play then play
      // the slideshow.
      // Otherwise return telling the calling method that it was forced paused.
      if (!Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce || options.force) {
        Drupal.settings.viewsSlideshow[options.slideshowID].paused = 0;
        Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce = 0;
      }
      else {
        status.value = false;
        status.text += ' ' + Drupal.t('This slideshow is forced paused.');
        return status;
      }
    }

    // We use a switch statement here mainly just to limit the type of actions
    // that are available.
    switch (options.action) {
      case "goToSlide":
      case "transitionBegin":
      case "transitionEnd":
        // The three methods above require a slide number. Checking if it is
        // defined and it is a number that is an integer.
        if (typeof options.slideNum == 'undefined' || typeof options.slideNum !== 'number' || parseInt(options.slideNum) != (options.slideNum - 0)) {
          status.value = false;
          status.text = Drupal.t('An invalid integer was specified for slideNum.');
        }
      case "pause":
      case "play":
      case "nextSlide":
      case "previousSlide":
        // Grab our list of methods.
        var methods = Drupal.settings.viewsSlideshow[options.slideshowID]['methods'];

        // if the calling method specified methods that shouldn't be called then
        // exclude calling them.
        var excludeMethodsObj = {};
        if (typeof options.excludeMethods !== 'undefined') {
          // We need to turn the excludeMethods array into an object so we can use the in
          // function.
          for (var i=0; i < excludeMethods.length; i++) {
            excludeMethodsObj[excludeMethods[i]] = '';
          }
        }

        // Call every registered method and don't call excluded ones.
        for (i = 0; i < methods[options.action].length; i++) {
          if (Drupal[methods[options.action][i]] != undefined && typeof Drupal[methods[options.action][i]][options.action] == 'function' && !(methods[options.action][i] in excludeMethodsObj)) {
            Drupal[methods[options.action][i]][options.action](options);
          }
        }
        break;

      // If it gets here it's because it's an invalid action.
      default:
        status.value = false;
        status.text = Drupal.t('An invalid action "!action" was specified.', { "!action": options.action });
    }
    return status;
  };
})(jQuery);
;

