﻿/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
// JavaScript Document

var subMenuTimer;
var isIE = false;
var IEver = 0;

$.fn.delay = function(time, callback){
    jQuery.fx.step.delay = function(){};
    return this.animate({delay:1}, time, callback);
}

$(document).ready(function() {
    toggleTextInputs('.customForm input:text');
    toggleTextAreaInputs('.customForm textarea');

    repositionForms();

    isIE = $.browser.msie;
    if (isIE) IEver = $.browser.version.substr(0, 1);

    $("div.leftMenuHolder a.selected:last").addClass("arrowed");
    $("div.collectionHolder a:odd").css("margin-right", 0);

    var topMenuMainWidth = 0;
    $("div.topMenuHolder > ul > li").each(function() { topMenuMainWidth += $(this).width() });
    if (topMenuMainWidth > 703) $("div.topMenuHolder div.search").css({ "top": -40, "right": 0 })

    $("div.topMenuHolder > ul > li.selected").prev().css("background-image", "none");

    $("div.topMenuHolder > ul > li").each(function(i) {
        if ($(this).find("ul").length > 0) {
            if (i != 0) $(this).append('<img class="shadowL png" src="/images/spacer.gif" style="background-image:url(/images/top-menu-over-shadow-left.png)" alt="" />');
            $(this).append('<img class="shadowR png" src="/images/spacer.gif" style="background-image:url(/images/top-menu-over-shadow-right.png)" alt="" />');
        }
    });

    if (isIE) {
        $("div.topMenuHolder ul li ul").show();
        $("div.topMenuHolder ul li ul").each(function() {
            var tmpWidth = 0;
            $(this).children("li").each(function() {
                tmpWidth = Math.max(tmpWidth, $(this).width());
            });
            tmpWidth = Math.max(tmpWidth, $(this).parent().width() - 20);
            $(this).children("li").width(tmpWidth);
            if (IEver < 7) {
                $(this).children("li").children("a").width(tmpWidth - 20);
                $(this).width(tmpWidth + 23);
            }
        });
        $("div.topMenuHolder ul li ul").hide();
    }

    $("div.topMenuHolder ul li ul").each(function() {
        $(this).prepend('<div class="r">&nbsp;</div><div class="b">&nbsp;</div><div class="br">&nbsp;</div>');
        $(this).children("li:last").addClass("lastItem");
        $(this).children("div.r").height($(this).height());
    });

    $("div.topMenuHolder > ul > li > ul").each(function() {
        $(this).prepend('<div class="w">&nbsp;</div>');
        $(this).parent().addClass("hasSubmenu");
    });

    /*$("div.topMenuHolder > ul > li ul li ul").each(function() {
    $(this).prev().addClass("sub");
    });*/

    $("div.topMenuHolder ul li").hover(
		function() {
		    if ($(this).hasClass("hasSubmenu")) {
		        $(this).children("a").addClass("Hover");
		        $(this).children("img").show();
		    }
		    var $tmpChildUL = $(this).find("ul:first");
		    $tmpChildUL.stop(true, true);
		    if (isIE) {
		        $tmpChildUL.show();
		    } else {
		        $tmpChildUL.fadeIn(300);
		    }
		    $tmpChildUL.children("div.r").height($tmpChildUL.height());
		    $tmpChildUL.children("div.b").width($tmpChildUL.width() + 1);
		    $tmpChildUL.children("div.w").width($(this).width());
		},
		function() {
		    $(this).find("ul:first").hide();
		    if ($(this).hasClass("hasSubmenu")) {
		        $(this).children("a").removeClass("Hover");
		        Cufon.refresh("div.topMenuHolder > ul > li.selected > a");
		        $(this).children("img").hide();
		    }
		}
	);
		$('div.customForm').hide();
		$('div.customForm').show();

		$(window).resize(function() {
		    repositionForms();
		});
});

function onFocusInput(inputObj, defaultText) {
	if ($.trim($(inputObj).val()) == defaultText) $(inputObj).val("");
}

function onBlurInput(inputObj, defaultText) {
	if (($.trim($(inputObj).val()) == "") || ($(inputObj).val().toLowerCase() == defaultText.toLowerCase())) $(inputObj).val(defaultText);
}

function addToFavorites() {
	if ($.browser.msie) {
		alert(document.location.href);
		window.external.AddFavorite(document.location.href, "Slaapgilde - Specialisten in goed en gezond slapen");
	} else {
		alert("Uw browser ondersteunt deze functie niet.\nDruk op Ctrl + D als u deze pagina aan uw favorieten wilt toevoegen.");
	}
}

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.  All Rights
 * Reserved. This software is the property of Adobe Systems  Incorporated and its
 * licensors, and may not be reproduced, used,   displayed, modified, disclosed or
 * transferred without the express   written approval of Adobe.    The digitally
 * encoded machine readable outline data for producing  the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG  and/or its subsidiaries. All
 * Rights Reserved.  This data is the property of Linotype-Hell AG and/or its
 * subsidiaries  and may not be reproduced, used, displayed, modified, disclosed or
 *   transferred without the express written approval of Linotype-Hell AG   and/or
 * its subsidiaries.  12 pt. Helvetica* Light 02472
 * 
 * Manufacturer:
 * Adobe Systems Incorporated
 */
