/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1997 by MGI Software
 */
 
Cufon.registerFont({"w":180,"face":{"font-family":"Eurostar","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 4 2 2 2 5 2 4","ascent":"278","descent":"-82","x-height":"2","bbox":"-66 -312 404.346 90","underline-thickness":"22.6758","underline-position":"-24.2578","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":90},"!":{"d":"58,-33r0,33r-28,0r0,-33r28,0xm58,-240r-4,174r-23,0r-3,-174r30,0","w":86},"\"":{"d":"37,-144r-17,0r-4,-96r25,0xm93,-144r-18,0r-3,-96r24,0","w":112},"#":{"d":"194,-93r-3,17r-42,0r-12,76r-19,0r12,-76r-53,0r-12,76r-19,0r12,-76r-41,0r2,-17r42,0r8,-54r-41,0r3,-18r41,0r12,-75r19,0r-12,75r53,0r12,-75r19,0r-12,75r41,0r-2,18r-42,0r-8,54r42,0xm142,-147r-54,0r-8,54r53,0","w":220},"$":{"d":"121,-240v59,-3,87,10,84,67r-26,0v1,-42,-11,-45,-58,-44r0,84v61,-1,90,9,90,67v0,57,-32,67,-90,66r0,27r-20,0r0,-27v-64,2,-96,-9,-91,-75r26,0v-5,48,18,55,65,53r0,-89v-65,1,-88,-7,-89,-65v0,-57,30,-64,89,-64r0,-22r20,0r0,22xm101,-217v-47,1,-63,-2,-63,39v0,42,15,45,63,45r0,-84xm121,-22v55,8,73,-26,60,-72v-12,-17,-23,-15,-60,-16r0,88","w":220},"%":{"d":"6,-181v-5,-57,25,-62,73,-59v39,2,32,43,32,83v0,30,-14,37,-49,38v-54,1,-51,-9,-56,-62xm95,-181v0,-44,5,-47,-35,-47v-41,0,-38,5,-38,45v0,47,-3,51,43,50v34,-1,30,-8,30,-48xm231,-240r-163,240r-16,0r162,-240r17,0xm171,-61v-2,-56,19,-63,74,-60v38,2,31,44,31,84v0,31,-14,38,-49,38v-53,0,-53,-9,-56,-62xm261,-61v0,-44,4,-47,-36,-47v-41,0,-38,5,-38,45v0,47,-2,50,43,50v35,0,31,-7,31,-48","w":283},"&":{"d":"120,-214v-54,-11,-53,41,-25,65r90,76v1,-14,1,-18,0,-33r27,0v0,18,1,38,-2,53r42,34r-15,19r-36,-29v-14,29,-35,29,-83,31v-69,1,-97,-7,-97,-76v0,-43,12,-59,49,-64v-16,-13,-22,-18,-22,-42v0,-49,21,-57,73,-58v56,0,70,17,68,72r-27,0v0,-39,-1,-50,-42,-48xm48,-74v0,54,7,51,68,53v39,0,55,-1,64,-25r-94,-77v-31,7,-38,13,-38,49","w":252},"'":{"d":"37,-144r-17,0r-4,-96r25,0","w":56},"(":{"d":"46,-39v2,41,-10,97,36,89r0,23v-81,10,-64,-84,-64,-157v0,-97,-8,-104,16,-144v10,-11,27,-14,48,-13r0,23v-49,1,-36,33,-36,89r0,90","w":99},")":{"d":"54,-129v-2,-41,10,-97,-36,-89r0,-23v46,-2,65,20,63,67v-2,41,14,223,-15,234v-10,11,-27,14,-48,13r0,-23v48,-2,36,-33,36,-89r0,-90","w":99},"*":{"d":"175,-189r-50,19r30,42r-15,10r-29,-43r-32,43r-14,-10r30,-42r-49,-19r6,-17r50,17r0,-51r17,0r0,51r49,-17","w":220},"+":{"d":"98,-37r0,-72r-71,0r0,-22r71,0r0,-72r25,0r0,72r71,0r0,22r-71,0r0,72r-25,0","w":220},",":{"d":"19,22v15,0,17,-7,16,-22r-12,0r0,-33r28,0v-1,33,9,75,-32,68r0,-13","w":72,"k":{"\u00d5":24,"\u00d3":21,"1":57}},"-":{"d":"1,-99r74,0r0,23r-75,0","w":74,"k":{"\u00e7":5,"\u00ae":9,"Y":31,"W":12,"V":15,"T":28,"A":5}},"\u2010":{"d":"1,-99r74,0r0,23r-75,0","w":74},".":{"d":"50,-33r0,33r-28,0r0,-33r28,0","w":71,"k":{"\u00d5":24,"\u00d3":21,"1":57}},"\/":{"d":"207,-240r-211,312r-20,0r211,-312r20,0","w":232},"0":{"d":"16,-121v0,-95,5,-121,94,-121v91,0,94,24,94,122v0,97,-1,122,-94,122v-93,0,-94,-27,-94,-123xm179,-120v-2,-84,5,-99,-69,-99v-72,0,-69,28,-68,99v2,85,-6,99,68,99v73,0,70,-28,69,-99","w":220,"k":{"7":14,"4":5,"1":19}},"1":{"d":"142,-240r0,240r-27,0r0,-220r-61,68r-17,-16r66,-72r39,0","w":220,"k":{"9":39,"8":39,"7":40,"6":37,"5":41,"4":36,"3":41,"2":39,"1":50,"0":37,".":39,",":40}},"2":{"d":"111,-242v64,0,77,14,82,75v7,87,-70,68,-133,87v-14,9,-14,30,-14,57r146,0r0,23r-172,0v-1,-55,-3,-100,48,-108v47,-7,99,9,99,-62v0,-45,-10,-47,-55,-49v-62,-2,-66,6,-66,61r-26,0v-1,-72,13,-84,91,-84","w":220,"k":{"7":18,"4":25,"1":24}},"3":{"d":"171,-70v3,-48,-38,-41,-83,-41r0,-23v56,-3,78,8,78,-40v0,-43,-20,-46,-60,-45v-53,1,-58,4,-58,53r-26,0v-2,-65,19,-76,85,-76v61,0,84,6,86,60v1,42,-9,51,-40,59v37,5,45,16,45,56v0,61,-21,67,-88,69v-72,2,-94,-12,-92,-80r27,0v0,57,5,59,68,57v51,-1,55,-1,58,-49","w":220,"k":{"7":17,"4":9,"1":25}},"4":{"d":"171,-240r0,162r36,0r0,23r-36,0r0,55r-27,0r0,-55r-135,0r0,-32r120,-153r42,0xm144,-78r-1,-145r-111,145r112,0","w":220,"k":{"7":26,"4":4,"1":36}},"5":{"d":"112,-141v-36,0,-52,2,-60,23r-24,0r0,-122r161,0r0,23r-134,0v0,24,-4,51,-1,73v14,-19,30,-19,64,-20v62,0,81,17,81,78v0,74,-13,86,-87,88v-65,1,-90,-12,-89,-71r26,0v-2,45,14,50,59,48v65,-3,65,-3,64,-66v-1,-47,-10,-53,-60,-54","w":220,"k":{"7":16,"4":8,"1":37}},"6":{"d":"105,-242v63,0,86,7,85,63r-26,0v1,-35,-10,-40,-49,-40v-49,0,-70,1,-69,44r0,49v17,-19,29,-22,70,-22v63,1,81,13,81,72v0,64,-20,80,-87,78v-62,-2,-91,-8,-91,-61v0,-59,-20,-161,31,-176v12,-4,30,-7,55,-7xm171,-72v0,-52,-6,-50,-63,-52v-48,-1,-64,2,-64,41v0,59,5,62,66,62v55,0,61,-2,61,-51","w":220,"k":{"7":18,"4":9,"1":31}},"7":{"d":"192,-240r0,35r-116,205r-32,0r126,-217r-153,0r0,-23r175,0","w":220,"k":{":":28,"7":15,"6":17,"4":44,"1":35,".":60,",":61}},"8":{"d":"195,-180v0,40,-10,44,-39,56v33,4,41,19,41,55v0,64,-24,72,-86,71v-73,-1,-91,-2,-93,-68v-1,-43,10,-49,42,-59v-32,-8,-39,-16,-39,-56v0,-58,28,-61,88,-61v60,0,87,3,86,62xm169,-179v0,-41,-9,-41,-60,-40v-52,2,-61,-5,-62,41v-2,47,21,43,68,43v44,0,54,-2,54,-44xm172,-71v0,-42,-16,-41,-66,-41v-48,0,-59,-1,-62,43v-4,52,24,48,68,48v51,0,60,0,60,-50","w":220,"k":{"7":16,"4":9,"1":24}},"9":{"d":"108,2v-61,0,-92,-6,-90,-63r26,0v-2,41,12,35,62,40v71,7,67,-34,63,-93v-14,22,-30,21,-72,21v-59,0,-75,-14,-77,-70v-1,-66,20,-79,88,-79v96,0,90,53,90,135v-1,92,-7,109,-90,109xm170,-162v1,-52,-11,-59,-66,-57v-51,2,-59,2,-59,49v0,49,6,54,56,54v56,0,68,4,69,-46","w":220,"k":{"7":17,"4":9,"1":22}},":":{"d":"50,-33r0,33r-28,0r0,-33r28,0xm50,-168r0,33r-28,0r0,-33r28,0","w":71},";":{"d":"12,22v14,0,17,-8,15,-22r-12,0r0,-33r29,0v-1,33,9,75,-32,68r0,-13xm42,-168r0,33r-28,0r0,-33r28,0","w":65},"<":{"d":"168,-204r0,24r-130,59r130,59r0,24r-156,-72r0,-22"},"=":{"d":"27,-161r167,0r0,22r-167,0r0,-22xm27,-101r167,0r0,22r-167,0r0,-22","w":220},">":{"d":"12,-38r0,-24r130,-59r-130,-59r0,-24r156,72r0,22"},"?":{"d":"96,-33r0,33r-28,0r0,-33r28,0xm99,-242v52,2,70,14,70,64v-1,50,-12,59,-49,73v-23,9,-24,8,-24,36r-27,0v3,-48,8,-44,52,-63v19,-8,23,-15,23,-44v-1,-39,-8,-41,-48,-43v-47,-1,-54,11,-51,54r-26,0v-2,-61,17,-79,80,-77","w":187},"@":{"d":"61,-108v0,-45,7,-61,47,-62v21,0,34,5,39,16r0,-16r18,0r0,82v0,17,-1,25,14,26v22,-4,18,-33,18,-64v0,-71,-7,-71,-80,-71v-85,0,-87,2,-87,85v0,91,4,93,95,93v30,0,43,4,52,-12r12,9v-13,18,-28,18,-67,18v-88,0,-110,-19,-108,-103v3,-96,9,-105,105,-105v78,0,93,7,93,81v0,44,3,80,-32,83v-18,2,-25,-9,-30,-20v-6,14,-20,21,-43,21v-38,-1,-46,-20,-46,-61xm147,-118v0,-28,-7,-38,-34,-38v-32,0,-34,10,-33,46v1,35,1,48,32,48v37,0,35,-13,35,-56","w":226},"A":{"d":"170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0","w":219,"k":{"\u00f4":12,"\u00f3":12,"\u00f2":12,"\u00dc":18,"\u00d5":35,"\u00d3":32,"\u00c7":18,"y":15,"w":12,"v":13,"u":6,"t":4,"q":6,"o":5,"g":6,"e":5,"d":6,"c":5,"a":2,"Y":37,"W":30,"V":31,"U":12,"T":33,"Q":7,"O":7,"G":9,"C":10,".":4,"-":5,",":5}},"B":{"d":"208,-68v7,97,-104,61,-185,68r0,-240r106,0v58,-1,68,12,71,64v2,33,-10,40,-31,51v30,6,36,19,39,57xm173,-177v6,-62,-73,-34,-123,-40r0,83v52,-5,130,21,123,-43xm181,-65v0,-72,-74,-39,-131,-46r0,88v53,-7,131,24,131,-42","w":222,"k":{"\u00f1":4,"\u00ef":4,"\u00ee":4,"\u00e7":8,"\u00e5":8,"\u00ce":6,"\u00cc":8,"\u00af":4,"\u00ae":9,"Y":12,"W":9,"V":9,"O":4,"A":8}},"C":{"d":"109,-21v64,0,74,-2,71,-59r27,0v8,74,-32,82,-105,82v-82,0,-89,-45,-89,-122v0,-106,16,-122,113,-122v62,0,78,18,78,75r-27,0v0,-43,-6,-52,-52,-52v-64,0,-86,0,-83,60v4,103,-20,138,67,138","w":214,"k":{"\u00e7":4,"\u00ae":4,"K":7,"H":7,"A":4}},"D":{"d":"222,-130v0,84,-12,130,-81,130r-118,0r0,-240r111,0v71,-1,88,33,88,110xm195,-115v-1,-69,2,-102,-62,-102r-83,0r0,194r78,0v64,1,67,-28,67,-92","w":235,"k":{"\u00e7":11,"\u00e5":11,"\u00cc":11,"\u00cb":11,"Y":13,"X":14,"W":9,"V":9,"T":8,"J":4,"A":11}},"E":{"d":"40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179},"F":{"d":"50,-217r0,84r117,0r0,23r-117,0r0,110r-27,0r0,-240r147,0r0,23r-120,0","w":175,"k":{"\u00e7":18,"\u00e5":18,"\u00cf":1,"\u00cc":18,"\u00cb":18,"\u00bf":1,"\u00be":3,"u":3,"r":4,"o":1,"j":1,"i":1,"e":1,"a":4,"O":1,"J":13,"A":18,".":36,"-":-2,",":36}},"G":{"d":"122,-21v66,2,64,-18,63,-75r-76,0r0,-23r102,0r1,43v1,71,-25,78,-98,78v-97,0,-103,-44,-101,-136v2,-86,15,-108,103,-108v72,0,97,8,95,72r-26,0v7,-50,-30,-49,-77,-49v-70,0,-69,28,-68,98v0,25,1,43,1,52v1,49,27,46,81,48","w":222,"k":{"\u00e7":6,"\u00e5":6,"\u00cc":6,"\u00cb":6,"\u00ae":7,"Y":6,"W":4,"V":4,"T":1,"A":6}},"H":{"d":"217,-240r0,240r-27,0r0,-111r-140,0r0,111r-27,0r0,-240r27,0r0,106r140,0r0,-106r27,0","w":239},"I":{"d":"50,-240r0,240r-27,0r0,-240r27,0","w":73},"J":{"d":"84,-21v40,0,48,-13,47,-54r0,-165r27,0r0,169v0,58,-17,71,-73,73v-66,3,-81,-25,-75,-89r26,0v1,45,-4,66,48,66","k":{"\u00ae":12,"A":12}},"K":{"d":"50,-240r0,105r23,0r99,-105r35,0r-110,116r123,124r-37,0r-110,-111r-23,0r0,111r-27,0r0,-240r27,0","w":216,"k":{"\u00ee":11,"\u00ce":13,"\u00be":5,"y":17,"u":8,"o":7,"e":8,"a":4,"T":-2,"S":9,"O":11,"G":13,"C":13,"-":21}},"L":{"d":"50,-240r0,215r123,0r0,25r-150,0r0,-240r27,0","w":174,"k":{"\u00f1":3,"\u00ef":3,"\u00ee":3,"\u00e7":-6,"\u00d5":62,"\u00d3":60,"\u00cd":3,"\u00ae":-8,"y":14,"u":2,"Y":36,"W":26,"V":30,"U":8,"T":32,"S":2,"O":3,"G":5,"C":6,"A":-6,"-":47}},"M":{"d":"286,-240r0,240r-27,0r0,-221r-91,221r-27,0r-92,-218r1,218r-27,0r0,-240r47,0r85,205r84,-205r47,0","w":308},"N":{"d":"228,-240r0,240r-44,0r-135,-217r1,217r-27,0r0,-240r44,0r134,218r0,-218r27,0","w":250,"k":{"\u00ee":5,"\u00e7":5,"\u00bf":4,"\u00be":7,"\u00ae":3,"u":6,"o":6,"e":6,"a":7,"O":5,"G":8,"C":8,"A":5,".":11,",":12}},"O":{"d":"8,-136v0,-81,23,-106,103,-106v89,0,102,26,102,112v0,102,-10,132,-103,132v-102,0,-102,-37,-102,-138xm186,-82v-4,-79,18,-153,-76,-137v-80,-2,-74,19,-75,99v-1,80,-2,99,75,99v52,0,79,-6,76,-61","w":220,"k":{"\u00e7":7,"\u00ae":8,"Y":9,"X":9,"W":5,"V":5,"T":4,"A":7}},"P":{"d":"203,-166v7,88,-75,71,-153,72r0,94r-27,0r0,-240r100,0v64,-1,75,14,80,74xm176,-163v12,-75,-66,-49,-126,-54r0,100v55,-5,134,19,126,-46","w":212,"k":{"\u00e7":23,"\u00cf":4,"\u00bf":5,"\u00be":5,"\u00ae":33,"o":5,"e":4,"a":6,"J":19,"A":23,".":43,"-":5,",":43}},"Q":{"d":"111,-242v90,0,102,26,102,111v0,45,-2,74,-5,86r24,16r-11,18r-21,-14v-21,26,-36,27,-90,27v-98,0,-102,-32,-102,-132v0,-87,13,-112,103,-112xm111,-219v-80,0,-75,18,-76,99v0,48,-2,56,7,80v11,28,62,16,105,19v15,-2,25,-8,31,-18r-71,-47r12,-18r66,43v3,-28,2,-95,0,-112v-5,-45,-21,-46,-74,-46","w":235},"R":{"d":"177,0v-1,-48,11,-97,-45,-97r-82,0r0,97r-27,0r0,-240v80,5,184,-26,184,69v0,43,-8,56,-41,63v47,0,38,60,38,108r-27,0xm181,-163v12,-80,-72,-47,-131,-54r0,97v54,-4,135,19,131,-43","w":224,"k":{"\u00ee":5,"\u00cf":6,"\u00ce":8,"\u00be":6,"y":-4,"u":6,"o":6,"e":6,"a":6,"Y":10,"W":8,"V":7,"U":11,"T":5,"O":5,"G":7,"C":7,"-":1}},"S":{"d":"12,-174v2,-61,23,-67,89,-68v62,-1,88,8,86,67r-27,0v2,-41,-14,-44,-54,-44v-51,0,-67,-2,-67,41v0,45,14,40,67,43v60,3,86,6,86,67v0,65,-27,70,-96,70v-66,0,-86,-14,-85,-76r27,0v-6,47,18,55,63,53v48,-2,64,-2,64,-49v0,-84,-157,10,-153,-104","w":201,"k":{"\u00e7":5,"\u00ae":6,"t":-3,"Y":8,"W":5,"V":5,"T":3,"A":5}},"T":{"d":"106,-215r0,215r-27,0r0,-215r-78,0r0,-25r183,0r0,25r-78,0","w":185,"k":{"\u00f1":3,"\u00ef":3,"\u00ee":3,"\u00e7":32,"\u00e5":32,"\u00dc":41,"\u00ce":5,"\u00cd":3,"\u00cc":32,"\u00cb":32,"\u00c7":41,"\u00bf":33,"\u00be":35,"\u00af":5,"\u00ae":31,"y":27,"w":28,"v":27,"u":35,"s":34,"r":35,"o":34,"j":-1,"i":-1,"g":35,"e":35,"c":35,"a":35,"Y":-8,"W":-7,"V":-8,"S":2,"O":3,"J":36,"G":6,"C":5,"A":32,";":38,":":42,".":39,"-":28,",":40}},"U":{"d":"115,-21v55,0,71,-2,71,-51r0,-168r27,0r0,168v0,66,-24,75,-94,74v-70,-1,-97,-8,-96,-74r0,-168r27,0r0,168v-2,48,17,51,65,51","w":235,"k":{"\u00e7":12,"\u00e5":12,"\u00cc":12,"\u00ae":13,"r":8,"p":6,"n":6,"m":6,"A":12,".":14,",":15}},"V":{"d":"179,-240r29,0r-85,240r-39,0r-86,-240r29,0r77,218","w":205,"k":{"\u00f1":5,"\u00ef":5,"\u00ee":5,"\u00e7":31,"\u00e5":31,"\u00dc":26,"\u00cd":5,"\u00cc":31,"\u00cb":31,"\u00c7":26,"\u00bf":15,"\u00be":16,"\u00af":7,"\u00ae":33,"y":-1,"u":11,"r":11,"o":15,"i":-2,"g":15,"e":16,"a":16,"T":-8,"S":5,"O":5,"G":8,"C":6,"A":31,";":11,":":15,".":34,"-":15,",":35}},"W":{"d":"359,-240r-76,240r-41,0r-63,-216r-64,216r-41,0r-73,-240r27,0r66,219r65,-219r40,0r64,219r67,-219r29,0","w":359,"k":{"\u00f1":6,"\u00ef":6,"\u00ee":6,"\u00e7":30,"\u00e5":30,"\u00dc":24,"\u00cd":6,"\u00cc":30,"\u00cb":30,"\u00c7":24,"\u00bf":15,"\u00be":15,"\u00af":7,"\u00ae":30,"y":-1,"u":11,"r":11,"o":15,"g":15,"e":15,"a":16,"T":-6,"S":5,"O":6,"G":8,"C":7,"A":30,";":11,":":15,".":32,"-":13,",":32}},"X":{"d":"205,-240r-77,116r83,124r-32,0r-73,-110r-75,110r-33,0r86,-124r-79,-116r33,0r68,103r67,-103r32,0","w":209,"k":{"y":12,"u":7,"o":6,"e":6,"a":3,"Q":9,"O":9,"C":12,"-":12}},"Y":{"d":"204,-240r-90,140r0,100r-27,0r0,-100r-89,-140r32,0r71,112r71,-112r32,0","w":202,"k":{"\u00f1":9,"\u00ef":9,"\u00ee":9,"\u00e7":36,"\u00e5":36,"\u00dc":39,"\u00cd":9,"\u00cc":36,"\u00cb":36,"\u00c7":39,"\u00bf":28,"\u00be":28,"\u00af":10,"\u00ae":36,"v":10,"u":21,"p":21,"o":29,"i":-2,"g":28,"e":29,"a":28,"T":-8,"S":7,"O":9,"G":11,"C":11,"A":36,";":22,":":26,".":44,"-":32,",":45}},"Z":{"d":"192,-240r0,23r-151,194r155,0r0,23r-188,0r0,-24r151,-193r-146,0r0,-23r179,0","w":204,"k":{"y":11,"v":12}},"[":{"d":"20,-240r61,0r0,20r-34,0r0,272r34,0r0,20r-61,0r0,-312","w":99},"\\":{"d":"-24,-240r20,0r211,312r-20,0","w":232},"]":{"d":"80,72r-62,0r0,-20r35,0r0,-271r-35,0r0,-21r62,0r0,312","w":99},"^":{"d":"36,-132r-26,0r64,-109r32,0r64,109r-27,0r-53,-89"},"_":{"d":"0,24r180,0r0,23r-180,0r0,-23"},"`":{"d":"63,-237r48,36r-9,13r-52,-32"},"a":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31","w":183,"k":{"\u00d5":13,"y":1,"w":1,"j":2}},"b":{"d":"167,-82v1,58,-14,83,-68,84v-28,1,-43,-9,-54,-23r1,21r-24,0r0,-240r24,0r1,94v7,-21,27,-25,55,-25v56,0,63,26,65,89xm141,-84v0,-50,-1,-66,-45,-66v-41,0,-50,15,-49,60v2,56,-1,72,48,72v46,0,46,-16,46,-66","w":183,"k":{"w":-1,"v":-1}},"c":{"d":"95,-18v37,0,40,-6,42,-43r25,0v2,50,-20,65,-73,63v-62,-2,-72,-20,-72,-87v0,-63,12,-86,71,-86v50,0,71,10,71,58r-25,0v0,-32,-12,-39,-48,-37v-43,2,-46,16,-44,67v2,54,0,65,53,65","w":174,"k":{"k":1,"h":1}},"d":{"d":"82,-171v28,0,46,7,56,24r0,-93r24,0r0,240r-24,0v-1,-7,3,-17,0,-22v-8,16,-26,24,-54,24v-57,-1,-66,-24,-67,-88v-1,-55,13,-85,65,-85xm137,-89v0,-45,-6,-61,-48,-61v-43,0,-45,14,-46,62v-1,52,2,70,46,70v47,0,48,-16,48,-71","w":183},"e":{"d":"91,-18v38,0,48,1,48,-33r25,0v1,44,-24,54,-73,53v-63,-2,-74,-18,-74,-86v0,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0","k":{"\u00d5":11,"w":-1,"v":-1,"t":-5}},"f":{"d":"98,-221v-27,-3,-46,-2,-45,26r0,27r45,0r0,20r-45,0r0,148r-25,0r0,-148r-26,0r0,-20r26,0v-6,-55,14,-82,70,-73r0,20","w":96,"k":{"\u00d5":-2,"\u00cf":-5,"\u00bf":-5,"\u00be":-4,"t":-18,"s":-8,"o":-5,"l":-6,"j":-7,"i":-6,"f":-16,"e":-4,"a":-4}},"g":{"d":"17,-81v0,-62,11,-88,69,-90v28,-1,43,11,53,26r-1,-23r24,0r0,179v2,50,-24,64,-72,64v-51,0,-67,-10,-67,-55r24,0v-1,31,14,32,45,34v49,4,49,-33,45,-75v-7,19,-28,23,-54,23v-53,0,-66,-27,-66,-83xm137,-88v-1,-48,-4,-62,-48,-62v-42,0,-46,16,-46,63v0,55,-1,69,46,69v43,0,48,-19,48,-70","w":183,"k":{"\u00be":2,"r":2,"l":1,"e":1,"a":2}},"h":{"d":"99,-150v-80,-6,-46,85,-53,150r-24,0r0,-240r24,0r1,93v6,-16,23,-24,52,-24v92,0,56,96,63,171r-24,0r0,-107v0,-34,-7,-40,-39,-43","w":185,"k":{"\u00d5":12,"y":1}},"i":{"d":"46,-240r0,28r-24,0r0,-28r24,0xm46,-168r0,168r-24,0r0,-168r24,0","w":67,"k":{"T":-1}},"j":{"d":"44,-240r0,28r-24,0r0,-28r24,0xm-2,46v20,2,22,-10,22,-30r0,-184r24,0r0,205v-2,22,-21,30,-46,26r0,-17","w":66},"k":{"d":"46,-240r0,139r11,0r60,-67r31,0r-72,77r85,91r-34,0r-71,-81r-10,0r0,81r-24,0r0,-240r24,0","w":154,"k":{"\u00be":-1,"u":-2,"s":-3,"o":1,"g":3,"e":1,"a":-2,".":-4,"-":14,",":-3}},"l":{"d":"46,-240r0,240r-24,0r0,-240r24,0","w":67,"k":{"y":-6,"v":-6}},"m":{"d":"134,-110v2,-29,-6,-40,-37,-40v-73,0,-46,87,-51,150r-24,0r0,-168r24,0r0,25v13,-37,98,-38,107,1v10,-19,30,-29,58,-29v87,0,54,99,60,171r-25,0r0,-112v0,-28,-6,-36,-36,-38v-79,-6,-45,87,-52,150r-24,0r0,-110","w":297,"k":{"y":3,"w":2,"v":2,"p":4}},"n":{"d":"99,-150v-75,-5,-47,87,-52,150r-25,0r0,-168r24,0r0,23v8,-19,29,-26,56,-26v46,0,61,11,61,62r0,109r-25,0r0,-107v2,-34,-8,-41,-39,-43","w":185,"k":{"\u00d5":12,"v":-1,"p":2,"T":35}},"o":{"d":"17,-86v0,-68,8,-85,74,-85v68,0,72,17,74,87v2,64,-10,86,-73,86v-69,0,-75,-23,-75,-88xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66","w":182,"k":{"\u00d5":11,"y":-1,"x":2,"w":-1,"v":-2,"t":-5,"T":35}},"p":{"d":"166,-82v-1,57,-11,83,-64,84v-29,1,-45,-8,-56,-22r0,92r-24,0r0,-240r24,0v0,7,-2,17,0,22v9,-16,27,-25,55,-25v56,0,65,27,65,89xm141,-83v1,-50,-4,-67,-47,-67v-48,0,-46,16,-48,67v-2,49,7,65,49,65v43,0,45,-19,46,-65","w":183,"k":{"t":-4}},"q":{"d":"83,-171v29,0,42,8,56,24r-2,-21r25,0r0,240r-25,0r0,-93v-9,19,-28,23,-55,23v-55,0,-65,-27,-65,-87v1,-62,11,-86,66,-86xm137,-81v0,-55,-1,-69,-49,-69v-42,0,-46,18,-45,67v2,49,2,65,46,65v44,0,48,-18,48,-63","w":183,"k":{"u":1,"c":1}},"r":{"d":"89,-151v-66,0,-32,95,-40,151r-25,0r0,-168r25,0v0,6,-4,15,-2,20v21,-42,110,-29,94,36r-24,0v2,-24,-3,-39,-28,-39","w":143,"k":{"\u00d5":1,"\u00cf":-7,"\u00bf":-7,"\u00be":-5,"z":-6,"y":-11,"x":-6,"w":-11,"v":-11,"u":-5,"t":-15,"s":-8,"r":-3,"q":-6,"p":-5,"o":-7,"n":-5,"m":-5,"l":-5,"k":-5,"j":-5,"i":-5,"h":-5,"g":-7,"f":-13,"e":-7,"d":-6,"c":-7,"a":-4,";":-4,".":42,"-":-9,",":43}},"s":{"d":"85,-171v44,-1,68,8,67,47r-25,0v-3,-27,-8,-27,-43,-27v-33,0,-40,1,-44,25v4,33,6,30,45,30v55,0,72,5,72,49v0,44,-21,49,-73,49v-50,0,-71,-8,-70,-55r26,0v-3,30,7,37,43,36v35,-2,49,0,49,-30v0,-20,-4,-27,-25,-27v-60,-2,-92,4,-92,-49v0,-45,20,-47,70,-48","w":170,"k":{"\u00d5":12,"t":-7}},"t":{"d":"69,2v-76,0,-40,-89,-48,-150r-23,0r0,-20r23,0r0,-40r25,0r0,40r65,0r0,20r-65,0r0,103v0,22,3,26,24,27v25,1,24,-16,24,-42r23,0v2,40,-9,62,-48,62","w":117,"k":{"\u00d5":2,"\u00be":-8,"o":-8,"h":-5,"e":-8,"a":-8,"S":-7,";":-4,":":-1}},"u":{"d":"83,-18v76,6,45,-88,51,-150r25,0r0,168r-25,0r2,-22v-8,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,35,37,38","w":182,"k":{"\u00d5":9}},"v":{"d":"146,-168r-56,168r-36,0r-55,-168r25,0r49,149r46,-149r27,0","w":144,"k":{"\u00bf":-2,"\u00be":-1,"s":-5,"o":-2,"l":-6,"g":-2,"e":-1,"c":-1,"a":-1,";":-6,":":-2,".":17,"-":-3,",":18}},"w":{"d":"240,-168r-47,168r-36,0r-37,-150r-36,150r-37,0r-46,-168r26,0r39,151r37,-151r36,0r37,151r38,-151r26,0","w":241,"k":{"\u00bf":-1,"\u00be":-1,"s":-4,"o":-1,"l":-5,"g":-1,"e":-1,"c":-1,";":-5,":":-1,".":15,"-":-4,",":15}},"x":{"d":"140,-168r-54,79r61,89r-30,0r-44,-68r-45,68r-29,0r61,-88r-55,-80r30,0r38,61r38,-61r29,0","w":145,"k":{"q":3,"o":2,"e":2,"c":2,"a":-1}},"y":{"d":"141,-168r-48,178v-11,43,-20,69,-69,64r0,-20v34,1,36,-18,45,-54r-9,0r-61,-168r26,0r52,150r38,-150r26,0","w":139,"k":{"\u00bf":-2,"\u00be":-1,"s":-5,"o":-2,"l":-6,"g":-2,"e":-2,"c":-2,"a":-1,";":-5,":":-1,".":13,"-":-5,",":14}},"z":{"d":"16,-168r121,0r0,24r-100,124r100,0r0,20r-129,0r0,-23r100,-125r-92,0r0,-20","w":145},"{":{"d":"75,-186v-1,40,9,91,-22,102v31,12,22,62,22,102v0,26,9,34,33,35r0,19v-67,12,-57,-52,-57,-113v0,-19,-6,-29,-21,-33r0,-20v56,-15,-27,-163,78,-146r0,20v-26,0,-32,8,-33,34","w":137},"|":{"d":"78,-240r24,0r0,300r-24,0r0,-300"},"}":{"d":"63,18v2,-40,-10,-92,22,-102v-32,-10,-22,-62,-22,-102v0,-26,-9,-34,-33,-34r0,-20v67,-12,57,52,57,113v0,18,7,29,21,33r0,20v-56,15,27,163,-78,146r0,-19v26,-1,32,-9,33,-35","w":137},"~":{"d":"155,-213v-8,4,-55,-22,-74,-24v-12,0,-23,9,-33,27r-14,-10v10,-22,23,-39,48,-41v14,-1,63,26,76,25v12,0,23,-8,33,-25r16,9v-12,23,-25,37,-52,39","w":239},"\u00a1":{"d":"28,-135r0,-33r29,0r0,33r-29,0xm28,72r4,-174r23,0r3,174r-30,0","w":86},"\u00a2":{"d":"32,-114v0,-57,14,-81,64,-83r0,-23r21,0r0,23v41,0,63,21,58,57r-24,0v-1,-30,-8,-34,-34,-37r0,132v32,-2,38,-10,37,-42r25,0v2,48,-15,61,-62,63r0,25r-21,0r0,-25v-54,-3,-64,-27,-64,-90xm96,-177v-59,-11,-38,112,-24,126v4,3,12,5,24,6r0,-132","w":220},"\u00a3":{"d":"128,-219v-68,-12,-53,45,-55,102r69,0r0,23r-69,0v0,34,4,62,-20,73r156,-1r0,22r-186,0r0,-21v28,-5,22,-37,23,-73r-29,0r0,-23r29,0v-2,-75,-5,-125,79,-125v63,0,84,17,79,74r-26,0v2,-40,-6,-53,-50,-51","w":220},"\u00a4":{"d":"21,-44r33,-34v-24,-31,-24,-71,0,-102r-34,-34r14,-14r34,34v33,-26,71,-25,104,0r34,-34r14,14r-34,34v24,32,24,70,0,102r34,34r-14,14r-34,-34v-32,25,-69,25,-103,0r-34,34xm181,-129v0,-33,-28,-62,-60,-62v-33,0,-62,29,-62,62v0,33,27,61,61,61v34,0,61,-28,61,-61","w":239},"\u00a5":{"d":"162,-164r32,0r0,23r-46,0r-22,35r68,0r0,23r-71,0r0,83r-27,0r0,-83r-70,0r0,-23r66,0r-21,-35r-45,0r0,-23r32,0r-46,-76r32,0r66,112r66,-112r33,0","w":220},"\u00a6":{"d":"78,-240r24,0r0,119r-24,0r0,-119xm78,-55r24,0r0,115r-24,0r0,-115"},"\u00a7":{"d":"36,-183v1,-52,15,-58,70,-59v66,-1,82,3,82,63r-23,0v2,-40,-10,-41,-55,-41v-39,0,-49,0,-49,33v0,29,6,24,32,35v38,16,100,8,100,63v1,27,-5,41,-23,48v20,10,24,18,24,47v0,57,-18,63,-81,63v-65,0,-85,-6,-85,-67r25,0v0,45,8,43,54,43v47,0,62,4,62,-38v0,-27,-9,-25,-32,-34v-43,-16,-114,-6,-110,-70v2,-27,6,-37,27,-43v-14,-10,-18,-19,-18,-43xm51,-97v0,40,53,29,80,44v34,19,52,-30,31,-52v-29,-8,-57,-26,-89,-26v-15,0,-22,11,-22,34","w":220},"\u00a8":{"d":"72,-221r0,24r-28,0r0,-24r28,0xm136,-221r0,24r-28,0r0,-24r28,0"},"\u00a9":{"d":"12,-120v0,-71,50,-122,124,-122v69,0,120,51,120,122v0,70,-49,122,-122,122v-71,0,-122,-50,-122,-122xm242,-120v0,-63,-44,-107,-106,-109v-59,-2,-110,50,-109,109v2,62,45,109,107,109v62,0,108,-46,108,-109xm133,-67v37,0,42,-4,40,-33r19,0v0,42,-14,49,-60,49v-50,0,-55,-18,-55,-70v0,-62,9,-70,66,-70v37,0,48,9,47,45r-18,0v5,-35,-22,-29,-53,-29v-22,0,-23,9,-23,32v3,56,-12,76,37,76","w":268},"\u00aa":{"d":"73,-228v-18,0,-26,1,-25,17r-17,0v0,-28,11,-26,41,-30v59,-7,40,51,43,97r-17,0r1,-8v-18,14,-78,17,-72,-20v-6,-37,50,-36,71,-24v0,-23,0,-32,-25,-32xm99,-173v0,-16,-8,-17,-27,-17v-19,0,-28,0,-28,16v0,16,7,17,25,17v18,0,29,-1,30,-16xm21,-127r100,0r0,14r-100,0r0,-14","w":147},"\u00ab":{"d":"61,-184r19,11r-38,81r42,80r-18,12r-48,-92xm120,-184r19,11r-38,81r42,80r-18,12r-48,-92","w":160},"\u00ac":{"d":"143,0r0,-73r-131,0r0,-23r156,0r0,96r-25,0"},"\u00ae":{"d":"12,-120v0,-71,50,-122,124,-122v69,0,120,51,120,122v0,70,-49,122,-122,122v-71,0,-122,-50,-122,-122xm242,-120v0,-63,-44,-107,-106,-109v-59,-2,-110,50,-109,109v2,62,45,109,107,109v62,0,108,-46,108,-109xm169,-53v-1,-26,7,-54,-25,-54r-47,0r0,54r-18,0r0,-137v47,3,110,-16,110,40v0,22,-4,29,-19,36v22,5,17,35,17,61r-18,0xm171,-145v8,-45,-42,-25,-74,-29r0,52v30,-3,76,11,74,-23","w":268},"\u00af":{"d":"0,-310r180,0r0,22r-180,0r0,-22","k":{"A":8}},"\u00b0":{"d":"16,-195v0,-25,23,-48,50,-48v26,-1,49,22,49,49v0,25,-23,49,-49,48v-27,0,-51,-22,-50,-49xm100,-194v0,-18,-15,-34,-34,-34v-17,0,-35,15,-35,33v-1,19,16,35,35,35v17,0,34,-14,34,-34","w":131},"\u00b1":{"d":"26,-158r71,0r0,-62r27,0r0,62r71,0r0,26r-71,0r0,61r-27,0r0,-61r-71,0r0,-26xm26,-47r169,0r0,25r-169,0r0,-25","w":220},"\u00b2":{"d":"73,-241v40,0,49,7,53,45v5,54,-49,41,-84,53v-7,3,-9,15,-9,31r92,0r0,16r-111,0v-3,-48,6,-69,55,-69v34,0,38,1,38,-32v0,-24,-7,-28,-34,-28v-37,0,-40,5,-40,36r-19,0v0,-46,9,-52,59,-52","w":145},"\u00b3":{"d":"109,-139v2,-29,-26,-22,-52,-23v1,-7,-4,-19,7,-16v35,-2,40,5,42,-22v3,-33,-24,-23,-55,-25v-16,5,-17,8,-17,31r-18,0v-1,-41,11,-48,55,-47v38,1,55,2,55,37v0,22,-4,30,-21,34v17,4,24,12,24,33v0,36,-15,42,-56,42v-45,0,-61,-7,-60,-49r19,0v1,33,3,34,42,33v31,-1,33,1,35,-28","w":145},"\u00b4":{"d":"117,-237r13,17r-52,32r-9,-13"},"\u00b6":{"d":"17,-166v0,-100,90,-70,174,-74r0,312r-24,0r0,-289r-28,0r0,289r-25,0r0,-166v-66,4,-97,-9,-97,-72","w":220},"\u00b7":{"d":"50,-100r0,33r-28,0r0,-33r28,0","w":71},"\u00b8":{"d":"92,18r17,9r-24,34r-14,-7"},"\u00b9":{"d":"94,-240r0,144r-19,0r0,-128r-38,39r-12,-11r43,-44r26,0","w":145},"\u00ba":{"d":"27,-194v0,-42,8,-50,47,-50v40,0,47,10,47,51v0,41,-7,50,-47,50v-42,0,-46,-8,-47,-51xm100,-193v0,-30,2,-34,-26,-34v-28,0,-27,3,-27,33v0,31,0,34,27,35v28,1,26,-4,26,-34xm24,-127r100,0r0,14r-101,0","w":147},"\u00bb":{"d":"99,-184r44,92r-49,92r-17,-12r42,-80r-38,-81xm40,-184r44,92r-49,92r-17,-12r42,-80r-38,-81","w":160},"\u00bc":{"d":"94,-240r0,144r-19,0r0,-128r-38,39r-12,-11r43,-44r26,0xm260,-240r-163,240r-18,0r162,-240r19,0xm305,-144r0,95r23,0r0,16r-23,0r0,33r-19,0r0,-33r-85,0r0,-20r76,-91r28,0xm286,-49r0,-81r-67,81r67,0","w":338},"\u00bd":{"d":"94,-240r0,144r-19,0r0,-128r-38,39r-12,-11r43,-44r26,0xm260,-240r-163,240r-18,0r162,-240r19,0xm266,-145v41,0,49,7,53,45v6,53,-50,42,-84,53v-7,2,-8,15,-8,31r92,0r0,16r-112,0v-3,-48,6,-70,55,-69v33,-6,38,2,38,-32v-1,-25,-6,-28,-33,-28v-38,0,-41,4,-41,36r-19,0v0,-46,9,-52,59,-52","w":338},"\u00be":{"d":"109,-139v2,-29,-26,-22,-52,-23v1,-7,-4,-19,7,-16v35,-2,40,5,42,-22v3,-33,-24,-23,-55,-25v-16,5,-17,8,-17,31r-18,0v-1,-41,11,-48,55,-47v38,1,55,2,55,37v0,22,-4,31,-21,34v17,4,24,12,24,33v0,36,-15,42,-56,42v-45,0,-61,-7,-60,-49r19,0v1,33,3,34,42,33v31,-1,33,1,35,-28xm272,-240r-163,240r-18,0r161,-240r20,0xm305,-144r0,95r22,0r0,16r-22,0r0,33r-20,0r0,-33r-84,0r0,-20r76,-91r28,0xm285,-49r0,-81r-66,81r66,0","w":338,"k":{"w":-1,"v":-1}},"\u00bf":{"d":"91,-135r0,-33r28,0r0,33r-28,0xm88,75v-53,0,-70,-15,-70,-65v0,-49,13,-59,49,-73v23,-9,24,-8,24,-36r26,0v-1,49,-8,45,-52,63v-19,8,-22,16,-22,44v1,39,8,41,48,43v47,2,51,-10,51,-54r26,0v2,62,-18,78,-80,78","w":187},"\u00c0":{"d":"74,-306r53,33r-9,14r-54,-28xm170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0","w":219},"\u00c1":{"d":"145,-306r10,19r-54,28r-9,-14xm170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0","w":219},"\u00c2":{"d":"110,-305r55,32r-7,14r-48,-22r-50,22r-6,-14xm170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0","w":219},"\u00c3":{"d":"153,-298r13,8v-18,38,-49,19,-78,11v-6,0,-11,4,-16,13r-14,-8v20,-56,73,16,95,-24xm170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0","w":219},"\u00c4":{"d":"170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0xm92,-292r0,24r-29,0r0,-24r29,0xm156,-292r0,24r-29,0r0,-24r29,0","w":219},"\u00c5":{"d":"170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0xm82,-285v0,-16,12,-27,28,-27v16,0,27,12,27,28v0,15,-12,27,-27,27v-16,0,-28,-12,-28,-28xm125,-284v0,-8,-7,-16,-15,-16v-8,-1,-16,7,-16,15v-1,9,7,17,16,16v8,1,15,-7,15,-15","w":219},"\u00c6":{"d":"197,-217r0,82r120,0r0,23r-120,0r0,89r125,0r0,23r-152,0r0,-50r-112,0r-28,50r-32,0r134,-240r190,0r0,23r-125,0xm170,-74r0,-143r-22,0r-78,143r100,0","w":334},"\u00c7":{"d":"113,18r19,11r-28,39r-16,-9xm109,-21v64,0,74,-2,71,-59r27,0v8,74,-32,82,-105,82v-82,0,-89,-45,-89,-122v0,-106,16,-122,113,-122v62,0,78,18,78,75r-27,0v0,-43,-6,-52,-52,-52v-64,0,-86,0,-83,60v4,103,-20,138,67,138","w":214},"\u00c8":{"d":"64,-306r52,33r-8,14r-55,-28xm40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179,"k":{"\u00e7":18,"\u00ae":23,"Y":39,"W":23,"V":26,"T":41,"A":18}},"\u00c9":{"d":"122,-306r11,19r-54,28r-9,-14xm40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179},"\u00ca":{"d":"93,-305r55,32r-8,14r-47,-22r-50,22r-7,-14xm40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179},"\u00cb":{"d":"74,-292r0,24r-28,0r0,-24r28,0xm138,-292r0,24r-28,0r0,-24r28,0xm40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179,"k":{"Y":37,"W":30,"V":31,"U":12,"T":33,"Q":7,"O":7,"G":9,"C":10,".":4,",":5}},"\u00cc":{"d":"1,-306r53,33r-9,14r-54,-28xm50,-240r0,240r-27,0r0,-240r27,0","w":73,"k":{"Y":37,"W":30,"V":31,"U":12,"T":33,"Q":7,"O":7,"G":9,"C":10,".":4,",":5}},"\u00cd":{"d":"72,-306r10,19r-54,28r-8,-14xm50,-240r0,240r-27,0r0,-240r27,0","w":73,"k":{"Y":9,"V":5,"T":4}},"\u00ce":{"d":"50,-240r0,240r-27,0r0,-240r27,0xm37,-305r51,32r-8,14r-43,-22r-45,22r-6,-14","w":73},"\u00cf":{"d":"31,-292r0,24r-27,0r0,-24r27,0xm69,-292r0,24r-27,0r0,-24r27,0xm50,-240r0,240r-27,0r0,-240r27,0","w":73},"\u00d0":{"d":"222,-130v0,85,-12,130,-82,130r-117,0r0,-112r-23,0r0,-21r23,0r0,-107r111,0v71,-1,88,33,88,110xm195,-115v-1,-69,2,-102,-62,-102r-83,0r0,84r76,0r0,21r-76,0r0,89r78,0v64,1,67,-28,67,-92","w":235},"\u00d1":{"d":"168,-298r14,8v-18,38,-49,18,-79,11v-6,0,-10,4,-15,13r-15,-8v20,-56,74,16,95,-24xm228,-240r0,240r-44,0r-135,-217r1,217r-27,0r0,-240r44,0r134,218r0,-218r27,0","w":250},"\u00d2":{"d":"82,-306r53,33r-9,14r-54,-28xm8,-136v0,-81,23,-106,103,-106v89,0,102,26,102,112v0,102,-10,132,-103,132v-102,0,-102,-37,-102,-138xm186,-82v-4,-79,18,-153,-76,-137v-80,-2,-74,19,-75,99v-1,80,-2,99,75,99v52,0,79,-6,76,-61","w":220,"k":{"\u00e7":34,"\u00ae":48,"W":1,"T":1,"A":34}},"\u00d3":{"d":"141,-306r11,19r-55,28r-8,-14xm8,-136v0,-81,23,-106,103,-106v89,0,102,26,102,112v0,102,-10,132,-103,132v-102,0,-102,-37,-102,-138xm186,-82v-4,-79,18,-153,-76,-137v-80,-2,-74,19,-75,99v-1,80,-2,99,75,99v52,0,79,-6,76,-61","w":220,"k":{"\u00e7":33,"\u00ae":46,"Y":-1,"V":-1,"A":33}},"\u00d4":{"d":"111,-305r55,32r-7,14r-48,-22r-50,22r-6,-14xm8,-136v0,-81,23,-106,103,-106v89,0,102,26,102,112v0,102,-10,132,-103,132v-102,0,-102,-37,-102,-138xm186,-82v-4,-79,18,-153,-76,-137v-80,-2,-74,19,-75,99v-1,80,-2,99,75,99v52,0,79,-6,76,-61","w":220,"k":{"\u00e7":34,"\u00ae":48,"W":1,"T":1,"A":34}},"\u00d5":{"d":"155,-298r13,8v-18,38,-49,19,-78,11v-6,0,-11,4,-16,13r-14,-8v20,-56,73,16,95,-24xm8,-136v0,-81,23,-106,103,-106v89,0,102,26,102,112v0,102,-10,132,-103,132v-102,0,-102,-37,-102,-138xm186,-82v-4,-79,18,-153,-76,-137v-80,-2,-74,19,-75,99v-1,80,-2,99,75,99v52,0,79,-6,76,-61","w":220,"k":{"\u00e7":35,"\u00ae":48,"y":-1,"w":1,"t":-1,"s":9,"r":11,"o":11,"d":12,"A":35,".":25,",":25}},"\u00d6":{"d":"93,-292r0,24r-28,0r0,-24r28,0xm157,-292r0,24r-29,0r0,-24r29,0xm8,-136v0,-81,23,-106,103,-106v89,0,102,26,102,112v0,102,-10,132,-103,132v-102,0,-102,-37,-102,-138xm186,-82v-4,-79,18,-153,-76,-137v-80,-2,-74,19,-75,99v-1,80,-2,99,75,99v52,0,79,-6,76,-61","w":220},"\u00d7":{"d":"94,-120r-60,-59r17,-17r59,59r60,-59r17,17r-60,59r60,60r-17,16r-60,-59r-59,59r-17,-16","w":220},"\u00d8":{"d":"117,2v-54,-1,-70,-1,-92,-24r-21,21r0,-27r13,-13v-6,-21,-6,-57,-6,-86v-1,-92,12,-117,107,-115v48,1,63,1,82,24r23,-22r0,26r-14,14v4,14,7,37,7,71v0,105,-3,131,-99,131xm86,-21v65,3,103,5,102,-70r-1,-87r-142,137v9,16,18,19,41,20xm141,-219v-71,-4,-113,-3,-103,78r1,78r142,-137v-7,-16,-18,-18,-40,-19","w":226},"\u00d9":{"d":"90,-306r52,33r-9,14r-54,-28xm115,-21v55,0,71,-2,71,-51r0,-168r27,0r0,168v0,66,-24,75,-94,74v-70,-1,-97,-8,-96,-74r0,-168r27,0r0,168v-2,48,17,51,65,51","w":235},"\u00da":{"d":"148,-306r11,19r-54,28r-9,-14xm115,-21v55,0,71,-2,71,-51r0,-168r27,0r0,168v0,66,-24,75,-94,74v-70,-1,-97,-8,-96,-74r0,-168r27,0r0,168v-2,48,17,51,65,51","w":235},"\u00db":{"d":"119,-305r55,32r-8,14r-47,-22r-50,22r-7,-14xm115,-21v55,0,71,-2,71,-51r0,-168r27,0r0,168v0,66,-24,75,-94,74v-70,-1,-97,-8,-96,-74r0,-168r27,0r0,168v-2,48,17,51,65,51","w":235},"\u00dc":{"d":"100,-292r0,24r-28,0r0,-24r28,0xm164,-292r0,24r-28,0r0,-24r28,0xm115,-21v55,0,71,-2,71,-51r0,-168r27,0r0,168v0,66,-24,75,-94,74v-70,-1,-97,-8,-96,-74r0,-168r27,0r0,168v-2,48,17,51,65,51","w":235},"\u00dd":{"d":"136,-306r11,19r-54,28r-9,-14xm204,-240r-90,140r0,100r-27,0r0,-100r-89,-140r32,0r71,112r71,-112r32,0","w":202,"k":{"\u00e7":18,"\u00ae":23,"Y":39,"W":23,"V":26,"T":41,"A":18}},"\u00de":{"d":"203,-133v8,88,-74,72,-153,73r0,60r-27,0r0,-240r27,0r0,34r73,0v66,-3,75,14,80,73xm176,-130v12,-75,-66,-48,-126,-53r0,99v55,-5,135,20,126,-46","w":212},"\u00df":{"d":"86,-221v-28,1,-38,8,-39,33r0,188r-24,0r0,-185v-2,-46,19,-57,65,-57v44,0,66,10,67,48v0,21,-10,34,-31,39v37,10,44,25,44,75v-1,55,-7,81,-56,82v-35,0,-49,-17,-48,-53v8,2,25,-5,25,5v0,19,7,28,24,28v28,0,30,-27,30,-63v1,-54,-16,-66,-70,-63r0,-21v37,-1,56,3,56,-27v0,-28,-11,-29,-43,-29","w":188},"\u00e0":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31xm65,-237r48,36r-9,13r-52,-32","w":183},"\u00e1":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31xm119,-237r13,17r-52,32r-9,-13","w":183},"\u00e2":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31xm89,-238r46,37r-10,12r-36,-26r-36,26r-10,-12","w":183},"\u00e3":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31xm43,-203v15,-37,47,-15,70,-8v5,0,9,-4,13,-13r15,8v-14,37,-45,17,-70,9v-5,0,-10,5,-14,13","w":183,"k":{"\u00ae":-1,"Y":40,"W":27,"V":31,"T":36}},"\u00e4":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31xm71,-221r0,24r-28,0r0,-24r28,0xm135,-221r0,24r-28,0r0,-24r28,0","w":183},"\u00e5":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31xm62,-213v0,-16,12,-27,28,-27v16,0,27,12,27,28v0,16,-12,27,-28,27v-16,0,-27,-12,-27,-28xm105,-212v0,-19,-31,-22,-31,-1v0,9,6,16,15,16v8,0,16,-7,16,-15","w":183,"k":{"Y":37,"W":30,"V":31,"U":12,"T":33,"Q":7,"O":7,"G":9,"C":10,".":4,",":5}},"\u00e6":{"d":"210,-171v66,0,72,26,71,90r-120,0v-1,44,4,66,51,63v31,-2,44,-2,44,-33r25,0v1,44,-23,53,-72,53v-35,0,-51,-6,-62,-28v-10,22,-27,28,-62,28v-45,-1,-69,-8,-69,-51v1,-42,22,-53,68,-51v28,0,42,2,52,17v0,-42,4,-69,-45,-69v-31,0,-43,2,-43,29r-26,0v2,-41,15,-48,62,-48v40,0,54,1,66,22v11,-18,28,-22,60,-22xm256,-102v2,-37,-6,-50,-47,-48v-40,2,-47,9,-48,48r95,0xm137,-49v0,-27,-18,-31,-53,-30v-29,0,-43,4,-43,28v0,29,14,33,48,33v30,0,48,-5,48,-31","w":298},"\u00e7":{"d":"95,-18v37,0,40,-6,42,-43r25,0v2,50,-20,65,-73,63v-62,-2,-72,-20,-72,-87v0,-63,12,-86,71,-86v50,0,71,10,71,58r-25,0v0,-32,-12,-39,-48,-37v-43,2,-46,16,-44,67v2,54,0,65,53,65xm89,18r17,9r-24,34r-14,-7","w":174,"k":{"\u00dc":18,"\u00d5":35,"\u00c7":18,"y":15,"w":12,"v":13,"u":6,"t":4,"q":6,"o":5,"g":6,"e":5,"d":6,"c":5,"a":2,"Y":37,"W":30,"V":31,"U":12,"T":33,"Q":7,"O":7,"G":9,"C":10,".":4,"-":5,",":5}},"\u00e8":{"d":"91,-18v38,0,48,1,48,-33r25,0v1,44,-24,54,-73,53v-63,-2,-74,-18,-74,-86v0,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0xm66,-237r48,36r-9,13r-52,-32"},"\u00e9":{"d":"91,-18v38,0,48,1,48,-33r25,0v1,44,-24,54,-73,53v-63,-2,-74,-18,-74,-86v0,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0xm120,-237r13,17r-52,32r-9,-13"},"\u00ea":{"d":"91,-18v38,0,48,1,48,-33r25,0v1,44,-24,54,-73,53v-63,-2,-74,-18,-74,-86v0,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0xm93,-238r46,37r-10,12r-36,-26r-36,26r-10,-12"},"\u00eb":{"d":"91,-18v38,0,48,1,48,-33r25,0v1,44,-24,54,-73,53v-63,-2,-74,-18,-74,-86v0,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0xm75,-221r0,24r-28,0r0,-24r28,0xm139,-221r0,24r-28,0r0,-24r28,0"},"\u00ec":{"d":"46,-168r0,168r-24,0r0,-168r24,0xm4,-237r48,36r-9,13r-52,-32","w":67},"\u00ed":{"d":"46,-168r0,168r-24,0r0,-168r24,0xm63,-237r13,17r-52,32r-9,-13","w":67},"\u00ee":{"d":"46,-168r0,168r-24,0r0,-168r24,0xm34,-238r41,37r-10,12r-31,-26r-32,26r-10,-12","w":67,"k":{"Y":9,"W":5,"V":5,"T":4,"A":7}},"\u00ef":{"d":"25,-221r0,24r-28,0r0,-24r28,0xm71,-221r0,24r-29,0r0,-24r29,0xm46,-168r0,168r-24,0r0,-168r24,0","w":67,"k":{"Y":9,"V":5,"T":4}},"\u00f0":{"d":"17,-84v-6,-75,28,-94,98,-85r-22,-33r-34,19r-8,-14r33,-19r-17,-24r24,0r10,15r32,-18r8,15r-30,17v23,41,54,56,54,126v0,64,-9,87,-74,87v-68,0,-69,-17,-74,-86xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66","w":182},"\u00f1":{"d":"99,-150v-75,-5,-47,87,-52,150r-25,0r0,-168r24,0r0,23v8,-19,29,-26,56,-26v46,0,61,11,61,62r0,109r-25,0r0,-107v2,-34,-8,-41,-39,-43xm46,-203v15,-37,47,-15,70,-8v5,0,9,-4,13,-13r15,8v-14,37,-45,17,-70,9v-5,0,-10,5,-14,13","w":185,"k":{"Y":9,"V":5,"T":4}},"\u00f2":{"d":"17,-86v0,-68,8,-85,74,-85v68,0,72,17,74,87v2,64,-10,86,-73,86v-69,0,-75,-23,-75,-88xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66xm67,-237r48,36r-9,13r-52,-32","w":182,"k":{"r":8,"p":6,"n":6,"m":6,"A":12,".":14,",":15}},"\u00f3":{"d":"17,-86v0,-68,8,-85,74,-85v68,0,72,17,74,87v2,64,-10,86,-73,86v-69,0,-75,-23,-75,-88xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66xm118,-237r13,17r-52,32r-9,-13","w":182,"k":{"A":12}},"\u00f4":{"d":"17,-86v0,-68,8,-85,74,-85v68,0,72,17,74,87v2,64,-10,86,-73,86v-69,0,-75,-23,-75,-88xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66xm91,-238r46,37r-10,12r-36,-26r-36,26r-10,-12","w":182,"k":{"A":12}},"\u00f5":{"d":"17,-86v0,-68,8,-85,74,-85v68,0,72,17,74,87v2,64,-10,86,-73,86v-69,0,-75,-23,-75,-88xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66xm46,-203v15,-37,47,-15,70,-8v5,0,9,-4,13,-13r15,8v-14,37,-45,17,-70,9v-5,0,-10,5,-14,13","w":182},"\u00f6":{"d":"17,-86v0,-68,8,-85,74,-85v68,0,72,17,74,87v2,64,-10,86,-73,86v-69,0,-75,-23,-75,-88xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66xm73,-221r0,24r-28,0r0,-24r28,0xm137,-221r0,24r-28,0r0,-24r28,0","w":182},"\u00f7":{"d":"94,-179v0,-9,8,-16,17,-16v8,0,16,8,16,16v0,8,-8,17,-16,17v-9,0,-17,-8,-17,-17xm94,-62v0,-9,8,-16,17,-16v8,0,16,8,16,16v0,8,-8,17,-16,17v-10,0,-17,-7,-17,-17xm27,-131r167,0r0,22r-167,0r0,-22","w":220},"\u00f8":{"d":"95,2v-34,1,-49,-2,-64,-16r-21,20r0,-23r12,-11v-4,-12,-5,-31,-5,-56v-1,-64,11,-89,74,-87v31,1,48,3,61,18r20,-19r0,23r-12,11v4,11,5,29,5,52v0,69,-7,85,-70,88xm87,-18v68,0,50,-41,51,-99r-89,86v10,11,14,13,38,13xm95,-150v-55,0,-49,8,-53,65v0,14,1,26,2,36r90,-87v-9,-13,-16,-13,-39,-14","w":182},"\u00f9":{"d":"83,-18v76,6,45,-88,51,-150r25,0r0,168r-25,0r2,-22v-8,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,35,37,38xm64,-237r48,36r-9,13r-52,-32","w":182},"\u00fa":{"d":"83,-18v76,6,45,-88,51,-150r25,0r0,168r-25,0r2,-22v-8,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,35,37,38xm118,-237r13,17r-52,32r-9,-13","w":182},"\u00fb":{"d":"83,-18v76,6,45,-88,51,-150r25,0r0,168r-25,0r2,-22v-8,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,35,37,38xm91,-238r46,37r-10,12r-36,-26r-36,26r-10,-12","w":182},"\u00fc":{"d":"83,-18v76,6,45,-88,51,-150r25,0r0,168r-25,0r2,-22v-8,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,35,37,38xm73,-221r0,24r-28,0r0,-24r28,0xm137,-221r0,24r-28,0r0,-24r28,0","w":182},"\u00fd":{"d":"141,-168r-48,178v-11,43,-20,69,-69,64r0,-20v34,1,36,-18,45,-54r-9,0r-61,-168r26,0r52,150r38,-150r26,0xm102,-237r13,17r-52,32r-9,-13","w":139},"\u00fe":{"d":"102,2v-31,1,-43,-6,-56,-22r0,92r-24,0r0,-312r24,0r1,94v8,-16,26,-25,54,-25v56,0,65,27,65,89v-1,57,-11,83,-64,84xm141,-83v1,-50,-4,-67,-47,-67v-48,0,-46,16,-48,67v-2,49,7,65,49,65v43,0,45,-19,46,-65","w":183},"\u00ff":{"d":"141,-168r-48,178v-11,43,-20,69,-69,64r0,-20v34,1,36,-18,45,-54r-9,0r-61,-168r26,0r52,150r38,-150r26,0xm52,-221r0,24r-28,0r0,-24r28,0xm116,-221r0,24r-28,0r0,-24r28,0","w":139},"\u0100":{"d":"64,-291r91,0r0,20r-91,0r0,-20xm170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0","w":219},"\u0101":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31xm46,-219r88,0r0,20r-88,0r0,-20","w":183},"\u0102":{"d":"161,-304v-3,39,-56,58,-86,32v-9,-8,-15,-19,-17,-32r17,0v5,33,64,32,69,0r17,0xm170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-72r-53,-146r-52,146r105,0","w":219},"\u0103":{"d":"91,-152v-31,0,-44,5,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111r-24,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-34,-48,-34v-34,1,-47,3,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31xm136,-233v-2,40,-63,62,-85,23v-4,-6,-7,-14,-9,-23r17,0v5,34,55,33,60,0r17,0","w":183},"\u0104":{"d":"225,59v-24,9,-51,-3,-52,-26v0,-13,9,-23,25,-33r-9,0r-19,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240v-17,11,-25,21,-25,29v0,16,19,21,33,14r0,16xm162,-72r-53,-146r-52,146r105,0","w":219},"\u0105":{"d":"91,-152v-31,0,-44,4,-44,31r-24,0v-2,-45,24,-50,66,-50v48,0,70,11,70,60r0,111v-17,10,-25,20,-25,29v0,16,19,21,33,14r0,16v-44,19,-71,-42,-26,-59r-6,0v0,-6,3,-14,1,-18v-24,32,-128,33,-120,-31v5,-43,18,-53,64,-53v27,1,45,2,55,17v0,-42,3,-67,-44,-67xm136,-49v0,-28,-15,-35,-48,-34v-34,1,-47,-1,-47,31v0,31,10,34,44,34v33,0,51,-2,51,-31","w":183},"\u0106":{"d":"145,-306r11,19r-54,28r-9,-14xm109,-21v64,0,74,-2,71,-59r27,0v8,74,-32,82,-105,82v-82,0,-89,-45,-89,-122v0,-106,16,-122,113,-122v62,0,78,18,78,75r-27,0v0,-43,-6,-52,-52,-52v-64,0,-86,0,-83,60v4,103,-20,138,67,138","w":214},"\u0107":{"d":"95,-18v37,0,40,-6,42,-43r25,0v2,50,-20,65,-73,63v-62,-2,-72,-20,-72,-87v0,-63,12,-86,71,-86v50,0,71,10,71,58r-25,0v0,-32,-12,-39,-48,-37v-43,2,-46,16,-44,67v2,54,0,65,53,65xm117,-237r13,17r-52,32r-9,-13","w":174},"\u010c":{"d":"113,-259r-56,-32r6,-14r50,22r48,-22r7,14xm109,-21v64,0,74,-2,71,-59r27,0v8,74,-32,82,-105,82v-82,0,-89,-45,-89,-122v0,-106,16,-122,113,-122v62,0,78,18,78,75r-27,0v0,-43,-6,-52,-52,-52v-64,0,-86,0,-83,60v4,103,-20,138,67,138","w":214},"\u010d":{"d":"95,-18v37,0,40,-6,42,-43r25,0v2,50,-20,65,-73,63v-62,-2,-72,-20,-72,-87v0,-63,12,-86,71,-86v50,0,71,10,71,58r-25,0v0,-32,-12,-39,-48,-37v-43,2,-46,16,-44,67v2,54,0,65,53,65xm90,-189r-46,-36r10,-13r36,27r36,-27r10,13","w":174},"\u010e":{"d":"110,-259r-57,-32r7,-14r50,22r48,-22r7,14xm222,-130v0,84,-12,130,-81,130r-118,0r0,-240r111,0v71,-1,88,33,88,110xm195,-115v-1,-69,2,-102,-62,-102r-83,0r0,194r78,0v64,1,67,-28,67,-92","w":235},"\u010f":{"d":"82,-171v28,0,46,7,56,24r0,-93r24,0r0,240r-24,0v-1,-7,3,-17,0,-22v-8,16,-26,24,-54,24v-57,-1,-66,-24,-67,-88v-1,-55,13,-85,65,-85xm137,-89v0,-45,-6,-61,-48,-61v-43,0,-45,14,-46,62v-1,52,2,70,46,70v47,0,48,-16,48,-71xm201,-240v2,24,-1,52,-25,45r0,-9v10,-1,12,-3,12,-15r-9,0r0,-21r22,0","w":200},"\u0110":{"d":"222,-130v0,85,-12,130,-82,130r-117,0r0,-112r-23,0r0,-21r23,0r0,-107r111,0v71,-1,88,33,88,110xm195,-115v-1,-69,2,-102,-62,-102r-83,0r0,84r76,0r0,21r-76,0r0,89r78,0v64,1,67,-28,67,-92","w":235},"\u0111":{"d":"82,-171v29,0,46,7,56,24r0,-45r-60,0r0,-17r60,0r0,-31r24,0r0,31r21,0r0,17r-21,0r0,192r-24,0v-1,-7,3,-17,0,-22v-8,16,-26,24,-54,24v-57,-1,-65,-24,-67,-88v-2,-57,13,-85,65,-85xm137,-89v0,-45,-6,-61,-48,-61v-43,0,-45,14,-46,62v-1,52,2,70,46,70v48,0,48,-16,48,-71","w":183},"\u0112":{"d":"47,-291r90,0r0,20r-90,0r0,-20xm40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179},"\u0113":{"d":"91,-18v38,0,48,1,48,-33r25,0v1,44,-24,54,-73,53v-63,-2,-74,-18,-74,-86v0,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0xm47,-219r88,0r0,20r-88,0r0,-20"},"\u0118":{"d":"175,59v-24,8,-52,-2,-52,-26v0,-13,9,-24,26,-33r-136,0r0,-240r154,0r0,23r-127,0r0,82r122,0r0,23r-122,0r0,89r127,0r0,23v-17,11,-25,20,-25,29v0,16,19,21,33,14r0,16","w":179},"\u0119":{"d":"91,-18v38,0,48,0,48,-33r25,0v12,49,-54,52,-54,80v0,16,19,21,33,14r0,16v-42,18,-71,-37,-29,-57v-71,2,-100,-9,-97,-86v2,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0"},"\u011a":{"d":"93,-259r-57,-32r7,-14r50,22r47,-22r8,14xm40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179},"\u011b":{"d":"91,-18v38,0,48,1,48,-33r25,0v1,44,-24,54,-73,53v-63,-2,-74,-18,-74,-86v0,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0xm93,-189r-46,-36r10,-13r36,27r36,-27r10,13"},"\u011e":{"d":"168,-304v-3,39,-57,58,-86,32v-9,-8,-15,-19,-17,-32r17,0v5,33,63,32,68,0r18,0xm122,-21v66,2,64,-18,63,-75r-76,0r0,-23r102,0r1,43v1,71,-25,78,-98,78v-97,0,-103,-44,-101,-136v2,-86,15,-108,103,-108v72,0,97,8,95,72r-26,0v7,-50,-30,-49,-77,-49v-70,0,-69,28,-68,98v0,25,1,43,1,52v1,49,27,46,81,48","w":222},"\u011f":{"d":"17,-81v0,-62,11,-88,69,-90v28,-1,43,11,53,26r-1,-23r24,0r0,179v2,50,-24,64,-72,64v-51,0,-67,-10,-67,-55r24,0v-1,31,14,32,45,34v49,4,49,-33,45,-75v-7,19,-28,23,-54,23v-53,0,-66,-27,-66,-83xm137,-88v-1,-48,-4,-62,-48,-62v-42,0,-46,16,-46,63v0,55,-1,69,46,69v43,0,48,-19,48,-70xm139,-233v-2,40,-63,62,-85,23v-4,-6,-7,-14,-9,-23r17,0v5,34,55,33,60,0r17,0","w":183},"\u012a":{"d":"50,-240r0,240r-27,0r0,-240r27,0xm-4,-291r81,0r0,20r-81,0r0,-20","w":73},"\u012b":{"d":"46,-168r0,168r-24,0r0,-168r24,0xm-3,-219r74,0r0,20r-74,0r0,-20","w":67},"\u012e":{"d":"33,0r-10,0r0,-240r27,0r0,240v-13,10,-19,19,-19,29v-2,16,18,21,31,14r0,16v-24,8,-49,-1,-49,-26v0,-14,6,-25,20,-33","w":73},"\u012f":{"d":"59,59v-43,19,-66,-43,-26,-59r-11,0r0,-168r24,0r0,168v-11,10,-17,20,-17,30v-2,16,18,19,30,13r0,16xm46,-240r0,28r-24,0r0,-28r24,0","w":67},"\u0130":{"d":"51,-292r0,24r-29,0r0,-24r29,0xm50,-240r0,240r-27,0r0,-240r27,0","w":73},"\u0131":{"d":"46,-168r0,168r-24,0r0,-168r24,0","w":67},"\u0139":{"d":"77,-306r11,19r-54,28r-9,-14xm50,-240r0,215r123,0r0,25r-150,0r0,-240r27,0","w":174},"\u013a":{"d":"46,-240r0,240r-24,0r0,-240r24,0xm63,-308r13,17r-52,32r-9,-13","w":67},"\u013d":{"d":"112,-240v1,28,4,61,-28,52r0,-10v12,-1,13,-6,14,-18r-11,0r0,-24r25,0xm50,-240r0,215r123,0r0,25r-150,0r0,-240r27,0","w":174},"\u013e":{"d":"46,-240r0,240r-24,0r0,-240r24,0xm85,-240v1,24,0,52,-25,45r0,-9v10,-1,12,-3,12,-15r-9,0r0,-21r22,0","w":85},"\u0141":{"d":"27,-240r27,0r0,92r52,-50r0,26r-52,50r0,97r123,0r0,25r-150,0r0,-100r-25,23r0,-26r25,-24r0,-113","w":178},"\u0142":{"d":"49,-129r0,129r-27,0r0,-111r-21,20r0,-23r21,-20r0,-106r27,0r0,88r21,-19r0,22","w":71},"\u0143":{"d":"163,-306r11,19r-54,28r-9,-14xm228,-240r0,240r-44,0r-135,-217r1,217r-27,0r0,-240r44,0r134,218r0,-218r27,0","w":250},"\u0144":{"d":"99,-150v-75,-5,-47,87,-52,150r-25,0r0,-168r24,0r0,23v8,-19,29,-26,56,-26v46,0,61,11,61,62r0,109r-25,0r0,-107v2,-34,-8,-41,-39,-43xm120,-237r13,17r-52,32r-9,-13","w":185},"\u0147":{"d":"128,-259r-56,-32r7,-14r49,22r48,-22r8,14xm228,-240r0,240r-44,0r-135,-217r1,217r-27,0r0,-240r44,0r134,218r0,-218r27,0","w":250},"\u0148":{"d":"99,-150v-75,-5,-47,87,-52,150r-25,0r0,-168r24,0r0,23v8,-19,29,-26,56,-26v46,0,61,11,61,62r0,109r-25,0r0,-107v2,-34,-8,-41,-39,-43xm93,-189r-46,-36r10,-13r36,27r36,-27r10,13","w":185},"\u014c":{"d":"65,-291r91,0r0,20r-91,0r0,-20xm8,-136v0,-81,23,-106,103,-106v89,0,102,26,102,112v0,102,-10,132,-103,132v-102,0,-102,-37,-102,-138xm186,-82v-4,-79,18,-153,-76,-137v-80,-2,-74,19,-75,99v-1,80,-2,99,75,99v52,0,79,-6,76,-61","w":220},"\u014d":{"d":"17,-86v0,-68,8,-85,74,-85v68,0,72,17,74,87v2,64,-10,86,-73,86v-69,0,-75,-23,-75,-88xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66xm47,-219r88,0r0,20r-88,0r0,-20","w":182},"\u0152":{"d":"110,-242v44,0,65,3,81,27r0,-23r152,0r0,23r-126,0r0,80r121,0r0,23r-121,0r0,88r126,0r0,23r-152,0r0,-23v-14,21,-33,26,-72,26v-105,0,-106,-50,-106,-146v0,-70,22,-98,97,-98xm189,-118v1,-54,9,-108,-55,-101r-31,0v-79,-7,-63,56,-63,131v0,55,10,70,73,67v77,-4,75,-8,76,-97","w":355},"\u0153":{"d":"213,-171v63,-1,72,26,71,90r-119,0v2,47,0,63,49,63v35,0,43,-3,45,-33r25,0v-1,50,-25,54,-80,53v-27,0,-44,-7,-52,-23v-11,21,-25,24,-62,23v-67,0,-73,-17,-73,-87v0,-66,7,-86,69,-86v39,0,55,2,66,25v10,-19,29,-25,61,-25xm259,-102v8,-51,-35,-52,-71,-45v-20,4,-22,19,-23,45r94,0xm140,-84v0,-56,2,-66,-49,-66v-50,0,-49,9,-49,64v0,50,0,69,49,68v52,-1,49,-10,49,-66","w":301},"\u0154":{"d":"143,-306r10,19r-54,28r-9,-14xm177,0v-1,-48,11,-97,-45,-97r-82,0r0,97r-27,0r0,-240v80,5,184,-26,184,69v0,43,-8,56,-41,63v47,0,38,60,38,108r-27,0xm181,-163v12,-80,-72,-47,-131,-54r0,97v54,-4,135,19,131,-43","w":224},"\u0155":{"d":"89,-151v-66,0,-32,95,-40,151r-25,0r0,-168r25,0v0,6,-4,15,-2,20v21,-42,110,-29,94,36r-24,0v2,-24,-3,-39,-28,-39xm106,-237r13,17r-52,32r-9,-13","w":143},"\u0158":{"d":"108,-259r-56,-32r6,-14r50,22r48,-22r7,14xm177,0v-1,-48,11,-97,-45,-97r-82,0r0,97r-27,0r0,-240v80,5,184,-26,184,69v0,43,-8,56,-41,63v47,0,38,60,38,108r-27,0xm181,-163v12,-80,-72,-47,-131,-54r0,97v54,-4,135,19,131,-43","w":224},"\u0159":{"d":"89,-151v-66,0,-32,95,-40,151r-25,0r0,-168r25,0v0,6,-4,15,-2,20v21,-42,110,-29,94,36r-24,0v2,-24,-3,-39,-28,-39xm79,-189r-46,-36r10,-13r36,27r36,-27r10,13","w":143},"\u015a":{"d":"134,-306r10,19r-54,28r-9,-14xm12,-174v2,-61,23,-67,89,-68v62,-1,88,8,86,67r-27,0v2,-41,-14,-44,-54,-44v-51,0,-67,-2,-67,41v0,45,14,40,67,43v60,3,86,6,86,67v0,65,-27,70,-96,70v-66,0,-86,-14,-85,-76r27,0v-6,47,18,55,63,53v48,-2,64,-2,64,-49v0,-84,-157,10,-153,-104","w":201},"\u015b":{"d":"85,-171v44,-1,68,8,67,47r-25,0v-3,-27,-8,-27,-43,-27v-33,0,-40,1,-44,25v4,33,6,30,45,30v55,0,72,5,72,49v0,44,-21,49,-73,49v-50,0,-71,-8,-70,-55r26,0v-3,30,7,37,43,36v35,-2,49,0,49,-30v0,-20,-4,-27,-25,-27v-60,-2,-92,4,-92,-49v0,-45,20,-47,70,-48xm112,-237r13,17r-52,32r-9,-13","w":170},"\u015e":{"d":"97,18r19,11r-28,39r-16,-9xm12,-174v2,-61,23,-67,89,-68v62,-1,88,8,86,67r-27,0v2,-41,-14,-44,-54,-44v-51,0,-67,-2,-67,41v0,45,14,40,67,43v60,3,86,6,86,67v0,65,-27,70,-96,70v-66,0,-86,-14,-85,-76r27,0v-6,47,18,55,63,53v48,-2,64,-2,64,-49v0,-84,-157,10,-153,-104","w":201},"\u015f":{"d":"85,-171v44,-1,68,8,67,47r-25,0v-3,-27,-8,-27,-43,-27v-33,0,-40,1,-44,25v4,33,6,30,45,30v55,0,72,5,72,49v0,44,-21,49,-73,49v-50,0,-71,-8,-70,-55r26,0v-3,30,7,37,43,36v35,-2,49,0,49,-30v0,-20,-4,-27,-25,-27v-60,-2,-92,4,-92,-49v0,-45,20,-47,70,-48xm80,18r17,9r-24,34r-14,-7","w":170},"\u0160":{"d":"101,-259r-56,-32r7,-14r49,22r48,-22r7,14xm12,-174v2,-61,23,-67,89,-68v62,-1,88,8,86,67r-27,0v2,-41,-14,-44,-54,-44v-51,0,-67,-2,-67,41v0,45,14,40,67,43v60,3,86,6,86,67v0,65,-27,70,-96,70v-66,0,-86,-14,-85,-76r27,0v-6,47,18,55,63,53v48,-2,64,-2,64,-49v0,-84,-157,10,-153,-104","w":201},"\u0161":{"d":"85,-171v44,-1,68,8,67,47r-25,0v-3,-27,-8,-27,-43,-27v-33,0,-40,1,-44,25v4,33,6,30,45,30v55,0,72,5,72,49v0,44,-21,49,-73,49v-50,0,-71,-8,-70,-55r26,0v-3,30,7,37,43,36v35,-2,49,0,49,-30v0,-20,-4,-27,-25,-27v-60,-2,-92,4,-92,-49v0,-45,20,-47,70,-48xm85,-189r-46,-36r10,-13r36,27r36,-27r10,13","w":170},"\u0164":{"d":"93,-259r-56,-32r7,-14r49,22r48,-22r7,14xm106,-215r0,215r-27,0r0,-215r-78,0r0,-25r183,0r0,25r-78,0","w":185},"\u0165":{"d":"69,2v-76,0,-40,-89,-48,-150r-23,0r0,-20r23,0r0,-40r25,0r0,40r65,0r0,20r-65,0r0,103v0,22,3,26,24,27v25,1,24,-16,24,-42r23,0v2,40,-9,62,-48,62xm93,-233v2,24,-1,52,-25,45r0,-9v10,-1,12,-4,12,-15r-10,0r0,-21r23,0","w":117},"\u016a":{"d":"73,-291r90,0r0,20r-90,0r0,-20xm115,-21v55,0,71,-2,71,-51r0,-168r27,0r0,168v0,66,-24,75,-94,74v-70,-1,-97,-8,-96,-74r0,-168r27,0r0,168v-2,48,17,51,65,51","w":235},"\u016b":{"d":"83,-18v76,6,45,-88,51,-150r25,0r0,168r-25,0r2,-22v-8,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,35,37,38xm46,-219r88,0r0,20r-88,0r0,-20","w":182},"\u016e":{"d":"115,-21v55,0,71,-2,71,-51r0,-168r27,0r0,168v0,66,-24,75,-94,74v-70,-1,-97,-8,-96,-74r0,-168r27,0r0,168v-2,48,17,51,65,51xm90,-285v1,-15,13,-27,28,-27v16,0,28,12,28,28v0,16,-12,27,-28,27v-16,0,-28,-12,-28,-28xm134,-284v0,-19,-32,-21,-32,-1v0,8,7,16,16,16v8,0,16,-7,16,-15","w":235},"\u016f":{"d":"83,-18v76,6,45,-88,51,-150r25,0r0,168r-25,0r2,-22v-8,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,35,37,38xm64,-213v0,-16,12,-27,28,-27v16,0,27,12,27,28v0,16,-12,27,-28,27v-16,0,-27,-12,-27,-28xm107,-212v1,-8,-7,-16,-15,-16v-8,-1,-17,6,-16,15v-1,8,6,16,15,16v8,0,16,-7,16,-15","w":182},"\u0172":{"d":"179,59v-44,18,-74,-39,-29,-57v-73,0,-127,5,-127,-74r0,-168r27,0r0,168v-2,48,17,51,65,51v55,0,71,-3,71,-51r0,-168r27,0v-3,68,9,157,-7,212v-8,26,-57,27,-60,58v-2,16,20,19,33,13r0,16","w":235},"\u0173":{"d":"169,59v-44,18,-71,-41,-26,-59r-9,0r2,-22v-9,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,36,37,38v76,6,45,-88,51,-150r25,0r0,168v-15,11,-23,21,-23,29v0,16,19,21,33,14r0,16","w":182},"\u0178":{"d":"83,-292r0,24r-28,0r0,-24r28,0xm147,-292r0,24r-28,0r0,-24r28,0xm204,-240r-90,140r0,100r-27,0r0,-100r-89,-140r32,0r71,112r71,-112r32,0","w":202},"\u0179":{"d":"135,-306r11,19r-55,28r-8,-14xm192,-240r0,23r-151,194r155,0r0,23r-188,0r0,-24r151,-193r-146,0r0,-23r179,0","w":204},"\u017a":{"d":"16,-168r121,0r0,24r-100,124r100,0r0,20r-129,0r0,-23r100,-125r-92,0r0,-20xm104,-237r13,17r-52,32r-9,-13","w":145},"\u017d":{"d":"103,-259r-57,-32r7,-14r50,22r47,-22r8,14xm192,-240r0,23r-151,194r155,0r0,23r-188,0r0,-24r151,-193r-146,0r0,-23r179,0","w":204},"\u017e":{"d":"16,-168r121,0r0,24r-100,124r100,0r0,20r-129,0r0,-23r100,-125r-92,0r0,-20xm77,-189r-46,-36r10,-13r36,27r36,-27r10,13","w":145},"\u0192":{"d":"132,-160r-28,159v-5,47,-30,53,-78,48r3,-20v29,3,44,1,49,-26r29,-161r-33,0r3,-20r33,0v8,-52,12,-100,85,-86r-3,21v-28,-2,-44,-2,-49,26r-7,39r44,0r-4,20r-44,0","w":220},"\u02c6":{"d":"90,-238r46,37r-10,12r-36,-26r-36,26r-10,-12"},"\u02c7":{"d":"90,-189r-46,-36r10,-13r36,27r36,-27r10,13"},"\u02c9":{"d":"46,-219r88,0r0,20r-88,0r0,-20"},"\u02d8":{"d":"137,-233v-2,40,-63,62,-85,23v-4,-6,-7,-14,-9,-23r17,0v5,34,55,33,60,0r17,0"},"\u02d9":{"d":"104,-221r0,24r-28,0r0,-24r28,0"},"\u02da":{"d":"62,-213v1,-15,13,-27,28,-27v16,0,28,12,28,28v0,16,-12,27,-28,27v-16,0,-28,-12,-28,-28xm106,-212v0,-19,-32,-21,-32,-1v0,8,7,16,16,16v8,0,16,-7,16,-15"},"\u02db":{"d":"144,59v-44,18,-71,-41,-26,-59r18,0v-17,10,-26,20,-26,29v0,16,20,21,34,14r0,16"},"\u02dc":{"d":"41,-203v15,-37,47,-15,70,-8v5,0,9,-4,13,-13r15,8v-14,37,-45,17,-70,9v-5,0,-10,5,-14,13"},"\u02dd":{"d":"92,-237r13,15r-44,34r-9,-11xm139,-237r14,15r-45,34r-9,-11"},"\u0394":{"d":"10,0r97,-240r26,0r97,240r-220,0xm46,-23r148,0r-74,-187","w":239},"\u2206":{"d":"10,0r97,-240r26,0r97,240r-220,0xm46,-23r148,0r-74,-187","w":239},"\u03a9":{"d":"121,-224v-49,0,-86,45,-86,96v0,46,23,82,69,108r0,20r-94,0r0,-22r66,0v-44,-26,-66,-62,-66,-109v0,-60,48,-115,110,-115v62,0,110,54,110,115v0,47,-22,84,-66,109r66,0r0,22r-94,0r0,-20v41,-21,68,-57,69,-108v2,-49,-37,-96,-84,-96","w":239},"\u2126":{"d":"121,-224v-49,0,-86,45,-86,96v0,46,23,82,69,108r0,20r-94,0r0,-22r66,0v-44,-26,-66,-62,-66,-109v0,-60,48,-115,110,-115v62,0,110,54,110,115v0,47,-22,84,-66,109r66,0r0,22r-94,0r0,-20v41,-21,68,-57,69,-108v2,-49,-37,-96,-84,-96","w":239},"\u00b5":{"d":"138,-32v-13,41,-74,51,-96,10r0,82r-24,0r0,-233r24,0v4,64,-19,160,47,159v64,-1,47,-93,49,-159r25,0r0,173r-25,0r0,-32"},"\u03bc":{"d":"138,-32v-13,41,-74,51,-96,10r0,82r-24,0r0,-233r24,0v4,64,-19,160,47,159v64,-1,47,-93,49,-159r25,0r0,173r-25,0r0,-32"},"\u03c0":{"d":"37,0r0,-150r-27,0r0,-22r187,0r0,22r-26,0r0,150r-25,0r0,-150r-85,0r0,150r-24,0","w":206},"\u2013":{"d":"40,-99r141,0r0,23r-141,0r0,-23","w":220},"\u2014":{"d":"2,-99r247,0r0,23r-249,0","w":249},"\u2018":{"d":"47,-231v-15,-1,-17,8,-15,21r12,0r0,33r-29,0v1,-34,-8,-74,32,-68r0,14","w":64},"\u2019":{"d":"22,-186v14,0,16,-7,15,-21r-12,0r0,-33r29,0v-1,34,8,74,-32,68r0,-14","w":72},"\u201a":{"d":"19,22v15,0,17,-7,16,-22r-12,0r0,-33r28,0v-1,33,9,75,-32,68r0,-13","w":72},"\u201c":{"d":"98,-231v-15,-1,-17,6,-16,21r12,0r0,33r-28,0v1,-34,-9,-74,32,-68r0,14xm47,-231v-15,-1,-17,8,-15,21r12,0r0,33r-29,0v1,-34,-8,-74,32,-68r0,14","w":114},"\u201d":{"d":"17,-186v14,0,17,-6,16,-21r-12,0r0,-33r28,0v-1,34,8,74,-32,68r0,-14xm68,-186v14,0,16,-7,15,-21r-12,0r0,-33r29,0v-1,34,8,74,-32,68r0,-14","w":114},"\u201e":{"d":"17,22v15,0,17,-7,16,-22r-12,0r0,-33r28,0v-1,33,9,75,-32,68r0,-13xm68,22v14,0,15,-7,15,-22r-12,0r0,-33r29,0v-1,33,9,75,-32,68r0,-13","w":114},"\u2020":{"d":"123,-240r0,66r56,0r0,21r-56,0r0,225r-26,0r0,-225r-56,0r0,-21r56,0r0,-66r26,0","w":220},"\u2021":{"d":"123,-240r0,66r56,0r0,21r-56,0r0,138r56,0r0,21r-56,0r0,66r-26,0r0,-66r-56,0r0,-21r56,0r0,-138r-56,0r0,-21r56,0r0,-66r26,0","w":220},"\u2022":{"d":"70,-122v0,-27,23,-50,51,-50v26,0,49,23,49,50v0,27,-23,50,-50,50v-26,0,-50,-24,-50,-50","w":239},"\u2026":{"d":"50,-33r0,33r-28,0r0,-33r28,0xm122,-33r0,33r-29,0r0,-33r29,0xm193,-33r0,33r-28,0r0,-33r28,0","w":214},"\u2030":{"d":"6,-181v-5,-57,25,-62,73,-59v39,2,32,43,32,83v0,30,-14,37,-49,38v-54,1,-51,-9,-56,-62xm95,-181v0,-44,5,-47,-35,-47v-41,0,-38,5,-38,45v0,47,-3,51,43,50v34,-1,30,-8,30,-48xm231,-240r-163,240r-16,0r162,-240r17,0xm171,-61v-2,-56,19,-63,74,-60v38,2,31,44,31,84v0,31,-14,38,-49,38v-53,0,-53,-9,-56,-62xm261,-61v0,-44,4,-47,-36,-47v-41,0,-38,5,-38,45v0,47,-2,50,43,50v35,0,31,-7,31,-48xm299,-61v-3,-57,19,-63,73,-60v38,2,32,42,32,84v0,31,-13,38,-49,38v-53,0,-53,-9,-56,-62xm388,-61v0,-45,5,-47,-35,-47v-41,0,-38,5,-38,45v0,47,-2,50,43,50v34,0,30,-7,30,-48","w":410},"\u2039":{"d":"61,-184r19,11r-38,81r42,80r-18,12r-48,-92","w":101},"\u203a":{"d":"40,-184r44,92r-49,92r-17,-12r42,-80r-38,-81","w":101},"\u2044":{"d":"115,-240r-163,240r-18,0r162,-240r19,0","w":47},"\u20a3":{"d":"50,-217r0,84r52,0r0,23r-52,0r0,110r-27,0r0,-240r123,0r0,23r-96,0xm174,-127v-54,0,-29,78,-35,127r-25,0r0,-144r25,0v0,6,-4,15,-2,20v18,-44,102,-26,84,35r-24,0v3,-21,-2,-38,-23,-38","w":220},"\u2122":{"d":"63,-223r0,120r-18,0r0,-120r-46,0r0,-17r109,0r0,17r-45,0xm275,-240r0,137r-18,0r0,-119r-51,119r-18,0r-51,-118r0,118r-17,0r0,-137r29,0r48,113r48,-113r30,0","w":286},"\u2202":{"d":"140,-129v-16,-52,-53,-81,-109,-90r4,-22v85,9,131,65,134,153v2,53,-27,92,-79,92v-44,0,-79,-39,-79,-81v0,-69,89,-110,129,-52xm144,-78v0,-33,-21,-60,-52,-60v-32,0,-56,29,-56,62v0,31,22,61,54,61v31,0,54,-30,54,-63"},"\u220f":{"d":"13,-270r225,0r0,23r-29,0r0,314r29,0r0,23r-83,0r0,-23r29,0r0,-314r-118,0r0,314r30,0r0,23r-83,0r0,-23r29,0r0,-314r-29,0r0,-23","w":250},"\u2211":{"d":"215,-270r0,82r-23,0r-2,-59r-152,0r91,150r-91,164r155,0r2,-58r23,0r0,81r-208,0r0,-26r90,-161r-90,-148r0,-25r205,0","w":239},"\u2212":{"d":"27,-131r167,0r0,22r-167,0r0,-22","w":220},"\u2219":{"d":"50,-100r0,33r-28,0r0,-33r28,0","w":71},"\u221a":{"d":"240,-298r0,23r-71,0r-79,275r-30,0r-30,-108r-30,0r0,-23r50,0v10,31,13,69,26,97v20,-92,48,-176,72,-264r92,0","w":239},"\u221e":{"d":"233,-122v0,31,-22,54,-53,54v-22,0,-42,-12,-59,-38v-29,56,-113,49,-114,-17v-1,-30,23,-54,54,-55v22,0,42,13,59,39v27,-57,113,-50,113,17xm209,-123v0,-37,-48,-44,-67,-14v-4,5,-7,9,-10,14v14,23,30,34,45,34v20,0,32,-14,32,-34xm31,-123v-1,38,48,45,67,15v3,-4,7,-9,10,-15v-14,-23,-29,-33,-45,-33v-19,0,-32,14,-32,33","w":239},"\u222b":{"d":"102,20v5,62,-19,75,-66,66r5,-22v27,11,37,-2,37,-39r0,-225v-6,-60,18,-78,66,-66r-5,22v-33,-11,-37,5,-37,50r0,214"},"\u2248":{"d":"125,-127v-8,4,-55,-24,-75,-25v-12,0,-23,9,-32,27r-14,-10v9,-20,23,-40,48,-40v14,-3,63,25,76,24v17,-1,24,-11,33,-25r15,9v-11,23,-24,38,-51,40xm125,-68v-7,4,-54,-24,-74,-25v-12,0,-24,9,-33,27r-14,-10v9,-19,24,-41,48,-40v14,-3,63,25,76,24v18,-1,24,-10,33,-25r15,9v-10,22,-26,38,-51,40"},"\u22f2":{"d":"125,-127v-8,4,-55,-24,-75,-25v-12,0,-23,9,-32,27r-14,-10v9,-20,23,-40,48,-40v14,-3,63,25,76,24v17,-1,24,-11,33,-25r15,9v-11,23,-24,38,-51,40xm125,-68v-7,4,-54,-24,-74,-25v-12,0,-24,9,-33,27r-14,-10v9,-19,24,-41,48,-40v14,-3,63,25,76,24v18,-1,24,-10,33,-25r15,9v-10,22,-26,38,-51,40"},"\u2260":{"d":"98,-160r20,-41r17,7r-16,34r49,0r0,22r-59,0r-17,34r76,0r0,22r-86,0r-20,42r-17,-7r17,-35r-50,0r0,-22r60,0r16,-34r-76,0r0,-22r86,0"},"\u2264":{"d":"168,-218r0,24r-130,57r130,57r0,24r-156,-70r0,-21xm168,-46r0,23r-156,0r0,-23r156,0"},"\u2265":{"d":"12,-56r0,-24r130,-57r-130,-57r0,-24r156,71r0,21xm12,-23r0,-23r156,0r0,23r-156,0"},"\u25ca":{"d":"120,-249r93,129r-93,129r-93,-129xm120,-202r-59,82r59,81r59,-81","w":239},"\uf001":{"d":"98,-221v-27,-3,-46,-2,-45,26r0,27r45,0r0,20r-45,0r0,148r-25,0r0,-148r-26,0r0,-20r26,0v-6,-55,14,-82,70,-73r0,20xm143,-240r0,28r-25,0r0,-28r25,0xm143,-168r0,168r-25,0r0,-168r25,0","w":164},"\uf002":{"d":"98,-221v-27,-3,-46,-2,-45,26r0,27r45,0r0,20r-45,0r0,148r-25,0r0,-148r-26,0r0,-20r26,0v-6,-55,14,-82,70,-73r0,20xm143,-240r0,240r-25,0r0,-240r25,0","w":164},"\uf000":{"d":"173,-249v3,33,-23,60,-53,62v0,-35,21,-58,53,-62xm124,-179v38,-11,78,-19,100,15v-38,21,-40,89,7,103v-11,29,-34,68,-61,71v-7,1,-23,-13,-43,-11v-10,-2,-31,10,-45,11v-73,-15,-108,-195,-3,-199v11,0,35,10,45,10","w":239},"\u00a0":{"w":90},"\u00ad":{"d":"1,-99r74,0r0,23r-75,0","w":74},"\u0116":{"d":"106,-292r0,24r-28,0r0,-24r28,0xm40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179},"\u0117":{"d":"91,-18v38,0,48,1,48,-33r25,0v1,44,-24,54,-73,53v-63,-2,-74,-18,-74,-86v0,-67,9,-84,73,-87v67,-3,74,27,74,92r-121,0v0,50,3,61,48,61xm139,-99v8,-54,-31,-58,-73,-50v-21,4,-23,20,-23,50r96,0xm106,-221r0,24r-28,0r0,-24r28,0"},"\u0122":{"d":"126,19v0,28,4,58,-29,53r0,-11v11,-1,15,-4,14,-17r-11,0r0,-25r26,0xm122,-21v66,2,64,-18,63,-75r-76,0r0,-23r102,0r1,43v1,71,-25,78,-98,78v-97,0,-103,-44,-101,-136v2,-86,15,-108,103,-108v72,0,97,8,95,72r-26,0v7,-50,-30,-49,-77,-49v-70,0,-69,28,-68,98v0,25,1,43,1,52v1,49,27,46,81,48","w":222},"\u0123":{"d":"78,-190v0,-27,-4,-55,28,-50r0,11v-12,1,-13,4,-14,16r11,0r0,23r-25,0xm17,-81v0,-62,11,-88,69,-90v28,-1,43,11,53,26r-1,-23r24,0r0,179v2,50,-24,64,-72,64v-51,0,-67,-10,-67,-55r24,0v-1,31,14,32,45,34v49,4,49,-33,45,-75v-7,19,-28,23,-54,23v-53,0,-66,-27,-66,-83xm137,-88v-1,-48,-4,-62,-48,-62v-42,0,-46,16,-46,63v0,55,-1,69,46,69v43,0,48,-19,48,-70","w":183},"\u0136":{"d":"123,19v0,29,5,59,-29,53r0,-11v11,-1,15,-4,14,-17r-11,0r0,-25r26,0xm50,-240r0,105r23,0r99,-105r35,0r-110,116r123,124r-37,0r-110,-111r-23,0r0,111r-27,0r0,-240r27,0","w":216},"\u0137":{"d":"97,17v1,24,2,50,-25,45r0,-9v10,-1,12,-3,12,-15r-9,0r0,-21r22,0xm46,-240r0,139r11,0r60,-67r31,0r-72,77r85,91r-34,0r-71,-81r-10,0r0,81r-24,0r0,-240r24,0","w":154},"\u013b":{"d":"114,19v0,28,4,58,-29,53r0,-11v11,-1,15,-4,14,-17r-11,0r0,-25r26,0xm50,-240r0,215r123,0r0,25r-150,0r0,-240r27,0","w":174},"\u013c":{"d":"45,17v1,24,1,49,-25,45r0,-9v10,-1,12,-3,12,-15r-9,0r0,-21r22,0xm46,-240r0,240r-24,0r0,-240r24,0","w":67},"\u0145":{"d":"133,19v0,28,4,58,-29,53r0,-11v11,-1,13,-5,14,-17r-11,0r0,-25r26,0xm228,-240r0,240r-44,0r-135,-217r1,217r-27,0r0,-240r44,0r134,218r0,-218r27,0","w":250},"\u0146":{"d":"104,17v1,24,2,50,-25,45r0,-9v10,-1,12,-3,12,-15r-9,0r0,-21r22,0xm99,-150v-75,-5,-47,87,-52,150r-25,0r0,-168r24,0r0,23v8,-19,29,-26,56,-26v46,0,61,11,61,62r0,109r-25,0r0,-107v2,-34,-8,-41,-39,-43","w":185},"\u0150":{"d":"113,-306r12,16r-49,31r-8,-13xm170,-306r12,16r-49,31r-8,-13xm8,-136v0,-81,23,-106,103,-106v89,0,102,26,102,112v0,102,-10,132,-103,132v-102,0,-102,-37,-102,-138xm186,-82v-4,-79,18,-153,-76,-137v-80,-2,-74,19,-75,99v-1,80,-2,99,75,99v52,0,79,-6,76,-61","w":220},"\u0151":{"d":"17,-86v0,-68,8,-85,74,-85v68,0,72,17,74,87v2,64,-10,86,-73,86v-69,0,-75,-23,-75,-88xm140,-84v0,-56,3,-66,-49,-66v-51,0,-48,9,-48,64v0,58,-4,68,48,68v52,0,49,-9,49,-66xm96,-237r13,15r-44,34r-9,-11xm143,-237r14,15r-45,34r-9,-11","w":182},"\u0156":{"d":"124,19v0,29,5,59,-29,53r0,-11v11,-1,15,-5,15,-17r-11,0r0,-25r25,0xm177,0v-1,-48,11,-97,-45,-97r-82,0r0,97r-27,0r0,-240v80,5,184,-26,184,69v0,43,-8,56,-41,63v47,0,38,60,38,108r-27,0xm181,-163v12,-80,-72,-47,-131,-54r0,97v54,-4,135,19,131,-43","w":224},"\u0157":{"d":"47,17v1,24,2,50,-25,45r0,-9v10,-1,13,-3,13,-15r-10,0r0,-21r22,0xm89,-151v-66,0,-32,95,-40,151r-25,0r0,-168r25,0v0,6,-4,15,-2,20v21,-42,110,-29,94,36r-24,0v2,-24,-3,-39,-28,-39","w":143},"\u0162":{"d":"106,19v0,28,4,58,-29,53r0,-11v11,-1,15,-4,14,-17r-11,0r0,-25r26,0xm106,-215r0,215r-27,0r0,-215r-78,0r0,-25r183,0r0,25r-78,0","w":185},"\u0163":{"d":"74,17v1,24,1,49,-25,45r0,-9v10,-1,12,-3,12,-15r-9,0r0,-21r22,0xm69,2v-76,0,-40,-89,-48,-150r-23,0r0,-20r23,0r0,-40r25,0r0,40r65,0r0,20r-65,0r0,103v0,22,3,26,24,27v25,1,24,-16,24,-42r23,0v2,40,-9,62,-48,62","w":117},"\u0170":{"d":"120,-306r12,16r-49,31r-8,-13xm178,-306r11,16r-49,31r-8,-13xm115,-21v55,0,71,-2,71,-51r0,-168r27,0r0,168v0,66,-24,75,-94,74v-70,-1,-97,-8,-96,-74r0,-168r27,0r0,168v-2,48,17,51,65,51","w":235},"\u0171":{"d":"83,-18v76,6,45,-88,51,-150r25,0r0,168r-25,0r2,-22v-8,17,-28,24,-57,24v-84,0,-51,-100,-57,-170r24,0r0,112v1,30,7,35,37,38xm96,-237r13,15r-44,34r-9,-11xm143,-237r14,15r-45,34r-9,-11","w":182},"\u017b":{"d":"116,-292r0,24r-28,0r0,-24r28,0xm192,-240r0,23r-151,194r155,0r0,23r-188,0r0,-24r151,-193r-146,0r0,-23r179,0","w":204},"\u017c":{"d":"16,-168r121,0r0,24r-100,124r100,0r0,20r-129,0r0,-23r100,-125r-92,0r0,-20xm91,-221r0,24r-28,0r0,-24r28,0","w":145}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface  1992 Fonderia Caratteri Svizzera Walter Fruttiger A.G. Data  1992
 * URW. Portions  1992 Microsoft Corp. All rights reserved.
 * 
 * Trademark:
 * Eurostile is a licensed trademark of Fonderia Caratteri Svizzera Walter
 * Fruttiger A.G.
 */
Cufon.registerFont({"w":225,"face":{"font-family":"Eurostile","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 5 2 4","ascent":"288","descent":"-72","x-height":"2","bbox":"-60 -314 406 90","underline-thickness":"26.3672","underline-position":"-23.7305","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"A":{"d":"166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},"B":{"d":"216,-66v0,97,-114,58,-195,66r0,-240v78,8,190,-32,190,63v0,31,-14,47,-36,54v27,4,41,23,41,57xm67,-139v40,-5,105,18,97,-34v3,-42,-59,-26,-97,-29r0,63xm170,-73v8,-53,-60,-26,-103,-33r0,68v40,-7,110,19,103,-35","w":228},"C":{"d":"115,-37v46,1,58,-7,54,-49r46,0v0,77,-16,90,-99,88v-112,-2,-104,-23,-104,-147v0,-87,25,-97,115,-97v70,0,85,15,86,82r-46,0v0,-39,-8,-43,-49,-43v-63,0,-60,6,-60,72v0,81,-12,90,57,94","w":222},"D":{"d":"230,-141v0,105,2,141,-90,141r-119,0r0,-240r118,0v71,1,91,28,91,99xm183,-120v0,-61,3,-82,-49,-82r-67,0r0,164r64,0v54,-2,52,-21,52,-82","w":241},"E":{"d":"62,-202r0,62r112,0r0,34r-112,0r0,68r120,0r0,38r-166,0r0,-240r165,0r0,38r-119,0","w":194},"F":{"d":"67,-202r0,65r107,0r0,38r-107,0r0,99r-46,0r0,-240r159,0r0,38r-113,0","w":186},"G":{"d":"118,-37v52,1,58,-8,58,-57r-61,0r0,-34r106,0r1,48v-3,78,-22,82,-107,82v-85,0,-102,-17,-103,-102v-1,-116,5,-142,108,-142v79,0,97,3,101,74r-46,0v-3,-38,-13,-30,-56,-35v-76,-8,-60,48,-60,111v0,50,8,53,59,55","w":232},"H":{"d":"225,-240r0,240r-46,0r0,-104r-112,0r0,104r-46,0r0,-240r46,0r0,98r112,0r0,-98r46,0","w":245},"I":{"d":"67,-240r0,240r-46,0r0,-240r46,0","w":88},"J":{"d":"88,-37v30,-1,31,-9,31,-43r0,-160r46,0r0,166v-1,64,-14,74,-78,76v-75,3,-79,-23,-79,-96r44,0v0,32,-3,60,36,57","w":185},"K":{"d":"67,-240r0,98r21,0r80,-98r56,0r-96,117r107,123r-59,0r-88,-104r-21,0r0,104r-46,0r0,-240r46,0","w":232},"L":{"d":"67,-240r0,199r112,0r0,41r-158,0r0,-240r46,0","w":181},"M":{"d":"302,-240r0,240r-46,0r3,-202v-10,15,-18,52,-24,67r-53,135r-41,0r-77,-201r3,201r-46,0r0,-240r74,0r65,178r66,-178r76,0","w":322},"N":{"d":"244,-240r0,240r-77,0r-100,-201r-2,0r2,201r-46,0r0,-240r77,0r100,200r2,0r-2,-200r46,0","w":264},"O":{"d":"10,-112v0,-112,4,-130,111,-130v94,0,103,21,103,119v0,109,-7,125,-111,125v-93,0,-103,-19,-103,-114xm178,-121v0,-75,9,-82,-61,-82v-75,0,-61,9,-61,93v0,67,-4,73,62,73v67,0,60,-11,60,-84","w":233},"P":{"d":"212,-158v7,92,-63,79,-145,80r0,78r-46,0r0,-240r109,0v66,2,77,17,82,82xm166,-157v11,-64,-51,-40,-99,-45r0,86v46,-4,109,17,99,-41","w":220},"Q":{"d":"117,-242v98,0,107,18,107,119v0,36,-2,61,-5,74r25,17r-19,27r-23,-16v-15,15,-43,23,-85,23v-96,0,-107,-16,-107,-114v0,-110,2,-130,107,-130xm56,-110v0,71,-3,71,68,73v17,0,30,-4,39,-11r-55,-37r19,-28r49,34v4,-25,2,-45,2,-72v0,-48,-10,-52,-61,-52v-75,0,-61,9,-61,93","w":240},"R":{"d":"217,-169v0,50,-11,57,-43,70v47,0,40,52,40,99r-45,0v1,-40,5,-81,-37,-81r-65,0r0,81r-46,0r0,-240v84,7,196,-30,196,71xm171,-161v9,-61,-58,-36,-104,-41r0,83v47,-4,112,17,104,-42","w":232},"S":{"d":"107,-242v68,0,93,9,92,72r-44,0v-4,-30,-7,-36,-44,-35v-38,1,-53,-1,-53,31v0,42,13,28,62,34v65,8,85,5,85,66v0,73,-21,76,-100,76v-74,0,-94,-9,-94,-78r45,0v1,43,8,42,56,42v37,0,48,0,48,-37v0,-37,-30,-29,-59,-32v-68,-8,-89,-4,-89,-69v0,-64,25,-70,95,-70","w":215},"T":{"d":"117,-199r0,199r-46,0r0,-199r-69,0r0,-41r186,0r0,41r-71,0","w":190},"U":{"d":"121,-37v45,0,54,0,54,-42r0,-161r46,0r0,160v-2,72,-22,82,-98,82v-80,0,-102,-6,-102,-80r0,-162r46,0r0,162v1,41,10,41,54,41","w":241},"V":{"d":"175,-240r48,0r-77,240r-70,0r-77,-240r47,0r65,201","w":221},"W":{"d":"358,-240r-64,240r-67,0r-49,-182r-49,182r-67,0r-62,-240r46,0r50,202r2,0r54,-202r54,0r53,202r53,-202r46,0","w":358},"X":{"d":"223,-240r-72,116r77,124r-53,0r-61,-104v-18,35,-41,70,-60,104r-55,0r79,-124r-73,-116r54,0r56,95r54,-95r54,0","w":226},"Y":{"d":"220,-240r-89,148r0,92r-46,0r0,-92r-86,-148r53,0r57,102r57,-102r54,0","w":218},"Z":{"d":"198,-240r0,38r-132,164r134,0r0,38r-192,0r0,-39r131,-163r-125,0r0,-38r184,0","w":207},"\u00c6":{"d":"214,-202r0,63r110,0r0,33r-110,0r0,68r117,0r0,38r-163,0r0,-46r-96,0r-22,46r-51,0r113,-240r219,0r0,38r-117,0xm168,-80r0,-122r-24,0r-58,122r82,0","w":343},"\u0152":{"d":"12,-118v0,-99,2,-122,95,-124v41,-1,61,13,75,29r-2,-26r161,0r0,38r-117,0r0,61r111,0r0,34r-111,0r0,67r118,0r0,38r-162,0v-1,-7,5,-20,0,-24v-11,18,-33,27,-68,27v-95,0,-100,-20,-100,-120xm179,-106v0,-90,16,-91,-68,-97v-75,-5,-48,69,-51,135v5,31,18,31,58,31v61,0,61,-6,61,-69","w":354},"\u00d8":{"d":"225,-122v0,103,-7,124,-106,124v-46,0,-76,-8,-90,-24r-28,25r0,-36r15,-14v-4,-13,-5,-34,-5,-64v4,-113,4,-131,112,-131v42,0,70,8,84,24r28,-26r0,36r-15,14v4,13,5,38,5,72xm112,-37v82,0,67,-52,65,-120r-112,104v6,11,22,16,47,16xm123,-203v-68,0,-63,9,-66,83v0,15,1,27,2,36r113,-104v-6,-10,-23,-15,-49,-15","w":236},"\u00c7":{"d":"115,-37v46,1,58,-7,54,-49r46,0v0,77,-16,90,-99,88v-112,-2,-104,-23,-104,-147v0,-87,25,-97,115,-97v70,0,85,15,86,82r-46,0v0,-39,-8,-43,-49,-43v-63,0,-60,6,-60,72v0,81,-12,90,57,94xm123,18r17,20r-40,29r-13,-14","w":222},"a":{"d":"127,-83v0,-35,5,-60,-35,-60v-21,0,-30,8,-30,24r-41,0v2,-46,17,-51,69,-51v56,0,77,7,78,60r0,110r-41,0v0,-7,3,-18,1,-23v-17,41,-126,32,-114,-27v0,-35,20,-52,62,-52v28,0,45,6,51,19xm54,-52v1,25,9,26,37,27v24,0,37,-8,37,-25v0,-17,-13,-25,-39,-25v-23,0,-35,7,-35,23","w":187},"b":{"d":"177,-87v0,64,-7,87,-66,89v-27,1,-43,-12,-53,-29r2,27r-40,0r0,-240r40,0r1,96v7,-18,25,-26,53,-26v54,2,63,25,63,83xm136,-85v0,-39,-1,-52,-36,-53v-26,0,-39,16,-39,48v0,45,-2,60,37,60v37,0,38,-13,38,-55","w":190},"c":{"d":"94,-30v29,0,32,-4,33,-34r40,0v2,50,-17,66,-75,66v-68,0,-78,-16,-78,-86v0,-67,12,-86,76,-86v55,0,73,9,75,61r-40,0v0,-20,-11,-29,-34,-29v-39,1,-37,12,-37,55v0,43,0,53,40,53","w":176},"d":{"d":"14,-90v0,-56,11,-78,63,-80v28,-1,43,11,52,26r0,-96r40,0r0,240r-39,0v0,-8,3,-20,1,-27v-8,20,-25,29,-51,29v-62,-2,-66,-24,-66,-92xm129,-88v0,-40,-3,-50,-38,-50v-36,0,-36,12,-36,51v0,43,-2,57,36,57v39,0,38,-14,38,-58","w":189},"e":{"d":"93,-28v28,-1,33,-1,35,-26r41,0v2,40,-22,56,-74,56v-71,0,-81,-15,-81,-89v0,-66,15,-81,79,-83v68,-2,76,25,76,93r-114,0v-3,33,3,51,38,49xm128,-101v12,-45,-42,-45,-66,-32v-5,5,-7,16,-7,32r73,0","w":182},"f":{"d":"28,-168v-5,-60,18,-79,81,-74r0,32v-30,-9,-46,8,-41,42r42,0r0,31r-42,0r0,137r-40,0r0,-137r-24,0r0,-31r24,0","w":112},"g":{"d":"14,-86v0,-59,10,-82,64,-84v28,-1,44,12,54,30r-2,-28r40,0r0,171v-1,58,-18,72,-78,72v-54,0,-71,-7,-72,-58r39,0v1,25,7,24,33,26v41,3,41,-34,37,-69v-7,18,-23,27,-49,27v-57,-2,-66,-24,-66,-87xm129,-86v0,-41,-2,-52,-38,-52v-37,0,-37,12,-37,52v0,42,-1,55,37,55v37,0,38,-14,38,-55","w":189},"h":{"d":"60,-240r1,100v16,-48,111,-38,111,26r0,114r-41,0r0,-109v0,-20,-10,-29,-30,-29v-61,-2,-36,84,-41,138r-40,0r0,-240r40,0","w":191},"i":{"d":"60,-240r0,34r-40,0r0,-34r40,0xm60,-168r0,168r-40,0r0,-168r40,0","w":79},"j":{"d":"60,-240r0,34r-41,0r0,-34r41,0xm59,-168r0,175v1,39,-22,57,-58,49r0,-28v14,1,18,-6,18,-24r0,-172r40,0","w":79},"k":{"d":"60,-240r0,137r10,0r46,-65r47,0r-59,79r71,89r-50,0r-55,-75r-10,0r0,75r-40,0r0,-240r40,0","w":172},"l":{"d":"60,-240r0,240r-40,0r0,-240r40,0","w":79},"m":{"d":"126,-104v0,-28,-3,-34,-29,-34v-58,-1,-31,86,-37,138r-40,0r0,-168r40,0v1,8,-3,20,0,26v10,-39,99,-36,103,3v16,-51,110,-39,110,28r0,111r-40,0v-6,-48,21,-136,-30,-138v-57,-2,-31,87,-37,138r-40,0r0,-104","w":294},"n":{"d":"20,-168r40,0v0,9,-3,21,-1,28v16,-48,112,-39,112,26r0,114r-40,0r-1,-119v-2,-13,-11,-19,-29,-19v-64,-3,-35,84,-41,138r-40,0r0,-168","w":190},"o":{"d":"14,-85v0,-70,10,-85,80,-85v66,0,79,13,79,81v0,71,-8,91,-77,91v-72,0,-82,-13,-82,-87xm132,-88v0,-40,-1,-50,-39,-50v-38,0,-39,10,-39,51v0,46,-2,57,40,57v41,0,38,-14,38,-58","w":186},"p":{"d":"179,-86v0,63,-9,85,-65,88v-27,1,-42,-10,-52,-26r0,96r-42,0r0,-240r41,0v0,8,-3,19,-1,25v10,-18,28,-27,54,-27v55,1,65,25,65,84xm138,-84v0,-42,-2,-54,-39,-54v-36,0,-37,14,-37,54v0,39,3,54,38,54v37,0,38,-14,38,-54","w":192},"q":{"d":"14,-87v0,-59,9,-81,64,-83v26,-1,42,11,53,27r-1,-25r40,0r0,240r-40,0r-1,-97v-7,18,-24,27,-51,27v-57,0,-64,-26,-64,-89xm130,-81v0,-42,0,-57,-39,-57v-34,0,-37,14,-37,51v0,44,-1,57,38,57v35,0,38,-13,38,-51","w":190},"r":{"d":"21,-168r40,0v0,7,-3,18,-1,24v25,-48,103,-30,89,41r-38,0v3,-20,-3,-37,-20,-36v-49,2,-24,91,-30,139r-40,0r0,-168","w":151},"s":{"d":"13,-121v0,-45,23,-49,76,-49v49,0,70,4,71,48r-39,0v-4,-20,-7,-21,-35,-21v-31,0,-39,22,-26,37v14,5,88,4,93,15v9,6,13,20,13,39v-1,48,-27,54,-79,54v-53,0,-75,-6,-75,-55r42,0v-5,20,5,28,33,28v25,0,39,-7,39,-22v0,-14,-8,-21,-24,-21v-62,-3,-89,0,-89,-53","w":178},"t":{"d":"128,-168r0,31r-64,0r0,84v0,16,5,23,17,23v15,1,21,-14,20,-35r34,0v2,45,-8,67,-58,67v-73,0,-51,-76,-54,-139r-21,0r0,-31r21,0r0,-38r41,0r0,38r64,0","w":137},"u":{"d":"59,-65v1,27,4,34,31,35v57,2,35,-85,39,-138r40,0r0,168r-40,0v0,-9,3,-22,1,-29v-8,21,-26,31,-54,31v-81,0,-52,-99,-57,-170r40,0r0,103","w":190},"v":{"d":"160,-168r-48,168r-63,0r-51,-168r43,0r40,140r36,-140r43,0","w":158},"w":{"d":"255,-168r-37,168r-60,0r-30,-134r-30,134r-60,0r-37,-168r40,0r29,140r32,-140r52,0r33,140r28,-140r40,0","w":255},"x":{"d":"157,-168r-49,79r55,89r-48,0r-34,-61r-33,61r-49,0r55,-88r-49,-80r48,0r28,53r28,-53r48,0","w":161},"y":{"d":"158,-168r-44,179v-11,48,-26,68,-81,63r0,-30v26,5,34,-11,41,-44r-21,0r-55,-168r43,0r43,143r32,-143r42,0","w":156},"z":{"d":"14,-168r131,0r0,35r-90,102r90,0r0,31r-138,0r0,-35r90,-102r-83,0r0,-31","w":152},"\u00e6":{"d":"206,-170v65,-1,75,26,74,92r-112,0v2,43,-1,50,38,50v28,0,33,0,34,-26r40,0v2,40,-22,55,-75,56v-36,1,-54,-11,-62,-27v-8,18,-28,27,-60,27v-49,0,-68,-9,-69,-53v0,-33,22,-50,66,-50v25,0,41,6,47,18v2,-33,1,-60,-33,-60v-21,0,-32,8,-32,23r-42,0v3,-43,18,-49,66,-50v38,-1,56,9,64,23v6,-15,24,-23,56,-23xm241,-103v-1,-23,-8,-38,-36,-37v-27,0,-38,12,-37,37r73,0xm89,-74v-23,0,-35,7,-35,22v0,16,12,24,36,24v25,0,38,-8,38,-24v0,-15,-13,-22,-39,-22","w":293},"\u0153":{"d":"209,-170v67,-1,74,25,75,92r-113,0v2,43,-2,50,39,50v22,0,34,-7,33,-26r41,0v-1,51,-23,55,-79,56v-30,1,-46,-10,-55,-24v-8,16,-27,24,-57,24v-69,-2,-79,-16,-79,-87v0,-67,10,-85,73,-85v36,0,58,8,64,24v8,-16,27,-24,58,-24xm244,-103v-1,-30,-5,-37,-35,-37v-32,0,-37,6,-38,37r73,0xm131,-80v0,-47,4,-58,-39,-58v-38,0,-38,10,-38,49v0,47,-4,59,38,59v39,0,39,-9,39,-50","w":297},"\u00f8":{"d":"171,-86v-2,71,-10,88,-77,88v-35,0,-58,-6,-69,-19r-23,18r0,-25r15,-11v-3,-10,-5,-27,-5,-49v2,-72,9,-84,80,-86v34,0,57,7,67,20r22,-18r0,25r-14,12v3,11,4,26,4,45xm93,-30v43,2,37,-29,36,-72r-71,60v4,8,16,12,35,12xm89,-138v-40,0,-36,34,-35,74r72,-61v-4,-9,-17,-13,-37,-13","w":183},"\u00df":{"d":"107,-28v33,-1,31,-16,31,-55v0,-41,-15,-57,-52,-54r0,-30v52,8,60,-46,9,-45v-23,0,-34,11,-34,33r0,179r-41,0r0,-176v1,-53,17,-66,72,-66v49,0,73,6,75,49v1,24,-15,35,-37,42v41,7,46,23,49,72v4,71,-39,90,-100,77r1,-31v7,4,16,5,27,5","w":194},"\u0131":{"d":"60,-168r0,168r-40,0r0,-168r40,0","w":79},"\uf001":{"d":"28,-168v-5,-60,18,-79,81,-74r0,32v-30,-9,-46,8,-41,42r42,0r0,31r-42,0r0,137r-40,0r0,-137r-24,0r0,-31r24,0xm168,-240r0,34r-41,0r0,-34r41,0xm168,-168r0,168r-41,0r0,-168r41,0","w":187},"\uf002":{"d":"28,-168v-5,-60,18,-79,81,-74r0,32v-30,-9,-46,8,-41,42r42,0r0,31r-42,0r0,137r-40,0r0,-137r-24,0r0,-31r24,0xm168,-240r0,240r-41,0r0,-240r41,0","w":187},"\u00e7":{"d":"94,-30v29,0,32,-4,33,-34r40,0v2,50,-17,66,-75,66v-68,0,-78,-16,-78,-86v0,-67,12,-86,76,-86v55,0,73,9,75,61r-40,0v0,-20,-11,-29,-34,-29v-39,1,-37,12,-37,55v0,43,0,53,40,53xm99,18r15,18r-36,25r-11,-12","w":176},"1":{"d":"159,-240r0,240r-45,0r0,-200r-63,62r-27,-30r78,-72r57,0","w":226},"2":{"d":"112,-242v68,1,90,12,90,76v0,67,-18,65,-80,80v-48,12,-56,0,-56,50r136,0r0,36r-181,0v1,-34,-4,-86,13,-99v6,-14,102,-26,115,-36v5,-4,8,-15,8,-32v-2,-37,-6,-36,-45,-38v-45,-2,-46,9,-46,50r-45,0v0,-70,18,-88,91,-87"},"3":{"d":"159,-73v3,-40,-29,-31,-66,-32r0,-35v43,-3,64,7,63,-31v-1,-36,-7,-33,-47,-34v-39,-1,-45,4,-44,42r-44,0v-1,-67,18,-79,88,-79v63,1,90,7,92,63v1,34,-15,50,-40,57v29,3,43,20,43,52v-1,63,-26,71,-94,72v-72,1,-95,-14,-93,-83r44,0v1,41,5,47,51,46v41,-1,44,0,47,-38"},"4":{"d":"184,-240r0,153r28,0r0,35r-28,0r0,52r-45,0r0,-52r-130,0r0,-51r105,-137r70,0xm139,-87v-2,-38,4,-84,-2,-118r-90,118r92,0"},"5":{"d":"160,-85v0,-38,-5,-43,-45,-43v-28,0,-44,6,-47,17r-41,0r0,-129r168,0r0,36r-126,0v1,19,-3,41,0,58v9,-12,27,-19,55,-19v65,1,81,19,81,83v0,70,-21,84,-92,84v-67,0,-89,-8,-91,-71r44,0v3,34,8,34,47,34v47,0,47,-2,47,-50"},"6":{"d":"116,-242v63,0,87,11,87,69r-45,0v0,-29,-9,-28,-40,-32v-64,-8,-53,34,-52,82v8,-15,28,-23,59,-23v61,0,80,12,80,69v0,66,-19,79,-88,79v-94,0,-98,-16,-98,-112v0,-114,-8,-132,97,-132xm160,-73v0,-36,-7,-37,-46,-37v-37,0,-50,0,-50,32v0,42,6,44,49,44v40,0,47,-1,47,-39","w":226},"7":{"d":"195,-240r0,44r-97,196r-50,0r102,-202r-133,0r0,-38r178,0"},"8":{"d":"111,-242v67,0,89,4,92,64v1,31,-15,47,-39,55v28,5,42,24,42,57v-1,62,-27,68,-94,68v-67,0,-92,-6,-94,-68v-1,-35,16,-51,42,-58v-30,-9,-39,-16,-39,-54v0,-57,26,-64,90,-64xm158,-176v0,-32,-10,-29,-47,-29v-37,0,-45,-2,-45,31v0,37,8,33,50,33v35,0,42,0,42,-35xm161,-72v0,-34,-10,-33,-50,-33v-41,0,-48,-2,-48,35v0,38,7,35,51,35v39,0,47,1,47,-37","w":226},"9":{"d":"107,2v-64,0,-92,-9,-90,-70r44,0v2,36,9,29,47,34v61,7,50,-34,49,-83v-8,16,-26,23,-55,23v-63,-2,-83,-9,-83,-68v0,-67,18,-80,86,-80v99,0,99,15,99,119v0,109,5,125,-97,125xm159,-166v0,-41,-9,-39,-52,-39v-37,0,-43,1,-43,37v0,38,7,38,46,38v41,0,49,0,49,-36","w":226},"0":{"d":"16,-120v0,-106,-2,-122,97,-122v99,0,97,17,97,122v0,105,3,122,-97,122v-99,0,-97,-16,-97,-122xm165,-121v0,-74,10,-77,-56,-82v-67,-5,-48,52,-48,112v0,49,3,54,52,54v61,0,52,-13,52,-84"},"\u00a3":{"d":"133,-204v-52,0,-40,36,-42,79r65,0r0,33r-65,0v1,26,1,45,-17,55r143,-1r0,38r-195,0r0,-37v20,-1,25,-27,23,-55r-29,0r0,-33r29,0r3,-74v6,-29,33,-44,82,-44v68,-1,89,16,85,79r-45,0v1,-32,-5,-40,-37,-40","w":226},"$":{"d":"127,-242v61,1,84,11,84,70r-42,0v2,-25,-14,-33,-42,-32r0,63v62,3,91,8,91,68v0,60,-29,73,-91,73r0,28r-29,0r0,-28v-63,2,-94,-17,-89,-78r42,0v-1,36,10,42,47,41r0,-68v-64,-1,-87,-11,-87,-70v0,-57,24,-66,87,-67r0,-25r29,0r0,25xm98,-204v-27,-1,-44,8,-44,30v0,24,19,31,44,32r0,-62xm127,-37v43,9,61,-37,38,-61v-6,-4,-19,-6,-38,-6r0,67","w":226},"\u00a2":{"d":"34,-115v0,-55,14,-82,65,-83r0,-25r26,0r0,25v41,0,61,20,61,61r-39,0v0,-17,-7,-26,-22,-28r0,107v19,-3,24,-16,24,-34r38,0v2,44,-17,67,-62,67r0,29r-26,0r0,-29v-55,-2,-65,-28,-65,-90xm99,-165v-16,3,-24,20,-24,50v1,37,4,54,24,56r0,-106"},"\u0192":{"d":"141,-149v-15,59,-13,149,-45,189v-8,10,-45,12,-72,9r5,-31v25,6,40,0,44,-25r25,-142r-28,0r5,-31r29,0v6,-61,20,-98,96,-86r-6,31v-37,-13,-44,24,-48,55r38,0r-5,31r-38,0"},"\u00a5":{"d":"179,-172r31,0r0,34r-50,0r-18,29r68,0r0,33r-76,0r0,76r-46,0r0,-76r-73,0r0,-33r66,0r-17,-29r-49,0r0,-34r31,0r-39,-68r52,0r53,102r53,-102r54,0"},".":{"d":"58,-43r0,43r-40,0r0,-43r40,0","w":76},":":{"d":"58,-43r0,43r-40,0r0,-43r40,0xm58,-168r0,43r-40,0r0,-43r40,0","w":76},"\u2219":{"d":"95,-107r0,43r-40,0r0,-43r40,0","w":150},"\u2026":{"d":"58,-43r0,43r-40,0r0,-43r40,0xm134,-43r0,43r-40,0r0,-43r40,0xm210,-43r0,43r-40,0r0,-43r40,0","w":228},",":{"d":"60,-43v2,43,3,93,-44,83r0,-19v15,1,23,-8,19,-21r-15,0r0,-43r40,0","w":80},";":{"d":"56,-43v2,43,3,93,-44,83r0,-19v15,0,20,-7,19,-21r-16,0r0,-43r41,0xm55,-168r0,43r-40,0r0,-43r40,0","w":75},"\u2018":{"d":"15,-161v-1,-43,-4,-91,43,-84r0,19v-16,0,-20,7,-19,22r16,0r0,43r-40,0","w":74},"\u201d":{"d":"60,-240v1,43,4,91,-44,84r0,-19v16,1,23,-8,19,-22r-15,0r0,-43r40,0xm121,-240v1,43,4,91,-44,84r0,-19v16,1,23,-8,19,-22r-15,0r0,-43r40,0","w":135},"\u201c":{"d":"76,-161v-1,-43,-4,-91,43,-84r0,19v-16,0,-20,7,-19,22r16,0r0,43r-40,0xm15,-161v-1,-43,-4,-91,43,-84r0,19v-16,0,-20,7,-19,22r16,0r0,43r-40,0","w":135},"\u201e":{"d":"60,-43v2,43,3,93,-44,83r0,-19v15,1,23,-8,19,-21r-15,0r0,-43r40,0xm121,-43v2,43,3,93,-44,83r0,-19v15,1,23,-8,19,-21r-15,0r0,-43r40,0","w":135},"!":{"d":"68,-43r0,43r-40,0r0,-43r40,0xm70,-240r-3,160r-39,0r-3,-160r45,0","w":98},"\u00a1":{"d":"31,-125r0,-43r41,0r0,43r-41,0xm29,72r3,-160r39,0r3,160r-45,0","w":98},"?":{"d":"106,-43r0,43r-41,0r0,-43r41,0xm100,-242v56,1,74,12,74,65v0,45,-8,49,-42,65v-19,9,-27,16,-26,35r-41,0v-13,-72,72,-40,72,-99v0,-30,-8,-31,-40,-32v-34,-1,-41,8,-40,40r-39,0v-1,-62,17,-75,82,-74","w":190},"\u00bf":{"d":"85,-125r0,-43r41,0r0,43r-41,0xm91,74v-55,-1,-75,-11,-75,-65v0,-45,8,-49,42,-65v19,-9,27,-16,26,-35r41,0v14,72,-71,40,-71,99v0,31,8,31,40,32v34,1,40,-8,39,-41r40,0v1,61,-17,76,-82,75","w":190},"\u00bb":{"d":"112,-174r42,85r-46,84r-25,-17r36,-67r-34,-70xm46,-175r42,85r-46,84r-26,-17r37,-67r-35,-70","w":170},"\u00ab":{"d":"58,-174r28,15r-35,70r37,67r-26,17r-46,-84xm125,-175r27,15r-34,70r36,67r-26,17r-45,-84","w":170},"\u203a":{"d":"46,-175r42,85r-46,84r-26,-17r37,-67r-35,-70","w":103},"\u2039":{"d":"58,-175r27,15r-34,70r37,67r-26,17r-46,-84","w":103},"\/":{"d":"196,-240r-185,312r-30,0r185,-312r30,0","w":218},"-":{"d":"0,-112r80,0r0,38r-80,0r0,-38","w":80},"\u00ad":{"d":"0,-112r80,0r0,38r-80,0r0,-38","w":80},"\u2013":{"d":"37,-107r151,0r0,39r-151,0r0,-39"},"\u2014":{"d":"1,-107r252,0r0,39r-253,0","w":253},"(":{"d":"63,-123v9,70,-25,163,31,158r0,38v-36,0,-58,-8,-65,-23v-14,-14,-15,-255,0,-268v7,-15,29,-22,65,-22r0,37v-44,3,-26,22,-31,80","w":111},")":{"d":"18,-203r0,-37v36,0,58,7,65,22v14,14,15,255,0,268v-7,15,-29,23,-65,23r0,-38v54,-5,31,-93,31,-158v0,-34,8,-83,-31,-80","w":111},"[":{"d":"20,-240r73,0r0,34r-31,0r0,244r31,0r0,34r-73,0r0,-312","w":111},"]":{"d":"91,72r-73,0r0,-34r31,0r0,-244r-31,0r0,-34r73,0r0,312","w":110},"&":{"d":"157,-164v0,-31,-1,-39,-35,-39v-42,0,-40,36,-16,57r73,62v2,-12,3,-19,0,-32r39,0v-1,22,0,41,-5,61r35,29r-22,27r-29,-25v-11,17,-35,26,-74,26v-79,0,-104,-5,-104,-77v0,-36,16,-57,46,-61v-13,-11,-20,-26,-20,-43v1,-50,23,-57,75,-59v61,-1,79,15,77,74r-40,0xm62,-75v1,41,9,43,51,43v35,0,40,1,55,-17r-79,-66v-18,3,-27,16,-27,40","w":249},"\u00a7":{"d":"112,-243v69,0,88,7,88,70r-43,0v1,-33,-10,-33,-46,-33v-49,-12,-56,46,-14,51v44,16,110,4,110,67v0,26,-7,41,-21,48v15,7,22,22,22,45v-3,62,-25,68,-95,68v-71,0,-91,-8,-91,-74r41,0v1,38,9,37,50,37v36,0,49,3,50,-29v-11,-64,-145,-4,-145,-99v0,-25,8,-39,25,-44v-12,-8,-18,-23,-18,-45v2,-56,25,-62,87,-62xm59,-95v0,38,61,30,93,42v12,0,18,-10,18,-30v0,-32,-63,-32,-93,-41v-12,0,-18,10,-18,29"},"\u2020":{"d":"133,-240r0,68r59,0r0,30r-59,0r0,214r-41,0r0,-214r-59,0r0,-30r59,0r0,-68r41,0"},"\u2021":{"d":"133,-240r0,68r59,0r0,30r-59,0r0,116r59,0r0,30r-59,0r0,68r-41,0r0,-68r-59,0r0,-30r59,0r0,-116r-59,0r0,-30r59,0r0,-68r41,0"},"*":{"d":"177,-185r-44,16r26,38r-19,14r-27,-40r-29,40r-19,-14r28,-38r-45,-17r8,-23r45,16r0,-47r23,0r0,47r45,-16"},"'":{"d":"49,-144r-28,0r-5,-96r38,0","w":69},"\"":{"d":"49,-144r-28,0r-5,-96r38,0xm112,-144r-27,0r-6,-96r38,0","w":133},"@":{"d":"70,-114v0,-46,3,-62,45,-64v20,-1,30,9,37,18r0,-17r28,0r1,83v0,11,5,16,14,16v12,0,18,-18,18,-56v0,-73,-4,-69,-79,-69v-87,0,-96,-2,-96,83v0,87,2,95,87,95v39,0,61,-5,65,-14r21,10v-8,17,-39,26,-91,26v-90,0,-103,-18,-103,-110v0,-102,14,-112,116,-112v86,0,101,5,101,90v0,51,0,79,-42,79v-23,0,-35,-6,-37,-20v-4,14,-18,21,-40,21v-38,0,-45,-17,-45,-59xm125,-77v30,0,26,-10,27,-46v0,-22,-9,-33,-28,-33v-25,1,-26,9,-26,36v0,34,-2,43,27,43","w":251},"#":{"d":"203,-97r-4,28r-39,0r-11,69r-31,0r11,-69r-48,0r-11,69r-30,0r10,-69r-39,0r5,-28r39,0r7,-46r-39,0r5,-29r39,0r11,-68r30,0r-11,68r48,0r11,-68r31,0r-11,68r39,0r-5,29r-38,0r-8,46r39,0xm141,-143r-48,0r-8,46r48,0"},"\u00b0":{"d":"16,-191v0,-28,24,-51,52,-51v27,0,52,24,52,51v0,27,-24,52,-52,52v-28,0,-52,-24,-52,-52xm68,-220v-20,0,-30,10,-30,29v0,19,10,29,30,29v20,0,30,-10,30,-29v0,-19,-10,-29,-30,-29","w":135},"+":{"d":"92,-31r0,-70r-68,0r0,-38r68,0r0,-70r41,0r0,70r69,0r0,38r-69,0r0,70r-41,0","w":226},"\u00f7":{"d":"113,-212v17,0,25,8,25,25v0,17,-8,25,-25,25v-17,0,-25,-8,-25,-25v0,-17,8,-25,25,-25xm113,-78v17,0,25,8,25,25v0,17,-8,25,-25,25v-17,0,-25,-8,-25,-25v0,-17,8,-25,25,-25xm24,-139r178,0r0,38r-178,0r0,-38","w":226},"=":{"d":"24,-173r178,0r0,38r-178,0r0,-38xm24,-103r178,0r0,36r-178,0r0,-36","w":226},"\u2122":{"d":"69,-215r0,112r-29,0r0,-112r-40,0r0,-25r110,0r0,25r-41,0xm287,-240r0,137r-29,0r1,-108r-42,108r-26,0r-42,-108r1,108r-29,0r0,-137r45,0r38,98r37,-98r46,0","w":297},"\u00b6":{"d":"12,-159v0,-109,99,-75,189,-81r0,312r-32,0r0,-278r-26,0r0,278r-31,0r0,-150v-72,1,-100,-7,-100,-81"},"\u00a4":{"d":"17,-41r35,-36v-20,-33,-21,-64,1,-98r-36,-35r22,-23r36,36v36,-21,63,-21,98,0r36,-36r22,23r-35,35v23,34,22,62,1,98r35,36r-22,22r-35,-35v-33,22,-65,21,-100,0r-36,35xm175,-125v0,-27,-23,-51,-50,-51v-27,0,-51,24,-51,51v0,27,23,50,51,50v27,0,50,-23,50,-50","w":249},"\u201a":{"d":"60,-43v2,43,3,93,-44,83r0,-19v15,1,23,-8,19,-21r-15,0r0,-43r40,0","w":80},"\u2019":{"d":"61,-240v1,43,4,91,-44,84r0,-19v16,0,21,-7,20,-22r-16,0r0,-43r40,0","w":80},"{":{"d":"59,-84v48,11,-11,127,55,125r0,31v-45,4,-71,-6,-71,-53v0,-33,9,-82,-20,-87r0,-32v48,-13,-13,-147,64,-140r27,0r0,31v-64,-8,-6,106,-55,125","w":137},"}":{"d":"23,41v69,10,4,-102,56,-125v-48,-10,11,-128,-55,-125r0,-31v45,-4,70,6,70,53v0,33,-10,82,20,87r0,32v-48,13,13,147,-63,140r-28,0r0,-31","w":137},"\u00aa":{"d":"30,-211v1,-28,13,-29,43,-31v61,-4,47,47,48,98r-27,0r1,-10v-16,19,-75,14,-69,-19v-6,-31,50,-39,68,-22v11,-30,-33,-41,-37,-16r-27,0xm73,-187v-13,0,-19,5,-19,13v0,10,6,14,20,14v14,0,21,-4,21,-13v0,-9,-7,-14,-22,-14xm21,-128r105,0r0,17r-105,0r0,-17","w":150},"\u00ba":{"d":"26,-195v0,-39,9,-47,49,-47v40,0,49,7,49,47v0,42,-6,52,-47,52v-45,0,-51,-7,-51,-52xm97,-193v0,-24,-1,-28,-22,-28v-21,0,-21,5,-21,29v0,24,0,29,21,29v22,0,22,-6,22,-30xm23,-128r105,0r0,17r-105,0r0,-17","w":150},"\u00b1":{"d":"23,-169r69,0r0,-58r42,0r0,58r69,0r0,38r-69,0r0,58r-42,0r0,-58r-69,0r0,-38xm23,-52r180,0r0,38r-180,0r0,-38"},"\u2215":{"d":"119,-240r-152,240r-27,0r151,-240r28,0","w":59},"%":{"d":"8,-180v0,-51,3,-61,52,-61v49,0,51,7,51,59v0,53,0,63,-49,63v-50,0,-54,-10,-54,-61xm87,-164v0,-31,10,-60,-27,-56v-29,3,-28,2,-28,33v0,45,-8,45,31,47v16,0,24,-8,24,-24xm231,-240r-152,240r-23,0r151,-240r24,0xm175,-60v0,-51,3,-61,52,-61v49,0,51,7,51,59v0,53,0,63,-49,63v-50,0,-54,-10,-54,-61xm254,-44v-2,-31,9,-60,-28,-56v-29,3,-27,2,-27,33v0,45,-9,45,31,47v16,0,24,-8,24,-24","w":287},"\u2030":{"d":"8,-180v0,-51,3,-61,52,-61v49,0,51,7,51,59v0,53,0,63,-49,63v-50,0,-54,-10,-54,-61xm87,-164v0,-31,10,-60,-27,-56v-29,3,-28,2,-28,33v0,45,-8,45,31,47v16,0,24,-8,24,-24xm231,-240r-152,240r-23,0r151,-240r24,0xm175,-60v0,-51,3,-61,52,-61v49,0,51,7,51,59v0,53,0,63,-49,63v-50,0,-54,-10,-54,-61xm254,-44v-2,-31,9,-60,-28,-56v-29,3,-27,2,-27,33v0,45,-9,45,31,47v16,0,24,-8,24,-24xm303,-60v0,-51,3,-61,52,-61v49,0,51,7,51,59v0,54,-1,63,-50,63v-50,0,-53,-10,-53,-61xm382,-44v-2,-31,9,-60,-28,-56v-29,3,-27,2,-27,33v0,45,-9,45,31,47v16,0,24,-8,24,-24","w":415},"\\":{"d":"-19,-240r30,0r185,312r-30,0","w":218},"\u00a8":{"d":"72,-225r0,28r-31,0r0,-28r31,0xm139,-225r0,28r-31,0r0,-28r31,0","w":180},"\u02d9":{"d":"105,-225r0,28r-31,0r0,-28r31,0","w":179},"\u02da":{"d":"90,-243v20,0,30,9,30,29v0,20,-10,30,-30,30v-20,0,-30,-10,-30,-30v0,-20,10,-29,30,-29xm90,-229v-10,0,-15,5,-15,15v0,10,5,16,15,16v10,0,15,-6,15,-16v0,-10,-5,-15,-15,-15","w":180},"\u00b4":{"d":"124,-240r14,27r-63,27r-9,-17","w":180},"`":{"d":"57,-240r57,37r-9,17r-63,-27","w":180},"\u02c6":{"d":"90,-237r53,35r-9,16r-44,-22r-43,22r-10,-16","w":180},"\u02c7":{"d":"89,-187r-52,-34r9,-16r43,20r46,-20r8,16","w":180},"\u02d8":{"d":"38,-235r24,0v5,34,51,35,56,0r24,0v-6,32,-23,48,-52,48v-30,0,-47,-16,-52,-48","w":180},"\u02dc":{"d":"30,-205v19,-44,58,-19,84,-8v6,0,10,-5,15,-14r21,11v-18,44,-56,20,-83,9v-6,0,-11,5,-16,14","w":180},"\u02dd":{"d":"87,-241r18,19r-47,36r-11,-12xm141,-241r18,19r-47,36r-11,-12","w":180},"\u00b8":{"d":"98,18r16,18r-36,25r-12,-12","w":180},"\u02db":{"d":"88,33v0,-17,18,-38,48,-33v-17,10,-26,20,-26,28v-1,12,17,16,29,10r0,20v-23,8,-51,0,-51,-25","w":180},"\u02c9":{"d":"43,-223r94,0r0,25r-94,0r0,-25","w":179},"\u00a9":{"d":"105,-126v0,42,-6,50,31,50v23,0,31,-8,29,-27r29,0v0,45,-9,52,-59,51v-65,-2,-61,-14,-61,-84v0,-49,17,-54,68,-55v40,-1,51,10,51,48r-29,0v1,-17,-7,-23,-27,-23v-35,0,-32,3,-32,40xm12,-120v0,-66,56,-122,122,-122v66,0,122,56,122,122v0,66,-56,122,-122,122v-66,0,-122,-56,-122,-122xm238,-120v0,-56,-47,-106,-104,-106v-57,0,-103,50,-103,106v0,56,46,106,103,106v57,0,104,-51,104,-106","w":268},"\u00ae":{"d":"76,-53r0,-137v51,1,116,-12,116,43v0,21,-7,33,-21,37v23,3,20,31,20,57r-29,0v0,-22,4,-44,-20,-44r-37,0r0,44r-29,0xm105,-122v26,-1,60,7,60,-22v0,-28,-34,-20,-60,-21r0,43xm12,-120v0,-66,56,-122,122,-122v66,0,122,56,122,122v0,66,-56,122,-122,122v-66,0,-122,-56,-122,-122xm238,-120v0,-56,-47,-106,-104,-106v-57,0,-103,50,-103,106v0,56,46,106,103,106v57,0,104,-51,104,-106","w":268},"\u2022":{"d":"0,-122v0,-26,24,-50,50,-50v26,0,50,24,50,50v0,26,-24,50,-50,50v-26,0,-50,-24,-50,-50","w":99},"\u25ca":{"d":"94,-249r93,129r-93,129r-94,-129xm94,-187r-50,67r50,67r48,-67","w":186},"\u2206":{"d":"0,0r90,-240r44,0r92,240r-226,0xm57,-38r110,0r-55,-153"},"\u2260":{"d":"83,-172r20,-39r26,13r-13,26r40,0r0,36r-57,0r-13,28r70,0r0,36r-87,0r-18,36r-26,-13r12,-23r-37,0r0,-36r53,0r14,-28r-67,0r0,-36r83,0","w":156},"\u221a":{"d":"240,-299r0,37r-66,0r-66,262r-52,0r-23,-100r-33,0r0,-38r66,0v6,32,13,46,15,89r3,0v10,-82,37,-172,55,-250r101,0","w":239},"\u222b":{"d":"87,0v7,78,-23,98,-87,86r8,-36v36,8,39,0,39,-42r0,-188v-5,-78,20,-99,87,-86r-7,36v-45,-16,-41,20,-40,63r0,167","w":134},"\u2248":{"d":"53,-187v12,0,59,20,71,19v10,0,19,-7,27,-20r24,14v-24,53,-60,50,-108,29v-22,-10,-33,-2,-45,20r-22,-15v13,-32,31,-47,53,-47xm53,-118v12,0,59,20,71,19v10,0,19,-7,27,-20r24,14v-24,53,-60,50,-108,29v-22,-10,-33,-2,-45,20r-22,-15v13,-32,31,-47,53,-47","w":174},"<":{"d":"156,-217r0,40r-113,55r113,55r0,39r-156,-77r0,-34","w":155},">":{"d":"0,-27r0,-40r113,-55r-113,-55r0,-39r156,77r0,34","w":155},"\u2264":{"d":"156,-234r0,38r-113,52r113,51r0,39r-156,-73r0,-34xm156,-44r0,37r-156,0r0,-37r156,0","w":155},"\u2265":{"d":"0,-54r0,-39r113,-51r-113,-52r0,-38r156,74r0,33xm0,-7r0,-37r156,0r0,37r-156,0","w":155},"\u00ac":{"d":"116,0r0,-59r-116,0r0,-37r156,0r0,96r-40,0","w":155},"\u221e":{"d":"228,-122v0,61,-83,78,-113,26v-32,47,-115,42,-115,-27v0,-62,83,-77,113,-26v30,-48,115,-42,115,27xm134,-123v11,16,21,24,32,24v16,0,24,-8,24,-23v0,-35,-42,-29,-56,-1xm94,-122v-11,-16,-22,-24,-33,-24v-16,0,-24,8,-24,24v0,33,43,28,57,0","w":227},"\u220f":{"d":"0,-270r232,0r0,37r-30,0r0,285r30,0r0,38r-99,0r0,-38r29,0r0,-285r-92,0r0,285r29,0r0,38r-99,0r0,-38r30,0r0,-285r-30,0r0,-37","w":232},"\u2211":{"d":"212,-270r0,88r-36,0r-4,-50r-127,0r90,135r-90,149r131,0r2,-50r38,0r0,88r-216,0r0,-42r88,-145r-88,-131r0,-42r212,0","w":215},"\u2202":{"d":"0,-79v0,-62,77,-104,121,-57v-18,-40,-52,-63,-103,-69r5,-35v95,11,142,61,142,146v1,55,-30,97,-83,97v-44,0,-82,-38,-82,-82xm83,-27v25,0,42,-26,41,-51v0,-32,-13,-48,-41,-48v-25,0,-42,23,-42,49v0,26,17,50,42,50","w":165},"^":{"d":"42,-124r-42,0r60,-117r52,0r60,117r-42,0r-44,-85","w":171},"|":{"d":"0,-240r40,0r0,300r-40,0r0,-300","w":40},"_":{"d":"0,19r180,0r0,36r-180,0r0,-36","w":180},"\u03c0":{"d":"27,0r0,-137r-27,0r0,-36r205,0r0,36r-27,0r0,137r-40,0r0,-137r-70,0r0,137r-41,0","w":204},"~":{"d":"53,-266v12,-2,59,20,71,19v10,0,19,-7,27,-20r24,14v-24,53,-60,50,-108,29v-22,-10,-33,-2,-45,20r-22,-15v12,-25,30,-49,53,-47","w":174},"\u00b5":{"d":"0,62r0,-235r40,0v4,55,-17,147,39,147v53,0,35,-93,38,-147r40,0r0,173r-40,0r0,-24v-15,35,-59,38,-77,4r0,82r-40,0","w":156},"\u2126":{"d":"110,-209v-42,-1,-69,39,-69,83v0,43,18,74,55,94r0,32r-96,0r0,-36r54,0v-96,-50,-54,-210,57,-210v108,0,149,161,55,210r53,0r0,36r-94,0r0,-32v74,-31,74,-173,-15,-177","w":219},"\u00c4":{"d":"97,-297r0,28r-31,0r0,-28r31,0xm163,-297r0,28r-31,0r0,-28r31,0xm166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},"\u00c1":{"d":"154,-304r8,29r-68,12r-4,-19xm166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},"\u00c0":{"d":"74,-304r64,22r-4,19r-68,-12xm166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},"\u00c2":{"d":"114,-308r57,33r-8,16r-49,-20r-49,20r-8,-16xm166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},"\u00c3":{"d":"89,-304v21,-1,53,38,67,4r20,11v-20,45,-57,21,-87,10v-6,0,-11,5,-16,14r-21,-11v11,-18,24,-28,37,-28xm166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},"\u00c5":{"d":"114,-314v20,0,30,9,30,29v0,20,-10,29,-30,29v-20,0,-29,-9,-29,-29v0,-20,9,-29,29,-29xm114,-300v-10,0,-15,5,-15,15v0,10,5,15,15,15v10,0,15,-5,15,-15v0,-10,-5,-15,-15,-15xm166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},"\u00cb":{"d":"80,-297r0,28r-31,0r0,-28r31,0xm146,-297r0,28r-31,0r0,-28r31,0xm62,-202r0,62r112,0r0,34r-112,0r0,68r120,0r0,38r-166,0r0,-240r165,0r0,38r-119,0","w":194},"\u00c9":{"d":"136,-304r9,29r-68,12r-4,-19xm62,-202r0,62r112,0r0,34r-112,0r0,68r120,0r0,38r-166,0r0,-240r165,0r0,38r-119,0","w":194},"\u00c8":{"d":"57,-304r64,22r-5,19r-67,-12xm62,-202r0,62r112,0r0,34r-112,0r0,68r120,0r0,38r-166,0r0,-240r165,0r0,38r-119,0","w":194},"\u00ca":{"d":"97,-308r57,33r-8,16r-49,-20r-49,20r-8,-16xm62,-202r0,62r112,0r0,34r-112,0r0,68r120,0r0,38r-166,0r0,-240r165,0r0,38r-119,0","w":194},"\u00cf":{"d":"38,-297r0,28r-31,0r0,-28r31,0xm81,-297r0,28r-31,0r0,-28r31,0xm67,-240r0,240r-46,0r0,-240r46,0","w":88},"\u00cd":{"d":"84,-304r8,29r-68,12r-4,-19xm67,-240r0,240r-46,0r0,-240r46,0","w":88},"\u00cc":{"d":"4,-304r64,22r-5,19r-67,-12xm67,-240r0,240r-46,0r0,-240r46,0","w":88},"\u00ce":{"d":"44,-308r57,33r-8,16r-49,-20r-49,20r-8,-16xm67,-240r0,240r-46,0r0,-240r46,0","w":88},"\u00d1":{"d":"107,-304v21,-1,54,38,67,4r20,11v-20,45,-57,21,-87,10v-6,0,-11,5,-16,14r-21,-11v11,-18,24,-28,37,-28xm244,-240r0,240r-77,0r-100,-201r-2,0r2,201r-46,0r0,-240r77,0r100,200r2,0r-2,-200r46,0","w":264},"\u00d6":{"d":"99,-297r0,28r-31,0r0,-28r31,0xm165,-297r0,28r-31,0r0,-28r31,0xm10,-112v0,-112,4,-130,111,-130v94,0,103,21,103,119v0,109,-7,125,-111,125v-93,0,-103,-19,-103,-114xm178,-121v0,-75,9,-82,-61,-82v-75,0,-61,9,-61,93v0,67,-4,73,62,73v67,0,60,-11,60,-84","w":233},"\u00d3":{"d":"156,-304r8,29r-67,12r-5,-19xm10,-112v0,-112,4,-130,111,-130v94,0,103,21,103,119v0,109,-7,125,-111,125v-93,0,-103,-19,-103,-114xm178,-121v0,-75,9,-82,-61,-82v-75,0,-61,9,-61,93v0,67,-4,73,62,73v67,0,60,-11,60,-84","w":233},"\u00d2":{"d":"77,-304r64,22r-5,19r-67,-12xm10,-112v0,-112,4,-130,111,-130v94,0,103,21,103,119v0,109,-7,125,-111,125v-93,0,-103,-19,-103,-114xm178,-121v0,-75,9,-82,-61,-82v-75,0,-61,9,-61,93v0,67,-4,73,62,73v67,0,60,-11,60,-84","w":233},"\u00d4":{"d":"117,-308r56,33r-7,16r-49,-20r-50,20r-7,-16xm10,-112v0,-112,4,-130,111,-130v94,0,103,21,103,119v0,109,-7,125,-111,125v-93,0,-103,-19,-103,-114xm178,-121v0,-75,9,-82,-61,-82v-75,0,-61,9,-61,93v0,67,-4,73,62,73v67,0,60,-11,60,-84","w":233},"\u00d5":{"d":"91,-304v21,-1,56,38,68,4r20,11v-20,45,-57,21,-87,10v-6,0,-12,5,-17,14r-20,-11v11,-18,23,-28,36,-28xm10,-112v0,-112,4,-130,111,-130v94,0,103,21,103,119v0,109,-7,125,-111,125v-93,0,-103,-19,-103,-114xm178,-121v0,-75,9,-82,-61,-82v-75,0,-61,9,-61,93v0,67,-4,73,62,73v67,0,60,-11,60,-84","w":233},"\u00dc":{"d":"104,-297r0,28r-32,0r0,-28r32,0xm170,-297r0,28r-31,0r0,-28r31,0xm121,-37v45,0,54,0,54,-42r0,-161r46,0r0,160v-2,72,-22,82,-98,82v-80,0,-102,-6,-102,-80r0,-162r46,0r0,162v1,41,10,41,54,41","w":241},"\u00da":{"d":"160,-304r8,29r-67,12r-5,-19xm121,-37v45,0,54,0,54,-42r0,-161r46,0r0,160v-2,72,-22,82,-98,82v-80,0,-102,-6,-102,-80r0,-162r46,0r0,162v1,41,10,41,54,41","w":241},"\u00d9":{"d":"81,-304r64,22r-5,19r-67,-12xm121,-37v45,0,54,0,54,-42r0,-161r46,0r0,160v-2,72,-22,82,-98,82v-80,0,-102,-6,-102,-80r0,-162r46,0r0,162v1,41,10,41,54,41","w":241},"\u00db":{"d":"121,-308r57,33r-8,16r-49,-20r-49,20r-8,-16xm121,-37v45,0,54,0,54,-42r0,-161r46,0r0,160v-2,72,-22,82,-98,82v-80,0,-102,-6,-102,-80r0,-162r46,0r0,162v1,41,10,41,54,41","w":241},"\u0178":{"d":"92,-297r0,28r-31,0r0,-28r31,0xm158,-297r0,28r-31,0r0,-28r31,0xm220,-240r-89,148r0,92r-46,0r0,-92r-86,-148r53,0r57,102r57,-102r54,0","w":218},"\u00e4":{"d":"127,-83v0,-35,5,-60,-35,-60v-21,0,-30,8,-30,24r-41,0v2,-46,17,-51,69,-51v56,0,77,7,78,60r0,110r-41,0v0,-7,3,-18,1,-23v-17,41,-126,32,-114,-27v0,-35,20,-52,62,-52v28,0,45,6,51,19xm54,-52v1,25,9,26,37,27v24,0,37,-8,37,-25v0,-17,-13,-25,-39,-25v-23,0,-35,7,-35,23xm76,-225r0,28r-31,0r0,-28r31,0xm143,-225r0,28r-31,0r0,-28r31,0","w":187},"\u00e1":{"d":"127,-83v0,-35,5,-60,-35,-60v-21,0,-30,8,-30,24r-41,0v2,-46,17,-51,69,-51v56,0,77,7,78,60r0,110r-41,0v0,-7,3,-18,1,-23v-17,41,-126,32,-114,-27v0,-35,20,-52,62,-52v28,0,45,6,51,19xm54,-52v1,25,9,26,37,27v24,0,37,-8,37,-25v0,-17,-13,-25,-39,-25v-23,0,-35,7,-35,23xm128,-240r14,27r-63,27r-9,-17","w":187},"\u00e0":{"d":"127,-83v0,-35,5,-60,-35,-60v-21,0,-30,8,-30,24r-41,0v2,-46,17,-51,69,-51v56,0,77,7,78,60r0,110r-41,0v0,-7,3,-18,1,-23v-17,41,-126,32,-114,-27v0,-35,20,-52,62,-52v28,0,45,6,51,19xm54,-52v1,25,9,26,37,27v24,0,37,-8,37,-25v0,-17,-13,-25,-39,-25v-23,0,-35,7,-35,23xm61,-240r57,37r-9,17r-63,-27","w":187},"\u00e2":{"d":"127,-83v0,-35,5,-60,-35,-60v-21,0,-30,8,-30,24r-41,0v2,-46,17,-51,69,-51v56,0,77,7,78,60r0,110r-41,0v0,-7,3,-18,1,-23v-17,41,-126,32,-114,-27v0,-35,20,-52,62,-52v28,0,45,6,51,19xm54,-52v1,25,9,26,37,27v24,0,37,-8,37,-25v0,-17,-13,-25,-39,-25v-23,0,-35,7,-35,23xm94,-237r53,35r-9,16r-44,-22r-43,22r-10,-16","w":187},"\u00e3":{"d":"127,-83v0,-35,5,-60,-35,-60v-21,0,-30,8,-30,24r-41,0v2,-46,17,-51,69,-51v56,0,77,7,78,60r0,110r-41,0v0,-7,3,-18,1,-23v-17,41,-126,32,-114,-27v0,-35,20,-52,62,-52v28,0,45,6,51,19xm54,-52v1,25,9,26,37,27v24,0,37,-8,37,-25v0,-17,-13,-25,-39,-25v-23,0,-35,7,-35,23xm34,-205v19,-44,58,-19,84,-8v6,0,10,-5,15,-14r21,11v-18,44,-56,20,-83,9v-6,0,-11,5,-16,14","w":187},"\u00e5":{"d":"127,-83v0,-35,5,-60,-35,-60v-21,0,-30,8,-30,24r-41,0v2,-46,17,-51,69,-51v56,0,77,7,78,60r0,110r-41,0v0,-7,3,-18,1,-23v-17,41,-126,32,-114,-27v0,-35,20,-52,62,-52v28,0,45,6,51,19xm54,-52v1,25,9,26,37,27v24,0,37,-8,37,-25v0,-17,-13,-25,-39,-25v-23,0,-35,7,-35,23xm94,-243v20,0,30,9,30,29v0,20,-10,30,-30,30v-20,0,-30,-10,-30,-30v0,-20,10,-29,30,-29xm94,-229v-10,0,-15,5,-15,15v0,10,5,16,15,16v10,0,15,-6,15,-16v0,-10,-5,-15,-15,-15","w":187},"\u00eb":{"d":"93,-28v28,-1,33,-1,35,-26r41,0v2,40,-22,56,-74,56v-71,0,-81,-15,-81,-89v0,-66,15,-81,79,-83v68,-2,76,25,76,93r-114,0v-3,33,3,51,38,49xm128,-101v12,-45,-42,-45,-66,-32v-5,5,-7,16,-7,32r73,0xm73,-225r0,28r-31,0r0,-28r31,0xm140,-225r0,28r-31,0r0,-28r31,0","w":182},"\u00e9":{"d":"93,-28v28,-1,33,-1,35,-26r41,0v2,40,-22,56,-74,56v-71,0,-81,-15,-81,-89v0,-66,15,-81,79,-83v68,-2,76,25,76,93r-114,0v-3,33,3,51,38,49xm128,-101v12,-45,-42,-45,-66,-32v-5,5,-7,16,-7,32r73,0xm125,-240r14,27r-63,27r-9,-17","w":182},"\u00e8":{"d":"93,-28v28,-1,33,-1,35,-26r41,0v2,40,-22,56,-74,56v-71,0,-81,-15,-81,-89v0,-66,15,-81,79,-83v68,-2,76,25,76,93r-114,0v-3,33,3,51,38,49xm128,-101v12,-45,-42,-45,-66,-32v-5,5,-7,16,-7,32r73,0xm58,-240r57,37r-9,17r-63,-27","w":182},"\u00ea":{"d":"93,-28v28,-1,33,-1,35,-26r41,0v2,40,-22,56,-74,56v-71,0,-81,-15,-81,-89v0,-66,15,-81,79,-83v68,-2,76,25,76,93r-114,0v-3,33,3,51,38,49xm128,-101v12,-45,-42,-45,-66,-32v-5,5,-7,16,-7,32r73,0xm91,-237r53,35r-9,16r-44,-22r-43,22r-10,-16","w":182},"\u00ef":{"d":"30,-225r0,28r-31,0r0,-28r31,0xm82,-225r0,28r-32,0r0,-28r32,0xm60,-168r0,168r-40,0r0,-168r40,0","w":80},"\u00ed":{"d":"60,-168r0,168r-40,0r0,-168r40,0xm74,-240r14,27r-63,27r-9,-17","w":80},"\u00ec":{"d":"60,-168r0,168r-40,0r0,-168r40,0xm7,-240r57,37r-9,17r-63,-27","w":80},"\u00ee":{"d":"60,-168r0,168r-40,0r0,-168r40,0xm40,-237r53,35r-9,16r-44,-22r-43,22r-10,-16","w":80},"\u00f1":{"d":"20,-168r40,0v0,9,-3,21,-1,28v16,-48,112,-39,112,26r0,114r-40,0r-1,-119v-2,-13,-11,-19,-29,-19v-64,-3,-35,84,-41,138r-40,0r0,-168xm36,-205v19,-44,58,-19,84,-8v6,0,10,-5,15,-14r21,11v-18,44,-56,20,-83,9v-6,0,-11,5,-16,14","w":190},"\u00f6":{"d":"14,-85v0,-70,10,-85,80,-85v66,0,79,13,79,81v0,71,-8,91,-77,91v-72,0,-82,-13,-82,-87xm132,-88v0,-40,-1,-50,-39,-50v-38,0,-39,10,-39,51v0,46,-2,57,40,57v41,0,38,-14,38,-58xm75,-225r0,28r-31,0r0,-28r31,0xm142,-225r0,28r-31,0r0,-28r31,0","w":186},"\u00f3":{"d":"14,-85v0,-70,10,-85,80,-85v66,0,79,13,79,81v0,71,-8,91,-77,91v-72,0,-82,-13,-82,-87xm132,-88v0,-40,-1,-50,-39,-50v-38,0,-39,10,-39,51v0,46,-2,57,40,57v41,0,38,-14,38,-58xm127,-240r14,27r-63,27r-9,-17","w":186},"\u00f2":{"d":"14,-85v0,-70,10,-85,80,-85v66,0,79,13,79,81v0,71,-8,91,-77,91v-72,0,-82,-13,-82,-87xm132,-88v0,-40,-1,-50,-39,-50v-38,0,-39,10,-39,51v0,46,-2,57,40,57v41,0,38,-14,38,-58xm60,-240r57,37r-9,17r-63,-27","w":186},"\u00f4":{"d":"14,-85v0,-70,10,-85,80,-85v66,0,79,13,79,81v0,71,-8,91,-77,91v-72,0,-82,-13,-82,-87xm132,-88v0,-40,-1,-50,-39,-50v-38,0,-39,10,-39,51v0,46,-2,57,40,57v41,0,38,-14,38,-58xm93,-237r53,35r-9,16r-44,-22r-43,22r-10,-16","w":186},"\u00f5":{"d":"14,-85v0,-70,10,-85,80,-85v66,0,79,13,79,81v0,71,-8,91,-77,91v-72,0,-82,-13,-82,-87xm132,-88v0,-40,-1,-50,-39,-50v-38,0,-39,10,-39,51v0,46,-2,57,40,57v41,0,38,-14,38,-58xm33,-205v19,-44,58,-19,84,-8v6,0,10,-5,15,-14r21,11v-18,44,-56,20,-83,9v-6,0,-11,5,-16,14","w":186},"\u00fc":{"d":"59,-65v1,27,4,34,31,35v57,2,35,-85,39,-138r40,0r0,168r-40,0v0,-9,3,-22,1,-29v-8,21,-26,31,-54,31v-81,0,-52,-99,-57,-170r40,0r0,103xm77,-225r0,28r-31,0r0,-28r31,0xm144,-225r0,28r-31,0r0,-28r31,0","w":190},"\u00fa":{"d":"59,-65v1,27,4,34,31,35v57,2,35,-85,39,-138r40,0r0,168r-40,0v0,-9,3,-22,1,-29v-8,21,-26,31,-54,31v-81,0,-52,-99,-57,-170r40,0r0,103xm129,-240r14,27r-63,27r-9,-17","w":190},"\u00f9":{"d":"59,-65v1,27,4,34,31,35v57,2,35,-85,39,-138r40,0r0,168r-40,0v0,-9,3,-22,1,-29v-8,21,-26,31,-54,31v-81,0,-52,-99,-57,-170r40,0r0,103xm62,-240r57,37r-9,17r-63,-27","w":190},"\u00fb":{"d":"59,-65v1,27,4,34,31,35v57,2,35,-85,39,-138r40,0r0,168r-40,0v0,-9,3,-22,1,-29v-8,21,-26,31,-54,31v-81,0,-52,-99,-57,-170r40,0r0,103xm95,-237r53,35r-9,16r-44,-22r-43,22r-10,-16","w":190},"\u00ff":{"d":"158,-168r-44,179v-11,48,-26,68,-81,63r0,-30v26,5,34,-11,41,-44r-21,0r-55,-168r43,0r43,143r32,-143r42,0xm60,-225r0,28r-31,0r0,-28r31,0xm127,-225r0,28r-31,0r0,-28r31,0","w":156},"\u00d0":{"d":"230,-141v0,105,3,141,-89,141r-120,0r0,-108r-22,0r0,-28r22,0r0,-104r118,0v71,1,91,27,91,99xm184,-119v0,-62,3,-83,-49,-83r-68,0r0,66r65,0r0,28r-65,0r0,70r65,0v53,-2,52,-21,52,-81","w":242},"\u00de":{"d":"212,-129v7,92,-63,79,-145,80r0,49r-46,0r0,-240r46,0r0,29r63,0v66,2,77,17,82,82xm166,-128v11,-64,-51,-40,-99,-45r0,86v46,-4,109,17,99,-41","w":220},"\u00f0":{"d":"14,-84v-1,-68,24,-88,91,-86r-17,-26r-29,15r-9,-18r28,-14r-17,-27r41,0r7,11r26,-13r9,18r-24,13v20,40,52,56,52,120v0,62,-26,93,-78,93v-62,-1,-79,-22,-80,-86xm131,-88v0,-40,-1,-50,-38,-50v-38,0,-39,10,-39,51v0,46,-2,57,39,57v41,0,38,-13,38,-58","w":185},"\u00fe":{"d":"177,-86v0,63,-9,85,-65,88v-27,1,-42,-10,-52,-26r0,96r-40,0r0,-312r40,0r0,97v9,-18,27,-27,53,-27v54,1,64,25,64,84xm136,-84v0,-42,-2,-54,-39,-54v-36,0,-37,14,-37,54v0,40,3,54,39,54v37,0,37,-14,37,-54","w":190},"\u00b9":{"d":"105,-240r0,144r-31,0r0,-117r-38,36r-19,-19r51,-44r37,0","w":150},"\u00b2":{"d":"75,-241v44,1,54,6,58,46v6,52,-51,42,-83,55v-3,2,-4,11,-4,20r87,0r0,24r-118,0v-1,-49,-1,-67,51,-74v30,-4,37,2,37,-25v0,-21,-5,-22,-28,-22v-27,0,-29,4,-29,29r-31,0v0,-44,13,-54,60,-53","w":150},"\u00b3":{"d":"75,-119v24,0,28,0,29,-21v2,-19,-22,-19,-43,-18r0,-23v27,-2,42,6,41,-17v-1,-22,-6,-19,-29,-19v-24,0,-28,1,-27,25r-31,0v-1,-42,14,-49,58,-49v40,0,60,13,60,38v0,18,-7,29,-21,33v15,3,23,14,23,32v-2,39,-17,42,-61,43v-46,1,-65,-9,-61,-51r30,0v-1,26,5,27,32,27","w":150},"\u00d7":{"d":"85,-120r-58,-59r27,-27r59,58r58,-58r28,27r-58,59r58,58r-28,28r-58,-58r-59,58r-27,-28"},"\u00bd":{"d":"106,-240r0,144r-31,0r0,-117r-39,36r-19,-19r51,-44r38,0xm270,-240r-152,240r-27,0r151,-240r28,0xm284,-145v44,1,59,5,59,46v0,41,-13,38,-52,47v-29,7,-35,-1,-35,27r87,0r0,25r-118,0v-1,-49,-1,-67,51,-74v30,-4,37,2,37,-25v0,-22,-6,-22,-29,-22v-27,0,-28,2,-28,29r-31,0v-1,-44,12,-54,59,-53","w":360},"\u00bc":{"d":"105,-240r0,144r-31,0r0,-117r-38,36r-19,-19r51,-44r37,0xm269,-240r-151,240r-27,0r151,-240r27,0xm332,-144r0,91r18,0r0,23r-18,0r0,30r-31,0r0,-30r-84,0r0,-32r68,-82r47,0xm301,-53r0,-67r-56,67r56,0","w":360},"\u00be":{"d":"75,-119v24,0,28,0,29,-21v2,-19,-22,-19,-43,-18r0,-23v27,-2,42,6,41,-17v-1,-22,-6,-19,-29,-19v-24,0,-28,1,-27,25r-31,0v-1,-42,14,-49,58,-49v40,0,60,13,60,38v0,18,-7,29,-21,33v15,3,23,14,23,32v-2,39,-17,42,-61,43v-46,1,-65,-9,-61,-51r30,0v-1,26,5,27,32,27xm277,-240r-152,240r-27,0r151,-240r28,0xm332,-144r0,91r18,0r0,23r-18,0r0,30r-31,0r0,-30r-83,0r0,-32r68,-82r46,0xm301,-53r0,-67r-56,67r56,0","w":360},"\u00a6":{"d":"0,-240r40,0r0,123r-40,0r0,-123xm0,-55r40,0r0,115r-40,0r0,-115","w":40},"\u0160":{"d":"108,-258r-57,-34r8,-16r49,20r49,-20r8,16xm107,-242v68,0,93,9,92,72r-44,0v-4,-30,-7,-36,-44,-35v-38,1,-53,-1,-53,31v0,42,13,28,62,34v65,8,85,5,85,66v0,73,-21,76,-100,76v-74,0,-94,-9,-94,-78r45,0v1,43,8,42,56,42v37,0,48,0,48,-37v0,-37,-30,-29,-59,-32v-68,-8,-89,-4,-89,-69v0,-64,25,-70,95,-70","w":215},"\u00dd":{"d":"149,-304r8,29r-67,12r-5,-19xm220,-240r-89,148r0,92r-46,0r0,-92r-86,-148r53,0r57,102r57,-102r54,0","w":218},"\u0161":{"d":"13,-121v0,-45,23,-49,76,-49v49,0,70,4,71,48r-39,0v-4,-20,-7,-21,-35,-21v-31,0,-39,22,-26,37v14,5,88,4,93,15v9,6,13,20,13,39v-1,48,-27,54,-79,54v-53,0,-75,-6,-75,-55r42,0v-5,20,5,28,33,28v25,0,39,-7,39,-22v0,-14,-8,-21,-24,-21v-62,-3,-89,0,-89,-53xm88,-187r-52,-34r9,-16r43,20r46,-20r8,16","w":178},"\u00fd":{"d":"158,-168r-44,179v-11,48,-26,68,-81,63r0,-30v26,5,34,-11,41,-44r-21,0r-55,-168r43,0r43,143r32,-143r42,0xm112,-240r14,27r-63,27r-9,-17","w":156}}});


/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne <brian@cherne.net>
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);


/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);



/*
 * jQuery UI 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
;jQuery.ui || (function($) {

var _remove = $.fn.remove,
	isFF2 = $.browser.mozilla && (parseFloat($.browser.version) < 1.9);

//Helper functions and ui object
$.ui = {
	version: "1.7.2",

	// $.ui.plugin is deprecated.  Use the proxy pattern instead.
	plugin: {
		add: function(module, option, set) {
			var proto = $.ui[module].prototype;
			for(var i in set) {
				proto.plugins[i] = proto.plugins[i] || [];
				proto.plugins[i].push([option, set[i]]);
			}
		},
		call: function(instance, name, args) {
			var set = instance.plugins[name];
			if(!set || !instance.element[0].parentNode) { return; }

			for (var i = 0; i < set.length; i++) {
				if (instance.options[set[i][0]]) {
					set[i][1].apply(instance.element, args);
				}
			}
		}
	},

	contains: function(a, b) {
		return document.compareDocumentPosition
			? a.compareDocumentPosition(b) & 16
			: a !== b && a.contains(b);
	},

	hasScroll: function(el, a) {

		//If overflow is hidden, the element might have extra content, but the user wants to hide it
		if ($(el).css('overflow') == 'hidden') { return false; }

		var scroll = (a && a == 'left') ? 'scrollLeft' : 'scrollTop',
			has = false;

		if (el[scroll] > 0) { return true; }

		// TODO: determine which cases actually cause this to happen
		// if the element doesn't have the scroll set, see if it's possible to
		// set the scroll
		el[scroll] = 1;
		has = (el[scroll] > 0);
		el[scroll] = 0;
		return has;
	},

	isOverAxis: function(x, reference, size) {
		//Determines when x coordinate is over "b" element axis
		return (x > reference) && (x < (reference + size));
	},

	isOver: function(y, x, top, left, height, width) {
		//Determines when x, y coordinates is over "b" element
		return $.ui.isOverAxis(y, top, height) && $.ui.isOverAxis(x, left, width);
	},

	keyCode: {
		BACKSPACE: 8,
		CAPS_LOCK: 20,
		COMMA: 188,
		CONTROL: 17,
		DELETE: 46,
		DOWN: 40,
		END: 35,
		ENTER: 13,
		ESCAPE: 27,
		HOME: 36,
		INSERT: 45,
		LEFT: 37,
		NUMPAD_ADD: 107,
		NUMPAD_DECIMAL: 110,
		NUMPAD_DIVIDE: 111,
		NUMPAD_ENTER: 108,
		NUMPAD_MULTIPLY: 106,
		NUMPAD_SUBTRACT: 109,
		PAGE_DOWN: 34,
		PAGE_UP: 33,
		PERIOD: 190,
		RIGHT: 39,
		SHIFT: 16,
		SPACE: 32,
		TAB: 9,
		UP: 38
	}
};

// WAI-ARIA normalization
if (isFF2) {
	var attr = $.attr,
		removeAttr = $.fn.removeAttr,
		ariaNS = "http://www.w3.org/2005/07/aaa",
		ariaState = /^aria-/,
		ariaRole = /^wairole:/;

	$.attr = function(elem, name, value) {
		var set = value !== undefined;

		return (name == 'role'
			? (set
				? attr.call(this, elem, name, "wairole:" + value)
				: (attr.apply(this, arguments) || "").replace(ariaRole, ""))
			: (ariaState.test(name)
				? (set
					? elem.setAttributeNS(ariaNS,
						name.replace(ariaState, "aaa:"), value)
					: attr.call(this, elem, name.replace(ariaState, "aaa:")))
				: attr.apply(this, arguments)));
	};

	$.fn.removeAttr = function(name) {
		return (ariaState.test(name)
			? this.each(function() {
				this.removeAttributeNS(ariaNS, name.replace(ariaState, ""));
			}) : removeAttr.call(this, name));
	};
}

//jQuery plugins
$.fn.extend({
	remove: function() {
		// Safari has a native remove event which actually removes DOM elements,
		// so we have to use triggerHandler instead of trigger (#3037).
		$("*", this).add(this).each(function() {
			$(this).triggerHandler("remove");
		});
		return _remove.apply(this, arguments );
	},

	enableSelection: function() {
		return this
			.attr('unselectable', 'off')
			.css('MozUserSelect', '')
			.unbind('selectstart.ui');
	},

	disableSelection: function() {
		return this
			.attr('unselectable', 'on')
			.css('MozUserSelect', 'none')
			.bind('selectstart.ui', function() { return false; });
	},

	scrollParent: function() {

		var scrollParent;
		if(($.browser.msie && (/(static|relative)/).test(this.css('position'))) || (/absolute/).test(this.css('position'))) {
			scrollParent = this.parents().filter(function() {
				return (/(relative|absolute|fixed)/).test($.curCSS(this,'position',1)) && (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
			}).eq(0);
		} else {
			scrollParent = this.parents().filter(function() {
				return (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
			}).eq(0);
		}

		return (/fixed/).test(this.css('position')) || !scrollParent.length ? $(document) : scrollParent;
	}
});


//Additional selectors
$.extend($.expr[':'], {
	data: function(elem, i, match) {
		return !!$.data(elem, match[3]);
	},

	focusable: function(element) {
		var nodeName = element.nodeName.toLowerCase(),
			tabIndex = $.attr(element, 'tabindex');
		return (/input|select|textarea|button|object/.test(nodeName)
			? !element.disabled
			: 'a' == nodeName || 'area' == nodeName
				? element.href || !isNaN(tabIndex)
				: !isNaN(tabIndex))
			// the element and all of its ancestors must be visible
			// the browser may report that the area is hidden
			&& !$(element)['area' == nodeName ? 'parents' : 'closest'](':hidden').length;
	},

	tabbable: function(element) {
		var tabIndex = $.attr(element, 'tabindex');
		return (isNaN(tabIndex) || tabIndex >= 0) && $(element).is(':focusable');
	}
});


// $.widget is a factory to create jQuery plugins
// taking some boilerplate code out of the plugin code
function getter(namespace, plugin, method, args) {
	function getMethods(type) {
		var methods = $[namespace][plugin][type] || [];
		return (typeof methods == 'string' ? methods.split(/,?\s+/) : methods);
	}

	var methods = getMethods('getter');
	if (args.length == 1 && typeof args[0] == 'string') {
		methods = methods.concat(getMethods('getterSetter'));
	}
	return ($.inArray(method, methods) != -1);
}

$.widget = function(name, prototype) {
	var namespace = name.split(".")[0];
	name = name.split(".")[1];

	// create plugin method
	$.fn[name] = function(options) {
		var isMethodCall = (typeof options == 'string'),
			args = Array.prototype.slice.call(arguments, 1);

		// prevent calls to internal methods
		if (isMethodCall && options.substring(0, 1) == '_') {
			return this;
		}

		// handle getter methods
		if (isMethodCall && getter(namespace, name, options, args)) {
			var instance = $.data(this[0], name);
			return (instance ? instance[options].apply(instance, args)
				: undefined);
		}

		// handle initialization and non-getter methods
		return this.each(function() {
			var instance = $.data(this, name);

			// constructor
			(!instance && !isMethodCall &&
				$.data(this, name, new $[namespace][name](this, options))._init());

			// method call
			(instance && isMethodCall && $.isFunction(instance[options]) &&
				instance[options].apply(instance, args));
		});
	};

	// create widget constructor
	$[namespace] = $[namespace] || {};
	$[namespace][name] = function(element, options) {
		var self = this;

		this.namespace = namespace;
		this.widgetName = name;
		this.widgetEventPrefix = $[namespace][name].eventPrefix || name;
		this.widgetBaseClass = namespace + '-' + name;

		this.options = $.extend({},
			$.widget.defaults,
			$[namespace][name].defaults,
			$.metadata && $.metadata.get(element)[name],
			options);

		this.element = $(element)
			.bind('setData.' + name, function(event, key, value) {
				if (event.target == element) {
					return self._setData(key, value);
				}
			})
			.bind('getData.' + name, function(event, key) {
				if (event.target == element) {
					return self._getData(key);
				}
			})
			.bind('remove', function() {
				return self.destroy();
			});
	};

	// add widget prototype
	$[namespace][name].prototype = $.extend({}, $.widget.prototype, prototype);

	// TODO: merge getter and getterSetter properties from widget prototype
	// and plugin prototype
	$[namespace][name].getterSetter = 'option';
};

$.widget.prototype = {
	_init: function() {},
	destroy: function() {
		this.element.removeData(this.widgetName)
			.removeClass(this.widgetBaseClass + '-disabled' + ' ' + this.namespace + '-state-disabled')
			.removeAttr('aria-disabled');
	},

	option: function(key, value) {
		var options = key,
			self = this;

		if (typeof key == "string") {
			if (value === undefined) {
				return this._getData(key);
			}
			options = {};
			options[key] = value;
		}

		$.each(options, function(key, value) {
			self._setData(key, value);
		});
	},
	_getData: function(key) {
		return this.options[key];
	},
	_setData: function(key, value) {
		this.options[key] = value;

		if (key == 'disabled') {
			this.element
				[value ? 'addClass' : 'removeClass'](
					this.widgetBaseClass + '-disabled' + ' ' +
					this.namespace + '-state-disabled')
				.attr("aria-disabled", value);
		}
	},

	enable: function() {
		this._setData('disabled', false);
	},
	disable: function() {
		this._setData('disabled', true);
	},

	_trigger: function(type, event, data) {
		var callback = this.options[type],
			eventName = (type == this.widgetEventPrefix
				? type : this.widgetEventPrefix + type);

		event = $.Event(event);
		event.type = eventName;

		// copy original event properties over to the new event
		// this would happen if we could call $.event.fix instead of $.Event
		// but we don't have a way to force an event to be fixed multiple times
		if (event.originalEvent) {
			for (var i = $.event.props.length, prop; i;) {
				prop = $.event.props[--i];
				event[prop] = event.originalEvent[prop];
			}
		}

		this.element.trigger(event, data);

		return !($.isFunction(callback) && callback.call(this.element[0], event, data) === false
			|| event.isDefaultPrevented());
	}
};

$.widget.defaults = {
	disabled: false
};


/** Mouse Interaction Plugin **/

$.ui.mouse = {
	_mouseInit: function() {
		var self = this;

		this.element
			.bind('mousedown.'+this.widgetName, function(event) {
				return self._mouseDown(event);
			})
			.bind('click.'+this.widgetName, function(event) {
				if(self._preventClickEvent) {
					self._preventClickEvent = false;
					event.stopImmediatePropagation();
					return false;
				}
			});

		// Prevent text selection in IE
		if ($.browser.msie) {
			this._mouseUnselectable = this.element.attr('unselectable');
			this.element.attr('unselectable', 'on');
		}

		this.started = false;
	},

	// TODO: make sure destroying one instance of mouse doesn't mess with
	// other instances of mouse
	_mouseDestroy: function() {
		this.element.unbind('.'+this.widgetName);

		// Restore text selection in IE
		($.browser.msie
			&& this.element.attr('unselectable', this._mouseUnselectable));
	},

	_mouseDown: function(event) {
		// don't let more than one widget handle mouseStart
		// TODO: figure out why we have to use originalEvent
		event.originalEvent = event.originalEvent || {};
		if (event.originalEvent.mouseHandled) { return; }

		// we may have missed mouseup (out of window)
		(this._mouseStarted && this._mouseUp(event));

		this._mouseDownEvent = event;

		var self = this,
			btnIsLeft = (event.which == 1),
			elIsCancel = (typeof this.options.cancel == "string" ? $(event.target).parents().add(event.target).filter(this.options.cancel).length : false);
		if (!btnIsLeft || elIsCancel || !this._mouseCapture(event)) {
			return true;
		}

		this.mouseDelayMet = !this.options.delay;
		if (!this.mouseDelayMet) {
			this._mouseDelayTimer = setTimeout(function() {
				self.mouseDelayMet = true;
			}, this.options.delay);
		}

		if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) {
			this._mouseStarted = (this._mouseStart(event) !== false);
			if (!this._mouseStarted) {
				event.preventDefault();
				return true;
			}
		}

		// these delegates are required to keep context
		this._mouseMoveDelegate = function(event) {
			return self._mouseMove(event);
		};
		this._mouseUpDelegate = function(event) {
			return self._mouseUp(event);
		};
		$(document)
			.bind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
			.bind('mouseup.'+this.widgetName, this._mouseUpDelegate);

		// preventDefault() is used to prevent the selection of text here -
		// however, in Safari, this causes select boxes not to be selectable
		// anymore, so this fix is needed
		($.browser.safari || event.preventDefault());

		event.originalEvent.mouseHandled = true;
		return true;
	},

	_mouseMove: function(event) {
		// IE mouseup check - mouseup happened when mouse was out of window
		if ($.browser.msie && !event.button) {
			return this._mouseUp(event);
		}

		if (this._mouseStarted) {
			this._mouseDrag(event);
			return event.preventDefault();
		}

		if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) {
			this._mouseStarted =
				(this._mouseStart(this._mouseDownEvent, event) !== false);
			(this._mouseStarted ? this._mouseDrag(event) : this._mouseUp(event));
		}

		return !this._mouseStarted;
	},

	_mouseUp: function(event) {
		$(document)
			.unbind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
			.unbind('mouseup.'+this.widgetName, this._mouseUpDelegate);

		if (this._mouseStarted) {
			this._mouseStarted = false;
			this._preventClickEvent = (event.target == this._mouseDownEvent.target);
			this._mouseStop(event);
		}

		return false;
	},

	_mouseDistanceMet: function(event) {
		return (Math.max(
				Math.abs(this._mouseDownEvent.pageX - event.pageX),
				Math.abs(this._mouseDownEvent.pageY - event.pageY)
			) >= this.options.distance
		);
	},

	_mouseDelayMet: function(event) {
		return this.mouseDelayMet;
	},

	// These are placeholder methods, to be overriden by extending plugin
	_mouseStart: function(event) {},
	_mouseDrag: function(event) {},
	_mouseStop: function(event) {},
	_mouseCapture: function(event) { return true; }
};

