var cookies_name='carouselPagination';function mycarousel_initCallback(carousel){jQuery('.jcarousel-control a').bind('click',function(){page=jQuery('#jQuery-page').val();page=((page*1)*(jQuery(this).text()*1))-((page*1)-1);setCookie(cookies_name,jQuery(this).text(),365);jQuery('#jcarousel-page-'+carousel.options.cpage).removeClass('jcarousel-control-bold');carousel.options.cpage=(jQuery(this).text()*1);jQuery('#jcarousel-page-'+carousel.options.cpage).addClass('jcarousel-control-bold');carousel.scroll(jQuery.jcarousel.intval(page));return false;});jQuery('#mycarousel-next').bind('click',function(){carousel.next();return false;});jQuery('#mycarousel-prev').bind('click',function(){carousel.prev();return false;});};jQuery(document).ready(function(){if(document.getElementById('jQuery-page'))
{if(''==getCookie(cookies_name))
{cur_page=1;setCookie(cookies_name,cur_page,365,'/');}else{cur_page=getCookie(cookies_name);}
setCookie(cookies_name+'Back',0,365,'/');jQuery("#mycarousel").jcarousel({cpage:cur_page,start:(1==cur_page)?1:((cur_page*1)*(jQuery('#jQuery-page').val()*1))-((jQuery('#jQuery-page').val()*1)-1),lang:document.getElementById('jQuery-lang').value,scroll:(document.getElementById('jQuery-page').value*1),initCallback:mycarousel_initCallback,buttonNextHTML:null,buttonPrevHTML:null});}});function setCookie(cookies_name,value,expiredays,path)
{var exdate=new Date();exdate.setDate(exdate.getDate()+expiredays);document.cookie=cookies_name+"="+escape(value)+((expiredays==null)?"":";expires="+exdate.toGMTString()+((path)?";path="+path:""));}
function getCookie(cookies_name)
{if(document.cookie.length>0)
{c_start=document.cookie.indexOf(cookies_name+"=");if(c_start!=-1)
{c_start=c_start+cookies_name.length+1;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1)c_end=document.cookie.length;return unescape(document.cookie.substring(c_start,c_end));}}
return"";};"use strict";jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g);},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a;},easeOutQuad:function(e,f,a,h,g){return-h*(f/=g)*(f-2)+a;},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a;}return-h/2*((--f)*(f-2)-1)+a;},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a;},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a;},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a;}return h/2*((f-=2)*f*f+2)+a;},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a;},easeOutQuart:function(e,f,a,h,g){return-h*((f=f/g-1)*f*f*f-1)+a;},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a;}return-h/2*((f-=2)*f*f*f-2)+a;},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a;},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a;},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a;}return h/2*((f-=2)*f*f*f*f+2)+a;},easeInSine:function(e,f,a,h,g){return-h*Math.cos(f/g*(Math.PI/2))+h+a;},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a;},easeInOutSine:function(e,f,a,h,g){return-h/2*(Math.cos(Math.PI*f/g)-1)+a;},easeInExpo:function(e,f,a,h,g){return(f===0)?a:h*Math.pow(2,10*(f/g-1))+a;},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a;},easeInOutExpo:function(e,f,a,h,g){if(f===0){return a;}if(f==g){return a+h;}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a;}return h/2*(-Math.pow(2,-10*--f)+2)+a;},easeInCirc:function(e,f,a,h,g){return-h*(Math.sqrt(1-(f/=g)*f)-1)+a;},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a;},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return-h/2*(Math.sqrt(1-f*f)-1)+a;}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a;},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h===0){return e;}if((h/=k)==1){return e+l;}if(!j){j=k*0.3;}if(g<Math.abs(l)){g=l;var i=j/4;}else{var i=j/(2*Math.PI)*Math.asin(l/g);return-(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e;}},easeOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h===0){return e;}if((h/=k)==1){return e+l;}if(!j){j=k*0.3;}if(g<Math.abs(l)){g=l;var i=j/4;}else{var i=j/(2*Math.PI)*Math.asin(l/g);return g*Math.pow(2,-10*h)*Math.sin((h*k-i)*(2*Math.PI)/j)+l+e;}},easeInOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h===0){return e;}if((h/=k/2)==2){return e+l;}if(!j){j=k*(0.3*1.5);}if(g<Math.abs(l)){g=l;var i=j/4;}else{var i=j/(2*Math.PI)*Math.asin(l/g);}if(h<1){return-0.5*(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e;}return g*Math.pow(2,-10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j)*0.5+l+e;},easeInBack:function(e,f,a,i,h,g){if(g===undefined){g=1.70158;}return i*(f/=h)*f*((g+1)*f-g)+a;},easeOutBack:function(e,f,a,i,h,g){if(g===undefined){g=1.70158;}return i*((f=f/h-1)*f*((g+1)*f+g)+1)+a;},easeInOutBack:function(e,f,a,i,h,g){if(g===undefined){g=1.70158;}if((f/=h/2)<1){return i/2*(f*f*(((g*=(1.525))+1)*f-g))+a;}return i/2*((f-=2)*f*(((g*=(1.525))+1)*f+g)+2)+a;},easeInBounce:function(e,f,a,h,g){return h-jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a;},easeOutBounce:function(e,f,a,h,g){if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a;}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a;}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+a;}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+a;}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2){return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a;}return jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a;}});;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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1985, 1987, 1988, 1994, 1999 Adobe Systems.
 * All Rights Reserved. This software is the property of Adobe Systems
 * Incorporated and its licensors, and may not be reproduced, used, 
 displayed,
 * modified, disclosed or transferred without the express 
 written approval of
 * Adobe.
 
 The digitally encoded machine readable outline data for producing
 the
 * Typefaces licensed to you is copyrighted (c) 1981, 1999 Linotype-Hell
 AG and/or
 * its subsidiaries. All Rights Reserved.
 This data is the property of
 * Linotype-Hell AG and/or its subsidiaries
 and may not be reproduced, used,
 * displayed, modified, disclosed or 
 transferred without the express written
 * approval of Linotype-Hell AG 
 and/or its subsidiaries.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica Neue Light","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":"5","bbox":"-59 -352 360 90","underline-thickness":"18","underline-position":"-36","stemh":"18","stemv":"22","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":100},"!":{"d":"52,-65r-5,-114r0,-80r26,0r0,80r-5,114r-16,0xm73,0r-26,0r0,-32r26,0r0,32","w":119},"\"":{"d":"21,-178r0,-81r18,0r0,81r-18,0xm60,-178r0,-81r19,0r0,81r-19,0","w":100},"#":{"d":"181,-103r0,21r-40,0r-11,82r-21,0r11,-82r-49,0r-13,82r-21,0r12,-82r-39,0r0,-21r43,0r7,-51r-40,0r0,-21r43,0r12,-76r21,0r-11,76r49,0r11,-76r21,0r-11,76r36,0r0,21r-39,0r-7,51r36,0xm131,-154r-49,0r-8,51r49,0"},"$":{"d":"92,-142r0,-92v-27,0,-49,18,-49,45v0,32,22,39,49,47xm109,-116r0,103v30,0,54,-22,54,-52v0,-36,-23,-45,-54,-51xm109,7r0,27r-17,0r0,-27v-45,-2,-77,-29,-79,-80r24,0v0,32,22,58,55,60r0,-107v-40,-10,-72,-23,-72,-68v0,-40,33,-67,72,-66r0,-22r17,0r0,22v40,0,69,23,70,64r-23,0v0,-26,-21,-44,-47,-44r0,95v47,11,77,24,77,78v0,42,-39,67,-77,68"},"%":{"d":"237,-119v33,0,59,27,59,59v0,33,-26,60,-59,60v-33,0,-60,-27,-60,-60v0,-32,28,-59,60,-59xm237,-99v-22,0,-39,18,-39,40v0,21,18,38,39,38v21,0,38,-18,38,-39v0,-21,-17,-39,-38,-39xm143,-192v0,33,-26,60,-59,60v-33,0,-60,-28,-60,-60v0,-32,27,-59,60,-59v33,0,59,26,59,59xm84,-153v21,0,39,-18,39,-39v0,-21,-18,-39,-39,-39v-21,0,-39,18,-39,39v0,21,18,39,39,39xm240,-254r-142,259r-19,0r143,-259r18,0","w":320},"&":{"d":"163,-47r-73,-88v-28,13,-51,39,-51,67v0,67,97,69,124,21xm136,-194v9,-19,-4,-46,-31,-46v-18,0,-34,12,-34,31v0,15,18,38,27,49v14,-9,31,-18,38,-34xm111,-144r65,77v9,-15,10,-32,10,-50r22,0v-1,23,-5,47,-18,67r42,50r-29,0r-26,-31v-41,63,-164,46,-162,-39v0,-39,29,-65,62,-80v-14,-16,-28,-35,-28,-58v0,-33,26,-51,58,-51v32,0,55,23,55,50v0,35,-24,49,-51,65","w":240},"\u2019":{"d":"55,-259v1,36,3,75,-26,81v-2,-22,17,-20,12,-50r-12,0r0,-31r26,0","w":79},"(":{"d":"81,-266r19,0v-72,98,-72,237,0,335r-19,0v-81,-97,-80,-239,0,-335","w":119},")":{"d":"39,69r-19,0v72,-99,72,-238,0,-335r19,0v81,97,80,239,0,335","w":119},"*":{"d":"22,-233r40,16r0,-42r15,0r0,42r41,-15r6,16r-41,13r27,38r-14,9r-27,-39r-28,38r-13,-10r28,-36r-40,-14","w":140},"+":{"d":"108,-101r0,-79r22,0r0,79r79,0r0,22r-79,0r0,79r-22,0r0,-79r-79,0r0,-22r79,0","w":237},",":{"d":"63,-32v1,36,3,76,-26,81v-2,-22,17,-19,12,-49r-12,0r0,-32r26,0","w":100},"-":{"d":"14,-105r91,0r0,23r-91,0r0,-23","w":119},".":{"d":"63,0r-26,0r0,-32r26,0r0,32","w":100},"\/":{"d":"104,-266r-85,298r-20,0r85,-298r20,0","w":100},"0":{"d":"163,-125v0,-55,-10,-109,-64,-109v-50,0,-62,56,-62,112v0,65,14,108,63,108v55,0,63,-60,63,-111xm100,-254v75,0,86,73,86,132v0,67,-16,127,-86,127v-70,0,-86,-60,-86,-130v0,-64,13,-129,86,-129"},"1":{"d":"109,0r0,-189r-66,0r0,-15v39,-3,62,-6,70,-50r19,0r0,254r-23,0"},"2":{"d":"17,0v-5,-104,143,-112,143,-182v0,-33,-25,-52,-56,-52v-33,0,-56,29,-55,63r-24,0v0,-50,32,-83,82,-83v51,0,78,31,78,70v-2,96,-131,81,-143,165r141,0r0,19r-166,0"},"3":{"d":"21,-180v-3,-43,37,-74,82,-74v40,0,72,21,72,63v0,26,-12,46,-36,56v81,31,48,141,-36,140v-59,0,-86,-19,-91,-78r23,0v0,39,26,59,63,59v37,0,64,-28,63,-58v-1,-41,-36,-53,-81,-50r0,-19v43,0,72,-10,72,-49v0,-31,-25,-44,-54,-44v-32,0,-54,22,-54,54r-23,0"},"4":{"d":"129,0r0,-63r-116,0r0,-19r118,-169r21,0r0,169r35,0r0,19r-35,0r0,63r-23,0xm129,-217r-93,135r93,0r0,-135"},"5":{"d":"13,-66r23,0v5,34,29,52,62,52v38,0,61,-29,61,-65v0,-65,-86,-87,-118,-38r-19,-3r20,-131r126,0r0,19r-106,0r-16,85v57,-38,136,-7,136,68v0,106,-163,115,-169,13"},"6":{"d":"181,-192r-24,0v-5,-26,-21,-42,-48,-42v-62,0,-67,66,-71,114v14,-19,29,-39,66,-39v51,0,81,31,81,82v0,51,-30,82,-81,82v-51,0,-89,-31,-89,-121v0,-60,17,-138,92,-138v40,0,69,21,74,62xm104,-140v-36,0,-58,29,-58,63v0,28,16,63,58,63v43,0,58,-33,58,-64v0,-39,-18,-62,-58,-62"},"7":{"d":"21,-228r0,-23r162,0r0,21v-73,82,-100,180,-103,230r-25,0v5,-73,51,-168,100,-228r-134,0"},"8":{"d":"100,-124v-35,0,-61,17,-61,54v0,31,24,56,63,56v33,0,59,-23,59,-57v0,-36,-27,-53,-61,-53xm99,-234v-28,0,-51,15,-51,45v0,31,26,45,54,45v28,0,49,-14,49,-50v0,-26,-17,-40,-52,-40xm60,-136v-62,-27,-34,-118,37,-118v39,0,77,18,77,62v0,26,-11,45,-35,57v28,10,45,33,45,63v0,50,-35,77,-89,77v-37,0,-79,-25,-79,-75v0,-30,15,-55,44,-66"},"9":{"d":"19,-56r23,0v5,27,22,42,50,42v60,0,68,-67,70,-114v-34,68,-147,44,-147,-42v0,-48,26,-84,81,-84v68,0,89,57,89,128v0,86,-38,131,-92,131v-40,0,-70,-20,-74,-61xm96,-234v-39,0,-58,25,-58,65v0,39,21,61,58,61v36,0,57,-29,57,-63v0,-37,-21,-63,-57,-63"},":":{"d":"63,0r-26,0r0,-32r26,0r0,32xm63,-145r-26,0r0,-32r26,0r0,32","w":100},";":{"d":"63,-32v1,36,3,76,-26,81v-2,-22,17,-19,12,-49r-12,0r0,-32r26,0xm63,-145r-26,0r0,-32r26,0r0,32","w":100},"<":{"d":"57,-92r152,71r0,23r-180,-84r0,-20r180,-80r0,23","w":237},"=":{"d":"209,-136r0,22r-180,0r0,-22r180,0xm209,-66r0,21r-180,0r0,-21r180,0","w":237},">":{"d":"209,-102r0,20r-180,84r0,-23r151,-71r-151,-67r0,-23","w":237},"?":{"d":"170,-198v0,55,-79,64,-71,132r-21,0v0,-26,1,-46,20,-66v21,-22,49,-41,49,-68v0,-26,-20,-47,-56,-47v-35,0,-56,27,-55,61r-22,0v-4,-48,30,-80,77,-80v49,0,79,27,79,68xm102,0r-26,0r0,-32r26,0r0,32","w":180},"@":{"d":"246,-60r21,0v-23,42,-69,67,-116,67v-77,0,-137,-62,-137,-138v0,-75,62,-135,135,-135v69,0,125,48,125,114v0,57,-45,105,-84,105v-13,0,-27,-6,-31,-19v-31,34,-97,15,-93,-36v-7,-63,81,-152,129,-85r6,-17r24,0r-36,109v-5,16,-8,29,6,29v30,0,57,-49,57,-87v0,-59,-48,-95,-102,-95v-67,0,-114,55,-114,120v0,65,50,117,115,117v37,0,73,-18,95,-49xm121,-71v33,0,60,-60,60,-92v0,-14,-10,-27,-25,-27v-38,0,-63,53,-63,86v0,17,10,33,28,33","w":288},"A":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0","w":240},"B":{"d":"54,-124r0,103v63,-2,141,15,141,-52v0,-65,-79,-49,-141,-51xm54,-238r0,93v57,2,139,3,129,-49v10,-49,-73,-45,-129,-44xm220,-73v2,94,-105,70,-191,73r0,-259r94,0v61,0,85,26,85,65v0,36,-21,52,-42,56v36,5,54,31,54,65","w":240},"C":{"d":"238,-184r-25,0v-10,-44,-38,-61,-82,-61v-63,0,-89,54,-89,115v0,58,21,116,92,116v45,0,72,-30,82,-71r25,0v-12,50,-43,92,-112,92v-80,0,-112,-64,-112,-137v0,-99,52,-136,121,-136v53,0,92,28,100,82","w":259},"D":{"d":"210,-32v-39,48,-107,29,-181,32r0,-259v64,4,128,-15,169,19v59,49,59,150,12,208xm216,-130v0,-59,-29,-117,-104,-108r-58,0r0,217v45,-1,85,6,119,-12v35,-18,43,-62,43,-97","w":259},"E":{"d":"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21","w":219},"F":{"d":"51,0r-24,0r0,-259r167,0r0,21r-143,0r0,93r130,0r0,21r-130,0r0,124"},"G":{"d":"227,-113r-88,0r0,-21r111,0r0,134r-21,0r0,-44v-18,31,-46,51,-97,51v-66,0,-113,-46,-113,-138v0,-76,38,-135,120,-135v54,0,97,27,108,82r-25,0v-9,-39,-42,-61,-81,-61v-68,0,-97,51,-97,124v0,57,35,107,94,107v44,0,94,-41,89,-99","w":280},"H":{"d":"53,0r-24,0r0,-259r24,0r0,111r154,0r0,-111r24,0r0,259r-24,0r0,-127r-154,0r0,127","w":259},"I":{"d":"62,0r-24,0r0,-259r24,0r0,259","w":100},"J":{"d":"8,-82r24,0v0,32,2,67,47,67v33,0,46,-21,46,-57r0,-187r24,0r0,188v0,50,-23,78,-73,78v-58,0,-68,-43,-68,-89","w":180},"K":{"d":"55,0r-24,0r0,-259r24,0r0,134r133,-134r28,0r-103,103r121,156r-30,0r-108,-141r-41,41r0,100","w":240},"L":{"d":"193,0r-164,0r0,-259r25,0r0,238r139,0r0,21"},"M":{"d":"53,0r-25,0r0,-259r38,0r85,228r84,-228r37,0r0,259r-25,0r0,-231r-85,231r-23,0r-86,-231r0,231","w":299},"N":{"d":"203,0r-150,-226r0,226r-25,0r0,-259r28,0r151,226r0,-226r24,0r0,259r-28,0","w":259},"O":{"d":"19,-129v0,-76,43,-137,120,-137v81,0,122,61,122,137v0,75,-41,136,-121,136v-80,0,-121,-61,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-67,0,-95,56,-95,116v0,61,28,115,96,115","w":280},"P":{"d":"53,0r-25,0r0,-259r95,0v67,0,84,33,84,72v0,78,-79,74,-154,73r0,114xm53,-135v61,-1,130,10,130,-54v0,-54,-72,-51,-130,-49r0,103","w":219},"Q":{"d":"220,-24r35,26r-14,17r-38,-30v-18,11,-39,18,-65,18v-80,0,-121,-61,-121,-136v0,-72,39,-137,120,-137v73,0,122,49,122,137v0,42,-13,80,-39,105xm167,-65r35,26v22,-21,32,-54,32,-90v0,-77,-41,-116,-96,-116v-67,0,-96,56,-96,116v0,62,28,115,96,115v18,0,34,-5,46,-12r-30,-22","w":280},"R":{"d":"53,-139v62,-1,142,13,141,-51v-1,-67,-80,-44,-141,-48r0,99xm176,-128v50,10,26,105,44,128r-27,0v-10,-18,-7,-66,-11,-86v-12,-51,-77,-26,-129,-32r0,118r-24,0r0,-259v82,1,190,-16,190,68v0,33,-13,50,-43,63","w":240},"S":{"d":"15,-77r24,0v4,46,35,63,75,63v46,0,66,-26,66,-54v0,-80,-158,-27,-158,-129v0,-36,29,-69,87,-69v58,0,88,35,88,77r-24,0v0,-40,-31,-56,-64,-56v-50,0,-67,30,-63,57v11,67,158,19,158,119v0,48,-35,76,-95,76v-54,0,-94,-28,-94,-84","w":219},"T":{"d":"6,-238r0,-21r188,0r0,21r-82,0r0,238r-24,0r0,-238r-82,0"},"U":{"d":"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,67,-33,105,-100,105v-68,0,-100,-39,-100,-105","w":259},"V":{"d":"96,0r-90,-259r26,0r78,230r78,-230r25,0r-90,259r-27,0","w":219},"W":{"d":"174,-259r59,224r57,-224r25,0r-68,259r-27,0r-61,-229r-60,229r-27,0r-67,-259r25,0r56,224r60,-224r28,0","w":320},"X":{"d":"185,0r-76,-114r-75,114r-28,0r90,-133r-86,-126r29,0r70,109r72,-109r28,0r-85,126r89,133r-28,0","w":219},"Y":{"d":"32,-259r77,125r78,-125r28,0r-94,146r0,113r-24,0r0,-111r-93,-148r28,0","w":219},"Z":{"d":"208,0r-197,0r0,-21r166,-217r-152,0r0,-21r182,0r0,20r-166,218r167,0r0,21","w":219},"[":{"d":"101,69r-68,0r0,-335r69,0r0,18r-46,0r0,299r45,0r0,18","w":119},"\\":{"d":"81,32r-85,-298r21,0r84,298r-20,0","w":100},"]":{"d":"87,-266r0,335r-69,0r0,-18r46,0r0,-299r-45,0r0,-18r68,0","w":119},"^":{"d":"47,-88r-21,0r83,-163r19,0r83,163r-21,0r-72,-141","w":237},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"25,-178v-1,-36,-3,-76,26,-81v2,22,-17,19,-12,49r12,0r0,32r-26,0","w":79},"a":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17"},"b":{"d":"50,-94v0,45,22,80,63,80v36,0,64,-26,64,-73v0,-47,-19,-85,-64,-85v-39,0,-63,36,-63,78xm51,-33v-3,8,0,23,-1,33r-22,0r0,-259r22,0r0,102v14,-23,41,-35,67,-35v57,0,83,47,83,99v0,55,-24,98,-84,98v-24,0,-52,-14,-65,-38","w":219},"c":{"d":"180,-128r-22,0v-8,-28,-26,-44,-55,-44v-85,1,-86,157,0,158v32,0,52,-19,57,-50r23,0v-8,41,-33,69,-80,69v-59,0,-86,-43,-86,-98v0,-52,30,-99,86,-99v43,0,71,21,77,64"},"d":{"d":"170,-94v0,-42,-24,-78,-63,-78v-45,0,-64,38,-64,85v0,47,28,73,64,73v41,0,63,-35,63,-80xm170,-157r0,-102r22,0r0,259r-22,0v-1,-10,2,-25,-1,-33v-13,24,-41,38,-65,38v-60,0,-84,-43,-84,-98v0,-52,26,-99,83,-99v26,0,53,12,67,35","w":219},"e":{"d":"39,-106r122,0v0,-36,-20,-66,-59,-66v-38,0,-59,31,-63,66xm184,-88r-145,0v0,40,22,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-33,62,-81,62v-60,0,-86,-43,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104"},"f":{"d":"35,-168r-28,0r0,-18r28,0v-4,-49,5,-88,58,-77r0,20v-36,-10,-39,21,-36,57r36,0r0,18r-36,0r0,168r-22,0r0,-168","w":100},"g":{"d":"170,-93v0,-45,-22,-79,-63,-79v-36,0,-64,26,-64,73v0,47,19,85,64,85v39,0,63,-37,63,-79xm169,-154v3,-8,0,-22,1,-32r22,0r0,168v0,50,-17,94,-88,94v-55,0,-78,-31,-79,-53r23,0v6,28,30,34,56,34v59,0,67,-44,66,-87v-14,23,-41,35,-67,35v-57,0,-83,-47,-83,-99v0,-55,24,-98,84,-98v24,0,52,14,65,38","w":219},"h":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-259r22,0r0,98v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172"},"i":{"d":"51,0r-22,0r0,-186r22,0r0,186xm52,-227r-24,0r0,-32r24,0r0,32","w":79},"j":{"d":"32,-186r21,0r0,211v4,38,-12,53,-51,47r0,-19v25,3,30,-6,30,-25r0,-214xm54,-259r0,32r-23,0r0,-32r23,0","w":79},"k":{"d":"46,0r-22,0r0,-259r22,0r0,161r92,-88r29,0r-70,67r78,119r-24,0r-70,-104r-35,33r0,71","w":180},"l":{"d":"51,0r-22,0r0,-259r22,0r0,259","w":79},"m":{"d":"99,-172v-68,0,-53,98,-54,172r-22,0r0,-186r22,0r0,28v11,-21,34,-34,58,-34v35,0,47,16,55,36v12,-24,34,-36,61,-36v91,0,46,114,57,192r-21,0r0,-129v0,-27,-9,-43,-40,-43v-68,0,-53,98,-54,172r-22,0r0,-129v0,-27,-9,-43,-40,-43","w":299},"n":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-186r22,0r0,25v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172"},"o":{"d":"100,5v-48,0,-86,-33,-86,-98v0,-54,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79"},"p":{"d":"50,-93v0,42,24,79,63,79v45,0,64,-38,64,-85v0,-47,-28,-73,-64,-73v-41,0,-63,34,-63,79xm50,-30r0,103r-22,0r0,-259r22,0v1,10,-2,24,1,32v13,-24,41,-38,65,-38v60,0,84,43,84,98v0,52,-26,99,-83,99v-26,0,-53,-12,-67,-35","w":219},"q":{"d":"170,-94v0,-42,-24,-78,-63,-78v-45,0,-64,38,-64,85v0,47,28,73,64,73v41,0,63,-35,63,-80xm169,-154v3,-8,0,-22,1,-32r22,0r0,259r-22,0r0,-103v-14,23,-41,35,-67,35v-57,0,-83,-47,-83,-99v0,-55,24,-98,84,-98v24,0,52,14,65,38","w":219},"r":{"d":"110,-168v-82,-1,-57,94,-61,168r-22,0r0,-186r22,0r0,34v12,-30,30,-40,61,-40r0,24","w":119},"s":{"d":"17,-58r22,0v7,32,23,44,55,44v31,0,46,-17,46,-35v0,-54,-119,-16,-119,-89v0,-31,24,-54,65,-54v40,0,67,17,72,59r-22,0v1,-51,-92,-51,-92,-7v0,51,119,19,119,91v0,36,-32,54,-76,54v-44,0,-68,-28,-70,-63","w":180},"t":{"d":"91,-17r0,18v-25,8,-58,7,-58,-33r0,-136r-26,0r0,-18r26,0r0,-52r22,0r0,52r35,0r0,18r-35,0r0,127v-5,27,16,31,36,24","w":100},"u":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-12,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-29,172,47,172"},"v":{"d":"77,0r-71,-186r24,0r60,159r60,-159r24,0r-72,186r-25,0","w":180},"w":{"d":"143,-186r41,157r49,-157r22,0r-61,186r-23,0r-41,-157r-42,157r-26,0r-57,-186r22,0r48,159r43,-159r25,0","w":259},"x":{"d":"147,0r-56,-81r-58,81r-27,0r72,-96r-66,-90r27,0r51,74r53,-74r28,0r-68,90r70,96r-26,0","w":180},"y":{"d":"24,71r0,-20v37,13,46,-28,55,-50r-73,-187r25,0r59,160r60,-160r24,0r-70,183v-23,55,-28,85,-80,74","w":180},"z":{"d":"168,0r-156,0r0,-19r124,-149r-116,0r0,-18r143,0r0,19r-123,149r128,0r0,18","w":180},"{":{"d":"16,-98v74,-11,-22,-173,82,-167v-64,14,7,144,-59,167v68,10,-9,146,61,167v-72,8,-54,-66,-54,-126v0,-22,-6,-36,-30,-41","w":119},"|":{"d":"29,-270r22,0r0,360r-22,0r0,-360","w":79},"}":{"d":"18,-267v73,-8,55,65,55,125v0,22,6,37,30,42v-76,9,23,173,-82,167v64,-14,-8,-146,59,-167v-68,-10,10,-149,-62,-167","w":119},"~":{"d":"158,-71v-26,-1,-52,-25,-78,-25v-19,0,-31,19,-39,33r-12,-17v10,-15,25,-37,51,-37v24,0,58,26,79,26v16,0,28,-18,35,-31r15,12v-10,19,-27,39,-51,39","w":237},"\u00a1":{"d":"52,-127r16,0r5,114r0,80r-26,0r0,-80xm73,-160r-26,0r0,-32r26,0r0,32","w":119},"\u00a2":{"d":"69,-24r48,-146v-82,-19,-103,105,-48,146xm132,-164r-48,147v39,11,70,-10,75,-47r23,0v-4,44,-48,80,-105,66r-16,49r-17,0r18,-54v-31,-15,-46,-49,-46,-90v1,-71,44,-108,107,-97r15,-43r17,0r-16,48v22,9,36,28,40,57r-22,0v-4,-16,-13,-28,-25,-36"},"\u00a3":{"d":"128,5v-31,-7,-71,-27,-101,-4r-13,-21v29,-20,49,-57,31,-96r-36,0r0,-15r29,0v-6,-13,-19,-28,-19,-57v0,-38,27,-66,80,-66v48,0,83,30,82,78r-24,0v6,-73,-115,-78,-115,-11v0,22,14,38,24,56r60,0r0,15r-54,0v15,39,-13,70,-30,93v30,-21,67,5,98,5v17,0,28,-10,39,-21r12,19v-21,19,-34,25,-63,25"},"\u2044":{"d":"-41,5r-18,0r160,-259r18,0","w":60},"\u00a5":{"d":"29,-259r71,125r72,-125r27,0r-62,103r40,0r0,19r-52,0v-5,12,-15,19,-13,39r65,0r0,20r-65,0r0,78r-23,0r0,-78r-66,0r0,-20r66,0v2,-20,-8,-27,-14,-39r-52,0r0,-19r40,0r-62,-103r28,0"},"\u0192":{"d":"194,-257r-7,18v-9,-4,-14,-7,-28,-5v-28,5,-28,51,-37,83r41,0r0,17r-44,0v-23,79,-11,233,-114,211r7,-21v53,21,52,-38,73,-132r10,-58r-40,0r0,-17r43,0v7,-47,32,-127,96,-96"},"\u00a7":{"d":"163,-83v-10,-44,-64,-53,-95,-78v-42,13,-33,56,-1,77r64,42v16,-9,32,-21,32,-41xm141,12v0,-67,-121,-62,-124,-133v0,-24,18,-42,39,-51v-36,-35,-19,-94,46,-94v40,0,62,24,62,64r-19,0v-1,-30,-14,-45,-45,-45v-23,0,-40,11,-40,35v0,49,123,63,123,126v0,28,-19,42,-40,56v5,5,21,17,21,39v0,37,-28,56,-63,56v-41,0,-65,-25,-67,-65r22,0v0,30,15,46,45,46v20,0,40,-12,40,-34"},"\u00a4":{"d":"12,-40r15,-15v-23,-31,-23,-76,0,-107r-15,-16r18,-19r16,16v31,-24,78,-24,108,0r16,-16r19,19r-16,16v22,32,23,76,0,107r16,15r-19,19r-16,-15v-31,24,-78,24,-108,0r-16,15xm102,-173v-37,0,-66,28,-66,65v0,35,28,64,63,64v36,0,66,-28,66,-65v0,-34,-28,-64,-63,-64"},"'":{"d":"31,-178r0,-81r18,0r0,81r-18,0","w":79},"\u201c":{"d":"85,-178v-1,-37,-2,-76,27,-81v2,22,-18,19,-13,49r13,0r0,32r-27,0xm31,-178v-1,-36,-3,-76,26,-81v2,22,-17,19,-12,49r12,0r0,32r-26,0","w":140},"\u00ab":{"d":"107,-82r0,-23r52,-40r0,22r-37,30r37,29r0,22xm41,-82r0,-23r52,-40r0,22r-37,30r37,29r0,22"},"\u2039":{"d":"44,-82r0,-23r52,-40r0,22r-37,30r37,29r0,22","w":140},"\u203a":{"d":"96,-105r0,22r-52,41r0,-23r37,-29r-37,-29r0,-22","w":140},"\ufb01":{"d":"33,-168r-28,0r0,-18r28,0v-4,-49,5,-88,58,-77r0,20v-36,-10,-39,21,-36,57r35,0r0,18r-35,0r0,168r-22,0r0,-168xm156,0r-22,0r0,-186r22,0r0,186xm157,-259r0,32r-24,0r0,-32r24,0","w":180},"\ufb02":{"d":"33,-168r-28,0r0,-18r28,0v-4,-49,5,-88,58,-77r0,20v-36,-10,-39,21,-36,57r35,0r0,18r-35,0r0,168r-22,0r0,-168xm156,0r-22,0r0,-259r22,0r0,259","w":180},"\u2013":{"d":"180,-102r0,16r-180,0r0,-16r180,0","w":180},"\u2020":{"d":"89,60r0,-217r-76,0r0,-19r76,0r0,-83r22,0r0,83r76,0r0,19r-76,0r0,217r-22,0"},"\u2021":{"d":"89,-39r0,-120r-76,0r0,-20r76,0r0,-80r22,0r0,80r76,0r0,20r-76,0r0,120r76,0r0,19r-76,0r0,80r-22,0r0,-80r-76,0r0,-19r76,0"},"\u00b7":{"d":"32,-126v0,-24,35,-20,35,0v0,9,-7,18,-17,18v-10,0,-18,-9,-18,-18","w":100},"\u00b6":{"d":"93,53r0,-174v-37,0,-69,-31,-69,-68v0,-74,81,-73,158,-70r0,312r-21,0r0,-288r-47,0r0,288r-21,0","w":234},"\u2022":{"d":"155,-129v0,35,-29,64,-65,64v-35,0,-65,-29,-65,-64v0,-36,30,-65,65,-65v36,0,65,29,65,65","w":180},"\u201a":{"d":"55,-32v1,36,3,76,-26,81v-2,-22,17,-19,12,-49r-12,0r0,-32r26,0","w":79},"\u201e":{"d":"109,-32v1,36,3,76,-26,81v-2,-22,17,-19,12,-49r-12,0r0,-32r26,0xm55,-32v1,37,2,76,-27,81v-2,-22,18,-19,13,-49r-13,0r0,-32r27,0","w":140},"\u201d":{"d":"109,-259v1,36,3,75,-26,81v-2,-22,17,-20,12,-50r-12,0r0,-31r26,0xm55,-259v1,37,2,75,-27,81v-3,-23,18,-19,13,-50r-13,0r0,-31r27,0","w":140},"\u00bb":{"d":"159,-105r0,22r-52,41r0,-23r37,-29r-37,-29r0,-22xm93,-105r0,22r-52,41r0,-23r37,-29r-37,-29r0,-22"},"\u2026":{"d":"73,0r-26,0r0,-32r26,0r0,32xm193,0r-26,0r0,-32r26,0r0,32xm313,0r-26,0r0,-32r26,0r0,32","w":360},"\u2030":{"d":"301,-108v30,0,54,25,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54v0,-29,25,-54,54,-54xm301,-21v17,0,33,-16,33,-33v0,-18,-15,-33,-33,-33v-18,0,-34,15,-34,33v0,18,16,33,34,33xm59,-251v29,0,54,23,54,53v0,30,-24,54,-54,54v-30,0,-54,-25,-54,-54v0,-29,25,-53,54,-53xm59,-231v-18,0,-33,15,-33,33v0,18,15,34,33,34v18,0,33,-16,33,-34v0,-18,-15,-33,-33,-33xm170,-108v29,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-53,-25,-53,-54v0,-29,24,-54,53,-54xm170,-21v17,0,34,-15,34,-33v0,-18,-16,-33,-34,-33v-18,0,-33,15,-33,33v0,18,16,33,33,33xm50,5r-19,0r146,-259r20,0","w":360},"\u00bf":{"d":"10,7v-1,-55,80,-64,71,-133r21,0v0,26,-1,47,-20,67v-21,22,-49,41,-49,68v0,26,20,46,56,46v35,0,56,-27,55,-61r22,0v4,48,-30,81,-77,81v-49,0,-79,-27,-79,-68xm78,-192r26,0r0,32r-26,0r0,-32","w":180},"`":{"d":"66,-207r-50,-50r28,0r40,50r-18,0","w":119},"\u00b4":{"d":"58,-207r-19,0r40,-50r28,0","w":119},"\u02c6":{"d":"62,-243r-30,36r-23,0r41,-50r24,0r40,50r-23,0","w":119},"\u02dc":{"d":"118,-248v-1,20,-11,36,-29,36v-26,0,-61,-36,-70,1r-13,0v1,-22,19,-39,39,-34v20,5,55,30,60,-3r13,0","w":119},"\u00af":{"d":"8,-220r0,-17r107,0r0,17r-107,0","w":119},"\u02d8":{"d":"10,-254r14,0v5,39,70,39,76,0r14,0v-3,30,-24,45,-54,45v-28,0,-48,-17,-50,-45","w":119},"\u02d9":{"d":"48,-210r0,-37r24,0r0,37r-24,0","w":119},"\u00a8":{"d":"22,-210r0,-37r23,0r0,37r-23,0xm79,-210r0,-37r23,0r0,37r-23,0","w":119},"\u02da":{"d":"60,-208v-19,0,-36,-17,-36,-36v0,-19,17,-36,36,-36v19,0,36,17,36,36v0,19,-17,36,-36,36xm60,-220v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24v-13,0,-24,11,-24,24v0,13,11,24,24,24","w":119},"\u00b8":{"d":"19,68r6,-11v17,8,47,9,47,-12v0,-23,-30,-7,-40,-15v12,-10,11,-33,36,-30r-17,21v18,-7,39,4,41,17v5,39,-43,43,-73,30","w":119},"\u02dd":{"d":"58,-207r-19,0r40,-50r28,0xm116,-207r-18,0r40,-50r27,0","w":119},"\u02db":{"d":"27,37v1,-20,18,-43,45,-36v-26,5,-43,51,-5,52v5,0,10,-2,15,-4r0,16v-25,8,-55,0,-55,-28","w":119},"\u02c7":{"d":"62,-220r29,-37r23,0r-40,50r-24,0r-41,-50r23,0","w":119},"\u2014":{"d":"360,-86r-360,0r0,-16r360,0r0,16","w":360},"\u00c6":{"d":"26,0r-24,0r112,-259r227,0r0,21r-147,0r0,93r134,0r0,21r-134,0r0,103r152,0r0,21r-176,0r0,-81r-109,0xm129,-238r-58,136r99,0r0,-136r-41,0","w":360},"\u00aa":{"d":"88,-210v-24,11,-71,1,-71,30v0,36,73,23,71,-12r0,-18xm117,-152v-10,5,-33,1,-29,-15v-20,25,-82,29,-85,-13v-2,-25,30,-35,61,-36v9,0,27,-3,24,-15v0,-13,-8,-24,-30,-24v-19,0,-32,7,-35,26r-15,0v-1,-47,94,-53,94,-2r0,61v0,10,3,12,15,8r0,10","w":120},"\u0141":{"d":"193,0r-164,0r0,-130r-29,15r0,-22r29,-14r0,-108r25,0r0,90r29,-15r0,22r-29,14r0,127r139,0r0,21"},"\u00d8":{"d":"63,-53r143,-164v-14,-15,-35,-28,-68,-28v-96,-2,-118,124,-75,192xm217,-202r-142,163v15,15,36,25,64,25v95,2,116,-115,78,-188xm221,-235r30,-34r14,13r-31,36v14,15,26,48,26,91v0,75,-41,136,-121,136v-33,0,-59,-11,-79,-29r-31,35r-14,-12r32,-36v-61,-79,-23,-231,91,-231v32,0,61,9,83,31","w":280},"\u0152":{"d":"127,-14v35,1,70,-26,70,-66r0,-99v0,-43,-27,-66,-72,-66v-54,0,-86,39,-86,115v0,68,26,116,88,116xm198,0r0,-26v-17,17,-37,33,-72,33v-79,0,-111,-65,-111,-136v0,-75,33,-137,110,-137v31,0,56,7,73,34r0,-27r147,0r0,21r-124,0r0,93r116,0r0,21r-116,0r0,103r127,0r0,21r-150,0","w":360},"\u00ba":{"d":"60,-148v-31,0,-56,-20,-56,-59v0,-33,19,-59,56,-59v38,0,56,26,56,59v0,35,-22,59,-56,59xm18,-207v0,28,15,48,42,48v30,0,42,-24,42,-48v0,-26,-12,-48,-42,-48v-30,0,-42,24,-42,48","w":120},"\u00e6":{"d":"76,-14v55,-1,70,-32,65,-85v-34,18,-104,1,-104,48v0,24,15,37,39,37xm165,-106r117,0v0,-36,-19,-66,-57,-66v-45,0,-60,40,-60,66xm14,-48v0,-38,36,-57,85,-60v37,-2,42,-8,42,-23v0,-32,-12,-41,-45,-41v-29,0,-48,11,-52,41r-22,0v3,-42,34,-61,73,-61v24,0,56,6,66,31v16,-24,37,-31,65,-31v62,0,79,47,79,104r-140,0v0,40,17,74,61,74v28,0,48,-17,55,-44r22,0v-10,73,-118,85,-150,22v-14,19,-33,41,-79,41v-33,0,-60,-17,-60,-53","w":320},"\u0131":{"d":"50,0r-22,0r0,-186r22,0r0,186","w":79},"\u0142":{"d":"51,0r-22,0r0,-122r-25,14r0,-22r25,-14r0,-115r22,0r0,97r25,-14r0,21r-25,15r0,140","w":79},"\u00f8":{"d":"49,-45r93,-111v-6,-8,-20,-16,-41,-16v-64,0,-77,84,-52,127xm153,-143r-95,112v11,11,28,17,43,17v63,0,76,-80,52,-129xm45,-15r-19,23r-13,-10r20,-25v-40,-60,-16,-165,68,-165v23,0,41,8,55,20r19,-23r13,11r-20,24v41,58,15,165,-67,165v-27,0,-46,-10,-56,-20"},"\u0153":{"d":"325,-88r-141,0v-3,27,14,74,63,74v27,0,48,-18,54,-44r22,0v-10,78,-125,80,-151,18v-38,77,-159,51,-159,-53v0,-54,26,-99,85,-99v35,0,59,14,74,45v16,-30,39,-45,74,-45v65,0,79,50,79,104xm36,-90v0,41,20,76,62,76v41,0,63,-34,63,-83v0,-44,-22,-75,-65,-75v-39,0,-60,31,-60,82xm184,-106r118,0v0,-38,-17,-66,-57,-66v-37,0,-59,30,-61,66","w":339},"\u00df":{"d":"76,-135r0,-18v32,-1,56,-12,56,-45v0,-27,-13,-47,-45,-47v-42,0,-47,21,-47,53r0,192r-21,0r0,-196v0,-44,22,-68,67,-68v69,0,94,90,39,119v74,28,38,176,-49,148r0,-19v35,6,66,-13,66,-56v0,-45,-20,-63,-66,-63","w":180},"\u00b9":{"d":"74,-114r0,-113r-43,0r0,-9v25,-1,41,-4,46,-30r12,0r0,152r-15,0","w":119},"\u2212":{"d":"29,-79r0,-22r180,0r0,22r-180,0","w":237},"\u00b0":{"d":"126,-200v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54v0,-30,24,-54,54,-54v30,0,54,24,54,54xm112,-200v0,-22,-18,-39,-40,-39v-22,0,-40,17,-40,39v0,22,18,40,40,40v22,0,40,-18,40,-40","w":144},"\u00f3":{"d":"100,5v-48,0,-86,-33,-86,-98v0,-54,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79xm98,-207r-18,0r40,-50r27,0"},"\u00d6":{"d":"19,-129v0,-76,43,-137,120,-137v81,0,122,61,122,137v0,75,-41,136,-121,136v-80,0,-121,-61,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-67,0,-95,56,-95,116v0,61,28,115,96,115xm102,-283r0,-37r23,0r0,37r-23,0xm159,-283r0,-37r24,0r0,37r-24,0","w":280},"\u00f6":{"d":"100,5v-48,0,-86,-33,-86,-98v0,-54,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79xm62,-210r0,-37r23,0r0,37r-23,0xm119,-210r0,-37r24,0r0,37r-24,0"},"\u00ca":{"d":"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21xm112,-316r-30,37r-23,0r41,-50r24,0r41,50r-24,0","w":219},"\u00fb":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-12,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-29,172,47,172xm102,-243r-30,36r-23,0r41,-50r24,0r41,50r-24,0"},"\u00bc":{"d":"248,0r0,-37r-75,0r0,-12r76,-102r14,0r0,102r23,0r0,12r-23,0r0,37r-15,0xm248,-130r-60,81r60,0r0,-81xm79,5r-19,0r160,-259r19,0xm57,-114r0,-113r-43,0r0,-9v25,-1,41,-4,46,-30r12,0r0,152r-15,0","w":300},"\u00ac":{"d":"186,-40r0,-74r-157,0r0,-22r180,0r0,96r-23,0","w":237},"\u00cb":{"d":"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21xm72,-283r0,-37r23,0r0,37r-23,0xm129,-283r0,-37r23,0r0,37r-23,0","w":219},"\u00bd":{"d":"64,5r-18,0r160,-259r18,0xm57,-114r0,-113r-43,0r0,-9v25,-1,41,-4,46,-30r12,0r0,152r-15,0xm177,0v-3,-65,93,-67,93,-109v0,-20,-17,-32,-37,-32v-22,0,-37,18,-36,39r-16,0v0,-30,22,-50,54,-50v33,0,51,19,51,42v-1,57,-84,49,-93,98r91,0r0,12r-107,0","w":300},"\u00d5":{"d":"19,-129v0,-76,43,-137,120,-137v81,0,122,61,122,137v0,75,-41,136,-121,136v-80,0,-121,-61,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-67,0,-95,56,-95,116v0,61,28,115,96,115xm199,-320v-2,19,-12,35,-30,35v-26,0,-60,-34,-70,1r-13,0v1,-22,19,-39,39,-34v20,5,55,32,60,-2r14,0","w":280},"\u00fa":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-12,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-29,172,47,172xm98,-207r-18,0r40,-50r27,0"},"\u00e9":{"d":"39,-106r122,0v0,-36,-20,-66,-59,-66v-38,0,-59,31,-63,66xm184,-88r-145,0v0,40,22,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-33,62,-81,62v-60,0,-86,-43,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104xm98,-207r-18,0r40,-50r27,0"},"\u00ed":{"d":"50,0r-22,0r0,-186r22,0r0,186xm30,-207r-18,0r40,-50r28,0","w":79},"\u00d0":{"d":"216,-130v0,-59,-29,-117,-104,-108r-58,0r0,90r58,0r0,21r-58,0r0,106v45,-1,85,6,119,-12v35,-18,43,-62,43,-97xm29,-148r0,-111v64,4,128,-15,169,19v59,49,59,150,12,208v-39,48,-107,29,-181,32r0,-127r-25,0r0,-21r25,0","w":259},"\u00ee":{"d":"50,0r-22,0r0,-186r22,0r0,186xm34,-243r-29,36r-24,0r41,-50r24,0r41,50r-23,0","w":79},"\u00ae":{"d":"144,7v-76,0,-136,-61,-136,-137v0,-75,60,-136,136,-136v75,0,136,61,136,136v0,76,-61,137,-136,137xm144,-11v66,0,115,-52,115,-119v0,-66,-49,-118,-115,-118v-67,0,-115,52,-115,118v0,67,48,119,115,119xm166,-124r46,70r-22,0r-43,-70r-35,0r0,70r-18,0r0,-152v49,0,120,-8,120,40v0,30,-21,41,-48,42xm112,-139v36,-3,82,13,82,-27v0,-39,-47,-24,-82,-27r0,54","w":288},"\u00a6":{"d":"29,-243r22,0r0,126r-22,0r0,-126xm29,-63r22,0r0,126r-22,0r0,-126","w":79},"\u00fe":{"d":"50,-93v0,42,24,79,63,79v45,0,64,-38,64,-85v0,-47,-28,-73,-64,-73v-41,0,-63,34,-63,79xm50,-30r0,103r-22,0r0,-332r22,0r1,105v13,-24,41,-38,65,-38v60,0,84,43,84,98v0,52,-26,99,-83,99v-26,0,-53,-12,-67,-35","w":219},"\u00c3":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0xm179,-320v-2,19,-12,35,-30,35v-26,0,-61,-35,-70,1r-13,0v1,-22,19,-39,39,-34v20,5,55,32,60,-2r14,0","w":240},"\u00fd":{"d":"24,71r0,-20v37,13,46,-28,55,-50r-73,-187r25,0r59,160r60,-160r24,0r-70,183v-23,55,-28,85,-80,74xm88,-207r-19,0r40,-50r28,0","w":180},"\u00c1":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0xm118,-279r-19,0r40,-50r28,0","w":240},"\u00c7":{"d":"238,-184r-25,0v-10,-44,-38,-61,-82,-61v-63,0,-89,54,-89,115v0,58,21,116,92,116v45,0,72,-30,82,-71r25,0v-11,49,-41,90,-108,91r-12,15v18,-7,39,4,41,17v5,39,-43,44,-72,30r5,-11v17,8,47,9,47,-12v0,-23,-30,-7,-39,-15r17,-24v-73,-5,-103,-65,-103,-136v0,-99,52,-136,121,-136v53,0,92,28,100,82","w":259},"\u00f1":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-186r22,0r0,25v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172xm159,-248v-2,19,-12,36,-30,36v-26,0,-60,-36,-70,1r-13,0v1,-22,19,-39,39,-34v20,5,55,30,60,-3r14,0"},"\u00f0":{"d":"163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79xm118,-229r-22,18r-13,-9r23,-18v-8,-6,-18,-11,-29,-16r15,-12v10,4,20,9,29,16r19,-16r14,9r-22,17v33,32,54,83,54,147v0,59,-34,98,-86,98v-48,0,-86,-33,-86,-98v0,-49,25,-99,85,-99v24,0,35,3,52,17v-9,-24,-19,-41,-33,-54"},"\u00c5":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0xm127,-281v-19,0,-36,-16,-36,-35v0,-19,17,-36,36,-36v19,0,36,17,36,36v0,19,-17,35,-36,35xm127,-293v13,0,24,-10,24,-23v0,-13,-11,-25,-24,-25v-13,0,-24,12,-24,25v0,13,11,23,24,23","w":240},"\u03bc":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-12,13,-27,31,-60,31v-20,0,-35,-5,-44,-11r0,79r-22,0r0,-259r22,0v8,66,-29,172,47,172"},"\u00d9":{"d":"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,67,-33,105,-100,105v-68,0,-100,-39,-100,-105xm136,-279r-50,-50r28,0r40,50r-18,0","w":259},"\u00c8":{"d":"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21xm116,-279r-50,-50r28,0r40,50r-18,0","w":219},"\u0160":{"d":"15,-77r24,0v4,46,35,63,75,63v46,0,66,-26,66,-54v0,-80,-158,-27,-158,-129v0,-36,29,-69,87,-69v58,0,88,35,88,77r-24,0v0,-40,-31,-56,-64,-56v-50,0,-67,30,-63,57v11,67,158,19,158,119v0,48,-35,76,-95,76v-54,0,-94,-28,-94,-84xm112,-293r29,-36r24,0r-41,50r-24,0r-41,-50r23,0","w":219},"\u00f5":{"d":"100,5v-48,0,-86,-33,-86,-98v0,-54,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79xm159,-248v-2,19,-12,36,-30,36v-26,0,-60,-36,-70,1r-13,0v1,-22,19,-39,39,-34v20,5,55,30,60,-3r14,0"},"\u00d1":{"d":"203,0r-150,-226r0,226r-25,0r0,-259r28,0r151,226r0,-226r24,0r0,259r-28,0xm189,-320v-2,19,-12,35,-30,35v-26,0,-60,-34,-70,1r-13,0v1,-22,19,-39,39,-34v20,5,55,32,60,-2r14,0","w":259},"\u00da":{"d":"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,67,-33,105,-100,105v-68,0,-100,-39,-100,-105xm128,-279r-19,0r40,-50r28,0","w":259},"\u00c2":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0xm122,-316r-30,37r-23,0r41,-50r24,0r41,50r-24,0","w":240},"\u00f4":{"d":"100,5v-48,0,-86,-33,-86,-98v0,-54,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79xm102,-243r-30,36r-23,0r41,-50r24,0r41,50r-24,0"},"\u00ff":{"d":"24,71r0,-20v37,13,46,-28,55,-50r-73,-187r25,0r59,160r60,-160r24,0r-70,183v-23,55,-28,85,-80,74xm52,-210r0,-37r23,0r0,37r-23,0xm109,-210r0,-37r23,0r0,37r-23,0","w":180},"\u00c9":{"d":"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21xm108,-279r-19,0r40,-50r28,0","w":219},"\u00d2":{"d":"19,-129v0,-76,43,-137,120,-137v81,0,122,61,122,137v0,75,-41,136,-121,136v-80,0,-121,-61,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-67,0,-95,56,-95,116v0,61,28,115,96,115xm146,-279r-50,-50r29,0r40,50r-19,0","w":280},"\u00e2":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17xm102,-243r-30,36r-23,0r41,-50r24,0r41,50r-24,0"},"\u00d7":{"d":"119,-78r-76,76r-13,-13r76,-76r-76,-76r13,-13r76,76r76,-76r13,13r-76,76r76,76r-13,13","w":237},"\u00f7":{"d":"29,-79r0,-22r180,0r0,22r-180,0xm132,0r-26,0r0,-32r26,0r0,32xm132,-148r-26,0r0,-32r26,0r0,32","w":237},"\u00e7":{"d":"180,-128r-22,0v-8,-28,-26,-44,-55,-44v-85,1,-86,157,0,158v32,0,52,-19,57,-50r23,0v-8,41,-33,68,-79,69r-13,16v18,-7,39,4,41,17v5,39,-42,43,-72,30r5,-11v17,8,47,9,47,-12v0,-23,-30,-7,-39,-15r18,-26v-51,-5,-74,-46,-74,-97v0,-52,30,-99,86,-99v43,0,71,21,77,64"},"\u00b2":{"d":"5,-114v-2,-64,93,-67,93,-109v0,-20,-16,-32,-36,-32v-22,0,-37,18,-36,39r-16,0v0,-30,22,-50,54,-50v33,0,50,19,50,42v-2,57,-84,49,-93,99r92,0r0,11r-108,0","w":119},"\u00f9":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-12,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-29,172,47,172xm106,-207r-49,-50r28,0r40,50r-19,0"},"\u00c0":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0xm126,-279r-50,-50r28,0r40,50r-18,0","w":240},"\u00db":{"d":"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,67,-33,105,-100,105v-68,0,-100,-39,-100,-105xm132,-316r-30,37r-23,0r41,-50r24,0r41,50r-24,0","w":259},"\u017e":{"d":"168,0r-156,0r0,-19r124,-149r-116,0r0,-18r143,0r0,19r-123,149r128,0r0,18xm92,-220r29,-37r24,0r-41,50r-24,0r-41,-50r23,0","w":180},"\u0178":{"d":"32,-259r77,125r78,-125r28,0r-94,146r0,113r-24,0r0,-111r-93,-148r28,0xm72,-283r0,-37r23,0r0,37r-23,0xm129,-283r0,-37r23,0r0,37r-23,0","w":219},"\u00c4":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0xm82,-283r0,-37r23,0r0,37r-23,0xm139,-283r0,-37r23,0r0,37r-23,0","w":240},"\u00ce":{"d":"62,0r-24,0r0,-259r24,0r0,259xm44,-316r-29,37r-24,0r41,-50r25,0r40,50r-23,0","w":100},"\u00ef":{"d":"50,0r-22,0r0,-186r22,0r0,186xm-6,-210r0,-37r24,0r0,37r-24,0xm51,-210r0,-37r24,0r0,37r-24,0","w":79},"\u00d3":{"d":"19,-129v0,-76,43,-137,120,-137v81,0,122,61,122,137v0,75,-41,136,-121,136v-80,0,-121,-61,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-67,0,-95,56,-95,116v0,61,28,115,96,115xm138,-279r-18,0r39,-50r28,0","w":280},"\u00e5":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17xm100,-208v-19,0,-36,-17,-36,-36v0,-19,17,-36,36,-36v19,0,36,17,36,36v0,19,-17,36,-36,36xm100,-220v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24v-13,0,-24,11,-24,24v0,13,11,24,24,24"},"\u00dd":{"d":"32,-259r77,125r78,-125r28,0r-94,146r0,113r-24,0r0,-111r-93,-148r28,0xm108,-279r-19,0r40,-50r28,0","w":219},"\u2122":{"d":"309,-259r0,151r-18,0r-1,-135r-52,135r-13,0r-53,-135r0,135r-18,0r0,-151r34,0r44,112r43,-112r34,0xm126,-259r0,14r-49,0r0,137r-18,0r0,-137r-49,0r0,-14r116,0","w":338},"\u00b3":{"d":"10,-222v-1,-26,24,-47,53,-44v47,-6,65,56,24,72v53,19,30,84,-24,83v-38,0,-55,-12,-59,-47r15,0v0,23,17,36,41,36v24,0,42,-17,41,-35v-1,-25,-24,-32,-53,-30r0,-11v28,0,47,-7,47,-30v0,-19,-16,-27,-35,-27v-21,0,-36,14,-36,33r-14,0","w":119},"\u017d":{"d":"208,0r-197,0r0,-21r166,-217r-152,0r0,-21r182,0r0,20r-166,218r167,0r0,21xm112,-293r29,-36r24,0r-41,50r-24,0r-41,-50r23,0","w":219},"\u00be":{"d":"248,-130r-60,81r60,0r0,-81xm248,0r0,-37r-75,0r0,-12r76,-102r14,0r0,102r23,0r0,12r-23,0r0,37r-15,0xm20,-222v-1,-26,24,-47,53,-44v47,-6,66,57,24,72v53,19,30,84,-24,83v-38,0,-55,-12,-59,-47r16,0v0,23,17,36,41,36v24,0,41,-17,40,-35v-1,-25,-24,-32,-53,-30r0,-11v54,10,63,-59,13,-57v-21,0,-36,14,-36,33r-15,0xm93,5r-18,0r160,-259r18,0","w":300},"\u20ac":{"d":"7,-85r7,-19r22,0v-1,-11,-1,-25,0,-36r-28,0r6,-19r23,0v9,-72,47,-95,86,-95v45,0,62,25,70,42r-10,27v-9,-36,-33,-49,-60,-49v-38,0,-57,31,-63,75r112,0r-7,19r-106,0v-1,11,-1,25,0,36r93,0r-7,19r-84,0v3,77,90,94,122,31r0,31v-49,50,-134,36,-145,-62r-31,0"},"\u00f2":{"d":"100,5v-48,0,-86,-33,-86,-98v0,-54,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79xm106,-207r-49,-50r28,0r40,50r-19,0"},"\u00fc":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-12,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-29,172,47,172xm62,-210r0,-37r23,0r0,37r-23,0xm119,-210r0,-37r24,0r0,37r-24,0"},"\u00eb":{"d":"39,-106r122,0v0,-36,-20,-66,-59,-66v-38,0,-59,31,-63,66xm184,-88r-145,0v0,40,22,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-33,62,-81,62v-60,0,-86,-43,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104xm62,-210r0,-37r23,0r0,37r-23,0xm119,-210r0,-37r24,0r0,37r-24,0"},"\u00b1":{"d":"108,-119r0,-61r22,0r0,61r79,0r0,22r-79,0r0,61r-22,0r0,-61r-79,0r0,-22r79,0xm29,0r0,-22r180,0r0,22r-180,0","w":237},"\u00e1":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17xm98,-207r-18,0r40,-50r27,0"},"\u00cf":{"d":"62,0r-24,0r0,-259r24,0r0,259xm4,-283r0,-37r24,0r0,37r-24,0xm62,-283r0,-37r23,0r0,37r-23,0","w":100},"\u00ec":{"d":"50,0r-22,0r0,-186r22,0r0,186xm46,-207r-50,-50r28,0r40,50r-18,0","w":79},"\u00cd":{"d":"62,0r-24,0r0,-259r24,0r0,259xm40,-279r-18,0r40,-50r28,0","w":100},"\u00a9":{"d":"144,7v-76,0,-136,-61,-136,-137v0,-75,60,-136,136,-136v75,0,136,61,136,136v0,76,-61,137,-136,137xm144,-11v66,0,115,-52,115,-119v0,-66,-49,-118,-115,-118v-67,0,-115,52,-115,118v0,67,48,119,115,119xm194,-105r19,0v-17,89,-145,55,-138,-26v-11,-83,126,-109,138,-27r-19,0v-19,-64,-98,-32,-98,27v0,33,19,63,54,63v21,0,41,-14,44,-37","w":288},"\u00e4":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17xm62,-210r0,-37r23,0r0,37r-23,0xm119,-210r0,-37r24,0r0,37r-24,0"},"\u00e0":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17xm106,-207r-49,-50r28,0r40,50r-19,0"},"\u0161":{"d":"17,-58r22,0v7,32,23,44,55,44v31,0,46,-17,46,-35v0,-54,-119,-16,-119,-89v0,-31,24,-54,65,-54v40,0,67,17,72,59r-22,0v1,-51,-92,-51,-92,-7v0,51,119,19,119,91v0,36,-32,54,-76,54v-44,0,-68,-28,-70,-63xm92,-220r29,-37r24,0r-41,50r-24,0r-41,-50r23,0","w":180},"\u00cc":{"d":"62,0r-24,0r0,-259r24,0r0,259xm56,-279r-50,-50r29,0r40,50r-19,0","w":100},"\u00d4":{"d":"19,-129v0,-76,43,-137,120,-137v81,0,122,61,122,137v0,75,-41,136,-121,136v-80,0,-121,-61,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-67,0,-95,56,-95,116v0,61,28,115,96,115xm142,-316r-30,37r-23,0r41,-50r24,0r41,50r-24,0","w":280},"\u00de":{"d":"53,0r-25,0r0,-259r25,0r0,54r70,0v67,0,84,33,84,72v0,78,-79,74,-154,73r0,60xm53,-81v61,-1,130,10,130,-54v0,-54,-72,-51,-130,-49r0,103","w":219},"\u00e8":{"d":"39,-106r122,0v0,-36,-20,-66,-59,-66v-38,0,-59,31,-63,66xm184,-88r-145,0v0,40,22,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-33,62,-81,62v-60,0,-86,-43,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104xm106,-207r-49,-50r28,0r40,50r-19,0"},"\u00e3":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17xm159,-248v-2,19,-12,36,-30,36v-26,0,-60,-36,-70,1r-13,0v1,-22,19,-39,39,-34v20,5,55,30,60,-3r14,0"},"\u00dc":{"d":"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,67,-33,105,-100,105v-68,0,-100,-39,-100,-105xm92,-283r0,-37r23,0r0,37r-23,0xm149,-283r0,-37r23,0r0,37r-23,0","w":259},"\u00ea":{"d":"39,-106r122,0v0,-36,-20,-66,-59,-66v-38,0,-59,31,-63,66xm184,-88r-145,0v0,40,22,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-33,62,-81,62v-60,0,-86,-43,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104xm102,-243r-30,36r-23,0r41,-50r24,0r41,50r-24,0"},"\u00a0":{"w":100}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.
 All Rights
 * Reserved. This software is the property of Adobe Systems
 Incorporated and its
 * licensors, and may not be reproduced, used, 
 displayed, modified, disclosed or
 * transferred without the express 
 written approval of Adobe.
 
 The digitally
 * encoded machine readable outline data for producing
 the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG
 and/or its subsidiaries. All
 * Rights Reserved.
 This data is the property of Linotype-Hell AG and/or its
 * subsidiaries
 and may not be reproduced, used, displayed, modified, disclosed or
 * 
 transferred without the express written approval of Linotype-Hell AG 
 and/or
 * its subsidiaries.
 12 pt. Helvetica* 75 Bold 07472
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica Neue Bold","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":"5","bbox":"-60 -351 388 78.3653","underline-thickness":"18","underline-position":"-36","stemh":"39","stemv":"51","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":100},"!":{"d":"77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0xm22,0r0,-55r56,0r0,55r-56,0","w":100},"\"":{"d":"98,-141r0,-116r38,0r0,116r-38,0xm31,-141r0,-116r38,0r0,116r-38,0","w":166},"#":{"d":"32,0r10,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0xm122,-148r-35,0r-6,44r35,0"},"$":{"d":"89,-162r0,-59v-16,0,-32,10,-32,30v0,16,9,24,32,29xm111,-105r0,69v18,-2,38,-12,38,-35v0,-19,-10,-26,-38,-34xm89,-111v-40,-11,-83,-22,-83,-75v0,-49,40,-74,83,-77r0,-28r22,0r0,28v43,5,78,27,81,77r-52,0v0,-19,-13,-35,-29,-35r0,64v6,1,12,2,18,4v70,19,72,60,72,84v0,21,-18,70,-90,75r0,31r-22,0r0,-31v-53,-4,-84,-33,-89,-90r51,0v0,27,16,44,38,48r0,-75"},"%":{"d":"27,-186v0,-39,19,-71,61,-71v45,0,59,33,59,73v0,39,-19,67,-61,67v-44,0,-59,-29,-59,-69xm64,-185v0,15,0,41,23,41v22,0,24,-26,24,-41v0,-14,-2,-45,-23,-45v-23,0,-24,28,-24,45xm91,8r149,-268r31,0r-148,268r-32,0xm213,-66v0,-39,19,-69,61,-69v45,0,59,31,59,71v0,39,-19,69,-61,69v-44,0,-59,-31,-59,-71xm249,-66v0,15,1,44,24,44v22,0,23,-28,23,-43v0,-14,-1,-43,-22,-43v-23,0,-25,25,-25,42","w":360},"&":{"d":"111,-165v28,-8,39,-56,3,-61v-34,3,-24,47,-3,61xm140,-60r-44,-53v-18,8,-36,21,-36,42v0,42,62,42,80,11xm188,0r-21,-26v-46,53,-157,37,-155,-46v0,-36,27,-61,57,-75v-14,-17,-24,-32,-24,-54v0,-36,33,-59,67,-59v39,0,70,21,70,62v0,30,-20,50,-46,64r34,40v5,-9,8,-20,9,-30r44,0v-3,23,-11,45,-25,63r53,61r-63,0","w":246},"\u2019":{"d":"24,-202r0,-55r52,0v4,59,-1,110,-52,116r0,-24v18,-6,24,-19,24,-37r-24,0","w":100},"(":{"d":"66,-263r43,0v-53,103,-52,226,0,329r-43,0v-62,-99,-63,-230,0,-329","w":106},")":{"d":"40,66r-43,0v54,-101,53,-226,1,-329r42,0v63,98,64,231,0,329","w":106},"*":{"d":"87,-257r0,45r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0","w":146},"+":{"d":"127,-182r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0","w":216},",":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0","w":100},"-":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},".":{"d":"22,0r0,-55r56,0r0,55r-56,0","w":100},"\/":{"d":"-4,6r100,-269r42,0r-101,269r-41,0","w":133},"0":{"d":"8,-127v0,-98,42,-130,92,-130v50,0,93,32,93,130v0,100,-43,132,-93,132v-50,0,-92,-32,-92,-132xm59,-127v0,28,0,90,41,90v42,0,41,-62,41,-90v0,-26,1,-88,-41,-88v-41,0,-41,62,-41,88"},"1":{"d":"141,-252r0,252r-51,0r0,-163r-63,0r0,-39v36,1,68,-11,73,-50r41,0"},"2":{"d":"191,-178v-1,79,-85,84,-118,134r120,0r0,44r-185,0v0,-58,35,-83,79,-113v22,-15,53,-30,53,-61v0,-24,-16,-39,-38,-39v-30,0,-40,31,-40,58r-49,0v-2,-58,32,-102,92,-102v46,0,86,30,86,79"},"3":{"d":"82,-114r0,-36v22,2,54,-2,54,-31v0,-21,-17,-34,-36,-34v-26,0,-39,19,-39,45r-48,0v2,-51,35,-87,87,-87v40,0,84,25,84,70v1,25,-14,44,-35,52v28,6,45,29,45,57v0,53,-45,83,-94,83v-57,0,-95,-34,-94,-92r49,0v1,27,14,50,44,50v23,0,41,-16,41,-40v0,-38,-33,-37,-58,-37"},"4":{"d":"112,0r0,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0xm112,-100r-1,-88r-65,88r66,0"},"5":{"d":"180,-252r0,42r-104,0v-2,19,-9,41,-9,58v49,-47,127,-2,127,66v0,52,-43,91,-94,91v-49,0,-93,-27,-94,-80r52,0v3,22,19,38,41,38v27,0,44,-24,44,-49v0,-46,-62,-64,-83,-27r-46,0r25,-139r141,0"},"6":{"d":"58,-142v39,-54,135,-18,135,55v0,51,-36,92,-89,92v-76,0,-96,-66,-96,-130v0,-62,27,-132,99,-132v44,0,75,26,81,70r-48,0v-3,-17,-16,-32,-34,-32v-37,0,-47,49,-48,77xm103,-131v-27,0,-41,22,-41,47v0,23,15,47,41,47v24,0,38,-23,38,-46v0,-24,-12,-48,-38,-48"},"7":{"d":"186,-252r0,44v-53,46,-81,141,-82,208r-55,0v6,-75,37,-146,85,-204r-120,0r0,-48r172,0"},"8":{"d":"56,-76v0,26,21,43,45,43v24,0,43,-18,43,-43v0,-24,-19,-40,-43,-40v-25,0,-45,14,-45,40xm15,-188v0,-45,44,-69,85,-69v63,0,85,44,85,68v0,25,-13,45,-37,53v30,7,47,30,47,62v0,53,-47,79,-94,79v-49,0,-96,-25,-96,-79v0,-32,18,-55,48,-62v-24,-7,-38,-27,-38,-52xm62,-184v0,22,17,34,38,34v21,0,38,-12,38,-34v0,-13,-6,-35,-38,-35v-21,0,-38,13,-38,35"},"9":{"d":"142,-111v-41,59,-134,17,-134,-54v0,-51,35,-92,88,-92v76,0,97,66,97,130v0,62,-27,132,-99,132v-44,0,-76,-26,-82,-70r48,0v3,17,16,32,34,32v36,0,51,-51,48,-78xm97,-121v27,0,41,-22,41,-47v0,-23,-15,-47,-41,-47v-24,0,-38,23,-38,46v0,24,12,48,38,48"},":":{"d":"22,0r0,-55r56,0r0,55r-56,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},";":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},"<":{"d":"199,-185r0,41r-132,53r132,52r0,42r-182,-73r0,-42","w":216},"=":{"d":"199,-149r0,39r-182,0r0,-39r182,0xm199,-72r0,39r-182,0r0,-39r182,0","w":216},">":{"d":"17,3r0,-42r132,-52r-132,-53r0,-41r182,73r0,42","w":216},"?":{"d":"75,-77v-8,-68,57,-66,57,-112v0,-22,-11,-32,-30,-32v-26,0,-38,21,-38,47r-52,0v1,-51,34,-89,87,-89v68,0,90,41,90,69v0,71,-67,52,-66,117r-48,0xm69,0r0,-55r57,0r0,55r-57,0"},"@":{"d":"149,-168v-42,-3,-65,81,-16,85v42,3,64,-81,16,-85xm224,-196r-23,93v-3,10,-6,23,3,23v21,0,43,-27,43,-66v0,-57,-43,-88,-98,-88v-62,0,-101,45,-101,106v0,97,121,136,183,76r30,0v-24,37,-64,58,-109,58v-77,0,-139,-58,-139,-135v0,-76,62,-134,137,-134v66,0,125,44,125,110v0,74,-62,104,-85,104v-16,1,-24,-10,-27,-20v-29,43,-95,9,-95,-41v0,-62,79,-130,121,-67r5,-19r30,0","w":288},"A":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0","w":246},"B":{"d":"81,-114r0,70v44,-3,102,15,103,-34v1,-49,-59,-34,-103,-36xm25,0r0,-257v83,5,205,-26,203,64v0,25,-13,42,-35,53v31,9,47,33,47,65v0,97,-121,72,-215,75xm81,-213r0,60v39,-2,93,12,92,-31v-2,-42,-54,-26,-92,-29","w":253},"C":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-80,0,-126,-59,-126,-133v0,-76,46,-136,126,-136v57,0,104,33,111,92","w":266},"D":{"d":"25,0r0,-257r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0xm81,-210r0,162v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85","w":266},"E":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0","w":233},"F":{"d":"25,0r0,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0","w":213},"G":{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,46,-136,126,-136v53,0,102,33,108,91r-54,0v-6,-28,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0","w":273},"H":{"d":"25,0r0,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0","w":266},"I":{"d":"25,0r0,-257r56,0r0,257r-56,0","w":106},"J":{"d":"175,-257r0,176v0,33,-8,87,-85,87v-50,0,-94,-33,-85,-102r51,0v-1,30,1,55,33,55v30,0,30,-25,30,-43r0,-173r56,0"},"K":{"d":"25,0r0,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0","w":259},"L":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0","w":213},"M":{"d":"25,0r0,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0","w":326},"N":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0","w":266},"O":{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89","w":280},"P":{"d":"25,0r0,-257r116,0v64,0,89,40,89,82v0,42,-25,83,-89,83r-60,0r0,92r-56,0xm81,-213r0,77v44,-2,94,11,94,-39v0,-49,-50,-36,-94,-38","w":240},"Q":{"d":"265,-4r-26,28r-37,-33v-17,10,-38,15,-62,15v-80,0,-126,-59,-126,-133v0,-76,46,-136,126,-136v119,0,162,152,93,230xm139,-67r26,-28r29,27v30,-46,20,-148,-54,-148v-51,0,-70,44,-70,89v0,51,35,101,93,82","w":280},"R":{"d":"190,0v-13,-35,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v81,-4,104,109,35,135v49,16,28,78,48,122r-56,0xm81,-213r0,72v44,-3,101,13,101,-36v0,-48,-57,-34,-101,-36","w":259},"S":{"d":"72,-190v0,48,153,16,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-38,-32,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29","w":233},"T":{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0","w":219},"U":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0","w":266},"V":{"d":"230,-257r-86,257r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226},"W":{"d":"339,-257r-69,257r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339},"X":{"d":"-2,0r90,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0","w":240},"Z":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0","w":233},"[":{"d":"24,66r0,-329r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0","w":119},"\\":{"d":"37,-263r101,269r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,-263r0,329r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0","w":119},"^":{"d":"22,-113r62,-139r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"76,-197r0,56r-52,0v-4,-59,0,-111,52,-116r0,24v-18,6,-24,18,-24,36r24,0","w":100},"a":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28","w":206},"b":{"d":"19,0r0,-257r52,0r0,94v48,-55,137,-29,136,70v0,68,-40,98,-77,98v-28,1,-49,-10,-62,-29r0,24r-49,0xm156,-93v0,-31,-14,-60,-44,-60v-30,0,-43,29,-43,60v0,31,13,60,43,60v30,0,44,-29,44,-60","w":219},"c":{"d":"196,-121r-50,0v-3,-21,-17,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-6,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70","w":206},"d":{"d":"152,0r0,-24v-12,20,-33,29,-57,29v-56,0,-83,-49,-83,-100v0,-50,27,-96,82,-96v23,-1,42,12,56,28r0,-94r51,0r0,257r-49,0xm152,-94v0,-30,-11,-59,-44,-59v-33,0,-45,29,-45,60v0,29,13,60,45,60v34,0,44,-30,44,-61","w":219},"e":{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40","w":206},"f":{"d":"31,0r0,-152r-31,0r0,-34r31,0v-7,-54,29,-78,89,-70r0,39v-24,-6,-43,1,-38,31r35,0r0,34r-35,0r0,152r-51,0","w":119},"g":{"d":"198,-186r0,174v0,31,-10,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,19,-34,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,42,10,56,30r0,-25r48,0xm106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,10,56,41,56","w":219},"h":{"d":"19,0r0,-257r52,0r1,97v13,-21,35,-31,54,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},"i":{"d":"21,0r0,-186r51,0r0,186r-51,0xm72,-257r0,42r-51,0r0,-42r51,0","w":92},"j":{"d":"-7,64r0,-42v14,2,31,3,31,-15r0,-193r51,0r0,195v5,44,-31,63,-82,55xm75,-257r0,42r-51,0r0,-42r51,0","w":100},"k":{"d":"24,0r0,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0","w":206},"l":{"d":"21,0r0,-257r51,0r0,257r-51,0","w":92},"m":{"d":"21,0r0,-186r48,0v1,8,-2,19,1,25v23,-38,91,-43,111,1v26,-47,124,-44,124,35r0,125r-51,0r0,-105v0,-25,-2,-46,-31,-46v-29,0,-34,24,-34,47r0,104r-51,0r0,-104v0,-22,1,-47,-31,-47v-10,0,-35,7,-35,43r0,108r-51,0","w":326},"n":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},"o":{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60","w":219},"p":{"d":"19,66r0,-252r49,0v1,7,-2,18,1,24v12,-20,32,-29,55,-29v58,0,85,47,85,100v0,50,-28,96,-82,96v-22,0,-44,-10,-56,-28r0,89r-52,0xm113,-33v58,0,64,-120,0,-120v-61,0,-60,120,0,120","w":219},"q":{"d":"201,-186r0,252r-51,0r-1,-89v-12,20,-37,28,-59,28v-34,0,-78,-25,-78,-97v0,-51,26,-99,83,-99v23,0,45,8,57,29r0,-24r49,0xm108,-153v-61,0,-62,120,-1,120v33,0,45,-28,45,-59v0,-29,-12,-61,-44,-61","w":219},"r":{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v11,-25,40,-45,70,-37r0,47v-43,-10,-68,18,-68,58r0,84r-52,0","w":140},"s":{"d":"132,-53v0,-36,-117,-18,-117,-78v0,-48,41,-60,81,-60v41,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v-2,38,73,44,73,7","w":193},"t":{"d":"84,-242r0,56r38,0r0,34r-38,0r0,92v-3,24,19,24,38,20r0,40v-41,4,-89,6,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0","w":126},"u":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0","w":213},"v":{"d":"185,-186r-63,186r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187},"w":{"d":"291,-186r-59,186r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293},"x":{"d":"0,0r67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v30,7,58,-5,47,-34r-65,-174r55,0r42,127r41,-127r53,0","w":186},"z":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0","w":186},"{":{"d":"120,-263r0,40v-24,-3,-39,5,-39,26r0,55v0,37,-27,40,-36,44v11,1,36,9,36,39v0,38,-20,93,39,84r0,41v-49,1,-90,4,-90,-49r0,-70v0,-22,-21,-30,-33,-30r0,-31v12,0,33,-9,33,-33r0,-68v6,-53,41,-49,90,-48","w":119},"|":{"d":"21,77r0,-360r38,0r0,360r-38,0","w":80},"}":{"d":"0,66r0,-41v24,3,39,-5,39,-26r0,-58v0,-31,27,-36,36,-40v-11,-1,-36,-8,-36,-43v0,-37,18,-90,-39,-81r0,-40v49,-1,90,-5,90,48r0,68v0,24,21,33,33,33r0,31v-12,0,-33,8,-33,30r0,70v-6,53,-41,51,-90,49","w":119},"~":{"d":"69,-122v24,0,56,23,77,24v14,0,23,-13,31,-26r15,34v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-15,-33v8,-15,21,-31,45,-31","w":216},"\u00a1":{"d":"78,-191r0,55r-56,0r0,-55r56,0xm23,66v-3,-67,7,-123,14,-180r26,0v7,58,17,112,14,180r-54,0","w":100},"\u00a2":{"d":"94,-33r0,-119v-49,15,-47,103,0,119xm94,41r0,-36v-51,-3,-86,-44,-86,-95v0,-55,30,-96,86,-101r0,-31r21,0r0,31v40,0,79,28,80,71r-50,0v-1,-17,-14,-32,-30,-33r0,120v18,-3,31,-22,31,-40r50,0v-4,46,-37,74,-81,78r0,36r-21,0"},"\u00a3":{"d":"204,-17v-50,57,-118,-18,-172,23r-23,-33v26,-16,54,-49,34,-84r-35,0r0,-31r23,0v-36,-49,-11,-121,76,-121v54,0,87,32,87,90r-49,0v-1,-14,-2,-48,-39,-48v-42,0,-45,38,-20,79r48,0r0,31r-38,0v12,33,-10,57,-26,73v38,-27,80,24,113,-15"},"\u2044":{"d":"-60,8r149,-268r31,0r-148,268r-32,0","w":60},"\u00a5":{"d":"129,0r-54,0r0,-50r-57,0r0,-34r57,0v1,-12,-1,-21,-6,-27r-51,0r0,-34r34,0r-55,-112r58,0r48,112r46,-112r59,0r-56,112r34,0r0,34r-51,0v-5,6,-7,15,-6,27r57,0r0,34r-57,0r0,50"},"\u0192":{"d":"-2,60r7,-38v23,4,36,-3,40,-25r23,-118r-33,0r6,-35r33,0v10,-54,17,-114,83,-107v9,0,18,0,27,2r-7,39v-20,-8,-37,0,-41,20r-9,46r35,0r-6,35r-36,0v-22,79,1,204,-122,181"},"\u00a7":{"d":"152,-81v-9,-33,-52,-37,-76,-56v-13,-10,-28,8,-28,21v0,7,4,13,12,17v26,12,45,30,75,38v9,0,17,-12,17,-20xm128,3v0,-46,-124,-51,-124,-115v0,-26,14,-44,38,-53v-40,-41,7,-98,60,-98v42,0,76,24,76,69r-45,0v5,-36,-55,-42,-58,-8v8,44,122,49,122,112v0,24,-16,45,-38,53v14,10,20,25,20,42v0,41,-41,61,-77,61v-46,0,-81,-21,-81,-70r45,0v1,21,13,31,35,31v15,0,27,-8,27,-24"},"\u00a4":{"d":"7,-54r21,-21v-23,-24,-25,-78,0,-102r-21,-21r21,-21r20,20v24,-20,79,-22,102,0r21,-21r22,22r-20,20v21,25,22,79,-1,104r20,20r-20,20r-20,-21v-24,24,-79,24,-104,1r-21,21xm101,-177v-30,0,-46,24,-46,51v0,26,15,51,45,51v59,1,59,-101,1,-102"},"'":{"d":"31,-141r0,-116r38,0r0,116r-38,0","w":100},"\u201c":{"d":"147,-197r0,56r-51,0v-3,-58,-1,-111,51,-116r0,24v-18,6,-24,18,-24,36r24,0xm71,-197r0,56r-52,0v-4,-59,0,-111,52,-116r0,24v-18,6,-24,18,-24,36r24,0","w":166},"\u00ab":{"d":"145,-29r-57,-45r0,-48r57,-45r0,44r-33,25r33,26r0,43xm72,-29r-57,-45r0,-48r57,-45r0,44r-33,25r33,26r0,43","w":159},"\u2039":{"d":"72,-29r-57,-45r0,-48r57,-45r0,44r-33,25r33,26r0,43","w":86},"\u203a":{"d":"15,-167r57,45r0,48r-57,45r0,-43r33,-26r-33,-25r0,-44","w":86},"\ufb01":{"d":"199,-257r0,42r-51,0r0,-42r51,0xm148,0r0,-186r51,0r0,186r-51,0xm31,0r0,-152r-31,0r0,-34r31,0v-7,-54,29,-78,89,-70r0,39v-24,-6,-43,1,-38,31r35,0r0,34r-35,0r0,152r-51,0","w":219},"\ufb02":{"d":"148,0r0,-257r51,0r0,257r-51,0xm31,0r0,-152r-31,0r0,-34r31,0v-7,-54,29,-78,89,-70r0,39v-24,-6,-43,1,-38,31r35,0r0,34r-35,0r0,152r-51,0","w":219},"\u2013":{"d":"0,-76r0,-44r180,0r0,44r-180,0","w":180},"\u2020":{"d":"76,60r0,-204r-67,0r0,-42r67,0r0,-71r48,0r0,71r68,0r0,42r-68,0r0,204r-48,0"},"\u2021":{"d":"76,60r0,-70r-67,0r0,-42r67,0r0,-92r-67,0r0,-42r67,0r0,-71r48,0r0,71r68,0r0,42r-68,0r0,92r68,0r0,42r-68,0r0,70r-48,0"},"\u00b7":{"d":"20,-103v0,-17,13,-31,30,-31v16,0,31,14,31,31v0,15,-14,30,-30,30v-17,0,-31,-13,-31,-30","w":100},"\u00b6":{"d":"80,60r0,-189v-50,0,-79,-25,-79,-63v-1,-87,111,-61,192,-65r0,317r-37,0r0,-288r-40,0r0,288r-36,0","w":223},"\u2022":{"d":"26,-129v0,-36,28,-64,64,-64v36,0,64,28,64,64v0,36,-28,65,-64,65v-36,0,-64,-29,-64,-65","w":180},"\u201a":{"d":"24,0r0,-55r52,0v4,59,-1,110,-52,115r0,-24v18,-6,24,-18,24,-36r-24,0","w":100},"\u201e":{"d":"96,0r0,-55r51,0v3,58,0,110,-51,115r0,-24v18,-6,24,-18,24,-36r-24,0xm19,0r0,-55r52,0v4,59,-1,110,-52,115r0,-24v18,-6,24,-18,24,-36r-24,0","w":166},"\u201d":{"d":"96,-202r0,-55r51,0v3,58,0,111,-51,116r0,-24v18,-6,24,-19,24,-37r-24,0xm19,-202r0,-55r52,0v4,59,-1,110,-52,116r0,-24v18,-6,24,-19,24,-37r-24,0","w":166},"\u00bb":{"d":"88,-167r57,45r0,48r-57,45r0,-43r33,-26r-33,-25r0,-44xm15,-167r57,45r0,48r-57,45r0,-43r33,-26r-33,-25r0,-44","w":159},"\u2026":{"d":"32,0r0,-55r56,0r0,55r-56,0xm152,0r0,-55r56,0r0,55r-56,0xm271,0r0,-55r57,0r0,55r-57,0","w":360},"\u2030":{"d":"191,-62v0,21,1,44,20,44v21,0,20,-22,20,-39v0,-19,0,-38,-19,-38v-20,0,-21,19,-21,33xm283,-56v0,-34,16,-63,53,-63v39,0,52,28,52,63v0,35,-15,61,-52,61v-33,0,-53,-25,-53,-61xm315,-62v0,21,2,44,21,44v21,0,20,-22,20,-39v0,-19,-1,-38,-20,-38v-20,0,-21,19,-21,33xm25,-194v0,-34,16,-63,53,-63v39,0,52,28,52,63v0,35,-16,61,-53,61v-33,0,-52,-25,-52,-61xm57,-200v0,21,1,43,20,43v21,0,21,-21,21,-38v0,-19,-1,-39,-20,-39v-20,0,-21,20,-21,34xm54,8r149,-268r31,0r-149,268r-31,0xm158,-56v0,-34,16,-63,53,-63v39,0,53,28,53,63v0,35,-16,61,-53,61v-33,0,-53,-25,-53,-61","w":412},"\u00bf":{"d":"126,-116v8,69,-58,65,-58,112v0,22,12,32,31,32v25,0,36,-20,36,-46r53,0v-1,51,-35,89,-87,89v-68,0,-89,-42,-89,-70v0,-71,66,-53,65,-117r49,0xm131,-191r0,55r-57,0r0,-55r57,0"},"`":{"d":"38,-209r-55,-51r56,0r35,51r-36,0","w":93},"\u00b4":{"d":"111,-260r-56,51r-36,0r35,-51r57,0","w":93},"\u02c6":{"d":"-17,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":93},"\u02dc":{"d":"26,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":93},"\u00af":{"d":"-21,-222r0,-27r135,0r0,27r-135,0","w":93},"\u02d8":{"d":"-14,-262r23,0v8,37,70,33,76,0r22,0v-5,37,-29,53,-64,53v-35,0,-54,-18,-57,-53","w":93},"\u02d9":{"d":"22,-215r0,-42r49,0r0,42r-49,0","w":93},"\u00a8":{"d":"59,-215r0,-42r49,0r0,42r-49,0xm-15,-215r0,-42r49,0r0,42r-49,0","w":93},"\u02da":{"d":"24,-236v0,14,8,25,22,25v14,0,23,-11,23,-25v0,-14,-9,-25,-23,-25v-14,0,-22,11,-22,25xm3,-236v0,-24,19,-44,43,-44v24,0,45,20,45,44v0,24,-21,44,-45,44v-24,0,-43,-20,-43,-44","w":93},"\u00b8":{"d":"4,71r8,-18v11,4,45,16,45,-5v0,-23,-33,-1,-37,-18r21,-31r18,0v-3,6,-12,15,-13,20v18,-6,45,1,45,23v0,46,-59,39,-87,29","w":93},"\u02dd":{"d":"69,-260r-54,51r-35,0r33,-51r56,0xm144,-260r-54,51r-36,0r33,-51r57,0","w":93},"\u02db":{"d":"73,46r17,8v-14,18,-32,24,-48,24v-9,0,-39,-2,-39,-32v0,-6,1,-23,41,-47r24,0v-23,21,-30,34,-30,46v0,17,27,16,35,1","w":93},"\u02c7":{"d":"110,-260r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":93},"\u2014":{"d":"47,-76r0,-44r266,0r0,44r-266,0","w":360},"\u00c6":{"d":"150,-210r-49,111r62,0r0,-111r-13,0xm-4,0r123,-257r218,0r0,47r-120,0r0,56r113,0r0,43r-113,0r0,63r123,0r0,48r-177,0r0,-57r-81,0r-26,57r-60,0","w":353},"\u00aa":{"d":"83,-193v-12,10,-42,3,-43,21v16,29,51,7,43,-21xm7,-218v4,-29,26,-39,56,-39v25,0,54,5,54,32v0,28,-4,68,5,87r-37,0v-1,-4,-2,-7,-2,-11v-24,23,-79,21,-79,-22v0,-26,20,-32,41,-35v22,-3,38,-2,38,-14v-1,-20,-38,-20,-39,2r-37,0","w":123},"\u0141":{"d":"25,0r0,-77r-29,20r0,-40r29,-20r0,-140r56,0r0,100r76,-53r0,40r-76,53r0,69r126,0r0,48r-182,0","w":213},"\u00d8":{"d":"12,-4r31,-34v-63,-80,-20,-225,97,-225v33,0,60,10,81,28r29,-32r18,15r-30,34v61,82,20,224,-98,224v-33,0,-60,-10,-80,-27r-30,33xm80,-79r107,-118v-11,-11,-26,-19,-47,-19v-68,0,-83,82,-60,137xm200,-176r-106,117v11,11,26,18,46,18v69,-1,83,-80,60,-135","w":280},"\u0152":{"d":"196,0v-1,-6,2,-15,-1,-19v-15,17,-40,25,-62,25v-76,0,-119,-62,-119,-133v0,-95,103,-179,182,-112r0,-18r180,0r0,47r-128,0r0,56r117,0r0,43r-117,0r0,63r130,0r0,48r-182,0xm137,-41v59,2,57,-59,57,-120v0,-32,-24,-55,-56,-55v-93,1,-92,173,-1,175","w":393},"\u00ba":{"d":"4,-196v0,-38,25,-61,62,-61v37,0,62,23,62,61v0,38,-25,61,-62,61v-37,0,-62,-23,-62,-61xm66,-230v-31,0,-31,67,0,68v32,-1,31,-68,0,-68","w":132},"\u00e6":{"d":"139,-91v-20,16,-73,3,-74,38v0,19,16,24,31,24v27,1,50,-23,43,-62xm316,-81r-133,0v-1,24,17,52,45,52v22,0,34,-11,37,-29r49,0v-14,68,-114,86,-155,31v-34,45,-145,50,-145,-23v0,-42,31,-52,62,-57v44,-6,63,-7,63,-26v0,-34,-70,-34,-69,5r-51,0v2,-70,110,-83,149,-38v14,-17,32,-25,62,-25v62,0,86,52,86,110xm183,-113r82,0v0,-23,-14,-44,-40,-44v-26,0,-42,21,-42,44","w":326},"\u0131":{"d":"21,0r0,-186r51,0r0,186r-51,0","w":92},"\u0142":{"d":"21,0r0,-103r-24,19r0,-37r24,-19r0,-117r51,0r0,77r24,-19r0,37r-24,19r0,143r-51,0","w":92},"\u00f8":{"d":"70,-62r70,-79v-7,-7,-17,-12,-30,-12v-46,0,-51,53,-40,91xm149,-126r-70,80v7,8,17,13,31,13v47,0,52,-56,39,-93xm16,0r21,-25v-50,-58,-14,-166,73,-166v23,0,42,6,58,17r20,-22r13,12r-20,22v52,56,19,167,-71,167v-23,0,-44,-6,-60,-18r-21,24","w":219},"\u0153":{"d":"190,-113r82,0v-1,-24,-15,-40,-42,-40v-26,0,-39,18,-40,40xm104,-33v34,0,41,-34,41,-61v0,-25,-6,-59,-40,-59v-31,0,-40,33,-40,61v0,26,8,59,39,59xm323,-81r-133,0v-7,48,68,67,82,22r49,0v-15,66,-114,88,-154,32v-13,23,-41,32,-66,32v-58,0,-87,-46,-87,-99v0,-84,105,-132,155,-68v13,-19,40,-29,62,-29v66,0,92,51,92,110","w":333},"\u00df":{"d":"20,0r0,-177v0,-40,13,-86,85,-86v43,0,81,21,81,69v1,23,-15,43,-33,51v31,7,47,33,47,64v0,55,-45,96,-108,82r0,-42v31,9,57,-13,57,-42v0,-30,-22,-49,-57,-43r0,-34v23,4,46,-6,46,-31v0,-30,-24,-32,-35,-32v-21,0,-32,14,-32,35r0,186r-51,0","w":219},"\u00f7":{"d":"17,-72r0,-38r182,0r0,38r-182,0xm78,-166v0,-17,13,-30,30,-30v16,0,31,13,31,30v0,15,-14,31,-30,31v-17,0,-31,-14,-31,-31xm78,-16v0,-17,13,-30,30,-30v16,0,31,13,31,30v0,15,-14,30,-30,30v-17,0,-31,-13,-31,-30","w":216},"\u00be":{"d":"86,8r149,-268r31,0r-149,268r-31,0xm65,-167r0,-25v14,0,34,0,34,-17v0,-12,-10,-19,-22,-19v-15,0,-24,12,-24,26r-35,0v1,-33,23,-55,59,-55v46,0,83,58,33,75v16,6,29,17,29,35v0,35,-29,52,-62,52v-39,0,-64,-21,-63,-58r35,0v1,15,9,29,27,29v14,0,27,-10,27,-23v0,-21,-23,-20,-38,-20xm255,0r0,-32r-69,0r0,-34r68,-85r36,0r0,90r20,0r0,29r-20,0r0,32r-35,0xm255,-61r0,-52r-42,52r42,0","w":320},"\u00bc":{"d":"55,8r149,-268r30,0r-148,268r-31,0xm85,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0xm248,0r0,-32r-69,0r0,-34r68,-85r36,0r0,90r20,0r0,29r-20,0r0,32r-35,0xm248,-61v-1,-17,2,-37,-1,-52r-41,52r42,0","w":321},"\u00b9":{"d":"104,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0","w":141},"\u00d7":{"d":"50,-6r-27,-27r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58","w":216},"\u00ae":{"d":"6,-129v0,-82,65,-134,138,-134v73,0,138,52,138,134v0,82,-65,135,-138,135v-73,0,-138,-53,-138,-135xm42,-129v0,62,45,106,102,106v56,0,102,-44,102,-106v0,-61,-46,-105,-102,-105v-57,0,-102,44,-102,105xm90,-54r0,-150v52,1,116,-9,116,44v0,28,-17,38,-39,40r40,66r-31,0r-37,-64r-19,0r0,64r-30,0xm120,-181r0,40v25,-1,57,7,56,-21v-1,-24,-32,-18,-56,-19","w":288},"\u00de":{"d":"25,0r0,-257r56,0r0,35r60,0v64,0,89,40,89,82v0,42,-25,83,-89,83r-60,0r0,57r-56,0xm81,-178r0,77v44,-2,94,11,94,-39v0,-49,-50,-36,-94,-38","w":240},"\u00a6":{"d":"21,32r0,-90r38,0r0,90r-38,0xm59,-238r0,90r-38,0r0,-90r38,0","w":80},"\u00d0":{"d":"25,0r0,-112r-24,0r0,-42r24,0r0,-103r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0xm81,-210r0,56r58,0r0,42r-58,0r0,64v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85","w":266},"\u00bd":{"d":"55,8r149,-268r30,0r-148,268r-31,0xm85,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0xm305,-110v0,48,-55,49,-77,81r75,0r0,29r-120,0v0,-38,22,-53,50,-71v14,-9,35,-18,35,-37v0,-13,-9,-22,-22,-22v-20,0,-27,20,-26,34r-37,0v0,-37,21,-63,65,-63v30,0,57,17,57,49","w":320},"\u2212":{"d":"17,-72r0,-38r182,0r0,38r-182,0","w":216},"\u00e7":{"d":"196,-121r-50,0v-3,-21,-17,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-6,48,-38,75,-85,76v-2,4,-10,11,-9,14v18,-6,45,1,45,23v0,46,-59,39,-87,29r8,-18v10,4,44,16,44,-5v0,-23,-32,-1,-36,-18r18,-26v-49,-5,-81,-43,-81,-94v0,-58,35,-101,95,-101v44,0,84,22,87,70","w":206},"\u00f0":{"d":"110,-33v62,-1,61,-115,-1,-115v-62,1,-60,115,1,115xm48,-213r38,-20v-10,-7,-20,-13,-30,-18r33,-25v13,7,25,15,36,24r44,-22r19,21r-41,20v38,37,59,80,59,135v0,59,-37,103,-96,103v-58,0,-96,-39,-96,-94v0,-44,24,-93,82,-93v14,-1,32,3,50,14v-9,-20,-25,-35,-37,-45r-40,20","w":219},"\u00b1":{"d":"127,-182r0,47r72,0r0,39r-72,0r0,47r-38,0r0,-47r-72,0r0,-39r72,0r0,-47r38,0xm17,0r0,-39r182,0r0,39r-182,0","w":216},"\u00c7":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-49,104,-112,105r-9,13v18,-6,46,1,46,23v0,46,-59,39,-87,29r8,-18v10,4,44,16,44,-5v0,-23,-33,0,-36,-18r17,-25v-70,-7,-110,-63,-110,-132v0,-76,46,-136,126,-136v57,0,104,33,111,92","w":266},"\u00fe":{"d":"19,66r0,-323r52,0r0,95v12,-20,32,-29,53,-29v58,0,85,47,85,100v0,50,-28,96,-82,96v-22,0,-44,-10,-56,-28r0,89r-52,0xm113,-33v58,0,64,-120,0,-120v-61,0,-60,120,0,120","w":219},"\u00a9":{"d":"6,-129v0,-82,65,-134,138,-134v73,0,138,52,138,134v0,82,-65,135,-138,135v-73,0,-138,-53,-138,-135xm42,-129v0,61,45,106,102,106v56,0,102,-45,102,-106v0,-62,-46,-105,-102,-105v-57,0,-102,43,-102,105xm185,-106r30,0v-6,36,-34,57,-66,57v-47,0,-77,-35,-77,-80v0,-46,28,-81,76,-81v33,0,60,20,65,56r-28,0v-14,-47,-85,-28,-79,24v-8,51,70,73,79,24","w":288},"\u00ac":{"d":"199,-146r0,110r-39,0r0,-72r-143,0r0,-38r182,0","w":216},"\u00b2":{"d":"131,-208v-1,49,-55,49,-76,81r75,0r0,29r-120,0v0,-38,22,-53,50,-71v14,-9,35,-18,35,-37v0,-13,-9,-22,-22,-22v-20,0,-27,20,-26,34r-37,0v0,-37,21,-63,65,-63v30,0,56,17,56,49","w":141},"\u00b3":{"d":"59,-167r0,-25v14,0,34,0,34,-17v0,-12,-10,-19,-22,-19v-15,0,-24,12,-24,26r-35,0v1,-33,23,-55,59,-55v46,0,83,58,33,75v16,6,29,17,29,35v0,35,-29,52,-62,52v-39,0,-64,-21,-63,-58r34,0v1,15,10,29,28,29v14,0,26,-10,26,-23v0,-21,-22,-20,-37,-20","w":141},"\u2122":{"d":"334,-257r0,148r-34,0r-1,-105r-38,105r-25,0r-39,-105r0,105r-35,0r0,-148r49,0r37,98r37,-98r49,0xm143,-257r0,29r-42,0r0,119r-37,0r0,-119r-42,0r0,-29r121,0","w":360},"\u00b0":{"d":"19,-204v0,-30,23,-53,53,-53v30,0,53,23,53,53v0,30,-23,54,-53,54v-30,0,-53,-24,-53,-54xm42,-204v0,40,60,41,60,0v0,-44,-60,-37,-60,0","w":144},"\u03bc":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-19,30,-50,40,-73,22r0,70r-52,0r0,-252r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0","w":213},"\u00c1":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm188,-331r-56,51r-36,0r35,-51r57,0","w":246},"\u00c2":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm60,-280r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":246},"\u00c4":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm136,-286r0,-42r49,0r0,42r-49,0xm62,-286r0,-42r49,0r0,42r-49,0","w":246},"\u00c0":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm115,-280r-55,-51r56,0r35,51r-36,0","w":246},"\u00c5":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm101,-307v0,14,8,25,22,25v14,0,23,-11,23,-25v0,-14,-9,-25,-23,-25v-14,0,-22,11,-22,25xm80,-307v0,-24,19,-44,43,-44v24,0,45,20,45,44v0,24,-21,44,-45,44v-24,0,-43,-20,-43,-44","w":246},"\u00c3":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm103,-328v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":246},"\u00c9":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm181,-331r-56,51r-36,0r35,-51r57,0","w":233},"\u00ca":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm53,-280r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":233},"\u00cb":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm129,-286r0,-42r49,0r0,42r-49,0xm55,-286r0,-42r49,0r0,42r-49,0","w":233},"\u00c8":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm108,-280r-55,-51r56,0r35,51r-36,0","w":233},"\u00cd":{"d":"25,0r0,-257r56,0r0,257r-56,0xm117,-331r-56,51r-36,0r35,-51r57,0","w":106},"\u00ce":{"d":"25,0r0,-257r56,0r0,257r-56,0xm-11,-280r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":106},"\u00cf":{"d":"25,0r0,-257r56,0r0,257r-56,0xm65,-286r0,-42r49,0r0,42r-49,0xm-9,-286r0,-42r49,0r0,42r-49,0","w":106},"\u00cc":{"d":"25,0r0,-257r56,0r0,257r-56,0xm44,-280r-55,-51r56,0r35,51r-36,0","w":106},"\u00d1":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0xm113,-328v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":266},"\u00d3":{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm205,-331r-56,51r-36,0r35,-51r57,0","w":280},"\u00d4":{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm77,-280r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":280},"\u00d6":{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm153,-286r0,-42r49,0r0,42r-49,0xm79,-286r0,-42r49,0r0,42r-49,0","w":280},"\u00d2":{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm132,-280r-55,-51r56,0r35,51r-36,0","w":280},"\u00d5":{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm120,-328v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":280},"\u0160":{"d":"72,-190v0,48,153,16,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-38,-32,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29xm180,-331r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":233},"\u00da":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0xm198,-331r-56,51r-36,0r35,-51r57,0","w":266},"\u00db":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0xm70,-280r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":266},"\u00dc":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0xm146,-286r0,-42r49,0r0,42r-49,0xm72,-286r0,-42r49,0r0,42r-49,0","w":266},"\u00d9":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0xm125,-280r-55,-51r56,0r35,51r-36,0","w":266},"\u00dd":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0xm184,-331r-56,51r-36,0r35,-51r57,0","w":240},"\u0178":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0xm132,-286r0,-42r49,0r0,42r-49,0xm58,-286r0,-42r49,0r0,42r-49,0","w":240},"\u017d":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0xm180,-331r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":233},"\u00e1":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm168,-260r-56,51r-36,0r35,-51r57,0","w":206},"\u00e2":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm40,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":206},"\u00e4":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm116,-215r0,-42r49,0r0,42r-49,0xm42,-215r0,-42r49,0r0,42r-49,0","w":206},"\u00e0":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm95,-209r-55,-51r56,0r35,51r-36,0","w":206},"\u00e5":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm81,-236v0,14,8,25,22,25v14,0,23,-11,23,-25v0,-14,-9,-25,-23,-25v-14,0,-22,11,-22,25xm60,-236v0,-24,19,-44,43,-44v24,0,45,20,45,44v0,24,-21,44,-45,44v-24,0,-43,-20,-43,-44","w":206},"\u00e3":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm83,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":206},"\u00e9":{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40xm168,-260r-56,51r-36,0r35,-51r57,0","w":206},"\u00ea":{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40xm40,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":206},"\u00eb":{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40xm116,-215r0,-42r49,0r0,42r-49,0xm42,-215r0,-42r49,0r0,42r-49,0","w":206},"\u00e8":{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40xm95,-209r-55,-51r56,0r35,51r-36,0","w":206},"\u00ed":{"d":"21,0r0,-186r51,0r0,186r-51,0xm111,-260r-56,51r-36,0r35,-51r57,0","w":92},"\u00ee":{"d":"21,0r0,-186r51,0r0,186r-51,0xm-17,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":92},"\u00ef":{"d":"21,0r0,-186r51,0r0,186r-51,0xm59,-215r0,-42r49,0r0,42r-49,0xm-15,-215r0,-42r49,0r0,42r-49,0","w":92},"\u00ec":{"d":"21,0r0,-186r51,0r0,186r-51,0xm38,-209r-55,-51r56,0r35,51r-36,0","w":92},"\u00f1":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0xm86,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":213},"\u00f3":{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm174,-260r-56,51r-36,0r35,-51r57,0","w":219},"\u00f4":{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm46,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":219},"\u00f6":{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm122,-215r0,-42r49,0r0,42r-49,0xm48,-215r0,-42r49,0r0,42r-49,0","w":219},"\u00f2":{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm101,-209r-55,-51r56,0r35,51r-36,0","w":219},"\u00f5":{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm89,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":219},"\u0161":{"d":"132,-53v0,-36,-117,-18,-117,-78v0,-48,41,-60,81,-60v41,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v-2,38,73,44,73,7xm160,-260r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":193},"\u00fa":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm171,-260r-56,51r-36,0r35,-51r57,0","w":213},"\u00fb":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm43,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":213},"\u00fc":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm119,-215r0,-42r49,0r0,42r-49,0xm45,-215r0,-42r49,0r0,42r-49,0","w":213},"\u00f9":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm98,-209r-55,-51r56,0r35,51r-36,0","w":213},"\u00fd":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v30,7,58,-5,47,-34r-65,-174r55,0r42,127r41,-127r53,0xm158,-260r-56,51r-36,0r35,-51r57,0","w":186},"\u00ff":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v30,7,58,-5,47,-34r-65,-174r55,0r42,127r41,-127r53,0xm106,-215r0,-42r49,0r0,42r-49,0xm32,-215r0,-42r49,0r0,42r-49,0","w":186},"\u017e":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0xm157,-260r-40,51r-47,0r-40,-51r41,0r23,29r23,-29r40,0","w":186},"\u00a0":{"w":100}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.
 All Rights
 * Reserved. This software is the property of Adobe Systems
 Incorporated and its
 * licensors, and may not be reproduced, used, 
 displayed, modified, disclosed or
 * transferred without the express 
 written approval of Adobe.
 
 The digitally
 * encoded machine readable outline data for producing
 the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG
 and/or its subsidiaries. All
 * Rights Reserved.
 This data is the property of Linotype-Hell AG and/or its
 * subsidiaries
 and may not be reproduced, used, displayed, modified, disclosed or
 * 
 transferred without the express written approval of Linotype-Hell AG 
 and/or
 * its subsidiaries.
 12 pt. Helvetica* 76 Bold Italic 14472
 */