Cufon.registerFont({"w":556,"face":{"font-family":"HelveticaNeueLT_Light","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"15","bbox":"-166 -967 1050 214","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":278},"\u00a0":{"w":278},"$":{"d":"296,-38v120,8,206,-99,152,-206v-25,-50,-91,-67,-152,-82r0,288xm257,-676v-114,-7,-178,104,-135,206v20,47,79,59,135,73r0,-279xm527,-185v0,133,-98,195,-231,200r0,85r-39,0r0,-86v-153,-15,-221,-85,-228,-242r63,0v1,116,60,178,165,190r0,-296v-113,-24,-213,-62,-210,-200v3,-125,85,-190,210,-195r0,-78r39,0r0,78v130,7,210,83,212,217r-63,0v1,-94,-58,-164,-149,-164r0,288v118,25,231,62,231,203"},"&":{"d":"102,-179v-4,124,154,178,252,111v28,-20,52,-43,72,-72r-178,-216v-66,38,-143,78,-146,177xm542,-316v-2,58,-15,126,-42,171r120,145r-79,0r-76,-93v-46,58,-115,108,-210,108v-131,0,-216,-69,-216,-200v0,-117,97,-166,175,-212v-37,-49,-88,-91,-88,-172v0,-93,65,-145,158,-145v93,0,158,52,158,145v0,102,-76,142,-140,185r156,188v18,-37,21,-65,21,-120r63,0xm379,-569v2,-57,-42,-91,-95,-92v-67,-2,-115,63,-87,131v17,41,46,73,72,105v49,-33,107,-65,110,-144","w":611},"\u2019":{"d":"183,-714v4,110,3,220,-89,243r0,-43v32,-13,47,-50,47,-94r-42,0r0,-106r84,0","w":278,"k":{"t":18,"s":111,"\u2019":119}},"(":{"d":"114,-243v0,177,58,319,128,434r-50,0v-75,-127,-141,-259,-141,-457v0,-189,62,-340,141,-463r50,0v-82,130,-128,289,-128,486","w":241},")":{"d":"127,-295v0,-177,-60,-318,-128,-434r50,0v75,127,141,259,141,457v0,189,-62,340,-141,463r-50,0v82,-130,128,-289,128,-486","w":241},"*":{"d":"27,-595r14,-37r115,41r0,-123r39,0r0,123r115,-41r15,37r-118,39r72,98r-32,23r-73,-100r-73,100r-32,-23r73,-98","w":352},"+":{"d":"274,-503r53,0r0,225r225,0r0,53r-225,0r0,225r-53,0r0,-225r-225,0r0,-53r225,0r0,-225","w":600},",":{"d":"181,-106v4,110,4,220,-88,243r0,-43v31,-13,47,-51,46,-94r-42,0r0,-106r84,0","w":278},"-":{"d":"60,-246r0,-58r250,0r0,58r-250,0","w":370},".":{"d":"97,0r0,-106r84,0r0,106r-84,0","w":278},"\/":{"d":"-13,15r308,-744r51,0r-305,744r-54,0","w":333},"0":{"d":"459,-346v0,-152,-27,-307,-181,-307v-154,0,-181,155,-181,307v0,152,27,308,181,308v154,0,181,-156,181,-308xm34,-345v0,-192,49,-361,244,-361v194,0,244,168,244,360v0,193,-50,361,-244,361v-195,0,-244,-168,-244,-360"},"1":{"d":"97,-565v80,-2,143,-7,173,-60v10,-18,19,-43,24,-75r51,0r0,700r-63,0r0,-520r-185,0r0,-45"},"2":{"d":"277,-706v159,-5,259,125,203,277v-57,154,-246,188,-342,307v-16,20,-26,41,-30,64r389,0r0,58r-461,0v15,-255,287,-262,380,-438v11,-20,15,-44,15,-72v0,-93,-64,-143,-157,-143v-113,0,-158,81,-158,195r-63,0v0,-153,72,-244,224,-248"},"3":{"d":"513,-198v1,173,-175,249,-341,197v-88,-28,-146,-102,-139,-222r63,0v-3,117,61,185,175,185v102,0,179,-52,179,-155v0,-119,-92,-156,-221,-148r0,-53v112,7,195,-25,195,-127v0,-91,-62,-132,-153,-132v-107,0,-159,68,-159,177r-63,0v5,-140,80,-230,221,-230v123,0,214,54,217,178v2,84,-52,137,-118,157v87,12,144,77,144,173"},"4":{"d":"30,-235r324,-465r57,0r0,473r105,0r0,53r-105,0r0,174r-58,0r0,-174r-323,0r0,-61xm353,-227r0,-381r-2,0r-264,381r266,0"},"5":{"d":"509,-222v0,174,-160,277,-333,222v-82,-26,-136,-94,-140,-200r63,0v7,101,68,162,172,162v112,0,175,-79,175,-191v0,-110,-68,-182,-179,-182v-70,0,-126,36,-156,83r-54,0r68,-363r350,0r0,58r-306,0r-45,232r2,2v30,-37,87,-65,148,-65v150,0,235,93,235,242"},"6":{"d":"459,-218v0,-110,-59,-185,-169,-185v-112,0,-174,73,-174,185v0,113,59,180,175,180v105,0,168,-74,168,-180xm40,-357v0,-185,60,-349,250,-349v128,0,202,64,215,183r-63,0v-9,-74,-63,-131,-146,-130v-156,3,-194,160,-191,313v29,-63,100,-116,186,-116v145,0,231,89,231,234v0,146,-91,234,-237,237v-207,4,-245,-160,-245,-372"},"7":{"d":"150,0v20,-290,139,-461,288,-633r-387,0r0,-58r450,0r0,58v-140,148,-269,351,-283,633r-68,0"},"8":{"d":"100,-196v3,106,72,158,178,158v107,0,173,-51,178,-158v9,-177,-281,-199,-342,-68v-10,19,-14,42,-14,68xm277,-706v119,0,210,55,213,175v2,83,-51,133,-114,156v86,17,143,80,143,179v0,143,-99,211,-241,211v-142,0,-241,-68,-241,-211v0,-96,63,-162,142,-181v-68,-21,-114,-71,-114,-154v0,-120,93,-175,212,-175xm128,-531v0,89,61,130,150,130v88,0,149,-42,149,-130v0,-85,-64,-122,-149,-122v-84,0,-150,38,-150,122"},"9":{"d":"97,-473v0,110,59,185,169,185v112,0,174,-73,174,-185v0,-113,-59,-180,-175,-180v-106,0,-168,74,-168,180xm516,-334v0,185,-60,349,-250,349v-128,0,-202,-64,-215,-183r63,0v9,74,63,131,146,130v156,-3,194,-160,191,-313v-29,63,-100,116,-186,116v-146,0,-231,-89,-231,-234v0,-146,91,-234,237,-237v207,-4,245,160,245,372"},":":{"d":"97,-394r0,-106r84,0r0,106r-84,0xm97,0r0,-106r84,0r0,106r-84,0","w":278},";":{"d":"181,-106v4,110,4,220,-88,243r0,-43v31,-13,47,-51,46,-94r-42,0r0,-106r84,0xm97,-394r0,-106r84,0r0,106r-84,0","w":278},"<":{"d":"554,8r-508,-234r0,-54r508,-234r0,55r-446,206r446,206r0,55","w":600},"=":{"d":"552,-325r-503,0r0,-53r503,0r0,53xm552,-128r-503,0r0,-53r503,0r0,53","w":600},">":{"d":"492,-253r-446,-206r0,-55r508,234r0,54r-508,234r0,-55","w":600},"?":{"d":"278,-676v-109,3,-161,72,-161,182r-63,0v3,-147,79,-235,227,-235v120,0,203,65,203,185v0,133,-114,169,-164,254v-18,30,-14,58,-16,111r-63,0v-14,-164,104,-193,161,-291v55,-95,-14,-209,-124,-206xm231,-106r84,0r0,106r-84,0r0,-106","w":537},"@":{"d":"492,-343v27,-76,8,-158,-66,-167v-112,12,-160,116,-170,231v-7,86,88,125,148,73v39,-33,69,-83,88,-137xm430,-563v56,0,88,34,106,84r25,-65r53,0r-104,319v-6,25,-4,54,21,52v87,-7,131,-87,155,-162v78,-247,-165,-420,-398,-323v-112,46,-188,151,-188,305v0,152,82,250,192,298v39,17,81,25,126,25v122,0,203,-60,258,-133r51,0v-59,100,-157,178,-309,178v-178,0,-290,-97,-344,-227v-36,-89,-33,-205,2,-294v63,-159,258,-269,472,-200v145,47,252,216,184,401v-33,91,-99,170,-211,177v-41,3,-61,-32,-69,-67v-28,28,-73,66,-127,66v-173,0,-146,-249,-67,-341v40,-46,93,-93,172,-93","w":800},"A":{"d":"281,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm173,-280r281,0r-138,-366","w":630,"k":{"y":18,"w":18,"v":18,"Y":74,"W":5,"V":50,"T":68,"\u2019":86}},"B":{"d":"562,-205v-1,-101,-79,-138,-188,-138r-234,0r0,285v182,-8,426,47,422,-147xm630,-203v-3,143,-98,203,-256,203r-302,0r0,-714r302,0v130,2,229,44,229,175v0,89,-55,139,-124,162v88,10,153,78,151,174xm140,-401v163,-8,395,43,395,-121v0,-89,-54,-134,-161,-134r-234,0r0,255","w":667},"C":{"d":"672,-272v-22,169,-112,287,-297,287v-223,0,-337,-152,-337,-372v0,-220,114,-372,337,-372v160,0,264,87,287,231r-68,0v-25,-103,-97,-173,-219,-173v-184,0,-269,133,-269,314v0,181,85,314,269,314v142,0,211,-99,229,-229r68,0","w":704},"D":{"d":"579,-357v0,-205,-89,-303,-294,-299r-145,0r0,598r145,0v205,4,294,-94,294,-299xm647,-357v0,231,-107,357,-328,357r-247,0r0,-714r247,0v221,6,328,126,328,357","w":685},"E":{"d":"72,-714r493,0r0,58r-425,0r0,258r398,0r0,58r-398,0r0,282r430,0r0,58r-498,0r0,-714","w":593},"F":{"d":"72,-714r453,0r0,58r-385,0r0,258r342,0r0,58r-342,0r0,340r-68,0r0,-714","w":537,"k":{"A":55,".":129,",":129}},"G":{"d":"106,-357v0,181,85,314,269,314v161,0,246,-100,247,-262r-243,0r0,-58r303,0r0,363r-49,0v-5,-42,-2,-92,-11,-130v-43,88,-121,145,-247,145v-223,0,-333,-152,-337,-372v-5,-255,179,-425,443,-357v104,27,172,107,192,222r-68,0v-21,-108,-103,-179,-230,-179v-184,0,-269,133,-269,314","w":741},"H":{"d":"72,-714r68,0r0,310r424,0r0,-310r68,0r0,714r-68,0r0,-346r-424,0r0,346r-68,0r0,-714","w":704},"I":{"d":"77,-714r68,0r0,714r-68,0r0,-714","w":222},"J":{"d":"226,-43v113,0,134,-73,134,-185r0,-486r68,0r0,515v2,145,-61,214,-208,214v-149,0,-198,-98,-199,-244r68,0v-1,107,25,186,137,186","w":500},"K":{"d":"72,-714r68,0r0,384r415,-384r92,0r-319,295r334,419r-88,0r-297,-372r-137,127r0,245r-68,0r0,-714","w":648},"L":{"d":"72,-714r68,0r0,656r400,0r0,58r-468,0r0,-714","w":537,"k":{"y":37,"Y":111,"W":55,"V":92,"T":92,"\u2019":98}},"M":{"d":"70,-714r100,0r247,626r246,-626r100,0r0,714r-68,0r0,-617r-2,0r-244,617r-64,0r-245,-617r-2,0r0,617r-68,0r0,-714","w":833},"N":{"d":"71,-714r76,0r416,604r2,0r0,-604r68,0r0,714r-76,0r-416,-604r-2,0r0,604r-68,0r0,-714","w":704},"O":{"d":"371,15v-274,-2,-388,-248,-316,-513v37,-136,141,-231,316,-231v223,0,336,152,336,372v0,166,-72,285,-189,341v-42,20,-91,31,-147,31xm371,-671v-184,0,-269,133,-269,314v0,181,85,314,269,314v183,0,268,-133,268,-314v0,-180,-85,-314,-268,-314","w":741},"P":{"d":"601,-510v0,133,-79,204,-212,204r-249,0r0,306r-68,0r0,-714r317,0v133,2,212,72,212,204xm533,-510v0,-98,-64,-146,-159,-146r-234,0r0,292r234,0v95,0,159,-48,159,-146","w":630,"k":{"A":74,".":153,",":153}},"Q":{"d":"102,-357v0,181,85,314,269,314v51,0,95,-12,132,-35r-94,-71r35,-43r104,79v59,-52,91,-142,91,-244v0,-180,-85,-314,-268,-314v-184,0,-269,133,-269,314xm623,-616v116,131,107,438,-24,542r102,78r-34,42r-111,-84v-74,59,-234,66,-332,22v-150,-68,-231,-279,-169,-482v41,-134,141,-229,316,-231v116,-1,196,50,252,113","w":741},"R":{"d":"616,-528v1,98,-57,164,-139,184v122,10,124,132,131,258v2,32,11,68,27,86r-75,0v-45,-106,22,-317,-162,-317r-258,0r0,317r-68,0r0,-714r327,0v128,3,214,58,217,186xm548,-514v0,-92,-57,-142,-154,-142r-254,0r0,281r254,0v90,-4,154,-49,154,-139","w":667,"k":{"y":-24,"Y":13,"W":-6,"V":-6,"T":-6}},"S":{"d":"594,-189v0,186,-208,234,-390,189v-105,-26,-173,-101,-168,-235r68,0v-2,142,94,192,233,192v99,0,189,-44,189,-145v0,-86,-77,-109,-147,-129v-136,-40,-320,-36,-320,-211v0,-166,177,-235,347,-187v93,26,161,90,163,208r-68,0v-7,-109,-83,-160,-195,-164v-117,-5,-209,69,-170,185v13,39,56,53,99,66v150,45,359,40,359,231","w":630},"T":{"d":"-5,-714r566,0r0,58r-249,0r0,656r-68,0r0,-656r-249,0r0,-58","k":{"y":111,"w":111,"u":92,"s":111,"r":92,"o":111,"i":-24,"e":111,"c":111,"a":111,"A":68,";":111,":":111,".":111,"-":129,",":111}},"U":{"d":"342,15v-179,0,-277,-98,-277,-272r0,-457r68,0r0,442v-1,149,63,229,209,229v146,0,210,-80,210,-229r0,-442r68,0r0,457v-4,175,-98,272,-278,272","w":685},"V":{"d":"-7,-714r73,0r232,639r2,0r230,-639r72,0r-265,714r-79,0","w":593,"k":{"y":18,"u":37,"r":37,"o":55,"i":-6,"e":55,"a":55,"A":55,";":74,":":74,".":129,"-":55,",":129}},"W":{"d":"0,-714r73,0r162,625r2,0r174,-625r85,0r175,625r2,0r163,-625r68,0r-197,714r-72,0r-181,-639r-2,0r-180,639r-74,0","w":907,"k":{"u":18,"r":18,"o":18,"i":-24,"e":18,"a":37,"A":18,";":18,":":18,".":74,",":74}},"X":{"d":"3,-714r80,0r202,299r209,-299r76,0r-244,348r258,366r-82,0r-217,-315r-220,315r-77,0r257,-368","w":574},"Y":{"d":"271,-294r-281,-420r81,0r235,362r234,-362r81,0r-282,420r0,294r-68,0r0,-294","w":611,"k":{"v":55,"u":74,"q":92,"p":74,"o":92,"i":7,"e":92,"a":92,"A":74,";":92,":":92,".":99,"-":111,",":123}},"Z":{"d":"37,-714r514,0r0,60r-470,596r480,0r0,58r-556,0r0,-60r470,-596r-438,0r0,-58","w":574},"[":{"d":"76,191r0,-920r161,0r0,53r-98,0r0,814r98,0r0,53r-161,0","w":241},"\\":{"d":"292,15r-305,-744r51,0r308,744r-54,0","w":333},"]":{"d":"165,-729r0,920r-161,0r0,-53r98,0r0,-814r-98,0r0,-53r161,0","w":241},"^":{"d":"44,-238r230,-453r52,0r230,453r-57,0r-200,-390r-197,390r-58,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"\u2018":{"d":"95,-471v-4,-110,-3,-220,89,-243r0,43v-32,14,-48,50,-47,94r42,0r0,106r-84,0","w":278,"k":{"\u2018":119}},"a":{"d":"210,-38v105,0,180,-57,180,-162v0,-26,4,-60,-2,-82v-64,50,-209,21,-270,84v-14,15,-23,33,-23,58v0,66,49,102,115,102xm255,-478v-80,1,-137,38,-138,120r-63,0v4,-119,89,-173,209,-173v116,0,191,46,190,166r0,274v-3,33,28,45,57,34r0,53v-15,3,-23,4,-41,4v-61,0,-71,-38,-76,-90v-40,60,-87,106,-188,105v-103,-2,-172,-47,-173,-151v-1,-161,175,-147,312,-172v32,-6,46,-25,46,-64v1,-81,-55,-106,-135,-106","w":519},"b":{"d":"304,-38v121,0,169,-99,169,-220v0,-121,-48,-220,-169,-220v-128,0,-181,94,-181,220v0,126,54,220,181,220xm304,15v-90,2,-156,-51,-186,-113r0,98r-58,0r0,-714r63,0r0,296r2,0v27,-69,88,-113,179,-113v159,0,232,114,232,273v0,159,-73,269,-232,273","w":574},"c":{"d":"34,-258v0,-161,83,-273,244,-273v116,0,198,65,209,177r-63,0v-17,-73,-59,-126,-146,-124v-123,3,-181,97,-181,220v0,123,58,220,181,220v90,0,139,-63,150,-147r63,0v-14,116,-89,200,-213,200v-161,0,-244,-112,-244,-273","w":519},"d":{"d":"270,-478v-121,0,-169,99,-169,220v0,121,48,220,169,220v128,0,181,-94,181,-220v0,-126,-54,-220,-181,-220xm270,-531v93,0,150,48,181,113r0,-296r63,0r0,714r-58,0v-2,-31,4,-71,-2,-98v-30,65,-93,113,-184,113v-159,0,-232,-114,-232,-273v0,-159,73,-273,232,-273","w":574},"e":{"d":"34,-258v0,-157,73,-273,233,-273v163,0,228,125,227,290r-397,0v5,113,54,200,170,203v95,2,142,-57,162,-132r63,0v-27,113,-89,186,-225,185v-163,-2,-233,-113,-233,-273xm431,-294v0,-127,-109,-223,-233,-168v-60,26,-91,91,-101,168r334,0","w":519},"f":{"d":"226,-661v-78,-4,-69,70,-69,145r102,0r0,53r-102,0r0,463r-63,0r0,-463r-88,0r0,-53r88,0v-5,-115,12,-202,125,-198v21,0,34,2,53,4r0,54v-16,-2,-29,-4,-46,-5","w":259,"k":{"f":18,"\u2019":-18}},"g":{"d":"97,-264v0,117,53,205,170,205v114,0,166,-91,166,-205v0,-117,-47,-214,-166,-214v-120,0,-170,94,-170,214xm267,-531v79,-3,138,53,166,104r0,-89r63,0r0,474v0,159,-68,250,-229,248v-116,-2,-202,-48,-214,-156r63,0v13,71,70,100,151,103v145,5,179,-117,164,-265v-26,59,-84,106,-164,106v-162,0,-233,-105,-233,-265v0,-153,79,-255,233,-260"},"h":{"d":"284,-478v-106,2,-162,72,-162,177r0,301r-63,0r0,-714r63,0r0,287r2,0v26,-61,82,-102,165,-104v132,-2,189,67,189,199r0,332r-63,0r0,-322v0,-95,-35,-158,-131,-156","w":537},"i":{"d":"61,-516r63,0r0,516r-63,0r0,-516xm61,-714r63,0r0,101r-63,0r0,-101","w":185},"j":{"d":"4,138v49,0,57,-31,57,-75r0,-579r63,0r0,564v5,102,-46,158,-154,141r0,-52v10,1,23,1,34,1xm61,-714r63,0r0,101r-63,0r0,-101","w":185},"k":{"d":"60,-714r63,0r0,448r286,-250r84,0r-220,191r235,325r-79,0r-204,-281r-102,85r0,196r-63,0r0,-714","w":500},"l":{"d":"61,-714r63,0r0,714r-63,0r0,-714","w":185},"m":{"d":"277,-478v-111,0,-154,80,-154,190r0,288r-63,0r0,-516r58,0r0,87r3,0v32,-59,81,-102,169,-102v73,1,133,38,148,101v25,-61,87,-101,164,-101v114,0,171,60,171,181r0,350r-63,0r0,-347v-1,-87,-32,-131,-122,-131v-106,1,-140,81,-140,186r0,292r-63,0r0,-350v-1,-77,-30,-128,-108,-128","w":833},"n":{"d":"284,-478v-106,2,-162,72,-162,177r0,301r-63,0r0,-516r63,0v2,28,-4,65,2,89v26,-61,82,-102,165,-104v132,-2,189,67,189,199r0,332r-63,0r0,-322v0,-95,-35,-158,-131,-156","w":537},"o":{"d":"34,-258v0,-161,83,-273,244,-273v161,0,244,112,244,273v0,161,-83,273,-244,273v-161,0,-244,-112,-244,-273xm459,-258v0,-123,-58,-220,-181,-220v-123,0,-181,97,-181,220v0,123,58,220,181,220v123,0,181,-97,181,-220"},"p":{"d":"304,-38v121,0,169,-99,169,-220v0,-121,-48,-220,-169,-220v-132,0,-181,89,-181,220v0,126,54,220,181,220xm304,15v-94,0,-150,-48,-181,-113r0,289r-63,0r0,-707r58,0v2,31,-4,71,2,98v26,-66,96,-113,184,-113v159,0,232,114,232,273v0,159,-73,273,-232,273","w":574},"q":{"d":"270,-478v-121,0,-169,99,-169,220v0,121,48,220,169,220v128,0,181,-94,181,-220v0,-126,-54,-220,-181,-220xm270,-531v93,0,152,51,186,113r0,-98r58,0r0,707r-63,0r0,-289r-2,0v-27,69,-87,113,-179,113v-159,0,-232,-114,-232,-273v0,-159,73,-273,232,-273","w":574},"r":{"d":"315,-460v-120,-1,-192,70,-192,185r0,275r-63,0r0,-516r58,0v2,39,-4,86,2,121v29,-77,94,-132,195,-128r0,63","w":315,"k":{"q":18,"o":18,"n":-18,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"49,-386v-7,-179,313,-186,366,-52v8,21,16,45,17,73r-63,0v-4,-77,-56,-110,-135,-113v-78,-3,-149,51,-112,124v80,99,322,24,328,214v6,164,-245,193,-354,112v-38,-28,-60,-76,-65,-139r63,0v3,83,67,128,152,129v85,1,168,-49,132,-136v-74,-105,-322,-24,-329,-212","w":481},"t":{"d":"209,6v-86,-1,-112,-28,-112,-116r0,-353r-90,0r0,-53r90,0r0,-155r63,0r0,155r105,0r0,53r-105,0r0,348v1,44,6,66,51,68v18,0,36,-1,54,-3r0,54","w":296},"u":{"d":"260,-38v202,-5,148,-276,155,-478r63,0r0,516r-58,0v-2,-30,4,-67,-2,-93v-29,63,-93,107,-178,108v-127,1,-181,-71,-181,-196r0,-335r63,0r0,336v4,95,38,145,138,142","w":537},"v":{"d":"2,-516r70,0r162,453r2,0r160,-453r65,0r-193,516r-67,0","w":463,"k":{".":74,",":74}},"w":{"d":"8,-516r67,0r132,442r2,0r126,-442r71,0r126,442r2,0r132,-442r67,0r-166,516r-69,0r-127,-434r-2,0r-126,434r-69,0","w":741,"k":{".":55,",":55}},"x":{"d":"201,-268r-185,-248r79,0r147,196r144,-196r79,0r-186,247r201,269r-80,0r-162,-217r-159,217r-78,0","w":481},"y":{"d":"53,133v53,14,103,-3,118,-43v11,-30,25,-61,37,-92r-206,-514r67,0r170,440r159,-440r63,0r-224,595v-27,64,-46,115,-136,112v-22,-1,-33,0,-48,-5r0,-53","w":463,"k":{".":92,",":92}},"z":{"d":"91,-53r355,0r0,53r-431,0r0,-51r337,-412r-314,0r0,-53r394,0r0,45","w":463},"{":{"d":"293,138r0,53r-50,0v-111,-3,-85,-158,-88,-273v-2,-73,-4,-154,-72,-160r0,-53v68,-6,70,-87,72,-160v3,-115,-24,-271,88,-274r50,0r0,53v-110,-7,-75,143,-75,244v0,79,-30,131,-70,164v42,29,70,85,70,162v0,102,-34,250,75,244","w":333},"|":{"d":"85,-786r53,0r0,1000r-53,0r0,-1000","w":222},"}":{"d":"40,-676r0,-53r50,0v111,3,85,158,88,273v2,73,4,154,72,160r0,53v-68,6,-70,87,-72,160v-3,115,24,271,-88,274r-50,0r0,-53v110,7,75,-143,75,-244v0,-79,30,-131,70,-164v-42,-29,-70,-85,-70,-162v0,-102,34,-250,-75,-244","w":333},"~":{"d":"407,-246v45,0,67,-40,88,-69r36,36v-29,40,-58,86,-125,86v-88,0,-130,-63,-217,-65v-46,-1,-68,38,-84,69r-36,-36v24,-45,57,-86,125,-86v83,0,137,65,213,65","w":600},"\u00a1":{"d":"155,-15r0,206r-68,0r0,-206r15,-323r38,0xm163,-516r0,106r-84,0r0,-106r84,0","w":241},"\u00a2":{"d":"270,-476v-176,15,-198,323,-68,410v20,13,42,23,68,27r0,-437xm54,-258v0,-153,75,-253,216,-271r0,-89r39,0r0,87v116,6,184,68,198,177r-63,0v-15,-70,-55,-121,-135,-124r0,440v83,-9,128,-66,139,-147r63,0v-13,113,-86,195,-202,200r0,101r-39,0r0,-102v-141,-17,-216,-119,-216,-272"},"\u00a3":{"d":"155,-225v0,-33,-14,-83,-28,-105r-81,0r0,-32r63,0v-27,-45,-55,-94,-55,-161v0,-138,93,-203,228,-206v146,-3,236,90,232,237r-63,0v-2,-113,-56,-184,-169,-184v-100,0,-163,55,-165,157v-1,73,39,104,59,157r160,0r0,32r-142,0v13,20,24,67,24,97v0,89,-58,139,-110,182r2,2v27,-13,59,-30,97,-30v80,0,114,41,188,41v47,0,91,-29,115,-56r32,48v-41,34,-77,60,-146,61v-105,2,-195,-80,-290,-17r-27,17r-36,-54v53,-46,112,-92,112,-186"},"\u2044":{"d":"287,-725r47,0r-452,759r-48,0","w":167},"\u00a5":{"d":"110,-349r106,0r-210,-365r72,0r199,365r201,-365r69,0r-211,365r109,0r0,45r-131,0v-12,17,-3,56,-6,83r137,0r0,45r-137,0r0,176r-63,0r0,-176r-135,0r0,-45r135,0v-2,-27,6,-66,-6,-83r-129,0r0,-45"},"\u0192":{"d":"478,-657v-85,-19,-129,29,-144,99r-26,119r113,0r-9,53r-113,0r-79,411v-16,102,-87,168,-213,143r9,-54v88,26,130,-33,144,-106r75,-394r-100,0r9,-53r101,0v30,-132,33,-297,214,-273v10,1,20,2,31,3"},"\u00a7":{"d":"364,-122v44,-19,90,-48,84,-108v-13,-130,-174,-151,-258,-217v-44,19,-88,48,-82,108v13,128,173,151,256,217xm279,-676v-63,0,-112,26,-112,89v0,60,47,88,89,115v77,49,179,83,230,157v17,23,25,51,25,84v0,77,-53,115,-109,140v33,29,50,66,50,109v0,148,-213,181,-304,98v-33,-30,-50,-75,-50,-132r63,0v0,75,43,124,116,124v63,0,112,-26,112,-89v0,-60,-47,-88,-89,-115v-77,-49,-179,-83,-230,-157v-17,-23,-25,-51,-25,-84v0,-77,53,-115,109,-140v-33,-29,-50,-66,-50,-109v0,-147,213,-181,304,-98v33,30,50,75,50,132r-63,0v0,-75,-43,-124,-116,-124"},"\u00a4":{"d":"279,-98v-66,0,-117,-25,-156,-56r-56,56r-38,-38r57,-57v-70,-69,-71,-237,-1,-307r-56,-56r38,-38r56,56v38,-32,91,-56,156,-56v65,0,114,24,153,55r55,-55r38,38r-54,54v31,39,56,90,56,156v0,66,-25,117,-56,156r54,54r-38,38r-55,-55v-38,32,-87,55,-153,55xm279,-536v-113,0,-185,76,-185,190v0,114,72,190,185,190v113,0,185,-76,185,-190v0,-114,-72,-190,-185,-190"},"'":{"d":"108,-714r63,0r0,243r-63,0r0,-243","w":278},"\u201c":{"d":"218,-471v-4,-110,-3,-220,89,-243r0,43v-32,14,-48,50,-47,94r42,0r0,106r-84,0xm64,-471v-4,-110,-3,-220,89,-243r0,43v-32,14,-48,50,-47,94r42,0r0,106r-84,0","w":370},"\u00ab":{"d":"221,-244r0,-62r133,-125r0,67r-94,89r94,89r0,67xm60,-244r0,-62r133,-125r0,67r-94,89r94,89r0,67","w":426},"\u2039":{"d":"53,-244r0,-62r133,-125r0,67r-94,89r94,89r0,67","w":259},"\u203a":{"d":"73,-186r94,-89r-94,-89r0,-67r133,125r0,62r-133,125r0,-67","w":259},"\ufb01":{"d":"320,-516r63,0r0,516r-63,0r0,-516xm226,-661v-78,-4,-69,70,-69,145r102,0r0,53r-102,0r0,463r-63,0r0,-463r-88,0r0,-53r88,0v-5,-115,12,-202,125,-198v21,0,34,2,53,4r0,54v-16,-2,-29,-4,-46,-5xm320,-714r63,0r0,101r-63,0r0,-101","w":444},"\ufb02":{"d":"226,-661v-78,-4,-69,70,-69,145r102,0r0,53r-102,0r0,463r-63,0r0,-463r-88,0r0,-53r88,0v-5,-115,12,-202,125,-198v21,0,34,2,53,4r0,54v-16,-2,-29,-4,-46,-5xm320,-714r63,0r0,714r-63,0r0,-714","w":444},"\u2013":{"d":"0,-246r0,-58r500,0r0,58r-500,0","w":500},"\u2020":{"d":"48,-440r0,-53r198,0r0,-221r63,0r0,221r199,0r0,53r-199,0r0,591r-63,0r0,-591r-198,0"},"\u2021":{"d":"48,-47r0,-53r198,0r0,-363r-198,0r0,-53r198,0r0,-198r63,0r0,198r199,0r0,53r-199,0r0,363r199,0r0,53r-199,0r0,198r-63,0r0,-198r-198,0"},"\u00b7":{"d":"80,-317v0,-30,29,-58,59,-58v31,0,59,29,59,60v0,30,-29,58,-59,58v-31,0,-59,-29,-59,-60","w":278},"\u201a":{"d":"183,-106v4,110,3,220,-89,243r0,-43v32,-13,47,-50,47,-94r-42,0r0,-106r84,0","w":278},"\u201e":{"d":"306,-106v4,110,3,220,-89,243r0,-43v32,-13,47,-50,47,-94r-42,0r0,-106r84,0xm152,-106v4,110,3,220,-89,243r0,-43v32,-13,47,-50,47,-94r-42,0r0,-106r84,0","w":370},"\u201d":{"d":"306,-714v4,110,3,220,-89,243r0,-43v32,-13,47,-50,47,-94r-42,0r0,-106r84,0xm152,-714v4,110,3,220,-89,243r0,-43v32,-13,47,-50,47,-94r-42,0r0,-106r84,0","w":370},"\u00bb":{"d":"233,-186r94,-89r-94,-89r0,-67r133,125r0,62r-133,125r0,-67xm72,-186r94,-89r-94,-89r0,-67r133,125r0,62r-133,125r0,-67","w":426},"\u2026":{"d":"125,0r0,-106r84,0r0,106r-84,0xm458,0r0,-106r84,0r0,106r-84,0xm791,0r0,-106r84,0r0,106r-84,0","w":1000},"\u2030":{"d":"582,-725r47,0r-452,759r-48,0xm398,-154v0,-104,45,-169,149,-169v104,0,149,65,149,169v0,104,-45,169,-149,169v-104,0,-149,-65,-149,-169xm643,-154v0,-70,-23,-124,-96,-124v-73,0,-96,52,-96,124v0,71,23,124,96,124v73,0,96,-54,96,-124xm752,-154v0,-104,45,-169,149,-169v104,0,149,65,149,169v0,104,-45,169,-149,169v-104,0,-149,-65,-149,-169xm997,-154v0,-70,-23,-124,-96,-124v-73,0,-96,52,-96,124v0,71,23,124,96,124v73,0,96,-54,96,-124xm65,-537v0,-104,45,-169,149,-169v104,0,149,65,149,169v0,104,-45,169,-149,169v-104,0,-149,-65,-149,-169xm310,-537v0,-70,-23,-124,-96,-124v-73,0,-96,52,-96,124v0,71,23,124,96,124v73,0,96,-54,96,-124","w":1111},"`":{"d":"-31,-729r78,0r105,141r-51,0","w":185},"\u00b4":{"d":"84,-588r-51,0r105,-141r78,0","w":185},"\u02c6":{"d":"241,-588r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":185},"\u02dc":{"d":"130,-667v39,20,75,-6,81,-41r38,0v-10,48,-31,95,-87,95v-56,0,-87,-46,-135,-46v-31,0,-54,19,-53,51r-39,0v6,-63,57,-115,129,-89v23,9,44,20,66,30","w":185},"\u00af":{"d":"-72,-634r0,-45r329,0r0,45r-329,0","w":185},"\u02d8":{"d":"236,-722v-9,75,-63,127,-145,127v-83,0,-137,-48,-142,-127r39,0v6,54,45,82,103,82v58,0,97,-30,106,-82r39,0","w":185},"\u02d9":{"d":"59,-605r0,-101r68,0r0,101r-68,0","w":185},"\u00a8":{"d":"147,-605r0,-101r68,0r0,101r-68,0xm-30,-605r0,-101r68,0r0,101r-68,0","w":185},"\u02da":{"d":"93,-570v-64,0,-107,-43,-107,-107v0,-64,43,-107,107,-107v64,0,107,43,107,107v0,64,-43,107,-107,107xm93,-745v-38,0,-68,30,-68,68v0,38,30,68,68,68v38,0,68,-30,68,-68v0,-38,-30,-68,-68,-68","w":185},"\u00b8":{"d":"140,124v0,-44,-66,-43,-94,-30r-16,-15r61,-79r35,0r-44,58v57,-9,116,4,116,62v0,94,-133,102,-204,65r14,-32v39,14,132,32,132,-29","w":185},"\u02dd":{"d":"-33,-588r101,-141r76,0r-126,141r-51,0xm123,-588r101,-141r76,0r-126,141r-51,0","w":185},"\u02db":{"d":"37,129v12,-67,61,-95,114,-131r38,0v-41,38,-84,60,-89,127v-2,29,19,46,44,47v26,1,45,-25,55,-41r29,13v-24,39,-46,65,-95,67v-65,3,-94,-27,-96,-82","w":185},"\u02c7":{"d":"-56,-729r65,0r86,102r88,-102r58,0r-114,141r-69,0","w":185},"\u2014":{"d":"130,-246r0,-58r740,0r0,58r-740,0","w":1000},"\u00c6":{"d":"513,-58r371,0r0,58r-439,0r0,-226r-259,0r-116,226r-77,0r374,-714r513,0r0,58r-367,0r0,258r344,0r0,58r-344,0r0,282xm445,-284r0,-372r-40,0r-189,372r229,0","w":907},"\u00aa":{"d":"111,-407v81,2,132,-53,115,-142v-48,39,-184,-3,-184,83v0,38,31,58,69,59xm140,-667v-46,0,-86,23,-86,70r-47,0v3,-78,60,-108,140,-109v74,0,128,23,128,100r0,172v0,20,21,28,38,20r0,34v-45,10,-81,-3,-75,-53r-2,0v-43,90,-241,94,-241,-31v0,-112,133,-90,219,-114v9,-3,14,-11,14,-22v0,-52,-37,-67,-88,-67","w":311},"\u0141":{"d":"72,-714r68,0r0,361r243,-168r0,56r-243,167r0,240r400,0r0,58r-468,0r0,-251r-82,57r0,-56r82,-56r0,-408","w":537},"\u00d8":{"d":"371,-43v219,0,302,-209,254,-425v-8,-36,-24,-68,-45,-97r-397,443v42,47,101,79,188,79xm371,-671v-220,-1,-303,210,-255,425v8,36,24,67,44,96r398,-443v-42,-45,-102,-78,-187,-78xm371,-729v103,0,176,36,230,88r71,-78r26,23r-73,81v108,115,104,400,-2,517v-57,63,-136,113,-252,113v-104,0,-177,-36,-231,-89r-76,86r-27,-25r79,-88v-108,-116,-104,-397,2,-515v57,-63,137,-113,253,-113","w":741},"\u0152":{"d":"569,-177r-1,-371v-11,-91,-101,-123,-193,-123v-219,0,-313,219,-253,434v31,111,113,194,253,194v95,0,157,-34,189,-105v4,-9,4,-19,5,-29xm232,-699v104,-52,275,-35,337,44r0,-59r474,0r0,58r-406,0r0,258r368,0r0,58r-368,0r0,282r409,0r0,58r-477,0r0,-70v-43,49,-106,85,-194,85v-171,0,-268,-99,-315,-229v-51,-144,-9,-324,66,-404v31,-33,64,-61,106,-81","w":1074},"\u00ba":{"d":"331,-537v0,106,-60,169,-169,169v-104,0,-159,-67,-159,-169v0,-102,55,-169,159,-169v109,0,169,63,169,169xm50,-537v0,75,41,130,117,130v76,0,117,-55,117,-130v0,-75,-41,-130,-117,-130v-76,0,-117,55,-117,130","w":334},"\u00e6":{"d":"778,-294v2,-128,-108,-222,-232,-169v-58,25,-94,86,-93,169r325,0xm210,-38v105,0,180,-57,180,-162v0,-26,4,-60,-2,-82v-64,50,-209,21,-270,84v-14,15,-23,33,-23,58v0,66,49,102,115,102xm437,-424v29,-96,186,-137,287,-83v82,44,116,142,117,266r-388,0v-5,122,50,203,168,203v90,0,135,-53,153,-129r63,0v-24,109,-98,182,-225,182v-102,1,-159,-54,-191,-130v-22,88,-111,130,-216,130v-103,0,-172,-47,-173,-151v-1,-161,175,-147,312,-172v32,-6,46,-25,46,-64v1,-81,-55,-106,-135,-106v-80,1,-137,38,-138,120r-63,0v4,-119,89,-173,209,-173v88,0,160,27,172,107r2,0","w":870},"\u0131":{"d":"61,0r0,-516r63,0r0,516r-63,0","w":185},"\u0142":{"d":"61,-714r63,0r0,267r67,-55r0,55r-67,55r0,392r-63,0r0,-340r-67,55r0,-55r67,-55r0,-319","w":185},"\u00f8":{"d":"278,-478v-170,0,-222,221,-145,355r273,-295v-28,-34,-69,-60,-128,-60xm278,-38v170,0,221,-219,146,-354r-273,295v27,33,69,59,127,59xm278,-531v75,-2,132,28,170,68r52,-56r22,20r-54,59v33,46,54,107,54,182v0,161,-83,269,-244,273v-76,2,-130,-28,-168,-68r-59,64r-22,-20r61,-67v-35,-44,-56,-107,-56,-182v0,-161,83,-269,244,-273"},"\u0153":{"d":"416,-262v0,-118,-32,-216,-151,-216v-127,0,-166,107,-166,232v0,117,47,208,165,208v123,0,152,-104,152,-224xm640,-38v93,2,137,-53,159,-128r63,0v-25,108,-101,181,-228,181v-101,0,-159,-55,-186,-131v-22,82,-88,131,-185,131v-160,0,-227,-114,-227,-273v0,-157,72,-270,230,-273v98,-2,159,51,186,127v26,-72,95,-128,190,-127v166,2,220,114,221,290r-384,0v4,113,48,201,161,203xm800,-294v5,-130,-106,-223,-230,-169v-58,25,-90,86,-91,169r321,0","w":889},"\u00df":{"d":"261,-676v-99,-2,-137,50,-137,146r0,530r-63,0r0,-535v2,-128,72,-194,199,-194v116,0,196,59,196,176v0,85,-48,130,-113,152v96,11,149,82,149,185v0,160,-105,236,-272,222r0,-55v121,19,209,-37,209,-156v0,-129,-81,-165,-209,-163r0,-53v97,-2,173,-30,173,-130v0,-79,-54,-123,-132,-125","w":537},"\u00f7":{"d":"49,-225r0,-53r503,0r0,53r-503,0xm301,-397v-30,0,-57,-26,-57,-56v0,-30,26,-56,56,-56v30,0,56,26,56,56v0,27,-27,56,-55,56xm301,6v-30,0,-57,-26,-57,-56v0,-30,26,-56,56,-56v30,0,56,26,56,56v0,27,-27,56,-55,56","w":600},"\u00b9":{"d":"35,-623v70,0,120,-11,128,-74r40,0r0,423r-47,0r0,-310r-121,0r0,-39","w":333},"\u00d7":{"d":"74,-440r37,-37r189,189r189,-189r37,37r-189,189r189,189r-37,37r-189,-188r-189,188r-37,-37r188,-189","w":600},"\u00ae":{"d":"135,-622v77,-85,263,-143,412,-78v128,56,225,167,225,343v0,175,-97,288,-225,343v-89,38,-205,38,-294,0v-128,-56,-225,-167,-225,-343v0,-114,50,-202,107,-265xm714,-357v0,-239,-210,-379,-440,-294v-111,41,-188,144,-188,294v0,150,80,246,188,294v75,33,175,33,250,0v108,-49,190,-144,190,-294xm570,-453v0,75,-45,108,-108,120r128,191r-62,0r-121,-191r-89,0r0,191r-53,0r0,-430r165,0v91,0,140,35,140,119xm517,-453v0,-91,-110,-72,-199,-74r0,149v90,-3,199,18,199,-75","w":800},"\u00de":{"d":"601,-393v0,133,-79,204,-212,204r-249,0r0,189r-68,0r0,-714r68,0r0,117r249,0v133,2,212,72,212,204xm533,-393v0,-98,-64,-146,-159,-146r-234,0r0,292r234,0v95,0,159,-48,159,-146","w":630},"\u00a6":{"d":"85,-161r53,0r0,250r-53,0r0,-250xm85,-661r53,0r0,250r-53,0r0,-250","w":222},"\u00d0":{"d":"579,-357v0,-205,-89,-303,-294,-299r-145,0r0,263r236,0r0,45r-236,0r0,290r145,0v205,4,294,-94,294,-299xm647,-357v0,231,-107,357,-328,357r-247,0r0,-348r-72,0r0,-45r72,0r0,-321r247,0v221,6,328,126,328,357","w":685},"\u2212":{"d":"552,-225r-503,0r0,-53r503,0r0,53","w":600},"\u00e7":{"d":"278,-38v90,0,139,-63,150,-147r63,0v-14,115,-89,197,-209,200r-33,43v57,-9,116,4,116,62v0,94,-133,102,-204,65r14,-32v39,14,132,32,132,-29v0,-44,-66,-43,-94,-30r-16,-15r51,-66v-138,-19,-214,-119,-214,-271v0,-161,83,-273,244,-273v116,0,198,65,209,177r-63,0v-17,-73,-59,-126,-146,-124v-123,3,-181,97,-181,220v0,123,58,220,181,220","w":519},"\u00f0":{"d":"453,-250v0,-118,-55,-203,-177,-203v-124,0,-179,83,-179,205v0,122,54,210,177,210v124,0,179,-87,179,-212xm406,-466v-34,-64,-79,-113,-133,-157r-105,59r-33,-32r100,-56r-93,-55r36,-35v36,20,72,39,104,64r114,-64r33,32r-109,61v105,89,196,201,196,391v0,164,-79,273,-245,273v-160,0,-237,-104,-237,-264v0,-153,83,-253,237,-257v54,-1,106,13,135,40"},"\u00b1":{"d":"274,-503r53,0r0,180r225,0r0,53r-225,0r0,180r-53,0r0,-180r-224,0r0,-53r224,0r0,-180xm49,-53r503,0r0,53r-503,0r0,-53","w":600},"\u00c7":{"d":"375,-43v142,0,211,-99,229,-229r68,0v-22,170,-112,283,-298,287r-33,43v57,-9,116,4,116,62v0,94,-133,102,-204,65r14,-32v39,14,132,32,132,-29v0,-44,-66,-43,-94,-30r-16,-15r51,-66v-240,-16,-349,-261,-281,-511v43,-160,208,-275,415,-216v99,28,172,101,188,216r-68,0v-25,-103,-97,-173,-219,-173v-184,0,-269,133,-269,314v0,181,85,314,269,314","w":704},"\u00fe":{"d":"304,-38v121,0,169,-99,169,-220v0,-121,-48,-220,-169,-220v-128,0,-181,94,-181,220v0,126,54,220,181,220xm304,15v-94,0,-150,-48,-181,-113r0,289r-63,0r0,-905r63,0r0,296r2,0v27,-69,88,-113,179,-113v159,0,232,114,232,273v0,159,-73,273,-232,273","w":574},"\u00a9":{"d":"547,-700v166,63,283,271,197,489v-51,130,-167,226,-344,226v-177,0,-288,-98,-344,-226v-38,-89,-38,-203,0,-292v56,-129,167,-226,344,-226v53,0,101,12,147,29xm524,-63v139,-57,238,-233,166,-419v-43,-111,-140,-194,-290,-194v-150,0,-244,84,-290,194v-53,126,-3,283,65,351v73,73,224,120,349,68xm192,-357v-3,-161,120,-262,284,-219v65,17,108,67,118,141r-51,0v-12,-60,-61,-107,-133,-106v-111,2,-165,74,-165,184v0,110,54,181,165,184v72,1,121,-47,133,-106r51,0v-15,95,-80,151,-185,151v-141,0,-214,-89,-217,-229","w":800},"\u00ac":{"d":"499,-325r-450,0r0,-53r503,0r0,267r-53,0r0,-214","w":600},"\u00b2":{"d":"170,-667v-69,3,-98,46,-99,114r-47,0v-2,-95,50,-154,150,-153v83,1,150,40,146,125v-8,160,-205,143,-251,268r248,0r0,39r-302,0v9,-159,189,-159,248,-267v35,-64,-19,-129,-93,-126","w":333},"\u00b3":{"d":"280,-394v0,-69,-69,-89,-145,-84r0,-39v69,3,125,-12,128,-74v2,-52,-48,-76,-98,-76v-63,-1,-101,42,-100,103r-47,0v1,-85,57,-144,147,-142v80,3,142,31,145,111v1,53,-36,81,-77,95v56,7,92,44,94,103v5,136,-192,166,-279,94v-30,-25,-43,-62,-40,-109r47,0v-3,65,43,110,110,108v62,-2,115,-29,115,-90","w":333},"\u2122":{"d":"216,-302r0,-367r-134,0r0,-45r321,0r0,45r-134,0r0,367r-53,0xm476,-302r0,-412r85,0r133,334r129,-334r85,0r0,412r-53,0r0,-364r-2,0r-146,364r-30,0r-146,-364r-2,0r0,364r-53,0","w":990},"\u00b0":{"d":"200,-418v-87,0,-144,-57,-144,-144v0,-87,58,-144,144,-144v86,0,144,58,144,144v0,86,-57,144,-144,144xm200,-667v-63,0,-105,41,-105,105v0,63,42,105,105,105v64,0,105,-42,105,-105v0,-63,-42,-105,-105,-105","w":400},"\u00b5":{"d":"260,-38v202,-5,148,-276,155,-478r63,0r0,516r-58,0v-2,-30,4,-67,-2,-93v-29,63,-93,107,-178,108v-47,0,-89,-13,-117,-35r0,211r-64,0r0,-707r63,0r0,336v4,95,38,145,138,142","w":537},"#":{"d":"497,-223r-111,0r-31,223r-50,0r31,-223r-141,0r-31,223r-50,0r31,-223r-110,0r0,-45r116,0r22,-156r-110,0r0,-45r116,0r31,-222r50,0r-31,222r141,0r31,-222r50,0r-31,222r105,0r0,45r-111,0r-22,156r105,0r0,45xm223,-424r-22,156r141,0r22,-156r-141,0"},"\u00c1":{"d":"281,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm173,-280r281,0r-138,-366xm307,-771r-51,0r105,-141r78,0","w":630},"\u00c2":{"d":"281,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm173,-280r281,0r-138,-366xm464,-771r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":630},"\u00c4":{"d":"281,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm173,-280r281,0r-138,-366xm370,-788r0,-101r68,0r0,101r-68,0xm193,-788r0,-101r68,0r0,101r-68,0","w":630},"\u00c0":{"d":"281,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm173,-280r281,0r-138,-366xm192,-912r78,0r105,141r-51,0","w":630},"\u00c5":{"d":"281,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm173,-280r281,0r-138,-366xm316,-753v-64,0,-107,-43,-107,-107v0,-64,43,-107,107,-107v64,0,107,43,107,107v0,64,-43,107,-107,107xm316,-928v-38,0,-68,30,-68,68v0,38,30,68,68,68v38,0,68,-30,68,-68v0,-38,-30,-68,-68,-68","w":630},"\u00c3":{"d":"281,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm173,-280r281,0r-138,-366xm353,-850v39,20,75,-6,81,-41r38,0v-10,48,-31,95,-87,95v-56,0,-87,-46,-135,-46v-31,0,-54,19,-53,51r-39,0v6,-63,57,-115,129,-89v23,9,44,20,66,30","w":630},"\u00c9":{"d":"72,-714r493,0r0,58r-425,0r0,258r398,0r0,58r-398,0r0,282r430,0r0,58r-498,0r0,-714xm288,-771r-51,0r105,-141r78,0","w":593},"\u00ca":{"d":"72,-714r493,0r0,58r-425,0r0,258r398,0r0,58r-398,0r0,282r430,0r0,58r-498,0r0,-714xm445,-771r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":593},"\u00cb":{"d":"72,-714r493,0r0,58r-425,0r0,258r398,0r0,58r-398,0r0,282r430,0r0,58r-498,0r0,-714xm351,-788r0,-101r68,0r0,101r-68,0xm174,-788r0,-101r68,0r0,101r-68,0","w":593},"\u00c8":{"d":"72,-714r493,0r0,58r-425,0r0,258r398,0r0,58r-398,0r0,282r430,0r0,58r-498,0r0,-714xm173,-912r78,0r105,141r-51,0","w":593},"\u00cd":{"d":"77,-714r68,0r0,714r-68,0r0,-714xm103,-771r-51,0r105,-141r78,0","w":222},"\u00ce":{"d":"77,-714r68,0r0,714r-68,0r0,-714xm260,-771r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":222},"\u00cf":{"d":"77,-714r68,0r0,714r-68,0r0,-714xm166,-788r0,-101r68,0r0,101r-68,0xm-11,-788r0,-101r68,0r0,101r-68,0","w":222},"\u00cc":{"d":"77,-714r68,0r0,714r-68,0r0,-714xm-12,-912r78,0r105,141r-51,0","w":222},"\u00d1":{"d":"71,-714r76,0r416,604r2,0r0,-604r68,0r0,714r-76,0r-416,-604r-2,0r0,604r-68,0r0,-714xm390,-850v39,20,75,-6,81,-41r38,0v-10,48,-31,95,-87,95v-56,0,-87,-46,-135,-46v-31,0,-54,19,-53,51r-39,0v6,-63,57,-115,129,-89v23,9,44,20,66,30","w":704},"\u00d3":{"d":"371,15v-274,-2,-388,-248,-316,-513v37,-136,141,-231,316,-231v223,0,336,152,336,372v0,166,-72,285,-189,341v-42,20,-91,31,-147,31xm371,-671v-184,0,-269,133,-269,314v0,181,85,314,269,314v183,0,268,-133,268,-314v0,-180,-85,-314,-268,-314xm362,-771r-51,0r105,-141r78,0","w":741},"\u00d4":{"d":"371,15v-274,-2,-388,-248,-316,-513v37,-136,141,-231,316,-231v223,0,336,152,336,372v0,166,-72,285,-189,341v-42,20,-91,31,-147,31xm371,-671v-184,0,-269,133,-269,314v0,181,85,314,269,314v183,0,268,-133,268,-314v0,-180,-85,-314,-268,-314xm519,-771r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":741},"\u00d6":{"d":"371,15v-274,-2,-388,-248,-316,-513v37,-136,141,-231,316,-231v223,0,336,152,336,372v0,166,-72,285,-189,341v-42,20,-91,31,-147,31xm371,-671v-184,0,-269,133,-269,314v0,181,85,314,269,314v183,0,268,-133,268,-314v0,-180,-85,-314,-268,-314xm425,-788r0,-101r68,0r0,101r-68,0xm248,-788r0,-101r68,0r0,101r-68,0","w":741},"\u00d2":{"d":"371,15v-274,-2,-388,-248,-316,-513v37,-136,141,-231,316,-231v223,0,336,152,336,372v0,166,-72,285,-189,341v-42,20,-91,31,-147,31xm371,-671v-184,0,-269,133,-269,314v0,181,85,314,269,314v183,0,268,-133,268,-314v0,-180,-85,-314,-268,-314xm247,-912r78,0r105,141r-51,0","w":741},"\u00d5":{"d":"371,15v-274,-2,-388,-248,-316,-513v37,-136,141,-231,316,-231v223,0,336,152,336,372v0,166,-72,285,-189,341v-42,20,-91,31,-147,31xm371,-671v-184,0,-269,133,-269,314v0,181,85,314,269,314v183,0,268,-133,268,-314v0,-180,-85,-314,-268,-314xm408,-850v39,20,75,-6,81,-41r38,0v-10,48,-31,95,-87,95v-56,0,-87,-46,-135,-46v-31,0,-54,19,-53,51r-39,0v6,-63,57,-115,129,-89v23,9,44,20,66,30","w":741},"\u0160":{"d":"594,-189v0,186,-208,234,-390,189v-105,-26,-173,-101,-168,-235r68,0v-2,142,94,192,233,192v99,0,189,-44,189,-145v0,-86,-77,-109,-147,-129v-136,-40,-320,-36,-320,-211v0,-166,177,-235,347,-187v93,26,161,90,163,208r-68,0v-7,-109,-83,-160,-195,-164v-117,-5,-209,69,-170,185v13,39,56,53,99,66v150,45,359,40,359,231xm167,-912r65,0r86,102r88,-102r58,0r-114,141r-69,0","w":630},"\u00da":{"d":"342,15v-179,0,-277,-98,-277,-272r0,-457r68,0r0,442v-1,149,63,229,209,229v146,0,210,-80,210,-229r0,-442r68,0r0,457v-4,175,-98,272,-278,272xm334,-771r-51,0r105,-141r78,0","w":685},"\u00db":{"d":"342,15v-179,0,-277,-98,-277,-272r0,-457r68,0r0,442v-1,149,63,229,209,229v146,0,210,-80,210,-229r0,-442r68,0r0,457v-4,175,-98,272,-278,272xm491,-771r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":685},"\u00dc":{"d":"342,15v-179,0,-277,-98,-277,-272r0,-457r68,0r0,442v-1,149,63,229,209,229v146,0,210,-80,210,-229r0,-442r68,0r0,457v-4,175,-98,272,-278,272xm397,-788r0,-101r68,0r0,101r-68,0xm220,-788r0,-101r68,0r0,101r-68,0","w":685},"\u00d9":{"d":"342,15v-179,0,-277,-98,-277,-272r0,-457r68,0r0,442v-1,149,63,229,209,229v146,0,210,-80,210,-229r0,-442r68,0r0,457v-4,175,-98,272,-278,272xm219,-912r78,0r105,141r-51,0","w":685},"\u00dd":{"d":"271,-294r-281,-420r81,0r235,362r234,-362r81,0r-282,420r0,294r-68,0r0,-294xm297,-771r-51,0r105,-141r78,0","w":611},"\u0178":{"d":"271,-294r-281,-420r81,0r235,362r234,-362r81,0r-282,420r0,294r-68,0r0,-294xm360,-788r0,-101r68,0r0,101r-68,0xm183,-788r0,-101r68,0r0,101r-68,0","w":611},"\u017d":{"d":"37,-714r514,0r0,60r-470,596r480,0r0,58r-556,0r0,-60r470,-596r-438,0r0,-58xm139,-912r65,0r86,102r88,-102r58,0r-114,141r-69,0","w":574},"\u00e1":{"d":"210,-38v105,0,180,-57,180,-162v0,-26,4,-60,-2,-82v-64,50,-209,21,-270,84v-14,15,-23,33,-23,58v0,66,49,102,115,102xm255,-478v-80,1,-137,38,-138,120r-63,0v4,-119,89,-173,209,-173v116,0,191,46,190,166r0,274v-3,33,28,45,57,34r0,53v-15,3,-23,4,-41,4v-61,0,-71,-38,-76,-90v-40,60,-87,106,-188,105v-103,-2,-172,-47,-173,-151v-1,-161,175,-147,312,-172v32,-6,46,-25,46,-64v1,-81,-55,-106,-135,-106xm251,-588r-51,0r105,-141r78,0","w":519},"\u00e2":{"d":"210,-38v105,0,180,-57,180,-162v0,-26,4,-60,-2,-82v-64,50,-209,21,-270,84v-14,15,-23,33,-23,58v0,66,49,102,115,102xm255,-478v-80,1,-137,38,-138,120r-63,0v4,-119,89,-173,209,-173v116,0,191,46,190,166r0,274v-3,33,28,45,57,34r0,53v-15,3,-23,4,-41,4v-61,0,-71,-38,-76,-90v-40,60,-87,106,-188,105v-103,-2,-172,-47,-173,-151v-1,-161,175,-147,312,-172v32,-6,46,-25,46,-64v1,-81,-55,-106,-135,-106xm408,-588r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":519},"\u00e4":{"d":"210,-38v105,0,180,-57,180,-162v0,-26,4,-60,-2,-82v-64,50,-209,21,-270,84v-14,15,-23,33,-23,58v0,66,49,102,115,102xm255,-478v-80,1,-137,38,-138,120r-63,0v4,-119,89,-173,209,-173v116,0,191,46,190,166r0,274v-3,33,28,45,57,34r0,53v-15,3,-23,4,-41,4v-61,0,-71,-38,-76,-90v-40,60,-87,106,-188,105v-103,-2,-172,-47,-173,-151v-1,-161,175,-147,312,-172v32,-6,46,-25,46,-64v1,-81,-55,-106,-135,-106xm314,-605r0,-101r68,0r0,101r-68,0xm137,-605r0,-101r68,0r0,101r-68,0","w":519},"\u00e0":{"d":"210,-38v105,0,180,-57,180,-162v0,-26,4,-60,-2,-82v-64,50,-209,21,-270,84v-14,15,-23,33,-23,58v0,66,49,102,115,102xm255,-478v-80,1,-137,38,-138,120r-63,0v4,-119,89,-173,209,-173v116,0,191,46,190,166r0,274v-3,33,28,45,57,34r0,53v-15,3,-23,4,-41,4v-61,0,-71,-38,-76,-90v-40,60,-87,106,-188,105v-103,-2,-172,-47,-173,-151v-1,-161,175,-147,312,-172v32,-6,46,-25,46,-64v1,-81,-55,-106,-135,-106xm136,-729r78,0r105,141r-51,0","w":519},"\u00e5":{"d":"210,-38v105,0,180,-57,180,-162v0,-26,4,-60,-2,-82v-64,50,-209,21,-270,84v-14,15,-23,33,-23,58v0,66,49,102,115,102xm255,-478v-80,1,-137,38,-138,120r-63,0v4,-119,89,-173,209,-173v116,0,191,46,190,166r0,274v-3,33,28,45,57,34r0,53v-15,3,-23,4,-41,4v-61,0,-71,-38,-76,-90v-40,60,-87,106,-188,105v-103,-2,-172,-47,-173,-151v-1,-161,175,-147,312,-172v32,-6,46,-25,46,-64v1,-81,-55,-106,-135,-106xm260,-570v-64,0,-107,-43,-107,-107v0,-64,43,-107,107,-107v64,0,107,43,107,107v0,64,-43,107,-107,107xm260,-745v-38,0,-68,30,-68,68v0,38,30,68,68,68v38,0,68,-30,68,-68v0,-38,-30,-68,-68,-68","w":519},"\u00e3":{"d":"210,-38v105,0,180,-57,180,-162v0,-26,4,-60,-2,-82v-64,50,-209,21,-270,84v-14,15,-23,33,-23,58v0,66,49,102,115,102xm255,-478v-80,1,-137,38,-138,120r-63,0v4,-119,89,-173,209,-173v116,0,191,46,190,166r0,274v-3,33,28,45,57,34r0,53v-15,3,-23,4,-41,4v-61,0,-71,-38,-76,-90v-40,60,-87,106,-188,105v-103,-2,-172,-47,-173,-151v-1,-161,175,-147,312,-172v32,-6,46,-25,46,-64v1,-81,-55,-106,-135,-106xm297,-667v39,20,75,-6,81,-41r38,0v-10,48,-31,95,-87,95v-56,0,-87,-46,-135,-46v-31,0,-54,19,-53,51r-39,0v6,-63,57,-115,129,-89v23,9,44,20,66,30","w":519},"\u00e9":{"d":"34,-258v0,-157,73,-273,233,-273v163,0,228,125,227,290r-397,0v5,113,54,200,170,203v95,2,142,-57,162,-132r63,0v-27,113,-89,186,-225,185v-163,-2,-233,-113,-233,-273xm431,-294v0,-127,-109,-223,-233,-168v-60,26,-91,91,-101,168r334,0xm251,-588r-51,0r105,-141r78,0","w":519},"\u00ea":{"d":"34,-258v0,-157,73,-273,233,-273v163,0,228,125,227,290r-397,0v5,113,54,200,170,203v95,2,142,-57,162,-132r63,0v-27,113,-89,186,-225,185v-163,-2,-233,-113,-233,-273xm431,-294v0,-127,-109,-223,-233,-168v-60,26,-91,91,-101,168r334,0xm408,-588r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":519},"\u00eb":{"d":"34,-258v0,-157,73,-273,233,-273v163,0,228,125,227,290r-397,0v5,113,54,200,170,203v95,2,142,-57,162,-132r63,0v-27,113,-89,186,-225,185v-163,-2,-233,-113,-233,-273xm431,-294v0,-127,-109,-223,-233,-168v-60,26,-91,91,-101,168r334,0xm314,-605r0,-101r68,0r0,101r-68,0xm137,-605r0,-101r68,0r0,101r-68,0","w":519},"\u00e8":{"d":"34,-258v0,-157,73,-273,233,-273v163,0,228,125,227,290r-397,0v5,113,54,200,170,203v95,2,142,-57,162,-132r63,0v-27,113,-89,186,-225,185v-163,-2,-233,-113,-233,-273xm431,-294v0,-127,-109,-223,-233,-168v-60,26,-91,91,-101,168r334,0xm136,-729r78,0r105,141r-51,0","w":519},"\u00ed":{"d":"61,0r0,-516r63,0r0,516r-63,0xm84,-588r-51,0r105,-141r78,0","w":185},"\u00ee":{"d":"61,0r0,-516r63,0r0,516r-63,0xm241,-588r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":185},"\u00ef":{"d":"61,0r0,-516r63,0r0,516r-63,0xm147,-605r0,-101r68,0r0,101r-68,0xm-30,-605r0,-101r68,0r0,101r-68,0","w":185},"\u00ec":{"d":"61,0r0,-516r63,0r0,516r-63,0xm-31,-729r78,0r105,141r-51,0","w":185},"\u00f1":{"d":"284,-478v-106,2,-162,72,-162,177r0,301r-63,0r0,-516r63,0v2,28,-4,65,2,89v26,-61,82,-102,165,-104v132,-2,189,67,189,199r0,332r-63,0r0,-322v0,-95,-35,-158,-131,-156xm306,-667v39,20,75,-6,81,-41r38,0v-10,48,-31,95,-87,95v-56,0,-87,-46,-135,-46v-31,0,-54,19,-53,51r-39,0v6,-63,57,-115,129,-89v23,9,44,20,66,30","w":537},"\u00f3":{"d":"34,-258v0,-161,83,-273,244,-273v161,0,244,112,244,273v0,161,-83,273,-244,273v-161,0,-244,-112,-244,-273xm459,-258v0,-123,-58,-220,-181,-220v-123,0,-181,97,-181,220v0,123,58,220,181,220v123,0,181,-97,181,-220xm270,-588r-51,0r105,-141r78,0"},"\u00f4":{"d":"34,-258v0,-161,83,-273,244,-273v161,0,244,112,244,273v0,161,-83,273,-244,273v-161,0,-244,-112,-244,-273xm459,-258v0,-123,-58,-220,-181,-220v-123,0,-181,97,-181,220v0,123,58,220,181,220v123,0,181,-97,181,-220xm427,-588r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0"},"\u00f6":{"d":"34,-258v0,-161,83,-273,244,-273v161,0,244,112,244,273v0,161,-83,273,-244,273v-161,0,-244,-112,-244,-273xm459,-258v0,-123,-58,-220,-181,-220v-123,0,-181,97,-181,220v0,123,58,220,181,220v123,0,181,-97,181,-220xm333,-605r0,-101r68,0r0,101r-68,0xm156,-605r0,-101r68,0r0,101r-68,0"},"\u00f2":{"d":"34,-258v0,-161,83,-273,244,-273v161,0,244,112,244,273v0,161,-83,273,-244,273v-161,0,-244,-112,-244,-273xm459,-258v0,-123,-58,-220,-181,-220v-123,0,-181,97,-181,220v0,123,58,220,181,220v123,0,181,-97,181,-220xm155,-729r78,0r105,141r-51,0"},"\u00f5":{"d":"34,-258v0,-161,83,-273,244,-273v161,0,244,112,244,273v0,161,-83,273,-244,273v-161,0,-244,-112,-244,-273xm459,-258v0,-123,-58,-220,-181,-220v-123,0,-181,97,-181,220v0,123,58,220,181,220v123,0,181,-97,181,-220xm316,-667v39,20,75,-6,81,-41r38,0v-10,48,-31,95,-87,95v-56,0,-87,-46,-135,-46v-31,0,-54,19,-53,51r-39,0v6,-63,57,-115,129,-89v23,9,44,20,66,30"},"\u0161":{"d":"49,-386v-7,-179,313,-186,366,-52v8,21,16,45,17,73r-63,0v-4,-77,-56,-110,-135,-113v-78,-3,-149,51,-112,124v80,99,322,24,328,214v6,164,-245,193,-354,112v-38,-28,-60,-76,-65,-139r63,0v3,83,67,128,152,129v85,1,168,-49,132,-136v-74,-105,-322,-24,-329,-212xm92,-729r65,0r86,102r88,-102r58,0r-114,141r-69,0","w":481},"\u00fa":{"d":"260,-38v202,-5,148,-276,155,-478r63,0r0,516r-58,0v-2,-30,4,-67,-2,-93v-29,63,-93,107,-178,108v-127,1,-181,-71,-181,-196r0,-335r63,0r0,336v4,95,38,145,138,142xm260,-588r-51,0r105,-141r78,0","w":537},"\u00fb":{"d":"260,-38v202,-5,148,-276,155,-478r63,0r0,516r-58,0v-2,-30,4,-67,-2,-93v-29,63,-93,107,-178,108v-127,1,-181,-71,-181,-196r0,-335r63,0r0,336v4,95,38,145,138,142xm417,-588r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":537},"\u00fc":{"d":"260,-38v202,-5,148,-276,155,-478r63,0r0,516r-58,0v-2,-30,4,-67,-2,-93v-29,63,-93,107,-178,108v-127,1,-181,-71,-181,-196r0,-335r63,0r0,336v4,95,38,145,138,142xm323,-605r0,-101r68,0r0,101r-68,0xm146,-605r0,-101r68,0r0,101r-68,0","w":537},"\u00f9":{"d":"260,-38v202,-5,148,-276,155,-478r63,0r0,516r-58,0v-2,-30,4,-67,-2,-93v-29,63,-93,107,-178,108v-127,1,-181,-71,-181,-196r0,-335r63,0r0,336v4,95,38,145,138,142xm145,-729r78,0r105,141r-51,0","w":537},"\u00fd":{"d":"53,133v53,14,103,-3,118,-43v11,-30,25,-61,37,-92r-206,-514r67,0r170,440r159,-440r63,0r-224,595v-27,64,-46,115,-136,112v-22,-1,-33,0,-48,-5r0,-53xm223,-588r-51,0r105,-141r78,0","w":463},"\u00ff":{"d":"53,133v53,14,103,-3,118,-43v11,-30,25,-61,37,-92r-206,-514r67,0r170,440r159,-440r63,0r-224,595v-27,64,-46,115,-136,112v-22,-1,-33,0,-48,-5r0,-53xm286,-605r0,-101r68,0r0,101r-68,0xm109,-605r0,-101r68,0r0,101r-68,0","w":463},"\u017e":{"d":"91,-53r355,0r0,53r-431,0r0,-51r337,-412r-314,0r0,-53r394,0r0,45xm83,-729r65,0r86,102r88,-102r58,0r-114,141r-69,0","w":463},"\u20ac":{"d":"84,-434v27,-155,121,-276,287,-278v83,0,145,26,186,77r-27,59v-76,-100,-230,-106,-310,-12v-34,39,-57,91,-69,154r333,0r-18,45r-321,0v-2,24,-5,39,-2,59r304,0r-19,45r-282,0v15,134,86,244,221,244v85,0,122,-35,174,-86r0,77v-51,43,-110,65,-176,65v-170,0,-268,-132,-284,-300r-66,0r19,-45r44,0v-2,-20,0,-39,1,-59r-64,0r18,-45r51,0"},"!":{"d":"87,-501r0,-213r68,0r0,213r-15,323r-38,0xm79,0r0,-106r84,0r0,106r-84,0","w":241},"\"":{"d":"87,-714r63,0r0,243r-63,0r0,-243xm220,-714r63,0r0,243r-63,0r0,-243","w":370}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.  All Rights
 * Reserved. This software is the property of Adobe Systems  Incorporated and its
 * licensors, and may not be reproduced, used,   displayed, modified, disclosed or
 * transferred without the express   written approval of Adobe.    The digitally
 * encoded machine readable outline data for producing  the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG  and/or its subsidiaries. All
 * Rights Reserved.  This data is the property of Linotype-Hell AG and/or its
 * subsidiaries  and may not be reproduced, used, displayed, modified, disclosed or
 *   transferred without the express written approval of Linotype-Hell AG   and/or
 * its subsidiaries.  12 pt. Helvetica* 65 Medium 06472
 * 
 * Manufacturer:
 * Adobe Systems Incorporated
 */
Cufon.registerFont({"w":556,"face":{"font-family":"HelveticaNeueLT_Medium","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 6 3 5 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"14","bbox":"-165 -952 1066 220.982","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":278},"\u00a0":{"w":278},"$":{"d":"302,-73v107,10,166,-133,84,-198v-23,-17,-53,-27,-84,-35r0,233xm539,-208v0,149,-95,216,-237,225r0,78r-43,0r0,-78v-149,-6,-241,-81,-242,-234r114,0v-1,90,38,142,128,144r0,-242v-114,-33,-227,-74,-227,-220v0,-132,97,-190,227,-196r0,-78r43,0r0,78v131,3,216,64,219,195r-114,0v-3,-68,-33,-105,-105,-105r0,211v118,33,237,72,237,222xm259,-641v-105,-17,-148,111,-77,168v20,16,49,25,77,32r0,-200"},"&":{"d":"375,-564v1,-45,-29,-82,-73,-82v-72,0,-96,90,-54,142r43,56v38,-28,82,-52,84,-116xm146,-196v-9,131,174,155,232,65r18,-25r-140,-174v-50,30,-105,54,-110,134xm581,-341v-7,67,-26,128,-56,175r137,166r-140,0r-65,-80v-48,59,-103,94,-200,94v-138,0,-225,-74,-225,-212v0,-115,86,-164,164,-207v-32,-43,-72,-83,-72,-156v0,-107,69,-170,175,-170v108,0,178,61,178,171v0,97,-64,144,-129,181r111,134v10,-29,18,-56,22,-96r100,0","w":648},"\u2019":{"d":"77,-490v46,-5,60,-42,61,-89r-61,0r0,-135r125,0v-3,90,13,183,-34,234v-24,26,-52,43,-91,48r0,-58","w":278,"k":{"t":18,"s":74,"\u2019":79}},"(":{"d":"163,-270v0,189,47,332,123,461r-93,0v-77,-124,-144,-260,-144,-461v0,-186,63,-337,144,-461r93,0v-72,132,-123,272,-123,461","w":278},")":{"d":"115,-269v0,-190,-47,-332,-123,-462r93,0v77,125,144,262,144,462v0,185,-63,337,-144,460r-93,0v72,-130,123,-272,123,-460","w":278},"*":{"d":"19,-572r22,-65r110,43r0,-120r68,0r0,120r109,-43r24,65r-114,38r70,94r-53,39r-71,-98r-68,98r-56,-39r70,-94","w":370},"+":{"d":"249,-506r102,0r0,202r201,0r0,102r-201,0r0,202r-102,0r0,-202r-201,0r0,-102r201,0r0,-202","w":600},",":{"d":"69,-135r139,0v-2,94,12,188,-38,239v-26,27,-57,46,-97,54r0,-61v41,-8,66,-51,65,-97r-69,0r0,-135","w":278},"-":{"d":"49,-326r291,0r0,108r-291,0r0,-108","w":389},".":{"d":"69,-135r139,0r0,135r-139,0r0,-135","w":278},"\/":{"d":"265,-731r109,0r-287,748r-109,0","w":352},"0":{"d":"150,-350v0,127,9,269,128,269v119,0,128,-142,128,-269v0,-127,-9,-269,-128,-269v-119,0,-128,142,-128,269xm36,-350v0,-191,49,-364,242,-364v193,0,242,173,242,364v0,191,-49,364,-242,364v-193,0,-242,-173,-242,-364"},"1":{"d":"53,-584v103,-1,185,-31,204,-116r93,0r0,700r-125,0r0,-494r-172,0r0,-90"},"2":{"d":"293,-714v142,0,225,82,225,215v0,209,-209,239,-316,353v-13,14,-21,29,-26,44r341,0r0,102r-478,0v2,-207,176,-266,293,-364v38,-31,72,-69,72,-131v0,-76,-38,-124,-118,-124v-96,0,-116,81,-120,175r-114,0v4,-162,80,-270,241,-270"},"3":{"d":"411,-206v0,-101,-81,-123,-183,-119r0,-85v85,1,154,-26,155,-110v1,-60,-48,-101,-109,-99v-81,2,-115,62,-116,143r-114,0v10,-142,84,-238,232,-238v124,0,218,61,221,187v2,80,-40,127,-99,152v78,14,127,84,127,175v0,176,-188,252,-355,196v-89,-30,-136,-109,-139,-226r114,0v-3,85,44,149,132,149v76,0,134,-47,134,-125"},"4":{"d":"522,-166r-90,0r0,166r-108,0r0,-166r-300,0r0,-113r300,-421r108,0r0,444r90,0r0,90xm112,-256r212,0r0,-308r-2,0"},"5":{"d":"275,-381v-54,0,-98,19,-113,64r-114,0r75,-383r362,0r0,102r-277,0r-36,178r2,2v26,-31,77,-53,129,-53v143,0,217,92,219,234v3,180,-149,292,-336,237v-87,-26,-146,-90,-151,-199r114,0v6,73,52,118,129,118v93,-1,130,-61,130,-154v0,-88,-44,-146,-133,-146"},"6":{"d":"159,-227v0,84,42,146,126,146v83,0,123,-62,123,-146v0,-83,-40,-143,-123,-143v-84,0,-126,59,-126,143xm289,14v-248,8,-279,-261,-241,-493v25,-149,148,-281,329,-221v73,24,125,85,132,177r-114,0v4,-99,-141,-125,-193,-54v-34,47,-53,127,-52,200v26,-51,81,-83,151,-83v143,0,221,92,221,235v0,146,-87,234,-233,239"},"7":{"d":"128,0v23,-259,138,-444,270,-598r-363,0r0,-102r479,0r0,95v-137,154,-241,337,-261,605r-125,0"},"8":{"d":"145,-206v0,80,56,130,133,130v77,0,133,-50,133,-130v0,-76,-58,-123,-133,-123v-75,0,-133,47,-133,123xm525,-206v-3,145,-100,220,-247,220v-147,0,-243,-75,-247,-220v-3,-93,57,-150,128,-173v-59,-21,-98,-70,-99,-144v0,-126,86,-191,218,-191v132,0,218,65,218,191v1,76,-44,120,-99,146v75,18,130,80,128,171xm388,-517v0,-66,-47,-107,-110,-107v-62,0,-110,41,-110,107v0,66,46,103,110,103v64,0,110,-37,110,-103"},"9":{"d":"397,-476v0,-84,-42,-143,-127,-143v-84,0,-122,61,-122,143v0,84,38,147,122,147v86,0,127,-62,127,-147xm275,-714v202,0,247,165,247,366v0,194,-69,362,-264,362v-123,0,-199,-74,-211,-191r114,0v5,56,41,97,102,96v121,-3,134,-127,145,-240r-2,-2v-27,50,-80,84,-151,84v-143,0,-221,-91,-221,-236v0,-150,89,-239,241,-239"},":":{"d":"69,-506r139,0r0,135r-139,0r0,-135xm69,-135r139,0r0,135r-139,0r0,-135","w":278},";":{"d":"69,-135r139,0v-2,94,12,188,-38,239v-26,27,-57,46,-97,54r0,-61v41,-8,66,-51,65,-97r-69,0r0,-135xm69,-506r139,0r0,135r-139,0r0,-135","w":278},"<":{"d":"554,8r-508,-225r0,-72r508,-225r0,102r-374,159r374,159r0,102","w":600},"=":{"d":"552,-303r-504,0r0,-102r504,0r0,102xm552,-101r-504,0r0,-102r504,0r0,102","w":600},">":{"d":"420,-253r-374,-159r0,-102r508,225r0,72r-508,225r0,-102","w":600},"?":{"d":"284,-636v-85,-4,-121,62,-121,149r-114,0v3,-153,87,-242,240,-244v151,-2,249,107,211,263v-28,117,-177,118,-169,274r-108,0v-5,-122,43,-178,109,-229v29,-22,50,-51,50,-102v-1,-66,-39,-108,-98,-111xm208,-125r134,0r0,125r-134,0r0,-125"},"@":{"d":"419,-482v-89,0,-133,85,-138,175v-3,51,30,94,80,91v88,-6,137,-89,137,-178v0,-50,-30,-88,-79,-88xm326,-534v72,-41,176,-24,201,49r18,-57r70,0r-79,287v-4,20,-5,45,17,45v92,0,130,-110,130,-216v0,-157,-110,-240,-267,-240v-140,0,-224,79,-266,182v-14,36,-21,76,-21,118v0,193,107,318,296,318v97,0,177,-43,225,-99r70,0v-69,129,-269,210,-444,135v-133,-57,-227,-173,-227,-358v0,-171,101,-278,225,-333v128,-57,300,-16,376,54v53,49,101,116,101,211v0,141,-72,233,-165,280v-56,29,-125,27,-130,-40v-27,24,-65,58,-114,57v-124,-1,-174,-132,-130,-251v21,-61,61,-112,114,-142","w":800},"A":{"d":"223,-284r218,0r-107,-307r-3,0xm267,-714r133,0r275,714r-134,0r-67,-189r-285,0r-67,189r-129,0","w":667,"k":{"y":18,"w":18,"v":18,"Y":74,"W":25,"V":62,"T":92,"\u2019":74}},"B":{"d":"542,-215v0,-72,-46,-111,-120,-110r-221,0r0,223r221,0v74,1,120,-40,120,-113xm667,-199v0,145,-111,199,-263,199r-328,0r0,-714r347,0v123,0,212,55,212,177v0,81,-46,124,-102,154v85,17,134,84,134,184xm510,-514v0,-72,-36,-97,-105,-98r-204,0r0,197r204,0v60,0,105,-37,105,-99","w":704},"C":{"d":"684,-272v-16,175,-119,289,-304,289v-172,0,-271,-99,-318,-229v-52,-145,-5,-325,67,-408v72,-83,221,-139,364,-94v103,33,176,105,190,227r-125,0v-22,-84,-73,-142,-178,-142v-154,0,-217,120,-217,272v0,152,63,272,217,272v117,0,169,-80,182,-187r122,0","w":722},"D":{"d":"562,-357v0,-167,-68,-258,-238,-255r-123,0r0,510r123,0v170,3,238,-88,238,-255xm687,-357v0,214,-99,357,-315,357r-296,0r0,-714r296,0v216,3,315,143,315,357","w":722},"E":{"d":"76,-714r514,0r0,108r-389,0r0,187r360,0r0,102r-360,0r0,209r396,0r0,108r-521,0r0,-714","w":630},"F":{"d":"76,-714r493,0r0,108r-368,0r0,187r323,0r0,102r-323,0r0,317r-125,0r0,-714","w":593,"k":{"A":55,".":129,",":129}},"G":{"d":"168,-357v0,152,63,269,217,272v129,2,196,-70,200,-196r-190,0r0,-95r304,0r0,376r-80,0r-19,-84v-59,66,-108,101,-215,101v-172,0,-272,-99,-319,-229v-52,-145,-5,-325,68,-408v72,-82,218,-139,362,-96v106,32,179,107,195,229r-122,0v-15,-91,-82,-142,-184,-142v-154,0,-217,120,-217,272","w":759},"H":{"d":"73,-714r125,0r0,284r325,0r0,-284r125,0r0,714r-125,0r0,-322r-325,0r0,322r-125,0r0,-714","w":722},"I":{"d":"76,-714r125,0r0,714r-125,0r0,-714","w":278},"J":{"d":"236,-85v82,0,100,-56,100,-138r0,-491r125,0r0,484v2,162,-67,249,-235,247v-158,-2,-220,-101,-213,-267r125,0v-2,93,6,165,98,165","w":537},"K":{"d":"76,-714r125,0r0,325r318,-325r154,0r-285,285r305,429r-156,0r-234,-341r-102,101r0,240r-125,0r0,-714","w":685},"L":{"d":"76,-714r125,0r0,606r363,0r0,108r-488,0r0,-714","w":574,"k":{"y":37,"Y":111,"W":55,"V":92,"T":92,"\u2019":74}},"M":{"d":"74,-714r176,0r197,559r2,0r192,-559r174,0r0,714r-119,0r0,-551r-2,0r-198,551r-103,0r-198,-551r-2,0r0,551r-119,0r0,-714","w":889},"N":{"d":"71,-714r132,0r326,526r2,0r0,-526r119,0r0,714r-132,0r-325,-525r-3,0r0,525r-119,0r0,-714","w":722},"O":{"d":"236,-701v82,-40,205,-36,288,0v154,67,244,284,174,489v-45,132,-145,229,-318,229v-172,0,-271,-99,-318,-229v-52,-145,-9,-328,67,-408v31,-32,65,-61,107,-81xm597,-357v0,-152,-63,-272,-217,-272v-154,0,-217,120,-217,272v0,152,63,272,217,272v154,0,217,-120,217,-272","w":760},"P":{"d":"509,-494v0,-81,-43,-118,-123,-118r-185,0r0,236r183,0v75,-3,125,-39,125,-118xm634,-493v0,144,-87,219,-243,219r-190,0r0,274r-125,0r0,-714r315,0v156,-1,243,76,243,221","w":667,"k":{"A":74,".":169,",":169}},"Q":{"d":"163,-357v0,164,80,292,257,268v14,-3,27,-7,40,-13r-72,-63r60,-69r87,76v42,-48,62,-117,62,-199v0,-152,-63,-272,-217,-272v-154,0,-217,120,-217,272xm698,-501v52,148,14,339,-77,418r92,80r-61,68r-104,-91v-79,50,-219,54,-312,14v-154,-67,-244,-284,-174,-489v45,-132,146,-230,318,-230v172,0,272,99,318,230","w":760},"R":{"d":"528,-503v0,-154,-190,-99,-327,-109r0,223r205,0v78,0,122,-37,122,-114xm527,-105v0,-117,-25,-189,-142,-189r-184,0r0,294r-125,0r0,-714r341,0v145,-2,234,61,236,193v2,101,-53,153,-118,182v70,12,106,65,106,151v0,72,9,153,39,188r-134,0v-18,-26,-19,-65,-19,-105","w":704,"k":{"Y":37,"W":18,"V":18,"T":18}},"S":{"d":"606,-263v54,225,-175,322,-390,265v-108,-29,-179,-105,-183,-240r125,0v1,108,74,153,181,153v85,0,151,-29,151,-108v0,-91,-75,-94,-148,-115v-78,-23,-207,-43,-249,-107v-19,-29,-32,-62,-33,-106v-8,-217,309,-261,454,-152v47,35,81,91,81,170r-125,0v-5,-89,-64,-126,-154,-126v-69,0,-131,23,-131,93v0,93,102,96,178,117v106,29,218,51,243,156","w":648},"T":{"d":"8,-714r578,0r0,108r-227,0r0,606r-125,0r0,-606r-226,0r0,-108","w":593,"k":{"y":111,"w":111,"u":92,"s":111,"r":92,"o":111,"e":111,"c":111,"a":100,"A":92,";":83,":":83,".":111,"-":129,",":111}},"U":{"d":"361,17v-183,0,-293,-90,-293,-274r0,-457r125,0r0,416v-4,128,36,207,168,207v132,0,168,-79,168,-207r0,-416r125,0r0,457v-3,184,-110,274,-293,274","w":722},"V":{"d":"-5,-714r130,0r179,565r2,0r183,-565r127,0r-244,714r-139,0","w":611,"k":{"y":18,"u":37,"r":37,"o":55,"i":-10,"e":55,"a":55,"A":55,";":46,":":46,".":129,"-":55,",":129}},"W":{"d":"6,-714r127,0r129,546r2,0r144,-546r128,0r140,546r2,0r133,-546r127,0r-197,714r-127,0r-143,-546r-2,0r-146,546r-129,0","w":944,"k":{"u":18,"r":18,"o":18,"e":18,"a":37,"A":25,";":18,":":18,".":74,"-":28,",":74}},"X":{"d":"14,-714r149,0r162,252r169,-252r140,0r-236,344r253,370r-152,0r-178,-273r-181,273r-143,0r253,-370","w":648},"Y":{"d":"262,-280r-268,-434r145,0r189,320r186,-320r140,0r-267,434r0,280r-125,0r0,-280","w":648,"k":{"v":55,"u":86,"q":104,"p":86,"o":92,"i":9,"e":92,"a":92,"A":74,";":92,":":92,".":111,"-":111,",":111}},"Z":{"d":"55,-714r543,0r0,95r-416,511r426,0r0,108r-585,0r0,-102r416,-504r-384,0r0,-108","w":630},"[":{"d":"72,-731r223,0r0,90r-115,0r0,742r115,0r0,90r-223,0r0,-922","w":296},"\\":{"d":"374,17r-109,0r-287,-748r109,0","w":352},"]":{"d":"224,191r-223,0r0,-90r115,0r0,-742r-115,0r0,-90r223,0r0,922","w":296},"^":{"d":"84,-335r180,-365r72,0r180,365r-102,0r-114,-247r-114,247r-102,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"\u2018":{"d":"202,-656v-37,13,-60,42,-61,89r61,0r0,135r-125,0v2,-87,-12,-183,37,-230v24,-23,53,-41,88,-52r0,58","w":278,"k":{"\u2018":79}},"a":{"d":"251,-76v67,0,128,-29,128,-98r0,-85v-71,45,-235,0,-233,117v1,51,53,66,105,66xm286,-531v112,0,207,39,207,150r0,266v-4,38,21,44,55,37r0,79v-59,21,-155,21,-160,-50v-38,40,-109,63,-179,63v-102,0,-174,-48,-177,-151v-3,-165,173,-149,308,-178v28,-6,46,-21,46,-56v-1,-56,-51,-69,-107,-70v-62,0,-109,25,-114,82r-114,0v9,-126,104,-172,235,-172"},"b":{"d":"318,-76v102,0,143,-80,143,-182v0,-101,-44,-180,-143,-183v-100,-3,-146,79,-145,183v1,104,44,182,145,182xm352,14v-89,2,-148,-29,-181,-85r0,71r-108,0r0,-714r114,0r0,264r2,0v31,-46,81,-81,154,-81v164,0,242,112,242,275v0,153,-69,266,-223,270","w":611},"c":{"d":"35,-253v-4,-197,139,-318,341,-267v82,21,138,79,147,176r-114,0v-8,-61,-51,-97,-118,-97v-102,0,-142,76,-142,188v0,98,39,177,137,177v72,0,114,-50,123,-118r114,0v-19,127,-96,208,-237,208v-164,0,-247,-104,-251,-267"},"d":{"d":"294,-441v-105,0,-145,83,-145,188v0,99,43,177,143,177v102,0,142,-82,145,-183v3,-104,-47,-182,-143,-182xm259,-531v82,-3,138,34,174,81r0,-264r114,0r0,714r-108,0v-2,-22,4,-52,-2,-70v-26,55,-87,84,-160,84v-165,0,-242,-112,-242,-276v0,-160,74,-264,224,-269","w":611},"e":{"d":"288,14v-202,6,-297,-184,-236,-376v31,-96,107,-169,233,-169v131,0,207,83,237,189v10,36,12,74,7,113r-380,0v3,91,46,153,139,153v71,0,107,-32,126,-86r108,0v-26,108,-105,173,-234,176xm415,-304v-4,-95,-86,-164,-185,-126v-48,19,-77,63,-81,126r266,0"},"f":{"d":"317,-618v-46,-11,-115,-13,-109,48r0,53r97,0r0,85r-97,0r0,432r-114,0r0,-432r-85,0r0,-85r85,0v-8,-123,26,-197,143,-197v37,0,63,2,80,7r0,89","w":315,"k":{"f":18,"\u2019":-18}},"g":{"d":"149,-261v0,95,40,171,136,171v101,0,139,-80,139,-180v0,-97,-40,-171,-139,-171v-100,0,-136,81,-136,180xm269,-531v74,-2,126,35,155,85r0,-71r114,0r0,490v7,186,-146,259,-332,224v-81,-15,-144,-63,-153,-153r114,0v11,56,56,76,124,76v90,0,133,-45,133,-132v0,-25,4,-58,-2,-79v-27,51,-83,91,-155,91v-162,0,-232,-111,-232,-272v0,-152,82,-254,234,-259","w":593},"h":{"d":"299,-441v-81,0,-125,56,-125,136r0,305r-114,0r0,-714r114,0r0,265r2,0v26,-44,86,-83,155,-82v114,0,183,60,183,176r0,355r-114,0r0,-325v-3,-76,-27,-116,-101,-116","w":574},"i":{"d":"63,-517r114,0r0,517r-114,0r0,-517xm63,-714r114,0r0,108r-114,0r0,-108","w":241},"j":{"d":"17,115v45,-1,46,-29,46,-76r0,-556r114,0r0,561v5,123,-73,178,-199,157r0,-90v12,2,26,4,39,4xm63,-714r114,0r0,108r-114,0r0,-108","w":241},"k":{"d":"63,-714r114,0r0,406r206,-209r140,0r-198,190r217,327r-139,0r-158,-251r-68,66r0,185r-114,0r0,-714","w":537},"l":{"d":"63,-714r114,0r0,714r-114,0r0,-714","w":241},"m":{"d":"287,-441v-74,0,-113,56,-113,134r0,307r-114,0r0,-517r108,0r0,72r3,0v33,-49,76,-86,159,-86v68,1,126,32,145,86v37,-49,80,-86,162,-86v114,0,173,53,173,174r0,357r-114,0r0,-302v2,-82,-11,-141,-94,-139v-81,2,-110,55,-110,138r0,303r-114,0r0,-332v-1,-71,-20,-109,-91,-109","w":870},"n":{"d":"299,-441v-81,0,-125,56,-125,136r0,305r-114,0r0,-517r108,0v2,25,-3,57,2,78v31,-51,85,-91,161,-92v114,0,183,60,183,176r0,355r-114,0r0,-325v-3,-76,-27,-116,-101,-116","w":574},"o":{"d":"150,-259v0,102,45,183,147,183v102,0,147,-81,147,-183v0,-102,-45,-182,-147,-182v-102,0,-147,80,-147,182xm558,-259v0,169,-92,273,-261,273v-169,0,-261,-104,-261,-273v0,-168,93,-272,261,-272v168,0,261,104,261,272","w":593},"p":{"d":"318,-76v102,0,143,-80,143,-182v0,-101,-44,-180,-143,-183v-100,-3,-146,79,-145,183v1,104,44,182,145,182xm352,14v-83,2,-139,-33,-175,-81r0,258r-114,0r0,-708r108,0v2,22,-4,52,2,70v27,-55,85,-84,160,-84v164,0,242,112,242,275v0,153,-69,267,-223,270","w":611},"q":{"d":"292,-441v-99,0,-143,82,-143,183v0,102,41,180,143,182v102,2,145,-79,145,-182v0,-106,-44,-183,-145,-183xm277,-531v77,-1,131,33,162,84r0,-70r108,0r0,708r-114,0r0,-258r-2,0v-34,50,-91,81,-173,81v-154,0,-223,-117,-223,-270v0,-163,78,-272,242,-275","w":611},"r":{"d":"363,-418v-122,-24,-189,54,-189,172r0,246r-114,0r0,-517r107,0v2,32,-4,72,2,100v24,-72,93,-127,194,-111r0,110","w":352,"k":{"q":18,"o":18,"n":-18,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"492,-154v0,151,-176,191,-322,157v-80,-19,-135,-72,-138,-169r114,0v4,64,53,90,117,90v55,0,116,-10,115,-68v-29,-106,-205,-63,-284,-130v-29,-25,-51,-56,-51,-109v0,-186,337,-186,407,-63v12,21,22,45,25,74r-119,0v-8,-52,-50,-69,-105,-69v-44,0,-92,9,-94,53v19,87,152,67,229,100v57,24,106,56,106,134","w":519},"t":{"d":"311,-1v-120,19,-217,0,-217,-126r0,-305r-86,0r0,-85r86,0r0,-155r114,0r0,155r103,0r0,85r-103,0r0,276v-2,46,9,73,55,71v18,0,33,0,48,-4r0,88","w":333},"u":{"d":"273,-76v89,0,126,-53,127,-141r0,-300r114,0r0,517r-112,0v-2,-23,4,-53,-2,-72v-23,46,-83,85,-147,86v-137,0,-192,-67,-193,-203r0,-328r114,0r0,317v-1,82,27,124,99,124","w":574},"v":{"d":"9,-517r124,0r131,397r2,0r126,-397r118,0r-185,517r-128,0","w":519,"k":{".":74,",":74}},"w":{"d":"13,-517r121,0r101,386r2,0r97,-386r115,0r93,386r2,0r105,-386r116,0r-162,517r-117,0r-96,-384r-2,0r-95,384r-120,0","w":778,"k":{".":55,",":55}},"x":{"d":"199,-272r-179,-245r138,0r108,159r113,-159r132,0r-176,239r198,278r-137,0r-131,-191r-127,191r-134,0","w":537},"y":{"d":"52,103v49,12,109,9,123,-35r24,-70r-196,-515r125,0r135,386r2,0r131,-386r119,0r-201,545v-35,85,-61,179,-183,177v-27,0,-53,-2,-79,-6r0,-96","w":519,"k":{".":92,",":92}},"z":{"d":"42,-517r420,0r0,80r-296,347r311,0r0,90r-455,0r0,-80r286,-347r-266,0r0,-90","w":500},"{":{"d":"90,-144v-1,-54,-44,-78,-94,-81r0,-90v48,-3,94,-22,94,-73r0,-206v3,-81,55,-137,128,-137r91,0r0,90r-55,0v-43,-1,-56,29,-56,70r0,195v1,69,-52,93,-104,107v62,6,105,39,104,111r0,189v0,41,13,71,56,70r55,0r0,90v-127,11,-219,-24,-219,-137r0,-198","w":296},"|":{"d":"60,-786r102,0r0,1000r-102,0r0,-1000","w":222},"}":{"d":"206,-396v1,55,43,78,94,81r0,90v-48,4,-94,21,-94,73r0,206v-3,81,-55,137,-128,137r-91,0r0,-90r55,0v43,1,56,-29,56,-70r0,-195v-1,-70,52,-92,104,-107v-62,-6,-105,-39,-104,-111r0,-189v0,-41,-13,-71,-56,-70r-55,0r0,-90v127,-11,219,24,219,137r0,198","w":296},"~":{"d":"69,-252v25,-59,94,-104,179,-76v51,17,101,58,159,58v47,0,65,-40,88,-68r36,84v-29,40,-58,86,-125,86v-89,0,-123,-71,-217,-68v-47,1,-67,36,-84,68","w":600},"\u00a1":{"d":"202,183r-125,0r0,-204r33,-311r59,0r33,311r0,204xm206,-406r-134,0r0,-125r134,0r0,125","w":278},"\u00a2":{"d":"268,-441v-142,10,-148,275,-54,343v15,11,33,19,54,22r0,-365xm528,-194v-21,117,-85,208,-217,208r0,90r-43,0r0,-90v-153,-7,-231,-113,-231,-267v0,-161,75,-270,231,-278r0,-90r43,0r0,90v124,5,200,71,213,187r-114,0v-5,-53,-43,-97,-99,-97r0,365v62,-11,95,-52,103,-118r114,0"},"\u00a3":{"d":"144,-227v0,-37,-8,-67,-21,-92r-92,0r0,-65r63,0v-43,-49,-65,-156,-27,-226v38,-70,111,-121,214,-121v156,0,252,86,251,247r-114,0v-5,-89,-39,-152,-135,-152v-65,0,-111,46,-111,117v0,50,28,100,46,135r147,0r0,65r-123,0v11,20,16,42,16,67v-2,84,-52,126,-101,164v27,-1,58,-25,94,-25v66,0,92,34,155,35v42,0,72,-17,97,-38r51,77v-47,39,-84,56,-160,56v-75,0,-129,-35,-204,-35v-38,0,-79,15,-101,34r-53,-81v48,-36,108,-84,108,-162"},"\u2044":{"d":"254,-724r78,0r-418,748r-79,0","w":167},"\u00a5":{"d":"221,-165r-137,0r0,-65r137,0r0,-68r-137,0r0,-65r98,0r-187,-351r127,0r156,320r159,-320r124,0r-188,351r99,0r0,65r-137,0r0,68r137,0r0,65r-137,0r0,165r-114,0r0,-165"},"\u0192":{"d":"15,75v55,11,106,6,117,-51r75,-377r-91,0r15,-85r92,0v23,-95,23,-220,95,-264v47,-29,118,-33,186,-24r-17,90v-32,-8,-84,-7,-99,12v-32,39,-35,127,-50,186r102,0r-15,85r-102,0r-73,381v-23,103,-114,162,-250,137"},"\u00a7":{"d":"367,-145v44,-13,81,-75,46,-123v-9,-13,-28,-27,-56,-42r-166,-95v-54,9,-85,96,-36,135v61,49,143,83,212,125xm87,-562v-5,-164,232,-215,340,-118v34,31,58,76,58,138r-108,0v-2,-54,-37,-99,-94,-99v-58,0,-109,67,-67,117v79,93,247,106,304,222v43,88,-17,187,-91,208v35,31,52,64,55,128v7,175,-241,216,-350,118v-37,-34,-63,-84,-64,-152r108,0v6,67,34,115,105,115v74,0,114,-73,72,-129v-77,-103,-254,-115,-317,-234v-10,-19,-16,-40,-16,-64v0,-82,47,-123,108,-149v-26,-28,-42,-52,-43,-101"},"\u00a4":{"d":"422,-149v-59,65,-230,65,-290,1r-56,58r-56,-56r57,-61v-64,-60,-67,-228,0,-286r-57,-61r57,-57r57,56v61,-58,223,-61,283,-1r58,-57r61,61r-56,58v63,61,60,228,-1,289r55,59r-55,55xm135,-349v0,89,56,148,144,148v87,0,140,-62,140,-150v0,-87,-53,-148,-139,-148v-89,0,-145,60,-145,150"},"'":{"d":"88,-714r102,0r0,282r-102,0r0,-282","w":278},"\u201c":{"d":"185,-656v-37,13,-60,42,-61,89r61,0r0,135r-125,0v2,-87,-12,-183,37,-230v24,-23,53,-41,88,-52r0,58xm384,-656v-37,13,-60,42,-61,89r61,0r0,135r-125,0v2,-87,-12,-183,37,-230v24,-23,53,-41,88,-52r0,58","w":444},"\u00ab":{"d":"50,-216r0,-112r155,-123r0,103r-95,76r95,76r0,103xm248,-216r0,-112r155,-123r0,103r-95,76r95,76r0,103","w":463},"\u2039":{"d":"50,-216r0,-112r155,-123r0,103r-95,76r95,76r0,103","w":259},"\u203a":{"d":"209,-328r0,112r-155,123r0,-103r95,-76r-95,-76r0,-103","w":259},"\ufb01":{"d":"378,-517r114,0r0,517r-114,0r0,-517xm317,-618v-46,-11,-115,-13,-109,48r0,53r97,0r0,85r-97,0r0,432r-114,0r0,-432r-85,0r0,-85r85,0v-8,-123,26,-197,143,-197v37,0,63,2,80,7r0,89xm378,-714r114,0r0,108r-114,0r0,-108"},"\ufb02":{"d":"317,-618v-46,-11,-115,-13,-109,48r0,53r97,0r0,85r-97,0r0,432r-114,0r0,-432r-85,0r0,-85r85,0v-8,-123,26,-197,143,-197v37,0,63,2,80,7r0,89xm378,-714r114,0r0,714r-114,0r0,-714"},"\u2013":{"d":"0,-326r500,0r0,108r-500,0r0,-108","w":500},"\u2020":{"d":"221,-422r-191,0r0,-95r191,0r0,-197r114,0r0,197r191,0r0,95r-191,0r0,582r-114,0r0,-582"},"\u2021":{"d":"221,-37r-191,0r0,-95r191,0r0,-290r-191,0r0,-95r191,0r0,-197r114,0r0,197r191,0r0,95r-191,0r0,290r191,0r0,95r-191,0r0,197r-114,0r0,-197"},"\u00b7":{"d":"139,-226v-40,0,-77,-37,-75,-76v2,-44,31,-74,75,-74v44,0,73,30,75,74v2,39,-35,76,-75,76","w":278},"\u201a":{"d":"77,89v38,-13,60,-42,61,-89r-61,0r0,-135r125,0v-2,87,12,183,-37,229v-24,22,-53,43,-88,53r0,-58","w":278},"\u201e":{"d":"60,89v38,-13,60,-42,61,-89r-61,0r0,-135r125,0v-2,87,12,183,-37,229v-24,22,-53,43,-88,53r0,-58xm259,89v38,-13,60,-42,61,-89r-61,0r0,-135r125,0v-2,87,12,183,-37,229v-24,22,-53,43,-88,53r0,-58","w":444},"\u201d":{"d":"60,-490v38,-13,60,-42,61,-89r-61,0r0,-135r125,0v-2,87,12,184,-37,230v-24,22,-53,42,-88,52r0,-58xm259,-490v38,-13,60,-42,61,-89r-61,0r0,-135r125,0v-2,87,12,184,-37,230v-24,22,-53,42,-88,52r0,-58","w":444},"\u00bb":{"d":"215,-328r0,112r-155,123r0,-103r95,-76r-95,-76r0,-103xm413,-328r0,112r-155,123r0,-103r95,-76r-95,-76r0,-103","w":463},"\u2026":{"d":"97,-135r139,0r0,135r-139,0r0,-135xm430,-135r139,0r0,135r-139,0r0,-135xm763,-135r139,0r0,135r-139,0r0,-135","w":1000},"\u2030":{"d":"82,-535v0,-104,45,-179,149,-179v104,0,149,75,149,179v0,98,-48,164,-149,164v-101,0,-149,-66,-149,-164xm295,-532v0,-58,-7,-122,-64,-122v-57,0,-64,64,-64,122v0,53,11,101,64,101v53,0,64,-48,64,-101xm563,-724r73,0r-400,748r-71,0xm725,-154v0,100,-48,168,-149,168v-101,0,-149,-68,-149,-168v0,-103,46,-175,149,-175v103,0,149,72,149,175xm512,-151v0,53,11,105,64,105v53,0,64,-52,64,-105v0,-57,-8,-118,-64,-118v-56,0,-64,61,-64,118xm1066,-154v0,99,-47,168,-149,168v-102,0,-149,-69,-149,-168v0,-104,46,-175,149,-175v103,0,149,71,149,175xm853,-151v0,54,10,105,64,105v54,0,64,-51,64,-105v0,-57,-8,-118,-64,-118v-56,0,-64,61,-64,118","w":1148},"`":{"d":"105,-731r91,143r-83,0r-142,-143r134,0","w":241},"\u00b4":{"d":"135,-731r135,0r-142,143r-83,0","w":241},"\u02c6":{"d":"50,-588r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":241},"\u02dc":{"d":"92,-702v45,14,135,64,149,-12r56,0v-11,64,-37,115,-111,115v-53,0,-91,-34,-143,-37v-21,-1,-42,22,-42,41r-57,0v10,-70,62,-134,148,-107","w":241},"\u00af":{"d":"-23,-619r0,-65r288,0r0,65r-288,0","w":241},"\u02d8":{"d":"282,-731v-9,91,-70,140,-166,141v-94,0,-150,-52,-157,-141r58,0v9,53,50,76,107,76v53,0,92,-28,101,-76r57,0","w":241},"\u02d9":{"d":"64,-599r0,-108r114,0r0,108r-114,0","w":241},"\u00a8":{"d":"264,-707r0,108r-114,0r0,-108r114,0xm-22,-599r0,-108r114,0r0,108r-114,0","w":241},"\u02da":{"d":"224,-652v0,62,-42,103,-103,103v-61,0,-103,-42,-103,-103v0,-61,41,-103,103,-103v61,0,103,42,103,103xm121,-713v-31,0,-61,29,-61,61v0,31,30,61,61,61v32,0,61,-30,61,-61v0,-32,-29,-61,-61,-61","w":241},"\u00b8":{"d":"233,131v2,104,-148,104,-224,69r18,-40v37,16,124,34,126,-25v1,-40,-56,-47,-85,-28r-22,-19r66,-88r48,0v-14,21,-32,38,-45,60v59,-12,118,12,118,71","w":241},"\u02dd":{"d":"55,-731r136,0r-144,143r-82,0xm254,-731r136,0r-144,143r-82,0","w":241},"\u02db":{"d":"149,218v-75,4,-130,-71,-86,-138v22,-34,55,-57,99,-83r54,0v-43,38,-88,60,-94,127v-2,24,18,44,39,44v27,0,38,-13,53,-33r40,8v-13,47,-48,72,-105,75","w":241},"\u02c7":{"d":"176,-588r-111,0r-107,-143r92,0r70,89r71,-89r93,0","w":241},"\u2014":{"d":"130,-326r740,0r0,108r-740,0r0,-108","w":1000},"\u00c6":{"d":"264,-278r193,0r0,-328r-36,0xm348,-714r576,0r0,108r-348,0r0,187r326,0r0,102r-326,0r0,209r354,0r0,108r-473,0r0,-183r-239,0r-86,183r-139,0","w":963},"\u00aa":{"d":"159,-438v44,0,85,-9,85,-53r0,-44v-41,25,-138,2,-141,64v-2,29,27,33,56,33xm364,-381v-43,14,-108,12,-109,-41v-48,69,-240,71,-239,-44v1,-113,144,-83,221,-122v22,-33,-12,-65,-53,-61v-37,4,-68,7,-70,42r-85,0v9,-79,74,-107,160,-107v72,0,142,22,142,93r0,151v-3,22,12,25,33,21r0,68","w":380},"\u0141":{"d":"76,-714r125,0r0,306r200,-142r0,93r-200,142r0,207r363,0r0,108r-488,0r0,-227r-76,54r0,-90r76,-54r0,-397","w":574},"\u00d8":{"d":"380,-629v-180,2,-238,176,-208,357v5,28,14,53,27,76r329,-370v-33,-37,-79,-63,-148,-63xm380,-85v180,-2,238,-176,208,-357v-5,-28,-15,-53,-28,-76r-328,370v34,36,80,63,148,63xm236,-701v118,-57,294,-26,366,51r75,-84r43,36r-79,89v74,87,106,261,57,397v-47,131,-145,227,-318,229v-97,1,-169,-35,-222,-82r-76,85r-42,-36r79,-90v-74,-86,-105,-259,-57,-395v32,-91,91,-160,174,-200","w":760},"\u0152":{"d":"381,-85v95,0,171,-48,171,-134r0,-266v-5,-96,-70,-144,-171,-144v-152,0,-215,122,-215,273v0,150,63,271,215,271xm234,-700v102,-50,264,-41,323,43r0,-57r488,0r0,108r-374,0r0,187r343,0r0,102r-343,0r0,209r381,0r0,108r-495,0r0,-64v-59,84,-221,101,-329,51v-148,-68,-228,-284,-164,-485v29,-92,87,-162,170,-202","w":1093},"\u00ba":{"d":"193,-438v62,0,91,-47,91,-105v0,-60,-30,-106,-91,-106v-61,0,-91,46,-91,106v0,60,30,105,91,105xm193,-714v112,0,177,65,178,171v0,106,-66,170,-178,170v-112,0,-177,-64,-178,-170v0,-106,66,-171,178,-171","w":380},"\u00e6":{"d":"748,-304v17,-124,-148,-181,-224,-96v-21,24,-34,56,-37,96r261,0xm250,-76v71,0,129,-33,129,-104r0,-77v-69,46,-236,-3,-233,115v2,53,51,66,104,66xm622,-76v65,0,105,-36,122,-87r114,0v-25,103,-112,177,-234,177v-88,0,-157,-31,-190,-95v-40,64,-119,95,-215,95v-107,0,-184,-44,-187,-151v-4,-164,171,-149,304,-178v27,-6,44,-22,44,-56v-1,-55,-46,-70,-101,-70v-62,0,-109,25,-114,82r-114,0v9,-124,102,-170,232,-172v81,-1,143,20,175,70v46,-73,190,-89,278,-47v92,43,134,142,126,279r-375,0v2,91,44,153,135,153","w":889},"\u0131":{"d":"63,0r0,-517r114,0r0,517r-114,0","w":241},"\u0142":{"d":"63,-319r-68,53r0,-71r68,-53r0,-324r114,0r0,235r68,-54r0,72r-68,54r0,407r-114,0r0,-319","w":241},"\u00f8":{"d":"297,-76v137,3,176,-171,124,-286r-223,244v23,25,53,42,99,42xm297,14v-72,0,-128,-22,-169,-56r-64,70r-32,-28r65,-72v-41,-49,-61,-111,-61,-187v0,-168,93,-269,261,-272v73,-1,129,22,170,55r63,-69r32,28r-65,71v41,50,61,112,61,187v0,169,-92,273,-261,273xm297,-441v-138,-3,-176,171,-124,286r223,-244v-23,-25,-53,-42,-99,-42","w":593},"\u0153":{"d":"463,-444v42,-84,198,-111,294,-62v88,45,125,146,126,277r-378,0v3,91,43,153,135,153v66,0,111,-32,123,-88r114,0v-24,110,-108,177,-235,178v-93,0,-153,-32,-185,-95v-33,67,-94,95,-184,95v-161,0,-238,-113,-238,-274v0,-160,85,-271,247,-271v87,0,149,29,181,87xm769,-304v11,-124,-149,-181,-227,-96v-21,23,-35,57,-37,96r264,0xm413,-262v0,-96,-36,-179,-132,-179v-96,0,-132,83,-132,179v0,101,30,186,132,186v102,0,132,-85,132,-186","w":907},"\u00df":{"d":"280,-641v-73,0,-103,51,-103,130r0,511r-114,0r0,-523v4,-134,84,-208,219,-208v119,0,209,60,213,180v2,77,-42,131,-102,153v84,14,134,78,134,171v0,165,-106,259,-285,238r0,-90v112,19,176,-43,171,-153v-4,-94,-77,-122,-170,-123r0,-75v82,0,138,-31,138,-110v0,-67,-34,-101,-101,-101","w":574},"\u00f7":{"d":"48,-202r0,-102r504,0r0,102r-504,0xm372,-459v-3,41,-29,70,-71,72v-37,2,-73,-35,-73,-72v0,-39,34,-72,72,-72v37,0,74,35,72,72xm372,-47v-3,41,-29,70,-71,72v-37,2,-73,-35,-73,-72v0,-39,34,-72,72,-72v37,0,74,35,72,72","w":600},"\u00b9":{"d":"36,-635v67,-1,123,-17,138,-70r70,0r0,432r-87,0r0,-304r-121,0r0,-58","w":360},"\u00d7":{"d":"55,-427r86,-56r158,159r160,-159r86,56r-175,174r175,174r-86,56r-160,-160r-158,160r-86,-56r174,-174","w":600},"\u00ae":{"d":"567,-438v0,73,-46,105,-108,113r116,182r-77,0r-107,-177r-64,0r0,177r-68,0r0,-414v140,3,308,-28,308,119xm499,-443v-2,-74,-100,-52,-172,-56r0,121v78,-3,175,18,172,-65xm738,-510v39,89,39,217,0,306v-55,126,-166,221,-337,221v-177,0,-287,-95,-341,-225v-37,-91,-37,-214,2,-302v55,-127,167,-221,339,-221v171,0,282,95,337,221xm401,-48v227,0,337,-214,264,-434v-35,-107,-125,-184,-264,-184v-220,0,-339,211,-268,429v36,109,124,189,268,189","w":800},"\u00de":{"d":"634,-385v0,144,-87,219,-243,219r-190,0r0,166r-125,0r0,-714r125,0r0,108r190,0v156,-1,243,76,243,221xm509,-386v0,-81,-43,-118,-123,-118r-185,0r0,236r183,0v75,-3,125,-39,125,-118","w":667},"\u00a6":{"d":"60,-161r102,0r0,250r-102,0r0,-250xm60,-661r102,0r0,250r-102,0r0,-250","w":222},"\u00d0":{"d":"687,-357v0,214,-99,357,-315,357r-296,0r0,-317r-67,0r0,-102r67,0r0,-295r296,0v216,3,315,143,315,357xm562,-357v0,-167,-68,-258,-238,-255r-123,0r0,193r195,0r0,102r-195,0r0,215r123,0v170,3,238,-88,238,-255","w":722},"\u2212":{"d":"48,-202r0,-102r504,0r0,102r-504,0","w":600},"\u00e7":{"d":"286,-76v72,0,114,-50,123,-118r114,0v-18,121,-89,198,-216,206v-11,17,-26,30,-35,48v59,-12,118,12,118,71v2,104,-148,104,-224,69r18,-40v37,16,124,34,126,-25v1,-40,-56,-47,-85,-28r-22,-19r57,-76v-146,-14,-222,-109,-225,-265v-4,-197,139,-318,341,-267v82,21,138,79,147,176r-114,0v-8,-61,-51,-97,-118,-97v-102,0,-142,76,-142,188v0,98,39,177,137,177"},"\u00f0":{"d":"436,-245v0,-96,-40,-171,-137,-171v-102,0,-143,70,-143,171v0,95,37,169,132,169v95,0,148,-73,148,-169xm410,-462v-22,-53,-67,-96,-108,-131r-108,52r-50,-49r96,-46r-85,-34r76,-61v37,12,71,29,104,50r105,-50r49,49r-94,45v89,73,155,181,155,328v0,190,-77,320,-269,323v-191,3,-278,-178,-223,-361v27,-89,94,-156,207,-159v66,-1,101,17,145,44","w":593},"\u00b1":{"d":"249,-506r102,0r0,125r201,0r0,102r-201,0r0,125r-102,0r0,-125r-201,0r0,-102r201,0r0,-125xm48,-102r504,0r0,102r-504,0r0,-102","w":600},"\u00c7":{"d":"380,-85v117,0,169,-80,182,-187r122,0v-16,174,-116,280,-297,288v-10,15,-24,27,-32,44v59,-12,118,12,118,71v2,104,-148,104,-224,69r18,-40v37,16,124,34,126,-25v1,-40,-56,-47,-85,-28r-22,-19r55,-73v-236,-20,-353,-266,-279,-516v48,-161,222,-275,431,-213v104,31,176,105,190,227r-125,0v-22,-84,-73,-142,-178,-142v-154,0,-217,120,-217,272v0,152,63,272,217,272","w":722},"\u00fe":{"d":"352,14v-82,0,-139,-32,-175,-81r0,258r-114,0r0,-905r114,0r0,264r2,0v31,-46,81,-81,154,-81v164,0,242,112,242,275v0,153,-69,270,-223,270xm318,-76v102,0,143,-80,143,-182v0,-101,-44,-180,-143,-183v-100,-3,-146,79,-145,183v1,104,44,182,145,182","w":611},"\u00a9":{"d":"738,-510v39,89,39,217,0,306v-55,126,-166,221,-337,221v-177,0,-287,-95,-341,-225v-37,-91,-37,-214,2,-302v55,-127,167,-221,339,-221v171,0,282,95,337,221xm401,-48v227,0,337,-214,264,-434v-35,-107,-125,-184,-264,-184v-220,0,-339,211,-268,429v36,109,124,189,268,189xm413,-196v59,3,102,-38,108,-89r69,0v-18,90,-74,154,-177,154v-136,0,-212,-90,-212,-226v0,-132,78,-215,210,-215v97,0,168,59,178,151r-68,0v-10,-49,-52,-87,-110,-86v-88,2,-130,62,-130,150v0,91,44,157,132,161","w":800},"\u00ac":{"d":"450,-303r-402,0r0,-102r504,0r0,297r-102,0r0,-195","w":600},"\u00b2":{"d":"190,-714v106,0,186,71,148,176v-31,86,-138,108,-198,168v-8,8,-14,17,-17,27r213,0r0,70r-315,0v-2,-161,154,-175,224,-266v9,-13,13,-27,14,-43v2,-42,-34,-62,-73,-62v-54,1,-70,42,-73,93r-87,0v-1,-100,64,-163,164,-163","w":360},"\u00b3":{"d":"265,-405v-1,-62,-56,-72,-119,-70r0,-58v52,1,101,-11,101,-61v0,-36,-33,-48,-69,-50v-43,-1,-77,33,-73,76r-80,0v3,-90,62,-147,154,-146v83,1,146,32,148,116v1,50,-29,75,-64,92v49,8,84,48,82,105v-3,93,-71,135,-165,137v-106,2,-161,-55,-164,-155r80,0v-3,49,32,85,84,85v44,0,86,-27,85,-71","w":360},"\u2122":{"d":"391,-649r-126,0r0,347r-80,0r0,-347r-126,0r0,-65r332,0r0,65xm704,-422r112,-292r115,0r0,412r-75,0r0,-322r-2,0r-123,322r-56,0r-123,-322r-2,0r0,322r-75,0r0,-412r116,0","w":990},"\u00b0":{"d":"200,-414v-90,0,-150,-60,-150,-150v0,-90,60,-150,150,-150v90,0,150,60,150,150v0,90,-60,150,-150,150xm200,-658v-57,0,-94,38,-94,94v0,57,37,94,94,94v56,0,94,-37,94,-94v0,-56,-38,-94,-94,-94","w":400},"#":{"d":"495,-210r-95,0r-30,210r-80,0r29,-210r-110,0r-30,210r-80,0r29,-210r-94,0r0,-75r105,0r18,-130r-94,0r0,-75r104,0r29,-210r81,0r-30,210r111,0r29,-210r81,0r-30,210r86,0r0,75r-96,0r-18,130r85,0r0,75xm237,-415r-18,130r111,0r18,-130r-111,0"},"\u00c1":{"d":"223,-284r218,0r-107,-307r-3,0xm267,-714r133,0r275,714r-134,0r-67,-189r-285,0r-67,189r-129,0xm348,-913r135,0r-142,143r-83,0","w":667},"\u00c2":{"d":"223,-284r218,0r-107,-307r-3,0xm267,-714r133,0r275,714r-134,0r-67,-189r-285,0r-67,189r-129,0xm263,-785r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":667},"\u00c4":{"d":"223,-284r218,0r-107,-307r-3,0xm267,-714r133,0r275,714r-134,0r-67,-189r-285,0r-67,189r-129,0xm477,-904r0,108r-114,0r0,-108r114,0xm191,-796r0,-108r114,0r0,108r-114,0","w":667},"\u00c0":{"d":"223,-284r218,0r-107,-307r-3,0xm267,-714r133,0r275,714r-134,0r-67,-189r-285,0r-67,189r-129,0xm318,-928r91,143r-83,0r-142,-143r134,0","w":667},"\u00c5":{"d":"223,-284r218,0r-107,-307r-3,0xm267,-714r133,0r275,714r-134,0r-67,-189r-285,0r-67,189r-129,0xm437,-849v0,62,-42,103,-103,103v-61,0,-103,-42,-103,-103v0,-61,41,-103,103,-103v61,0,103,42,103,103xm334,-910v-31,0,-61,29,-61,61v0,31,30,61,61,61v32,0,61,-30,61,-61v0,-32,-29,-61,-61,-61","w":667},"\u00c3":{"d":"223,-284r218,0r-107,-307r-3,0xm267,-714r133,0r275,714r-134,0r-67,-189r-285,0r-67,189r-129,0xm305,-899v45,14,135,64,149,-12r56,0v-11,64,-37,115,-111,115v-53,0,-91,-34,-143,-37v-21,-1,-42,22,-42,41r-57,0v10,-70,62,-134,148,-107","w":667},"\u00c9":{"d":"76,-714r514,0r0,108r-389,0r0,187r360,0r0,102r-360,0r0,209r396,0r0,108r-521,0r0,-714xm330,-928r135,0r-142,143r-83,0","w":630},"\u00ca":{"d":"76,-714r514,0r0,108r-389,0r0,187r360,0r0,102r-360,0r0,209r396,0r0,108r-521,0r0,-714xm245,-785r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":630},"\u00cb":{"d":"76,-714r514,0r0,108r-389,0r0,187r360,0r0,102r-360,0r0,209r396,0r0,108r-521,0r0,-714xm459,-904r0,108r-114,0r0,-108r114,0xm173,-796r0,-108r114,0r0,108r-114,0","w":630},"\u00c8":{"d":"76,-714r514,0r0,108r-389,0r0,187r360,0r0,102r-360,0r0,209r396,0r0,108r-521,0r0,-714xm300,-928r91,143r-83,0r-142,-143r134,0","w":630},"\u00cd":{"d":"76,-714r125,0r0,714r-125,0r0,-714xm154,-923r135,0r-142,143r-83,0","w":278},"\u00ce":{"d":"76,-714r125,0r0,714r-125,0r0,-714xm69,-785r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":278},"\u00cf":{"d":"76,-714r125,0r0,714r-125,0r0,-714xm283,-904r0,108r-114,0r0,-108r114,0xm-3,-796r0,-108r114,0r0,108r-114,0","w":278},"\u00cc":{"d":"76,-714r125,0r0,714r-125,0r0,-714xm124,-928r91,143r-83,0r-142,-143r134,0","w":278},"\u00d1":{"d":"71,-714r132,0r326,526r2,0r0,-526r119,0r0,714r-132,0r-325,-525r-3,0r0,525r-119,0r0,-714xm333,-899v45,14,135,64,149,-12r56,0v-11,64,-37,115,-111,115v-53,0,-91,-34,-143,-37v-21,-1,-42,22,-42,41r-57,0v10,-70,62,-134,148,-107","w":722},"\u00d3":{"d":"236,-701v82,-40,205,-36,288,0v154,67,244,284,174,489v-45,132,-145,229,-318,229v-172,0,-271,-99,-318,-229v-52,-145,-9,-328,67,-408v31,-32,65,-61,107,-81xm597,-357v0,-152,-63,-272,-217,-272v-154,0,-217,120,-217,272v0,152,63,272,217,272v154,0,217,-120,217,-272xm395,-913r135,0r-142,143r-83,0","w":760},"\u00d4":{"d":"236,-701v82,-40,205,-36,288,0v154,67,244,284,174,489v-45,132,-145,229,-318,229v-172,0,-271,-99,-318,-229v-52,-145,-9,-328,67,-408v31,-32,65,-61,107,-81xm597,-357v0,-152,-63,-272,-217,-272v-154,0,-217,120,-217,272v0,152,63,272,217,272v154,0,217,-120,217,-272xm310,-785r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":760},"\u00d6":{"d":"236,-701v82,-40,205,-36,288,0v154,67,244,284,174,489v-45,132,-145,229,-318,229v-172,0,-271,-99,-318,-229v-52,-145,-9,-328,67,-408v31,-32,65,-61,107,-81xm597,-357v0,-152,-63,-272,-217,-272v-154,0,-217,120,-217,272v0,152,63,272,217,272v154,0,217,-120,217,-272xm524,-904r0,108r-114,0r0,-108r114,0xm238,-796r0,-108r114,0r0,108r-114,0","w":760},"\u00d2":{"d":"236,-701v82,-40,205,-36,288,0v154,67,244,284,174,489v-45,132,-145,229,-318,229v-172,0,-271,-99,-318,-229v-52,-145,-9,-328,67,-408v31,-32,65,-61,107,-81xm597,-357v0,-152,-63,-272,-217,-272v-154,0,-217,120,-217,272v0,152,63,272,217,272v154,0,217,-120,217,-272xm365,-928r91,143r-83,0r-142,-143r134,0","w":760},"\u00d5":{"d":"236,-701v82,-40,205,-36,288,0v154,67,244,284,174,489v-45,132,-145,229,-318,229v-172,0,-271,-99,-318,-229v-52,-145,-9,-328,67,-408v31,-32,65,-61,107,-81xm597,-357v0,-152,-63,-272,-217,-272v-154,0,-217,120,-217,272v0,152,63,272,217,272v154,0,217,-120,217,-272xm352,-899v45,14,135,64,149,-12r56,0v-11,64,-37,115,-111,115v-53,0,-91,-34,-143,-37v-21,-1,-42,22,-42,41r-57,0v10,-70,62,-134,148,-107","w":760},"\u0160":{"d":"606,-263v54,225,-175,322,-390,265v-108,-29,-179,-105,-183,-240r125,0v1,108,74,153,181,153v85,0,151,-29,151,-108v0,-91,-75,-94,-148,-115v-78,-23,-207,-43,-249,-107v-19,-29,-32,-62,-33,-106v-8,-217,309,-261,454,-152v47,35,81,91,81,170r-125,0v-5,-89,-64,-126,-154,-126v-69,0,-131,23,-131,93v0,93,102,96,178,117v106,29,218,51,243,156xm380,-785r-111,0r-107,-143r92,0r70,89r71,-89r93,0","w":648},"\u00da":{"d":"361,17v-183,0,-293,-90,-293,-274r0,-457r125,0r0,416v-4,128,36,207,168,207v132,0,168,-79,168,-207r0,-416r125,0r0,457v-3,184,-110,274,-293,274xm376,-913r135,0r-142,143r-83,0","w":722},"\u00db":{"d":"361,17v-183,0,-293,-90,-293,-274r0,-457r125,0r0,416v-4,128,36,207,168,207v132,0,168,-79,168,-207r0,-416r125,0r0,457v-3,184,-110,274,-293,274xm291,-785r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":722},"\u00dc":{"d":"361,17v-183,0,-293,-90,-293,-274r0,-457r125,0r0,416v-4,128,36,207,168,207v132,0,168,-79,168,-207r0,-416r125,0r0,457v-3,184,-110,274,-293,274xm505,-904r0,108r-114,0r0,-108r114,0xm219,-796r0,-108r114,0r0,108r-114,0","w":722},"\u00d9":{"d":"361,17v-183,0,-293,-90,-293,-274r0,-457r125,0r0,416v-4,128,36,207,168,207v132,0,168,-79,168,-207r0,-416r125,0r0,457v-3,184,-110,274,-293,274xm346,-928r91,143r-83,0r-142,-143r134,0","w":722},"\u00dd":{"d":"262,-280r-268,-434r145,0r189,320r186,-320r140,0r-267,434r0,280r-125,0r0,-280xm339,-913r135,0r-142,143r-83,0","w":648},"\u0178":{"d":"262,-280r-268,-434r145,0r189,320r186,-320r140,0r-267,434r0,280r-125,0r0,-280xm468,-904r0,108r-114,0r0,-108r114,0xm182,-796r0,-108r114,0r0,108r-114,0","w":648},"\u017d":{"d":"55,-714r543,0r0,95r-416,511r426,0r0,108r-585,0r0,-102r416,-504r-384,0r0,-108xm371,-785r-111,0r-107,-143r92,0r70,89r71,-89r93,0","w":630},"\u00e1":{"d":"251,-76v67,0,128,-29,128,-98r0,-85v-71,45,-235,0,-233,117v1,51,53,66,105,66xm286,-531v112,0,207,39,207,150r0,266v-4,38,21,44,55,37r0,79v-59,21,-155,21,-160,-50v-38,40,-109,63,-179,63v-102,0,-174,-48,-177,-151v-3,-165,173,-149,308,-178v28,-6,46,-21,46,-56v-1,-56,-51,-69,-107,-70v-62,0,-109,25,-114,82r-114,0v9,-126,104,-172,235,-172xm293,-731r135,0r-142,143r-83,0"},"\u00e2":{"d":"251,-76v67,0,128,-29,128,-98r0,-85v-71,45,-235,0,-233,117v1,51,53,66,105,66xm286,-531v112,0,207,39,207,150r0,266v-4,38,21,44,55,37r0,79v-59,21,-155,21,-160,-50v-38,40,-109,63,-179,63v-102,0,-174,-48,-177,-151v-3,-165,173,-149,308,-178v28,-6,46,-21,46,-56v-1,-56,-51,-69,-107,-70v-62,0,-109,25,-114,82r-114,0v9,-126,104,-172,235,-172xm208,-588r-92,0r107,-143r111,0r108,143r-93,0r-71,-90"},"\u00e4":{"d":"251,-76v67,0,128,-29,128,-98r0,-85v-71,45,-235,0,-233,117v1,51,53,66,105,66xm286,-531v112,0,207,39,207,150r0,266v-4,38,21,44,55,37r0,79v-59,21,-155,21,-160,-50v-38,40,-109,63,-179,63v-102,0,-174,-48,-177,-151v-3,-165,173,-149,308,-178v28,-6,46,-21,46,-56v-1,-56,-51,-69,-107,-70v-62,0,-109,25,-114,82r-114,0v9,-126,104,-172,235,-172xm422,-707r0,108r-114,0r0,-108r114,0xm136,-599r0,-108r114,0r0,108r-114,0"},"\u00e0":{"d":"251,-76v67,0,128,-29,128,-98r0,-85v-71,45,-235,0,-233,117v1,51,53,66,105,66xm286,-531v112,0,207,39,207,150r0,266v-4,38,21,44,55,37r0,79v-59,21,-155,21,-160,-50v-38,40,-109,63,-179,63v-102,0,-174,-48,-177,-151v-3,-165,173,-149,308,-178v28,-6,46,-21,46,-56v-1,-56,-51,-69,-107,-70v-62,0,-109,25,-114,82r-114,0v9,-126,104,-172,235,-172xm263,-731r91,143r-83,0r-142,-143r134,0"},"\u00e5":{"d":"251,-76v67,0,128,-29,128,-98r0,-85v-71,45,-235,0,-233,117v1,51,53,66,105,66xm286,-531v112,0,207,39,207,150r0,266v-4,38,21,44,55,37r0,79v-59,21,-155,21,-160,-50v-38,40,-109,63,-179,63v-102,0,-174,-48,-177,-151v-3,-165,173,-149,308,-178v28,-6,46,-21,46,-56v-1,-56,-51,-69,-107,-70v-62,0,-109,25,-114,82r-114,0v9,-126,104,-172,235,-172xm382,-652v0,62,-42,103,-103,103v-61,0,-103,-42,-103,-103v0,-61,41,-103,103,-103v61,0,103,42,103,103xm279,-713v-31,0,-61,29,-61,61v0,31,30,61,61,61v32,0,61,-30,61,-61v0,-32,-29,-61,-61,-61"},"\u00e3":{"d":"251,-76v67,0,128,-29,128,-98r0,-85v-71,45,-235,0,-233,117v1,51,53,66,105,66xm286,-531v112,0,207,39,207,150r0,266v-4,38,21,44,55,37r0,79v-59,21,-155,21,-160,-50v-38,40,-109,63,-179,63v-102,0,-174,-48,-177,-151v-3,-165,173,-149,308,-178v28,-6,46,-21,46,-56v-1,-56,-51,-69,-107,-70v-62,0,-109,25,-114,82r-114,0v9,-126,104,-172,235,-172xm250,-702v45,14,135,64,149,-12r56,0v-11,64,-37,115,-111,115v-53,0,-91,-34,-143,-37v-21,-1,-42,22,-42,41r-57,0v10,-70,62,-134,148,-107"},"\u00e9":{"d":"288,14v-202,6,-297,-184,-236,-376v31,-96,107,-169,233,-169v131,0,207,83,237,189v10,36,12,74,7,113r-380,0v3,91,46,153,139,153v71,0,107,-32,126,-86r108,0v-26,108,-105,173,-234,176xm415,-304v-4,-95,-86,-164,-185,-126v-48,19,-77,63,-81,126r266,0xm293,-731r135,0r-142,143r-83,0"},"\u00ea":{"d":"288,14v-202,6,-297,-184,-236,-376v31,-96,107,-169,233,-169v131,0,207,83,237,189v10,36,12,74,7,113r-380,0v3,91,46,153,139,153v71,0,107,-32,126,-86r108,0v-26,108,-105,173,-234,176xm415,-304v-4,-95,-86,-164,-185,-126v-48,19,-77,63,-81,126r266,0xm208,-588r-92,0r107,-143r111,0r108,143r-93,0r-71,-90"},"\u00eb":{"d":"288,14v-202,6,-297,-184,-236,-376v31,-96,107,-169,233,-169v131,0,207,83,237,189v10,36,12,74,7,113r-380,0v3,91,46,153,139,153v71,0,107,-32,126,-86r108,0v-26,108,-105,173,-234,176xm415,-304v-4,-95,-86,-164,-185,-126v-48,19,-77,63,-81,126r266,0xm422,-707r0,108r-114,0r0,-108r114,0xm136,-599r0,-108r114,0r0,108r-114,0"},"\u00e8":{"d":"288,14v-202,6,-297,-184,-236,-376v31,-96,107,-169,233,-169v131,0,207,83,237,189v10,36,12,74,7,113r-380,0v3,91,46,153,139,153v71,0,107,-32,126,-86r108,0v-26,108,-105,173,-234,176xm415,-304v-4,-95,-86,-164,-185,-126v-48,19,-77,63,-81,126r266,0xm263,-731r91,143r-83,0r-142,-143r134,0"},"\u00ed":{"d":"63,0r0,-517r114,0r0,517r-114,0xm135,-731r135,0r-142,143r-83,0","w":241},"\u00ee":{"d":"63,0r0,-517r114,0r0,517r-114,0xm50,-588r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":241},"\u00ef":{"d":"63,0r0,-517r114,0r0,517r-114,0xm264,-707r0,108r-114,0r0,-108r114,0xm-22,-599r0,-108r114,0r0,108r-114,0","w":241},"\u00ec":{"d":"63,0r0,-517r114,0r0,517r-114,0xm105,-731r91,143r-83,0r-142,-143r134,0","w":241},"\u00f1":{"d":"299,-441v-81,0,-125,56,-125,136r0,305r-114,0r0,-517r108,0v2,25,-3,57,2,78v31,-51,85,-91,161,-92v114,0,183,60,183,176r0,355r-114,0r0,-325v-3,-76,-27,-116,-101,-116xm259,-702v45,14,135,64,149,-12r56,0v-11,64,-37,115,-111,115v-53,0,-91,-34,-143,-37v-21,-1,-42,22,-42,41r-57,0v10,-70,62,-134,148,-107","w":574},"\u00f3":{"d":"150,-259v0,102,45,183,147,183v102,0,147,-81,147,-183v0,-102,-45,-182,-147,-182v-102,0,-147,80,-147,182xm558,-259v0,169,-92,273,-261,273v-169,0,-261,-104,-261,-273v0,-168,93,-272,261,-272v168,0,261,104,261,272xm311,-731r135,0r-142,143r-83,0","w":593},"\u00f4":{"d":"150,-259v0,102,45,183,147,183v102,0,147,-81,147,-183v0,-102,-45,-182,-147,-182v-102,0,-147,80,-147,182xm558,-259v0,169,-92,273,-261,273v-169,0,-261,-104,-261,-273v0,-168,93,-272,261,-272v168,0,261,104,261,272xm226,-588r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":593},"\u00f6":{"d":"150,-259v0,102,45,183,147,183v102,0,147,-81,147,-183v0,-102,-45,-182,-147,-182v-102,0,-147,80,-147,182xm558,-259v0,169,-92,273,-261,273v-169,0,-261,-104,-261,-273v0,-168,93,-272,261,-272v168,0,261,104,261,272xm440,-707r0,108r-114,0r0,-108r114,0xm154,-599r0,-108r114,0r0,108r-114,0","w":593},"\u00f2":{"d":"150,-259v0,102,45,183,147,183v102,0,147,-81,147,-183v0,-102,-45,-182,-147,-182v-102,0,-147,80,-147,182xm558,-259v0,169,-92,273,-261,273v-169,0,-261,-104,-261,-273v0,-168,93,-272,261,-272v168,0,261,104,261,272xm281,-731r91,143r-83,0r-142,-143r134,0","w":593},"\u00f5":{"d":"150,-259v0,102,45,183,147,183v102,0,147,-81,147,-183v0,-102,-45,-182,-147,-182v-102,0,-147,80,-147,182xm558,-259v0,169,-92,273,-261,273v-169,0,-261,-104,-261,-273v0,-168,93,-272,261,-272v168,0,261,104,261,272xm268,-702v45,14,135,64,149,-12r56,0v-11,64,-37,115,-111,115v-53,0,-91,-34,-143,-37v-21,-1,-42,22,-42,41r-57,0v10,-70,62,-134,148,-107","w":593},"\u0161":{"d":"492,-154v0,151,-176,191,-322,157v-80,-19,-135,-72,-138,-169r114,0v4,64,53,90,117,90v55,0,116,-10,115,-68v-29,-106,-205,-63,-284,-130v-29,-25,-51,-56,-51,-109v0,-186,337,-186,407,-63v12,21,22,45,25,74r-119,0v-8,-52,-50,-69,-105,-69v-44,0,-92,9,-94,53v19,87,152,67,229,100v57,24,106,56,106,134xm315,-588r-111,0r-107,-143r92,0r70,89r71,-89r93,0","w":519},"\u00fa":{"d":"273,-76v89,0,126,-53,127,-141r0,-300r114,0r0,517r-112,0v-2,-23,4,-53,-2,-72v-23,46,-83,85,-147,86v-137,0,-192,-67,-193,-203r0,-328r114,0r0,317v-1,82,27,124,99,124xm302,-731r135,0r-142,143r-83,0","w":574},"\u00fb":{"d":"273,-76v89,0,126,-53,127,-141r0,-300r114,0r0,517r-112,0v-2,-23,4,-53,-2,-72v-23,46,-83,85,-147,86v-137,0,-192,-67,-193,-203r0,-328r114,0r0,317v-1,82,27,124,99,124xm217,-588r-92,0r107,-143r111,0r108,143r-93,0r-71,-90","w":574},"\u00fc":{"d":"273,-76v89,0,126,-53,127,-141r0,-300r114,0r0,517r-112,0v-2,-23,4,-53,-2,-72v-23,46,-83,85,-147,86v-137,0,-192,-67,-193,-203r0,-328r114,0r0,317v-1,82,27,124,99,124xm431,-707r0,108r-114,0r0,-108r114,0xm145,-599r0,-108r114,0r0,108r-114,0","w":574},"\u00f9":{"d":"273,-76v89,0,126,-53,127,-141r0,-300r114,0r0,517r-112,0v-2,-23,4,-53,-2,-72v-23,46,-83,85,-147,86v-137,0,-192,-67,-193,-203r0,-328r114,0r0,317v-1,82,27,124,99,124xm272,-731r91,143r-83,0r-142,-143r134,0","w":574},"\u00fd":{"d":"52,103v49,12,109,9,123,-35r24,-70r-196,-515r125,0r135,386r2,0r131,-386r119,0r-201,545v-35,85,-61,179,-183,177v-27,0,-53,-2,-79,-6r0,-96xm274,-731r135,0r-142,143r-83,0","w":519},"\u00ff":{"d":"52,103v49,12,109,9,123,-35r24,-70r-196,-515r125,0r135,386r2,0r131,-386r119,0r-201,545v-35,85,-61,179,-183,177v-27,0,-53,-2,-79,-6r0,-96xm403,-707r0,108r-114,0r0,-108r114,0xm117,-599r0,-108r114,0r0,108r-114,0","w":519},"\u017e":{"d":"42,-517r420,0r0,80r-296,347r311,0r0,90r-455,0r0,-80r286,-347r-266,0r0,-90xm306,-588r-111,0r-107,-143r92,0r70,89r71,-89r93,0","w":500},"\u20ac":{"d":"57,-449v32,-169,143,-294,357,-259v59,9,99,35,132,70r-45,98v-29,-48,-72,-79,-150,-79v-113,0,-161,75,-180,170r290,-2r-30,65r-268,2v-3,26,-1,50,0,75r232,0r-30,65r-191,0v15,95,67,164,177,163v78,-1,131,-26,167,-71r0,113v-42,36,-104,53,-174,53v-171,0,-259,-110,-285,-258r-74,0r30,-65r35,0v-3,-25,-4,-49,-1,-75r-64,0r30,-65r42,0"},"!":{"d":"77,-714r125,0r0,206r-33,309r-59,0r-33,-309r0,-206xm72,-125r134,0r0,125r-134,0r0,-125","w":278},"\"":{"d":"83,-714r102,0r0,282r-102,0r0,-282xm259,-714r102,0r0,282r-102,0r0,-282","w":444}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.  All Rights
 * Reserved. This software is the property of Adobe Systems  Incorporated and its
 * licensors, and may not be reproduced, used,   displayed, modified, disclosed or
 * transferred without the express   written approval of Adobe.    The digitally
 * encoded machine readable outline data for producing  the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG  and/or its subsidiaries. All
 * Rights Reserved.  This data is the property of Linotype-Hell AG and/or its
 * subsidiaries  and may not be reproduced, used, displayed, modified, disclosed or
 *   transferred without the express written approval of Linotype-Hell AG   and/or
 * its subsidiaries. 12 pt Helvetica* 55 Roman 05472
 * 
 * Manufacturer:
 * Adobe Systems Incorporated
 */
Cufon.registerFont({"w":556,"face":{"font-family":"HelveticaNeueLT_Roman","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-166 -952 1076 214","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":278},"\u00a0":{"w":278},"$":{"d":"251,-651v-95,-5,-157,131,-83,197v21,19,51,28,83,37r0,-234xm306,-63v113,9,172,-139,92,-210v-23,-20,-58,-31,-92,-41r0,251xm525,-200v0,137,-90,204,-219,217r0,82r-55,0r0,-82v-132,-13,-217,-98,-226,-235r85,0v1,90,63,142,141,155r0,-265v-111,-28,-208,-57,-205,-193v3,-128,84,-198,205,-210r0,-66r55,0r0,67v115,15,172,89,197,198r-85,0v-13,-66,-51,-105,-112,-116r0,246v111,25,219,67,219,202"},"&":{"d":"123,-184v-1,108,134,150,223,98v26,-15,48,-36,65,-62r-164,-197v-60,35,-123,68,-124,161xm455,-568v0,99,-70,145,-134,185r129,157v13,-36,21,-73,23,-111r81,0v-5,74,-22,124,-48,176r139,161r-111,0r-76,-89v-40,60,-107,101,-202,101v-139,0,-223,-70,-223,-195v0,-123,85,-170,167,-216v-31,-51,-79,-87,-79,-168v0,-94,64,-147,161,-147v99,0,173,47,173,146xm288,-639v-54,0,-101,49,-76,108v14,35,41,64,63,92v42,-30,93,-56,95,-124v1,-43,-35,-76,-82,-76","w":630},"\u2019":{"d":"83,-714r111,0v1,119,13,253,-110,258r0,-50v48,-2,57,-48,58,-97r-59,0r0,-111","w":278,"k":{"t":18,"s":74,"\u2019":95}},"(":{"d":"137,-270v0,197,48,332,132,468r-65,0v-84,-136,-157,-267,-157,-468v0,-184,68,-344,157,-461r65,0v-85,133,-132,267,-132,461","w":259},")":{"d":"212,-263v0,184,-68,344,-157,461r-65,0v85,-133,132,-267,132,-461v0,-197,-48,-332,-132,-468r65,0v81,130,157,263,157,468","w":259},"*":{"d":"201,-601r107,-40r20,48r-109,38r66,91r-41,31r-69,-96r-65,96r-45,-31r65,-91r-106,-38r18,-48r106,40r0,-113r53,0r0,113","w":352},"+":{"d":"334,-287r218,0r0,68r-218,0r0,219r-68,0r0,-219r-218,0r0,-68r218,0r0,-219r68,0r0,219","w":600},",":{"d":"83,-111r111,0v-1,77,7,151,-26,199v-18,27,-45,48,-84,59r0,-50v38,-13,58,-48,58,-97r-59,0r0,-111","w":278},"-":{"d":"50,-318r289,0r0,80r-289,0r0,-80","w":389},".":{"d":"83,-111r111,0r0,111r-111,0r0,-111","w":278},"\/":{"d":"278,-731r73,0r-296,748r-73,0","w":333},"0":{"d":"278,12v-198,0,-236,-162,-236,-360v0,-196,36,-361,236,-361v200,0,236,165,236,361v0,198,-38,360,-236,360xm278,-634v-137,0,-146,145,-146,285v1,137,9,286,146,286v137,0,145,-149,146,-286v0,-140,-9,-285,-146,-285"},"1":{"d":"87,-576v112,1,188,-36,204,-133r65,0r0,709r-85,0r0,-508r-184,0r0,-68"},"2":{"d":"267,-634v-98,0,-137,77,-138,176r-85,0v-3,-155,77,-247,228,-251v162,-5,264,130,208,287v-53,149,-241,174,-332,288v-13,17,-21,37,-25,59r364,0r0,75r-463,0v9,-233,213,-271,334,-389v29,-29,46,-63,46,-117v0,-81,-56,-128,-137,-128"},"3":{"d":"420,-200v0,-107,-89,-148,-202,-133r0,-72v97,7,169,-24,172,-115v2,-74,-55,-115,-126,-114v-92,1,-131,63,-134,154r-85,0v7,-140,75,-229,219,-229v130,0,214,59,216,190v2,70,-53,116,-98,143v81,15,127,81,128,172v3,177,-174,252,-342,200v-87,-27,-139,-100,-138,-215r85,0v3,91,55,159,151,156v89,-3,154,-48,154,-137"},"4":{"d":"419,-241r96,0r0,75r-96,0r0,166r-80,0r0,-166r-311,0r0,-82r323,-461r68,0r0,468xm339,-241r0,-347r-2,0r-236,347r238,0"},"5":{"d":"259,-392v-61,0,-102,32,-132,67r-73,-4r66,-368r350,0r0,75r-286,0r-38,204r2,2v26,-32,79,-51,132,-51v148,0,229,91,229,243v0,175,-156,275,-335,222v-80,-24,-135,-87,-139,-189r85,0v9,79,62,128,149,128v98,0,150,-66,150,-168v0,-100,-60,-161,-160,-161"},"6":{"d":"429,-220v0,-97,-47,-161,-143,-161v-97,0,-147,64,-147,160v0,95,52,158,147,158v94,0,143,-64,143,-157xm38,-329v0,-205,56,-377,261,-380v120,-2,191,69,200,181r-85,0v-7,-62,-50,-107,-119,-106v-138,1,-170,140,-170,271v36,-60,90,-93,177,-93v141,0,217,91,217,230v0,145,-83,238,-237,238v-192,0,-244,-154,-244,-341"},"7":{"d":"142,0v22,-270,139,-463,280,-617r-372,0r0,-80r459,0r0,73v-141,148,-248,362,-272,624r-95,0"},"8":{"d":"280,-336v-89,0,-147,48,-150,136v-3,85,66,139,151,137v87,-2,145,-51,145,-138v0,-85,-61,-135,-146,-135xm164,-381v-54,-20,-99,-77,-99,-147v0,-121,88,-181,208,-181v130,0,215,59,215,181v0,70,-46,124,-98,147v79,24,126,81,126,177v0,141,-94,216,-235,216v-145,0,-241,-70,-241,-216v0,-91,51,-153,124,-177xm279,-634v-73,0,-124,36,-124,109v0,77,50,113,126,114v68,1,117,-44,117,-114v0,-71,-50,-109,-119,-109"},"9":{"d":"264,-316v92,0,145,-63,145,-156v0,-96,-49,-162,-146,-162v-99,0,-139,70,-139,168v0,86,53,150,140,150xm510,-370v0,217,-51,382,-246,382v-128,0,-202,-64,-215,-183r85,0v4,67,61,108,130,108v127,0,159,-130,158,-276v-28,54,-88,98,-164,98v-147,0,-224,-89,-224,-237v0,-144,89,-231,233,-231v187,0,243,140,243,339"},":":{"d":"83,-111r111,0r0,111r-111,0r0,-111xm194,-406r-111,0r0,-111r111,0r0,111","w":278},";":{"d":"83,-111r111,0v-1,77,7,151,-26,199v-19,27,-45,48,-84,59r0,-50v38,-13,58,-48,58,-97r-59,0r0,-111xm194,-406r-111,0r0,-111r111,0r0,111","w":278},"<":{"d":"554,-446r-425,193r425,193r0,68r-508,-230r0,-62r508,-230r0,68","w":600},"=":{"d":"552,-320r-504,0r0,-68r504,0r0,68xm48,-186r504,0r0,68r-504,0r0,-68","w":600},">":{"d":"46,-60r425,-193r-425,-193r0,-68r508,230r0,62r-508,230r0,-68","w":600},"?":{"d":"279,-656v-97,2,-137,68,-139,165r-85,0v3,-145,79,-230,224,-240v188,-13,272,209,157,337v-53,59,-131,96,-119,220r-85,0v-16,-152,83,-193,146,-276v33,-44,26,-140,-14,-175v-22,-19,-49,-31,-85,-31xm218,-111r111,0r0,111r-111,0r0,-111"},"@":{"d":"489,-344v27,-74,4,-161,-69,-161v-104,0,-151,104,-160,209v-7,80,85,126,147,76v36,-29,65,-76,82,-124xm324,-548v76,-44,188,-28,208,57r23,-63r63,0r-92,310v-6,24,-6,56,21,56v114,-28,168,-210,115,-337v-49,-118,-219,-188,-368,-125v-134,57,-233,243,-160,420v45,108,139,192,285,192v116,0,194,-55,248,-121r63,0v-61,100,-159,176,-313,176v-178,0,-290,-100,-346,-229v-38,-90,-36,-202,1,-292v65,-157,259,-280,472,-204v117,42,209,133,209,285v0,132,-72,220,-158,269v-58,33,-137,31,-140,-44r-3,0v-28,30,-70,67,-124,67v-129,0,-168,-141,-126,-261v24,-68,65,-122,122,-156","w":800},"A":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-98,0xm201,-295r242,0r-119,-333r-2,0","w":648,"k":{"y":18,"w":18,"v":18,"Y":74,"W":24,"V":46,"T":92,"\u2019":74}},"B":{"d":"545,-208v0,-164,-218,-110,-372,-119r0,247r238,0v80,1,135,-49,134,-128xm640,-205v0,128,-85,205,-217,205r-345,0r0,-714r309,0v133,-2,219,50,223,175v2,83,-48,134,-106,162v82,16,136,79,136,172xm515,-521v0,-158,-198,-103,-342,-113r0,227v144,-7,342,38,342,-114","w":685},"C":{"d":"373,17v-223,-3,-330,-149,-330,-372v0,-171,73,-290,192,-347v102,-49,268,-30,341,30v49,40,88,96,99,173r-95,0v-21,-95,-88,-152,-200,-152v-169,0,-242,123,-242,289v0,173,70,299,243,299v130,0,194,-84,206,-206r95,0v-17,172,-123,289,-309,286","w":722},"D":{"d":"666,-374v0,239,-105,373,-343,374r-245,0r0,-714r245,0v222,1,343,114,343,340xm571,-361v1,-172,-66,-273,-238,-273r-160,0r0,554r158,0v166,-4,239,-107,240,-281","w":704},"E":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714","w":611},"F":{"d":"78,-714r469,0r0,80r-374,0r0,227r328,0r0,80r-328,0r0,327r-95,0r0,-714","w":574,"k":{"A":55,".":157,",":157}},"G":{"d":"383,-651v-173,0,-245,132,-245,303v0,164,81,285,245,285v145,0,230,-86,229,-233r-228,0r0,-80r313,0r0,376r-60,0r-25,-89v-48,63,-122,106,-229,106v-170,0,-274,-97,-317,-225v-69,-206,19,-423,168,-492v103,-48,273,-34,350,25v53,41,93,98,106,181r-95,0v-19,-102,-93,-157,-212,-157","w":759},"H":{"d":"78,-714r95,0r0,307r376,0r0,-307r95,0r0,714r-95,0r0,-327r-376,0r0,327r-95,0r0,-714","w":722},"I":{"d":"82,-714r95,0r0,714r-95,0r0,-714","w":259},"J":{"d":"232,-63v85,0,114,-48,114,-129r0,-522r95,0r0,536v-4,128,-77,194,-211,195v-149,1,-220,-91,-208,-252r95,0v-4,101,16,172,115,172","w":519},"K":{"d":"78,-714r95,0r0,356r362,-356r123,0r-301,288r313,426r-120,0r-258,-361r-119,111r0,250r-95,0r0,-714","w":667},"L":{"d":"78,-714r95,0r0,634r378,0r0,80r-473,0r0,-714","k":{"y":37,"Y":111,"W":55,"V":92,"T":92,"\u2019":74}},"M":{"d":"80,-714r130,0r225,600r226,-600r130,0r0,714r-90,0r0,-594r-2,0r-223,594r-81,0r-223,-594r-2,0r0,594r-90,0r0,-714","w":871},"N":{"d":"77,-714r101,0r376,579r2,0r0,-579r90,0r0,714r-104,0r-373,-573r-2,0r0,573r-90,0r0,-714","w":722},"O":{"d":"380,17v-276,-3,-395,-249,-320,-515v38,-136,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343v-43,21,-92,31,-149,31xm380,-651v-170,0,-247,126,-247,294v0,168,77,294,247,294v170,0,247,-126,247,-294v0,-168,-77,-294,-247,-294","w":760},"P":{"d":"610,-503v0,135,-80,211,-219,211r-218,0r0,292r-95,0r0,-714r313,0v139,-1,219,75,219,211xm515,-503v0,-93,-56,-132,-156,-131r-186,0r0,262r186,0v101,2,156,-39,156,-131","w":648,"k":{"A":74,".":179,",":179}},"Q":{"d":"636,-617v119,131,109,438,-22,544r94,75r-48,60r-109,-88v-83,53,-227,54,-320,12v-151,-68,-236,-280,-171,-484v43,-135,144,-231,320,-233v118,-1,199,51,256,114xm133,-357v0,168,77,289,247,294v35,0,68,-7,99,-20r-79,-63r50,-58r95,76v52,-50,82,-134,82,-229v0,-168,-77,-294,-247,-294v-170,0,-247,126,-247,294","w":760},"R":{"d":"536,-512v-1,-76,-43,-122,-127,-122r-236,0r0,249v157,-7,367,41,363,-127xm631,-527v1,96,-47,158,-124,183v131,14,96,188,127,302v5,16,12,30,22,42r-106,0v-50,-86,27,-305,-145,-305r-232,0r0,305r-95,0r0,-714r336,0v126,-2,217,67,217,187","w":685,"k":{"Y":37,"W":18,"V":18,"T":18}},"S":{"d":"59,-522v0,-179,188,-239,361,-196v96,24,156,95,161,213r-90,0v-9,-99,-74,-146,-177,-146v-90,0,-160,31,-160,122v0,107,137,103,229,127v115,31,226,64,228,206v4,227,-336,263,-487,152v-52,-39,-87,-101,-87,-191r90,0v4,120,88,172,208,172v98,0,181,-30,181,-130v0,-143,-200,-118,-312,-161v-77,-29,-145,-66,-145,-168","w":648},"T":{"d":"240,-634r-238,0r0,-80r571,0r0,80r-238,0r0,634r-95,0r0,-634","w":574,"k":{"y":111,"w":111,"u":92,"s":111,"r":92,"o":111,"e":111,"c":111,"a":111,"A":92,";":111,":":111,".":111,"-":129,",":111}},"U":{"d":"367,-63v123,0,187,-71,186,-195r0,-456r95,0r0,456v1,180,-103,275,-281,275v-188,0,-292,-87,-293,-275r0,-456r95,0r0,456v-1,126,72,195,198,195","w":722},"V":{"d":"359,0r-108,0r-252,-714r103,0r204,619r2,0r206,-619r99,0","w":611,"k":{"y":18,"u":37,"r":37,"o":55,"i":18,"e":55,"a":55,"A":46,";":46,":":46,".":129,"-":55,",":129}},"W":{"d":"723,0r-99,0r-163,-600r-2,0r-165,600r-99,0r-183,-714r97,0r140,594r2,0r160,-594r103,0r158,594r2,0r145,-594r95,0","w":926,"k":{"u":18,"r":18,"o":57,"e":57,"a":37,"A":24,";":18,":":18,".":74,",":74}},"X":{"d":"248,-367r-235,-347r114,0r178,279r186,-279r106,0r-236,347r251,367r-116,0r-192,-295r-198,295r-107,0","w":611},"Y":{"d":"373,-292r0,292r-95,0r0,-292r-276,-422r113,0r214,340r209,-340r108,0","w":648,"k":{"v":55,"u":74,"q":92,"p":74,"o":111,"i":37,"e":111,"a":92,"A":74,";":92,":":92,".":139,"-":111,",":139}},"Z":{"d":"22,-80r444,-554r-410,0r0,-80r522,0r0,80r-443,554r455,0r0,80r-568,0r0,-80","w":611},"[":{"d":"259,-663r-107,0r0,793r107,0r0,68r-187,0r0,-929r187,0r0,68","w":259},"\\":{"d":"351,17r-73,0r-296,-748r73,0","w":333},"]":{"d":"0,130r107,0r0,-793r-107,0r0,-68r187,0r0,929r-187,0r0,-68","w":259},"^":{"d":"268,-697r64,0r218,433r-70,0r-181,-360r-178,360r-71,0","w":600},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"\u2018":{"d":"195,-456r-111,0v-1,-119,-13,-253,110,-258r0,50v-48,2,-57,48,-58,97r59,0r0,111","w":278,"k":{"\u2018":95}},"a":{"d":"226,-63v89,0,158,-38,158,-117r0,-87v-77,50,-258,2,-258,128v0,56,43,76,100,76xm469,-121v2,35,-4,57,27,58v8,0,17,-2,26,-5r0,66v-53,30,-144,13,-133,-66v-71,110,-353,121,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266","w":537},"b":{"d":"312,-63v114,0,155,-87,155,-200v0,-109,-50,-191,-160,-191v-112,0,-158,84,-158,195v0,114,48,196,163,196xm321,12v-79,0,-134,-34,-169,-81r0,69r-85,0r0,-714r85,0r0,267r2,0v25,-55,89,-82,165,-82v161,0,238,113,238,272v0,159,-77,269,-236,269","w":593},"c":{"d":"36,-252v-3,-194,126,-315,326,-266v79,19,131,75,141,167r-88,0v-13,-63,-55,-103,-128,-103v-118,1,-161,86,-161,202v0,107,43,187,151,189v85,1,132,-50,142,-126r87,0v-17,121,-93,203,-228,201v-161,-2,-239,-102,-242,-264","w":537},"d":{"d":"272,-529v79,0,134,34,169,81r0,-266r85,0r0,714r-85,0v-2,-22,4,-52,-2,-70v-25,55,-89,82,-165,82v-161,0,-238,-113,-238,-272v0,-159,77,-269,236,-269xm281,-454v-114,0,-155,87,-155,200v0,109,50,191,160,191v112,0,158,-84,158,-195v0,-114,-48,-196,-163,-196","w":593},"e":{"d":"287,-63v74,0,121,-36,134,-101r84,0v-20,108,-98,176,-221,176v-168,0,-248,-109,-248,-272v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170xm423,-308v4,-128,-167,-193,-254,-103v-24,25,-40,60,-43,103r297,0","w":537},"f":{"d":"297,-640v-48,-14,-113,-13,-113,51r0,72r100,0r0,75r-100,0r0,442r-85,0r0,-442r-87,0r0,-75r87,0r0,-77v-6,-107,96,-146,198,-120r0,74","w":296,"k":{"f":18,"\u2019":-18}},"g":{"d":"126,-266v0,108,37,197,146,197v112,0,154,-90,154,-200v0,-103,-42,-185,-147,-185v-109,0,-153,80,-153,188xm275,-529v73,0,127,36,155,86r0,-74r80,0r0,473v8,195,-122,284,-314,246v-75,-15,-135,-58,-140,-144r85,0v7,62,68,83,134,84v124,2,165,-103,153,-230v-27,57,-81,94,-161,94v-156,0,-231,-108,-231,-262v0,-158,76,-273,239,-273","w":574},"h":{"d":"302,-454v-102,1,-153,62,-153,162r0,292r-85,0r0,-714r85,0r0,273r2,0v26,-56,85,-87,163,-88v124,-2,179,66,178,189r0,340r-85,0r0,-350v1,-64,-41,-105,-105,-104"},"i":{"d":"69,-517r85,0r0,517r-85,0r0,-517xm154,-610r-85,0r0,-104r85,0r0,104","w":222},"j":{"d":"-14,121v57,9,83,-5,83,-69r0,-569r85,0r0,583v4,103,-68,146,-168,128r0,-73xm154,-610r-85,0r0,-104r85,0r0,104","w":222},"k":{"d":"69,-714r85,0r0,423r236,-226r114,0r-205,188r220,329r-108,0r-177,-270r-80,74r0,196r-85,0r0,-714","w":519},"l":{"d":"69,-714r85,0r0,714r-85,0r0,-714","w":222},"m":{"d":"287,-454v-84,1,-138,57,-138,132r0,322r-85,0r0,-517r80,0v2,24,-4,56,2,76v39,-59,94,-88,167,-88v70,0,125,29,142,88v30,-50,88,-88,162,-88v106,0,171,44,172,150r0,379r-85,0r0,-339v1,-72,-26,-115,-100,-115v-81,0,-136,52,-135,132r0,322r-85,0r0,-339v0,-71,-25,-116,-97,-115","w":853},"n":{"d":"302,-454v-102,1,-153,62,-153,162r0,292r-85,0r0,-517r80,0v2,26,-4,60,2,82v32,-58,85,-93,168,-94v124,0,179,66,178,189r0,340r-85,0r0,-350v1,-64,-41,-105,-105,-104"},"o":{"d":"287,12v-165,0,-251,-106,-251,-270v0,-165,85,-271,251,-271v165,0,251,106,251,271v0,164,-87,270,-251,270xm287,-454v-109,0,-161,82,-161,196v0,114,53,195,161,195v108,0,161,-81,161,-195v0,-114,-52,-196,-161,-196","w":574},"p":{"d":"312,-63v114,0,155,-87,155,-200v0,-109,-50,-191,-160,-191v-112,0,-158,84,-158,195v0,114,48,196,163,196xm321,12v-79,0,-134,-34,-169,-81r0,267r-85,0r0,-715r85,0v2,22,-4,52,2,70v25,-55,89,-82,165,-82v161,0,238,113,238,272v0,159,-77,269,-236,269","w":593},"q":{"d":"272,-529v79,0,134,34,169,81r0,-69r85,0r0,715r-85,0r0,-268r-2,0v-25,55,-89,82,-165,82v-161,0,-238,-113,-238,-272v0,-159,77,-269,236,-269xm281,-454v-114,0,-155,87,-155,200v0,109,50,191,160,191v112,0,158,-84,158,-195v0,-114,-48,-196,-163,-196","w":593},"r":{"d":"333,-439v-134,-1,-188,76,-187,209r0,230r-85,0r0,-517r80,0v2,35,-4,78,2,109v38,-75,85,-122,190,-121r0,90","w":333,"k":{"q":18,"o":18,"n":-18,"g":28,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"470,-151v0,148,-161,184,-302,153v-79,-17,-133,-69,-137,-165r85,0v3,75,63,100,139,100v63,0,125,-13,125,-77v0,-100,-151,-80,-231,-113v-57,-23,-107,-52,-107,-129v-2,-156,225,-180,340,-114v40,23,61,67,65,129r-85,0v-6,-62,-55,-87,-120,-87v-55,0,-107,12,-110,66v28,108,206,68,286,134v29,23,52,52,52,103","w":500},"t":{"d":"285,0v-110,5,-188,2,-188,-113r0,-329r-88,0r0,-75r88,0r0,-155r85,0r0,155r103,0r0,75r-103,0r0,321v-7,57,51,45,103,46r0,75","w":315},"u":{"d":"254,-63v102,-1,153,-62,153,-162r0,-292r85,0r0,517r-80,0v-2,-26,4,-60,-2,-82v-32,58,-85,93,-168,94v-124,0,-179,-66,-178,-189r0,-340r85,0r0,350v-1,64,41,105,105,104"},"v":{"d":"297,0r-91,0r-192,-517r95,0r145,431r2,0r141,-431r89,0","w":500,"k":{".":74,",":74}},"w":{"d":"576,0r-90,0r-105,-411r-2,0r-104,411r-92,0r-166,-517r94,0r117,423r2,0r104,-423r93,0r108,423r2,0r116,-423r88,0","w":758,"k":{".":55,",":55}},"x":{"d":"203,-272r-180,-245r109,0r124,181r129,-181r102,0r-178,238r200,279r-109,0r-144,-214r-144,214r-103,0","w":518},"y":{"d":"238,133v-26,59,-100,90,-180,65r0,-78v26,11,68,19,92,0v33,-26,44,-82,63,-123r-205,-514r96,0r151,423r2,0r145,-423r90,0r-225,586v-10,25,-21,46,-29,64","w":500,"k":{".":74,",":74}},"z":{"d":"22,-65r312,-377r-292,0r0,-75r402,0r0,58r-316,384r330,0r0,75r-436,0r0,-65","w":480},"{":{"d":"131,-600v3,-101,65,-143,178,-131r0,60r-50,0v-42,2,-48,43,-48,86r0,183v-1,71,-36,117,-87,134r0,3v55,14,87,61,87,134r0,183v1,42,6,86,48,86r50,0r0,60v-112,11,-178,-30,-178,-131r0,-182v3,-62,-33,-114,-83,-117r0,-68v113,-12,79,-179,83,-300","w":333},"|":{"d":"77,-786r68,0r0,1000r-68,0r0,-1000","w":222},"}":{"d":"202,67v-3,101,-65,143,-178,131r0,-60r50,0v42,-2,48,-43,48,-86r0,-183v1,-71,36,-117,87,-134r0,-3v-55,-14,-87,-61,-87,-134r0,-181v-1,-43,-6,-88,-48,-88r-50,0r0,-60v112,-11,175,30,178,131v4,121,-31,288,83,300r0,68v-113,12,-79,179,-83,299","w":333},"~":{"d":"194,-315v84,0,140,60,213,72v49,-4,65,-46,88,-76r36,50v-29,40,-58,86,-125,86v-91,0,-124,-72,-217,-72v-49,0,-67,41,-84,76r-36,-50v24,-45,57,-86,125,-86","w":600},"\u00a1":{"d":"82,-22r25,-311r45,0r25,311r0,220r-95,0r0,-220xm185,-406r-111,0r0,-111r111,0r0,111","w":259},"\u00a2":{"d":"272,-454v-163,5,-175,300,-62,371v17,11,38,18,62,20r0,-391xm517,-189v-17,113,-80,197,-206,201r0,104r-39,0r0,-104v-150,-10,-226,-109,-226,-264v0,-159,77,-263,226,-277r0,-95r39,0r0,95v116,4,192,63,203,178r-87,0v-13,-58,-49,-100,-116,-103r0,391v72,-5,110,-59,121,-126r85,0"},"\u00a3":{"d":"157,-234v0,-33,-15,-69,-25,-93r-85,0r0,-45r58,0v-25,-44,-49,-90,-47,-156v4,-133,96,-203,228,-203v154,0,241,94,236,258r-85,0v-3,-107,-43,-181,-146,-183v-115,-3,-173,109,-125,214v10,24,22,47,34,70r159,0r0,45r-137,0v10,20,20,46,20,75v-1,99,-62,141,-116,188r2,2v63,-40,171,-28,240,-2v50,19,104,-6,133,-31r43,66v-35,32,-86,46,-146,46v-77,0,-125,-41,-204,-41v-43,0,-72,16,-100,35r-47,-66v54,-39,107,-90,110,-179"},"\u2044":{"d":"269,-725r64,0r-435,753r-64,0","w":167},"\u00a5":{"d":"232,-174r-141,0r0,-60r141,0r0,-42r-18,-33r-123,0r0,-60r92,0r-183,-345r109,0r174,353r169,-353r104,0r-178,345r93,0r0,60r-126,0r-18,33r0,42r144,0r0,60r-144,0r0,174r-95,0r0,-174"},"\u0192":{"d":"478,-639v-59,-2,-108,-4,-121,52r-31,138r102,0r-14,68r-100,0r-55,311v-25,127,-45,235,-190,235r-66,0r14,-75v64,0,112,-1,125,-47v38,-131,55,-286,84,-424r-92,0r13,-68r91,0v20,-84,20,-179,76,-229v41,-37,104,-37,178,-36"},"\u00a7":{"d":"362,-124v46,-15,98,-77,62,-132v-52,-79,-159,-106,-234,-164v-47,13,-98,77,-64,133v49,82,162,104,236,163xm96,-569v0,-106,79,-162,185,-162v114,0,184,66,184,185r-85,0v-1,-60,-38,-110,-101,-110v-72,0,-124,71,-81,130v85,116,318,110,318,297v0,77,-47,123,-104,147v39,29,59,69,59,120v0,107,-79,158,-187,160v-120,2,-194,-75,-201,-189r85,0v0,67,46,114,114,114v75,0,131,-69,86,-130v-90,-123,-333,-116,-333,-318v0,-73,48,-119,107,-138v-26,-28,-46,-57,-46,-106"},"\u00a4":{"d":"80,-203v-66,-65,-70,-232,2,-294r-57,-58r49,-49r56,56v65,-64,229,-67,294,-1r57,-56r50,51r-55,55v68,64,67,233,0,298r55,56r-47,47r-56,-58v-64,71,-235,71,-300,1r-55,58r-48,-48xm443,-351v0,-101,-62,-173,-162,-173v-104,0,-168,71,-168,175v0,103,65,173,167,173v102,0,163,-72,163,-175"},"'":{"d":"105,-714r68,0r0,258r-68,0r0,-258","w":278},"\u201c":{"d":"360,-456r-111,0v-1,-119,-13,-253,110,-258r0,50v-48,2,-57,48,-58,97r59,0r0,111xm177,-456r-111,0v-1,-119,-13,-253,110,-258r0,50v-48,2,-57,48,-58,97r59,0r0,111","w":426},"\u00ab":{"d":"246,-234r0,-88r152,-120r0,86r-100,78r100,78r0,86xm50,-234r0,-88r152,-120r0,86r-100,78r100,78r0,86","w":463},"\u2039":{"d":"50,-234r0,-88r152,-120r0,86r-100,78r100,78r0,86","w":259},"\u203a":{"d":"209,-322r0,88r-152,120r0,-86r100,-78r-100,-78r0,-86","w":259},"\ufb01":{"d":"297,-640v-48,-14,-113,-13,-113,51r0,72r100,0r0,75r-100,0r0,442r-85,0r0,-442r-87,0r0,-75r87,0r0,-77v-6,-107,96,-146,198,-120r0,74xm365,-610r0,-104r85,0r0,104r-85,0xm365,0r0,-517r85,0r0,517r-85,0","w":518},"\ufb02":{"d":"297,-640v-48,-14,-113,-13,-113,51r0,72r100,0r0,75r-100,0r0,442r-85,0r0,-442r-87,0r0,-75r87,0r0,-77v-6,-107,96,-146,198,-120r0,74xm365,-714r85,0r0,714r-85,0r0,-714","w":518},"\u2013":{"d":"0,-318r500,0r0,80r-500,0r0,-80","w":500},"\u2020":{"d":"236,-442r-194,0r0,-75r194,0r0,-197r80,0r0,197r198,0r0,75r-198,0r0,597r-80,0r0,-597"},"\u2021":{"d":"236,-42r-194,0r0,-75r194,0r0,-325r-194,0r0,-75r194,0r0,-197r80,0r0,197r198,0r0,75r-198,0r0,325r198,0r0,75r-198,0r0,197r-80,0r0,-197"},"\u00b7":{"d":"140,-247v-34,0,-65,-30,-65,-64v0,-34,30,-64,64,-64v34,0,64,30,64,64v0,31,-31,64,-63,64","w":278},"\u201a":{"d":"83,-111r111,0v1,119,13,253,-110,258r0,-50v48,-2,57,-48,58,-97r-59,0r0,-111","w":278},"\u201e":{"d":"66,-111r111,0v1,119,13,253,-110,258r0,-50v48,-2,57,-48,58,-97r-59,0r0,-111xm249,-111r111,0v1,119,13,253,-110,258r0,-50v48,-2,57,-48,58,-97r-59,0r0,-111","w":426},"\u201d":{"d":"249,-714r111,0v1,119,13,253,-110,258r0,-50v48,-2,57,-48,58,-97r-59,0r0,-111xm66,-714r111,0v1,119,13,253,-110,258r0,-50v48,-2,57,-48,58,-97r-59,0r0,-111","w":426},"\u00bb":{"d":"217,-322r0,88r-152,120r0,-86r100,-78r-100,-78r0,-86xm413,-322r0,88r-152,120r0,-86r100,-78r-100,-78r0,-86","w":463},"\u2026":{"d":"111,-111r111,0r0,111r-111,0r0,-111xm444,-111r111,0r0,111r-111,0r0,-111xm777,-111r111,0r0,111r-111,0r0,-111","w":1000},"\u2030":{"d":"218,-368v-102,-1,-146,-65,-146,-167v0,-104,42,-174,148,-174v103,0,146,67,146,169v0,99,-47,172,-148,172xm223,-654v-60,0,-76,57,-76,116v0,60,12,115,72,115v58,0,72,-56,72,-114v0,-56,-12,-117,-68,-117xm628,-722r85,0r-537,744r-86,0xm583,12v-102,-1,-146,-65,-146,-167v0,-104,42,-174,148,-174v103,0,146,67,146,169v0,99,-47,172,-148,172xm588,-274v-60,0,-76,57,-76,116v0,60,12,115,72,115v58,0,72,-56,72,-114v0,-56,-12,-117,-68,-117xm928,12v-102,-1,-146,-65,-146,-167v0,-104,42,-174,148,-174v103,0,146,67,146,169v0,99,-47,172,-148,172xm933,-274v-60,0,-76,57,-76,116v0,60,12,115,72,115v58,0,72,-56,72,-114v0,-56,-12,-117,-68,-117","w":1148},"`":{"d":"-23,-731r109,0r86,143r-64,0","w":222},"\u00b4":{"d":"136,-731r109,0r-131,143r-64,0","w":222},"\u02c6":{"d":"64,-731r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":222},"\u02dc":{"d":"187,-667v27,1,39,-25,46,-44r52,0v-9,58,-36,115,-110,111v-48,-2,-84,-39,-133,-39v-26,0,-48,15,-48,42r-52,0v17,-55,36,-109,105,-110v57,-1,86,37,140,40","w":222},"\u00af":{"d":"-59,-675r341,0r0,55r-341,0r0,-55","w":222},"\u02d8":{"d":"267,-731v-13,81,-66,138,-158,138v-96,0,-141,-52,-154,-138r50,0v16,55,53,83,112,83v63,0,79,-37,99,-83r51,0","w":222},"\u02d9":{"d":"156,-592r-90,0r0,-104r90,0r0,104","w":222},"\u00a8":{"d":"160,-696r90,0r0,104r-90,0r0,-104xm-28,-696r90,0r0,104r-90,0r0,-104","w":222},"\u02da":{"d":"111,-730v-38,0,-68,30,-68,68v0,38,30,68,68,68v38,0,68,-30,68,-68v0,-38,-30,-68,-68,-68xm111,-549v-67,0,-113,-46,-113,-113v0,-67,46,-113,113,-113v67,0,113,46,113,113v0,67,-46,113,-113,113","w":222},"\u00b8":{"d":"146,129v-1,-35,-60,-37,-88,-23r-17,-28r61,-78r42,0r-42,53v45,-13,122,3,119,68v-4,99,-138,102,-216,70r18,-44v33,15,114,26,123,-18","w":222},"\u02dd":{"d":"33,-731r105,0r-120,143r-66,0xm189,-731r105,0r-120,143r-66,0","w":222},"\u02db":{"d":"76,128v6,-68,61,-95,114,-131r40,0v-39,37,-86,59,-86,121v0,22,13,42,38,42v32,0,47,-12,62,-30r32,18v-28,78,-210,94,-200,-20","w":222},"\u02c7":{"d":"158,-588r-93,0r-104,-143r84,0r69,96r70,-96r77,0","w":222},"\u2014":{"d":"130,-318r740,0r0,80r-740,0r0,-80","w":1000},"\u00c6":{"d":"354,-714r535,0r0,80r-351,0r0,227r330,0r0,80r-330,0r0,247r357,0r0,80r-447,0r0,-208r-246,0r-102,208r-107,0xm407,-634r-168,346r209,0r0,-346r-41,0","w":926},"\u00aa":{"d":"187,-709v69,0,130,17,130,87r0,160v-4,30,12,37,36,30r0,44v-37,16,-97,10,-94,-38v-55,67,-233,69,-234,-43v-1,-107,130,-91,213,-113v15,-4,21,-12,22,-28v0,-42,-36,-49,-77,-49v-46,1,-81,12,-83,56r-60,0v5,-78,65,-106,147,-106xm93,-471v-1,35,29,40,62,41v74,0,112,-34,102,-116v-46,31,-160,2,-164,75","w":378},"\u0141":{"d":"78,-240r-79,56r0,-76r79,-56r0,-398r95,0r0,330r228,-160r0,76r-228,160r0,228r378,0r0,80r-473,0r0,-240"},"\u00d8":{"d":"380,-651v-202,1,-276,193,-235,393v7,32,21,61,38,88r369,-407v-37,-43,-93,-74,-172,-74xm380,-63v201,-1,276,-190,236,-391v-6,-32,-20,-61,-37,-87r-369,407v38,42,91,71,170,71xm380,-731v104,-1,178,36,232,88r79,-87r32,30r-82,90v75,87,105,256,59,394v-45,134,-144,231,-320,233v-102,1,-175,-35,-229,-86r-81,89r-33,-30r84,-92v-76,-86,-107,-257,-61,-396v45,-134,144,-231,320,-233","w":760},"\u0152":{"d":"133,-351v0,166,74,288,239,288v99,0,180,-45,179,-141r-2,-335v-16,-71,-88,-112,-175,-112v-169,0,-241,131,-241,300xm231,-702v99,-47,271,-37,318,47r2,0r0,-59r477,0r0,80r-382,0r0,227r350,0r0,80r-350,0r0,247r388,0r0,80r-483,0v-2,-22,4,-51,-2,-69v-48,88,-218,108,-324,57v-117,-56,-187,-174,-187,-343v0,-173,73,-290,193,-347","w":1074},"\u00ba":{"d":"25,-543v0,-104,61,-166,167,-166v107,0,167,62,167,166v0,99,-61,165,-166,163v-106,-2,-168,-59,-168,-163xm291,-542v0,-73,-31,-117,-99,-117v-62,0,-101,45,-99,116v1,68,31,113,100,113v69,0,98,-45,98,-112","w":384},"\u00e6":{"d":"756,-308v15,-160,-233,-196,-279,-58v-7,18,-10,37,-10,58r289,0xm387,-267v-80,48,-261,2,-261,128v0,56,43,76,100,76v89,0,161,-38,161,-117r0,-87xm448,-454v41,-76,190,-96,277,-52v87,44,121,144,121,273r-379,0v3,102,52,170,155,170v70,0,118,-38,131,-100r87,0v-22,106,-101,174,-224,175v-95,0,-158,-33,-187,-101v-35,68,-119,101,-218,101v-104,0,-174,-41,-175,-145v-3,-167,184,-147,310,-185v27,-8,41,-22,41,-56v0,-65,-52,-80,-117,-80v-74,1,-127,23,-129,98r-85,0v6,-123,92,-171,219,-173v80,0,146,20,173,75","w":870},"\u0131":{"d":"69,0r0,-517r85,0r0,517r-85,0","w":222},"\u0142":{"d":"69,-321r-70,55r0,-71r70,-56r0,-321r85,0r0,254r70,-56r0,71r-70,56r0,389r-85,0r0,-321","w":222},"\u00f8":{"d":"287,-454v-152,0,-197,194,-131,317r242,-270v-29,-31,-66,-47,-111,-47xm287,-63v151,0,196,-190,133,-314r-242,269v30,30,66,45,109,45xm287,-529v75,0,127,22,168,59r58,-65r27,26r-60,66v37,44,58,108,58,185v0,164,-87,267,-251,270v-72,1,-125,-23,-165,-57r-60,67r-28,-24r62,-69v-37,-46,-60,-108,-60,-187v0,-165,85,-271,251,-271","w":574},"\u0153":{"d":"450,-438v40,-84,194,-118,292,-68v87,44,128,141,122,273r-375,0v1,101,49,170,149,170v73,0,123,-42,140,-101r81,0v-34,117,-108,176,-221,176v-93,0,-160,-31,-188,-102v-27,69,-92,102,-179,102v-162,0,-235,-111,-235,-271v0,-161,74,-270,235,-270v89,0,149,24,179,91xm774,-308v1,-87,-53,-146,-141,-146v-87,0,-146,61,-144,146r285,0xm271,-63v110,0,144,-89,144,-197v0,-109,-33,-194,-144,-194v-110,0,-145,96,-145,206v0,102,42,185,145,185","w":891},"\u00df":{"d":"268,-656v-86,0,-119,49,-119,140r0,516r-85,0r0,-531v4,-125,73,-200,198,-200v116,0,204,59,207,175v2,85,-39,132,-104,157v89,14,136,80,136,179v0,156,-108,248,-274,228r0,-74v106,19,184,-45,184,-143v0,-119,-67,-153,-184,-150r0,-68v90,4,152,-28,152,-116v0,-68,-43,-113,-111,-113"},"\u00f7":{"d":"48,-287r504,0r0,68r-504,0r0,-68xm301,-395v-34,0,-65,-30,-65,-64v0,-34,30,-64,64,-64v34,0,64,30,64,64v0,31,-31,64,-63,64xm301,17v-34,0,-65,-30,-65,-64v0,-34,30,-64,64,-64v34,0,64,30,64,64v0,31,-31,64,-63,64","w":600},"\u00b9":{"d":"66,-638v67,-1,120,-16,133,-71r50,0r0,429r-68,0r0,-308r-115,0r0,-50","w":333},"\u00d7":{"d":"71,-72r182,-182r-181,-180r48,-48r181,180r180,-180r48,48r-180,180r181,182r-48,48r-181,-182r-182,182","w":600},"\u00ae":{"d":"54,-210v-40,-89,-40,-207,0,-296v58,-127,171,-225,347,-225v174,0,288,99,345,225v40,89,40,207,0,296v-57,128,-169,227,-345,227v-176,0,-290,-100,-347,-227xm401,-676v-237,0,-365,214,-285,444v39,112,136,194,285,194v147,0,238,-85,283,-194v53,-126,7,-287,-64,-352v-53,-49,-124,-92,-219,-92xm577,-451v2,77,-49,111,-115,119r125,193r-73,0r-119,-188r-72,0r0,188r-68,0r0,-437r169,0v97,0,152,34,153,125xm509,-454v0,-85,-104,-64,-186,-67r0,139v85,-2,186,18,186,-72","w":800},"\u00de":{"d":"610,-388v0,135,-80,210,-219,210r-218,0r0,178r-95,0r0,-714r95,0r0,114r218,0v139,-1,219,77,219,212xm515,-388v0,-94,-55,-133,-156,-132r-186,0r0,262r186,0v101,2,156,-37,156,-130","w":648},"\u00a6":{"d":"77,-161r68,0r0,250r-68,0r0,-250xm145,-411r-68,0r0,-250r68,0r0,250","w":222},"\u00d0":{"d":"666,-374v0,239,-105,373,-343,374r-245,0r0,-339r-70,0r0,-68r70,0r0,-307r245,0v222,1,343,114,343,340xm571,-361v1,-172,-66,-273,-238,-273r-160,0r0,227r214,0r0,68r-214,0r0,259r158,0v166,-4,239,-107,240,-281","w":704},"\u2212":{"d":"48,-287r504,0r0,68r-504,0r0,-68","w":600},"\u00e7":{"d":"304,129v-1,-35,-60,-37,-88,-23r-17,-28r53,-68v-143,-13,-213,-109,-216,-262v-3,-194,126,-315,326,-266v79,19,131,75,141,167r-88,0v-13,-63,-55,-103,-128,-103v-118,1,-161,86,-161,202v0,107,43,187,151,189v85,1,132,-50,142,-126r87,0v-18,116,-88,195,-213,200r-33,42v45,-13,122,3,119,68v-4,99,-138,102,-216,70r18,-44v33,15,114,26,123,-18","w":537},"\u00f0":{"d":"36,-258v0,-148,85,-244,236,-248v63,-2,107,22,141,56v-29,-60,-73,-114,-122,-151r-115,54r-38,-40r109,-51v-18,-17,-49,-36,-70,-48r70,-45r77,56r120,-56r35,37r-115,53v108,87,174,207,174,383v0,164,-87,270,-251,270v-165,0,-251,-106,-251,-270xm448,-258v0,-107,-56,-172,-166,-173v-102,-2,-157,72,-156,173v1,114,53,195,161,195v108,0,161,-81,161,-195","w":574},"\u00b1":{"d":"48,-339r218,0r0,-166r68,0r0,166r218,0r0,68r-218,0r0,167r-68,0r0,-167r-218,0r0,-68xm48,-68r504,0r0,68r-504,0r0,-68","w":600},"\u00c7":{"d":"396,129v-1,-35,-60,-37,-88,-23r-17,-28r49,-63v-199,-19,-297,-157,-297,-370v0,-171,73,-290,192,-347v102,-49,268,-30,341,30v49,40,88,96,99,173r-95,0v-21,-95,-88,-152,-200,-152v-169,0,-242,123,-242,289v0,173,70,299,243,299v130,0,194,-84,206,-206r95,0v-17,169,-120,283,-301,285r-29,37v45,-13,122,3,119,68v-4,99,-138,102,-216,70r18,-44v33,15,114,26,123,-18","w":722},"\u00fe":{"d":"312,-63v114,0,155,-87,155,-200v0,-109,-50,-191,-160,-191v-112,0,-158,84,-158,195v0,114,48,196,163,196xm321,12v-79,0,-134,-34,-169,-81r0,267r-85,0r0,-912r85,0r0,267r2,0v25,-55,89,-82,165,-82v161,0,238,113,238,272v0,159,-77,269,-236,269","w":593},"\u00a9":{"d":"54,-210v-40,-89,-40,-207,0,-296v58,-127,171,-225,347,-225v174,0,288,99,345,225v40,89,40,207,0,296v-57,128,-169,227,-345,227v-176,0,-290,-100,-347,-227xm401,-676v-237,0,-364,214,-285,444v39,112,136,194,285,194v147,0,238,-85,283,-194v53,-126,7,-286,-64,-352v-53,-49,-124,-92,-219,-92xm413,-183v67,2,114,-44,122,-102r64,0v-18,89,-86,157,-186,157v-141,0,-219,-89,-222,-229v-4,-163,122,-261,287,-219v66,17,108,69,120,143r-63,0v-10,-55,-58,-98,-124,-97v-102,2,-152,70,-152,171v0,101,53,173,154,176","w":800},"\u00ac":{"d":"552,-109r-68,0r0,-211r-436,0r0,-68r504,0r0,279","w":600},"\u00b2":{"d":"172,-654v-58,0,-81,46,-82,99r-68,0v-1,-91,61,-154,153,-154v102,0,178,77,138,175v-36,88,-152,106,-215,170v-8,9,-13,19,-16,29r235,0r0,55r-303,0v3,-146,136,-162,212,-234v18,-17,29,-37,29,-70v1,-43,-39,-70,-83,-70","w":333},"\u00b3":{"d":"258,-400v-2,-65,-55,-81,-126,-77r0,-50v57,3,107,-10,107,-65v1,-41,-35,-62,-77,-62v-53,0,-80,36,-80,86r-68,0v5,-85,58,-142,148,-141v83,1,142,34,145,117v1,45,-39,70,-68,87v53,8,85,46,87,102v6,157,-262,168,-310,51v-7,-18,-12,-39,-12,-62r68,0v1,56,34,86,92,86v47,0,95,-25,94,-72","w":333},"\u2122":{"d":"390,-659r-129,0r0,357r-68,0r0,-357r-129,0r0,-55r326,0r0,55xm927,-302r-68,0r0,-344r-2,0r-135,344r-43,0r-135,-344r-2,0r0,344r-68,0r0,-412r105,0r123,313r121,-313r104,0r0,412","w":990},"\u00b0":{"d":"200,-421v-87,0,-144,-57,-144,-144v0,-87,58,-144,144,-144v86,0,144,58,144,144v0,86,-57,144,-144,144xm200,-659v-58,0,-94,38,-94,94v0,56,36,94,94,94v58,0,94,-38,94,-94v0,-56,-36,-94,-94,-94","w":400},"\u00b5":{"d":"254,-63v102,-1,153,-62,153,-162r0,-292r85,0r0,517r-80,0v-2,-26,4,-60,-2,-82v-32,58,-85,93,-168,94v-45,1,-72,-14,-93,-38r0,224r-85,0r0,-715r85,0r0,350v-1,64,41,105,105,104"},"#":{"d":"131,-206r-97,0r0,-68r107,0r21,-150r-102,0r0,-68r111,0r29,-205r69,0r-29,205r124,0r29,-205r69,0r-29,205r89,0r0,68r-98,0r-21,150r91,0r0,68r-101,0r-29,206r-69,0r29,-206r-124,0r-29,206r-69,0xm231,-424r-21,150r124,0r21,-150r-124,0"},"\u00c1":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-98,0xm201,-295r242,0r-119,-333r-2,0xm349,-908r109,0r-131,143r-64,0","w":648},"\u00c2":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-98,0xm201,-295r242,0r-119,-333r-2,0xm277,-908r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":648},"\u00c4":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-98,0xm201,-295r242,0r-119,-333r-2,0xm373,-873r90,0r0,104r-90,0r0,-104xm185,-873r90,0r0,104r-90,0r0,-104","w":648},"\u00c0":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-98,0xm201,-295r242,0r-119,-333r-2,0xm190,-908r109,0r86,143r-64,0","w":648},"\u00c5":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-98,0xm201,-295r242,0r-119,-333r-2,0xm324,-907v-38,0,-68,30,-68,68v0,38,30,68,68,68v38,0,68,-30,68,-68v0,-38,-30,-68,-68,-68xm324,-726v-67,0,-113,-46,-113,-113v0,-67,46,-113,113,-113v67,0,113,46,113,113v0,67,-46,113,-113,113","w":648},"\u00c3":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-98,0xm201,-295r242,0r-119,-333r-2,0xm400,-844v27,1,39,-25,46,-44r52,0v-9,58,-36,115,-110,111v-48,-2,-84,-39,-133,-39v-26,0,-48,15,-48,42r-52,0v17,-55,36,-109,105,-110v57,-1,86,37,140,40","w":648},"\u00c9":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714xm331,-908r109,0r-131,143r-64,0","w":611},"\u00ca":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714xm259,-908r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":611},"\u00cb":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714xm355,-873r90,0r0,104r-90,0r0,-104xm167,-873r90,0r0,104r-90,0r0,-104","w":611},"\u00c8":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714xm172,-908r109,0r86,143r-64,0","w":611},"\u00cd":{"d":"82,-714r95,0r0,714r-95,0r0,-714xm155,-908r109,0r-131,143r-64,0","w":259},"\u00ce":{"d":"82,-714r95,0r0,714r-95,0r0,-714xm83,-908r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":259},"\u00cf":{"d":"82,-714r95,0r0,714r-95,0r0,-714xm179,-873r90,0r0,104r-90,0r0,-104xm-9,-873r90,0r0,104r-90,0r0,-104","w":259},"\u00cc":{"d":"82,-714r95,0r0,714r-95,0r0,-714xm-4,-908r109,0r86,143r-64,0","w":259},"\u00d1":{"d":"77,-714r101,0r376,579r2,0r0,-579r90,0r0,714r-104,0r-373,-573r-2,0r0,573r-90,0r0,-714xm437,-844v27,1,39,-25,46,-44r52,0v-9,58,-36,115,-110,111v-48,-2,-84,-39,-133,-39v-26,0,-48,15,-48,42r-52,0v17,-55,36,-109,105,-110v57,-1,86,37,140,40","w":722},"\u00d3":{"d":"380,17v-276,-3,-395,-249,-320,-515v38,-136,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343v-43,21,-92,31,-149,31xm380,-651v-170,0,-247,126,-247,294v0,168,77,294,247,294v170,0,247,-126,247,-294v0,-168,-77,-294,-247,-294xm405,-908r109,0r-131,143r-64,0","w":760},"\u00d4":{"d":"380,17v-276,-3,-395,-249,-320,-515v38,-136,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343v-43,21,-92,31,-149,31xm380,-651v-170,0,-247,126,-247,294v0,168,77,294,247,294v170,0,247,-126,247,-294v0,-168,-77,-294,-247,-294xm333,-908r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":760},"\u00d6":{"d":"380,17v-276,-3,-395,-249,-320,-515v38,-136,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343v-43,21,-92,31,-149,31xm380,-651v-170,0,-247,126,-247,294v0,168,77,294,247,294v170,0,247,-126,247,-294v0,-168,-77,-294,-247,-294xm429,-873r90,0r0,104r-90,0r0,-104xm241,-873r90,0r0,104r-90,0r0,-104","w":760},"\u00d2":{"d":"380,17v-276,-3,-395,-249,-320,-515v38,-136,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343v-43,21,-92,31,-149,31xm380,-651v-170,0,-247,126,-247,294v0,168,77,294,247,294v170,0,247,-126,247,-294v0,-168,-77,-294,-247,-294xm246,-908r109,0r86,143r-64,0","w":760},"\u00d5":{"d":"380,17v-276,-3,-395,-249,-320,-515v38,-136,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343v-43,21,-92,31,-149,31xm380,-651v-170,0,-247,126,-247,294v0,168,77,294,247,294v170,0,247,-126,247,-294v0,-168,-77,-294,-247,-294xm456,-844v27,1,39,-25,46,-44r52,0v-9,58,-36,115,-110,111v-48,-2,-84,-39,-133,-39v-26,0,-48,15,-48,42r-52,0v17,-55,36,-109,105,-110v57,-1,86,37,140,40","w":760},"\u0160":{"d":"59,-522v0,-179,188,-239,361,-196v96,24,156,95,161,213r-90,0v-9,-99,-74,-146,-177,-146v-90,0,-160,31,-160,122v0,107,137,103,229,127v115,31,226,64,228,206v4,227,-336,263,-487,152v-52,-39,-87,-101,-87,-191r90,0v4,120,88,172,208,172v98,0,181,-30,181,-130v0,-143,-200,-118,-312,-161v-77,-29,-145,-66,-145,-168xm371,-765r-93,0r-104,-143r84,0r69,96r70,-96r77,0","w":648},"\u00da":{"d":"367,-63v123,0,187,-71,186,-195r0,-456r95,0r0,456v1,180,-103,275,-281,275v-188,0,-292,-87,-293,-275r0,-456r95,0r0,456v-1,126,72,195,198,195xm386,-908r109,0r-131,143r-64,0","w":722},"\u00db":{"d":"367,-63v123,0,187,-71,186,-195r0,-456r95,0r0,456v1,180,-103,275,-281,275v-188,0,-292,-87,-293,-275r0,-456r95,0r0,456v-1,126,72,195,198,195xm314,-908r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":722},"\u00dc":{"d":"367,-63v123,0,187,-71,186,-195r0,-456r95,0r0,456v1,180,-103,275,-281,275v-188,0,-292,-87,-293,-275r0,-456r95,0r0,456v-1,126,72,195,198,195xm410,-873r90,0r0,104r-90,0r0,-104xm222,-873r90,0r0,104r-90,0r0,-104","w":722},"\u00d9":{"d":"367,-63v123,0,187,-71,186,-195r0,-456r95,0r0,456v1,180,-103,275,-281,275v-188,0,-292,-87,-293,-275r0,-456r95,0r0,456v-1,126,72,195,198,195xm227,-908r109,0r86,143r-64,0","w":722},"\u00dd":{"d":"373,-292r0,292r-95,0r0,-292r-276,-422r113,0r214,340r209,-340r108,0xm349,-908r109,0r-131,143r-64,0","w":648},"\u0178":{"d":"373,-292r0,292r-95,0r0,-292r-276,-422r113,0r214,340r209,-340r108,0xm373,-873r90,0r0,104r-90,0r0,-104xm185,-873r90,0r0,104r-90,0r0,-104","w":648},"\u017d":{"d":"22,-80r444,-554r-410,0r0,-80r522,0r0,80r-443,554r455,0r0,80r-568,0r0,-80xm353,-765r-93,0r-104,-143r84,0r69,96r70,-96r77,0","w":611},"\u00e1":{"d":"226,-63v89,0,158,-38,158,-117r0,-87v-77,50,-258,2,-258,128v0,56,43,76,100,76xm469,-121v2,35,-4,57,27,58v8,0,17,-2,26,-5r0,66v-53,30,-144,13,-133,-66v-71,110,-353,121,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266xm294,-731r109,0r-131,143r-64,0","w":537},"\u00e2":{"d":"226,-63v89,0,158,-38,158,-117r0,-87v-77,50,-258,2,-258,128v0,56,43,76,100,76xm469,-121v2,35,-4,57,27,58v8,0,17,-2,26,-5r0,66v-53,30,-144,13,-133,-66v-71,110,-353,121,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266xm222,-731r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":537},"\u00e4":{"d":"226,-63v89,0,158,-38,158,-117r0,-87v-77,50,-258,2,-258,128v0,56,43,76,100,76xm469,-121v2,35,-4,57,27,58v8,0,17,-2,26,-5r0,66v-53,30,-144,13,-133,-66v-71,110,-353,121,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266xm318,-696r90,0r0,104r-90,0r0,-104xm130,-696r90,0r0,104r-90,0r0,-104","w":537},"\u00e0":{"d":"226,-63v89,0,158,-38,158,-117r0,-87v-77,50,-258,2,-258,128v0,56,43,76,100,76xm469,-121v2,35,-4,57,27,58v8,0,17,-2,26,-5r0,66v-53,30,-144,13,-133,-66v-71,110,-353,121,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266xm135,-731r109,0r86,143r-64,0","w":537},"\u00e5":{"d":"226,-63v89,0,158,-38,158,-117r0,-87v-77,50,-258,2,-258,128v0,56,43,76,100,76xm469,-121v2,35,-4,57,27,58v8,0,17,-2,26,-5r0,66v-53,30,-144,13,-133,-66v-71,110,-353,121,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266xm269,-730v-38,0,-68,30,-68,68v0,38,30,68,68,68v38,0,68,-30,68,-68v0,-38,-30,-68,-68,-68xm269,-549v-67,0,-113,-46,-113,-113v0,-67,46,-113,113,-113v67,0,113,46,113,113v0,67,-46,113,-113,113","w":537},"\u00e3":{"d":"226,-63v89,0,158,-38,158,-117r0,-87v-77,50,-258,2,-258,128v0,56,43,76,100,76xm469,-121v2,35,-4,57,27,58v8,0,17,-2,26,-5r0,66v-53,30,-144,13,-133,-66v-71,110,-353,121,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266xm345,-667v27,1,39,-25,46,-44r52,0v-9,58,-36,115,-110,111v-48,-2,-84,-39,-133,-39v-26,0,-48,15,-48,42r-52,0v17,-55,36,-109,105,-110v57,-1,86,37,140,40","w":537},"\u00e9":{"d":"287,-63v74,0,121,-36,134,-101r84,0v-20,108,-98,176,-221,176v-168,0,-248,-109,-248,-272v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170xm423,-308v4,-128,-167,-193,-254,-103v-24,25,-40,60,-43,103r297,0xm294,-731r109,0r-131,143r-64,0","w":537},"\u00ea":{"d":"287,-63v74,0,121,-36,134,-101r84,0v-20,108,-98,176,-221,176v-168,0,-248,-109,-248,-272v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170xm423,-308v4,-128,-167,-193,-254,-103v-24,25,-40,60,-43,103r297,0xm222,-731r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":537},"\u00eb":{"d":"287,-63v74,0,121,-36,134,-101r84,0v-20,108,-98,176,-221,176v-168,0,-248,-109,-248,-272v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170xm423,-308v4,-128,-167,-193,-254,-103v-24,25,-40,60,-43,103r297,0xm318,-696r90,0r0,104r-90,0r0,-104xm130,-696r90,0r0,104r-90,0r0,-104","w":537},"\u00e8":{"d":"287,-63v74,0,121,-36,134,-101r84,0v-20,108,-98,176,-221,176v-168,0,-248,-109,-248,-272v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170xm423,-308v4,-128,-167,-193,-254,-103v-24,25,-40,60,-43,103r297,0xm135,-731r109,0r86,143r-64,0","w":537},"\u00ed":{"d":"69,0r0,-517r85,0r0,517r-85,0xm136,-731r109,0r-131,143r-64,0","w":222},"\u00ee":{"d":"69,0r0,-517r85,0r0,517r-85,0xm64,-731r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":222},"\u00ef":{"d":"69,0r0,-517r85,0r0,517r-85,0xm160,-696r90,0r0,104r-90,0r0,-104xm-28,-696r90,0r0,104r-90,0r0,-104","w":222},"\u00ec":{"d":"69,0r0,-517r85,0r0,517r-85,0xm-23,-731r109,0r86,143r-64,0","w":222},"\u00f1":{"d":"302,-454v-102,1,-153,62,-153,162r0,292r-85,0r0,-517r80,0v2,26,-4,60,2,82v32,-58,85,-93,168,-94v124,0,179,66,178,189r0,340r-85,0r0,-350v1,-64,-41,-105,-105,-104xm354,-667v27,1,39,-25,46,-44r52,0v-9,58,-36,115,-110,111v-48,-2,-84,-39,-133,-39v-26,0,-48,15,-48,42r-52,0v17,-55,36,-109,105,-110v57,-1,86,37,140,40"},"\u00f3":{"d":"287,12v-165,0,-251,-106,-251,-270v0,-165,85,-271,251,-271v165,0,251,106,251,271v0,164,-87,270,-251,270xm287,-454v-109,0,-161,82,-161,196v0,114,53,195,161,195v108,0,161,-81,161,-195v0,-114,-52,-196,-161,-196xm312,-731r109,0r-131,143r-64,0","w":574},"\u00f4":{"d":"287,12v-165,0,-251,-106,-251,-270v0,-165,85,-271,251,-271v165,0,251,106,251,271v0,164,-87,270,-251,270xm287,-454v-109,0,-161,82,-161,196v0,114,53,195,161,195v108,0,161,-81,161,-195v0,-114,-52,-196,-161,-196xm240,-731r93,0r104,143r-84,0r-69,-96r-70,96r-77,0","w":574},"\u00f6":{"d":"287,12v-165,0,-251,-106,-251,-270v0,-165,85,-271,251,-271v165,0,251,106,251,271v0,164,-87,270,-251,270xm287,-454v-109,0,-161,82,-161,196v0,114,53,195,161,195v108,0,161,-81,161,-195v0,-114,-52,-196,-161,-196xm336,-696r90,0r0,104r-90,0r0,-104xm148,-696r90,0r0,104r-90,0r0,-104","w":574},"\u00f2":{"d":"287,12v-165,0,-251,-106,-251,-270v0,-165,85,-271,251,-271v165,0,251,106,251,271v0,164,-87,270,-251,270xm287,-454v-109,0,-161,82,-161,196v0,114,53,195,161,195v108,0,161,-81,161,-195v0,-114,-52,-196,-161,-196xm153,-731r109,0r86,143r-64,0","w":574},"\u00f5":{"d":"287,12v-165,0,-251,-106,-251,-270v0,-165,85,-271,251,-271v165,0,251,106,251,271v0,164,-87,270,-251,270xm287,-454v-109,0,-161,82,-161,196v0,114,53,195,161,195v108,0,161,-81,161,-195v0,-114,-52,-196,-161,-196xm363,-667v27,1,39,-25,46,-44r52,0v-9,58,-36,115,-110,111v-48,-2,-84,-39,-133,-39v-26,0,-48,15,-48,42r-52,0v17,-55,36,-109,105,-110v57,-1,86,37,140,40","w":574},"\u0161":{"d":"470,-151v0,148,-161,184,-302,153v-79,-17,-133,-69,-137,-165r85,0v3,75,63,100,139,100v63,0,125,-13,125,-77v0,-100,-151,-80,-231,-113v-57,-23,-107,-52,-107,-129v-2,-156,225,-180,340,-114v40,23,61,67,65,129r-85,0v-6,-62,-55,-87,-120,-87v-55,0,-107,12,-110,66v28,108,206,68,286,134v29,23,52,52,52,103xm297,-588r-93,0r-104,-143r84,0r69,96r70,-96r77,0","w":500},"\u00fa":{"d":"254,-63v102,-1,153,-62,153,-162r0,-292r85,0r0,517r-80,0v-2,-26,4,-60,-2,-82v-32,58,-85,93,-168,94v-124,0,-179,-66,-178,-189r0,-340r85,0r0,350v-1,64,41,105,105,104xm303,-731r109,0r-131,143r-64,0"},"\u00fb":{"d":"254,-63v102,-1,153,-62,153,-162r0,-292r85,0r0,517r-80,0v-2,-26,4,-60,-2,-82v-32,58,-85,93,-168,94v-124,0,-179,-66,-178,-189r0,-340r85,0r0,350v-1,64,41,105,105,104xm231,-731r93,0r104,143r-84,0r-69,-96r-70,96r-77,0"},"\u00fc":{"d":"254,-63v102,-1,153,-62,153,-162r0,-292r85,0r0,517r-80,0v-2,-26,4,-60,-2,-82v-32,58,-85,93,-168,94v-124,0,-179,-66,-178,-189r0,-340r85,0r0,350v-1,64,41,105,105,104xm327,-696r90,0r0,104r-90,0r0,-104xm139,-696r90,0r0,104r-90,0r0,-104"},"\u00f9":{"d":"254,-63v102,-1,153,-62,153,-162r0,-292r85,0r0,517r-80,0v-2,-26,4,-60,-2,-82v-32,58,-85,93,-168,94v-124,0,-179,-66,-178,-189r0,-340r85,0r0,350v-1,64,41,105,105,104xm144,-731r109,0r86,143r-64,0"},"\u00fd":{"d":"238,133v-26,59,-100,90,-180,65r0,-78v26,11,68,19,92,0v33,-26,44,-82,63,-123r-205,-514r96,0r151,423r2,0r145,-423r90,0r-225,586v-10,25,-21,46,-29,64xm275,-731r109,0r-131,143r-64,0","w":500},"\u00ff":{"d":"238,133v-26,59,-100,90,-180,65r0,-78v26,11,68,19,92,0v33,-26,44,-82,63,-123r-205,-514r96,0r151,423r2,0r145,-423r90,0r-225,586v-10,25,-21,46,-29,64xm299,-696r90,0r0,104r-90,0r0,-104xm111,-696r90,0r0,104r-90,0r0,-104","w":500},"\u017e":{"d":"22,-65r312,-377r-292,0r0,-75r402,0r0,58r-316,384r330,0r0,75r-436,0r0,-65xm287,-588r-93,0r-104,-143r84,0r69,96r70,-96r77,0","w":480},"\u20ac":{"d":"93,-450v28,-154,119,-273,284,-275v61,0,121,21,181,63r-46,83v-83,-86,-194,-96,-267,-5v-26,34,-45,79,-56,134r283,0r-27,61r-263,0v0,17,-2,36,0,52r249,0r-26,61r-218,0v22,143,85,215,190,215v77,0,103,-26,154,-72r0,105v-45,29,-97,44,-154,44v-163,0,-259,-97,-287,-292r-77,0r27,-61r46,0v0,-17,-2,-36,0,-52r-73,0r26,-61r54,0"},"!":{"d":"177,-494r-25,311r-45,0r-25,-311r0,-220r95,0r0,220xm74,-111r111,0r0,111r-111,0r0,-111","w":259},"\"":{"d":"109,-714r68,0r0,258r-68,0r0,-258xm249,-714r68,0r0,258r-68,0r0,-258","w":426}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.  All Rights
 * Reserved. This software is the property of Adobe Systems  Incorporated and its
 * licensors, and may not be reproduced, used,   displayed, modified, disclosed or
 * transferred without the express   written approval of Adobe.    The digitally
 * encoded machine readable outline data for producing  the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG  and/or its subsidiaries. All
 * Rights Reserved.  This data is the property of Linotype-Hell AG and/or its
 * subsidiaries  and may not be reproduced, used, displayed, modified, disclosed or
 *   transferred without the express written approval of Linotype-Hell AG   and/or
 * its subsidiaries.  18 pt. Helvetica* 35 Thin 55472
 * 
 * Manufacturer:
 * Adobe Systems Incorporated
 */
Cufon.registerFont({"w":556,"face":{"font-family":"HelveticaNeueLT_Thin","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-169 -927 1041 214","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":500},"\u00a0":{"w":500},"&":{"d":"282,-669v-77,-2,-135,62,-102,139v19,46,56,80,82,118v57,-40,132,-75,132,-167v0,-59,-51,-88,-112,-90xm81,-170v-7,154,221,187,309,93v18,-19,35,-42,43,-60r-184,-229v-71,49,-163,83,-168,196xm516,-294v-3,56,-18,108,-36,151r116,143r-51,0r-87,-106v-39,66,-106,118,-203,118v-125,0,-212,-58,-212,-182v0,-129,105,-170,186,-224v-41,-53,-97,-97,-97,-185v0,-81,68,-123,150,-123v84,0,150,39,150,123v0,110,-84,146,-148,195r170,209v13,-34,24,-74,24,-119r38,0","w":593},"\u2019":{"d":"125,-714v-1,95,13,202,-64,229r0,-33v27,-14,34,-53,34,-93r-21,0r0,-103r51,0","w":204,"k":{"s":55,"\u2019":78}},"(":{"d":"103,-266v0,180,50,328,125,450r-34,0v-73,-119,-129,-272,-129,-450v0,-183,57,-341,131,-465r35,0v-76,127,-128,279,-128,465","w":241},")":{"d":"138,-281v0,-180,-50,-328,-125,-450r34,0v73,119,129,272,129,450v0,183,-57,341,-131,465r-35,0v76,-127,128,-279,128,-465","w":241},"*":{"d":"190,-714r0,130r122,-41r10,28r-123,41r76,102r-22,20r-77,-106r-80,106r-24,-20r81,-102r-124,-41r9,-28r123,41r0,-130r29,0","w":352},"+":{"d":"281,-504r38,0r0,233r233,0r0,38r-233,0r0,233r-38,0r0,-233r-233,0r0,-38r233,0r0,-233","w":600},",":{"d":"100,93v27,-14,34,-53,34,-93r-21,0r0,-103r51,0v-1,95,13,202,-64,229r0,-33","w":278},"-":{"d":"69,-253r0,-38r214,0r0,38r-214,0","w":352},".":{"d":"113,0r0,-103r51,0r0,103r-51,0","w":278},"\/":{"d":"-13,17r318,-748r41,0r-318,748r-41,0","w":333},"0":{"d":"401,-20v-62,39,-184,39,-246,0v-171,-108,-167,-545,0,-650v62,-39,184,-39,246,0v171,108,167,545,0,650xm66,-345v0,166,44,324,212,324v168,0,212,-158,212,-324v0,-166,-44,-324,-212,-324v-168,0,-212,158,-212,324"},"1":{"d":"108,-561v85,-13,151,-64,189,-129r34,0r0,690r-38,0r0,-616v-44,47,-108,80,-185,88r0,-33"},"2":{"d":"281,-702v127,0,214,61,214,189v0,242,-274,259,-379,415v-12,19,-20,39,-22,60r412,0r0,38r-460,0v28,-245,301,-255,394,-436v11,-23,17,-49,17,-78v0,-98,-71,-155,-170,-155v-127,0,-183,85,-186,212r-38,0v7,-154,69,-245,218,-245"},"3":{"d":"511,-191v4,173,-178,238,-339,187v-89,-28,-141,-104,-136,-224r38,0v-2,133,71,207,201,207v113,0,198,-57,198,-170v0,-126,-102,-166,-232,-159r0,-33v117,3,216,-29,216,-145v0,-99,-85,-141,-182,-141v-123,0,-177,79,-184,197r-38,0v4,-142,80,-230,222,-230v123,0,220,51,220,174v0,94,-58,141,-135,160v93,13,149,74,151,177"},"4":{"d":"403,-690r0,481r116,0r0,33r-116,0r0,176r-38,0r0,-176r-336,0r0,-38r336,-476r38,0xm365,-638r-2,0r-296,429r298,0r0,-429"},"5":{"d":"274,-430v-89,0,-137,40,-177,97r-39,0r72,-357r349,0r0,33r-319,0r-59,275r2,2v35,-51,93,-83,171,-83v145,0,231,90,234,235v4,177,-152,281,-328,224v-85,-28,-147,-93,-143,-207r38,0v3,121,79,190,199,190v123,0,196,-84,196,-207v0,-122,-76,-202,-196,-202"},"6":{"d":"93,-220v0,120,75,199,195,199v118,0,193,-80,193,-199v0,-119,-73,-203,-193,-203v-121,0,-195,82,-195,203xm42,-311v0,-207,48,-391,254,-391v119,0,200,70,211,182r-38,0v-18,-87,-72,-149,-173,-149v-179,0,-217,186,-214,361v32,-83,96,-148,206,-148v144,0,231,92,231,236v0,142,-89,232,-231,232v-186,0,-246,-139,-246,-323"},"7":{"d":"160,0v23,-298,140,-481,303,-657r-407,0r0,-33r445,0r0,38v-154,164,-273,353,-297,652r-44,0"},"8":{"d":"278,-21v119,0,201,-57,201,-177v0,-116,-86,-161,-201,-161v-115,0,-201,45,-201,161v0,120,82,177,201,177xm192,-378v-77,-13,-127,-67,-127,-151v0,-125,91,-173,213,-173v122,0,212,48,213,173v1,87,-54,135,-127,153v92,9,155,78,153,178v-2,143,-96,210,-239,210v-143,0,-235,-67,-239,-210v-3,-102,66,-166,153,-180xm278,-392v98,0,175,-39,175,-137v0,-102,-74,-140,-175,-140v-101,0,-175,38,-175,140v0,98,77,137,175,137"},"9":{"d":"84,-470v0,120,75,203,195,203v121,0,195,-82,195,-203v0,-119,-75,-199,-195,-199v-119,0,-195,80,-195,199xm520,-379v0,207,-48,391,-254,391v-119,0,-200,-70,-211,-182r38,0v17,87,72,149,173,149v176,0,215,-178,214,-353v-32,80,-91,140,-201,140v-146,0,-233,-90,-233,-236v0,-143,89,-232,233,-232v182,0,241,133,241,323"},":":{"d":"164,-514r0,103r-51,0r0,-103r51,0xm113,0r0,-103r51,0r0,103r-51,0","w":278},";":{"d":"100,93v27,-14,34,-53,34,-93r-21,0r0,-103r51,0v-1,95,13,202,-64,229r0,-33xm164,-514r0,103r-51,0r0,-103r51,0","w":278},"<":{"d":"554,-472r-475,218r475,220r0,42r-508,-236r0,-52r508,-234r0,42","w":600},"=":{"d":"552,-331r-504,0r0,-38r504,0r0,38xm552,-137r-504,0r0,-38r504,0r0,38","w":600},">":{"d":"46,-34r475,-218r-475,-220r0,-42r508,236r0,52r-508,234r0,-42","w":600},"?":{"d":"262,-693v-122,3,-178,79,-181,200r-38,0v3,-147,75,-228,222,-238v179,-12,255,200,140,316v-61,62,-135,107,-131,234r-38,0v-7,-174,134,-201,178,-322v40,-109,-41,-193,-152,-190xm231,-103r51,0r0,103r-51,0r0,-103","w":519},"@":{"d":"478,-288v41,-75,75,-259,-53,-259v-126,0,-182,132,-192,260v-8,94,87,156,163,99v34,-25,60,-60,82,-100xm336,-553v78,-52,195,-22,209,64r23,-71r41,0r-107,328v-27,71,56,71,100,38v82,-62,148,-217,88,-342v-59,-123,-241,-207,-402,-134v-114,52,-204,158,-204,317v0,161,96,261,212,312v40,17,81,25,123,25v133,0,218,-68,275,-152r44,0v-60,105,-163,185,-319,185v-178,0,-289,-100,-345,-230v-38,-90,-35,-201,2,-291v65,-157,257,-276,472,-204v143,48,255,214,185,397v-34,88,-100,170,-208,179v-41,4,-63,-33,-68,-71v-28,41,-71,71,-134,71v-121,0,-150,-142,-111,-255v24,-70,68,-129,124,-166","w":800},"A":{"d":"323,-714r282,714r-47,0r-90,-229r-342,0r-91,229r-47,0r287,-714r48,0xm454,-267r-153,-404r-2,0r-159,404r314,0","w":593,"k":{"y":18,"w":18,"v":18,"Y":37,"W":25,"V":31,"T":50,"\u2019":55}},"B":{"d":"554,-200v0,-197,-255,-145,-447,-152r0,314r242,0v118,1,205,-49,205,-162xm598,-200v-4,142,-104,200,-249,200r-286,0r0,-714r286,0v137,0,225,57,225,185v0,89,-59,138,-139,152v83,15,166,69,163,177xm530,-537v0,-186,-245,-131,-423,-139r0,286r242,0v109,2,181,-50,181,-147","w":630},"C":{"d":"619,-501v-22,-118,-108,-192,-243,-192v-237,0,-340,233,-276,466v38,142,202,257,374,185v88,-37,147,-122,157,-236r44,0v-23,169,-118,295,-299,295v-223,0,-340,-151,-340,-374v0,-223,117,-374,340,-374v169,0,257,90,287,230r-44,0","w":704},"D":{"d":"583,-358v1,-206,-92,-318,-293,-318r-183,0r0,638r192,0v188,-7,284,-119,284,-320xm627,-358v0,221,-109,358,-332,358r-232,0r0,-714r234,0v228,0,330,135,330,356","w":667},"E":{"d":"548,-38r0,38r-485,0r0,-714r480,0r0,38r-436,0r0,286r410,0r0,38r-410,0r0,314r441,0","w":560},"F":{"d":"107,-352r0,352r-44,0r0,-714r448,0r0,38r-404,0r0,286r364,0r0,38r-364,0","w":514,"k":{"A":37,".":116,",":116}},"G":{"d":"100,-482v-66,229,35,467,275,461v177,-4,273,-109,270,-291r-263,0r0,-38r301,0r0,350r-38,0v-2,-49,4,-107,-2,-152v-38,105,-132,169,-270,169v-221,0,-336,-149,-336,-370v0,-170,76,-288,193,-347v103,-52,266,-30,338,32v49,42,91,98,103,175r-42,0v-30,-115,-115,-200,-254,-200v-153,0,-241,91,-275,211","w":741},"H":{"d":"107,-352r0,352r-44,0r0,-714r44,0r0,324r456,0r0,-324r44,0r0,714r-44,0r0,-352r-456,0","w":670},"I":{"d":"63,-714r44,0r0,714r-44,0r0,-714","w":170},"J":{"d":"418,-222v6,149,-48,239,-196,239v-155,0,-206,-92,-202,-244r44,0v-10,125,30,206,153,206v134,0,157,-85,157,-216r0,-477r44,0r0,492","w":481},"K":{"d":"63,-714r44,0r0,411r449,-411r57,0r-326,297r346,417r-55,0r-323,-387r-148,135r0,252r-44,0r0,-714","w":613},"L":{"d":"63,-714r44,0r0,676r405,0r0,38r-449,0r0,-714","w":500,"k":{"y":55,"Y":111,"W":74,"V":92,"T":92,"\u2019":79}},"M":{"d":"63,-714r63,0r279,665r2,0r276,-665r63,0r0,714r-44,0r0,-660r-2,0r-272,660r-44,0r-275,-660r-2,0r0,660r-44,0r0,-714","w":809},"N":{"d":"63,-714r55,0r451,655r2,0r0,-655r44,0r0,714r-52,0r-454,-660r-2,0r0,660r-44,0r0,-714","w":678},"O":{"d":"371,-731v276,0,394,255,316,521v-39,134,-144,227,-316,227v-223,0,-340,-151,-340,-374v0,-223,117,-374,340,-374xm371,-693v-242,0,-343,231,-276,466v34,119,125,206,276,206v236,0,344,-235,275,-466v-35,-118,-124,-206,-275,-206","w":741},"P":{"d":"531,-515v0,-99,-58,-162,-167,-161r-257,0r0,320r251,0v108,-1,173,-57,173,-159xm575,-514v0,130,-88,196,-224,196r-244,0r0,318r-44,0r0,-714r304,0v128,2,208,64,208,200","w":591,"k":{"A":55,".":144,",":144}},"Q":{"d":"568,-99v118,-95,128,-378,20,-495v-50,-54,-118,-99,-217,-99v-237,0,-340,233,-276,466v39,141,186,244,367,193v28,-8,53,-23,76,-40r-108,-77r23,-31xm620,-622v120,127,116,444,-17,548r111,80r-23,31r-118,-85v-74,67,-237,86,-345,36v-121,-56,-197,-174,-197,-345v0,-223,117,-369,340,-374v113,-3,192,49,249,109","w":741},"R":{"d":"543,-527v0,-106,-76,-149,-182,-149r-254,0r0,313r254,0v112,-2,182,-52,182,-164xm576,-136v0,52,-2,106,21,136r-49,0v-39,-75,13,-228,-60,-288v-74,-62,-252,-28,-381,-37r0,325r-44,0r0,-714r298,0v133,2,225,49,226,184v1,103,-67,167,-153,185v109,10,142,91,142,209","w":630},"S":{"d":"60,-541v0,-242,413,-238,488,-70v13,29,23,62,25,101r-44,0v-8,-127,-96,-183,-229,-183v-106,0,-196,42,-196,152v0,191,284,126,410,215v43,31,77,69,77,142v0,220,-321,247,-465,144v-54,-39,-89,-102,-87,-196r44,0v-6,157,106,215,257,215v112,0,207,-47,207,-163v0,-226,-364,-109,-466,-274v-14,-22,-21,-49,-21,-83","w":630},"T":{"d":"-14,-676r0,-38r547,0r0,38r-252,0r0,676r-44,0r0,-676r-251,0","w":519,"k":{"y":92,"w":92,"u":92,"s":92,"r":92,"o":92,"i":14,"e":92,"c":92,"a":92,"A":50,";":87,":":87,".":111,"-":111,",":111}},"U":{"d":"331,17v-190,0,-269,-116,-268,-303r0,-428r44,0r0,428v2,157,61,265,224,265v169,0,234,-98,234,-265r0,-428r44,0r0,428v-1,191,-83,304,-278,303","w":672},"V":{"d":"277,-38r2,0r247,-676r44,0r-267,714r-51,0r-266,-714r46,0","k":{"u":18,"r":18,"o":37,"e":37,"a":37,"A":43,";":37,":":37,".":92,"-":37,",":92}},"W":{"d":"-6,-714r45,0r186,667r2,0r189,-667r55,0r192,667r2,0r183,-667r47,0r-205,714r-50,0r-196,-676r-2,0r-193,676r-49,0","w":889,"k":{"o":18,"i":-24,"e":18,"a":18,"A":6,";":18,":":18,".":55,"-":37,",":55}},"X":{"d":"1,-714r51,0r226,314r231,-314r50,0r-252,347r266,367r-53,0r-242,-334r-243,334r-52,0r268,-367"},"Y":{"d":"546,-714r49,0r-287,415r0,299r-44,0r0,-299r-285,-415r50,0r258,378","w":574,"k":{"v":18,"u":37,"q":74,"p":55,"o":74,"e":74,"a":74,"A":55,";":55,":":55,".":116,"-":98,",":116}},"Z":{"d":"28,-714r501,0r0,38r-484,638r493,0r0,38r-539,0r0,-38r482,-638r-453,0r0,-38","w":537},"[":{"d":"132,-698r0,849r99,0r0,33r-137,0r0,-915r137,0r0,33r-99,0","w":241},"\\":{"d":"305,17r-318,-748r41,0r318,748r-41,0","w":333},"]":{"d":"109,151r0,-849r-99,0r0,-33r137,0r0,915r-137,0r0,-33r99,0","w":241},"^":{"d":"519,-237r-218,-420r-220,420r-42,0r236,-453r52,0r234,453r-42,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"\u2018":{"d":"143,-681v-27,14,-34,53,-34,93r21,0r0,103r-51,0v1,-95,-13,-202,64,-229r0,33","w":204,"k":{"\u2018":78}},"a":{"d":"205,-21v121,0,182,-71,192,-175r0,-96v-82,72,-327,-15,-327,159v0,70,54,112,135,112xm255,-526v101,1,179,32,180,134r0,297v0,32,1,63,34,62v7,0,16,-1,28,-3r0,32v-58,15,-107,-9,-100,-71v-1,-8,3,-22,-2,-27v-30,68,-93,114,-191,114v-103,0,-172,-40,-172,-145v0,-150,161,-146,288,-161v59,-7,85,-30,78,-98v-7,-66,-62,-101,-143,-101v-92,0,-154,49,-158,137r-38,0v5,-114,76,-171,196,-170","w":500},"b":{"d":"104,-269v0,139,55,248,196,248v136,0,185,-114,185,-248v0,-126,-59,-224,-185,-224v-135,0,-196,90,-196,224xm300,12v-106,4,-163,-60,-197,-127r0,115r-38,0r0,-714r38,0r0,309r2,0v29,-74,96,-121,195,-121v153,0,223,104,223,257v0,171,-71,275,-223,281"},"c":{"d":"33,-262v-3,-181,126,-302,315,-254v75,19,125,73,133,161r-38,0v-10,-92,-75,-138,-174,-138v-132,0,-198,100,-198,231v0,141,58,241,198,241v105,0,163,-66,179,-160r38,0v-19,116,-89,193,-217,193v-164,0,-234,-113,-236,-274","w":519},"d":{"d":"70,-256v0,133,58,235,192,235v132,0,190,-104,190,-235v0,-133,-57,-237,-191,-237v-136,0,-191,102,-191,237xm261,-526v101,0,161,55,192,127r0,-315r38,0r0,714r-38,0v-2,-35,4,-79,-2,-110v-39,74,-94,122,-197,122v-155,0,-222,-114,-222,-268v0,-159,71,-270,229,-270"},"e":{"d":"260,12v-188,2,-261,-179,-214,-363v25,-98,91,-175,214,-175v159,0,230,112,226,274r-415,0v2,132,58,228,189,231v102,2,168,-63,184,-153r38,0v-18,115,-94,186,-222,186xm448,-285v1,-143,-125,-254,-264,-190v-66,30,-104,103,-113,190r377,0","w":519},"f":{"d":"250,-684v-63,-13,-120,-4,-120,67r0,103r107,0r0,33r-107,0r0,481r-38,0r0,-481r-92,0r0,-33r92,0r0,-106v-1,-85,74,-114,158,-97r0,33","w":241,"k":{"\u2019":-18}},"g":{"d":"442,-273v0,-127,-60,-220,-187,-220v-126,0,-184,96,-184,220v0,127,58,221,184,221v128,0,187,-94,187,-221xm255,-526v98,0,155,51,188,119r0,-107r38,0r0,487v0,143,-71,227,-222,223v-118,-3,-196,-46,-201,-160r38,0v9,87,70,127,164,127v121,0,183,-65,183,-181v0,-38,4,-84,-2,-118v-33,70,-90,117,-186,117v-153,0,-222,-102,-222,-254v0,-148,74,-253,222,-253","w":537},"h":{"d":"279,-493v-124,3,-185,88,-185,215r0,278r-38,0r0,-714r38,0r0,310r2,0v27,-73,88,-120,184,-122v132,-2,183,77,183,208r0,318r-38,0r0,-325v1,-100,-40,-171,-146,-168","w":519},"i":{"d":"65,0r0,-514r38,0r0,514r-38,0xm65,-611r0,-103r38,0r0,103r-38,0","w":168},"j":{"d":"-34,150v72,13,99,-25,99,-98r0,-566r38,0r0,569v4,91,-39,140,-137,128r0,-33xm65,-611r0,-103r38,0r0,103r-38,0","w":168},"k":{"d":"58,-714r38,0r0,473r317,-273r55,0r-225,192r241,322r-52,0r-219,-293r-117,99r0,194r-38,0r0,-714","w":463},"l":{"d":"103,-714r0,714r-38,0r0,-714r38,0","w":168},"m":{"d":"258,-493v-104,0,-163,77,-163,189r0,304r-38,0r0,-514r38,0v2,34,-4,75,2,105v21,-68,76,-115,161,-117v89,-2,135,45,157,109v30,-66,72,-109,163,-109v107,0,160,65,161,175r0,351r-38,0r0,-352v0,-90,-43,-141,-123,-141v-110,0,-161,76,-161,189r0,304r-38,0r0,-352v1,-89,-42,-141,-121,-141","w":796},"n":{"d":"279,-493v-124,3,-185,88,-185,215r0,278r-38,0r0,-514r38,0v2,35,-4,79,2,110v27,-73,88,-120,184,-122v132,-2,183,77,183,208r0,318r-38,0r0,-325v1,-100,-40,-171,-146,-168","w":519},"o":{"d":"268,12v-157,0,-236,-112,-236,-269v0,-157,79,-269,236,-269v157,0,236,112,236,269v0,157,-79,269,-236,269xm268,-493v-134,0,-198,103,-198,236v0,133,64,236,198,236v134,0,198,-103,198,-236v0,-133,-64,-236,-198,-236","w":537},"p":{"d":"104,-256v0,137,50,235,188,235v136,0,193,-99,193,-235v0,-134,-57,-237,-193,-237v-135,0,-188,102,-188,237xm292,12v-97,1,-159,-46,-189,-119r0,291r-38,0r0,-698r38,0v2,38,-4,84,2,118v27,-73,86,-130,187,-130v158,0,231,113,231,270v0,161,-70,266,-231,268"},"q":{"d":"70,-258v0,136,55,237,191,237v134,0,191,-104,191,-237v0,-131,-58,-235,-190,-235v-135,0,-192,102,-192,235xm254,-526v105,-2,156,52,199,122r0,-110r38,0r0,698r-38,0r0,-299r-2,0v-27,76,-91,127,-190,127v-158,0,-229,-111,-229,-270v0,-154,67,-265,222,-268"},"r":{"d":"94,-400r3,0v26,-73,98,-117,197,-117r0,38v-119,-5,-200,71,-200,198r0,281r-38,0r0,-514r38,0r0,114","w":278,"k":{"y":-18,"v":-18,".":74,"-":55,",":74,"\u2019":-18}},"s":{"d":"445,-130v6,160,-250,175,-348,96v-36,-30,-60,-74,-61,-137r38,0v9,96,69,150,170,150v84,0,163,-24,163,-109v0,-187,-343,-39,-353,-264v-8,-172,315,-167,362,-43v8,21,14,46,14,75r-38,0v-1,-92,-61,-131,-152,-131v-77,0,-148,24,-148,99v0,183,345,35,353,264","w":481},"t":{"d":"244,0v-96,8,-149,-24,-149,-122r0,-359r-95,0r0,-33r95,0r0,-160r38,0r0,160r112,0r0,33r-112,0r0,359v-4,74,38,94,111,89r0,33","w":259},"u":{"d":"240,-21v124,-3,185,-88,185,-215r0,-278r38,0r0,514r-38,0v-2,-35,4,-79,-2,-110v-27,73,-88,120,-184,122v-132,2,-183,-77,-183,-208r0,-318r38,0r0,325v-1,100,39,171,146,168","w":519},"v":{"d":"252,0r-47,0r-207,-514r44,0r186,470r2,0r174,-470r42,0","w":444,"k":{".":74,",":74}},"w":{"d":"184,-44r2,0r140,-470r51,0r141,470r2,0r144,-470r42,0r-165,514r-47,0r-141,-466r-2,0r-142,466r-48,0r-163,-514r41,0","w":704,"k":{".":55,",":55}},"x":{"d":"196,-270r-188,-244r53,0r161,215r162,-215r49,0r-186,244r203,270r-52,0r-176,-241r-180,241r-48,0","w":444},"y":{"d":"-6,-514r45,0r191,469r176,-469r43,0r-220,569v-27,58,-39,116,-108,125v-19,2,-43,4,-72,4r0,-33v119,6,127,-66,160,-154","w":444,"k":{".":74,",":74}},"z":{"d":"417,-33r0,33r-408,0r0,-36r345,-445r-318,0r0,-33r365,0r0,36r-346,445r362,0","w":426},"{":{"d":"155,-454v5,-114,-33,-284,88,-277r50,0r0,33r-48,0v-52,4,-50,40,-52,103v-4,124,23,277,-70,319v46,30,70,83,70,167r0,157v2,63,0,99,52,103r48,0r0,33v-96,7,-138,-17,-138,-118r0,-158v-2,-74,-5,-154,-72,-162r0,-38v67,-8,68,-88,72,-162","w":333},"|":{"d":"92,-786r38,0r0,1000r-38,0r0,-1000","w":222},"}":{"d":"178,-92v-5,113,33,283,-88,276r-50,0r0,-33r48,0v52,-4,52,-40,52,-103r0,-157v-1,-84,24,-137,70,-167v-89,-35,-67,-193,-70,-319v-2,-63,0,-99,-52,-103r-48,0r0,-33v96,-7,138,17,138,118r0,159v2,74,5,154,72,162r0,38v-67,8,-69,88,-72,162","w":333},"~":{"d":"408,-237v48,0,72,-43,92,-75r28,28v-28,39,-56,85,-121,85v-82,0,-124,-68,-206,-68v-57,0,-82,37,-99,75r-29,-30v30,-45,53,-82,122,-83v89,-1,127,68,213,68","w":600},"\u00a1":{"d":"105,184r0,-241r12,-290r24,0r12,290r0,241r-48,0xm155,-535r0,103r-51,0r0,-103r51,0","w":259},"\u00a2":{"d":"272,-493v-211,1,-238,365,-80,450v23,13,49,20,80,22r0,-472xm504,-181v-17,112,-84,181,-200,193r0,106r-32,0r0,-106v-152,-10,-221,-117,-221,-274v0,-151,77,-251,221,-264r0,-89r32,0r0,89v112,8,184,62,195,171r-38,0v-5,-86,-72,-131,-157,-138r0,472v94,-11,147,-71,162,-160r38,0"},"\u00a3":{"d":"157,-224v1,-41,-13,-81,-29,-106r-78,0r0,-33r60,0v-26,-50,-60,-105,-60,-176v0,-130,97,-192,227,-192v158,0,240,84,235,247r-38,0v-2,-136,-58,-209,-196,-209v-108,0,-190,51,-190,152v0,78,40,124,65,178r160,0r0,33r-141,0v15,24,24,64,23,108v-3,89,-50,146,-99,191r2,2v26,-17,54,-36,94,-36v79,-1,119,42,195,44v64,1,99,-38,135,-68r22,33v-34,36,-86,73,-151,73v-81,0,-127,-44,-204,-44v-57,0,-80,22,-120,44r-25,-34v53,-52,110,-107,113,-207"},"\u2044":{"d":"296,-714r40,0r-465,738r-40,0","w":167},"\u00a5":{"d":"41,-714r238,374r239,-374r45,0r-238,372r92,0r0,33r-120,0r0,78r120,0r0,33r-120,0r0,198r-38,0r0,-198r-120,0r0,-33r120,0r0,-78r-120,0r0,-33r92,0r-238,-372r48,0"},"\u0192":{"d":"12,141v50,10,93,7,118,-33v16,-26,30,-59,37,-100r79,-404r-112,0r7,-33r111,0v32,-137,21,-321,209,-301v10,1,21,2,32,5r-8,38v-90,-21,-143,14,-159,94r-32,164r120,0r-5,33r-121,0r-92,460v-19,79,-85,141,-191,114"},"\u00a7":{"d":"187,-449v-59,20,-124,81,-87,158v34,71,116,99,181,139r82,51v68,-11,128,-83,90,-159v-23,-45,-71,-74,-114,-99xm109,-593v6,-90,73,-136,166,-138v117,-1,173,79,174,195r-38,0v2,-106,-71,-183,-181,-156v-62,15,-109,92,-68,159v72,117,261,126,326,250v10,20,15,43,15,70v1,79,-50,118,-111,136v36,36,53,57,57,123v9,155,-224,174,-303,84v-29,-33,-47,-80,-47,-139r38,0v5,94,46,160,143,160v77,0,134,-29,131,-105v-5,-108,-108,-133,-180,-180v-77,-50,-179,-81,-179,-203v0,-75,55,-111,111,-134v-33,-24,-57,-67,-54,-122"},"\u00a4":{"d":"526,-345v0,67,-25,121,-61,160r54,54r-27,27r-53,-54v-40,36,-94,61,-162,61v-67,0,-120,-25,-160,-61r-55,56r-27,-27r56,-55v-35,-41,-61,-94,-61,-161v0,-67,25,-121,61,-161r-57,-56r27,-27r56,56v41,-34,94,-60,160,-60v67,0,122,25,162,61r54,-55r27,27r-55,54v36,40,61,93,61,161xm90,-263v36,90,145,159,266,111v90,-35,157,-155,110,-274v-35,-89,-149,-159,-266,-112v-90,36,-157,157,-110,275"},"'":{"d":"83,-714r38,0r0,229r-38,0r0,-229","w":204},"\u201c":{"d":"128,-681v-27,14,-34,53,-34,93r21,0r0,103r-51,0v1,-95,-13,-202,64,-229r0,33xm254,-681v-27,14,-34,53,-34,93r21,0r0,103r-51,0v1,-95,-13,-202,64,-229r0,33","w":315},"\u00ab":{"d":"67,-252r0,-40r114,-131r0,51r-85,100r85,102r0,49xm195,-252r0,-40r114,-131r0,51r-85,100r85,102r0,49","w":389},"\u2039":{"d":"67,-252r0,-40r114,-131r0,51r-85,100r85,102r0,49","w":259},"\u203a":{"d":"78,-170r85,-102r-85,-100r0,-51r114,131r0,40r-114,131r0,-49","w":259},"\ufb01":{"d":"250,-684v-63,-13,-120,-4,-120,67r0,103r107,0r0,33r-107,0r0,481r-38,0r0,-481r-92,0r0,-33r92,0r0,-106v-1,-85,74,-114,158,-97r0,33xm286,-714r38,0r0,103r-38,0r0,-103xm286,-514r38,0r0,514r-38,0r0,-514","w":389},"\ufb02":{"d":"250,-684v-63,-13,-120,-4,-120,67r0,103r107,0r0,33r-107,0r0,481r-38,0r0,-481r-92,0r0,-33r92,0r0,-106v-1,-85,74,-114,158,-97r0,33xm286,-714r38,0r0,714r-38,0r0,-714","w":389},"\u2013":{"d":"0,-291r500,0r0,38r-500,0r0,-38","w":500},"\u2020":{"d":"259,-514r0,-200r38,0r0,200r205,0r0,33r-205,0r0,627r-38,0r0,-627r-205,0r0,-33r205,0"},"\u2021":{"d":"297,-714r0,200r205,0r0,33r-205,0r0,394r205,0r0,33r-205,0r0,200r-38,0r0,-200r-205,0r0,-33r205,0r0,-394r-205,0r0,-33r205,0r0,-200r38,0"},"\u00b7":{"d":"139,-262v-28,0,-54,-28,-54,-55v0,-27,27,-54,54,-54v27,0,55,26,55,54v0,28,-27,55,-55,55","w":278},"\u201a":{"d":"125,-103v-1,95,13,202,-64,229r0,-33v27,-14,34,-53,34,-93r-21,0r0,-103r51,0","w":204},"\u201e":{"d":"251,-103v-1,95,13,202,-64,229r0,-33v27,-14,34,-53,34,-93r-21,0r0,-103r51,0xm125,-103v-1,95,13,202,-64,229r0,-33v27,-14,34,-53,34,-93r-21,0r0,-103r51,0","w":315},"\u201d":{"d":"251,-714v-1,95,13,202,-64,229r0,-33v27,-14,34,-53,34,-93r-21,0r0,-103r51,0xm125,-714v-1,95,13,202,-64,229r0,-33v27,-14,34,-53,34,-93r-21,0r0,-103r51,0","w":315},"\u00bb":{"d":"80,-170r85,-102r-85,-100r0,-51r114,131r0,40r-114,131r0,-49xm208,-170r85,-102r-85,-100r0,-51r114,131r0,40r-114,131r0,-49","w":389},"\u2026":{"d":"141,-103r51,0r0,103r-51,0r0,-103xm474,-103r51,0r0,103r-51,0r0,-103xm807,-103r51,0r0,103r-51,0r0,-103","w":1000},"\u2030":{"d":"570,-714r40,0r-465,738r-40,0xm678,-158v0,102,-49,168,-151,170v-102,2,-153,-70,-153,-170v0,-100,54,-168,153,-168v100,0,151,67,151,168xm412,-158v1,81,31,137,113,137v79,0,115,-57,115,-137v0,-78,-38,-133,-115,-135v-76,-2,-113,60,-113,135xm1034,-158v0,102,-50,168,-152,170v-102,2,-152,-70,-152,-170v0,-99,53,-168,152,-168v100,0,152,68,152,168xm768,-158v1,81,32,137,114,137v79,0,114,-58,114,-137v0,-77,-37,-133,-114,-135v-76,-2,-115,60,-114,135xm40,-535v0,-100,54,-167,153,-167v100,0,151,67,151,167v0,102,-50,169,-151,171v-102,2,-153,-71,-153,-171xm306,-535v0,-77,-36,-132,-114,-134v-76,-1,-115,59,-114,134v1,81,32,138,114,138v79,0,114,-59,114,-138","w":1074},"`":{"d":"104,-591r-134,-140r51,0r120,140r-37,0","w":167},"\u00b4":{"d":"146,-731r51,0r-134,140r-37,0","w":167},"\u02c6":{"d":"103,-731r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":167},"\u02dc":{"d":"13,-659v-29,-1,-41,33,-45,57r-29,0v3,-58,48,-109,111,-82v34,15,63,45,104,49v28,3,42,-32,45,-57r29,0v-7,47,-24,90,-76,90v-57,0,-81,-54,-139,-57","w":167},"\u00af":{"d":"-37,-629r0,-33r242,0r0,33r-242,0","w":167},"\u02d8":{"d":"87,-644v52,0,93,-41,99,-87r33,0v-12,68,-56,118,-131,120v-77,2,-133,-48,-140,-120r33,0v14,50,44,87,106,87","w":167},"\u02d9":{"d":"61,-594r0,-103r44,0r0,103r-44,0","w":167},"\u00a8":{"d":"-18,-594r0,-103r44,0r0,103r-44,0xm140,-594r0,-103r44,0r0,103r-44,0","w":167},"\u02da":{"d":"83,-541v-55,0,-99,-44,-99,-99v0,-55,44,-99,99,-99v55,0,99,44,99,99v0,55,-44,99,-99,99xm83,-712v-39,0,-72,33,-72,72v0,39,33,72,72,72v39,0,72,-33,72,-72v0,-39,-33,-72,-72,-72","w":167},"\u00b8":{"d":"145,122v1,-51,-67,-54,-102,-34r-16,-13r56,-75r34,0r-48,56v9,4,23,-8,39,-7v41,3,75,26,75,73v0,89,-134,85,-192,53r11,-24v42,20,141,37,143,-29","w":167},"\u02dd":{"d":"-56,-591r120,-140r51,0r-134,140r-37,0xm102,-591r120,-140r51,0r-134,140r-37,0","w":167},"\u02db":{"d":"2,135v6,-70,56,-102,110,-135r24,0v-42,41,-87,62,-90,135v-2,24,26,43,47,43v34,-1,46,-15,62,-40r25,8v-14,32,-44,65,-91,65v-51,0,-91,-22,-87,-76","w":167},"\u02c7":{"d":"57,-591r-115,-140r38,0r97,115r98,-115r38,0r-116,140r-40,0","w":167},"\u2014":{"d":"130,-291r740,0r0,38r-740,0r0,-38","w":1000},"\u00c6":{"d":"364,-714r490,0r0,38r-379,0r0,286r350,0r0,38r-350,0r0,314r380,0r0,38r-424,0r0,-254r-268,0r-132,254r-40,0xm431,-676r-47,0r-201,384r248,0r0,-384","w":870},"\u00aa":{"d":"125,-393v96,-1,134,-59,125,-161v-54,42,-206,-4,-205,92v0,42,34,70,80,69xm158,-675v-54,0,-94,29,-97,79r-32,0v8,-71,52,-106,132,-106v67,0,120,18,121,85r0,178v-3,26,7,45,36,35r0,27v-45,8,-72,-9,-65,-57r-2,0v-14,39,-63,68,-123,68v-70,0,-115,-25,-115,-96v0,-113,143,-81,221,-112v17,-7,17,-23,17,-48v0,-40,-47,-53,-93,-53","w":310},"\u0141":{"d":"107,-714r0,383r235,-143r0,36r-235,142r0,258r405,0r0,38r-449,0r0,-269r-85,53r0,-38r85,-51r0,-409r44,0","w":500},"\u00d8":{"d":"165,-108v60,79,218,112,331,60v132,-61,204,-248,152,-432v-12,-38,-28,-72,-50,-102xm575,-609v-62,-76,-217,-109,-329,-57v-132,62,-205,244,-154,430v11,38,28,72,51,102xm371,17v-105,0,-181,-37,-235,-93r-76,84r-26,-24r79,-86v-76,-86,-107,-264,-59,-402v46,-132,145,-227,317,-227v102,0,179,38,232,91r68,-74r26,24r-70,76v77,85,108,266,60,404v-46,131,-144,227,-316,227","w":741},"\u0152":{"d":"94,-484v-69,249,50,509,334,458v56,-11,103,-42,136,-78v6,-8,9,-16,9,-23r0,-451v-4,-35,-34,-54,-57,-71v-74,-54,-188,-57,-272,-17v-73,36,-127,99,-150,182xm224,-700v112,-56,284,-29,349,52r0,-66r466,0r0,38r-422,0r0,286r378,0r0,38r-378,0r0,314r424,0r0,38r-468,0v-2,-21,4,-49,-2,-66v-53,79,-239,105,-352,54v-151,-67,-229,-283,-166,-486v29,-92,89,-161,171,-202","w":1056},"\u00ba":{"d":"325,-534v0,103,-54,168,-158,168v-104,0,-158,-65,-158,-168v0,-102,55,-168,158,-168v103,0,158,66,158,168xm41,-534v0,84,41,141,126,141v85,0,126,-57,126,-141v0,-84,-41,-141,-126,-141v-85,0,-126,57,-126,141","w":334},"\u00e6":{"d":"818,-285v7,-150,-126,-251,-266,-191v-68,29,-101,101,-108,191r374,0xm216,-21v110,0,190,-71,190,-180v0,-28,4,-64,-2,-88v-79,73,-334,-29,-334,158v0,80,66,110,146,110xm438,-395v28,-82,92,-131,195,-131v156,0,232,110,223,274r-411,0v-5,137,56,231,188,231v101,0,167,-58,179,-150r38,0v-16,109,-95,183,-217,183v-111,0,-183,-60,-208,-149v-29,84,-102,149,-209,149v-103,0,-183,-40,-184,-143v-2,-136,122,-153,254,-157v66,-2,123,-12,120,-85v-4,-89,-55,-120,-150,-120v-95,0,-160,45,-164,140r-38,0v6,-115,85,-172,202,-173v105,-2,169,39,182,131","w":889},"\u0131":{"d":"65,0r0,-514r38,0r0,514r-38,0","w":168},"\u0142":{"d":"65,-714r38,0r0,350r65,-51r0,33r-65,51r0,331r-38,0r0,-301r-65,51r0,-33r65,-51r0,-380","w":168},"\u00f8":{"d":"268,-493v-185,0,-244,236,-159,381r299,-316v-29,-36,-76,-65,-140,-65xm268,-21v184,4,243,-234,160,-379r-299,316v31,36,75,62,139,63xm268,-526v76,-2,129,30,166,71r55,-58r24,23r-58,62v30,43,49,101,49,171v0,157,-79,265,-236,269v-74,2,-128,-29,-165,-69r-54,57r-24,-23r57,-61v-31,-43,-50,-102,-50,-173v0,-157,79,-265,236,-269","w":537},"\u0153":{"d":"70,-250v0,130,52,229,182,229v129,0,174,-102,174,-229v0,-133,-41,-243,-173,-243v-136,0,-183,110,-183,243xm254,-526v108,-2,168,66,192,152v26,-135,173,-189,298,-129v80,39,118,131,113,251r-393,0v-5,134,50,229,181,231v100,1,150,-66,170,-148r38,0v-23,103,-86,181,-208,181v-112,0,-180,-62,-202,-151v-25,92,-80,151,-192,151v-155,0,-219,-109,-219,-262v0,-157,65,-272,222,-276xm819,-285v-4,-118,-56,-208,-174,-208v-122,0,-179,86,-181,208r355,0","w":889},"\u00df":{"d":"425,-214v0,-127,-90,-166,-218,-165r0,-33v105,-2,183,-42,183,-148v0,-89,-61,-131,-150,-133v-100,-2,-143,59,-144,156r0,537r-38,0r0,-537v0,-122,59,-191,182,-189v112,2,186,53,188,166v1,91,-46,138,-119,159v101,10,153,80,154,187v0,160,-92,225,-256,214r0,-33v137,7,219,-45,218,-181","w":500},"\u00f7":{"d":"48,-233r0,-38r504,0r0,38r-504,0xm301,-401v-27,0,-51,-24,-51,-51v0,-28,23,-52,51,-52v28,0,52,24,52,52v0,27,-25,51,-52,51xm301,0v-27,0,-51,-24,-51,-51v0,-28,23,-52,51,-52v28,0,52,24,52,52v0,27,-25,51,-52,51","w":600},"\u00b9":{"d":"59,-620v52,-7,96,-37,120,-73r29,0r0,418r-32,0r0,-371v-31,31,-70,49,-117,53r0,-27","w":333},"\u00d7":{"d":"273,-252r-194,-195r26,-27r195,195r194,-195r27,27r-194,195r194,194r-27,27r-194,-195r-195,195r-26,-27","w":600},"\u00ae":{"d":"574,-456v2,72,-53,107,-114,117r132,203r-42,0r-133,-204r-115,0r0,204r-38,0r0,-442r166,0v93,0,142,35,144,122xm536,-457v0,-107,-128,-87,-234,-88r0,172v102,-3,234,21,234,-84xm640,-600v-69,-77,-237,-131,-373,-72v-117,51,-203,154,-203,315v0,159,89,263,204,315v80,35,187,35,266,-1v115,-53,202,-155,202,-315v0,-104,-44,-184,-96,-242xm136,-622v77,-84,260,-148,410,-80v128,58,228,169,228,345v0,176,-101,288,-228,345v-89,39,-203,39,-292,0v-128,-58,-228,-169,-228,-345v0,-114,52,-202,110,-265","w":800},"\u00de":{"d":"575,-395v0,131,-88,197,-224,197r-244,0r0,198r-44,0r0,-714r44,0r0,120r260,0v128,2,208,63,208,199xm531,-396v0,-99,-58,-161,-167,-160r-257,0r0,320r251,0v109,-1,173,-57,173,-160","w":593},"\u00a6":{"d":"92,-161r38,0r0,250r-38,0r0,-250xm92,-661r38,0r0,250r-38,0r0,-250","w":222},"\u00d0":{"d":"627,-358v0,221,-109,358,-332,358r-232,0r0,-363r-68,0r0,-33r68,0r0,-318r234,0v228,0,330,135,330,356xm583,-358v1,-206,-92,-318,-293,-318r-183,0r0,280r264,0r0,33r-264,0r0,325r192,0v188,-7,284,-119,284,-320","w":667},"\u2212":{"d":"48,-233r0,-38r504,0r0,38r-504,0","w":600},"\u00e7":{"d":"33,-262v-3,-181,126,-302,315,-254v75,19,125,73,133,161r-38,0v-10,-92,-75,-138,-174,-138v-132,0,-198,100,-198,231v0,141,58,241,198,241v105,0,163,-66,179,-160r38,0v-13,110,-92,184,-202,192r-39,45v9,4,23,-8,39,-7v41,3,75,26,75,73v0,89,-134,85,-192,53r11,-24v42,20,141,37,143,-29v1,-51,-67,-54,-102,-34r-16,-13r48,-64v-149,-11,-216,-118,-218,-273","w":519},"\u00f0":{"d":"466,-249v0,-129,-65,-224,-197,-224v-132,0,-199,95,-199,224v0,133,65,228,199,228v135,0,197,-94,197,-228xm434,-434v-32,-73,-93,-139,-155,-188r-112,62r-21,-22r108,-60v-31,-24,-68,-48,-103,-65r28,-24v40,21,76,45,108,71r115,-64r20,22r-109,61v114,92,191,203,191,392v0,157,-77,261,-235,261v-160,0,-237,-103,-237,-261v0,-153,83,-257,237,-257v76,0,123,24,163,74","w":537},"\u00b1":{"d":"281,-504r38,0r0,189r233,0r0,38r-233,0r0,189r-38,0r0,-189r-233,0r0,-38r233,0r0,-189xm48,-38r504,0r0,38r-504,0r0,-38","w":600},"\u00c7":{"d":"414,122v1,-51,-67,-54,-102,-34r-16,-13r44,-60v-196,-23,-304,-160,-304,-372v0,-223,117,-374,340,-374v169,0,257,90,287,230r-44,0v-22,-118,-108,-192,-243,-192v-237,0,-340,233,-276,466v38,142,202,257,374,185v88,-37,147,-122,157,-236r44,0v-23,170,-119,288,-304,295r-33,39v9,4,23,-8,39,-7v41,3,75,26,75,73v0,89,-134,85,-192,53r11,-24v42,20,141,37,143,-29","w":704},"\u00fe":{"d":"104,-256v0,137,50,235,188,235v136,0,193,-99,193,-235v0,-134,-57,-237,-193,-237v-135,0,-188,102,-188,237xm292,12v-97,1,-159,-46,-189,-119r0,291r-38,0r0,-898r38,0r0,318r2,0v27,-73,86,-130,187,-130v158,0,231,113,231,270v0,161,-70,266,-231,268"},"\u00a9":{"d":"640,-600v-69,-77,-237,-131,-373,-72v-117,51,-203,153,-203,314v0,160,89,264,204,316v80,35,187,35,266,-1v115,-53,202,-155,202,-315v0,-104,-44,-184,-96,-242xm185,-358v-3,-166,122,-269,291,-225v67,17,112,70,123,145r-38,0v-12,-71,-71,-123,-152,-122v-122,2,-186,79,-186,201v0,121,67,203,188,206v86,2,133,-57,150,-128r38,0v-16,97,-80,161,-188,161v-144,0,-223,-94,-226,-238xm136,-622v77,-84,260,-148,410,-80v128,58,228,169,228,345v0,176,-101,288,-228,345v-89,39,-203,39,-292,0v-128,-58,-228,-169,-228,-345v0,-114,52,-202,110,-265","w":800},"\u00ac":{"d":"514,-331r-466,0r0,-38r504,0r0,261r-38,0r0,-223","w":600},"\u00b2":{"d":"170,-702v100,0,173,71,132,164v-49,110,-208,121,-254,236r268,0r0,27r-300,0v15,-156,194,-156,254,-266v38,-70,-19,-134,-100,-134v-81,0,-109,49,-114,124r-32,0v5,-94,46,-151,146,-151","w":333},"\u00b3":{"d":"337,-391v7,137,-199,153,-279,87v-30,-24,-42,-62,-40,-111r32,0v-3,77,51,124,129,122v68,-2,126,-31,126,-98v0,-76,-71,-94,-150,-90r0,-27v73,2,140,-15,140,-85v0,-59,-57,-80,-116,-82v-75,-3,-115,47,-118,116r-32,0v2,-91,59,-145,155,-143v79,2,141,29,143,109v2,54,-43,87,-88,97v57,5,95,46,98,105","w":333},"\u2122":{"d":"404,-681r-143,0r0,379r-32,0r0,-379r-144,0r0,-33r319,0r0,33xm694,-368r152,-346r59,0r0,412r-32,0r0,-379r-3,0r-167,379r-18,0r-167,-379r-3,0r0,379r-32,0r0,-412r59,0","w":990},"\u00b0":{"d":"305,-559v0,-65,-41,-110,-105,-110v-65,0,-105,45,-105,110v0,65,39,110,105,110v65,0,105,-45,105,-110xm343,-559v0,86,-57,143,-143,143v-86,0,-143,-57,-143,-143v0,-86,57,-143,143,-143v86,0,143,57,143,143","w":400},"\u00b5":{"d":"240,-21v124,-3,185,-88,185,-215r0,-278r38,0r0,514r-38,0v-2,-35,4,-79,-2,-110v-27,73,-88,120,-184,122v-63,1,-113,-20,-145,-56r0,228r-38,0r0,-698r38,0r0,325v-1,100,39,171,146,168","w":519},"\u00c1":{"d":"323,-714r282,714r-47,0r-90,-229r-342,0r-91,229r-47,0r287,-714r48,0xm454,-267r-153,-404r-2,0r-159,404r314,0xm359,-904r51,0r-134,140r-37,0","w":593},"\u00c2":{"d":"323,-714r282,714r-47,0r-90,-229r-342,0r-91,229r-47,0r287,-714r48,0xm454,-267r-153,-404r-2,0r-159,404r314,0xm316,-904r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":593},"\u00c4":{"d":"323,-714r282,714r-47,0r-90,-229r-342,0r-91,229r-47,0r287,-714r48,0xm454,-267r-153,-404r-2,0r-159,404r314,0xm195,-767r0,-103r44,0r0,103r-44,0xm353,-767r0,-103r44,0r0,103r-44,0","w":593},"\u00c0":{"d":"323,-714r282,714r-47,0r-90,-229r-342,0r-91,229r-47,0r287,-714r48,0xm454,-267r-153,-404r-2,0r-159,404r314,0xm317,-764r-134,-140r51,0r120,140r-37,0","w":593},"\u00c5":{"d":"323,-714r282,714r-47,0r-90,-229r-342,0r-91,229r-47,0r287,-714r48,0xm454,-267r-153,-404r-2,0r-159,404r314,0xm291,-729v-55,0,-99,-44,-99,-99v0,-55,44,-99,99,-99v55,0,99,44,99,99v0,55,-44,99,-99,99xm291,-900v-39,0,-72,33,-72,72v0,39,33,72,72,72v39,0,72,-33,72,-72v0,-39,-33,-72,-72,-72","w":593},"\u00c3":{"d":"323,-714r282,714r-47,0r-90,-229r-342,0r-91,229r-47,0r287,-714r48,0xm454,-267r-153,-404r-2,0r-159,404r314,0xm226,-832v-29,-1,-41,33,-45,57r-29,0v3,-58,48,-109,111,-82v34,15,63,45,104,49v28,3,42,-32,45,-57r29,0v-7,47,-24,90,-76,90v-57,0,-81,-54,-139,-57","w":593},"\u00c9":{"d":"548,-38r0,38r-485,0r0,-714r480,0r0,38r-436,0r0,286r410,0r0,38r-410,0r0,314r441,0xm343,-904r51,0r-134,140r-37,0","w":560},"\u00ca":{"d":"548,-38r0,38r-485,0r0,-714r480,0r0,38r-436,0r0,286r410,0r0,38r-410,0r0,314r441,0xm300,-904r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":560},"\u00cb":{"d":"548,-38r0,38r-485,0r0,-714r480,0r0,38r-436,0r0,286r410,0r0,38r-410,0r0,314r441,0xm189,-767r0,-103r44,0r0,103r-44,0xm347,-767r0,-103r44,0r0,103r-44,0","w":560},"\u00c8":{"d":"548,-38r0,38r-485,0r0,-714r480,0r0,38r-436,0r0,286r410,0r0,38r-410,0r0,314r441,0xm301,-764r-134,-140r51,0r120,140r-37,0","w":560},"\u00cd":{"d":"63,-714r44,0r0,714r-44,0r0,-714xm148,-904r51,0r-134,140r-37,0","w":170},"\u00ce":{"d":"63,-714r44,0r0,714r-44,0r0,-714xm105,-904r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":170},"\u00cf":{"d":"63,-714r44,0r0,714r-44,0r0,-714xm-16,-767r0,-103r44,0r0,103r-44,0xm142,-767r0,-103r44,0r0,103r-44,0","w":170},"\u00cc":{"d":"63,-714r44,0r0,714r-44,0r0,-714xm106,-764r-134,-140r51,0r120,140r-37,0","w":170},"\u00d1":{"d":"63,-714r55,0r451,655r2,0r0,-655r44,0r0,714r-52,0r-454,-660r-2,0r0,660r-44,0r0,-714xm269,-832v-29,-1,-41,33,-45,57r-29,0v3,-58,48,-109,111,-82v34,15,63,45,104,49v28,3,42,-32,45,-57r29,0v-7,47,-24,90,-76,90v-57,0,-81,-54,-139,-57","w":678},"\u00d3":{"d":"371,-731v276,0,394,255,316,521v-39,134,-144,227,-316,227v-223,0,-340,-151,-340,-374v0,-223,117,-374,340,-374xm371,-693v-242,0,-343,231,-276,466v34,119,125,206,276,206v236,0,344,-235,275,-466v-35,-118,-124,-206,-275,-206xm433,-904r51,0r-134,140r-37,0","w":741},"\u00d4":{"d":"371,-731v276,0,394,255,316,521v-39,134,-144,227,-316,227v-223,0,-340,-151,-340,-374v0,-223,117,-374,340,-374xm371,-693v-242,0,-343,231,-276,466v34,119,125,206,276,206v236,0,344,-235,275,-466v-35,-118,-124,-206,-275,-206xm390,-904r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":741},"\u00d6":{"d":"371,-731v276,0,394,255,316,521v-39,134,-144,227,-316,227v-223,0,-340,-151,-340,-374v0,-223,117,-374,340,-374xm371,-693v-242,0,-343,231,-276,466v34,119,125,206,276,206v236,0,344,-235,275,-466v-35,-118,-124,-206,-275,-206xm269,-767r0,-103r44,0r0,103r-44,0xm427,-767r0,-103r44,0r0,103r-44,0","w":741},"\u00d2":{"d":"371,-731v276,0,394,255,316,521v-39,134,-144,227,-316,227v-223,0,-340,-151,-340,-374v0,-223,117,-374,340,-374xm371,-693v-242,0,-343,231,-276,466v34,119,125,206,276,206v236,0,344,-235,275,-466v-35,-118,-124,-206,-275,-206xm391,-764r-134,-140r51,0r120,140r-37,0","w":741},"\u00d5":{"d":"371,-731v276,0,394,255,316,521v-39,134,-144,227,-316,227v-223,0,-340,-151,-340,-374v0,-223,117,-374,340,-374xm371,-693v-242,0,-343,231,-276,466v34,119,125,206,276,206v236,0,344,-235,275,-466v-35,-118,-124,-206,-275,-206xm300,-832v-29,-1,-41,33,-45,57r-29,0v3,-58,48,-109,111,-82v34,15,63,45,104,49v28,3,42,-32,45,-57r29,0v-7,47,-24,90,-76,90v-57,0,-81,-54,-139,-57","w":741},"\u0160":{"d":"60,-541v0,-242,413,-238,488,-70v13,29,23,62,25,101r-44,0v-8,-127,-96,-183,-229,-183v-106,0,-196,42,-196,152v0,191,284,126,410,215v43,31,77,69,77,142v0,220,-321,247,-465,144v-54,-39,-89,-102,-87,-196r44,0v-6,157,106,215,257,215v112,0,207,-47,207,-163v0,-226,-364,-109,-466,-274v-14,-22,-21,-49,-21,-83xm289,-764r-115,-140r38,0r97,115r98,-115r38,0r-116,140r-40,0","w":630},"\u00da":{"d":"331,17v-190,0,-269,-116,-268,-303r0,-428r44,0r0,428v2,157,61,265,224,265v169,0,234,-98,234,-265r0,-428r44,0r0,428v-1,191,-83,304,-278,303xm399,-904r51,0r-134,140r-37,0","w":672},"\u00db":{"d":"331,17v-190,0,-269,-116,-268,-303r0,-428r44,0r0,428v2,157,61,265,224,265v169,0,234,-98,234,-265r0,-428r44,0r0,428v-1,191,-83,304,-278,303xm356,-904r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":672},"\u00dc":{"d":"331,17v-190,0,-269,-116,-268,-303r0,-428r44,0r0,428v2,157,61,265,224,265v169,0,234,-98,234,-265r0,-428r44,0r0,428v-1,191,-83,304,-278,303xm235,-767r0,-103r44,0r0,103r-44,0xm393,-767r0,-103r44,0r0,103r-44,0","w":672},"\u00d9":{"d":"331,17v-190,0,-269,-116,-268,-303r0,-428r44,0r0,428v2,157,61,265,224,265v169,0,234,-98,234,-265r0,-428r44,0r0,428v-1,191,-83,304,-278,303xm357,-764r-134,-140r51,0r120,140r-37,0","w":672},"\u00dd":{"d":"546,-714r49,0r-287,415r0,299r-44,0r0,-299r-285,-415r50,0r258,378xm350,-904r51,0r-134,140r-37,0","w":574},"\u0178":{"d":"546,-714r49,0r-287,415r0,299r-44,0r0,-299r-285,-415r50,0r258,378xm186,-767r0,-103r44,0r0,103r-44,0xm344,-767r0,-103r44,0r0,103r-44,0","w":574},"\u017d":{"d":"28,-714r501,0r0,38r-484,638r493,0r0,38r-539,0r0,-38r482,-638r-453,0r0,-38xm242,-764r-115,-140r38,0r97,115r98,-115r38,0r-116,140r-40,0","w":537},"\u00e1":{"d":"205,-21v121,0,182,-71,192,-175r0,-96v-82,72,-327,-15,-327,159v0,70,54,112,135,112xm255,-526v101,1,179,32,180,134r0,297v0,32,1,63,34,62v7,0,16,-1,28,-3r0,32v-58,15,-107,-9,-100,-71v-1,-8,3,-22,-2,-27v-30,68,-93,114,-191,114v-103,0,-172,-40,-172,-145v0,-150,161,-146,288,-161v59,-7,85,-30,78,-98v-7,-66,-62,-101,-143,-101v-92,0,-154,49,-158,137r-38,0v5,-114,76,-171,196,-170xm313,-731r51,0r-134,140r-37,0","w":500},"\u00e2":{"d":"205,-21v121,0,182,-71,192,-175r0,-96v-82,72,-327,-15,-327,159v0,70,54,112,135,112xm255,-526v101,1,179,32,180,134r0,297v0,32,1,63,34,62v7,0,16,-1,28,-3r0,32v-58,15,-107,-9,-100,-71v-1,-8,3,-22,-2,-27v-30,68,-93,114,-191,114v-103,0,-172,-40,-172,-145v0,-150,161,-146,288,-161v59,-7,85,-30,78,-98v-7,-66,-62,-101,-143,-101v-92,0,-154,49,-158,137r-38,0v5,-114,76,-171,196,-170xm270,-731r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":500},"\u00e4":{"d":"205,-21v121,0,182,-71,192,-175r0,-96v-82,72,-327,-15,-327,159v0,70,54,112,135,112xm255,-526v101,1,179,32,180,134r0,297v0,32,1,63,34,62v7,0,16,-1,28,-3r0,32v-58,15,-107,-9,-100,-71v-1,-8,3,-22,-2,-27v-30,68,-93,114,-191,114v-103,0,-172,-40,-172,-145v0,-150,161,-146,288,-161v59,-7,85,-30,78,-98v-7,-66,-62,-101,-143,-101v-92,0,-154,49,-158,137r-38,0v5,-114,76,-171,196,-170xm149,-594r0,-103r44,0r0,103r-44,0xm307,-594r0,-103r44,0r0,103r-44,0","w":500},"\u00e0":{"d":"205,-21v121,0,182,-71,192,-175r0,-96v-82,72,-327,-15,-327,159v0,70,54,112,135,112xm255,-526v101,1,179,32,180,134r0,297v0,32,1,63,34,62v7,0,16,-1,28,-3r0,32v-58,15,-107,-9,-100,-71v-1,-8,3,-22,-2,-27v-30,68,-93,114,-191,114v-103,0,-172,-40,-172,-145v0,-150,161,-146,288,-161v59,-7,85,-30,78,-98v-7,-66,-62,-101,-143,-101v-92,0,-154,49,-158,137r-38,0v5,-114,76,-171,196,-170xm271,-591r-134,-140r51,0r120,140r-37,0","w":500},"\u00e5":{"d":"205,-21v121,0,182,-71,192,-175r0,-96v-82,72,-327,-15,-327,159v0,70,54,112,135,112xm255,-526v101,1,179,32,180,134r0,297v0,32,1,63,34,62v7,0,16,-1,28,-3r0,32v-58,15,-107,-9,-100,-71v-1,-8,3,-22,-2,-27v-30,68,-93,114,-191,114v-103,0,-172,-40,-172,-145v0,-150,161,-146,288,-161v59,-7,85,-30,78,-98v-7,-66,-62,-101,-143,-101v-92,0,-154,49,-158,137r-38,0v5,-114,76,-171,196,-170xm250,-541v-55,0,-99,-44,-99,-99v0,-55,44,-99,99,-99v55,0,99,44,99,99v0,55,-44,99,-99,99xm250,-712v-39,0,-72,33,-72,72v0,39,33,72,72,72v39,0,72,-33,72,-72v0,-39,-33,-72,-72,-72","w":500},"\u00e3":{"d":"205,-21v121,0,182,-71,192,-175r0,-96v-82,72,-327,-15,-327,159v0,70,54,112,135,112xm255,-526v101,1,179,32,180,134r0,297v0,32,1,63,34,62v7,0,16,-1,28,-3r0,32v-58,15,-107,-9,-100,-71v-1,-8,3,-22,-2,-27v-30,68,-93,114,-191,114v-103,0,-172,-40,-172,-145v0,-150,161,-146,288,-161v59,-7,85,-30,78,-98v-7,-66,-62,-101,-143,-101v-92,0,-154,49,-158,137r-38,0v5,-114,76,-171,196,-170xm180,-659v-29,-1,-41,33,-45,57r-29,0v3,-58,48,-109,111,-82v34,15,63,45,104,49v28,3,42,-32,45,-57r29,0v-7,47,-24,90,-76,90v-57,0,-81,-54,-139,-57","w":500},"\u00e9":{"d":"260,12v-188,2,-261,-179,-214,-363v25,-98,91,-175,214,-175v159,0,230,112,226,274r-415,0v2,132,58,228,189,231v102,2,168,-63,184,-153r38,0v-18,115,-94,186,-222,186xm448,-285v1,-143,-125,-254,-264,-190v-66,30,-104,103,-113,190r377,0xm322,-731r51,0r-134,140r-37,0","w":519},"\u00ea":{"d":"260,12v-188,2,-261,-179,-214,-363v25,-98,91,-175,214,-175v159,0,230,112,226,274r-415,0v2,132,58,228,189,231v102,2,168,-63,184,-153r38,0v-18,115,-94,186,-222,186xm448,-285v1,-143,-125,-254,-264,-190v-66,30,-104,103,-113,190r377,0xm279,-731r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":519},"\u00eb":{"d":"260,12v-188,2,-261,-179,-214,-363v25,-98,91,-175,214,-175v159,0,230,112,226,274r-415,0v2,132,58,228,189,231v102,2,168,-63,184,-153r38,0v-18,115,-94,186,-222,186xm448,-285v1,-143,-125,-254,-264,-190v-66,30,-104,103,-113,190r377,0xm158,-594r0,-103r44,0r0,103r-44,0xm316,-594r0,-103r44,0r0,103r-44,0","w":519},"\u00e8":{"d":"260,12v-188,2,-261,-179,-214,-363v25,-98,91,-175,214,-175v159,0,230,112,226,274r-415,0v2,132,58,228,189,231v102,2,168,-63,184,-153r38,0v-18,115,-94,186,-222,186xm448,-285v1,-143,-125,-254,-264,-190v-66,30,-104,103,-113,190r377,0xm280,-591r-134,-140r51,0r120,140r-37,0","w":519},"\u00ed":{"d":"65,0r0,-514r38,0r0,514r-38,0xm147,-731r51,0r-134,140r-37,0","w":168},"\u00ee":{"d":"65,0r0,-514r38,0r0,514r-38,0xm104,-731r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":168},"\u00ef":{"d":"65,0r0,-514r38,0r0,514r-38,0xm-17,-594r0,-103r44,0r0,103r-44,0xm141,-594r0,-103r44,0r0,103r-44,0","w":168},"\u00ec":{"d":"65,0r0,-514r38,0r0,514r-38,0xm105,-591r-134,-140r51,0r120,140r-37,0","w":168},"\u00f1":{"d":"279,-493v-124,3,-185,88,-185,215r0,278r-38,0r0,-514r38,0v2,35,-4,79,2,110v27,-73,88,-120,184,-122v132,-2,183,77,183,208r0,318r-38,0r0,-325v1,-100,-40,-171,-146,-168xm189,-659v-29,-1,-41,33,-45,57r-29,0v3,-58,48,-109,111,-82v34,15,63,45,104,49v28,3,42,-32,45,-57r29,0v-7,47,-24,90,-76,90v-57,0,-81,-54,-139,-57","w":519},"\u00f3":{"d":"268,12v-157,0,-236,-112,-236,-269v0,-157,79,-269,236,-269v157,0,236,112,236,269v0,157,-79,269,-236,269xm268,-493v-134,0,-198,103,-198,236v0,133,64,236,198,236v134,0,198,-103,198,-236v0,-133,-64,-236,-198,-236xm331,-731r51,0r-134,140r-37,0","w":537},"\u00f4":{"d":"268,12v-157,0,-236,-112,-236,-269v0,-157,79,-269,236,-269v157,0,236,112,236,269v0,157,-79,269,-236,269xm268,-493v-134,0,-198,103,-198,236v0,133,64,236,198,236v134,0,198,-103,198,-236v0,-133,-64,-236,-198,-236xm288,-731r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":537},"\u00f6":{"d":"268,12v-157,0,-236,-112,-236,-269v0,-157,79,-269,236,-269v157,0,236,112,236,269v0,157,-79,269,-236,269xm268,-493v-134,0,-198,103,-198,236v0,133,64,236,198,236v134,0,198,-103,198,-236v0,-133,-64,-236,-198,-236xm167,-594r0,-103r44,0r0,103r-44,0xm325,-594r0,-103r44,0r0,103r-44,0","w":537},"\u00f2":{"d":"268,12v-157,0,-236,-112,-236,-269v0,-157,79,-269,236,-269v157,0,236,112,236,269v0,157,-79,269,-236,269xm268,-493v-134,0,-198,103,-198,236v0,133,64,236,198,236v134,0,198,-103,198,-236v0,-133,-64,-236,-198,-236xm289,-591r-134,-140r51,0r120,140r-37,0","w":537},"\u00f5":{"d":"268,12v-157,0,-236,-112,-236,-269v0,-157,79,-269,236,-269v157,0,236,112,236,269v0,157,-79,269,-236,269xm268,-493v-134,0,-198,103,-198,236v0,133,64,236,198,236v134,0,198,-103,198,-236v0,-133,-64,-236,-198,-236xm198,-659v-29,-1,-41,33,-45,57r-29,0v3,-58,48,-109,111,-82v34,15,63,45,104,49v28,3,42,-32,45,-57r29,0v-7,47,-24,90,-76,90v-57,0,-81,-54,-139,-57","w":537},"\u0161":{"d":"445,-130v6,160,-250,175,-348,96v-36,-30,-60,-74,-61,-137r38,0v9,96,69,150,170,150v84,0,163,-24,163,-109v0,-187,-343,-39,-353,-264v-8,-172,315,-167,362,-43v8,21,14,46,14,75r-38,0v-1,-92,-61,-131,-152,-131v-77,0,-148,24,-148,99v0,183,345,35,353,264xm214,-591r-115,-140r38,0r97,115r98,-115r38,0r-116,140r-40,0","w":481},"\u00fa":{"d":"240,-21v124,-3,185,-88,185,-215r0,-278r38,0r0,514r-38,0v-2,-35,4,-79,-2,-110v-27,73,-88,120,-184,122v-132,2,-183,-77,-183,-208r0,-318r38,0r0,325v-1,100,39,171,146,168xm322,-731r51,0r-134,140r-37,0","w":519},"\u00fb":{"d":"240,-21v124,-3,185,-88,185,-215r0,-278r38,0r0,514r-38,0v-2,-35,4,-79,-2,-110v-27,73,-88,120,-184,122v-132,2,-183,-77,-183,-208r0,-318r38,0r0,325v-1,100,39,171,146,168xm279,-731r116,140r-38,0r-98,-115r-97,115r-38,0r115,-140r40,0","w":519},"\u00fc":{"d":"240,-21v124,-3,185,-88,185,-215r0,-278r38,0r0,514r-38,0v-2,-35,4,-79,-2,-110v-27,73,-88,120,-184,122v-132,2,-183,-77,-183,-208r0,-318r38,0r0,325v-1,100,39,171,146,168xm158,-594r0,-103r44,0r0,103r-44,0xm316,-594r0,-103r44,0r0,103r-44,0","w":519},"\u00f9":{"d":"240,-21v124,-3,185,-88,185,-215r0,-278r38,0r0,514r-38,0v-2,-35,4,-79,-2,-110v-27,73,-88,120,-184,122v-132,2,-183,-77,-183,-208r0,-318r38,0r0,325v-1,100,39,171,146,168xm280,-591r-134,-140r51,0r120,140r-37,0","w":519},"\u00fd":{"d":"-6,-514r45,0r191,469r176,-469r43,0r-220,569v-27,58,-39,116,-108,125v-19,2,-43,4,-72,4r0,-33v119,6,127,-66,160,-154xm285,-731r51,0r-134,140r-37,0","w":444},"\u00ff":{"d":"-6,-514r45,0r191,469r176,-469r43,0r-220,569v-27,58,-39,116,-108,125v-19,2,-43,4,-72,4r0,-33v119,6,127,-66,160,-154xm121,-594r0,-103r44,0r0,103r-44,0xm279,-594r0,-103r44,0r0,103r-44,0","w":444},"\u017e":{"d":"417,-33r0,33r-408,0r0,-36r345,-445r-318,0r0,-33r365,0r0,36r-346,445r362,0xm187,-591r-115,-140r38,0r97,115r98,-115r38,0r-116,140r-40,0","w":426},"\u20ac":{"d":"77,-430v15,-176,120,-301,324,-266v60,10,107,47,129,101r-21,38v-22,-126,-240,-145,-321,-56v-40,44,-64,108,-72,183r332,0r-15,33r-320,0v-3,33,-3,65,0,96r283,0r-15,33r-264,0v18,132,74,248,224,247v84,-1,139,-30,181,-78r0,46v-41,40,-107,65,-186,65v-169,0,-241,-125,-259,-280r-65,0r15,-33r48,0v-3,-34,-3,-66,0,-96r-63,0r15,-33r50,0"},"!":{"d":"154,-714r0,241r-12,290r-24,0r-12,-290r0,-241r48,0xm104,0r0,-103r51,0r0,103r-51,0","w":259},"\"":{"d":"80,-714r38,0r0,229r-38,0r0,-229xm197,-714r38,0r0,229r-38,0r0,-229","w":315},"#":{"d":"447,-690r-31,220r110,0r0,33r-115,0r-24,173r111,0r0,33r-116,0r-32,231r-33,0r32,-231r-169,0r-32,231r-33,0r32,-231r-117,0r0,-33r122,0r24,-173r-118,0r0,-33r123,0r31,-220r33,0r-31,220r169,0r31,-220r33,0xm185,-264r169,0r24,-173r-169,0"},"$":{"d":"290,-21v119,-2,211,-44,211,-162v0,-116,-107,-140,-211,-164r0,326xm258,-693v-130,-2,-220,85,-174,211v23,62,101,73,174,89r0,-300xm531,-242v43,167,-82,261,-241,259r0,88r-32,0r0,-88v-153,-13,-246,-85,-246,-252r38,0v1,131,77,208,208,214r0,-333r-47,-11v-94,-22,-179,-59,-177,-176v3,-131,90,-184,224,-190r0,-49r32,0r0,49v147,3,227,75,232,220r-38,0v-6,-125,-73,-178,-194,-183r0,310v104,24,216,45,241,142"}}});

/*! SWFObject v2.1 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

var swfobject = function() {
	
	var UNDEF = "undefined",
		OBJECT = "object",
		SHOCKWAVE_FLASH = "Shockwave Flash",
		SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash",
		FLASH_MIME_TYPE = "application/x-shockwave-flash",
		EXPRESS_INSTALL_ID = "SWFObjectExprInst",
		
		win = window,
		doc = document,
		nav = navigator,
		
		domLoadFnArr = [],
		regObjArr = [],
		objIdArr = [],
		listenersArr = [],
		script,
		timer = null,
		storedAltContent = null,
		storedAltContentId = null,
		isDomLoaded = false,
		isExpressInstallActive = false;
	
	/* Centralized function for browser feature detection
		- Proprietary feature detection (conditional compiling) is used to detect Internet Explorer's features
		- User agent string detection is only used when no alternative is possible
		- Is executed directly for optimal performance
	*/	
	var ua = function() {
		var w3cdom = typeof doc.getElementById != UNDEF && typeof doc.getElementsByTagName != UNDEF && typeof doc.createElement != UNDEF,
			playerVersion = [0,0,0],
			d = null;
		if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) {
			d = nav.plugins[SHOCKWAVE_FLASH].description;
			if (d && !(typeof nav.mimeTypes != UNDEF && nav.mimeTypes[FLASH_MIME_TYPE] && !nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)) { // navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin indicates whether plug-ins are enabled or disabled in Safari 3+
				d = d.replace(/^.*\s+(\S+\s+\S+$)/, "$1");
				playerVersion[0] = parseInt(d.replace(/^(.*)\..*$/, "$1"), 10);
				playerVersion[1] = parseInt(d.replace(/^.*\.(.*)\s.*$/, "$1"), 10);
				playerVersion[2] = /r/.test(d) ? parseInt(d.replace(/^.*r(.*)$/, "$1"), 10) : 0;
			}
		}
		else if (typeof win.ActiveXObject != UNDEF) {
			var a = null, fp6Crash = false;
			try {
				a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".7");
			}
			catch(e) {
				try { 
					a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".6");
					playerVersion = [6,0,21];
					a.AllowScriptAccess = "always";	 // Introduced in fp6.0.47
				}
				catch(e) {
					if (playerVersion[0] == 6) {
						fp6Crash = true;
					}
				}
				if (!fp6Crash) {
					try {
						a = new ActiveXObject(SHOCKWAVE_FLASH_AX);
					}
					catch(e) {}
				}
			}
			if (!fp6Crash && a) { // a will return null when ActiveX is disabled
				try {
					d = a.GetVariable("$version");	// Will crash fp6.0.21/23/29
					if (d) {
						d = d.split(" ")[1].split(",");
						playerVersion = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)];
					}
				}
				catch(e) {}
			}
		}
		var u = nav.userAgent.toLowerCase(),
			p = nav.platform.toLowerCase(),
			webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit
			ie = false,
			windows = p ? /win/.test(p) : /win/.test(u),
			mac = p ? /mac/.test(p) : /mac/.test(u);
		/*@cc_on
			ie = true;
			@if (@_win32)
				windows = true;
			@elif (@_mac)
				mac = true;
			@end
		@*/
		return { w3cdom:w3cdom, pv:playerVersion, webkit:webkit, ie:ie, win:windows, mac:mac };
	}();

	/* Cross-browser onDomLoad
		- Based on Dean Edwards' solution: http://dean.edwards.name/weblog/2006/06/again/
		- Will fire an event as soon as the DOM of a page is loaded (supported by Gecko based browsers - like Firefox -, IE, Opera9+, Safari)
	*/ 
	var onDomLoad = function() {
		if (!ua.w3cdom) {
			return;
		}
		addDomLoadEvent(main);
		if (ua.ie && ua.win) {
			try {	 // Avoid a possible Operation Aborted error
				doc.write("<scr" + "ipt id=__ie_ondomload defer=true src=//:></scr" + "ipt>"); // String is split into pieces to avoid Norton AV to add code that can cause errors 
				script = getElementById("__ie_ondomload");
				if (script) {
					addListener(script, "onreadystatechange", checkReadyState);
				}
			}
			catch(e) {}
		}
		if (ua.webkit && typeof doc.readyState != UNDEF) {
			timer = setInterval(function() { if (/loaded|complete/.test(doc.readyState)) { callDomLoadFunctions(); }}, 10);
		}
		if (typeof doc.addEventListener != UNDEF) {
			doc.addEventListener("DOMContentLoaded", callDomLoadFunctions, null);
		}
		addLoadEvent(callDomLoadFunctions);
	}();
	
	function checkReadyState() {
		if (script.readyState == "complete") {
			script.parentNode.removeChild(script);
			callDomLoadFunctions();
		}
	}
	
	function callDomLoadFunctions() {
		if (isDomLoaded) {
			return;
		}
		if (ua.ie && ua.win) { // Test if we can really add elements to the DOM; we don't want to fire it too early
			var s = createElement("span");
			try { // Avoid a possible Operation Aborted error
				var t = doc.getElementsByTagName("body")[0].appendChild(s);
				t.parentNode.removeChild(t);
			}
			catch (e) {
				return;
			}
		}
		isDomLoaded = true;
		if (timer) {
			clearInterval(timer);
			timer = null;
		}
		var dl = domLoadFnArr.length;
		for (var i = 0; i < dl; i++) {
			domLoadFnArr[i]();
		}
	}
	
	function addDomLoadEvent(fn) {
		if (isDomLoaded) {
			fn();
		}
		else { 
			domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+
		}
	}
	
	/* Cross-browser onload
		- Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/
		- Will fire an event as soon as a web page including all of its assets are loaded 
	 */
	function addLoadEvent(fn) {
		if (typeof win.addEventListener != UNDEF) {
			win.addEventListener("load", fn, false);
		}
		else if (typeof doc.addEventListener != UNDEF) {
			doc.addEventListener("load", fn, false);
		}
		else if (typeof win.attachEvent != UNDEF) {
			addListener(win, "onload", fn);
		}
		else if (typeof win.onload == "function") {
			var fnOld = win.onload;
			win.onload = function() {
				fnOld();
				fn();
			};
		}
		else {
			win.onload = fn;
		}
	}
	
	/* Main function
		- Will preferably execute onDomLoad, otherwise onload (as a fallback)
	*/
	function main() { // Static publishing only
		var rl = regObjArr.length;
		for (var i = 0; i < rl; i++) { // For each registered object element
			var id = regObjArr[i].id;
			if (ua.pv[0] > 0) {
				var obj = getElementById(id);
				if (obj) {
					regObjArr[i].width = obj.getAttribute("width") ? obj.getAttribute("width") : "0";
					regObjArr[i].height = obj.getAttribute("height") ? obj.getAttribute("height") : "0";
					if (hasPlayerVersion(regObjArr[i].swfVersion)) { // Flash plug-in version >= Flash content version: Houston, we have a match!
						if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements
							fixParams(obj);
						}
						setVisibility(id, true);
					}
					else if (regObjArr[i].expressInstall && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) { // Show the Adobe Express Install dialog if set by the web page author and if supported (fp6.0.65+ on Win/Mac OS only)
						showExpressInstall(regObjArr[i]);
					}
					else { // Flash plug-in and Flash content version mismatch: display alternative content instead of Flash content
						displayAltContent(obj);
					}
				}
			}
			else {	// If no fp is installed, we let the object element do its job (show alternative content)
				setVisibility(id, true);
			}
		}
	}
	
	/* Fix nested param elements, which are ignored by older webkit engines
		- This includes Safari up to and including version 1.2.2 on Mac OS 10.3
		- Fall back to the proprietary embed element
	*/
	function fixParams(obj) {
		var nestedObj = obj.getElementsByTagName(OBJECT)[0];
		if (nestedObj) {
			var e = createElement("embed"), a = nestedObj.attributes;
			if (a) {
				var al = a.length;
				for (var i = 0; i < al; i++) {
					if (a[i].nodeName == "DATA") {
						e.setAttribute("src", a[i].nodeValue);
					}
					else {
						e.setAttribute(a[i].nodeName, a[i].nodeValue);
					}
				}
			}
			var c = nestedObj.childNodes;
			if (c) {
				var cl = c.length;
				for (var j = 0; j < cl; j++) {
					if (c[j].nodeType == 1 && c[j].nodeName == "PARAM") {
						e.setAttribute(c[j].getAttribute("name"), c[j].getAttribute("value"));
					}
				}
			}
			obj.parentNode.replaceChild(e, obj);
		}
	}
	
	/* Show the Adobe Express Install dialog
		- Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
	*/
	function showExpressInstall(regObj) {
		isExpressInstallActive = true;
		var obj = getElementById(regObj.id);
		if (obj) {
			if (regObj.altContentId) {
				var ac = getElementById(regObj.altContentId);
				if (ac) {
					storedAltContent = ac;
					storedAltContentId = regObj.altContentId;
				}
			}
			else {
				storedAltContent = abstractAltContent(obj);
			}
			if (!(/%$/.test(regObj.width)) && parseInt(regObj.width, 10) < 310) {
				regObj.width = "310";
			}
			if (!(/%$/.test(regObj.height)) && parseInt(regObj.height, 10) < 137) {
				regObj.height = "137";
			}
			doc.title = doc.title.slice(0, 47) + " - Flash Player Installation";
			var pt = ua.ie && ua.win ? "ActiveX" : "PlugIn",
				dt = doc.title,
				fv = "MMredirectURL=" + win.location + "&MMplayerType=" + pt + "&MMdoctitle=" + dt,
				replaceId = regObj.id;
			// For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
			// In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
			if (ua.ie && ua.win && obj.readyState != 4) {
				var newObj = createElement("div");
				replaceId += "SWFObjectNew";
				newObj.setAttribute("id", replaceId);
				obj.parentNode.insertBefore(newObj, obj); // Insert placeholder div that will be replaced by the object element that loads expressinstall.swf
				obj.style.display = "none";
				var fn = function() {
					obj.parentNode.removeChild(obj);
				};
				addListener(win, "onload", fn);
			}
			createSWF({ data:regObj.expressInstall, id:EXPRESS_INSTALL_ID, width:regObj.width, height:regObj.height }, { flashvars:fv }, replaceId);
		}
	}
	
	/* Functions to abstract and display alternative content
	*/
	function displayAltContent(obj) {
		if (ua.ie && ua.win && obj.readyState != 4) {
			// For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
			// In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
			var el = createElement("div");
			obj.parentNode.insertBefore(el, obj); // Insert placeholder div that will be replaced by the alternative content
			el.parentNode.replaceChild(abstractAltContent(obj), el);
			obj.style.display = "none";
			var fn = function() {
				obj.parentNode.removeChild(obj);
			};
			addListener(win, "onload", fn);
		}
		else {
			obj.parentNode.replaceChild(abstractAltContent(obj), obj);
		}
	} 

	function abstractAltContent(obj) {
		var ac = createElement("div");
		if (ua.win && ua.ie) {
			ac.innerHTML = obj.innerHTML;
		}
		else {
			var nestedObj = obj.getElementsByTagName(OBJECT)[0];
			if (nestedObj) {
				var c = nestedObj.childNodes;
				if (c) {
					var cl = c.length;
					for (var i = 0; i < cl; i++) {
						if (!(c[i].nodeType == 1 && c[i].nodeName == "PARAM") && !(c[i].nodeType == 8)) {
							ac.appendChild(c[i].cloneNode(true));
						}
					}
				}
			}
		}
		return ac;
	}
	
	/* Cross-browser dynamic SWF creation
	*/
	function createSWF(attObj, parObj, id) {
		var r, el = getElementById(id);
		if (el) {
			if (typeof attObj.id == UNDEF) { // if no 'id' is defined for the object element, it will inherit the 'id' from the alternative content
				attObj.id = id;
			}
			if (ua.ie && ua.win) { // IE, the object element and W3C DOM methods do not combine: fall back to outerHTML
				var att = "";
				for (var i in attObj) {
					if (attObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries, like Object.prototype.toJSONString = function() {}
						if (i.toLowerCase() == "data") {
							parObj.movie = attObj[i];
						}
						else if (i.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
							att += ' class="' + attObj[i] + '"';
						}
						else if (i.toLowerCase() != "classid") {
							att += ' ' + i + '="' + attObj[i] + '"';
						}
					}
				}
				var par = "";
				for (var j in parObj) {
					if (parObj[j] != Object.prototype[j]) { // Filter out prototype additions from other potential libraries
						par += '<param name="' + j + '" value="' + parObj[j] + '" />';
					}
				}
				el.outerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + att + '>' + par + '</object>';
				objIdArr[objIdArr.length] = attObj.id; // Stored to fix object 'leaks' on unload (dynamic publishing only)
				r = getElementById(attObj.id);	
			}
			else if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements: fall back to the proprietary embed element
				var e = createElement("embed");
				e.setAttribute("type", FLASH_MIME_TYPE);
				for (var k in attObj) {
					if (attObj[k] != Object.prototype[k]) { // Filter out prototype additions from other potential libraries
						if (k.toLowerCase() == "data") {
							e.setAttribute("src", attObj[k]);
						}
						else if (k.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
							e.setAttribute("class", attObj[k]);
						}
						else if (k.toLowerCase() != "classid") { // Filter out IE specific attribute
							e.setAttribute(k, attObj[k]);
						}
					}
				}
				for (var l in parObj) {
					if (parObj[l] != Object.prototype[l]) { // Filter out prototype additions from other potential libraries
						if (l.toLowerCase() != "movie") { // Filter out IE specific param element
							e.setAttribute(l, parObj[l]);
						}
					}
				}
				el.parentNode.replaceChild(e, el);
				r = e;
			}
			else { // Well-behaving browsers
				var o = createElement(OBJECT);
				o.setAttribute("type", FLASH_MIME_TYPE);
				for (var m in attObj) {
					if (attObj[m] != Object.prototype[m]) { // Filter out prototype additions from other potential libraries
						if (m.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
							o.setAttribute("class", attObj[m]);
						}
						else if (m.toLowerCase() != "classid") { // Filter out IE specific attribute
							o.setAttribute(m, attObj[m]);
						}
					}
				}
				for (var n in parObj) {
					if (parObj[n] != Object.prototype[n] && n.toLowerCase() != "movie") { // Filter out prototype additions from other potential libraries and IE specific param element
						createObjParam(o, n, parObj[n]);
					}
				}
				el.parentNode.replaceChild(o, el);
				r = o;
			}
		}
		return r;
	}
	
	function createObjParam(el, pName, pValue) {
		var p = createElement("param");
		p.setAttribute("name", pName);	
		p.setAttribute("value", pValue);
		el.appendChild(p);
	}
	
	/* Cross-browser SWF removal
		- Especially needed to safely and completely remove a SWF in Internet Explorer
	*/
	function removeSWF(id) {
		var obj = getElementById(id);
		if (obj && (obj.nodeName == "OBJECT" || obj.nodeName == "EMBED")) {
			if (ua.ie && ua.win) {
				if (obj.readyState == 4) {
					removeObjectInIE(id);
				}
				else {
					win.attachEvent("onload", function() {
						removeObjectInIE(id);
					});
				}
			}
			else {
				obj.parentNode.removeChild(obj);
			}
		}
	}
	
	function removeObjectInIE(id) {
		var obj = getElementById(id);
		if (obj) {
			for (var i in obj) {
				if (typeof obj[i] == "function") {
					obj[i] = null;
				}
			}
			obj.parentNode.removeChild(obj);
		}
	}
	
	/* Functions to optimize JavaScript compression
	*/
	function getElementById(id) {
		var el = null;
		try {
			el = doc.getElementById(id);
		}
		catch (e) {}
		return el;
	}
	
	function createElement(el) {
		return doc.createElement(el);
	}
	
	/* Updated attachEvent function for Internet Explorer
		- Stores attachEvent information in an Array, so on unload the detachEvent functions can be called to avoid memory leaks
	*/	
	function addListener(target, eventType, fn) {
		target.attachEvent(eventType, fn);
		listenersArr[listenersArr.length] = [target, eventType, fn];
	}
	
	/* Flash Player and SWF content version matching
	*/
	function hasPlayerVersion(rv) {
		var pv = ua.pv, v = rv.split(".");
		v[0] = parseInt(v[0], 10);
		v[1] = parseInt(v[1], 10) || 0; // supports short notation, e.g. "9" instead of "9.0.0"
		v[2] = parseInt(v[2], 10) || 0;
		return (pv[0] > v[0] || (pv[0] == v[0] && pv[1] > v[1]) || (pv[0] == v[0] && pv[1] == v[1] && pv[2] >= v[2])) ? true : false;
	}
	
	/* Cross-browser dynamic CSS creation
		- Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
	*/	
	function createCSS(sel, decl) {
		if (ua.ie && ua.mac) {
			return;
		}
		var h = doc.getElementsByTagName("head")[0], s = createElement("style");
		s.setAttribute("type", "text/css");
		s.setAttribute("media", "screen");
		if (!(ua.ie && ua.win) && typeof doc.createTextNode != UNDEF) {
			s.appendChild(doc.createTextNode(sel + " {" + decl + "}"));
		}
		h.appendChild(s);
		if (ua.ie && ua.win && typeof doc.styleSheets != UNDEF && doc.styleSheets.length > 0) {
			var ls = doc.styleSheets[doc.styleSheets.length - 1];
			if (typeof ls.addRule == OBJECT) {
				ls.addRule(sel, decl);
			}
		}
	}
	
	function setVisibility(id, isVisible) {
		var v = isVisible ? "visible" : "hidden";
		if (isDomLoaded && getElementById(id)) {
			getElementById(id).style.visibility = v;
		}
		else {
			createCSS("#" + id, "visibility:" + v);
		}
	}

	/* Filter to avoid XSS attacks 
	*/
	function urlEncodeIfNecessary(s) {
		var regex = /[\\\"<>\.;]/;
		var hasBadChars = regex.exec(s) != null;
		return hasBadChars ? encodeURIComponent(s) : s;
	}
	
	/* Release memory to avoid memory leaks caused by closures, fix hanging audio/video threads and force open sockets/NetConnections to disconnect (Internet Explorer only)
	*/
	var cleanup = function() {
		if (ua.ie && ua.win) {
			window.attachEvent("onunload", function() {
				// remove listeners to avoid memory leaks
				var ll = listenersArr.length;
				for (var i = 0; i < ll; i++) {
					listenersArr[i][0].detachEvent(listenersArr[i][1], listenersArr[i][2]);
				}
				// cleanup dynamically embedded objects to fix audio/video threads and force open sockets and NetConnections to disconnect
				var il = objIdArr.length;
				for (var j = 0; j < il; j++) {
					removeSWF(objIdArr[j]);
				}
				// cleanup library's main closures to avoid memory leaks
				for (var k in ua) {
					ua[k] = null;
				}
				ua = null;
				for (var l in swfobject) {
					swfobject[l] = null;
				}
				swfobject = null;
			});
		}
	}();
	
	
	return {
		/* Public API
			- Reference: http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
		*/ 
		registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr) {
			if (!ua.w3cdom || !objectIdStr || !swfVersionStr) {
				return;
			}
			var regObj = {};
			regObj.id = objectIdStr;
			regObj.swfVersion = swfVersionStr;
			regObj.expressInstall = xiSwfUrlStr ? xiSwfUrlStr : false;
			regObjArr[regObjArr.length] = regObj;
			setVisibility(objectIdStr, false);
		},
		
		getObjectById: function(objectIdStr) {
			var r = null;
			if (ua.w3cdom) {
				var o = getElementById(objectIdStr);
				if (o) {
					var n = o.getElementsByTagName(OBJECT)[0];
					if (!n || (n && typeof o.SetVariable != UNDEF)) {
							r = o;
					}
					else if (typeof n.SetVariable != UNDEF) {
						r = n;
					}
				}
			}
			return r;
		},
		
		embedSWF: function(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj) {
			if (!ua.w3cdom || !swfUrlStr || !replaceElemIdStr || !widthStr || !heightStr || !swfVersionStr) {
				return;
			}
			widthStr += ""; // Auto-convert to string
			heightStr += "";
			if (hasPlayerVersion(swfVersionStr)) {
				setVisibility(replaceElemIdStr, false);
				var att = {};
				if (attObj && typeof attObj === OBJECT) {
					for (var i in attObj) {
						if (attObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries
							att[i] = attObj[i];
						}
					}
				}
				att.data = swfUrlStr;
				att.width = widthStr;
				att.height = heightStr;
				var par = {}; 
				if (parObj && typeof parObj === OBJECT) {
					for (var j in parObj) {
						if (parObj[j] != Object.prototype[j]) { // Filter out prototype additions from other potential libraries
							par[j] = parObj[j];
						}
					}
				}
				if (flashvarsObj && typeof flashvarsObj === OBJECT) {
					for (var k in flashvarsObj) {
						if (flashvarsObj[k] != Object.prototype[k]) { // Filter out prototype additions from other potential libraries
							if (typeof par.flashvars != UNDEF) {
								par.flashvars += "&" + k + "=" + flashvarsObj[k];
							}
							else {
								par.flashvars = k + "=" + flashvarsObj[k];
							}
						}
					}
				}
				addDomLoadEvent(function() {
					createSWF(att, par, replaceElemIdStr);
					if (att.id == replaceElemIdStr) {
						setVisibility(replaceElemIdStr, true);
					}
				});
			}
			else if (xiSwfUrlStr && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) {
				isExpressInstallActive = true; // deferred execution
				setVisibility(replaceElemIdStr, false);
				addDomLoadEvent(function() {
					var regObj = {};
					regObj.id = regObj.altContentId = replaceElemIdStr;
					regObj.width = widthStr;
					regObj.height = heightStr;
					regObj.expressInstall = xiSwfUrlStr;
					showExpressInstall(regObj);
				});
			}
		},
		
		getFlashPlayerVersion: function() {
			return { major:ua.pv[0], minor:ua.pv[1], release:ua.pv[2] };
		},
		
		hasFlashPlayerVersion: hasPlayerVersion,
		
		createSWF: function(attObj, parObj, replaceElemIdStr) {
			if (ua.w3cdom) {
				return createSWF(attObj, parObj, replaceElemIdStr);
			}
			else {
				return undefined;
			}
		},
		
		removeSWF: function(objElemIdStr) {
			if (ua.w3cdom) {
				removeSWF(objElemIdStr);
			}
		},
		
		createCSS: function(sel, decl) {
			if (ua.w3cdom) {
				createCSS(sel, decl);
			}
		},
		
		addDomLoadEvent: addDomLoadEvent,
		
		addLoadEvent: addLoadEvent,
		
		getQueryParamValue: function(param) {
			var q = doc.location.search || doc.location.hash;
			if (param == null) {
				return urlEncodeIfNecessary(q);
			}
			if (q) {
				var pairs = q.substring(1).split("&");
				for (var i = 0; i < pairs.length; i++) {
					if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) {
						return urlEncodeIfNecessary(pairs[i].substring((pairs[i].indexOf("=") + 1)));
					}
				}
			}
			return "";
		},
		
		// For internal usage only
		expressInstallCallback: function() {
			if (isExpressInstallActive && storedAltContent) {
				var obj = getElementById(EXPRESS_INSTALL_ID);
				if (obj) {
					obj.parentNode.replaceChild(storedAltContent, obj);
					if (storedAltContentId) {
						setVisibility(storedAltContentId, true);
						if (ua.ie && ua.win) {
							storedAltContent.style.display = "block";
						}
					}
					storedAltContent = null;
					storedAltContentId = null;
					isExpressInstallActive = false;
				}
			} 
		}
	};
}();
var Base64 = {

    // private property
    _keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",

       // public method for decoding
    decode: function(input) {
        var output = "";
        var chr1, chr2, chr3;
        var enc1, enc2, enc3, enc4;
        var i = 0;

        input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");

        while (i < input.length) {

            enc1 = this._keyStr.indexOf(input.charAt(i++));
            enc2 = this._keyStr.indexOf(input.charAt(i++));
            enc3 = this._keyStr.indexOf(input.charAt(i++));
            enc4 = this._keyStr.indexOf(input.charAt(i++));

            chr1 = (enc1 << 2) | (enc2 >> 4);
            chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
            chr3 = ((enc3 & 3) << 6) | enc4;

            output = output + String.fromCharCode(chr1);

            if (enc3 != 64) {
                output = output + String.fromCharCode(chr2);
            }
            if (enc4 != 64) {
                output = output + String.fromCharCode(chr3);
            }

        }

        output = Base64._utf8_decode(output);

        return output;

    },

    

    // private method for UTF-8 decoding
    _utf8_decode: function(utftext) {
        var string = "";
        var i = 0;
        var c,c2,c3
        c = c2 = 0;
        

        while (i < utftext.length) {

            c = utftext.charCodeAt(i);

            if (c < 128) {
                string += String.fromCharCode(c);
                i++;
            }
            else if ((c > 191) && (c < 224)) {
                c2 = utftext.charCodeAt(i + 1);
                string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
                i += 2;
            }
            else {
                c2 = utftext.charCodeAt(i + 1);
                c3 = utftext.charCodeAt(i + 2);
                string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
                i += 3;
            }

        }

        return string;
    }

}

function clickButton(e, buttonid) {
    var evt = e ? e : window.event;
    var bt = document.getElementById(buttonid);

    if (bt) {
        if (evt.keyCode == 13) {
            bt.click();

            return false;
        }
    }
}

function toggleTextInputs(selectors) {
    $(selectors).each(function() {
    $(this).wrap('<span class="mpFormFieldText"></span>');
    });
}

function toggleTextAreaInputs(selectors) {
    $(selectors).each(function() {
        $(this).wrap('<div class="mpFormFieldTextArea"></div>');
    });
}

function repositionForms() {
    if ($("div#GeneratedForm1").length > 0) {
        $("div#GeneratedForm1").css('position', 'absolute');
        $("div#GeneratedForm1").css('left', $("div#FormCode1").position().left);
        $("div#GeneratedForm1").css('top', $("div#FormCode1").position().top);
    }

    if ($("div#GeneratedForm2").length > 0) {
        $("div#GeneratedForm2").css('position', 'absolute');
        $("div#GeneratedForm2").css('left', $("div#FormCode2").position().left);
        $("div#GeneratedForm2").css('top', $("div#FormCode2").position().top);
    }
}