$.ui.mouse.defaults = {
	cancel: null,
	distance: 1,
	delay: 0
};

})(jQuery);


/*
 * jQuery UI Accordion 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Accordion
 *
 * Depends:
 *	ui.core.js
 */
(function($) {

$.widget("ui.accordion", {

	_init: function() {

		var o = this.options, self = this;
		this.running = 0;

		// if the user set the alwaysOpen option on init
		// then we need to set the collapsible option
		// if they set both on init, collapsible will take priority
		if (o.collapsible == $.ui.accordion.defaults.collapsible &&
			o.alwaysOpen != $.ui.accordion.defaults.alwaysOpen) {
			o.collapsible = !o.alwaysOpen;
		}

		if ( o.navigation ) {
			var current = this.element.find("a").filter(o.navigationFilter);
			if ( current.length ) {
				if ( current.filter(o.header).length ) {
					this.active = current;
				} else {
					this.active = current.parent().parent().prev();
					current.addClass("ui-accordion-content-active");
				}
			}
		}

		this.element.addClass("ui-accordion ui-widget ui-helper-reset");
		
		// in lack of child-selectors in CSS we need to mark top-LIs in a UL-accordion for some IE-fix
		if (this.element[0].nodeName == "UL") {
			this.element.children("li").addClass("ui-accordion-li-fix");
		}

		this.headers = this.element.find(o.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all")
			.bind("mouseenter.accordion", function(){ $(this).addClass('ui-state-hover'); })
			.bind("mouseleave.accordion", function(){ $(this).removeClass('ui-state-hover'); })
			.bind("focus.accordion", function(){ $(this).addClass('ui-state-focus'); })
			.bind("blur.accordion", function(){ $(this).removeClass('ui-state-focus'); });

		this.headers
			.next()
				.addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");

		this.active = this._findActive(this.active || o.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");
		this.active.next().addClass('ui-accordion-content-active');

		//Append icon elements
		$("<span/>").addClass("ui-icon " + o.icons.header).prependTo(this.headers);
		this.active.find(".ui-icon").toggleClass(o.icons.header).toggleClass(o.icons.headerSelected);

		// IE7-/Win - Extra vertical space in lists fixed
		if ($.browser.msie) {
			this.element.find('a').css('zoom', '1');
		}

		this.resize();

		//ARIA
		this.element.attr('role','tablist');

		this.headers
			.attr('role','tab')
			.bind('keydown', function(event) { return self._keydown(event); })
			.next()
			.attr('role','tabpanel');

		this.headers
			.not(this.active || "")
			.attr('aria-expanded','false')
			.attr("tabIndex", "-1")
			.next()
			.hide();

		// make sure at least one header is in the tab order
		if (!this.active.length) {
			this.headers.eq(0).attr('tabIndex','0');
		} else {
			this.active
				.attr('aria-expanded','true')
				.attr('tabIndex', '0');
		}

		// only need links in taborder for Safari
		if (!$.browser.safari)
			this.headers.find('a').attr('tabIndex','-1');

		if (o.event) {
			this.headers.bind((o.event) + ".accordion", function(event) { return self._clickHandler.call(self, event, this); });
		}

	},

	destroy: function() {
		var o = this.options;

		this.element
			.removeClass("ui-accordion ui-widget ui-helper-reset")
			.removeAttr("role")
			.unbind('.accordion')
			.removeData('accordion');

		this.headers
			.unbind(".accordion")
			.removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top")
			.removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");

		this.headers.find("a").removeAttr("tabindex");
		this.headers.children(".ui-icon").remove();
		var contents = this.headers.next().css("display", "").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");
		if (o.autoHeight || o.fillHeight) {
			contents.css("height", "");
		}
	},
	
	_setData: function(key, value) {
		if(key == 'alwaysOpen') { key = 'collapsible'; value = !value; }
		$.widget.prototype._setData.apply(this, arguments);	
	},

	_keydown: function(event) {

		var o = this.options, keyCode = $.ui.keyCode;

		if (o.disabled || event.altKey || event.ctrlKey)
			return;

		var length = this.headers.length;
		var currentIndex = this.headers.index(event.target);
		var toFocus = false;

		switch(event.keyCode) {
			case keyCode.RIGHT:
			case keyCode.DOWN:
				toFocus = this.headers[(currentIndex + 1) % length];
				break;
			case keyCode.LEFT:
			case keyCode.UP:
				toFocus = this.headers[(currentIndex - 1 + length) % length];
				break;
			case keyCode.SPACE:
			case keyCode.ENTER:
				return this._clickHandler({ target: event.target }, event.target);
		}

		if (toFocus) {
			$(event.target).attr('tabIndex','-1');
			$(toFocus).attr('tabIndex','0');
			toFocus.focus();
			return false;
		}

		return true;

	},

	resize: function() {

		var o = this.options, maxHeight;

		if (o.fillSpace) {
			
			if($.browser.msie) { var defOverflow = this.element.parent().css('overflow'); this.element.parent().css('overflow', 'hidden'); }
			maxHeight = this.element.parent().height();
			if($.browser.msie) { this.element.parent().css('overflow', defOverflow); }
	
			this.headers.each(function() {
				maxHeight -= $(this).outerHeight();
			});

			var maxPadding = 0;
			this.headers.next().each(function() {
				maxPadding = Math.max(maxPadding, $(this).innerHeight() - $(this).height());
			}).height(Math.max(0, maxHeight - maxPadding))
			.css('overflow', 'auto');

		} else if ( o.autoHeight ) {
			maxHeight = 0;
			this.headers.next().each(function() {
				maxHeight = Math.max(maxHeight, $(this).outerHeight());
			}).height(maxHeight);
		}

	},

	activate: function(index) {
		// call clickHandler with custom event
		var active = this._findActive(index)[0];
		this._clickHandler({ target: active }, active);
	},

	_findActive: function(selector) {
		return selector
			? typeof selector == "number"
				? this.headers.filter(":eq(" + selector + ")")
				: this.headers.not(this.headers.not(selector))
			: selector === false
				? $([])
				: this.headers.filter(":eq(0)");
	},

	_clickHandler: function(event, target) {

		var o = this.options;
		if (o.disabled) return false;

		// called only when using activate(false) to close all parts programmatically
		if (!event.target && o.collapsible) {
			this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all")
				.find(".ui-icon").removeClass(o.icons.headerSelected).addClass(o.icons.header);
			this.active.next().addClass('ui-accordion-content-active');
			var toHide = this.active.next(),
				data = {
					options: o,
					newHeader: $([]),
					oldHeader: o.active,
					newContent: $([]),
					oldContent: toHide
				},
				toShow = (this.active = $([]));
			this._toggle(toShow, toHide, data);
			return false;
		}

		// get the click target
		var clicked = $(event.currentTarget || target);
		var clickedIsActive = clicked[0] == this.active[0];

		// if animations are still active, or the active header is the target, ignore click
		if (this.running || (!o.collapsible && clickedIsActive)) {
			return false;
		}

		// switch classes
		this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all")
			.find(".ui-icon").removeClass(o.icons.headerSelected).addClass(o.icons.header);
		this.active.next().addClass('ui-accordion-content-active');
		if (!clickedIsActive) {
			clicked.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top")
				.find(".ui-icon").removeClass(o.icons.header).addClass(o.icons.headerSelected);
			clicked.next().addClass('ui-accordion-content-active');
		}

		// find elements to show and hide
		var toShow = clicked.next(),
			toHide = this.active.next(),
			data = {
				options: o,
				newHeader: clickedIsActive && o.collapsible ? $([]) : clicked,
				oldHeader: this.active,
				newContent: clickedIsActive && o.collapsible ? $([]) : toShow.find('> *'),
				oldContent: toHide.find('> *')
			},
			down = this.headers.index( this.active[0] ) > this.headers.index( clicked[0] );

		this.active = clickedIsActive ? $([]) : clicked;
		this._toggle(toShow, toHide, data, clickedIsActive, down);

		return false;

	},

	_toggle: function(toShow, toHide, data, clickedIsActive, down) {

		var o = this.options, self = this;

		this.toShow = toShow;
		this.toHide = toHide;
		this.data = data;

		var complete = function() { if(!self) return; return self._completed.apply(self, arguments); };

		// trigger changestart event
		this._trigger("changestart", null, this.data);

		// count elements to animate
		this.running = toHide.size() === 0 ? toShow.size() : toHide.size();

		if (o.animated) {

			var animOptions = {};

			if ( o.collapsible && clickedIsActive ) {
				animOptions = {
					toShow: $([]),
					toHide: toHide,
					complete: complete,
					down: down,
					autoHeight: o.autoHeight || o.fillSpace
				};
			} else {
				animOptions = {
					toShow: toShow,
					toHide: toHide,
					complete: complete,
					down: down,
					autoHeight: o.autoHeight || o.fillSpace
				};
			}

			if (!o.proxied) {
				o.proxied = o.animated;
			}

			if (!o.proxiedDuration) {
				o.proxiedDuration = o.duration;
			}

			o.animated = $.isFunction(o.proxied) ?
				o.proxied(animOptions) : o.proxied;

			o.duration = $.isFunction(o.proxiedDuration) ?
				o.proxiedDuration(animOptions) : o.proxiedDuration;

			var animations = $.ui.accordion.animations,
				duration = o.duration,
				easing = o.animated;

			if (!animations[easing]) {
				animations[easing] = function(options) {
					this.slide(options, {
						easing: easing,
						duration: duration || 700
					});
				};
			}

			animations[easing](animOptions);

		} else {

			if (o.collapsible && clickedIsActive) {
				toShow.toggle();
			} else {
				toHide.hide();
				toShow.show();
			}

			complete(true);

		}

		toHide.prev().attr('aria-expanded','false').attr("tabIndex", "-1").blur();
		toShow.prev().attr('aria-expanded','true').attr("tabIndex", "0").focus();

	},

	_completed: function(cancel) {

		var o = this.options;

		this.running = cancel ? 0 : --this.running;
		if (this.running) return;

		if (o.clearStyle) {
			this.toShow.add(this.toHide).css({
				height: "",
				overflow: ""
			});
		}

		this._trigger('change', null, this.data);
	}

});


$.extend($.ui.accordion, {
	version: "1.7.2",
	defaults: {
		active: null,
		alwaysOpen: true, //deprecated, use collapsible
		animated: 'slide',
		autoHeight: true,
		clearStyle: false,
		collapsible: false,
		event: "click",
		fillSpace: false,
		header: "> li > :first-child,> :not(li):even",
		icons: {
			header: "ui-icon-triangle-1-e",
			headerSelected: "ui-icon-triangle-1-s"
		},
		navigation: false,
		navigationFilter: function() {
			return this.href.toLowerCase() == location.href.toLowerCase();
		}
	},
	animations: {
		slide: function(options, additions) {
			options = $.extend({
				easing: "swing",
				duration: 300
			}, options, additions);
			if ( !options.toHide.size() ) {
				options.toShow.animate({height: "show"}, options);
				return;
			}
			if ( !options.toShow.size() ) {
				options.toHide.animate({height: "hide"}, options);
				return;
			}
			var overflow = options.toShow.css('overflow'),
				percentDone,
				showProps = {},
				hideProps = {},
				fxAttrs = [ "height", "paddingTop", "paddingBottom" ],
				originalWidth;
			// fix width before calculating height of hidden element
			var s = options.toShow;
			originalWidth = s[0].style.width;
			s.width( parseInt(s.parent().width(),10) - parseInt(s.css("paddingLeft"),10) - parseInt(s.css("paddingRight"),10) - (parseInt(s.css("borderLeftWidth"),10) || 0) - (parseInt(s.css("borderRightWidth"),10) || 0) );
			
			$.each(fxAttrs, function(i, prop) {
				hideProps[prop] = 'hide';
				
				var parts = ('' + $.css(options.toShow[0], prop)).match(/^([\d+-.]+)(.*)$/);
				showProps[prop] = {
					value: parts[1],
					unit: parts[2] || 'px'
				};
			});
			options.toShow.css({ height: 0, overflow: 'hidden' }).show();
			options.toHide.filter(":hidden").each(options.complete).end().filter(":visible").animate(hideProps,{
				step: function(now, settings) {
					// only calculate the percent when animating height
					// IE gets very inconsistent results when animating elements
					// with small values, which is common for padding
					if (settings.prop == 'height') {
						percentDone = (settings.now - settings.start) / (settings.end - settings.start);
					}
					
					options.toShow[0].style[settings.prop] =
						(percentDone * showProps[settings.prop].value) + showProps[settings.prop].unit;
				},
				duration: options.duration,
				easing: options.easing,
				complete: function() {
					if ( !options.autoHeight ) {
						options.toShow.css("height", "");
					}
					options.toShow.css("width", originalWidth);
					options.toShow.css({overflow: overflow});
					options.complete();
				}
			});
		},
		bounceslide: function(options) {
			this.slide(options, {
				easing: options.down ? "easeOutBounce" : "swing",
				duration: options.down ? 1000 : 200
			});
		},
		easeslide: function(options) {
			this.slide(options, {
				easing: "easeinout",
				duration: 700
			});
		}
	}
});

})(jQuery);

//popup for download

function popupform(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'height=625,width=730,scrollbars=yes');
myform.target=windowname;
return true;
}

/**
 * Equal Heights Plugin
 * Equalize the heights of elements. Great for columns or any elements
 * that need to be the same size (floats, etc).
 * 
 * Version 1.0
 * Updated 12/10/2008
 *
 * Copyright (c) 2008 Rob Glazebrook (cssnewbie.com) 
* Revision: 1/14/2009, Jamie Krug
* Changed signature to accept one optional argument (options) as an associative array to better support more optional “arguments” in a more readable fashion.
* Added overflow option, to override default CSS declaration.
* Added addToHeight option, to optionally pad tallest height (can be used as a quick fix in quirky situations where a couple extra pixels will avoid overflow).
*
* Example 1: $(“.cols”).equalHeights();
* Example 2: $(“.cols”).equalHeights( { minHeight: 400 } );
* Example 3: $(“.cols”).equalHeights( { minHeight: 100, maxHeight: 300 } );
* Example 4: $(“.cols”).equalHeights( { overflow: ‘visible’ } );
* Example 5: $(“.cols”).equalHeights( { addToHeight: 3 } );
*
*/

(function($) {
$.fn.equalHeights = function(optionsArg) {
var options = { minHeight: 0, overflow: 'auto', addToHeight: 0 };
for (var n in arguments[0]) { options[n] = arguments[0][n]; }
var tallest = options.minHeight;
this.each(function() {
if($(this).height() > tallest) {
tallest = $(this).height();
}
});
if((options.maxHeight) && tallest > options.maxHeight) tallest = options.maxHeight;
tallest = tallest + options.addToHeight;
return this.each(function() {
$(this).height(tallest).css('overflow',options.overflow);
});
}
})(jQuery);


/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.73 (04-NOV-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 *
 * Originally based on the work of:
 *	1) Matt Oakes
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
(function(i){var l="2.73";if(i.support==undefined){i.support={opacity:!(i.browser.msie)}}function a(q){if(i.fn.cycle.debug){f(q)}}function f(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}i.fn.cycle=function(r,q){var s={s:this.selector,c:this.context};if(this.length===0&&r!="stop"){if(!i.isReady&&s.s){f("DOM not ready, queuing slideshow");i(function(){i(s.s,s.c).cycle(r,q)});return this}f("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var w=m(this,r,q);if(w===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var x=i(this);var y=w.slideExpr?i(w.slideExpr,this):x.children();var u=y.get();if(u.length<2){f("terminating; too few slides: "+u.length);return}var t=k(x,y,u,w,s);if(t===false){return}var v=t.continuous?10:h(t.currSlide,t.nextSlide,t,!t.rev);if(v){v+=(t.delay||0);if(v<10){v=10}a("first timeout: "+v);this.cycleTimeout=setTimeout(function(){e(u,t,0,!t.rev)},v)}})};function m(q,t,r){if(q.cycleStop==undefined){q.cycleStop=0}if(t===undefined||t===null){t={}}if(t.constructor==String){switch(t){case"stop":q.cycleStop++;if(q.cycleTimeout){clearTimeout(q.cycleTimeout)}q.cycleTimeout=0;i(q).removeData("cycle.opts");return false;case"pause":q.cyclePause=1;return false;case"resume":q.cyclePause=0;if(r===true){t=i(q).data("cycle.opts");if(!t){f("options not found, can not resume");return false}if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}e(t.elements,t,1,1)}return false;case"prev":case"next":var u=i(q).data("cycle.opts");if(!u){f('options not found, "prev/next" ignored');return false}i.fn.cycle[t](u);return false;default:t={fx:t}}return t}else{if(t.constructor==Number){var s=t;t=i(q).data("cycle.opts");if(!t){f("options not found, can not advance slide");return false}if(s<0||s>=t.elements.length){f("invalid slide index: "+s);return false}t.nextSlide=s;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}if(typeof r=="string"){t.oneTimeFx=r}e(t.elements,t,1,s>=t.currSlide);return false}}return t}function b(q,r){if(!i.support.opacity&&r.cleartype&&q.style.filter){try{q.style.removeAttribute("filter")}catch(s){}}}function k(y,J,u,t,E){var C=i.extend({},i.fn.cycle.defaults,t||{},i.metadata?y.metadata():i.meta?y.data():{});if(C.autostop){C.countdown=C.autostopCount||u.length}var r=y[0];y.data("cycle.opts",C);C.$cont=y;C.stopCount=r.cycleStop;C.elements=u;C.before=C.before?[C.before]:[];C.after=C.after?[C.after]:[];C.after.unshift(function(){C.busy=0});if(!i.support.opacity&&C.cleartype){C.after.push(function(){b(this,C)})}if(C.continuous){C.after.push(function(){e(u,C,0,!C.rev)})}n(C);if(!i.support.opacity&&C.cleartype&&!C.cleartypeNoBg){g(J)}if(y.css("position")=="static"){y.css("position","relative")}if(C.width){y.width(C.width)}if(C.height&&C.height!="auto"){y.height(C.height)}if(C.startingSlide){C.startingSlide=parseInt(C.startingSlide)}if(C.random){C.randomMap=[];for(var H=0;H<u.length;H++){C.randomMap.push(H)}C.randomMap.sort(function(L,w){return Math.random()-0.5});C.randomIndex=0;C.startingSlide=C.randomMap[0]}else{if(C.startingSlide>=u.length){C.startingSlide=0}}C.currSlide=C.startingSlide=C.startingSlide||0;var x=C.startingSlide;J.css({position:"absolute",top:0,left:0}).hide().each(function(w){var L=x?w>=x?u.length-(w-x):x-w:u.length-w;i(this).css("z-index",L)});i(u[x]).css("opacity",1).show();b(u[x],C);if(C.fit&&C.width){J.width(C.width)}if(C.fit&&C.height&&C.height!="auto"){J.height(C.height)}var D=C.containerResize&&!y.innerHeight();if(D){var v=0,B=0;for(var F=0;F<u.length;F++){var q=i(u[F]),K=q[0],A=q.outerWidth(),I=q.outerHeight();if(!A){A=K.offsetWidth}if(!I){I=K.offsetHeight}v=A>v?A:v;B=I>B?I:B}if(v>0&&B>0){y.css({width:v+"px",height:B+"px"})}}if(C.pause){y.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(c(C)===false){return false}var s=false;t.requeueAttempts=t.requeueAttempts||0;J.each(function(){var N=i(this);this.cycleH=(C.fit&&C.height)?C.height:N.height();this.cycleW=(C.fit&&C.width)?C.width:N.width();if(N.is("img")){var L=(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var O=(i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var M=(i.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(L||O||M||w){if(E.s&&C.requeueOnImageNotLoaded&&++t.requeueAttempts<100){f(t.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(E.s,E.c).cycle(t)},C.requeueTimeout);s=true;return false}else{f("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(s){return false}C.cssBefore=C.cssBefore||{};C.animIn=C.animIn||{};C.animOut=C.animOut||{};J.not(":eq("+x+")").css(C.cssBefore);if(C.cssFirst){i(J[x]).css(C.cssFirst)}if(C.timeout){C.timeout=parseInt(C.timeout);if(C.speed.constructor==String){C.speed=i.fx.speeds[C.speed]||parseInt(C.speed)}if(!C.sync){C.speed=C.speed/2}while((C.timeout-C.speed)<250){C.timeout+=C.speed}}if(C.easing){C.easeIn=C.easeOut=C.easing}if(!C.speedIn){C.speedIn=C.speed}if(!C.speedOut){C.speedOut=C.speed}C.slideCount=u.length;C.currSlide=C.lastSlide=x;if(C.random){C.nextSlide=C.currSlide;if(++C.randomIndex==u.length){C.randomIndex=0}C.nextSlide=C.randomMap[C.randomIndex]}else{C.nextSlide=C.startingSlide>=(u.length-1)?0:C.startingSlide+1}if(!C.multiFx){var G=i.fn.cycle.transitions[C.fx];if(i.isFunction(G)){G(y,J,C)}else{if(C.fx!="custom"&&!C.multiFx){f("unknown transition: "+C.fx,"; slideshow terminating");return false}}}var z=J[x];if(C.before.length){C.before[0].apply(z,[z,z,C,true])}if(C.after.length>1){C.after[1].apply(z,[z,z,C,true])}if(C.next){i(C.next).bind(C.prevNextEvent,function(){return o(C,C.rev?-1:1)})}if(C.prev){i(C.prev).bind(C.prevNextEvent,function(){return o(C,C.rev?1:-1)})}if(C.pager){d(u,C)}j(C,u);return C}function n(q){q.original={before:[],after:[]};q.original.cssBefore=i.extend({},q.cssBefore);q.original.cssAfter=i.extend({},q.cssAfter);q.original.animIn=i.extend({},q.animIn);q.original.animOut=i.extend({},q.animOut);i.each(q.before,function(){q.original.before.push(this)});i.each(q.after,function(){q.original.after.push(this)})}function c(w){var u,s,r=i.fn.cycle.transitions;if(w.fx.indexOf(",")>0){w.multiFx=true;w.fxs=w.fx.replace(/\s*/g,"").split(",");for(u=0;u<w.fxs.length;u++){var v=w.fxs[u];s=r[v];if(!s||!r.hasOwnProperty(v)||!i.isFunction(s)){f("discarding unknown transition: ",v);w.fxs.splice(u,1);u--}}if(!w.fxs.length){f("No valid transitions named; slideshow terminating.");return false}}else{if(w.fx=="all"){w.multiFx=true;w.fxs=[];for(p in r){s=r[p];if(r.hasOwnProperty(p)&&i.isFunction(s)){w.fxs.push(p)}}}}if(w.multiFx&&w.randomizeEffects){var t=Math.floor(Math.random()*20)+30;for(u=0;u<t;u++){var q=Math.floor(Math.random()*w.fxs.length);w.fxs.push(w.fxs.splice(q,1)[0])}a("randomized fx sequence: ",w.fxs)}return true}function j(r,q){r.addSlide=function(u,v){var t=i(u),w=t[0];if(!r.autostopCount){r.countdown++}q[v?"unshift":"push"](w);if(r.els){r.els[v?"unshift":"push"](w)}r.slideCount=q.length;t.css("position","absolute");t[v?"prependTo":"appendTo"](r.$cont);if(v){r.currSlide++;r.nextSlide++}if(!i.support.opacity&&r.cleartype&&!r.cleartypeNoBg){g(t)}if(r.fit&&r.width){t.width(r.width)}if(r.fit&&r.height&&r.height!="auto"){$slides.height(r.height)}w.cycleH=(r.fit&&r.height)?r.height:t.height();w.cycleW=(r.fit&&r.width)?r.width:t.width();t.css(r.cssBefore);if(r.pager){i.fn.cycle.createPagerAnchor(q.length-1,w,i(r.pager),q,r)}if(i.isFunction(r.onAddSlide)){r.onAddSlide(t)}else{t.hide()}}}i.fn.cycle.resetState=function(r,q){q=q||r.fx;r.before=[];r.after=[];r.cssBefore=i.extend({},r.original.cssBefore);r.cssAfter=i.extend({},r.original.cssAfter);r.animIn=i.extend({},r.original.animIn);r.animOut=i.extend({},r.original.animOut);r.fxFn=null;i.each(r.original.before,function(){r.before.push(this)});i.each(r.original.after,function(){r.after.push(this)});var s=i.fn.cycle.transitions[q];if(i.isFunction(s)){s(r.$cont,i(r.elements),r)}};function e(x,q,w,y){if(w&&q.busy&&q.manualTrump){i(x).stop(true,true);q.busy=false}if(q.busy){return}var u=q.$cont[0],A=x[q.currSlide],z=x[q.nextSlide];if(u.cycleStop!=q.stopCount||u.cycleTimeout===0&&!w){return}if(!w&&!u.cyclePause&&((q.autostop&&(--q.countdown<=0))||(q.nowrap&&!q.random&&q.nextSlide<q.currSlide))){if(q.end){q.end(q)}return}if(w||!u.cyclePause){var v=q.fx;A.cycleH=A.cycleH||i(A).height();A.cycleW=A.cycleW||i(A).width();z.cycleH=z.cycleH||i(z).height();z.cycleW=z.cycleW||i(z).width();if(q.multiFx){if(q.lastFx==undefined||++q.lastFx>=q.fxs.length){q.lastFx=0}v=q.fxs[q.lastFx];q.currFx=v}if(q.oneTimeFx){v=q.oneTimeFx;q.oneTimeFx=null}i.fn.cycle.resetState(q,v);if(q.before.length){i.each(q.before,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})}var s=function(){i.each(q.after,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})};if(q.nextSlide!=q.currSlide){q.busy=1;if(q.fxFn){q.fxFn(A,z,q,s,y)}else{if(i.isFunction(i.fn.cycle[q.fx])){i.fn.cycle[q.fx](A,z,q,s)}else{i.fn.cycle.custom(A,z,q,s,w&&q.fastOnEvent)}}}q.lastSlide=q.currSlide;if(q.random){q.currSlide=q.nextSlide;if(++q.randomIndex==x.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{var t=(q.nextSlide+1)==x.length;q.nextSlide=t?0:q.nextSlide+1;q.currSlide=t?x.length-1:q.nextSlide-1}if(q.pager){i.fn.cycle.updateActivePagerLink(q.pager,q.currSlide)}}var r=0;if(q.timeout&&!q.continuous){r=h(A,z,q,y)}else{if(q.continuous&&u.cyclePause){r=10}}if(r>0){u.cycleTimeout=setTimeout(function(){e(x,q,0,!q.rev)},r)}}i.fn.cycle.updateActivePagerLink=function(q,r){i(q).each(function(){i(this).find("a").removeClass("activeSlide").filter("a:eq("+r+")").addClass("activeSlide")})};function h(v,s,u,r){if(u.timeoutFn){var q=u.timeoutFn(v,s,u,r);while((q-u.speed)<250){q+=u.speed}a("calculated timeout: "+q+"; speed: "+u.speed);if(q!==false){return q}}return u.timeout}i.fn.cycle.next=function(q){o(q,q.rev?-1:1)};i.fn.cycle.prev=function(q){o(q,q.rev?1:-1)};function o(r,u){var q=r.elements;var t=r.$cont[0],s=t.cycleTimeout;if(s){clearTimeout(s);t.cycleTimeout=0}if(r.random&&u<0){r.randomIndex--;if(--r.randomIndex==-2){r.randomIndex=q.length-2}else{if(r.randomIndex==-1){r.randomIndex=q.length-1}}r.nextSlide=r.randomMap[r.randomIndex]}else{if(r.random){if(++r.randomIndex==q.length){r.randomIndex=0}r.nextSlide=r.randomMap[r.randomIndex]}else{r.nextSlide=r.currSlide+u;if(r.nextSlide<0){if(r.nowrap){return false}r.nextSlide=q.length-1}else{if(r.nextSlide>=q.length){if(r.nowrap){return false}r.nextSlide=0}}}}if(i.isFunction(r.prevNextClick)){r.prevNextClick(u>0,r.nextSlide,q[r.nextSlide])}e(q,r,1,u>=0);return false}function d(r,s){var q=i(s.pager);i.each(r,function(t,u){i.fn.cycle.createPagerAnchor(t,u,q,r,s)});i.fn.cycle.updateActivePagerLink(s.pager,s.startingSlide)}i.fn.cycle.createPagerAnchor=function(u,v,s,t,w){var r;if(i.isFunction(w.pagerAnchorBuilder)){r=w.pagerAnchorBuilder(u,v)}else{r='<a href="#">'+(u+1)+"</a>"}if(!r){return}var x=i(r);if(x.parents("body").length===0){var q=[];if(s.length>1){s.each(function(){var y=x.clone(true);i(this).append(y);q.push(y[0])});x=i(q)}else{x.appendTo(s)}}x.bind(w.pagerEvent,function(A){A.preventDefault();w.nextSlide=u;var z=w.$cont[0],y=z.cycleTimeout;if(y){clearTimeout(y);z.cycleTimeout=0}if(i.isFunction(w.pagerClick)){w.pagerClick(w.nextSlide,t[w.nextSlide])}e(t,w,1,w.currSlide<u);return false});if(w.pagerEvent!="click"){x.click(function(){return false})}if(w.pauseOnPagerHover){x.hover(function(){w.$cont[0].cyclePause++},function(){w.$cont[0].cyclePause--})}};i.fn.cycle.hopsFromLast=function(t,s){var r,q=t.lastSlide,u=t.currSlide;if(s){r=u>q?u-q:t.slideCount-q}else{r=u<q?q-u:q+t.slideCount-u}return r};function g(s){function r(t){t=parseInt(t).toString(16);return t.length<2?"0"+t:t}function q(w){for(;w&&w.nodeName.toLowerCase()!="html";w=w.parentNode){var t=i.css(w,"background-color");if(t.indexOf("rgb")>=0){var u=t.match(/\d+/g);return"#"+r(u[0])+r(u[1])+r(u[2])}if(t&&t!="transparent"){return t}}return"#ffffff"}s.each(function(){i(this).css("background-color",q(this))})}i.fn.cycle.commonReset=function(v,t,u,r,s,q){i(u.elements).not(v).hide();u.cssBefore.opacity=1;u.cssBefore.display="block";if(r!==false&&t.cycleW>0){u.cssBefore.width=t.cycleW}if(s!==false&&t.cycleH>0){u.cssBefore.height=t.cycleH}u.cssAfter=u.cssAfter||{};u.cssAfter.display="none";i(v).css("zIndex",u.slideCount+(q===true?1:0));i(t).css("zIndex",u.slideCount+(q===true?0:1))};i.fn.cycle.custom=function(B,v,q,s,r){var A=i(B),w=i(v);var t=q.speedIn,z=q.speedOut,u=q.easeIn,y=q.easeOut;w.css(q.cssBefore);if(r){if(typeof r=="number"){t=z=r}else{t=z=1}u=y=null}var x=function(){w.animate(q.animIn,t,u,s)};A.animate(q.animOut,z,y,function(){if(q.cssAfter){A.css(q.cssAfter)}if(!q.sync){x()}});if(q.sync){x()}};i.fn.cycle.transitions={fade:function(r,s,q){s.not(":eq("+q.currSlide+")").css("opacity",0);q.before.push(function(v,t,u){i.fn.cycle.commonReset(v,t,u);u.cssBefore.opacity=0});q.animIn={opacity:1};q.animOut={opacity:0};q.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return l};i.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2008 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function(a){a.fn.cycle.transitions.none=function(c,d,b){b.fxFn=function(g,e,f,h){a(e).show();a(g).hide();h()}};a.fn.cycle.transitions.scrollUp=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssBefore={top:b,left:0};c.cssFirst={top:0};c.animIn={top:0};c.animOut={top:-b}};a.fn.cycle.transitions.scrollDown=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssFirst={top:0};c.cssBefore={top:-b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.scrollLeft=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:0-b}};a.fn.cycle.transitions.scrollRight=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:-b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.scrollHorz=function(c,d,b){c.css("overflow","hidden").width();b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.left=e?(f.cycleW-1):(1-f.cycleW);g.animOut.left=e?-h.cycleW:h.cycleW});b.cssFirst={left:0};b.cssBefore={top:0};b.animIn={left:0};b.animOut={top:0}};a.fn.cycle.transitions.scrollVert=function(c,d,b){c.css("overflow","hidden");b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.top=e?(1-f.cycleH):(f.cycleH-1);g.animOut.top=e?h.cycleH:-h.cycleH});b.cssFirst={top:0};b.cssBefore={left:0};b.animIn={top:0};b.animOut={left:0}};a.fn.cycle.transitions.slideX=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW});b.cssBefore={left:0,top:0,width:0};b.animIn={width:"show"};b.animOut={width:0}};a.fn.cycle.transitions.slideY=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH});b.cssBefore={left:0,top:0,height:0};b.animIn={height:"show"};b.animOut={height:0}};a.fn.cycle.transitions.shuffle=function(e,f,d){var c,b=e.css("overflow","visible").width();f.css({left:0,top:0});d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true)});if(!d.speedAdjusted){d.speed=d.speed/2;d.speedAdjusted=true}d.random=0;d.shuffle=d.shuffle||{left:-b,top:15};d.els=[];for(c=0;c<f.length;c++){d.els.push(f[c])}for(c=0;c<d.currSlide;c++){d.els.push(d.els.shift())}d.fxFn=function(m,j,l,g,i){var h=i?a(m):a(j);a(j).css(l.cssBefore);var k=l.slideCount;h.animate(l.shuffle,l.speedIn,l.easeIn,function(){var o=a.fn.cycle.hopsFromLast(l,i);for(var q=0;q<o;q++){i?l.els.push(l.els.shift()):l.els.unshift(l.els.pop())}if(i){for(var r=0,n=l.els.length;r<n;r++){a(l.els[r]).css("z-index",n-r+k)}}else{var s=a(m).css("z-index");h.css("z-index",parseInt(s)+1+k)}h.animate({left:0,top:0},l.speedOut,l.easeOut,function(){a(i?this:m).hide();if(g){g()}})})};d.cssBefore={display:"block",opacity:1,top:0,left:0}};a.fn.cycle.transitions.turnUp=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=e.cycleH;f.animIn.height=e.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,height:0};b.animIn={top:0};b.animOut={height:0}};a.fn.cycle.transitions.turnDown=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH;f.animOut.top=g.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,top:0,height:0};b.animOut={height:0}};a.fn.cycle.transitions.turnLeft=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=e.cycleW;f.animIn.width=e.cycleW});b.cssBefore={top:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.turnRight=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW;f.animOut.left=g.cycleW});b.cssBefore={top:0,left:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.zoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false,true);f.cssBefore.top=e.cycleH/2;f.cssBefore.left=e.cycleW/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH};f.animOut={width:0,height:0,top:g.cycleH/2,left:g.cycleW/2}});b.cssFirst={top:0,left:0};b.cssBefore={width:0,height:0}};a.fn.cycle.transitions.fadeZoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false);f.cssBefore.left=e.cycleW/2;f.cssBefore.top=e.cycleH/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH}});b.cssBefore={width:0,height:0};b.animOut={opacity:0}};a.fn.cycle.transitions.blindX=function(d,e,c){var b=d.css("overflow","hidden").width();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.width=f.cycleW;g.animOut.left=h.cycleW});c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.blindY=function(d,e,c){var b=d.css("overflow","hidden").height();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.height=f.cycleH;g.animOut.top=h.cycleH});c.cssBefore={top:b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.blindZ=function(e,f,d){var c=e.css("overflow","hidden").height();var b=e.width();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h);h.animIn.height=g.cycleH;h.animOut.top=i.cycleH});d.cssBefore={top:c,left:b};d.animIn={top:0,left:0};d.animOut={top:c,left:b}};a.fn.cycle.transitions.growX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=this.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:0}});b.cssBefore={width:0,top:0}};a.fn.cycle.transitions.growY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=this.cycleH/2;f.animIn={top:0,height:this.cycleH};f.animOut={top:0}});b.cssBefore={height:0,left:0}};a.fn.cycle.transitions.curtainX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true,true);f.cssBefore.left=e.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:g.cycleW/2,width:0}});b.cssBefore={top:0,width:0}};a.fn.cycle.transitions.curtainY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false,true);f.cssBefore.top=e.cycleH/2;f.animIn={top:0,height:e.cycleH};f.animOut={top:g.cycleH/2,height:0}});b.cssBefore={left:0,height:0}};a.fn.cycle.transitions.cover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h);if(i=="right"){h.cssBefore.left=-b}else{if(i=="up"){h.cssBefore.top=c}else{if(i=="down"){h.cssBefore.top=-c}else{h.cssBefore.left=b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.uncover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h,true,true,true);if(i=="right"){h.animOut.left=b}else{if(i=="up"){h.animOut.top=-c}else{if(i=="down"){h.animOut.top=c}else{h.animOut.left=-b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.toss=function(e,f,d){var b=e.css("overflow","visible").width();var c=e.height();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true);if(!h.animOut.left&&!h.animOut.top){h.animOut={left:b*2,top:-c/2,opacity:0}}else{h.animOut.opacity=0}});d.cssBefore={left:0,top:0};d.animIn={left:0}};a.fn.cycle.transitions.wipe=function(s,m,e){var q=s.css("overflow","hidden").width();var j=s.height();e.cssBefore=e.cssBefore||{};var g;if(e.clip){if(/l2r/.test(e.clip)){g="rect(0px 0px "+j+"px 0px)"}else{if(/r2l/.test(e.clip)){g="rect(0px "+q+"px "+j+"px "+q+"px)"}else{if(/t2b/.test(e.clip)){g="rect(0px "+q+"px 0px 0px)"}else{if(/b2t/.test(e.clip)){g="rect("+j+"px "+q+"px "+j+"px 0px)"}else{if(/zoom/.test(e.clip)){var o=parseInt(j/2);var f=parseInt(q/2);g="rect("+o+"px "+f+"px "+o+"px "+f+"px)"}}}}}}e.cssBefore.clip=e.cssBefore.clip||g||"rect(0px 0px 0px 0px)";var k=e.cssBefore.clip.match(/(\d+)/g);var u=parseInt(k[0]),c=parseInt(k[1]),n=parseInt(k[2]),i=parseInt(k[3]);e.before.push(function(w,h,t){if(w==h){return}var d=a(w),b=a(h);a.fn.cycle.commonReset(w,h,t,true,true,false);t.cssAfter.display="block";var r=1,l=parseInt((t.speedIn/13))-1;(function v(){var y=u?u-parseInt(r*(u/l)):0;var z=i?i-parseInt(r*(i/l)):0;var A=n<j?n+parseInt(r*((j-n)/l||1)):j;var x=c<q?c+parseInt(r*((q-c)/l||1)):q;b.css({clip:"rect("+y+"px "+x+"px "+A+"px "+z+"px)"});(r++<=l)?setTimeout(v,13):d.css("display","none")})()});e.cssBefore={display:"block",opacity:1,top:0,left:0};e.animIn={left:0};e.animOut={left:0}}})(jQuery);

   $(document).ready(function() { 
         $("ul.sf-menu").superfish({ 
            delay:       1000, 
            dropShadows: true,
            autoArrows: true
        }); 
		 $("#accordion").accordion({
			active: false,
			collapsible: true,
			autoHeight: false
		});
		 
		$(".extra").equalHeights({ overflow: 'visible' } );
		
 $('div[class^=box]').hide();
$("p[class^='link']").click(function() {
			var $this = $(this);
			    if ($(this).text() == 'More') {
      $(this).html('<a href="#">Less</a>');
    } else {
      $(this).html('<a href="#">More</a>');
    }
			var x = $this.attr("className");
			$(".box"+x).slideToggle(100);
			return false;
		});
$("a[href$='pdf']").attr('rel', 'external');
$('a[rel="external"]').click(function () {
$(this).attr({'target':'_blank'});
});
      $('#slider').cycle({
       fx: 'scrollHorz', 
       timeout: 0, 
       prev:   '#prev',
       next:   '#next',
	   delay: -2000
   });
	

}); 
Cufon.replace('h1', { fontFamily: 'Eurostar' });
Cufon.replace('h2', {hover: true});
Cufon.replace('#navcontainer li a', {hover: true});