Cufon.registerFont({"w":93,"face":{"font-family":"Helvetica Bold Italic","font-weight":700,"font-style":"italic","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":"5","bbox":"-60 -351 406 78.3653","underline-thickness":"18","underline-position":"-36","slope":"-12","stemh":"39","stemv":"51","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":100},"!":{"d":"-1,0r11,-55r57,0r-12,55r-56,0xm108,-257v-11,66,-33,122,-53,180r-25,0v5,-63,9,-127,24,-180r54,0","w":106},"\"":{"d":"113,-141r0,-116r38,0r0,116r-38,0xm46,-141r0,-116r38,0r0,116r-38,0","w":173},"#":{"d":"29,0r10,-71r-30,0r4,-33r31,0r6,-44r-30,0r4,-33r30,0r10,-71r35,0r-10,71r35,0r10,-71r35,0r-10,71r30,0r-3,33r-32,0r-6,44r31,0r-4,33r-31,0r-10,71r-35,0r10,-71r-35,0r-10,71r-35,0xm120,-148r-35,0r-7,44r35,0","w":200},"$":{"d":"112,-107r-13,71v19,0,42,-10,42,-37v0,-19,-15,-29,-29,-34xm105,-160v1,-19,12,-45,9,-61v-17,0,-38,10,-38,32v0,16,13,24,29,29xm67,37r6,-32v-47,-5,-72,-33,-71,-91r49,0v-1,32,11,45,30,48r15,-74v-38,-12,-70,-24,-70,-73v0,-55,47,-79,99,-78r5,-29r18,0r-7,31v36,8,66,33,62,79r-50,0v1,-19,-8,-31,-20,-36r-12,64v37,11,69,24,69,74v0,62,-51,86,-99,86r-6,31r-18,0","w":200},"%":{"d":"26,-174v0,-42,24,-83,70,-83v36,0,57,19,57,55v0,44,-27,85,-74,85v-35,0,-53,-24,-53,-57xm63,-167v0,13,5,23,19,23v26,0,34,-46,34,-66v0,-10,-6,-20,-17,-20v-28,0,-36,41,-36,63xm63,8r194,-268r30,0r-193,268r-31,0xm232,-45v0,13,5,23,19,23v26,0,34,-46,34,-66v0,-10,-7,-20,-18,-20v-28,0,-35,41,-35,63xm195,-52v0,-42,24,-83,70,-83v36,0,56,18,56,54v0,44,-26,86,-73,86v-35,0,-53,-24,-53,-57","w":346},"&":{"d":"131,-56r-35,-57v-20,12,-41,20,-41,47v0,39,57,32,76,10xm165,0r-11,-20v-47,45,-147,29,-148,-46v0,-43,32,-67,69,-82v-36,-44,-8,-112,54,-112v36,0,67,19,67,58v0,35,-32,55,-59,70r28,45v10,-10,16,-23,19,-36r45,0v-5,28,-19,54,-40,73r32,50r-56,0xm131,-226v-32,-2,-32,45,-14,63v14,-7,37,-20,37,-38v0,-15,-10,-25,-23,-25","w":246},"\u2019":{"d":"40,-202r11,-55r57,0v-14,54,-10,113,-81,116r5,-26v21,-4,28,-14,32,-35r-24,0","w":100},"(":{"d":"94,-263r45,0v-82,108,-98,197,-68,329r-39,0v-47,-126,-17,-240,62,-329","w":106},")":{"d":"5,66r-45,0v82,-108,98,-197,68,-329r39,0v47,126,16,240,-62,329","w":106},"*":{"d":"113,-256r-9,46r44,-8r5,29r-44,6r21,38r-26,14r-20,-39r-31,35r-21,-21r32,-33r-38,-18r12,-27r39,20r6,-43","w":146},"+":{"d":"17,-72r0,-38r72,0r0,-72r38,0r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0","w":216},",":{"d":"-5,0r12,-55r57,0v-13,52,-10,112,-81,115r5,-25v21,-4,28,-14,32,-35r-25,0","w":100},"-":{"d":"10,-76r9,-44r108,0r-9,44r-108,0","w":146},".":{"d":"-5,0r12,-55r57,0r-12,55r-57,0","w":100},"\/":{"d":"-1,6r101,-269r41,0r-101,269r-41,0","w":140},"0":{"d":"-1,-92v0,-71,39,-165,119,-165v57,0,84,38,84,95v0,73,-39,167,-124,167v-58,0,-79,-46,-79,-97xm50,-81v0,24,7,44,35,44v51,0,66,-99,66,-133v0,-25,-11,-45,-37,-45v-51,0,-64,99,-64,134","w":200},"1":{"d":"170,-252r-54,252r-54,0r34,-163r-61,0r8,-39v38,-2,67,-11,85,-50r42,0","w":200},"2":{"d":"64,-161r-48,0v5,-60,43,-96,101,-96v46,0,84,24,84,76v0,74,-104,96,-143,137r124,0r-10,44r-187,0v4,-63,52,-88,101,-115v24,-13,64,-30,64,-63v0,-25,-17,-35,-39,-35v-28,0,-46,24,-47,52","w":200},"3":{"d":"78,-114r7,-36v31,1,63,-3,63,-34v0,-22,-16,-31,-34,-31v-29,0,-42,15,-48,43r-49,0v8,-55,44,-85,97,-85v40,0,84,17,84,66v1,31,-22,51,-48,59v26,8,35,26,35,51v0,59,-47,86,-103,86v-61,0,-92,-32,-88,-91r48,0v-3,30,11,49,41,49v27,0,49,-17,49,-46v0,-29,-25,-33,-54,-31","w":200},"4":{"d":"38,-100r75,0r20,-97xm194,-252r-32,152r33,0r-9,42r-33,0r-13,58r-49,0r13,-58r-117,0r9,-47r148,-147r50,0","w":200},"5":{"d":"200,-252r-9,42r-107,0v-4,17,-14,38,-16,54v41,-34,120,-9,120,60v0,63,-46,101,-106,101v-53,0,-86,-24,-88,-78r49,0v0,25,19,36,43,36v28,0,50,-22,50,-53v0,-49,-63,-56,-83,-22r-46,0r44,-140r149,0","w":200},"6":{"d":"100,-131v-55,0,-62,94,-7,94v30,0,47,-22,47,-51v0,-28,-16,-43,-40,-43xm208,-187r-50,0v0,-19,-13,-32,-32,-32v-39,-1,-59,46,-65,76v40,-52,130,-22,130,51v0,54,-42,97,-97,97v-64,0,-89,-44,-89,-103v0,-88,45,-159,123,-159v44,0,78,21,80,70","w":200},"7":{"d":"213,-252r-10,44v-58,48,-105,136,-124,208r-55,0v18,-69,71,-155,124,-204r-124,0r10,-48r179,0","w":200},"8":{"d":"44,-72v0,24,21,39,44,39v30,0,50,-17,50,-43v0,-57,-96,-51,-94,4xm56,-136v-69,-40,-15,-121,64,-121v85,0,107,106,29,124v20,7,41,31,40,57v0,51,-51,81,-103,81v-54,0,-93,-31,-93,-74v0,-39,28,-59,63,-67xm70,-183v0,47,82,41,82,-1v0,-24,-19,-35,-40,-35v-26,0,-42,14,-42,36","w":200},"9":{"d":"103,-121v54,0,63,-94,8,-94v-30,0,-48,22,-48,51v0,28,16,43,40,43xm-4,-65r49,0v0,19,13,32,32,32v39,1,59,-46,65,-76v-40,53,-130,21,-130,-51v0,-54,42,-97,97,-97v64,0,90,44,90,103v0,88,-46,159,-124,159v-44,0,-77,-21,-79,-70","w":200},":":{"d":"-5,0r12,-55r57,0r-12,55r-57,0xm91,-183r-12,56r-57,0r12,-56r57,0","w":100},";":{"d":"-5,0r12,-55r57,0v-13,52,-10,112,-81,115r5,-25v21,-4,28,-14,32,-35r-25,0xm22,-127r12,-56r57,0r-12,56r-57,0","w":100},"<":{"d":"199,-185r0,41r-132,53r132,52r0,42r-182,-73r0,-42","w":216},"=":{"d":"199,-149r0,39r-182,0r0,-39r182,0xm199,-72r0,39r-182,0r0,-39r182,0","w":216},">":{"d":"17,3r0,-42r132,-52r-132,-53r0,-41r182,73r0,42","w":216},"?":{"d":"205,-197v0,64,-84,62,-91,118r-47,0v7,-47,23,-63,59,-78v31,-13,36,-64,-6,-64v-26,0,-39,21,-42,44r-51,0v3,-57,46,-86,100,-86v41,0,78,20,78,66xm44,0r12,-55r57,0r-12,55r-57,0","w":206},"@":{"d":"149,-168v-42,-3,-65,81,-16,85v42,3,64,-81,16,-85xm224,-196r-23,93v-3,10,-6,23,3,23v20,0,42,-27,42,-66v0,-57,-43,-88,-97,-88v-62,0,-101,45,-101,106v0,97,121,136,183,76r30,0v-24,37,-64,58,-109,58v-77,0,-139,-58,-139,-135v0,-76,62,-134,137,-134v66,0,125,44,125,110v0,74,-62,104,-85,104v-16,1,-24,-10,-27,-20v-29,43,-95,9,-95,-41v0,-62,79,-130,121,-67r5,-19r30,0","w":288},"A":{"d":"143,-202v-21,32,-37,69,-56,103r69,0xm-28,0r152,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0","w":246},"B":{"d":"77,-114r-15,70v50,-2,118,13,115,-41v-2,-45,-60,-24,-100,-29xm-1,0r54,-257v78,6,191,-25,191,60v0,30,-20,55,-48,61v24,6,38,27,38,52v-3,106,-131,82,-235,84xm98,-213r-13,60v44,-2,102,11,103,-34v0,-40,-55,-22,-90,-26","w":259},"C":{"d":"257,-168r-57,0v0,-32,-19,-48,-46,-48v-58,0,-84,59,-84,108v0,35,17,67,58,67v31,0,56,-25,61,-52r56,0v-23,72,-62,99,-118,99v-72,0,-114,-42,-114,-114v0,-83,54,-155,141,-155v59,0,104,32,103,95","w":266},"D":{"d":"-1,0r54,-257r93,0v72,0,109,37,109,100v0,90,-50,157,-149,157r-107,0xm100,-210r-35,162v83,10,133,-28,133,-99v0,-54,-39,-69,-98,-63","w":266},"E":{"d":"-1,0r54,-257r196,0r-10,47r-140,0r-11,56r129,0r-9,43r-130,0r-13,63r142,0r-10,48r-198,0","w":240},"F":{"d":"-1,0r54,-257r183,0r-11,47r-126,0r-12,60r110,0r-9,44r-110,0r-23,106r-56,0","w":213},"G":{"d":"193,0v-1,-8,2,-20,-1,-26v-60,71,-179,18,-179,-82v0,-83,54,-155,141,-155v60,0,109,28,109,91r-57,0v-1,-31,-21,-44,-52,-44v-58,0,-84,59,-84,108v0,35,17,67,58,67v43,0,61,-23,71,-56r-59,0r9,-42r109,0r-29,139r-36,0","w":273},"H":{"d":"-1,0r54,-257r57,0r-21,99r104,0r21,-99r57,0r-55,257r-57,0r24,-111r-104,0r-24,111r-56,0","w":266},"I":{"d":"-1,0r54,-257r57,0r-55,257r-56,0","w":106},"J":{"d":"203,-257r-38,184v-12,50,-38,79,-94,79v-40,0,-78,-17,-78,-62v0,-14,3,-27,5,-40r51,0v-10,27,-5,55,23,55v29,0,34,-21,39,-44r36,-172r56,0","w":200},"K":{"d":"-1,0r53,-257r57,0r-22,108r117,-108r75,0r-124,106r79,151r-64,0r-58,-116r-40,35r-17,81r-56,0","w":259},"L":{"d":"-1,0r54,-257r56,0r-43,209r124,0r-10,48r-181,0","w":206},"M":{"d":"-1,0r54,-257r78,0r21,186r99,-186r78,0r-54,257r-53,0r46,-204r-109,204r-43,0r-25,-204r-39,204r-53,0","w":326},"N":{"d":"-1,0r54,-257r58,0r71,183r37,-183r51,0r-54,257r-57,0r-71,-180r-37,180r-52,0","w":266},"O":{"d":"70,-108v0,35,17,67,58,67v55,0,83,-59,83,-108v0,-36,-16,-67,-57,-67v-58,0,-84,59,-84,108xm13,-108v0,-83,54,-155,141,-155v69,0,114,38,114,110v0,85,-51,159,-141,159v-72,0,-114,-42,-114,-114","w":280},"P":{"d":"100,-213r-16,77v50,0,106,9,104,-45v-2,-44,-49,-30,-88,-32xm-1,0r53,-257v88,3,194,-21,192,75v-2,83,-80,97,-169,90r-20,92r-56,0","w":240},"Q":{"d":"130,-68r31,-25r22,26v37,-43,48,-149,-29,-149v-58,0,-84,59,-84,108v0,43,33,80,80,63xm246,3r-31,25r-30,-34v-81,35,-172,-7,-172,-102v0,-83,54,-155,141,-155v69,0,114,38,114,110v0,49,-18,95,-50,125","w":280},"R":{"d":"-1,0r54,-257v85,6,199,-28,199,67v0,36,-26,62,-59,70v45,13,17,74,28,120r-55,0v-7,-38,19,-107,-36,-100r-54,0r-21,100r-56,0xm100,-213r-15,72v49,0,110,7,110,-40v0,-47,-54,-28,-95,-32","w":259},"S":{"d":"2,-85r53,0v-2,36,24,47,56,47v23,0,49,-10,49,-36v0,-25,-33,-30,-65,-40v-32,-10,-65,-25,-65,-69v0,-57,52,-80,102,-80v53,0,96,24,96,83r-53,0v1,-29,-20,-39,-46,-39v-22,0,-45,8,-45,32v0,26,43,32,61,36v40,10,68,26,68,72v0,62,-55,85,-104,85v-71,0,-107,-29,-107,-91","w":233},"T":{"d":"56,0r44,-210r-81,0r11,-47r214,0r-10,47r-77,0r-44,210r-57,0","w":219},"U":{"d":"270,-257v-31,107,-15,263,-155,263v-65,0,-112,-39,-96,-114r31,-149r57,0r-37,181v0,13,9,35,48,35v46,0,55,-25,63,-64r32,-152r57,0","w":266},"V":{"d":"256,-257r-137,257r-64,0r-29,-257r56,0r18,193r98,-193r58,0","w":226},"W":{"d":"365,-257r-121,257r-56,0r-7,-184r-80,184r-57,0r-18,-257r57,0r4,188r81,-188r54,0r8,188r78,-188r57,0","w":339},"X":{"d":"-25,0r117,-135r-60,-122r61,0r37,85r65,-85r67,0r-106,124r63,133r-62,0r-40,-92r-74,92r-68,0","w":240},"Y":{"d":"63,0r21,-100r-62,-157r58,0r38,109r80,-109r67,0r-125,160r-20,97r-57,0","w":233},"Z":{"d":"-15,0r9,-47r172,-163r-132,0r11,-47r203,0r-10,45r-173,164r145,0r-9,48r-216,0","w":233},"[":{"d":"-13,66r69,-329r93,0r-9,40r-45,0r-52,248r45,0r-8,41r-93,0","w":119},"\\":{"d":"40,-263r101,269r-41,0r-101,-269r41,0","w":140},"]":{"d":"122,-263r-69,329r-93,0r8,-41r45,0r53,-248r-46,0r9,-40r93,0","w":119},"^":{"d":"22,-113r62,-139r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"96,-197r-11,56r-57,0v14,-54,9,-113,81,-116r-5,25v-21,4,-28,14,-32,35r24,0","w":100},"a":{"d":"130,-89v-28,17,-79,-3,-81,39v0,14,13,21,28,21v41,-1,45,-31,53,-60xm69,-130r-47,0v6,-47,46,-61,88,-61v33,0,78,7,77,49v-1,48,-27,93,-21,142r-51,0r0,-18v-29,40,-118,24,-118,-26v0,-36,28,-58,72,-63v48,-6,71,-3,71,-27v0,-36,-68,-29,-71,4","w":206},"b":{"d":"117,-153v-40,0,-55,47,-55,80v0,23,14,40,37,40v39,0,54,-46,54,-78v0,-23,-10,-42,-36,-42xm-4,0r54,-257r51,0r-19,91v16,-17,32,-25,56,-25v47,0,66,36,66,79v0,58,-33,117,-96,117v-27,1,-48,-10,-59,-34r-6,29r-47,0","w":219},"c":{"d":"192,-122r-51,0v0,-22,-12,-31,-34,-31v-39,0,-52,47,-52,79v0,22,9,41,35,41v23,0,35,-17,41,-35r52,0v-15,46,-49,73,-97,73v-52,0,-82,-26,-82,-80v0,-63,38,-116,105,-116v45,0,82,20,83,69","w":200},"d":{"d":"126,0v1,-8,6,-17,4,-24v-33,54,-126,28,-126,-44v0,-61,32,-123,101,-123v23,-1,43,11,53,30r21,-96r51,0r-55,257r-49,0xm111,-153v-39,0,-56,45,-56,78v0,22,12,42,36,42v38,0,56,-47,56,-79v0,-24,-11,-41,-36,-41","w":219},"e":{"d":"190,-81r-137,0v-2,30,9,47,41,48v21,0,30,-14,38,-26r51,0v-16,42,-43,64,-97,64v-50,0,-82,-28,-82,-81v0,-59,39,-115,102,-115v62,0,99,44,84,110xm58,-113r86,0v0,-19,-5,-40,-35,-40v-29,0,-43,19,-51,40","w":206},"f":{"d":"6,0r32,-152r-30,0r7,-34r31,0v5,-61,40,-82,106,-70r-8,36v-31,-5,-45,5,-47,34r36,0r-7,34r-37,0r-32,152r-51,0","w":126},"g":{"d":"109,-153v-34,0,-52,41,-52,71v0,22,11,41,35,41v37,0,54,-39,54,-71v0,-23,-12,-41,-37,-41xm212,-186r-37,176v-13,57,-40,81,-102,81v-38,0,-80,-16,-80,-61r51,0v-1,19,17,26,34,26v31,1,46,-31,51,-65v-37,53,-123,20,-123,-50v0,-54,34,-112,94,-112v27,-1,46,11,58,33r5,-28r49,0","w":219},"h":{"d":"-4,0r53,-257r51,0r-18,92v8,-11,29,-26,62,-26v97,0,32,126,26,191r-52,0r26,-132v0,-11,-12,-19,-24,-19v-67,0,-54,96,-73,151r-51,0","w":219},"i":{"d":"-4,0r39,-186r52,0r-40,186r-51,0xm102,-257r-9,42r-52,0r9,-42r52,0"},"j":{"d":"-48,64r9,-41v28,6,35,-15,38,-33r37,-176r51,0r-41,193v-7,49,-39,65,-94,57xm102,-257r-9,42r-52,0r9,-42r52,0"},"k":{"d":"-4,0r54,-257r51,0r-29,140r73,-69r63,0r-83,70r48,116r-56,0r-31,-83r-27,23r-12,60r-51,0","w":200},"l":{"d":"-4,0r54,-257r52,0r-55,257r-51,0"},"m":{"d":"-4,0r39,-186r49,0r-6,26v22,-35,99,-48,111,1v24,-41,119,-48,119,15v0,52,-19,96,-28,144r-51,0r26,-131v0,-11,-10,-20,-23,-20v-62,0,-51,97,-69,151r-51,0r26,-131v0,-11,-9,-20,-22,-20v-62,0,-51,97,-69,151r-51,0","w":326},"n":{"d":"-4,0r39,-186r49,0r-6,26v27,-43,125,-45,120,19v-4,50,-19,94,-28,141r-52,0r26,-132v0,-11,-12,-19,-24,-19v-67,0,-54,96,-73,151r-51,0","w":219},"o":{"d":"4,-75v0,-63,41,-116,107,-116v51,0,86,25,86,79v0,66,-40,117,-108,117v-52,0,-85,-27,-85,-80xm55,-75v0,22,12,42,36,42v38,0,55,-48,55,-79v0,-25,-10,-41,-37,-41v-37,0,-54,47,-54,78","w":213},"p":{"d":"116,-153v-38,0,-56,47,-56,79v0,24,12,41,37,41v39,0,56,-45,56,-78v0,-22,-13,-42,-37,-42xm-21,66r53,-252r50,0r-5,24v34,-54,127,-29,127,44v0,61,-32,123,-101,123v-23,1,-44,-11,-54,-30r-19,91r-51,0","w":219},"q":{"d":"212,-186r-53,252r-51,0r17,-81v-11,12,-27,20,-53,20v-48,0,-68,-36,-68,-79v0,-58,33,-117,96,-117v27,-1,48,10,59,34r6,-29r47,0xm111,-153v-40,0,-56,46,-56,78v0,23,10,42,38,42v37,0,55,-47,55,-80v0,-23,-14,-40,-37,-40","w":219},"r":{"d":"-4,0r39,-186r48,0r-7,34v15,-30,43,-43,80,-38r-10,50v-83,-23,-84,74,-99,140r-51,0","w":140},"s":{"d":"174,-132r-47,0v0,-16,-10,-25,-29,-25v-35,0,-44,28,-8,37v35,9,76,20,75,62v0,46,-46,63,-89,63v-38,0,-83,-15,-79,-65r47,0v-3,23,17,28,37,31v30,4,45,-37,14,-43v-33,-14,-80,-15,-80,-60v0,-44,47,-59,83,-59v41,0,77,11,76,59","w":186},"t":{"d":"112,-243r-12,57r37,0r-8,34r-36,0r-21,101v1,20,20,13,36,13r-9,39v-43,8,-89,-1,-78,-53r21,-100r-34,0r8,-34r33,0r11,-57r52,0","w":133},"u":{"d":"211,-186r-39,186r-49,0v1,-8,6,-19,5,-26v-27,43,-124,45,-119,-19v4,-50,19,-94,28,-141r51,0r-26,132v0,11,13,19,25,19v67,0,54,-96,73,-151r51,0","w":219},"v":{"d":"195,-186r-101,186r-59,0r-24,-186r52,0r13,132r65,-132r54,0","w":186},"w":{"d":"300,-186r-97,186r-53,0r-7,-131r-58,131r-54,0r-20,-186r52,0r8,131r57,-131r52,0r6,130r60,-130r54,0","w":293},"x":{"d":"191,-186r-77,89r47,97r-54,0r-27,-61r-50,61r-58,0r87,-100r-42,-86r54,0r21,54r42,-54r57,0","w":186},"y":{"d":"195,-186r-118,212v-19,41,-50,43,-100,38r9,-43v27,7,51,-6,55,-23r-33,-184r52,0r17,133r64,-133r54,0","w":186},"z":{"d":"-18,0r8,-38r116,-110r-89,0r8,-38r156,0r-8,38r-117,109r103,0r-9,39r-168,0","w":180},"{":{"d":"148,-263r-8,40v-54,-10,-47,44,-56,81v-8,36,-35,40,-45,44v12,-1,33,14,28,39r-14,72v-2,14,20,12,35,12r-8,41v-45,2,-90,3,-80,-49r15,-76v0,-18,-18,-24,-28,-24r7,-31v12,0,35,-9,40,-33r14,-68v17,-51,47,-50,100,-48","w":119},"|":{"d":"21,77r0,-360r38,0r0,360r-38,0","w":79},"}":{"d":"-40,66r9,-41v53,10,46,-45,55,-81v9,-36,35,-39,45,-43v-12,0,-33,-15,-27,-40v6,-23,11,-45,13,-71v1,-14,-19,-14,-34,-13r8,-40v44,-2,91,-3,80,48r-16,76v0,18,18,25,28,25r-7,31v-12,0,-34,8,-39,32r-15,68v-17,51,-46,51,-100,49","w":119},"~":{"d":"69,-122v24,0,56,23,77,24v14,0,23,-13,31,-26r15,34v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-15,-33v8,-15,21,-31,45,-31","w":216},"\u00a1":{"d":"-13,66v11,-66,33,-122,53,-180r25,0v-5,63,-9,127,-24,180r-54,0xm97,-191r-12,55r-57,0r12,-55r57,0","w":106},"\u00a2":{"d":"78,-36r24,-117v-35,4,-47,48,-47,79v0,18,6,33,23,38xm62,42r7,-38v-42,-5,-65,-31,-65,-79v0,-64,38,-117,107,-116r6,-31r18,0r-7,32v36,5,64,26,65,68r-52,0v0,-17,-7,-26,-21,-29r-25,118v20,-3,32,-18,37,-35r51,0v-14,50,-44,73,-96,73r-8,37r-17,0","w":200},"\u00a3":{"d":"11,6r-15,-35v26,-20,52,-39,44,-83r-35,0r7,-31r23,0v-28,-66,21,-120,86,-120v54,0,86,31,83,92r-49,0v1,-30,-7,-50,-34,-50v-42,0,-48,47,-34,78r51,0r-7,31r-41,0v5,34,-10,54,-33,72v37,-18,85,19,115,-11r14,39v-50,46,-124,-21,-175,18","w":200},"\u2044":{"d":"-60,8r149,-268r31,0r-148,268r-32,0","w":60},"\u00a5":{"d":"47,0r10,-50r-56,0r8,-34r55,0v3,-9,5,-18,1,-27r-51,0r7,-34r34,0r-32,-112r60,0r22,112r68,-112r59,0r-78,112r34,0r-8,34r-50,0v-6,7,-9,17,-12,27r57,0r-7,34r-56,0r-10,50r-55,0","w":200},"\u0192":{"d":"-11,60r10,-38v29,8,37,-18,42,-37r30,-106r-35,0r10,-35r34,0v12,-51,24,-112,88,-107v10,0,20,2,30,3r-10,37v-45,-12,-46,35,-56,67r37,0r-9,35r-38,0v-29,74,-17,200,-133,181","w":200},"\u00a7":{"d":"56,-123v0,28,32,35,47,52v10,19,49,23,49,-7v0,-28,-33,-37,-48,-55v-16,-19,-48,-14,-48,10xm3,-6r46,0v-1,18,10,33,29,33v57,-1,27,-52,1,-63v-26,-20,-68,-39,-69,-79v0,-30,22,-53,52,-57v-38,-44,21,-94,69,-91v42,3,77,22,71,68r-46,0v1,-17,-8,-30,-27,-30v-16,0,-27,10,-27,25v17,48,94,53,96,113v0,32,-25,52,-47,57v34,47,-18,96,-71,96v-45,0,-79,-24,-77,-72","w":213},"\u00a4":{"d":"7,-54r21,-21v-23,-24,-25,-78,0,-102r-21,-21r21,-21r20,20v24,-20,79,-22,102,0r21,-21r22,22r-20,20v21,25,22,79,-1,104r20,20r-20,20r-20,-21v-24,24,-79,24,-104,1r-21,21xm101,-177v-29,0,-45,24,-45,51v0,26,16,51,44,51v28,0,43,-25,43,-51v0,-25,-14,-51,-42,-51","w":200},"'":{"d":"40,-141r0,-116r38,0r0,116r-38,0","w":100},"\u201c":{"d":"92,-197r-11,56r-57,0v12,-56,9,-113,81,-116r-6,25v-21,4,-28,14,-32,35r25,0xm168,-197r-11,56r-57,0v12,-56,9,-113,81,-116r-6,25v-21,4,-28,14,-32,35r25,0","w":173},"\u00ab":{"d":"124,-29r-46,-49r10,-47r65,-42r-9,45r-40,24r28,31xm54,-29r-46,-49r10,-47r65,-42r-10,45r-39,24r28,31","w":166},"\u2039":{"d":"52,-29r-46,-49r10,-47r65,-42r-9,45r-40,24r28,31"},"\u203a":{"d":"27,-167r46,50r-10,47r-65,41r10,-44r39,-25r-28,-30"},"\ufb01":{"d":"229,-257r-10,42r-51,0r9,-42r52,0xm123,0r39,-186r51,0r-39,186r-51,0xm6,0r32,-152r-30,0r7,-34r31,0v5,-61,40,-82,106,-70r-8,36v-31,-5,-45,5,-47,34r36,0r-7,34r-37,0r-32,152r-51,0","w":219},"\ufb02":{"d":"122,0r55,-257r51,0r-54,257r-52,0xm6,0r32,-152r-30,0r7,-34r31,0v5,-61,40,-82,106,-70r-8,36v-31,-5,-45,5,-47,34r36,0r-7,34r-37,0r-32,152r-51,0","w":219},"\u2013":{"d":"-10,-76r9,-44r180,0r-9,44r-180,0","w":180},"\u2020":{"d":"45,60r42,-204r-68,0r9,-42r68,0r15,-71r47,0r-14,71r67,0r-9,42r-67,0r-43,204r-47,0","w":213},"\u2021":{"d":"45,60r14,-70r-67,0r8,-42r68,0r19,-92r-66,0r8,-42r67,0r15,-71r48,0r-15,71r68,0r-9,42r-68,0r-19,92r67,0r-8,42r-68,0r-15,70r-47,0","w":213},"\u00b7":{"d":"15,-103v0,-17,14,-31,31,-31v16,0,30,14,30,31v0,15,-14,30,-30,30v-17,0,-31,-13,-31,-30","w":100},"\u00b6":{"d":"53,60r39,-187v-49,0,-72,-26,-65,-64v16,-83,111,-64,201,-66r-66,317r-35,0r61,-288r-40,0r-61,288r-34,0","w":216},"\u2022":{"d":"26,-129v0,-36,28,-64,64,-64v36,0,64,28,64,64v0,36,-28,65,-64,65v-36,0,-64,-29,-64,-65","w":180},"\u201a":{"d":"-5,0r12,-55r57,0v-14,54,-9,112,-81,115r5,-25v21,-4,28,-14,32,-35r-25,0","w":100},"\u201e":{"d":"-4,0r12,-55r56,0v-12,55,-10,112,-81,115r6,-25v21,-4,28,-14,32,-35r-25,0xm72,0r12,-55r56,0v-12,55,-10,112,-81,115r6,-25v21,-4,28,-14,32,-35r-25,0","w":173},"\u201d":{"d":"111,-202r12,-55r57,0v-14,54,-10,113,-81,116r5,-26v21,-4,28,-14,32,-35r-25,0xm35,-202r12,-55r57,0v-14,54,-10,113,-81,116r5,-26v21,-4,28,-14,32,-35r-25,0","w":173},"\u00bb":{"d":"31,-167r46,50r-10,47r-65,41r10,-44r39,-25r-28,-30xm102,-167r46,50r-10,47r-65,41r9,-44r40,-25r-28,-30","w":166},"\u2026":{"d":"126,0r12,-55r56,0r-11,55r-57,0xm246,0r11,-55r57,0r-12,55r-56,0xm6,0r12,-55r57,0r-12,55r-57,0","w":360},"\u2030":{"d":"145,-43v0,-37,21,-76,62,-76v29,0,47,16,47,45v0,39,-20,79,-64,79v-30,0,-45,-20,-45,-48xm178,-41v0,10,3,23,15,23v22,0,29,-41,29,-58v0,-9,-5,-19,-15,-19v-21,0,-29,38,-29,54xm272,-43v0,-37,21,-76,62,-76v29,0,47,16,47,45v0,39,-20,79,-64,79v-30,0,-45,-20,-45,-48xm304,-41v0,10,3,23,15,23v22,0,29,-41,29,-58v0,-9,-5,-19,-15,-19v-21,0,-29,38,-29,54xm27,8r194,-268r31,0r-194,268r-31,0xm25,-181v0,-37,21,-76,62,-76v29,0,47,16,47,45v0,39,-20,79,-64,79v-30,0,-45,-20,-45,-48xm58,-179v0,10,3,22,15,22v27,0,44,-70,13,-77v-21,0,-28,39,-28,55","w":406},"\u00bf":{"d":"-11,4v0,-64,85,-61,91,-117r47,0v-7,47,-23,62,-59,77v-31,13,-36,64,6,64v26,0,39,-21,42,-44r51,0v-3,57,-46,87,-100,87v-41,0,-78,-21,-78,-67xm150,-191r-12,55r-57,0r12,-55r57,0","w":206},"`":{"d":"63,-260r32,51r-36,0r-50,-51r54,0"},"\u00b4":{"d":"135,-260r-51,51r-36,0r32,-51r55,0"},"\u02c6":{"d":"3,-209r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0"},"\u02dc":{"d":"50,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44"},"\u00af":{"d":"13,-222r5,-27r109,0r-5,27r-109,0"},"\u02d8":{"d":"14,-262r23,0v4,38,66,31,75,0r24,0v-7,64,-123,75,-122,0"},"\u02d9":{"d":"41,-215r9,-42r47,0r-8,42r-48,0"},"\u00a8":{"d":"77,-215r8,-42r47,0r-8,42r-47,0xm6,-215r9,-42r47,0r-9,42r-47,0"},"\u02da":{"d":"47,-236v0,14,9,25,23,25v14,0,23,-11,23,-25v0,-14,-9,-25,-23,-25v-14,0,-23,11,-23,25xm26,-236v0,-24,20,-44,44,-44v24,0,44,20,44,44v0,24,-20,44,-44,44v-24,0,-44,-20,-44,-44"},"\u00b8":{"d":"4,71r8,-18v11,4,45,16,45,-5v0,-23,-33,-1,-37,-18r21,-31r18,0v-3,6,-12,15,-13,20v18,-6,45,1,45,23v0,46,-59,39,-87,29"},"\u02dd":{"d":"84,-260r-50,51r-36,0r32,-51r54,0xm156,-260r-50,51r-36,0r32,-51r54,0"},"\u02db":{"d":"73,46r17,8v-14,18,-32,24,-48,24v-9,0,-39,-2,-39,-32v0,-10,6,-29,54,-47r23,0v-35,21,-42,34,-42,46v0,17,27,16,35,1"},"\u02c7":{"d":"136,-260r-50,51r-45,0r-30,-51r36,0r18,30r31,-30r40,0"},"\u2014":{"d":"36,-76r10,-44r266,0r-9,44r-267,0","w":360},"\u00c6":{"d":"158,-98r24,-112r-7,0r-79,112r62,0xm-33,0r181,-257r220,0r-11,47r-118,0r-12,56r111,0r-9,43r-111,0r-14,63r122,0r-10,48r-179,0r12,-55r-79,0r-39,55r-64,0","w":353},"\u00aa":{"d":"98,-193v-17,9,-51,-1,-51,23v13,27,54,2,51,-23xm88,-149v-17,23,-78,15,-78,-16v0,-26,18,-39,47,-42v23,-3,46,-2,46,-14v-5,-21,-40,-15,-43,2r-34,0v4,-27,31,-37,60,-38v33,-1,62,12,51,50v-7,21,-15,43,-11,69r-38,0r0,-11","w":123},"\u0141":{"d":"-1,0r15,-72r-30,20r8,-40r30,-21r31,-144r56,0r-20,99r73,-51r-9,42r-73,50r-15,69r125,0r-10,48r-181,0","w":206},"\u00d8":{"d":"74,-81r124,-115v-9,-12,-24,-20,-44,-20v-66,2,-94,74,-80,135xm208,-176r-124,115v9,12,24,20,44,20v63,-2,93,-73,80,-135xm288,-251r-36,34v46,95,-13,223,-125,223v-36,0,-64,-11,-83,-30r-36,34r-15,-16r37,-34v-49,-95,13,-223,124,-223v36,0,64,9,84,29r36,-33","w":280},"\u0152":{"d":"174,0v1,-7,5,-15,3,-21v-15,18,-41,27,-65,27v-65,0,-99,-49,-99,-110v0,-83,52,-159,141,-159v25,0,50,8,65,29r5,-23r182,0r-10,47r-130,0r-11,56r118,0r-9,43r-118,0r-14,63r132,0r-10,48r-180,0xm122,-41v66,0,82,-77,82,-133v0,-30,-24,-42,-51,-42v-58,0,-83,63,-83,112v0,35,14,63,52,63","w":399},"\u00ba":{"d":"13,-185v0,-40,26,-72,72,-72v36,0,59,15,59,50v0,41,-27,72,-73,72v-36,0,-58,-16,-58,-50xm84,-230v-34,1,-51,64,-11,68v34,-1,52,-65,11,-68","w":128},"\u00e6":{"d":"184,-113r85,0v0,-25,-7,-44,-36,-44v-26,0,-45,20,-49,44xm75,-130r-49,0v10,-48,46,-61,91,-61v20,0,50,5,60,24v15,-18,39,-24,62,-24v63,-1,81,49,73,110r-133,0v-7,28,5,51,37,52v18,0,34,-8,40,-29r51,0v-23,74,-125,83,-162,28v-15,24,-44,35,-76,35v-50,0,-68,-23,-68,-50v0,-36,23,-59,77,-63v36,-3,67,-1,67,-25v0,-39,-66,-30,-70,3xm136,-90v-24,15,-83,2,-83,39v0,18,14,22,29,22v39,-1,50,-28,54,-61","w":326},"\u0131":{"d":"87,-186r-40,186r-51,0r39,-186r52,0"},"\u0142":{"d":"47,0r-51,0r21,-100r-26,19r10,-44r25,-19r24,-113r52,0r-15,67r30,-23r-9,44r-30,22"},"\u00f8":{"d":"56,-64r83,-76v-5,-8,-16,-13,-30,-13v-40,2,-58,52,-53,89xm145,-124r-82,76v6,9,15,15,28,15v41,-2,59,-53,54,-91xm198,-194r10,12r-24,22v38,72,-11,165,-95,165v-26,0,-48,-6,-62,-20r-26,24r-11,-12r27,-24v-37,-69,11,-164,94,-164v26,0,47,6,62,19","w":213},"\u0153":{"d":"187,-113r84,0v4,-21,-8,-40,-33,-40v-30,0,-43,18,-51,40xm258,-58r52,0v-18,65,-120,89,-160,32v-15,22,-41,31,-67,31v-61,0,-79,-43,-79,-84v0,-80,113,-156,171,-82v41,-55,146,-30,146,52v0,9,-1,17,-3,28r-136,0v-5,29,7,47,35,48v19,0,35,-9,41,-25xm55,-72v0,21,11,39,35,39v39,0,52,-54,52,-86v0,-17,-9,-34,-32,-34v-40,0,-55,53,-55,81","w":333},"\u00df":{"d":"-4,0r39,-188v10,-51,41,-75,91,-75v36,0,77,16,77,61v1,32,-23,53,-50,61v26,6,40,25,40,52v-1,65,-58,105,-126,91r8,-40v38,7,66,-15,66,-50v0,-29,-18,-39,-47,-37r7,-32v31,2,51,-9,51,-39v0,-15,-13,-25,-27,-25v-29,0,-36,20,-41,44r-37,177r-51,0","w":213},"\u00f7":{"d":"17,-72r0,-38r182,0r0,38r-182,0xm78,-166v0,-17,13,-30,30,-30v16,0,31,13,31,30v0,15,-14,31,-30,31v-17,0,-31,-14,-31,-31xm78,-16v0,-17,13,-30,30,-30v16,0,31,13,31,30v0,15,-14,30,-30,30v-17,0,-31,-13,-31,-30","w":216},"\u00be":{"d":"73,8r149,-268r31,0r-148,268r-32,0xm57,-167r5,-25v19,1,40,-2,41,-19v-6,-28,-51,-19,-53,8r-35,0v5,-36,29,-54,66,-54v28,0,57,10,57,42v0,18,-13,31,-31,35v17,4,23,16,23,31v0,38,-31,54,-70,54v-43,0,-62,-18,-60,-57r35,0v-1,18,8,26,26,28v31,3,45,-44,8,-43r-12,0xm228,0r7,-32r-74,0r7,-31r94,-88r38,0r-21,90r21,0r-6,29r-22,0r-7,32r-37,0xm198,-61r44,0v3,-17,11,-38,12,-53","w":320},"\u00bc":{"d":"73,8r149,-268r31,0r-148,268r-32,0xm132,-254r-35,156r-38,0r23,-99r-40,0r6,-27v23,-1,41,-7,53,-30r31,0xm228,0r7,-32r-74,0r7,-31r94,-88r38,0r-21,90r21,0r-6,29r-22,0r-7,32r-37,0xm198,-61r44,0v3,-17,11,-38,12,-53","w":320},"\u00b9":{"d":"125,-254r-35,156r-37,0r22,-99r-40,0r6,-27v23,-1,41,-7,53,-30r31,0","w":141},"\u00d7":{"d":"50,-6r-27,-27r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58","w":216},"\u00ae":{"d":"6,-129v0,-82,65,-134,138,-134v73,0,138,52,138,134v0,82,-65,135,-138,135v-73,0,-138,-53,-138,-135xm42,-129v0,62,45,106,102,106v56,0,102,-44,102,-106v0,-61,-46,-105,-102,-105v-57,0,-102,44,-102,105xm90,-54r0,-150v52,1,116,-9,116,44v0,28,-17,38,-39,40r40,66r-31,0r-37,-64r-18,0r0,64r-31,0xm121,-181r0,40v25,-1,56,6,55,-21v-1,-24,-32,-18,-55,-19","w":288},"\u00de":{"d":"93,-178r-16,76v49,0,106,9,104,-44v-2,-44,-49,-30,-88,-32xm-1,0r53,-257r57,0r-7,35v73,-3,137,0,136,75v-1,83,-82,96,-171,89r-12,58r-56,0","w":240},"\u00a6":{"d":"21,32r0,-90r38,0r0,90r-38,0xm59,-238r0,90r-38,0r0,-90r38,0","w":79},"\u00d0":{"d":"-1,0r23,-112r-30,0r9,-42r30,0r22,-103r93,0v72,0,109,37,109,100v0,90,-50,157,-149,157r-107,0xm100,-210r-12,56r60,0r-9,42r-61,0r-13,64v83,10,133,-28,133,-99v0,-54,-39,-69,-98,-63","w":266},"\u00bd":{"d":"73,8r149,-268r30,0r-148,268r-31,0xm60,-98r22,-99r-40,0r7,-27v23,-1,41,-7,53,-30r30,0r-35,156r-37,0xm182,0v-4,-64,95,-68,107,-109v0,-15,-11,-21,-24,-21v-17,0,-28,15,-29,31r-37,0v-5,-70,127,-86,127,-12v0,45,-69,57,-93,82r78,0r-7,29r-122,0","w":320},"\u2212":{"d":"17,-72r0,-38r182,0r0,38r-182,0","w":216},"\u00e7":{"d":"192,-122r-51,0v0,-22,-12,-31,-34,-31v-39,0,-52,47,-52,79v0,22,9,41,35,41v23,0,35,-17,41,-35r52,0v-15,44,-45,69,-89,72v-2,5,-10,12,-9,15v18,-6,45,1,45,23v0,46,-58,39,-86,29r7,-18v11,4,45,16,45,-5v0,-23,-33,-1,-37,-18r18,-26v-46,-3,-73,-28,-73,-79v0,-63,38,-116,105,-116v45,0,82,20,83,69","w":200},"\u00f0":{"d":"91,-33v37,0,55,-48,55,-79v0,-20,-10,-36,-37,-36v-37,0,-54,46,-54,73v0,22,12,42,36,42xm64,-219r45,-21v-11,-9,-22,-17,-32,-21r34,-20v13,7,23,15,32,24r44,-21r23,22r-45,22v22,28,32,62,32,104v0,40,-16,135,-108,135v-52,0,-85,-27,-85,-80v0,-54,41,-107,107,-107v15,0,30,9,40,15v-3,-19,-10,-36,-20,-50r-44,21","w":213},"\u00b1":{"d":"17,-96r0,-39r72,0r0,-47r38,0r0,47r72,0r0,39r-72,0r0,47r-38,0r0,-47r-72,0xm17,0r0,-39r182,0r0,39r-182,0","w":216},"\u00c7":{"d":"257,-168r-57,0v0,-32,-19,-48,-46,-48v-58,0,-84,59,-84,108v0,35,17,67,58,67v31,0,56,-25,61,-52r56,0v-23,72,-62,99,-118,99v-2,4,-10,10,-9,13v18,-6,45,1,45,23v0,46,-58,39,-86,29r7,-18v11,4,45,16,45,-5v0,-23,-33,0,-36,-18r17,-25v-62,-6,-97,-47,-97,-113v0,-83,54,-155,141,-155v59,0,104,32,103,95","w":266},"\u00fe":{"d":"-21,66r68,-323r51,0r-20,94v32,-54,126,-27,126,45v0,61,-32,123,-101,123v-23,1,-44,-11,-54,-30r-19,91r-51,0xm116,-153v-38,0,-56,47,-56,79v0,24,12,41,37,41v39,0,56,-45,56,-78v0,-22,-13,-42,-37,-42","w":219},"\u00a9":{"d":"6,-129v0,-82,65,-134,138,-134v73,0,138,52,138,134v0,82,-65,135,-138,135v-73,0,-138,-53,-138,-135xm42,-129v0,61,45,106,102,106v56,0,102,-45,102,-106v0,-62,-46,-105,-102,-105v-57,0,-102,43,-102,105xm185,-106r30,0v-6,36,-34,57,-66,57v-47,0,-77,-35,-77,-80v0,-46,28,-81,76,-81v33,0,60,20,65,56r-28,0v-14,-47,-85,-28,-79,24v-8,51,70,73,79,24","w":288},"\u00ac":{"d":"199,-146r0,110r-39,0r0,-72r-143,0r0,-38r182,0","w":216},"\u00b2":{"d":"149,-210v0,46,-69,58,-93,83r78,0r-6,29r-122,0v3,-40,30,-57,62,-72v26,-12,45,-23,45,-37v0,-37,-55,-21,-54,9r-36,0v-6,-69,126,-84,126,-12","w":141},"\u00b3":{"d":"65,-167r5,-25v19,1,40,-2,41,-19v-6,-28,-51,-19,-53,8r-35,0v5,-36,29,-54,66,-54v28,0,56,10,56,42v0,18,-13,31,-31,35v17,4,24,16,24,31v0,38,-31,54,-70,54v-43,0,-62,-18,-60,-57r35,0v-1,18,8,26,26,28v31,3,45,-44,8,-43r-12,0","w":141},"\u2122":{"d":"334,-257r0,148r-34,0r-1,-105r-38,105r-25,0r-39,-105r0,105r-35,0r0,-148r49,0r37,98r37,-98r49,0xm143,-257r0,29r-42,0r0,119r-37,0r0,-119r-42,0r0,-29r121,0","w":356},"\u00b0":{"d":"30,-204v0,-30,23,-53,53,-53v30,0,53,23,53,53v0,30,-23,54,-53,54v-30,0,-53,-24,-53,-54xm53,-204v0,17,15,32,30,32v15,0,30,-15,30,-32v0,-44,-60,-37,-60,0","w":144},"\u03bc":{"d":"211,-186r-39,186r-49,0v1,-8,6,-19,5,-26v-20,24,-46,36,-81,29r-13,63r-51,0r54,-252r51,0r-26,132v0,11,13,19,25,19v67,0,54,-96,73,-151r51,0","w":219},"\u00c1":{"d":"143,-202v-21,32,-37,69,-56,103r69,0xm-28,0r152,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0xm221,-331r-51,51r-36,0r32,-51r55,0","w":246},"\u00c2":{"d":"143,-202v-21,32,-37,69,-56,103r69,0xm-28,0r152,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0xm89,-280r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":246},"\u00c4":{"d":"143,-202v-21,32,-37,69,-56,103r69,0xm-28,0r152,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0xm163,-286r8,-42r47,0r-8,42r-47,0xm92,-286r9,-42r47,0r-9,42r-47,0","w":246},"\u00c0":{"d":"143,-202v-21,32,-37,69,-56,103r69,0xm-28,0r152,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0xm149,-331r32,51r-36,0r-50,-51r54,0","w":246},"\u00c5":{"d":"143,-202v-21,32,-37,69,-56,103r69,0xm-28,0r152,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0xm133,-307v0,14,9,25,23,25v14,0,23,-11,23,-25v0,-14,-9,-25,-23,-25v-14,0,-23,11,-23,25xm112,-307v0,-24,20,-44,44,-44v24,0,44,20,44,44v0,24,-20,44,-44,44v-24,0,-44,-20,-44,-44","w":246},"\u00c3":{"d":"143,-202v-21,32,-37,69,-56,103r69,0xm-28,0r152,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0xm136,-328v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":246},"\u00c9":{"d":"-1,0r54,-257r196,0r-10,47r-140,0r-11,56r129,0r-9,43r-130,0r-13,63r142,0r-10,48r-198,0xm218,-331r-51,51r-36,0r32,-51r55,0","w":240},"\u00ca":{"d":"-1,0r54,-257r196,0r-10,47r-140,0r-11,56r129,0r-9,43r-130,0r-13,63r142,0r-10,48r-198,0xm86,-280r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":240},"\u00cb":{"d":"-1,0r54,-257r196,0r-10,47r-140,0r-11,56r129,0r-9,43r-130,0r-13,63r142,0r-10,48r-198,0xm160,-286r8,-42r47,0r-8,42r-47,0xm89,-286r9,-42r47,0r-9,42r-47,0","w":240},"\u00c8":{"d":"-1,0r54,-257r196,0r-10,47r-140,0r-11,56r129,0r-9,43r-130,0r-13,63r142,0r-10,48r-198,0xm146,-331r32,51r-36,0r-50,-51r54,0","w":240},"\u00cd":{"d":"-1,0r54,-257r57,0r-55,257r-56,0xm152,-331r-51,51r-36,0r32,-51r55,0","w":106},"\u00ce":{"d":"-1,0r54,-257r57,0r-55,257r-56,0xm18,-280r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":106},"\u00cf":{"d":"-1,0r54,-257r57,0r-55,257r-56,0xm94,-286r8,-42r47,0r-8,42r-47,0xm23,-286r9,-42r47,0r-9,42r-47,0","w":106},"\u00cc":{"d":"-1,0r54,-257r57,0r-55,257r-56,0xm80,-331r32,51r-36,0r-50,-51r54,0","w":106},"\u00d1":{"d":"-1,0r54,-257r58,0r71,183r37,-183r51,0r-54,257r-57,0r-71,-180r-37,180r-52,0xm146,-328v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":266},"\u00d3":{"d":"70,-108v0,35,17,67,58,67v55,0,83,-59,83,-108v0,-36,-16,-67,-57,-67v-58,0,-84,59,-84,108xm13,-108v0,-83,54,-155,141,-155v69,0,114,38,114,110v0,85,-51,159,-141,159v-72,0,-114,-42,-114,-114xm229,-331r-51,51r-36,0r32,-51r55,0","w":280},"\u00d4":{"d":"70,-108v0,35,17,67,58,67v55,0,83,-59,83,-108v0,-36,-16,-67,-57,-67v-58,0,-84,59,-84,108xm13,-108v0,-83,54,-155,141,-155v69,0,114,38,114,110v0,85,-51,159,-141,159v-72,0,-114,-42,-114,-114xm97,-280r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":280},"\u00d6":{"d":"70,-108v0,35,17,67,58,67v55,0,83,-59,83,-108v0,-36,-16,-67,-57,-67v-58,0,-84,59,-84,108xm13,-108v0,-83,54,-155,141,-155v69,0,114,38,114,110v0,85,-51,159,-141,159v-72,0,-114,-42,-114,-114xm171,-286r8,-42r47,0r-8,42r-47,0xm100,-286r9,-42r47,0r-9,42r-47,0","w":280},"\u00d2":{"d":"70,-108v0,35,17,67,58,67v55,0,83,-59,83,-108v0,-36,-16,-67,-57,-67v-58,0,-84,59,-84,108xm13,-108v0,-83,54,-155,141,-155v69,0,114,38,114,110v0,85,-51,159,-141,159v-72,0,-114,-42,-114,-114xm157,-331r32,51r-36,0r-50,-51r54,0","w":280},"\u00d5":{"d":"70,-108v0,35,17,67,58,67v55,0,83,-59,83,-108v0,-36,-16,-67,-57,-67v-58,0,-84,59,-84,108xm13,-108v0,-83,54,-155,141,-155v69,0,114,38,114,110v0,85,-51,159,-141,159v-72,0,-114,-42,-114,-114xm144,-328v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":280},"\u0160":{"d":"2,-85r53,0v-2,36,24,47,56,47v23,0,49,-10,49,-36v0,-25,-33,-30,-65,-40v-32,-10,-65,-25,-65,-69v0,-57,52,-80,102,-80v53,0,96,24,96,83r-53,0v1,-29,-20,-39,-46,-39v-22,0,-45,8,-45,32v0,26,43,32,61,36v40,10,68,26,68,72v0,62,-55,85,-104,85v-71,0,-107,-29,-107,-91xm206,-331r-50,51r-45,0r-30,-51r36,0r18,30r31,-30r40,0","w":233},"\u00da":{"d":"270,-257v-31,107,-15,263,-155,263v-65,0,-112,-39,-96,-114r31,-149r57,0r-37,181v0,13,9,35,48,35v46,0,55,-25,63,-64r32,-152r57,0xm222,-331r-51,51r-36,0r32,-51r55,0","w":266},"\u00db":{"d":"270,-257v-31,107,-15,263,-155,263v-65,0,-112,-39,-96,-114r31,-149r57,0r-37,181v0,13,9,35,48,35v46,0,55,-25,63,-64r32,-152r57,0xm99,-280r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":266},"\u00dc":{"d":"270,-257v-31,107,-15,263,-155,263v-65,0,-112,-39,-96,-114r31,-149r57,0r-37,181v0,13,9,35,48,35v46,0,55,-25,63,-64r32,-152r57,0xm173,-286r8,-42r47,0r-8,42r-47,0xm102,-286r9,-42r47,0r-9,42r-47,0","w":266},"\u00d9":{"d":"270,-257v-31,107,-15,263,-155,263v-65,0,-112,-39,-96,-114r31,-149r57,0r-37,181v0,13,9,35,48,35v46,0,55,-25,63,-64r32,-152r57,0xm159,-331r32,51r-36,0r-50,-51r54,0","w":266},"\u00dd":{"d":"63,0r21,-100r-62,-157r58,0r38,109r80,-109r67,0r-125,160r-20,97r-57,0xm205,-331r-51,51r-36,0r32,-51r55,0","w":233},"\u0178":{"d":"63,0r21,-100r-62,-157r58,0r38,109r80,-109r67,0r-125,160r-20,97r-57,0xm147,-286r8,-42r47,0r-8,42r-47,0xm76,-286r9,-42r47,0r-9,42r-47,0","w":233},"\u017d":{"d":"-15,0r9,-47r172,-163r-132,0r11,-47r203,0r-10,45r-173,164r145,0r-9,48r-216,0xm206,-331r-50,51r-45,0r-30,-51r36,0r18,30r31,-30r40,0","w":233},"\u00e1":{"d":"130,-89v-28,17,-79,-3,-81,39v0,14,13,21,28,21v41,-1,45,-31,53,-60xm69,-130r-47,0v6,-47,46,-61,88,-61v33,0,78,7,77,49v-1,48,-27,93,-21,142r-51,0r0,-18v-29,40,-118,24,-118,-26v0,-36,28,-58,72,-63v48,-6,71,-3,71,-27v0,-36,-68,-29,-71,4xm192,-260r-51,51r-36,0r32,-51r55,0","w":206},"\u00e2":{"d":"130,-89v-28,17,-79,-3,-81,39v0,14,13,21,28,21v41,-1,45,-31,53,-60xm69,-130r-47,0v6,-47,46,-61,88,-61v33,0,78,7,77,49v-1,48,-27,93,-21,142r-51,0r0,-18v-29,40,-118,24,-118,-26v0,-36,28,-58,72,-63v48,-6,71,-3,71,-27v0,-36,-68,-29,-71,4xm60,-209r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":206},"\u00e4":{"d":"130,-89v-28,17,-79,-3,-81,39v0,14,13,21,28,21v41,-1,45,-31,53,-60xm69,-130r-47,0v6,-47,46,-61,88,-61v33,0,78,7,77,49v-1,48,-27,93,-21,142r-51,0r0,-18v-29,40,-118,24,-118,-26v0,-36,28,-58,72,-63v48,-6,71,-3,71,-27v0,-36,-68,-29,-71,4xm134,-215r8,-42r47,0r-8,42r-47,0xm63,-215r9,-42r47,0r-9,42r-47,0","w":206},"\u00e0":{"d":"130,-89v-28,17,-79,-3,-81,39v0,14,13,21,28,21v41,-1,45,-31,53,-60xm69,-130r-47,0v6,-47,46,-61,88,-61v33,0,78,7,77,49v-1,48,-27,93,-21,142r-51,0r0,-18v-29,40,-118,24,-118,-26v0,-36,28,-58,72,-63v48,-6,71,-3,71,-27v0,-36,-68,-29,-71,4xm120,-260r32,51r-36,0r-50,-51r54,0","w":206},"\u00e5":{"d":"130,-89v-28,17,-79,-3,-81,39v0,14,13,21,28,21v41,-1,45,-31,53,-60xm69,-130r-47,0v6,-47,46,-61,88,-61v33,0,78,7,77,49v-1,48,-27,93,-21,142r-51,0r0,-18v-29,40,-118,24,-118,-26v0,-36,28,-58,72,-63v48,-6,71,-3,71,-27v0,-36,-68,-29,-71,4xm104,-236v0,14,9,25,23,25v14,0,23,-11,23,-25v0,-14,-9,-25,-23,-25v-14,0,-23,11,-23,25xm83,-236v0,-24,20,-44,44,-44v24,0,44,20,44,44v0,24,-20,44,-44,44v-24,0,-44,-20,-44,-44","w":206},"\u00e3":{"d":"130,-89v-28,17,-79,-3,-81,39v0,14,13,21,28,21v41,-1,45,-31,53,-60xm69,-130r-47,0v6,-47,46,-61,88,-61v33,0,78,7,77,49v-1,48,-27,93,-21,142r-51,0r0,-18v-29,40,-118,24,-118,-26v0,-36,28,-58,72,-63v48,-6,71,-3,71,-27v0,-36,-68,-29,-71,4xm107,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":206},"\u00e9":{"d":"190,-81r-137,0v-2,30,9,47,41,48v21,0,30,-14,38,-26r51,0v-16,42,-43,64,-97,64v-50,0,-82,-28,-82,-81v0,-59,39,-115,102,-115v62,0,99,44,84,110xm58,-113r86,0v0,-19,-5,-40,-35,-40v-29,0,-43,19,-51,40xm192,-260r-51,51r-36,0r32,-51r55,0","w":206},"\u00ea":{"d":"190,-81r-137,0v-2,30,9,47,41,48v21,0,30,-14,38,-26r51,0v-16,42,-43,64,-97,64v-50,0,-82,-28,-82,-81v0,-59,39,-115,102,-115v62,0,99,44,84,110xm58,-113r86,0v0,-19,-5,-40,-35,-40v-29,0,-43,19,-51,40xm60,-209r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":206},"\u00eb":{"d":"190,-81r-137,0v-2,30,9,47,41,48v21,0,30,-14,38,-26r51,0v-16,42,-43,64,-97,64v-50,0,-82,-28,-82,-81v0,-59,39,-115,102,-115v62,0,99,44,84,110xm58,-113r86,0v0,-19,-5,-40,-35,-40v-29,0,-43,19,-51,40xm134,-215r8,-42r47,0r-8,42r-47,0xm63,-215r9,-42r47,0r-9,42r-47,0","w":206},"\u00e8":{"d":"190,-81r-137,0v-2,30,9,47,41,48v21,0,30,-14,38,-26r51,0v-16,42,-43,64,-97,64v-50,0,-82,-28,-82,-81v0,-59,39,-115,102,-115v62,0,99,44,84,110xm58,-113r86,0v0,-19,-5,-40,-35,-40v-29,0,-43,19,-51,40xm120,-260r32,51r-36,0r-50,-51r54,0","w":206},"\u00ed":{"d":"87,-186r-40,186r-51,0r39,-186r52,0xm135,-260r-51,51r-36,0r32,-51r55,0"},"\u00ee":{"d":"87,-186r-40,186r-51,0r39,-186r52,0xm3,-209r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0"},"\u00ef":{"d":"87,-186r-40,186r-51,0r39,-186r52,0xm77,-215r8,-42r47,0r-8,42r-47,0xm6,-215r9,-42r47,0r-9,42r-47,0"},"\u00ec":{"d":"87,-186r-40,186r-51,0r39,-186r52,0xm63,-260r32,51r-36,0r-50,-51r54,0"},"\u00f1":{"d":"-4,0r39,-186r49,0r-6,26v27,-43,125,-45,120,19v-4,50,-19,94,-28,141r-52,0r26,-132v0,-11,-12,-19,-24,-19v-67,0,-54,96,-73,151r-51,0xm105,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":219},"\u00f3":{"d":"4,-75v0,-63,41,-116,107,-116v51,0,86,25,86,79v0,66,-40,117,-108,117v-52,0,-85,-27,-85,-80xm55,-75v0,22,12,42,36,42v38,0,55,-48,55,-79v0,-25,-10,-41,-37,-41v-37,0,-54,47,-54,78xm195,-260r-51,51r-36,0r32,-51r55,0","w":213},"\u00f4":{"d":"4,-75v0,-63,41,-116,107,-116v51,0,86,25,86,79v0,66,-40,117,-108,117v-52,0,-85,-27,-85,-80xm55,-75v0,22,12,42,36,42v38,0,55,-48,55,-79v0,-25,-10,-41,-37,-41v-37,0,-54,47,-54,78xm63,-209r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":213},"\u00f6":{"d":"4,-75v0,-63,41,-116,107,-116v51,0,86,25,86,79v0,66,-40,117,-108,117v-52,0,-85,-27,-85,-80xm55,-75v0,22,12,42,36,42v38,0,55,-48,55,-79v0,-25,-10,-41,-37,-41v-37,0,-54,47,-54,78xm137,-215r8,-42r47,0r-8,42r-47,0xm66,-215r9,-42r47,0r-9,42r-47,0","w":213},"\u00f2":{"d":"4,-75v0,-63,41,-116,107,-116v51,0,86,25,86,79v0,66,-40,117,-108,117v-52,0,-85,-27,-85,-80xm55,-75v0,22,12,42,36,42v38,0,55,-48,55,-79v0,-25,-10,-41,-37,-41v-37,0,-54,47,-54,78xm123,-260r32,51r-36,0r-50,-51r54,0","w":213},"\u00f5":{"d":"4,-75v0,-63,41,-116,107,-116v51,0,86,25,86,79v0,66,-40,117,-108,117v-52,0,-85,-27,-85,-80xm55,-75v0,22,12,42,36,42v38,0,55,-48,55,-79v0,-25,-10,-41,-37,-41v-37,0,-54,47,-54,78xm110,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":213},"\u0161":{"d":"174,-132r-47,0v0,-16,-10,-25,-29,-25v-35,0,-44,28,-8,37v35,9,76,20,75,62v0,46,-46,63,-89,63v-38,0,-83,-15,-79,-65r47,0v-3,23,17,28,37,31v30,4,45,-37,14,-43v-33,-14,-80,-15,-80,-60v0,-44,47,-59,83,-59v41,0,77,11,76,59xm183,-260r-50,51r-45,0r-30,-51r36,0r18,30r31,-30r40,0","w":186},"\u00fa":{"d":"211,-186r-39,186r-49,0v1,-8,6,-19,5,-26v-27,43,-124,45,-119,-19v4,-50,19,-94,28,-141r51,0r-26,132v0,11,13,19,25,19v67,0,54,-96,73,-151r51,0xm190,-260r-51,51r-36,0r32,-51r55,0","w":219},"\u00fb":{"d":"211,-186r-39,186r-49,0v1,-8,6,-19,5,-26v-27,43,-124,45,-119,-19v4,-50,19,-94,28,-141r51,0r-26,132v0,11,13,19,25,19v67,0,54,-96,73,-151r51,0xm66,-209r50,-51r45,0r30,51r-36,0r-18,-29r-32,29r-39,0","w":219},"\u00fc":{"d":"211,-186r-39,186r-49,0v1,-8,6,-19,5,-26v-27,43,-124,45,-119,-19v4,-50,19,-94,28,-141r51,0r-26,132v0,11,13,19,25,19v67,0,54,-96,73,-151r51,0xm145,-215r8,-42r47,0r-8,42r-47,0xm74,-215r9,-42r47,0r-9,42r-47,0","w":219},"\u00f9":{"d":"211,-186r-39,186r-49,0v1,-8,6,-19,5,-26v-27,43,-124,45,-119,-19v4,-50,19,-94,28,-141r51,0r-26,132v0,11,13,19,25,19v67,0,54,-96,73,-151r51,0xm126,-260r32,51r-36,0r-50,-51r54,0","w":219},"\u00fd":{"d":"195,-186r-118,212v-19,41,-50,43,-100,38r9,-43v27,7,51,-6,55,-23r-33,-184r52,0r17,133r64,-133r54,0xm176,-260r-51,51r-36,0r32,-51r55,0","w":186},"\u00ff":{"d":"195,-186r-118,212v-19,41,-50,43,-100,38r9,-43v27,7,51,-6,55,-23r-33,-184r52,0r17,133r64,-133r54,0xm111,-215r8,-42r47,0r-8,42r-47,0xm40,-215r9,-42r47,0r-9,42r-47,0","w":186},"\u017e":{"d":"-18,0r8,-38r116,-110r-89,0r8,-38r156,0r-8,38r-117,109r103,0r-9,39r-168,0xm180,-260r-50,51r-45,0r-30,-51r36,0r18,30r31,-30r40,0","w":180},"\u00a0":{"w":100}}});;;if(window.jQuery)(function($){if($.browser.msie)try{document.execCommand("BackgroundImageCache",false,true)}catch(e){};$.fn.rating=function(options){if(this.length==0)return this;if(typeof arguments[0]=='string'){if(this.length>1){var args=arguments;return this.each(function(){$.fn.rating.apply($(this),args);});};$.fn.rating[arguments[0]].apply(this,$.makeArray(arguments).slice(1)||[]);return this;};var options=$.extend({},$.fn.rating.options,options||{});$.fn.rating.calls++;this.not('.star-rating-applied').addClass('star-rating-applied').each(function(){var control,input=$(this);var eid=(this.name||'unnamed-rating').replace(/\[|\]/g,'_').replace(/^\_+|\_+$/g,'');var context=$(this.form||document.body);var raters=context.data('rating');if(!raters||raters.call!=$.fn.rating.calls)raters={count:0,call:$.fn.rating.calls};var rater=raters[eid];if(rater)control=rater.data('rating');if(rater&&control)
control.count++;else{control=$.extend({},options||{},($.metadata?input.metadata():($.meta?input.data():null))||{},{count:0,stars:[],inputs:[]});control.serial=raters.count++;rater=$('<span class="star-rating-control"/>');input.before(rater);rater.addClass('rating-to-be-drawn');if(input.attr('disabled'))control.readOnly=true;rater.append(control.cancel=$('<div class="rating-cancel"><a title="'+control.cancel+'">'+control.cancelValue+'</a></div>').mouseover(function(){$(this).rating('drain');$(this).addClass('star-rating-hover');}).mouseout(function(){$(this).rating('draw');$(this).removeClass('star-rating-hover');}).click(function(){$(this).rating('select');}).data('rating',control));};var star=$('<div class="star-rating rater-'+control.serial+'"><a title="'+(this.title||this.value)+'">'+this.value+'</a></div>');rater.append(star);if(this.id)star.attr('id',this.id);if(this.className)star.addClass(this.className);if(control.half)control.split=2;if(typeof control.split=='number'&&control.split>0){var stw=($.fn.width?star.width():0)||control.starWidth;var spi=(control.count%control.split),spw=Math.floor(stw/control.split);star.width(spw).find('a').css({'margin-left':'-'+(spi*spw)+'px'})};if(control.readOnly)
star.addClass('star-rating-readonly');else
star.addClass('star-rating-live').mouseover(function(){$(this).rating('fill');$(this).rating('focus');}).mouseout(function(){$(this).rating('draw');$(this).rating('blur');}).click(function(){$(this).rating('select');});if(this.checked)control.current=star;input.hide();input.change(function(){$(this).rating('select');});star.data('rating.input',input.data('rating.star',star));control.stars[control.stars.length]=star[0];control.inputs[control.inputs.length]=input[0];control.rater=raters[eid]=rater;control.context=context;input.data('rating',control);rater.data('rating',control);star.data('rating',control);context.data('rating',raters);});$('.rating-to-be-drawn').rating('draw').removeClass('rating-to-be-drawn');return this;};$.extend($.fn.rating,{calls:0,focus:function(){var control=this.data('rating');if(!control)return this;if(!control.focus)return this;var input=$(this).data('rating.input')||$(this.tagName=='INPUT'?this:null);if(control.focus)control.focus.apply(input[0],[input.val(),$('a',input.data('rating.star'))[0]]);},blur:function(){var control=this.data('rating');if(!control)return this;if(!control.blur)return this;var input=$(this).data('rating.input')||$(this.tagName=='INPUT'?this:null);if(control.blur)control.blur.apply(input[0],[input.val(),$('a',input.data('rating.star'))[0]]);},fill:function(){var control=this.data('rating');if(!control)return this;if(control.readOnly)return;this.rating('drain');this.prevAll().andSelf().filter('.rater-'+control.serial).addClass('star-rating-hover');},drain:function(){var control=this.data('rating');if(!control)return this;if(control.readOnly)return;control.rater.children().filter('.rater-'+control.serial).removeClass('star-rating-on').removeClass('star-rating-hover');},draw:function(){var control=this.data('rating');if(!control)return this;this.rating('drain');if(control.current){control.current.data('rating.input').attr('checked','checked');control.current.prevAll().andSelf().filter('.rater-'+control.serial).addClass('star-rating-on');}
else
$(control.inputs).removeAttr('checked');control.cancel[control.readOnly||control.required?'hide':'show']();this.siblings()[control.readOnly?'addClass':'removeClass']('star-rating-readonly');},select:function(value){var control=this.data('rating');if(!control)return this;if(control.readOnly)return;control.current=null;if(typeof value!='undefined'){if(typeof value=='number')
return $(control.stars[value]).rating('select');if(typeof value=='string')
$.each(control.stars,function(){if($(this).data('rating.input').val()==value)$(this).rating('select');});}
else
control.current=this[0].tagName=='INPUT'?this.data('rating.star'):(this.is('.rater-'+control.serial)?this:null);this.data('rating',control);this.rating('draw');var input=$(control.current?control.current.data('rating.input'):null);if(control.callback)control.callback.apply(input[0],[input.val(),$('a',control.current)[0]]);},readOnly:function(toggle,disable){var control=this.data('rating');if(!control)return this;control.readOnly=toggle||toggle==undefined?true:false;if(disable)$(control.inputs).attr("disabled","disabled");else $(control.inputs).removeAttr("disabled");this.data('rating',control);this.rating('draw');},disable:function(){this.rating('readOnly',true,true);},enable:function(){this.rating('readOnly',false,false);}});$.fn.rating.options={cancel:'Cancel Rating',cancelValue:'',split:0,starWidth:24};$(function(){$('input[type=radio].star').rating();});})(jQuery);;var cPrint=Class.create({initialize:function(template,content){this.skin_path=print_skin_path;this.template_path=template;this.content_path=content;this.get_template();this.get_content();this.get_print_arr();this.get_no_print_arr();this.build();print_window=window.open('#','p','status=0, scrollbars=1, width=1000, height=750');print_window.document.write(this.template_html);print_window.print();print_window.document.close();},build:function(){c_html=this.content_html;i=1;this.print_arr.each(function(item){c_html=c_html.replace('{print_'+i+'}',item.innerHTML);i++;});this.no_print_arr.each(function(item){c_html=c_html.replace(item.innerHTML,'');i++;});this.content_html=c_html;t_html=this.template_html;t_html=t_html.replace(/\{print_title\}/g,'Olive & olives');t_html=t_html.replace(/\{skin_path\}/g,this.skin_path);t_html=t_html.replace(/\{content\}/g,this.content_html);this.template_html=t_html;},get_no_print_arr:function(){this.no_print_arr=$$('.no-print');},get_print_arr:function(){this.print_arr=$$('.print');},get_content:function(){this.content_html=this.get_file(this.content_path);},get_template:function(){this.template_html=this.get_file(this.template_path);},get_file:function(file_path){var file_html='';new Ajax.Request(file_path,{asynchronous:false,method:"get",onSuccess:function(transport){file_html=transport.responseText;}});return file_html;}});