/*
 * jQuery JavaScript Library v1.4.1
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Mon Jan 25 19:43:33 2010 -0500
 */
(function(z,v){function la(){if(!c.isReady){try{r.documentElement.doScroll("left")}catch(a){setTimeout(la,1);return}c.ready()}}function Ma(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,i){var j=a.length;if(typeof b==="object"){for(var n in b)X(a,n,b[n],f,e,d);return a}if(d!==v){f=!i&&f&&c.isFunction(d);for(n=0;n<j;n++)e(a[n],b,f?d.call(a[n],n,e(a[n],b)):d,i);return a}return j?e(a[0],b):null}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function ma(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function na(a){var b,d=[],f=[],e=arguments,i,j,n,o,m,s,x=c.extend({},c.data(this,"events").live);if(!(a.button&&a.type==="click")){for(o in x){j=x[o];if(j.live===a.type||j.altLive&&c.inArray(a.type,j.altLive)>-1){i=j.data;i.beforeFilter&&i.beforeFilter[a.type]&&!i.beforeFilter[a.type](a)||f.push(j.selector)}else delete x[o]}i=c(a.target).closest(f,a.currentTarget);m=0;for(s=i.length;m<s;m++)for(o in x){j=x[o];n=i[m].elem;f=null;if(i[m].selector===j.selector){if(j.live==="mouseenter"||j.live==="mouseleave")f=c(a.relatedTarget).closest(j.selector)[0];if(!f||f!==n)d.push({elem:n,fn:j})}}m=0;for(s=d.length;m<s;m++){i=d[m];a.currentTarget=i.elem;a.data=i.fn.data;if(i.fn.apply(i.elem,e)===false){b=false;break}}return b}}function oa(a,b){return"live."+(a?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function pa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function qa(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var i in f)for(var j in f[i])c.event.add(this,i,f[i][j],f[i][j].data)}}})}function ra(a,b,d){var f,e,i;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&a[0].indexOf("<option")<0&&(c.support.checkClone||!sa.test(a[0]))){e=true;if(i=c.fragments[a[0]])if(i!==1)f=i}if(!f){b=b&&b[0]?b[0].ownerDocument||b[0]:r;f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=i?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(ta.concat.apply([],ta.slice(0,b)),function(){d[this]=a});return d}function ua(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Na=z.jQuery,Oa=z.$,r=z.document,S,Pa=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Qa=/^.[^:#\[\.,]*$/,Ra=/\S/,Sa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Ta=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,O=navigator.userAgent,va=false,P=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,Q=Array.prototype.slice,wa=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(typeof a==="string")if((d=Pa.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:r;if(a=Ta.exec(a))if(c.isPlainObject(b)){a=[r.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=ra([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}}else{if(b=r.getElementById(d[2])){if(b.id!==d[2])return S.find(a);this.length=1;this[0]=b}this.context=r;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=r;a=r.getElementsByTagName(a)}else return!b||b.jquery?(b||S).find(a):c(b).find(a);else if(c.isFunction(a))return S.ready(a);if(a.selector!==v){this.selector=a.selector;this.context=a.context}return c.isArray(a)?this.setArray(a):c.makeArray(a,this)},selector:"",jquery:"1.4.1",length:0,size:function(){return this.length},toArray:function(){return Q.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){a=c(a||null);a.prevObject=this;a.context=this.context;if(b==="find")a.selector=this.selector+(this.selector?" ":"")+d;else if(b)a.selector=this.selector+"."+b+"("+d+")";return a},setArray:function(a){this.length=0;ba.apply(this,a);return this},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(r,c);else P&&P.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(Q.apply(this,arguments),"slice",Q.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,i,j,n;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(i in e){j=a[i];n=e[i];if(a!==n)if(f&&n&&(c.isPlainObject(n)||c.isArray(n))){j=j&&(c.isPlainObject(j)||c.isArray(j))?j:c.isArray(n)?[]:{};a[i]=c.extend(f,j,n)}else if(n!==v)a[i]=n}return a};c.extend({noConflict:function(a){z.$=Oa;if(a)z.jQuery=Na;return c},isReady:false,ready:function(){if(!c.isReady){if(!r.body)return setTimeout(c.ready,13);c.isReady=true;if(P){for(var a,b=0;a=P[b++];)a.call(r,c);P=null}c.fn.triggerHandler&&c(r).triggerHandler("ready")}},bindReady:function(){if(!va){va=true;if(r.readyState==="complete")return c.ready();if(r.addEventListener){r.addEventListener("DOMContentLoaded",L,false);z.addEventListener("load",c.ready,false)}else if(r.attachEvent){r.attachEvent("onreadystatechange",L);z.attachEvent("onload",c.ready);var a=false;try{a=z.frameElement==null}catch(b){}r.documentElement.doScroll&&a&&la()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===v||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return z.JSON&&z.JSON.parse?z.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Ra.test(a)){var b=r.getElementsByTagName("head")[0]||r.documentElement,d=r.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(r.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,i=a.length,j=i===v||c.isFunction(a);if(d)if(j)for(f in a){if(b.apply(a[f],d)===false)break}else for(;e<i;){if(b.apply(a[e++],d)===false)break}else if(j)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<i&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Sa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==v;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,i=a.length;e<i;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,i=0,j=a.length;i<j;i++){e=b(a[i],i,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=v}else if(b&&!c.isFunction(b)){d=b;b=v}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});O=c.uaMatch(O);if(O.browser){c.browser[O.browser]=true;c.browser.version=O.version}if(c.browser.webkit)c.browser.safari=true;if(wa)c.inArray=function(a,b){return wa.call(b,a)};S=c(r);if(r.addEventListener)L=function(){r.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(r.attachEvent)L=function(){if(r.readyState==="complete"){r.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=r.documentElement,b=r.createElement("script"),d=r.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var e=d.getElementsByTagName("*"),i=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!i)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(i.getAttribute("style")),hrefNormalized:i.getAttribute("href")==="/a",opacity:/^0.55$/.test(i.style.opacity),cssFloat:!!i.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:r.createElement("select").appendChild(r.createElement("option")).selected,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(r.createTextNode("window."+f+"=1;"))}catch(j){}a.insertBefore(b,a.firstChild);if(z[f]){c.support.scriptEval=true;delete z[f]}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function n(){c.support.noCloneEvent=false;d.detachEvent("onclick",n)});d.cloneNode(true).fireEvent("onclick")}d=r.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=r.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var n=r.createElement("div");n.style.width=n.style.paddingLeft="1px";r.body.appendChild(n);c.boxModel=c.support.boxModel=n.offsetWidth===2;r.body.removeChild(n).style.display="none"});a=function(n){var o=r.createElement("div");n="on"+n;var m=n in o;if(!m){o.setAttribute(n,"return;");m=typeof o[n]==="function"}return m};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=i=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ua=0,xa={},Va={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==z?xa:a;var f=a[G],e=c.cache;if(!b&&!f)return null;f||(f=++Ua);if(typeof b==="object"){a[G]=f;e=e[f]=c.extend(true,{},b)}else e=e[f]?e[f]:typeof d==="undefined"?Va:(e[f]={});if(d!==v){a[G]=f;e[b]=d}return typeof b==="string"?e[b]:e}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==z?xa:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{try{delete a[G]}catch(i){a.removeAttribute&&a.removeAttribute(G)}delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===v){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===v&&this.length)f=c.data(this[0],a);return f===v&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===v)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var ya=/[\n\t]/g,ca=/\s+/,Wa=/\r/g,Xa=/href|src|style/,Ya=/(button|input)/i,Za=/(button|input|object|select|textarea)/i,$a=/^(a|area)$/i,za=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(o){var m=c(this);m.addClass(a.call(this,o,m.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className)for(var i=" "+e.className+" ",j=0,n=b.length;j<n;j++){if(i.indexOf(" "+b[j]+" ")<0)e.className+=" "+b[j]}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(o){var m=c(this);m.removeClass(a.call(this,o,m.attr("class")))});if(a&&typeof a==="string"||a===v)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var i=(" "+e.className+" ").replace(ya," "),j=0,n=b.length;j<n;j++)i=i.replace(" "+b[j]+" "," ");e.className=i.substring(1,i.length-1)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var i=c(this);i.toggleClass(a.call(this,e,i.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,i=0,j=c(this),n=b,o=a.split(ca);e=o[i++];){n=f?n:!j.hasClass(e);j[n?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(ya," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===v){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var i=b?d:0;for(d=b?d+1:e.length;i<d;i++){var j=e[i];if(j.selected){a=c(j).val();if(b)return a;f.push(a)}}return f}if(za.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Wa,"")}return v}var n=c.isFunction(a);return this.each(function(o){var m=c(this),s=a;if(this.nodeType===1){if(n)s=a.call(this,o,m.val());if(typeof s==="number")s+="";if(c.isArray(s)&&za.test(this.type))this.checked=c.inArray(m.val(),s)>=0;else if(c.nodeName(this,"select")){var x=c.makeArray(s);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),x)>=0});if(!x.length)this.selectedIndex=-1}else this.value=s}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return v;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==v;b=f&&c.props[b]||b;if(a.nodeType===1){var i=Xa.test(b);if(b in a&&f&&!i){if(e){b==="type"&&Ya.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:Za.test(a.nodeName)||$a.test(a.nodeName)&&a.href?0:v;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?v:a}return c.style(a,b,d)}});var ab=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==z&&!a.frameElement)a=z;if(!d.guid)d.guid=c.guid++;if(f!==v){d=c.proxy(d);d.data=f}var e=c.data(a,"events")||c.data(a,"events",{}),i=c.data(a,"handle"),j;if(!i){j=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(j.elem,arguments):v};i=c.data(a,"handle",j)}if(i){i.elem=a;b=b.split(/\s+/);for(var n,o=0;n=b[o++];){var m=n.split(".");n=m.shift();if(o>1){d=c.proxy(d);if(f!==v)d.data=f}d.type=m.slice(0).sort().join(".");var s=e[n],x=this.special[n]||{};if(!s){s=e[n]={};if(!x.setup||x.setup.call(a,f,m,d)===false)if(a.addEventListener)a.addEventListener(n,i,false);else a.attachEvent&&a.attachEvent("on"+n,i)}if(x.add)if((m=x.add.call(a,d,f,m,s))&&c.isFunction(m)){m.guid=m.guid||d.guid;m.data=m.data||d.data;m.type=m.type||d.type;d=m}s[d.guid]=d;this.global[n]=true}a=null}}},global:{},remove:function(a,b,d){if(!(a.nodeType===3||a.nodeType===8)){var f=c.data(a,"events"),e,i,j;if(f){if(b===v||typeof b==="string"&&b.charAt(0)===".")for(i in f)this.remove(a,i+(b||""));else{if(b.type){d=b.handler;b=b.type}b=b.split(/\s+/);for(var n=0;i=b[n++];){var o=i.split(".");i=o.shift();var m=!o.length,s=c.map(o.slice(0).sort(),ab);s=new RegExp("(^|\\.)"+
s.join("\\.(?:.*\\.)?")+"(\\.|$)");var x=this.special[i]||{};if(f[i]){if(d){j=f[i][d.guid];delete f[i][d.guid]}else for(var A in f[i])if(m||s.test(f[i][A].type))delete f[i][A];x.remove&&x.remove.call(a,o,j);for(e in f[i])break;if(!e){if(!x.teardown||x.teardown.call(a,o)===false)if(a.removeEventListener)a.removeEventListener(i,c.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+i,c.data(a,"handle"));e=null;delete f[i]}}}}for(e in f)break;if(!e){if(A=c.data(a,"handle"))A.elem=null;c.removeData(a,"events");c.removeData(a,"handle")}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();this.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return v;a.result=v;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(i){}if(!a.isPropagationStopped()&&f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){d=a.target;var j;if(!(c.nodeName(d,"a")&&e==="click")&&!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()])){try{if(d[e]){if(j=d["on"+e])d["on"+e]=null;this.triggered=true;d[e]()}}catch(n){}if(j)d["on"+e]=j;this.triggered=false}}},handle:function(a){var b,d;a=arguments[0]=c.event.fix(a||z.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var e in d){var i=d[e];if(b||f.test(i.type)){a.handler=i;a.data=i.data;i=i.apply(this,arguments);if(i!==v){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||r;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=r.documentElement;d=r.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==v)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a,b){c.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b=0,d=new RegExp("(^|\\.)"+a[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){d.test(this.type)&&b++});b<1&&c.event.remove(this,a[0],na)}},special:{}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,isImmediatePropagationStopped:Y};var Aa=function(a){for(var b=a.relatedTarget;b&&b!==this;)try{b=b.parentNode}catch(d){break}if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}},Ba=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ba:Aa,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ba:Aa)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(a,b,d){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit."+d.guid,function(f){var e=f.target,i=e.type;if((i==="submit"||i==="image")&&c(e).closest("form").length)return ma("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit."+d.guid,function(f){var e=f.target,i=e.type;if((i==="text"||i==="password")&&c(e).closest("form").length&&f.keyCode===13)return ma("submit",this,arguments)})}else return false},remove:function(a,b){c.event.remove(this,"click.specialSubmit"+(b?"."+b.guid:""));c.event.remove(this,"keypress.specialSubmit"+(b?"."+b.guid:""))}};if(!c.support.changeBubbles){var da=/textarea|input|select/i;function Ca(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d}function ea(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Ca(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",e);if(!(f===v||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}}c.event.special.change={filters:{focusout:ea,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return ea.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return ea.call(this,a)},beforeactivate:function(a){a=a.target;a.nodeName.toLowerCase()==="input"&&a.type==="radio"&&c.data(a,"_change_data",Ca(a))}},setup:function(a,b,d){for(var f in T)c.event.add(this,f+".specialChange."+d.guid,T[f]);return da.test(this.nodeName)},remove:function(a,b){for(var d in T)c.event.remove(this,d+".specialChange"+(b?"."+b.guid:""),T[d]);return da.test(this.nodeName)}};var T=c.event.special.change.filters}r.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var i in d)this[b](i,f,d[i],e);return this}if(c.isFunction(f)){e=f;f=v}var j=b==="one"?c.proxy(e,function(n){c(this).unbind(n,j);return e.apply(this,arguments)}):e;return d==="unload"&&b!=="one"?this.one(d,f,e):this.each(function(){c.event.add(this,d,j,f)})}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault){for(var d in a)this.unbind(d,a[d]);return this}return this.each(function(){c.event.remove(this,a,b)})},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+
a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e){var i,j=0;if(c.isFunction(f)){e=f;f=v}for(d=(d||"").split(/\s+/);(i=d[j++])!=null;){i=i==="focus"?"focusin":i==="blur"?"focusout":i==="hover"?d.push("mouseleave")&&"mouseenter":i;b==="live"?c(this.context).bind(oa(i,this.selector),{data:f,selector:this.selector,live:i},e):c(this.context).unbind(oa(i,this.selector),e?{guid:e.guid+this.selector+i}:null)}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});z.attachEvent&&!z.addEventListener&&z.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",k,l=0;g[l];l++){k=g[l];if(k.nodeType===3||k.nodeType===4)h+=k.nodeValue;else if(k.nodeType!==8)h+=a(k.childNodes)}return h}function b(g,h,k,l,q,p){q=0;for(var u=l.length;q<u;q++){var t=l[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===k){y=l[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=k;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}l[q]=y}}}function d(g,h,k,l,q,p){q=0;for(var u=l.length;q<u;q++){var t=l[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===k){y=l[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=k;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(o.filter(h,[t]).length>0){y=t;break}}t=t[g]}l[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,i=Object.prototype.toString,j=false,n=true;[0,0].sort(function(){n=false;return 0});var o=function(g,h,k,l){k=k||[];var q=h=h||r;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return k;for(var p=[],u,t,y,R,H=true,M=w(h),I=g;(f.exec(""),u=f.exec(I))!==null;){I=u[3];p.push(u[1]);if(u[2]){R=u[3];break}}if(p.length>1&&s.exec(g))if(p.length===2&&m.relative[p[0]])t=fa(p[0]+p[1],h);else for(t=m.relative[p[0]]?[h]:o(p.shift(),h);p.length;){g=p.shift();if(m.relative[g])g+=p.shift();t=fa(g,t)}else{if(!l&&p.length>1&&h.nodeType===9&&!M&&m.match.ID.test(p[0])&&!m.match.ID.test(p[p.length-1])){u=o.find(p.shift(),h,M);h=u.expr?o.filter(u.expr,u.set)[0]:u.set[0]}if(h){u=l?{expr:p.pop(),set:A(l)}:o.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=u.expr?o.filter(u.expr,u.set):u.set;if(p.length>0)y=A(t);else H=false;for(;p.length;){var D=p.pop();u=D;if(m.relative[D])u=p.pop();else D="";if(u==null)u=h;m.relative[D](y,u,M)}}else y=[]}y||(y=t);y||o.error(D||g);if(i.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))k.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&k.push(t[g]);else k.push.apply(k,y);else A(y,k);if(R){o(R,q,k,l);o.uniqueSort(k)}return k};o.uniqueSort=function(g){if(C){j=n;g.sort(C);if(j)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};o.matches=function(g,h){return o(g,null,null,h)};o.find=function(g,h,k){var l,q;if(!g)return[];for(var p=0,u=m.order.length;p<u;p++){var t=m.order[p];if(q=m.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");l=m.find[t](q,h,k);if(l!=null){g=g.replace(m.match[t],"");break}}}}l||(l=h.getElementsByTagName("*"));return{set:l,expr:g}};o.filter=function(g,h,k,l){for(var q=g,p=[],u=h,t,y,R=h&&h[0]&&w(h[0]);g&&h.length;){for(var H in m.filter)if((t=m.leftMatch[H].exec(g))!=null&&t[2]){var M=m.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-1)!=="\\"){if(u===p)p=[];if(m.preFilter[H])if(t=m.preFilter[H](t,u,k,p,l,R)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=u[U])!=null;U++)if(D){I=M(D,t,U,u);var Da=l^!!I;if(k&&I!=null)if(Da)y=true;else u[U]=false;else if(Da){p.push(D);y=true}}if(I!==v){k||(u=p);g=g.replace(m.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)o.error(g);else break;q=g}return u};o.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var m=o.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,h){var k=typeof h==="string",l=k&&!/\W/.test(h);k=k&&!l;if(l)h=h.toLowerCase();l=0;for(var q=g.length,p;l<q;l++)if(p=g[l]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[l]=k||p&&p.nodeName.toLowerCase()===h?p||false:p===h}k&&o.filter(h,g,true)},">":function(g,h){var k=typeof h==="string";if(k&&!/\W/.test(h)){h=h.toLowerCase();for(var l=0,q=g.length;l<q;l++){var p=g[l];if(p){k=p.parentNode;g[l]=k.nodeName.toLowerCase()===h?k:false}}}else{l=0;for(q=g.length;l<q;l++)if(p=g[l])g[l]=k?p.parentNode:p.parentNode===h;k&&o.filter(h,g,true)}},"":function(g,h,k){var l=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,l,g,p,k)},"~":function(g,h,k){var l=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,l,g,p,k)}},find:{ID:function(g,h,k){if(typeof h.getElementById!=="undefined"&&!k)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var k=[];h=h.getElementsByName(g[1]);for(var l=0,q=h.length;l<q;l++)h[l].getAttribute("name")===g[1]&&k.push(h[l]);return k.length===0?null:k}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,k,l,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var u;(u=h[p])!=null;p++)if(u)if(q^(u.className&&(" "+u.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))k||l.push(u);else if(k)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,k,l,q,p){h=g[1].replace(/\\/g,"");if(!p&&m.attrMap[h])g[1]=m.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,k,l,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=o(g[3],null,null,h);else{g=o.filter(g[3],h,k,true^q);k||l.push.apply(l,g);return false}else if(m.match.POS.test(g[0])||m.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,k){return!!o(k[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,h){return h===0},last:function(g,h,k,l){return h===l.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,k){return h<k[3]-0},gt:function(g,h,k){return h>k[3]-0},nth:function(g,h,k){return k[3]-0===h},eq:function(g,h,k){return k[3]-0===h}},filter:{PSEUDO:function(g,h,k,l){var q=h[1],p=m.filters[q];if(p)return p(g,k,h,l);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=h[3];k=0;for(l=h.length;k<l;k++)if(h[k]===g)return false;return true}else o.error("Syntax error, unrecognized expression: "+
q)},CHILD:function(g,h){var k=h[1],l=g;switch(k){case"only":case"first":for(;l=l.previousSibling;)if(l.nodeType===1)return false;if(k==="first")return true;l=g;case"last":for(;l=l.nextSibling;)if(l.nodeType===1)return false;return true;case"nth":k=h[2];var q=h[3];if(k===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var u=0;for(l=p.firstChild;l;l=l.nextSibling)if(l.nodeType===1)l.nodeIndex=++u;p.sizcache=h}g=g.nodeIndex-q;return k===0?g===0:g%k===0&&g/k>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var k=h[1];g=m.attrHandle[k]?m.attrHandle[k](g):g[k]!=null?g[k]:g.getAttribute(k);k=g+"";var l=h[2];h=h[4];return g==null?l==="!=":l==="="?k===h:l==="*="?k.indexOf(h)>=0:l==="~="?(" "+k+" ").indexOf(h)>=0:!h?k&&g!==false:l==="!="?k!==h:l==="^="?k.indexOf(h)===0:l==="$="?k.substr(k.length-h.length)===h:l==="|="?k===h||k.substr(0,h.length+1)===h+"-":false},POS:function(g,h,k,l){var q=m.setFilters[h[2]];if(q)return q(g,k,h,l)}}},s=m.match.POS;for(var x in m.match){m.match[x]=new RegExp(m.match[x].source+/(?![^\[]*\])(?![^\(]*\))/.source);m.leftMatch[x]=new RegExp(/(^(?:.|\r|\n)*?)/.source+m.match[x].source.replace(/\\(\d+)/g,function(g,h){return"\\"+(h-0+1)}))}var A=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(r.documentElement.childNodes,0)}catch(B){A=function(g,h){h=h||[];if(i.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var k=0,l=g.length;k<l;k++)h.push(g[k]);else for(k=0;g[k];k++)h.push(g[k]);return h}}var C;if(r.documentElement.compareDocumentPosition)C=function(g,h){if(!g.compareDocumentPosition||!h.compareDocumentPosition){if(g==h)j=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)j=true;return g};else if("sourceIndex"in r.documentElement)C=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)j=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)j=true;return g};else if(r.createRange)C=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)j=true;return g.ownerDocument?-1:1}var k=g.ownerDocument.createRange(),l=h.ownerDocument.createRange();k.setStart(g,0);k.setEnd(g,0);l.setStart(h,0);l.setEnd(h,0);g=k.compareBoundaryPoints(Range.START_TO_END,l);if(g===0)j=true;return g};(function(){var g=r.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var k=r.documentElement;k.insertBefore(g,k.firstChild);if(r.getElementById(h)){m.find.ID=function(l,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(l[1]))?q.id===l[1]||typeof q.getAttributeNode!=="undefined"&&q.getAttributeNode("id").nodeValue===l[1]?[q]:v:[]};m.filter.ID=function(l,q){var p=typeof l.getAttributeNode!=="undefined"&&l.getAttributeNode("id");return l.nodeType===1&&p&&p.nodeValue===q}}k.removeChild(g);k=g=null})();(function(){var g=r.createElement("div");g.appendChild(r.createComment(""));if(g.getElementsByTagName("*").length>0)m.find.TAG=function(h,k){k=k.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var l=0;k[l];l++)k[l].nodeType===1&&h.push(k[l]);k=h}return k};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")m.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();r.querySelectorAll&&function(){var g=o,h=r.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){o=function(l,q,p,u){q=q||r;if(!u&&q.nodeType===9&&!w(q))try{return A(q.querySelectorAll(l),p)}catch(t){}return g(l,q,p,u)};for(var k in g)o[k]=g[k];h=null}}();(function(){var g=r.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){m.order.splice(1,0,"CLASS");m.find.CLASS=function(h,k,l){if(typeof k.getElementsByClassName!=="undefined"&&!l)return k.getElementsByClassName(h[1])};g=null}}})();var E=r.compareDocumentPosition?function(g,h){return g.compareDocumentPosition(h)&16}:function(g,h){return g!==h&&(g.contains?g.contains(h):true)},w=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},fa=function(g,h){var k=[],l="",q;for(h=h.nodeType?[h]:h;q=m.match.PSEUDO.exec(g);){l+=q[0];g=g.replace(m.match.PSEUDO,"")}g=m.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)o(g,h[q],k);return o.filter(l,k)};c.find=o;c.expr=o.selectors;c.expr[":"]=c.expr.filters;c.unique=o.uniqueSort;c.getText=a;c.isXMLDoc=w;c.contains=E})();var bb=/Until$/,cb=/^(?:parents|prevUntil|prevAll)/,db=/,/;Q=Array.prototype.slice;var Ea=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,i){return!!b.call(e,i,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Qa.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;c.find(a,this[f],b);if(f>0)for(var i=d;i<b.length;i++)for(var j=0;j<d;j++)if(b[j]===b[i]){b.splice(i--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ea(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ea(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,i={},j;if(f&&a.length){e=0;for(var n=a.length;e<n;e++){j=a[e];i[j]||(i[j]=c.expr.match.POS.test(j)?c(j,b||this.context):j)}for(;f&&f.ownerDocument&&f!==b;){for(j in i){e=i[j];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:j,elem:f});delete i[j]}}f=f.parentNode}}return d}var o=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(m,s){for(;s&&s.ownerDocument&&s!==b;){if(o?o.index(s)>-1:c(s).is(a))return s;s=s.parentNode}return null})},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(pa(a[0])||pa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);bb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||db.test(f))&&cb.test(a))e=e.reverse();return this.pushStack(e,a,Q.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===v||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Fa=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ga=/(<([\w:]+)[^>]*?)\/>/g,eb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ha=/<([\w:]+)/,fb=/<tbody/i,gb=/<|&\w+;/,sa=/checked\s*(?:[^=]|=\s*.checked.)/i,Ia=function(a,b,d){return eb.test(d)?a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==v)return this.empty().append((this[0]&&this[0].ownerDocument||r).createTextNode(a));return c.getText(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Fa,"").replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){qa(this,b);qa(this.find("*"),b.find("*"))}return b},html:function(a){if(a===v)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Fa,""):null;else if(typeof a==="string"&&!/<script/i.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(Ha.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ga,Ia);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var i=c(this),j=i.html();i.empty().append(function(){return a.call(this,e,j)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});else a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(s){return c.nodeName(s,"table")?s.getElementsByTagName("tbody")[0]||s.appendChild(s.ownerDocument.createElement("tbody")):s}var e,i,j=a[0],n=[];if(!c.support.checkClone&&arguments.length===3&&typeof j==="string"&&sa.test(j))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(j))return this.each(function(s){var x=c(this);a[0]=j.call(this,s,b?x.html():v);x.domManip(a,b,d)});if(this[0]){e=a[0]&&a[0].parentNode&&a[0].parentNode.nodeType===11?{fragment:a[0].parentNode}:ra(a,this,n);if(i=e.fragment.firstChild){b=b&&c.nodeName(i,"tr");for(var o=0,m=this.length;o<m;o++)d.call(b?f(this[o],i):this[o],e.cacheable||this.length>1||o>0?e.fragment.cloneNode(true):e.fragment)}n&&c.each(n,Ma)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);for(var e=0,i=d.length;e<i;e++){var j=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),j);f=f.concat(j)}return this.pushStack(f,a,d.selector)}});c.each({remove:function(a,b){if(!a||c.filter(a,[this]).length){if(!b&&this.nodeType===1){c.cleanData(this.getElementsByTagName("*"));c.cleanData([this])}this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(this.nodeType===1&&c.cleanData(this.getElementsByTagName("*"));this.firstChild;)this.removeChild(this.firstChild)}},function(a,b){c.fn[a]=function(){return this.each(b,arguments)}});c.extend({clean:function(a,b,d,f){b=b||r;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||r;var e=[];c.each(a,function(i,j){if(typeof j==="number")j+="";if(j){if(typeof j==="string"&&!gb.test(j))j=b.createTextNode(j);else if(typeof j==="string"){j=j.replace(Ga,Ia);var n=(Ha.exec(j)||["",""])[1].toLowerCase(),o=F[n]||F._default,m=o[0];i=b.createElement("div");for(i.innerHTML=o[1]+j+o[2];m--;)i=i.lastChild;if(!c.support.tbody){m=fb.test(j);n=n==="table"&&!m?i.firstChild&&i.firstChild.childNodes:o[1]==="<table>"&&!m?i.childNodes:[];for(o=n.length-1;o>=0;--o)c.nodeName(n[o],"tbody")&&!n[o].childNodes.length&&n[o].parentNode.removeChild(n[o])}!c.support.leadingWhitespace&&V.test(j)&&i.insertBefore(b.createTextNode(V.exec(j)[0]),i.firstChild);j=c.makeArray(i.childNodes)}if(j.nodeType)e.push(j);else e=c.merge(e,j)}});if(d)for(a=0;e[a];a++)if(f&&c.nodeName(e[a],"script")&&(!e[a].type||e[a].type.toLowerCase()==="text/javascript"))f.push(e[a].parentNode?e[a].parentNode.removeChild(e[a]):e[a]);else{e[a].nodeType===1&&e.splice.apply(e,[a+1,0].concat(c.makeArray(e[a].getElementsByTagName("script"))));d.appendChild(e[a])}return e},cleanData:function(a){for(var b=0,d;(d=a[b])!=null;b++){c.event.remove(d);c.removeData(d)}}});var hb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Ja=/alpha\([^)]*\)/,Ka=/opacity=([^)]*)/,ga=/float/i,ha=/-([a-z])/ig,ib=/([A-Z])/g,jb=/^-?\d+(?:px)?$/i,kb=/^-?\d/,lb={position:"absolute",visibility:"hidden",display:"block"},mb=["Left","Right"],nb=["Top","Bottom"],ob=r.defaultView&&r.defaultView.getComputedStyle,La=c.support.cssFloat?"cssFloat":"styleFloat",ia=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===v)return c.curCSS(d,f);if(typeof e==="number"&&!hb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return v;if((b==="width"||b==="height")&&parseFloat(d)<0)d=v;var f=a.style||a,e=d!==v;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=Ja.test(a)?a.replace(Ja,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Ka.exec(f.filter)[1])/100+"":""}if(ga.test(b))b=La;b=b.replace(ha,ia);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,i=b==="width"?mb:nb;function j(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(i,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?j():c.swap(a,lb,j);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Ka.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ga.test(b))b=La;if(!d&&e&&e[b])f=e[b];else if(ob){if(ga.test(b))b="float";b=b.replace(ib,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ha,ia);f=a.currentStyle[b]||a.currentStyle[d];if(!jb.test(f)&&kb.test(f)){b=e.left;var i=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=i}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var pb=J(),qb=/<script(.|\s)*?\/script>/gi,rb=/select|textarea/i,sb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ja=/\?/,tb=/(\?|&)_=.*?(&|$)/,ub=/^(\w+:)?\/\/([^\/?#]+)/,vb=/%20/g;c.fn.extend({_load:c.fn.load,load:function(a,b,d){if(typeof a!=="string")return this._load(a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var i=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(j,n){if(n==="success"||n==="notmodified")i.html(e?c("<div />").append(j.responseText.replace(qb,"")).find(e):j.responseText);d&&i.each(d,[j.responseText,n,j])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||rb.test(this.nodeName)||sb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:z.XMLHttpRequest&&(z.location.protocol!=="file:"||!z.ActiveXObject)?function(){return new z.XMLHttpRequest}:function(){try{return new z.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&e.success.call(o,n,j,w);e.global&&f("ajaxSuccess",[w,e])}function d(){e.complete&&e.complete.call(o,w,j);e.global&&f("ajaxComplete",[w,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}
function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),i,j,n,o=a&&a.context||e,m=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(m==="GET")N.test(e.url)||(e.url+=(ja.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){i=e.jsonpCallback||"jsonp"+pb++;if(e.data)e.data=(e.data+"").replace(N,"="+i+"$1");e.url=e.url.replace(N,"="+i+"$1");e.dataType="script";z[i]=z[i]||function(q){n=q;b();d();z[i]=v;try{delete z[i]}catch(p){}A&&A.removeChild(B)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&m==="GET"){var s=J(),x=e.url.replace(tb,"$1_="+s+"$2");e.url=x+(x===e.url?(ja.test(e.url)?"&":"?")+"_="+s:"")}if(e.data&&m==="GET")e.url+=(ja.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");s=(s=ub.exec(e.url))&&(s[1]&&s[1]!==location.protocol||s[2]!==location.host);if(e.dataType==="script"&&m==="GET"&&s){var A=r.getElementsByTagName("head")[0]||r.documentElement,B=r.createElement("script");B.src=e.url;if(e.scriptCharset)B.charset=e.scriptCharset;if(!i){var C=false;B.onload=B.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;b();d();B.onload=B.onreadystatechange=null;A&&B.parentNode&&A.removeChild(B)}}}A.insertBefore(B,A.firstChild);return v}var E=false,w=e.xhr();if(w){e.username?w.open(m,e.url,e.async,e.username,e.password):w.open(m,e.url,e.async);try{if(e.data||a&&a.contentType)w.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[e.url]);c.etag[e.url]&&w.setRequestHeader("If-None-Match",c.etag[e.url])}s||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(fa){}if(e.beforeSend&&e.beforeSend.call(o,w,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");w.abort();return false}e.global&&f("ajaxSend",[w,e]);var g=w.onreadystatechange=function(q){if(!w||w.readyState===0||q==="abort"){E||d();E=true;if(w)w.onreadystatechange=c.noop}else if(!E&&w&&(w.readyState===4||q==="timeout")){E=true;w.onreadystatechange=c.noop;j=q==="timeout"?"timeout":!c.httpSuccess(w)?"error":e.ifModified&&c.httpNotModified(w,e.url)?"notmodified":"success";var p;if(j==="success")try{n=c.httpData(w,e.dataType,e)}catch(u){j="parsererror";p=u}if(j==="success"||j==="notmodified")i||b();else c.handleError(e,w,j,p);d();q==="timeout"&&w.abort();if(e.async)w=null}};try{var h=w.abort;w.abort=function(){w&&h.call(w);g("abort")}}catch(k){}e.async&&e.timeout>0&&setTimeout(function(){w&&!E&&g("timeout")},e.timeout);try{w.send(m==="POST"||m==="PUT"||m==="DELETE"?e.data:null)}catch(l){c.handleError(e,w,null,l);d()}e.async||g();return w}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(j,n){if(c.isArray(n))c.each(n,function(o,m){b?f(j,m):d(j+"["+(typeof m==="object"||c.isArray(m)?o:"")+"]",m)});else!b&&n!=null&&typeof n==="object"?c.each(n,function(o,m){d(j+"["+o+"]",m)}):f(j,n)}function f(j,n){n=c.isFunction(n)?n():n;e[e.length]=encodeURIComponent(j)+"="+encodeURIComponent(n)}var e=[];if(b===v)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var i in a)d(i,a[i]);return e.join("&").replace(vb,"+")}});var ka={},wb=/toggle|show|hide/,xb=/^([+-]=)?([\d+-.]+)(.*)$/,W,ta=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(ka[d])f=ka[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();ka[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var i=c.extend({},e),j,n=this.nodeType===1&&c(this).is(":hidden"),o=this;for(j in a){var m=j.replace(ha,ia);if(j!==m){a[m]=a[j];delete a[j];j=m}if(a[j]==="hide"&&n||a[j]==="show"&&!n)return i.complete.call(this);if((j==="height"||j==="width")&&this.style){i.display=c.css(this,"display");i.overflow=this.style.overflow}if(c.isArray(a[j])){(i.specialEasing=i.specialEasing||{})[j]=a[j][1];a[j]=a[j][0]}}if(i.overflow!=null)this.style.overflow="hidden";i.curAnim=c.extend({},a);c.each(a,function(s,x){var A=new c.fx(o,i,s);if(wb.test(x))A[x==="toggle"?n?"show":"hide":x](a);else{var B=xb.exec(x),C=A.cur(true)||0;if(B){x=parseFloat(B[2]);var E=B[3]||"px";if(E!=="px"){o.style[s]=(x||1)+E;C=(x||1)/A.cur(true)*C;o.style[s]=C+E}if(B[1])x=(B[1]==="-="?-1:1)*x+C;A.custom(C,x,E)}else A.custom(C,x,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration==="number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(i){return e.step(i)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in r.documentElement?function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(s){c.offset.setOffset(this,a,s)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,i,j=e.documentElement,n=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var o=b.offsetTop,m=b.offsetLeft;(b=b.parentNode)&&b!==n&&b!==j;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;i=e?e.getComputedStyle(b,null):b.currentStyle;o-=b.scrollTop;m-=b.scrollLeft;if(b===d){o+=b.offsetTop;m+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){o+=parseFloat(i.borderTopWidth)||0;m+=parseFloat(i.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overflow!=="visible"){o+=parseFloat(i.borderTopWidth)||0;m+=parseFloat(i.borderLeftWidth)||0}f=i}if(f.position==="relative"||f.position==="static"){o+=n.offsetTop;m+=n.offsetLeft}if(c.offset.supportsFixedPosition&&f.position==="fixed"){o+=Math.max(j.scrollTop,n.scrollTop);m+=Math.max(j.scrollLeft,n.scrollLeft)}return{top:o,left:m}};c.offset={initialize:function(){var a=r.body,b=r.createElement("div"),d,f,e,i=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<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>";a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),i=parseInt(c.curCSS(a,"top",true),10)||0,j=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,d,e);d={top:b.top-e.top+i,left:b.left-
e.left+j};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||r.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],i;if(!e)return null;if(f!==v)return this.each(function(){if(i=ua(this))i.scrollTo(!a?f:c(i).scrollLeft(),a?f:c(i).scrollTop());else this[d]=f});else return(i=ua(e))?"pageXOffset"in i?i[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&i.document.documentElement[d]||i.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(i){var j=c(this);j[d](f.call(this,i,j[d]()))});return"scrollTo"in e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===v?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});z.jQuery=z.$=c})(window);;(function($){$.fn.lightBox=function(settings){settings=jQuery.extend({overlayBgColor:'#000',overlayOpacity:0.8,fixedNavigation:false,imageLoading:'/Images/lightbox-ico-loading.gif',imageBtnPrev:'/Images/lightbox-btn-prev.gif',imageBtnNext:'/Images/lightbox-btn-next.gif',imageBtnClose:'/Images/lightbox-btn-close.gif',imageBlank:'/Images/lightbox-blank.gif',containerBorderSize:10,containerResizeSpeed:400,txtImage:'Image',txtOf:'of',keyToClose:'c',keyToPrev:'p',keyToNext:'n',imageArray:[],activeImage:0},settings);var jQueryMatchedObj=this;function _initialize(){_start(this,jQueryMatchedObj);return false;}
function _start(objClicked,jQueryMatchedObj){$('embed, object, select').css({'visibility':'hidden'});_set_interface();settings.imageArray.length=0;settings.activeImage=0;if(jQueryMatchedObj.length==1){settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title')));}else{for(var i=0;i<jQueryMatchedObj.length;i++){settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title')));}}
while(settings.imageArray[settings.activeImage][0]!=objClicked.getAttribute('href')){settings.activeImage++;}
_set_image_to_view();}
function _set_interface(){$('body').append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+settings.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+settings.imageBtnClose+'"></a></div></div></div></div>');var arrPageSizes=___getPageSize();$('#jquery-overlay').css({backgroundColor:settings.overlayBgColor,opacity:settings.overlayOpacity,width:arrPageSizes[0],height:arrPageSizes[1]}).fadeIn();var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]}).show();$('#jquery-overlay,#jquery-lightbox').click(function(){_finish();});$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function(){_finish();return false;});$(window).resize(function(){var arrPageSizes=___getPageSize();$('#jquery-overlay').css({width:arrPageSizes[0],height:arrPageSizes[1]});var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]});});}
function _set_image_to_view(){$('#lightbox-loading').show();if(settings.fixedNavigation){$('#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}else{$('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}
var objImagePreloader=new Image();objImagePreloader.onload=function(){$('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]);_resize_container_image_box(objImagePreloader.width,objImagePreloader.height);objImagePreloader.onload=function(){};};objImagePreloader.src=settings.imageArray[settings.activeImage][0];};function _resize_container_image_box(intImageWidth,intImageHeight){var intCurrentWidth=$('#lightbox-container-image-box').width();var intCurrentHeight=$('#lightbox-container-image-box').height();var intWidth=(intImageWidth+(settings.containerBorderSize*2));var intHeight=(intImageHeight+(settings.containerBorderSize*2));var intDiffW=intCurrentWidth-intWidth;var intDiffH=intCurrentHeight-intHeight;$('#lightbox-container-image-box').animate({width:intWidth,height:intHeight},settings.containerResizeSpeed,function(){_show_image();});if((intDiffW==0)&&(intDiffH==0)){if($.browser.msie){___pause(250);}else{___pause(100);}}
$('#lightbox-container-image-data-box').css({width:intImageWidth});$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({height:intImageHeight+(settings.containerBorderSize*2)});};function _show_image(){$('#lightbox-loading').hide();$('#lightbox-image').fadeIn(function(){_show_image_data();_set_navigation();});_preload_neighbor_images();};function _show_image_data(){$('#lightbox-container-image-data-box').slideDown('fast');$('#lightbox-image-details-caption').hide();if(settings.imageArray[settings.activeImage][1]){$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();}
if(settings.imageArray.length>1){$('#lightbox-image-details-currentNumber').html(settings.txtImage+' '+(settings.activeImage+1)+' '+settings.txtOf+' '+settings.imageArray.length).show();}}
function _set_navigation(){$('#lightbox-nav').show();$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({'background':'transparent url('+settings.imageBlank+') no-repeat'});if(settings.activeImage!=0){if(settings.fixedNavigation){$('#lightbox-nav-btnPrev').css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnPrev').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}}
if(settings.activeImage!=(settings.imageArray.length-1)){if(settings.fixedNavigation){$('#lightbox-nav-btnNext').css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnNext').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}}
_enable_keyboard_navigation();}
function _enable_keyboard_navigation(){$(document).keydown(function(objEvent){_keyboard_action(objEvent);});}
function _disable_keyboard_navigation(){$(document).unbind();}
function _keyboard_action(objEvent){if(objEvent==null){keycode=event.keyCode;escapeKey=27;}else{keycode=objEvent.keyCode;escapeKey=objEvent.DOM_VK_ESCAPE;}
key=String.fromCharCode(keycode).toLowerCase();if((key==settings.keyToClose)||(key=='x')||(keycode==escapeKey)){_finish();}
if((key==settings.keyToPrev)||(keycode==37)){if(settings.activeImage!=0){settings.activeImage=settings.activeImage-1;_set_image_to_view();_disable_keyboard_navigation();}}
if((key==settings.keyToNext)||(keycode==39)){if(settings.activeImage!=(settings.imageArray.length-1)){settings.activeImage=settings.activeImage+1;_set_image_to_view();_disable_keyboard_navigation();}}}
function _preload_neighbor_images(){if((settings.imageArray.length-1)>settings.activeImage){objNext=new Image();objNext.src=settings.imageArray[settings.activeImage+1][0];}
if(settings.activeImage>0){objPrev=new Image();objPrev.src=settings.imageArray[settings.activeImage-1][0];}}
function _finish(){$('#jquery-lightbox').remove();$('#jquery-overlay').fadeOut(function(){$('#jquery-overlay').remove();});$('embed, object, select').css({'visibility':'visible'});}
function ___getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight;}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight;}
var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth;}else{windowWidth=self.innerWidth;}
windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight;}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight;}
if(yScroll<windowHeight){pageHeight=windowHeight;}else{pageHeight=yScroll;}
if(xScroll<windowWidth){pageWidth=xScroll;}else{pageWidth=windowWidth;}
arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize;};function ___getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft;}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft;}
arrayPageScroll=new Array(xScroll,yScroll);return arrayPageScroll;};function ___pause(ms){var date=new Date();curDate=null;do{var curDate=new Date();}
while(curDate-date<ms);};return this.unbind('click').click(_initialize);};})(jQuery);;
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement){if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
width+=jumps[++j]=~~(glyph.w||this.w)+letterSpacing+(wordSeparators[chr]?wordSpacing:0);kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){trigger(this,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;api.replace(el,hoverState?merge(options,options.hover):options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;var replace=!options.textless[name];var style=CSS.getStyle(attach(el,options)).extend(options);var font=getFont(el,style),node,type,next,anchor,text,lastElement;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor,lastElement),style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={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(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'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(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(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:'+
(HAS_BROKEN_LINEHEIGHT?'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 getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(value==='0')return 0;if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright The Monotype Corporation 1991-1997. All rights
 * reserved. Twentieth Century is a trademark of The Monotype Corporation which may
 * be registered in certain jurisdictions.
 * 
 * Trademark:
 * Twentieth Century is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Description:
 * 20th Century was designed and drawn by Sol Hess in the Lanston Monotype drawing
 * office between 1936 and 1947. The first weights were added to the Monotype
 * typeface library in 1959. This is a face based on geometric shapes which
 * originated in Germany in the early 1920's and became an integral part of the
 * Bauhaus movement of that time. Form and function became the key words,
 * unnecessary decoration was scorned. This clean cut, sans serif with geometric
 * shapes was most appropriate. The lighter weights can be used for text setting,
 * the bold and condensed fonts are suitable for display in headlines and
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Sol Hess
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":180,"face":{"font-family":"tcm","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 1 4 2 6 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-66 -330 379 100","underline-thickness":"21.0938","underline-position":"-16.1719","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":99},"!":{"d":"24,-224r29,0r0,169r-29,0r0,-169xm39,3v-10,1,-19,-10,-19,-19v0,-9,10,-19,19,-19v9,0,20,9,19,19v1,10,-9,20,-19,19","w":78},"\"":{"d":"25,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0xm83,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0","w":127},"#":{"d":"16,-171r57,0r15,-71r22,0r-16,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,21r-57,0r-15,71r-22,0r16,-71r-75,0r-15,71r-21,0r14,-71r-34,0r0,-21r39,0r14,-65r-53,0r0,-22xm90,-149r-14,64r75,0r13,-64r-74,0","w":240},"$":{"d":"94,-109v-77,-20,-72,-113,0,-123r0,-26r16,0r0,26v28,4,49,15,61,33r-25,20v-9,-12,-21,-19,-36,-20r0,62v42,18,64,35,66,77v2,37,-28,65,-66,67r0,34r-16,0r0,-34v-39,-7,-56,-28,-71,-61r32,-9v9,21,18,31,39,36r0,-82xm94,-198v-33,5,-33,44,0,54r0,-54xm110,-25v44,-6,45,-64,0,-77r0,77","w":198},"%":{"d":"61,-104v-33,0,-52,-28,-51,-63v0,-36,18,-64,51,-64v34,1,51,27,50,64v0,35,-18,62,-50,63xm60,-127v22,0,26,-17,26,-42v0,-26,-7,-39,-24,-39v-18,0,-28,14,-28,41v-1,22,7,40,26,40xm218,-231r23,0r-157,247r-23,0xm239,16v-32,0,-49,-27,-49,-60v-1,-39,15,-67,50,-67v32,0,49,27,49,62v0,38,-16,64,-50,65xm213,-50v0,26,4,42,26,43v17,0,26,-13,26,-40v0,-27,-8,-41,-25,-41v-18,0,-27,13,-27,38","w":299},"&":{"d":"101,-232v28,1,56,23,55,53v0,21,-13,41,-39,58r46,49r26,-27r21,19r-26,30r47,50r-40,0r-27,-28v-47,58,-143,42,-150,-29v4,-42,21,-41,56,-70v-11,-20,-26,-29,-26,-53v0,-28,25,-53,57,-52xm100,-203v-37,6,-32,36,-4,60v29,-10,47,-57,4,-60xm46,-57v0,30,43,46,70,29v8,-5,18,-12,28,-22r-53,-56v-28,21,-39,22,-45,49","w":240},"'":{"d":"24,-166v-5,-28,-10,-57,-8,-92r37,0v2,35,-3,64,-9,92r-20,0","w":68},"(":{"d":"80,-220v-46,74,-44,198,-2,275r-23,13v-48,-88,-47,-214,0,-299","w":97},")":{"d":"17,57v44,-85,45,-200,-2,-277r25,-11v49,85,49,209,1,300","w":97},"*":{"d":"78,-247v29,0,5,40,4,57v19,8,25,-29,46,-29v13,0,20,18,9,26v-9,7,-45,3,-46,19v16,11,52,3,52,25v0,7,-8,14,-15,15v-15,2,-32,-41,-46,-31v1,17,26,58,-4,58v-28,0,-4,-47,-4,-58v-16,-7,-27,33,-44,31v-24,-8,-18,-30,11,-33v11,-4,23,-2,25,-13v-14,-8,-50,-4,-51,-25v-1,-8,6,-16,14,-15v20,0,26,34,45,30v0,-18,-24,-57,4,-57","w":157},"+":{"d":"24,-128r84,0r0,-84r23,0r0,84r85,0r0,23r-85,0r0,84r-23,0r0,-84r-84,0r0,-23","w":240},",":{"d":"36,-44r37,14r-41,90r-27,-10","w":78,"k":{"\u2019":4,"\u201d":4}},"-":{"d":"19,-88r82,0r0,30r-82,0r0,-30","w":119},".":{"d":"39,3v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,24,11,24,23v0,13,-11,24,-24,24","w":78,"k":{"\u2019":14,"\u201d":14}},"\/":{"d":"156,-261r20,0r-146,340r-21,0"},"0":{"d":"15,-111v0,-66,29,-121,85,-121v55,0,84,59,84,120v0,63,-32,120,-85,120v-53,0,-84,-59,-84,-119xm100,-25v71,-4,70,-171,-1,-175v-71,4,-72,173,1,175","w":198},"1":{"d":"57,-223r58,0r0,223r-30,0r0,-194r-38,0","w":198},"2":{"d":"103,-232v63,-1,93,85,47,134r-63,68r85,0r0,30r-153,0r114,-121v30,-28,5,-82,-32,-80v-24,0,-43,15,-46,39r-30,0v6,-40,36,-69,78,-70","w":198},"3":{"d":"99,-204v-24,1,-31,12,-38,31r-33,0v2,-37,31,-59,69,-59v66,0,100,85,38,114v70,29,36,127,-33,125v-44,-2,-72,-23,-80,-62r33,0v9,49,88,43,88,-4v0,-26,-19,-46,-51,-45r0,-28v25,1,43,-14,44,-35v0,-20,-16,-38,-37,-37","w":198},"4":{"d":"157,-231r0,161r22,0r0,26r-22,0r0,44r-27,0r0,-44r-126,0xm130,-159v-26,28,-47,60,-72,89r72,0r0,-89","w":198},"5":{"d":"139,-75v0,-49,-69,-67,-99,-30r31,-119r101,0r0,30r-78,0r-12,43v51,-12,88,33,89,77v3,81,-120,112,-160,41r27,-17v27,43,101,27,101,-25","w":198},"6":{"d":"99,8v-63,0,-105,-74,-67,-129r80,-115r24,16r-50,72v51,-9,93,30,94,73v1,45,-37,83,-81,83xm99,-25v27,0,49,-22,49,-49v0,-27,-24,-50,-49,-50v-25,0,-50,25,-50,50v0,26,23,49,50,49","w":198},"7":{"d":"9,-225r185,0r-158,236r-23,-16r127,-190r-131,0r0,-30","w":198},"8":{"d":"99,-232v61,0,97,79,43,116v20,11,34,29,34,56v1,39,-38,67,-77,67v-71,0,-107,-88,-44,-123v-16,-14,-27,-25,-27,-51v-1,-34,36,-65,71,-65xm99,-128v20,0,38,-17,38,-39v0,-22,-18,-38,-38,-38v-21,0,-39,16,-39,38v0,22,19,39,39,39xm100,-20v25,0,44,-17,44,-41v0,-23,-22,-41,-46,-41v-24,0,-44,19,-44,42v-1,24,21,40,46,40","w":198},"9":{"d":"100,-232v62,0,102,74,64,130r-78,114r-23,-17r49,-72v-52,11,-94,-28,-94,-76v0,-41,40,-79,82,-79xm102,-100v26,0,47,-24,47,-50v0,-26,-24,-50,-49,-50v-28,0,-52,23,-51,51v0,26,26,49,53,49","w":198},":":{"d":"39,-75v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23xm39,3v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v12,0,24,11,24,24v0,12,-12,24,-24,24","w":78},";":{"d":"57,-75v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24xm45,-45r37,15r-42,90r-27,-11","w":97},"<":{"d":"215,-26r-190,-80r0,-21r190,-80r0,25r-159,65r159,66r0,25","w":240},"=":{"d":"24,-170r192,0r0,23r-192,0r0,-23xm24,-88r192,0r0,23r-192,0r0,-23","w":240},">":{"d":"24,-207r191,80r0,21r-191,80r0,-25r160,-65r-160,-66r0,-25","w":240},"?":{"d":"52,-106v-12,9,-4,25,13,25v12,0,20,-8,24,-23r30,0v0,58,-99,72,-101,10v-2,-52,72,-42,78,-84v2,-13,-14,-25,-27,-25v-19,0,-29,12,-32,35r-28,0v-6,-78,114,-83,117,-12v2,43,-44,54,-74,74xm69,3v-10,1,-19,-10,-19,-19v0,-9,10,-19,19,-19v10,0,20,9,20,19v1,10,-10,20,-20,19","w":138},"@":{"d":"199,50v54,0,104,-23,123,-53r31,0v-23,44,-81,79,-155,79v-104,0,-179,-57,-177,-158v2,-105,65,-180,173,-180v84,0,149,61,151,134v2,62,-51,128,-105,129v-25,0,-32,-9,-35,-30v-42,58,-117,21,-117,-50v0,-78,93,-156,144,-79r6,-27r31,0r-30,145v0,7,5,12,12,12v35,-8,68,-52,68,-98v0,-65,-59,-111,-126,-111v-83,0,-147,68,-147,152v0,89,62,135,153,135xm222,-113v0,-29,-15,-51,-42,-52v-53,0,-92,129,-21,140v37,-5,63,-45,63,-88","w":365},"A":{"d":"107,-233r106,233r-32,0r-26,-57r-96,0r-25,57r-32,0xm107,-162r-36,79r72,0","w":217,"k":{"\u2019":32,"\u201d":32,"y":14,"w":14,"v":11,"Y":22,"W":29,"V":29,"U":11,"T":18,"Q":11,"O":14,"G":11,"C":14}},"B":{"d":"160,-65v0,56,-65,70,-132,65r0,-224v57,-4,115,8,115,54v0,19,-11,34,-33,47v34,11,50,30,50,58xm110,-166v0,-23,-24,-34,-52,-31r0,66v30,0,52,-9,52,-35xm129,-66v0,-31,-35,-40,-71,-38v2,24,-4,57,2,77v40,1,69,-11,69,-39","k":{"\u00dc":7,"\u00c5":7,"\u00c4":7,"U":7,"A":7,".":11,",":18}},"C":{"d":"13,-113v0,-90,103,-148,191,-103r0,34v-69,-43,-158,-5,-159,70v0,74,95,113,159,68r0,35v-83,49,-191,-14,-191,-104","w":217},"D":{"d":"205,-112v0,64,-54,116,-127,112r-54,0r0,-224r54,0v77,-4,127,46,127,112xm174,-112v0,-61,-47,-88,-120,-82r0,164v75,3,120,-18,120,-82","w":217,"k":{"\u00c5":7,"\u00c4":7,"Y":11,"W":7,"V":7,"A":7,".":11,",":22}},"E":{"d":"21,-224r124,0r0,31r-94,0r0,56r94,0r0,30r-94,0r0,77r94,0r0,30r-124,0r0,-224","w":157},"F":{"d":"21,-224r124,0r0,31r-94,0r0,56r94,0r0,30r-93,0r0,107r-31,0r0,-224","w":157,"k":{"\u00f6":4,"\u00e5":4,"\u00e4":4,"\u00c5":11,"\u00c4":11,"r":4,"o":4,"e":-4,"a":4,"A":11,".":36,",":36}},"G":{"d":"14,-112v0,-111,156,-160,226,-76r-23,22v-54,-63,-173,-32,-171,55v1,48,42,87,96,87v45,0,73,-20,84,-59r-61,0r0,-30r96,0v-1,79,-43,118,-120,121v-72,3,-127,-54,-127,-120","w":277,"k":{".":14,",":22}},"H":{"d":"24,-224r31,0r0,86r107,0r0,-86r30,0r0,224r-30,0r0,-108r-107,0r0,108r-31,0r0,-224","w":217},"I":{"d":"23,-224r30,0r0,224r-30,0r0,-224","w":78},"J":{"d":"76,-224r30,0r0,165v4,62,-48,81,-94,57r15,-25v28,10,49,7,49,-28r0,-169","w":138,"k":{"\u00f6":4,"\u00e5":4,"\u00e4":4,"y":4,"o":4,"a":4,";":14,":":4,".":18,",":18}},"K":{"d":"23,-224r31,0r0,91r95,-91r43,0r-109,104r109,120r-39,0r-99,-109r0,109r-31,0r0,-224","w":198,"k":{"\u00fc":4,"\u00f6":7,"\u00e5":7,"\u00e4":7,"\u00d6":7,"y":14,"w":18,"v":11,"u":4,"o":7,"e":4,"a":7,"O":7,"G":11,"C":11}},"L":{"d":"28,-224r30,0r0,194r73,0r0,30r-103,0r0,-224","w":138,"k":{"\u2019":18,"\u201d":22,"\u00dc":4,"\u00d6":4,"y":4,"w":4,"Y":18,"W":18,"V":11,"U":4,"T":11,"O":4,"G":7,"C":4}},"M":{"d":"208,-233r61,233r-30,0r-37,-143r-63,152r-64,-153r-38,144r-30,0r61,-233r71,167","w":277},"N":{"d":"22,-233r165,170r0,-161r31,0r0,234r-166,-169r0,159r-30,0r0,-233","w":240},"O":{"d":"137,8v-65,0,-123,-56,-123,-121v0,-64,59,-118,125,-118v64,0,122,55,122,118v0,67,-57,121,-124,121xm140,-24v46,0,89,-41,89,-88v0,-49,-44,-88,-93,-88v-47,0,-90,41,-90,88v0,49,44,88,94,88","w":277,"k":{"\u00c5":7,"\u00c4":7,"Y":11,"X":7,"W":7,"V":7,"T":7,"A":7,".":14,",":22}},"P":{"d":"160,-159v0,46,-42,69,-99,67r0,92r-30,0r0,-224v66,-5,129,7,129,65xm61,-119v52,6,86,-31,55,-67v-8,-8,-27,-11,-55,-11r0,78","k":{"\u00e5":22,"\u00c5":29,"\u00c4":29,"o":18,"e":22,"a":22,"A":29,".":47,",":58}},"Q":{"d":"138,-231v65,0,125,53,123,117v0,36,-13,66,-39,90r35,38r-40,0r-19,-21v-86,46,-184,-18,-184,-106v0,-64,58,-118,124,-118xm46,-112v0,60,67,108,129,80r-49,-53r40,0r34,37v62,-51,16,-152,-64,-152v-48,0,-90,40,-90,88","w":277,"k":{"Y":11,"W":7,"V":7,"T":4,".":4}},"R":{"d":"158,-160v0,37,-25,56,-60,64r65,96r-35,0r-62,-92r-7,0r0,92r-31,0r0,-224v66,-5,130,5,130,64xm59,-197r0,78v71,10,88,-57,38,-75v-9,-3,-21,-3,-38,-3","k":{"\u00f6":11,"\u00e5":14,"\u00e4":14,"y":11,"w":7,"o":11,"e":11,"a":14,"Y":18,"W":7,"V":7}},"S":{"d":"25,-173v-1,-65,105,-75,135,-26r-25,20v-13,-28,-74,-29,-78,6v9,39,76,38,93,70v38,40,2,114,-54,111v-44,-3,-69,-25,-83,-62r31,-9v11,25,28,38,51,38v21,1,41,-15,39,-35v-7,-61,-109,-43,-109,-113","k":{".":7,",":11}},"T":{"d":"10,-224r137,0r0,31r-54,0r0,193r-30,0r0,-193r-53,0r0,-31","w":157,"k":{"\u00e5":29,"\u00d6":7,"\u00c5":7,"\u00c4":7,"z":7,"y":14,"w":18,"u":14,"s":18,"r":18,"o":29,"m":18,"e":29,"c":18,"a":29,"Q":7,"O":7,"G":7,"C":11,"A":7,";":25,":":11,".":29,"-":25,",":29}},"U":{"d":"110,8v-57,0,-89,-39,-88,-99r0,-133r31,0v7,79,-28,201,56,202v87,2,49,-124,57,-202r30,0r0,141v2,54,-34,91,-86,91","w":217,"k":{".":4,",":11}},"V":{"d":"5,-224r32,0r70,159r71,-159r33,0r-104,232","w":217,"k":{"\u00e5":25,"\u00d6":11,"\u00c5":25,"\u00c4":25,"y":7,"u":7,"r":7,"o":22,"e":22,"a":25,"Q":7,"O":11,"G":7,"C":4,"A":25,";":32,":":11,".":36,"-":22,",":43}},"W":{"d":"180,-233r72,166r67,-157r32,0r-99,231r-72,-166r-72,166r-100,-231r32,0r68,158","w":360,"k":{"\u00e5":25,"\u00d6":7,"\u00c5":25,"\u00c4":25,"y":7,"u":7,"r":11,"o":29,"e":29,"d":32,"a":25,"O":7,"G":7,"C":7,"A":25,";":29,":":14,".":32,"-":25,",":40}},"X":{"d":"15,-224r34,0r50,82r49,-82r34,0r-67,110r69,114r-34,0r-51,-86r-53,86r-34,0r69,-114","w":198,"k":{"\u00d6":11,"O":11,"G":11,"C":11}},"Y":{"d":"10,-224r34,0r55,90r54,-90r34,0r-73,121r0,103r-31,0r0,-102","w":198,"k":{"\u00e5":32,"\u00d6":14,"\u00c5":14,"\u00c4":14,"v":4,"u":14,"q":29,"p":22,"o":29,"e":29,"d":29,"a":32,"S":4,"O":14,"G":11,"C":11,"A":14,";":32,":":25,".":29,"-":25,",":32}},"Z":{"d":"17,-224r151,0r-107,194r105,0r0,30r-154,0r106,-193r-101,0r0,-31"},"[":{"d":"23,-227r65,0r0,22r-40,0r0,240r40,0r0,22r-65,0r0,-284","w":97},"\\":{"d":"12,-261r20,0r146,340r-20,0"},"]":{"d":"6,-227r65,0r0,284r-64,0r0,-22r39,0r0,-240r-40,0r0,-22","w":97},"^":{"d":"42,-121r-33,0r63,-141r25,0r62,141r-32,0r-43,-105","w":168},"_":{"d":"-2,45r0,-18r184,0r0,18r-184,0"},"`":{"d":"82,-172r-26,0r-41,-49r43,0","w":119},"a":{"d":"86,-149v26,0,47,16,57,34r0,-30r30,0r0,145r-30,0r0,-29v-37,64,-125,25,-125,-44v0,-38,32,-77,68,-76xm98,-24v26,0,49,-24,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47v0,26,22,49,48,49","w":198,"k":{"y":7}},"b":{"d":"113,4v-27,0,-47,-16,-58,-35r0,31r-30,0r0,-228r30,0r0,112v33,-64,126,-25,126,43v0,39,-32,77,-68,77xm101,-25v26,0,47,-22,47,-48v1,-26,-22,-48,-48,-48v-25,0,-48,23,-48,48v0,27,23,48,49,48","w":198,"k":{"y":18,"w":11,"v":7,"b":4,".":7,",":14}},"c":{"d":"38,-75v0,46,54,64,91,31r0,35v-53,35,-120,-5,-120,-62v0,-59,64,-98,120,-68r0,35v-34,-28,-91,-14,-91,29","w":138,"k":{"y":-4,"k":-7,"h":-14}},"d":{"d":"86,-149v26,0,46,16,56,34r0,-113r30,0r0,228r-30,0r0,-30v-34,65,-125,27,-125,-43v0,-40,31,-77,69,-76xm97,-24v27,0,48,-23,48,-49v1,-25,-22,-48,-48,-48v-27,0,-48,22,-48,48v0,25,24,49,48,49","w":198,"k":{"y":11,"w":7}},"e":{"d":"14,-73v0,-64,85,-102,129,-53v14,16,22,35,22,59r-124,0v5,45,68,58,94,22r22,17v-40,59,-143,30,-143,-45xm45,-91r88,0v-17,-41,-72,-39,-88,0","k":{"y":14,"x":11,"w":7,"b":7,".":4,",":14}},"f":{"d":"37,-145v-9,-57,21,-109,71,-81r0,31v-18,-14,-41,-12,-40,14r0,36r40,0r0,28r-40,0r0,117r-31,0r0,-117r-27,0r0,-28r27,0","w":119,"k":{"\u2019":-25,"\u201d":-25,"o":7,"?":-14,".":14,",":22,"!":-7," ":-11}},"g":{"d":"16,-73v0,-70,92,-107,125,-41r0,-31r30,0r0,139v6,80,-122,101,-143,24r32,0v18,39,83,25,81,-19r0,-27v-37,62,-125,23,-125,-45xm97,-24v25,0,48,-23,48,-49v0,-27,-22,-48,-49,-48v-24,0,-48,23,-48,48v0,26,24,49,49,49","w":198,"k":{"\u00e5":7,"\u00e4":7,"y":7,"e":7,"a":7,".":7,",":7}},"h":{"d":"84,-123v-51,0,-39,71,-40,123r-30,0r0,-228r30,0r0,107v16,-17,24,-27,51,-28v24,-1,45,22,45,48r0,101r-30,0v-5,-44,18,-123,-26,-123","w":157,"k":{"y":7}},"i":{"d":"38,-169v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23v12,0,24,11,24,23v0,12,-12,24,-24,24xm23,-145r31,0r0,145r-31,0r0,-145","w":78},"j":{"d":"39,-168v-11,0,-24,-12,-24,-24v0,-12,12,-24,24,-24v12,0,24,12,24,24v0,12,-13,24,-24,24xm24,-145r30,0r0,213r-30,0r0,-213","w":78},"k":{"d":"19,-228r30,0r0,147r60,-64r40,0r-63,67r63,78r-37,0r-63,-77r0,77r-30,0r0,-228","w":157,"k":{"\u00f6":4,"o":4,"e":7}},"l":{"d":"25,-228r30,0r0,228r-30,0r0,-228","w":78},"m":{"d":"81,-122v-47,2,-30,74,-33,122r-30,0r0,-145r30,0r0,22v11,-15,21,-26,43,-26v25,0,34,11,42,30v14,-17,22,-30,46,-30v60,0,39,89,42,149r-30,0r0,-98v0,-16,-8,-24,-24,-24v-45,0,-30,74,-32,122r-31,0r0,-94v0,-19,-7,-28,-23,-28","w":240,"k":{"\u00fc":-7,"y":7,"u":-7}},"n":{"d":"82,-123v-48,0,-36,72,-37,123r-30,0r0,-145r30,0r0,24v16,-15,23,-26,47,-28v25,-1,48,20,48,44r0,105r-30,0v-6,-45,19,-123,-28,-123","w":157,"k":{"\u2019":7,"y":11}},"o":{"d":"92,4v-41,0,-80,-36,-80,-77v0,-39,40,-76,78,-76v39,0,78,37,78,76v0,38,-37,77,-76,77xm91,-26v25,0,47,-23,47,-47v0,-24,-22,-47,-47,-46v-25,0,-49,22,-49,47v0,24,25,46,49,46","k":{"y":7,"x":11,"w":11,".":7,",":11}},"p":{"d":"111,4v-26,0,-46,-15,-56,-33r0,97r-31,0r0,-213r31,0r0,29v35,-63,125,-25,125,43v0,39,-32,77,-69,77xm99,-24v26,0,49,-24,49,-49v0,-25,-24,-48,-49,-48v-25,0,-49,22,-49,48v0,25,24,49,49,49","w":198,"k":{"y":14,"w":11,".":7,",":14}},"q":{"d":"86,-149v26,0,46,16,56,34r0,-30r30,0r0,213r-30,0r0,-96v-37,63,-125,23,-125,-44v0,-39,32,-77,69,-77xm98,-24v26,0,48,-22,48,-49v0,-26,-24,-48,-50,-48v-25,0,-47,24,-47,49v0,25,24,48,49,48","w":198},"r":{"d":"103,-116v-59,-15,-48,61,-48,116r-31,0r0,-145r30,0r0,30v12,-23,26,-39,58,-32","w":119,"k":{"\u00fc":-7,"\u00f6":7,"\u00e5":4,"\u00e4":4,"v":-14,"u":-7,"t":-7,"q":4,"o":7,"n":-7,"m":-7,"l":-7,"k":-7,"j":-7,"a":4,";":11,".":25,"-":11,",":25}},"s":{"d":"14,-107v5,-45,63,-56,94,-21r-20,18v-10,-11,-45,-19,-47,2v10,24,72,27,69,67v-4,48,-79,62,-101,17r24,-12v13,17,46,16,50,-5v-6,-28,-73,-26,-69,-66","w":119,"k":{"w":4,".":4,",":7}},"t":{"d":"30,-187r31,0r0,42r30,0r0,28r-30,0r0,117r-31,0r0,-117r-24,0r0,-28r24,0r0,-42","w":97},"u":{"d":"78,4v-36,0,-63,-27,-63,-63r0,-86r31,0v4,46,-17,122,33,120v47,-2,28,-74,32,-120r30,0r0,87v1,35,-28,63,-63,62","w":157},"v":{"d":"5,-145r32,0r42,84r40,-84r33,0r-74,150","w":157,"k":{"\u00f6":7,"\u00e5":7,"\u00e4":7,"q":7,"o":7,"e":7,"d":7,"c":4,"a":7,".":22,",":29}},"w":{"d":"120,-151r40,96r43,-90r27,0r-72,149r-38,-92r-39,91r-71,-148r26,0r43,89","w":240,"k":{"\u00f6":7,"\u00e5":14,"\u00e4":14,"q":7,"o":7,"e":7,"d":7,"c":4,"a":14,".":22,",":32}},"x":{"d":"21,-145r37,0r32,41r32,-41r36,0r-50,65r61,80r-36,0r-43,-55r-44,55r-36,0r62,-80","k":{"\u00f6":7,"o":7,"e":7,"d":7,"c":7}},"y":{"d":"11,-145r35,0r52,79r37,-79r31,0r-98,213r-32,0r48,-104","k":{"\u00f6":11,"\u00e5":14,"\u00e4":14,"o":11,"g":7,"e":7,"d":14,"c":11,"a":14,".":22,",":25}},"z":{"d":"9,-145r137,0r-87,118r86,0r0,27r-138,0r88,-118r-86,0r0,-27","w":157,"k":{"d":4}},"{":{"d":"47,6v0,-50,1,-72,-37,-77r0,-29v38,-5,37,-27,37,-77v0,-63,8,-76,65,-77r0,27v-41,-6,-36,26,-36,62v-1,46,-6,66,-36,80v36,12,37,53,36,105v0,31,6,36,36,36r0,27v-57,0,-65,-14,-65,-77","w":120},"|":{"d":"83,-250r24,0r0,299r-24,0r0,-299","w":189},"}":{"d":"74,-177v0,51,-2,72,36,77r0,29v-36,6,-36,26,-36,77v0,62,-8,77,-66,77r0,-27v41,6,36,-26,36,-62v-1,-47,7,-66,37,-79v-37,-14,-38,-53,-37,-105v0,-31,-6,-38,-36,-37r0,-27v58,0,67,15,66,77","w":120},"~":{"d":"75,-152v29,0,60,27,87,28v15,0,32,-8,51,-25r0,26v-44,46,-92,4,-139,-6v-15,0,-32,8,-51,24r0,-25v18,-15,36,-22,52,-22","w":236},"\u00c4":{"d":"107,-233r106,233r-32,0r-26,-57r-96,0r-25,57r-32,0xm107,-162r-36,79r72,0xm73,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm144,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":217,"k":{"\u2019":32,"\u201d":32,"y":14,"w":14,"v":11,"Y":22,"W":29,"V":29,"U":11,"T":18,"Q":11,"O":14,"G":11,"C":14}},"\u00c5":{"d":"107,-233r106,233r-32,0r-26,-57r-96,0r-25,57r-32,0xm107,-162r-36,79r72,0xm141,-271v0,18,-14,33,-32,32v-18,0,-32,-16,-32,-33v0,-16,15,-31,32,-31v18,0,32,14,32,32xm128,-271v1,-10,-9,-20,-19,-19v-9,-1,-19,9,-18,18v-1,10,9,21,18,20v9,0,20,-9,19,-19","w":217,"k":{"\u2019":32,"\u201d":32,"y":14,"w":14,"v":11,"Y":22,"W":29,"V":29,"U":11,"T":18,"Q":11,"O":14,"G":11,"C":14}},"\u00c7":{"d":"144,41v0,30,-42,37,-76,31r1,-20v19,1,48,-1,45,-13v1,-9,-10,-13,-27,-12r8,-27v-45,-14,-82,-58,-82,-113v-1,-90,103,-148,191,-103r0,34v-69,-43,-158,-5,-159,70v0,74,95,113,159,68r0,35v-26,14,-53,20,-87,15r-3,9v16,2,30,11,30,26","w":217},"\u00c9":{"d":"21,-224r124,0r0,31r-94,0r0,56r94,0r0,30r-94,0r0,77r94,0r0,30r-124,0r0,-224xm58,-247r24,-49r41,0r-39,49r-26,0","w":157},"\u00d1":{"d":"22,-233r165,170r0,-161r31,0r0,234r-166,-169r0,159r-30,0r0,-233xm97,-291v16,0,56,34,59,0r23,0v0,23,-13,38,-34,40v-19,2,-57,-38,-61,0v-7,-1,-20,3,-23,-2v-1,-21,16,-38,36,-38","w":240},"\u00d6":{"d":"137,8v-65,0,-123,-56,-123,-121v0,-64,59,-118,125,-118v64,0,122,55,122,118v0,67,-57,121,-124,121xm140,-24v46,0,89,-41,89,-88v0,-49,-44,-88,-93,-88v-47,0,-90,41,-90,88v0,49,44,88,94,88xm103,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm174,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":277,"k":{"Y":11,"X":7,"W":7,"V":7,"T":7,"A":7}},"\u00dc":{"d":"110,8v-57,0,-89,-39,-88,-99r0,-133r31,0v7,79,-28,201,56,202v87,2,49,-124,57,-202r30,0r0,141v2,54,-34,91,-86,91xm73,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm144,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":217},"\u00e1":{"d":"86,-149v26,0,47,16,57,34r0,-30r30,0r0,145r-30,0r0,-29v-37,64,-125,25,-125,-44v0,-38,32,-77,68,-76xm98,-24v26,0,49,-24,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47v0,26,22,49,48,49xm79,-172r24,-49r41,0r-39,49r-26,0","w":198},"\u00e0":{"d":"86,-149v26,0,47,16,57,34r0,-30r30,0r0,145r-30,0r0,-29v-37,64,-125,25,-125,-44v0,-38,32,-77,68,-76xm98,-24v26,0,49,-24,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47v0,26,22,49,48,49xm122,-172r-26,0r-41,-49r43,0","w":198},"\u00e2":{"d":"86,-149v26,0,47,16,57,34r0,-30r30,0r0,145r-30,0r0,-29v-37,64,-125,25,-125,-44v0,-38,32,-77,68,-76xm98,-24v26,0,49,-24,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47v0,26,22,49,48,49xm100,-202r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":198},"\u00e4":{"d":"86,-149v26,0,47,16,57,34r0,-30r30,0r0,145r-30,0r0,-29v-37,64,-125,25,-125,-44v0,-38,32,-77,68,-76xm98,-24v26,0,49,-24,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47v0,26,22,49,48,49xm64,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm135,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":198,"k":{"y":7}},"\u00e3":{"d":"86,-149v26,0,47,16,57,34r0,-30r30,0r0,145r-30,0r0,-29v-37,64,-125,25,-125,-44v0,-38,32,-77,68,-76xm98,-24v26,0,49,-24,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47v0,26,22,49,48,49xm77,-216v16,0,56,34,59,0r23,0v0,23,-13,38,-34,40v-19,2,-57,-38,-61,0v-7,-1,-20,3,-23,-2v-1,-21,16,-38,36,-38","w":198},"\u00e5":{"d":"86,-149v26,0,47,16,57,34r0,-30r30,0r0,145r-30,0r0,-29v-37,64,-125,25,-125,-44v0,-38,32,-77,68,-76xm98,-24v26,0,49,-24,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47v0,26,22,49,48,49xm132,-196v0,18,-14,33,-32,32v-18,0,-32,-16,-32,-33v0,-16,15,-31,32,-31v18,0,32,14,32,32xm119,-196v1,-10,-9,-20,-19,-19v-9,-1,-19,9,-18,18v-1,10,9,21,18,20v9,0,20,-9,19,-19","w":198,"k":{"y":7}},"\u00e7":{"d":"104,41v0,31,-41,37,-76,31v1,-10,-3,-22,16,-20v41,5,40,-28,3,-25r9,-29v-25,-9,-47,-37,-47,-69v0,-59,64,-98,120,-68r0,35v-34,-28,-91,-14,-91,29v0,46,54,64,91,31r0,35v-19,10,-31,14,-52,13r-3,11v16,2,30,11,30,26","w":138},"\u00e9":{"d":"14,-73v0,-64,85,-102,129,-53v14,16,22,35,22,59r-124,0v5,45,68,58,94,22r22,17v-40,59,-143,30,-143,-45xm45,-91r88,0v-17,-41,-72,-39,-88,0xm69,-172r24,-49r41,0r-39,49r-26,0"},"\u00e8":{"d":"14,-73v0,-64,85,-102,129,-53v14,16,22,35,22,59r-124,0v5,45,68,58,94,22r22,17v-40,59,-143,30,-143,-45xm45,-91r88,0v-17,-41,-72,-39,-88,0xm112,-172r-26,0r-41,-49r43,0"},"\u00ea":{"d":"14,-73v0,-64,85,-102,129,-53v14,16,22,35,22,59r-124,0v5,45,68,58,94,22r22,17v-40,59,-143,30,-143,-45xm45,-91r88,0v-17,-41,-72,-39,-88,0xm90,-202r-20,30r-36,0r39,-49r33,0r39,49r-35,0"},"\u00eb":{"d":"14,-73v0,-64,85,-102,129,-53v14,16,22,35,22,59r-124,0v5,45,68,58,94,22r22,17v-40,59,-143,30,-143,-45xm45,-91r88,0v-17,-41,-72,-39,-88,0xm54,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm125,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19"},"\u00ed":{"d":"23,-145r31,0r0,145r-31,0r0,-145xm18,-172r24,-49r41,0r-39,49r-26,0","w":78},"\u00ec":{"d":"23,-145r31,0r0,145r-31,0r0,-145xm61,-172r-26,0r-41,-49r43,0","w":78},"\u00ee":{"d":"23,-145r31,0r0,145r-31,0r0,-145xm39,-202r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":78},"\u00ef":{"d":"23,-145r31,0r0,145r-31,0r0,-145xm3,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm74,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":78},"\u00f1":{"d":"82,-123v-48,0,-36,72,-37,123r-30,0r0,-145r30,0r0,24v16,-15,23,-26,47,-28v25,-1,48,20,48,44r0,105r-30,0v-6,-45,19,-123,-28,-123xm56,-216v16,0,56,34,59,0r23,0v0,23,-13,38,-34,40v-19,2,-57,-38,-61,0v-7,-1,-20,3,-23,-2v-1,-21,16,-38,36,-38","w":157},"\u00f3":{"d":"92,4v-41,0,-80,-36,-80,-77v0,-39,40,-76,78,-76v39,0,78,37,78,76v0,38,-37,77,-76,77xm91,-26v25,0,47,-23,47,-47v0,-24,-22,-47,-47,-46v-25,0,-49,22,-49,47v0,24,25,46,49,46xm69,-172r24,-49r41,0r-39,49r-26,0"},"\u00f2":{"d":"92,4v-41,0,-80,-36,-80,-77v0,-39,40,-76,78,-76v39,0,78,37,78,76v0,38,-37,77,-76,77xm91,-26v25,0,47,-23,47,-47v0,-24,-22,-47,-47,-46v-25,0,-49,22,-49,47v0,24,25,46,49,46xm112,-172r-26,0r-41,-49r43,0"},"\u00f4":{"d":"92,4v-41,0,-80,-36,-80,-77v0,-39,40,-76,78,-76v39,0,78,37,78,76v0,38,-37,77,-76,77xm91,-26v25,0,47,-23,47,-47v0,-24,-22,-47,-47,-46v-25,0,-49,22,-49,47v0,24,25,46,49,46xm90,-202r-20,30r-36,0r39,-49r33,0r39,49r-35,0"},"\u00f6":{"d":"92,4v-41,0,-80,-36,-80,-77v0,-39,40,-76,78,-76v39,0,78,37,78,76v0,38,-37,77,-76,77xm91,-26v25,0,47,-23,47,-47v0,-24,-22,-47,-47,-46v-25,0,-49,22,-49,47v0,24,25,46,49,46xm54,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm125,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","k":{"y":7,"x":11,"w":11}},"\u00f5":{"d":"92,4v-41,0,-80,-36,-80,-77v0,-39,40,-76,78,-76v39,0,78,37,78,76v0,38,-37,77,-76,77xm91,-26v25,0,47,-23,47,-47v0,-24,-22,-47,-47,-46v-25,0,-49,22,-49,47v0,24,25,46,49,46xm67,-216v16,0,56,34,59,0r23,0v0,23,-13,38,-34,40v-19,2,-57,-38,-61,0v-7,-1,-20,3,-23,-2v-1,-21,16,-38,36,-38"},"\u00fa":{"d":"78,4v-36,0,-63,-27,-63,-63r0,-86r31,0v4,46,-17,122,33,120v47,-2,28,-74,32,-120r30,0r0,87v1,35,-28,63,-63,62xm58,-172r24,-49r41,0r-39,49r-26,0","w":157},"\u00f9":{"d":"78,4v-36,0,-63,-27,-63,-63r0,-86r31,0v4,46,-17,122,33,120v47,-2,28,-74,32,-120r30,0r0,87v1,35,-28,63,-63,62xm101,-172r-26,0r-41,-49r43,0","w":157},"\u00fb":{"d":"78,4v-36,0,-63,-27,-63,-63r0,-86r31,0v4,46,-17,122,33,120v47,-2,28,-74,32,-120r30,0r0,87v1,35,-28,63,-63,62xm79,-202r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":157},"\u00fc":{"d":"78,4v-36,0,-63,-27,-63,-63r0,-86r31,0v4,46,-17,122,33,120v47,-2,28,-74,32,-120r30,0r0,87v1,35,-28,63,-63,62xm43,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm114,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":157},"\u2020":{"d":"84,-131v15,57,4,132,0,198r-12,0v1,-71,-17,-138,0,-198v-19,-1,-55,23,-58,-6v4,-30,37,-4,58,-6v1,-19,-9,-54,-9,-70v-1,-12,5,-23,16,-21v34,6,0,63,4,91v19,1,56,-23,59,6v-3,29,-38,5,-58,6","w":157},"\u00b0":{"d":"121,-213v0,24,-23,48,-49,48v-26,0,-49,-24,-49,-48v0,-25,22,-49,49,-49v27,0,49,23,49,49xm102,-213v0,-15,-15,-30,-30,-30v-15,0,-29,14,-29,30v0,16,13,29,29,29v16,0,30,-14,30,-29","w":143},"\u00a2":{"d":"102,-149r22,-61r15,0r-22,63v9,2,18,7,26,13r0,38v-12,-10,-25,-17,-37,-20r-29,85v26,5,41,-1,65,-14r0,36v-26,12,-46,16,-76,8r-24,66r-16,0r26,-73v-70,-37,-33,-151,50,-141xm91,-117v-40,-2,-62,57,-28,79","w":157},"\u00a3":{"d":"62,-132v-25,-71,38,-127,91,-85v11,10,17,26,18,44r-32,0v2,-43,-54,-40,-52,-3v0,8,3,22,8,44r47,0r0,26r-42,0v7,22,1,39,-6,62v28,21,68,35,68,-14r28,0v1,39,-17,65,-52,65v-27,0,-29,-10,-57,-25v-12,16,-25,25,-38,25v-15,0,-31,-15,-30,-32v1,-29,31,-43,59,-27v4,-20,2,-35,-5,-55r-49,0r0,-25r44,0xm43,-37v-19,0,-15,25,0,25v7,0,14,-6,22,-17v-9,-5,-16,-8,-22,-8","w":198},"\u00a7":{"d":"52,-138v-52,-27,-33,-96,26,-94v32,1,56,19,60,50r-30,0v-3,-28,-55,-32,-57,-4v14,42,92,44,92,106v0,23,-13,41,-39,54v53,26,33,93,-23,94v-35,0,-58,-20,-63,-50r30,0v3,27,54,33,57,4v-13,-44,-93,-45,-93,-106v0,-24,13,-42,40,-54xm39,-87v1,28,26,34,45,49v29,-10,42,-35,26,-61v-5,-7,-18,-15,-38,-27v-22,9,-33,22,-33,39","w":157},"\u2022":{"d":"108,-126v0,23,-22,44,-45,44v-23,0,-45,-21,-45,-44v0,-24,21,-45,45,-45v24,0,45,22,45,45","w":126},"\u00b6":{"d":"-1,-185v0,-48,32,-73,83,-73r112,0r0,31r-26,0r0,299r-29,0r0,-299r-40,0r0,299r-29,0r0,-184v-43,-2,-71,-30,-71,-73","w":193},"\u00df":{"d":"103,-202v-25,0,-46,21,-45,46r0,156r-30,0v5,-96,-27,-232,73,-231v40,-1,72,23,72,61v0,26,-18,41,-48,52v37,7,56,27,56,63v0,53,-60,72,-102,49r0,-26v30,19,74,7,72,-32v-2,-28,-26,-46,-60,-41r0,-26v30,3,52,-9,53,-35v0,-20,-19,-36,-41,-36","w":198},"\u00ae":{"d":"133,3v-72,0,-133,-61,-133,-133v0,-70,62,-132,133,-132v70,0,132,62,132,132v0,70,-62,133,-132,133xm133,-19v59,0,110,-52,110,-111v0,-58,-52,-110,-110,-110v-59,0,-111,52,-111,110v0,58,52,111,111,111xm123,-199v70,-16,81,75,21,79v15,3,38,45,50,64r-28,0v-19,-27,-21,-67,-68,-61r0,61r-23,0r0,-143r48,0xm160,-158v0,-28,-35,-19,-62,-21r0,43v27,-1,62,5,62,-22","w":265},"\u00a9":{"d":"133,3v-72,0,-133,-61,-133,-133v0,-70,62,-132,133,-132v70,0,132,62,132,132v0,70,-62,133,-132,133xm133,-19v59,0,110,-52,110,-111v0,-58,-52,-110,-110,-110v-59,0,-111,52,-111,110v0,58,52,111,111,111xm87,-128v-8,60,78,72,88,20r22,6v-6,29,-31,48,-64,49v-45,0,-66,-33,-70,-78v-6,-75,111,-102,131,-31r-21,5v-17,-48,-94,-26,-86,29","w":265},"\u2122":{"d":"86,-114r0,-123r-46,0r0,-21r117,0r0,21r-47,0r0,123r-24,0xm173,-114r0,-144r35,0r37,115r34,-115r35,0r0,144r-22,0r-1,-121r-36,121r-22,0r-38,-123r0,123r-22,0","w":360},"\u00b4":{"d":"39,-172r24,-49r41,0r-39,49r-26,0","w":119},"\u00a8":{"d":"24,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm95,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":119},"\u2260":{"d":"216,-65r-116,0r-28,51r-18,-10r23,-41r-53,0r0,-23r66,0r32,-59r-98,0r0,-23r112,0r28,-51r17,10r-22,41r57,0r0,23r-70,0r-33,59r103,0r0,23","w":240},"\u00c6":{"d":"129,-224r139,0r0,30r-92,0r0,57r92,0r0,30r-92,0r0,77r91,0r0,30r-122,0r0,-70r-68,0r-39,70r-34,0xm91,-95r54,0r0,-98","w":277},"\u00d8":{"d":"18,-109v-5,-92,113,-157,193,-104r31,-37r20,18r-31,36v71,72,9,203,-95,203v-32,0,-44,-7,-66,-18r-33,38r-19,-18r32,-37v-19,-20,-31,-47,-32,-81xm188,-188v-81,-50,-184,58,-116,135xm92,-36v83,47,181,-55,118,-135","w":277},"\u221e":{"d":"27,-127v0,-61,73,-62,93,-21v15,-23,26,-39,56,-40v33,-1,54,26,54,61v0,35,-21,61,-54,61v-30,-1,-41,-17,-56,-40v-11,16,-29,31,-51,31v-26,0,-42,-23,-42,-52xm205,-128v0,-27,-24,-43,-45,-28v-6,4,-14,14,-24,29v17,23,17,33,41,35v19,2,28,-17,28,-36xm51,-128v2,38,41,26,54,0v-12,-17,-23,-24,-34,-24v-12,0,-21,10,-20,24","w":256},"\u00b1":{"d":"24,-157r84,0r0,-85r23,0r0,85r85,0r0,23r-85,0r0,84r-23,0r0,-84r-84,0r0,-23xm24,-15r192,0r0,23r-192,0r0,-23","w":240},"\u2264":{"d":"215,-26r-190,-80r0,-21r190,-80r0,25r-159,65r159,66r0,25xm24,-15r192,0r0,23r-192,0r0,-23","w":240},"\u2265":{"d":"24,-207r191,80r0,21r-191,80r0,-25r160,-65r-160,-66r0,-25xm24,-15r192,0r0,23r-192,0r0,-23","w":240},"\u00a5":{"d":"68,-189r67,0r21,-35r34,0r-21,35r15,0r0,21r-27,0r-28,45r55,0r0,21r-68,0r0,102r-29,0r0,-102r-68,0r0,-21r56,0r-28,-45r-28,0r0,-21r15,0r-21,-35r34,0xm123,-168r-42,0r21,35","w":198},"\u00b5":{"d":"147,-22v-14,34,-75,33,-91,3r0,91r-32,0r0,-259r32,0v5,63,-20,161,42,163v67,2,41,-98,46,-163r31,0r0,187r-28,0r0,-22","w":200},"\u2202":{"d":"114,-240v-22,3,-31,18,-40,40r-24,-11v13,-29,32,-51,64,-51v47,0,56,49,56,99v0,85,-31,163,-107,167v-34,2,-55,-26,-54,-61v3,-72,57,-105,141,-105v-1,-42,-3,-72,-36,-78xm41,-53v-3,31,34,42,58,24v29,-21,45,-61,50,-111v-70,1,-103,28,-108,87","w":177},"\u2211":{"d":"24,-262r218,0r0,29r-174,0r107,136r-114,144r183,0r0,29r-223,0r0,-33r109,-139r-106,-135r0,-31","w":256},"\u220f":{"d":"28,-262r240,0r0,338r-34,0r0,-308r-172,0r0,308r-34,0r0,-338","w":296},"\u03c0":{"d":"214,-134r-40,0r0,134r-32,0r0,-134r-61,0r0,134r-32,0r0,-135v-15,0,-28,3,-40,9r0,-26v53,-22,137,-5,205,-10r0,28","w":221},"\u222b":{"d":"54,-306v6,-26,52,-34,52,-3v0,21,-29,15,-37,6v-5,0,-6,5,-6,11r6,142v0,87,0,130,-19,174v-8,19,-49,19,-48,-7v1,-23,28,-14,35,-4v9,-4,9,-16,9,-35r-2,-133v1,-81,0,-109,10,-151","w":98},"\u00aa":{"d":"14,-182v0,-44,56,-68,81,-28r0,-19r19,0r0,94r-19,0v-1,-6,2,-14,-1,-18v-24,41,-80,15,-80,-29xm66,-150v17,1,32,-15,32,-31v1,-40,-65,-41,-64,-1v0,17,14,32,32,32","w":131},"\u00ba":{"d":"59,-132v-27,0,-51,-24,-51,-50v0,-25,25,-49,50,-49v26,0,51,23,51,49v0,25,-25,50,-50,50xm59,-151v16,0,31,-16,31,-31v0,-15,-15,-31,-32,-30v-15,0,-32,15,-31,31v0,15,16,30,32,30","w":116},"\u2126":{"d":"64,-137v0,51,24,89,60,105r0,32r-102,0r0,-30r65,2v-39,-23,-61,-57,-61,-113v0,-73,42,-122,116,-123v68,-1,116,52,114,123v-1,56,-24,89,-61,113r64,-1r0,29r-101,0r0,-31v38,-20,61,-52,61,-106v0,-51,-23,-100,-78,-99v-53,1,-77,46,-77,99","w":276},"\u00e6":{"d":"9,-73v0,-68,85,-105,124,-46r0,-26r30,0r0,12v47,-40,129,1,121,67r-121,0v5,42,66,58,91,21r23,16v-23,35,-77,44,-114,17r0,12r-30,0r0,-27v-38,60,-124,23,-124,-46xm167,-91r85,0v-15,-40,-69,-40,-85,0xm89,-24v26,0,47,-22,47,-48v0,-26,-21,-48,-46,-48v-26,0,-49,22,-49,48v0,25,23,48,48,48","w":296},"\u00f8":{"d":"32,-24v-56,-57,22,-162,99,-114r20,-22r17,14r-19,23v58,62,-25,161,-99,114r-20,23r-17,-15xm111,-115v-43,-19,-87,29,-59,68xm70,-32v41,21,88,-29,59,-68"},"\u00bf":{"d":"67,-160v-10,1,-20,-9,-19,-19v-1,-10,10,-19,19,-19v9,0,19,10,19,19v0,9,-9,20,-19,19xm41,-16v8,36,58,30,58,-11r29,0v7,78,-114,84,-117,12v-2,-53,65,-52,80,-85v-8,-24,-41,-12,-44,10r-29,0v4,-32,23,-52,55,-53v25,-1,46,18,46,42v0,52,-72,43,-78,85","w":138},"\u00a1":{"d":"40,-159v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,20,-19,20xm25,-139r30,0r0,169r-30,0r0,-169","w":78},"\u00ac":{"d":"24,-171r192,0r0,108r-23,0r0,-85r-169,0r0,-23","w":240},"\u221a":{"d":"185,-328r-54,342r-87,-181r-35,17r-5,-12r52,-26r71,145r46,-287","w":197},"\u0192":{"d":"9,71r6,-27v29,8,44,6,49,-23r31,-183r-35,0r4,-25r36,0v5,-46,17,-87,71,-73r21,4r-7,27v-39,-14,-51,7,-53,42r36,0r-5,25r-36,0r-33,192v-4,45,-39,53,-85,41","w":200},"\u2248":{"d":"23,-165v44,-45,94,-6,139,6v15,0,32,-8,51,-25r0,26v-44,46,-92,4,-139,-6v-15,0,-32,8,-51,24r0,-25xm23,-95v62,-66,131,51,190,-19r0,26v-44,46,-92,4,-139,-6v-15,0,-32,8,-51,24r0,-25","w":236},"\u2206":{"d":"117,-248r102,248r-217,0xm104,-186r-78,168r148,0","w":220},"\u00ab":{"d":"49,-180r32,0r-34,82r33,84r-32,0r-33,-83xm134,-180r33,0r-35,83r34,83r-33,0r-33,-83"},"\u00bb":{"d":"14,-180r32,0r34,83r-34,83r-32,0r34,-84xm99,-180r32,0r35,82r-35,84r-32,0r34,-83"},"\u2026":{"d":"60,3v-13,0,-26,-13,-26,-26v0,-13,13,-26,26,-26v13,0,26,13,26,26v0,13,-13,26,-26,26xm180,3v-14,0,-26,-12,-26,-26v0,-13,12,-25,26,-25v14,0,26,12,26,25v0,14,-12,26,-26,26xm300,3v-13,0,-26,-13,-26,-26v0,-13,12,-25,26,-25v14,0,26,12,26,25v0,13,-13,26,-26,26","w":360},"\u00a0":{"w":99},"\u00c0":{"d":"107,-233r106,233r-32,0r-26,-57r-96,0r-25,57r-32,0xm107,-162r-36,79r72,0xm131,-247r-26,0r-41,-49r43,0","w":217},"\u00c3":{"d":"107,-233r106,233r-32,0r-26,-57r-96,0r-25,57r-32,0xm107,-162r-36,79r72,0xm86,-291v16,0,56,34,59,0r23,0v0,23,-13,38,-34,40v-19,2,-57,-38,-61,0v-7,-1,-20,3,-23,-2v-1,-21,16,-38,36,-38","w":217},"\u00d5":{"d":"137,8v-65,0,-123,-56,-123,-121v0,-64,59,-118,125,-118v64,0,122,55,122,118v0,67,-57,121,-124,121xm140,-24v46,0,89,-41,89,-88v0,-49,-44,-88,-93,-88v-47,0,-90,41,-90,88v0,49,44,88,94,88xm116,-291v16,0,56,34,59,0r23,0v0,23,-13,38,-34,40v-19,2,-57,-38,-61,0v-7,-1,-20,3,-23,-2v-1,-21,16,-38,36,-38","w":277},"\u0152":{"d":"11,-112v0,-60,51,-112,110,-112r144,0r0,31r-89,0r0,56r89,0r0,29r-89,0r0,78r88,0r0,30r-137,0v-65,1,-116,-48,-116,-112xm43,-112v0,55,38,87,104,82r0,-163v-67,-5,-104,25,-104,81","w":277},"\u0153":{"d":"10,-74v0,-66,99,-105,139,-45v27,-36,85,-42,115,-7v14,16,21,36,21,59r-121,0v6,48,65,56,90,21r23,17v-31,42,-97,43,-127,1v-13,18,-34,31,-61,32v-40,1,-79,-38,-79,-78xm167,-92r86,0v-17,-39,-71,-38,-86,0xm89,-27v23,0,46,-23,46,-46v0,-24,-21,-46,-45,-46v-28,0,-49,21,-49,47v0,24,23,45,48,45","w":296},"\u2013":{"d":"-2,-106r184,0r0,32r-184,0r0,-32"},"\u2014":{"d":"-2,-106r364,0r0,32r-364,0r0,-32","w":360},"\u201c":{"d":"108,-230r14,13v-11,11,-17,23,-18,36r19,0r0,39r-39,0v-1,-42,-2,-63,24,-88xm40,-230r14,13v-10,13,-16,26,-17,36r19,0r0,40r-39,0v-2,-40,0,-70,23,-89","w":138,"k":{"\u00c5":22,"\u00c4":22,"A":22}},"\u201d":{"d":"84,-228r39,0v1,41,2,66,-23,89r-14,-14v11,-11,17,-23,18,-35r-20,0r0,-40xm17,-228r39,0v1,42,1,64,-24,89r-14,-14v11,-10,17,-22,18,-35r-19,0r0,-40","w":138},"\u2018":{"d":"43,-231r14,14v-11,9,-16,21,-17,35r19,0r0,40r-39,0v-2,-38,1,-69,23,-89","w":78,"k":{"\u00c5":29,"\u00c4":29,"A":29}},"\u2019":{"d":"19,-228r39,0v2,38,0,71,-23,89r-14,-14v11,-11,17,-23,17,-36r-19,0r0,-39","w":78,"k":{"s":7,"d":11}},"\u00f7":{"d":"120,-175v-8,0,-15,-7,-15,-15v0,-8,7,-14,15,-14v7,0,14,7,14,14v0,8,-6,15,-14,15xm24,-127r192,0r0,22r-192,0r0,-22xm135,-45v0,7,-7,15,-15,15v-8,0,-15,-6,-15,-14v0,-8,7,-15,15,-15v8,0,15,7,15,14","w":240},"\u25ca":{"d":"169,-134r-70,134r-21,0r-70,-134r70,-134r21,0xm147,-134r-58,-115r-59,115r59,114","w":177},"\u00ff":{"d":"11,-145r35,0r52,79r37,-79r31,0r-98,213r-32,0r48,-104xm54,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm125,-174v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19"},"\u0178":{"d":"10,-224r34,0r55,90r54,-90r34,0r-73,121r0,103r-31,0r0,-102xm64,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm135,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":198},"\u2215":{"d":"91,-231r23,0r-157,247r-23,0","w":48},"\u20ac":{"d":"25,-142v9,-69,81,-116,148,-74r0,34v-48,-33,-103,-21,-115,40r99,0r-5,21r-97,0v-1,3,-1,13,0,18r92,0r-5,21r-85,0v9,59,72,73,116,38r0,35v-62,43,-143,-3,-148,-73r-18,0v4,-8,0,-24,16,-21r0,-18r-15,0r5,-21r12,0","w":186},"\u2039":{"d":"47,-180r33,0r-34,82r33,84r-32,0r-34,-83","w":97},"\u203a":{"d":"13,-180r32,0r35,83r-35,83r-32,0r34,-84","w":97},"\uf001":{"d":"35,-145v-14,-70,58,-112,107,-70v13,11,20,27,20,47r-30,0v-1,-21,-13,-35,-35,-35v-25,1,-36,27,-32,58r41,0r0,27r-41,0r0,118r-30,0r0,-118r-28,0r0,-27r28,0xm132,-146r30,0r0,146r-30,0r0,-146"},"\ufb01":{"d":"35,-145v-14,-70,58,-112,107,-70v13,11,20,27,20,47r-30,0v-1,-21,-13,-35,-35,-35v-25,1,-36,27,-32,58r41,0r0,27r-41,0r0,118r-30,0r0,-118r-28,0r0,-27r28,0xm132,-146r30,0r0,146r-30,0r0,-146"},"\uf002":{"d":"97,-232v32,-1,64,27,64,58r0,174r-29,0r0,-168v1,-18,-17,-35,-34,-34v-25,1,-39,25,-34,57r42,0r0,28r-42,0r0,117r-29,0r0,-117r-28,0r0,-28r28,0v-7,-51,19,-85,62,-87"},"\ufb02":{"d":"97,-232v32,-1,64,27,64,58r0,174r-29,0r0,-168v1,-18,-17,-35,-34,-34v-25,1,-39,25,-34,57r42,0r0,28r-42,0r0,117r-29,0r0,-117r-28,0r0,-28r28,0v-7,-51,19,-85,62,-87"},"\u2021":{"d":"78,-234v30,4,4,41,5,63v21,2,54,-23,59,7v-5,27,-39,5,-59,5v-1,12,10,32,10,41v1,6,-10,29,-10,35v0,7,10,28,9,36v1,9,-10,30,-9,39v19,0,56,-23,58,6v-4,29,-37,5,-58,6v-3,20,26,63,-6,63v-31,0,-4,-43,-5,-63v-21,-2,-55,23,-59,-6v2,-29,40,-6,58,-6v1,-11,-9,-31,-9,-41v0,-8,10,-26,9,-35v-11,-22,-8,-50,0,-75v-19,0,-56,23,-58,-6v4,-28,38,-6,59,-6v1,-21,-25,-60,6,-63","w":157},"\u00b7":{"d":"40,-87v-13,0,-26,-13,-26,-26v0,-13,13,-25,26,-25v13,0,25,11,25,25v0,14,-12,26,-25,26","w":78},"\u2219":{"d":"40,-87v-13,0,-26,-13,-26,-26v0,-13,13,-25,26,-25v13,0,25,11,25,25v0,14,-12,26,-25,26","w":78},"\u201a":{"d":"36,-44r37,14r-41,90r-27,-10","w":78},"\u201e":{"d":"84,-41r39,0v1,39,1,69,-23,89r-14,-13v11,-11,17,-24,18,-36r-20,0r0,-40xm16,-40r40,0v1,41,1,65,-24,88r-14,-13v10,-10,16,-22,18,-35r-20,0r0,-40","w":138},"\u2030":{"d":"63,-104v-32,-1,-50,-27,-50,-62v0,-36,16,-65,51,-65v33,1,49,27,49,64v0,36,-16,63,-50,63xm37,-169v0,28,8,42,26,42v17,0,26,-14,26,-41v0,-27,-9,-40,-26,-40v-18,0,-26,13,-26,39xm202,-231r23,0r-157,247r-23,0xm329,16v-32,0,-50,-26,-50,-62v0,-36,16,-66,50,-65v33,0,50,28,50,65v0,36,-18,62,-50,62xm302,-49v0,28,9,42,27,42v17,0,26,-13,26,-40v0,-27,-9,-41,-26,-41v-18,0,-27,13,-27,39xm205,16v-32,0,-50,-27,-50,-62v0,-36,16,-65,51,-65v33,1,50,29,50,65v0,35,-18,62,-51,62xm179,-46v-1,21,8,39,26,39v17,0,27,-13,27,-40v0,-27,-10,-41,-27,-41v-17,0,-26,14,-26,42","w":416},"\u00c2":{"d":"107,-233r106,233r-32,0r-26,-57r-96,0r-25,57r-32,0xm107,-162r-36,79r72,0xm109,-277r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":217},"\u00ca":{"d":"21,-224r124,0r0,31r-94,0r0,56r94,0r0,30r-94,0r0,77r94,0r0,30r-124,0r0,-224xm79,-277r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":157},"\u00c1":{"d":"107,-233r106,233r-32,0r-26,-57r-96,0r-25,57r-32,0xm107,-162r-36,79r72,0xm88,-247r24,-49r41,0r-39,49r-26,0","w":217},"\u00cb":{"d":"21,-224r124,0r0,31r-94,0r0,56r94,0r0,30r-94,0r0,77r94,0r0,30r-124,0r0,-224xm43,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm114,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":157},"\u00c8":{"d":"21,-224r124,0r0,31r-94,0r0,56r94,0r0,30r-94,0r0,77r94,0r0,30r-124,0r0,-224xm101,-247r-26,0r-41,-49r43,0","w":157},"\u00cd":{"d":"23,-224r30,0r0,224r-30,0r0,-224xm18,-247r24,-49r41,0r-39,49r-26,0","w":78},"\u00ce":{"d":"23,-224r30,0r0,224r-30,0r0,-224xm39,-277r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":78},"\u00cf":{"d":"23,-224r30,0r0,224r-30,0r0,-224xm3,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,19,9,19,18v0,9,-10,19,-19,19xm74,-249v-9,0,-19,-9,-18,-19v-1,-9,9,-19,18,-18v10,-1,20,8,19,18v1,10,-10,19,-19,19","w":78},"\u00cc":{"d":"23,-224r30,0r0,224r-30,0r0,-224xm61,-247r-26,0r-41,-49r43,0","w":78},"\u00d3":{"d":"137,8v-65,0,-123,-56,-123,-121v0,-64,59,-118,125,-118v64,0,122,55,122,118v0,67,-57,121,-124,121xm140,-24v46,0,89,-41,89,-88v0,-49,-44,-88,-93,-88v-47,0,-90,41,-90,88v0,49,44,88,94,88xm118,-247r24,-49r41,0r-39,49r-26,0","w":277},"\u00d4":{"d":"137,8v-65,0,-123,-56,-123,-121v0,-64,59,-118,125,-118v64,0,122,55,122,118v0,67,-57,121,-124,121xm140,-24v46,0,89,-41,89,-88v0,-49,-44,-88,-93,-88v-47,0,-90,41,-90,88v0,49,44,88,94,88xm139,-277r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":277},"\u00d2":{"d":"137,8v-65,0,-123,-56,-123,-121v0,-64,59,-118,125,-118v64,0,122,55,122,118v0,67,-57,121,-124,121xm140,-24v46,0,89,-41,89,-88v0,-49,-44,-88,-93,-88v-47,0,-90,41,-90,88v0,49,44,88,94,88xm161,-247r-26,0r-41,-49r43,0","w":277},"\u00da":{"d":"110,8v-57,0,-89,-39,-88,-99r0,-133r31,0v7,79,-28,201,56,202v87,2,49,-124,57,-202r30,0r0,141v2,54,-34,91,-86,91xm88,-247r24,-49r41,0r-39,49r-26,0","w":217},"\u00db":{"d":"110,8v-57,0,-89,-39,-88,-99r0,-133r31,0v7,79,-28,201,56,202v87,2,49,-124,57,-202r30,0r0,141v2,54,-34,91,-86,91xm109,-277r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":217},"\u00d9":{"d":"110,8v-57,0,-89,-39,-88,-99r0,-133r31,0v7,79,-28,201,56,202v87,2,49,-124,57,-202r30,0r0,141v2,54,-34,91,-86,91xm131,-247r-26,0r-41,-49r43,0","w":217},"\u0131":{"d":"23,-145r31,0r0,145r-31,0r0,-145","w":78},"\u02c6":{"d":"60,-202r-20,30r-36,0r39,-49r33,0r39,49r-35,0","w":119},"\u02dc":{"d":"37,-216v16,0,56,34,59,0r23,0v0,23,-13,38,-34,40v-19,2,-57,-38,-61,0v-7,-1,-20,3,-23,-2v-1,-21,16,-38,36,-38","w":119},"\u02c9":{"d":"5,-178r0,-25r110,0r0,25r-110,0","w":119},"\u02d8":{"d":"112,-219v-3,29,-21,46,-52,46v-31,0,-48,-16,-52,-46r22,0v2,32,58,32,60,0r22,0","w":119},"\u02d9":{"d":"60,-171v-9,0,-19,-10,-19,-19v0,-9,9,-19,19,-18v9,-1,19,9,18,18v1,10,-9,19,-18,19","w":119},"\u02da":{"d":"92,-196v0,18,-14,33,-32,32v-18,0,-32,-16,-32,-33v0,-16,15,-31,32,-31v18,0,32,14,32,32xm79,-196v1,-10,-9,-20,-19,-19v-9,-1,-19,9,-18,18v-1,10,9,21,18,20v9,0,20,-9,19,-19","w":119},"\u00b8":{"d":"95,41v0,31,-41,37,-76,31r2,-20v19,1,48,-1,45,-13v1,-9,-11,-13,-28,-12r9,-31r23,0r-5,19v16,2,30,11,30,26","w":119},"\u02dd":{"d":"10,-172r22,-49r41,0r-37,49r-26,0xm71,-172r23,-49r40,0r-36,49r-27,0","w":119},"\u02db":{"d":"109,64v-32,20,-77,13,-77,-28v0,-10,3,-23,8,-40r21,0v-13,24,-7,54,19,56v9,0,18,-3,29,-9r0,21","w":119},"\u02c7":{"d":"63,-191r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":119},"\u0141":{"d":"31,-224r29,0r0,80r31,-35r0,36r-31,34r0,79r74,0r0,30r-103,0r0,-74r-21,24r0,-35r21,-24r0,-115","w":138},"\u0142":{"d":"28,-229r30,0r0,88r20,-17r0,30r-20,17r0,111r-30,0r0,-86r-20,16r0,-29r20,-17r0,-113","w":78},"\u0160":{"d":"25,-173v-1,-65,105,-75,135,-26r-25,20v-13,-28,-74,-29,-78,6v9,39,76,38,93,70v38,40,2,114,-54,111v-44,-3,-69,-25,-83,-62r31,-9v11,25,28,38,51,38v21,1,41,-15,39,-35v-7,-61,-109,-43,-109,-113xm93,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0"},"\u0161":{"d":"14,-107v5,-45,63,-56,94,-21r-20,18v-10,-11,-45,-19,-47,2v10,24,72,27,69,67v-4,48,-79,62,-101,17r24,-12v13,17,46,16,50,-5v-6,-28,-73,-26,-69,-66xm63,-191r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":119},"\u017d":{"d":"17,-224r151,0r-107,194r105,0r0,30r-154,0r106,-193r-101,0r0,-31xm93,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0"},"\u017e":{"d":"9,-145r137,0r-87,118r86,0r0,27r-138,0r88,-118r-86,0r0,-27xm82,-191r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":157},"\u00a6":{"d":"83,-250r24,0r0,127r-24,0r0,-127xm83,-78r24,0r0,127r-24,0r0,-127","w":189},"\u00d0":{"d":"208,-112v0,65,-53,115,-125,112r-55,0r0,-98r-23,0r0,-27r23,0r0,-99r54,0v76,-3,126,48,126,112xm176,-111v0,-60,-50,-90,-119,-83r0,69r57,0r0,27r-57,0r0,68v68,5,119,-22,119,-81","w":217},"\u00f0":{"d":"17,-73v0,-56,75,-98,116,-62v-5,-21,-17,-39,-37,-54r-50,24r-10,-20r37,-19r-23,-9r14,-21v11,3,23,9,36,17r33,-16r10,20r-22,11v70,48,73,202,-27,206v-41,2,-77,-36,-77,-77xm93,-27v26,0,48,-21,48,-47v0,-24,-23,-45,-47,-45v-25,0,-47,22,-47,47v0,23,23,45,46,45"},"\u00dd":{"d":"10,-224r34,0r55,90r54,-90r34,0r-73,121r0,103r-31,0r0,-102xm79,-247r24,-49r41,0r-39,49r-26,0","w":198},"\u00fd":{"d":"11,-145r35,0r52,79r37,-79r31,0r-98,213r-32,0r48,-104xm69,-172r24,-49r41,0r-39,49r-26,0"},"\u00de":{"d":"163,-114v0,46,-47,72,-99,68r0,46r-30,0r0,-224r30,0r0,46v53,-3,99,19,99,64xm131,-113v0,-31,-31,-40,-67,-38r0,78v42,0,67,-7,67,-40"},"\u00fe":{"d":"114,3v-26,1,-47,-14,-56,-32r0,97r-30,0r0,-296r30,0r0,113v7,-18,31,-34,55,-34v38,-1,69,36,69,76v0,39,-31,76,-68,76xm102,-24v25,0,48,-24,48,-49v0,-25,-23,-48,-48,-48v-25,0,-49,21,-49,48v0,26,24,49,49,49","w":198},"\u00d7":{"d":"32,-188r17,-16r71,71r72,-71r16,16r-71,72r71,71r-16,16r-72,-71r-71,71r-16,-16r71,-71","w":240},"\u00b9":{"d":"39,-230r42,0r0,144r-22,0r0,-122r-28,0","w":138},"\u00b2":{"d":"69,-233v45,0,69,51,38,82r-42,43r55,0r0,22r-106,0r74,-76v20,-18,12,-51,-19,-49v-20,1,-26,5,-29,22r-22,0v2,-30,19,-44,51,-44","w":138},"\u00b3":{"d":"67,-234v47,0,67,56,26,71v45,14,26,85,-25,80v-28,-3,-48,-14,-50,-40r23,0v1,13,11,20,28,20v14,-1,27,-8,27,-23v0,-17,-10,-27,-32,-27r0,-20v35,4,38,-43,5,-41v-14,0,-22,6,-24,17v-7,-1,-18,2,-24,-1v-1,-22,22,-36,46,-36","w":138},"\u00bd":{"d":"33,-230r42,0r0,144r-22,0r0,-122r-28,0xm215,-231r23,0r-157,247r-23,0xm249,-136v45,0,69,51,38,82r-42,43r55,0r0,22r-106,0r74,-76v20,-18,12,-51,-19,-49v-20,1,-26,5,-29,22r-22,0v2,-30,19,-44,51,-44","w":326},"\u00bc":{"d":"287,-137r0,102r13,0r0,20r-13,0r0,26r-20,0r0,-26r-82,0xm266,-84r-41,49r41,0r0,-49xm34,-230r42,0r0,144r-22,0r0,-122r-28,0xm224,-231r23,0r-157,247r-23,0","w":326},"\u00be":{"d":"293,-137r0,102r14,0r0,20r-14,0r0,26r-20,0r0,-26r-82,0xm273,-84r-41,49r41,0r0,-49xm69,-234v47,0,67,56,26,71v45,14,26,85,-25,80v-28,-3,-48,-14,-50,-40r23,0v1,13,11,20,28,20v14,-1,27,-8,27,-23v0,-17,-10,-27,-32,-27r0,-20v35,4,38,-43,5,-41v-14,0,-22,6,-24,17v-7,-1,-18,2,-24,-1v-1,-22,22,-36,46,-36xm239,-231r23,0r-157,247r-23,0","w":326},"\u00ad":{"d":"19,-88r82,0r0,30r-82,0r0,-30","w":119},"\u00af":{"d":"-2,-250r0,-19r184,0r0,19r-184,0"},"\u0102":{"d":"107,-233r106,233r-32,0r-26,-57r-96,0r-25,57r-32,0xm107,-162r-36,79r72,0xm158,-292v-3,29,-21,46,-52,46v-31,0,-48,-16,-52,-46r22,0v2,32,58,32,60,0r22,0","w":217},"\u0103":{"d":"86,-149v26,0,47,16,57,34r0,-30r30,0r0,145r-30,0r0,-29v-37,64,-125,25,-125,-44v0,-38,32,-77,68,-76xm98,-24v26,0,49,-24,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47v0,26,22,49,48,49xm152,-219v-3,29,-21,46,-52,46v-31,0,-48,-16,-52,-46r22,0v2,32,58,32,60,0r22,0","w":198},"\u0104":{"d":"202,0v-11,22,-5,51,20,52v9,0,19,-3,30,-9r0,21v-32,20,-78,12,-78,-28v0,-9,3,-21,7,-36r-26,-57r-96,0r-25,57r-32,0r105,-233r106,233r-11,0xm143,-83r-36,-79r-36,79r72,0","w":217},"\u0105":{"d":"164,0v-21,36,16,69,49,43r0,21v-47,32,-97,-10,-70,-64r0,-29v-36,63,-125,26,-125,-44v0,-38,30,-77,68,-76v26,0,47,16,57,34r0,-30r30,0r0,145r-9,0xm50,-73v0,26,22,49,48,49v26,0,49,-22,49,-48v0,-26,-23,-48,-49,-48v-24,0,-48,22,-48,47","w":198},"\u0106":{"d":"13,-113v0,-90,103,-148,191,-103r0,34v-69,-43,-158,-5,-159,70v0,74,95,113,159,68r0,35v-83,49,-191,-14,-191,-104xm114,-247r24,-49r41,0r-39,49r-26,0","w":217},"\u0107":{"d":"38,-75v0,46,54,64,91,31r0,35v-53,35,-120,-5,-120,-62v0,-59,64,-98,120,-68r0,35v-34,-28,-91,-14,-91,29xm62,-172r24,-49r41,0r-39,49r-26,0","w":138},"\u010c":{"d":"13,-113v0,-90,103,-148,191,-103r0,34v-69,-43,-158,-5,-159,70v0,74,95,113,159,68r0,35v-83,49,-191,-14,-191,-104xm135,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":217},"\u010d":{"d":"38,-75v0,46,54,64,91,31r0,35v-53,35,-120,-5,-120,-62v0,-59,64,-98,120,-68r0,35v-34,-28,-91,-14,-91,29xm84,-191r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":138},"\u010e":{"d":"205,-112v0,64,-54,116,-127,112r-54,0r0,-224r54,0v77,-4,127,46,127,112xm174,-112v0,-61,-47,-88,-120,-82r0,164v75,3,120,-18,120,-82xm103,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":217},"\u010f":{"d":"230,-228v0,33,2,53,-18,71r-11,-11v9,-9,13,-19,13,-29r-15,0r0,-31r31,0xm86,-149v26,0,46,16,56,34r0,-113r30,0r0,228r-30,0r0,-30v-34,65,-125,27,-125,-43v0,-40,31,-77,69,-76xm97,-24v27,0,48,-23,48,-49v1,-25,-22,-48,-48,-48v-27,0,-48,22,-48,48v0,25,24,49,48,49","w":244},"\u0110":{"d":"205,-112v0,64,-54,116,-127,112r-54,0r0,-107r-37,0r0,-26r37,0r0,-91r54,0v77,-4,127,46,127,112xm174,-112v0,-61,-47,-88,-120,-82r0,61r43,0r0,26r-43,0v2,24,-4,57,2,77v70,3,118,-20,118,-82","w":217},"\u0111":{"d":"86,-149v26,1,46,15,56,34r0,-63r-47,0r0,-25r47,0r0,-25r30,0r0,25r32,0r0,25r-32,0r0,178r-30,0r0,-30v-35,65,-125,27,-125,-43v0,-39,31,-77,69,-76xm49,-73v0,25,24,49,48,49v27,0,48,-23,48,-49v1,-25,-22,-48,-48,-48v-27,0,-48,22,-48,48","w":198},"\u0118":{"d":"94,0v-19,38,17,68,50,43r0,21v-32,20,-78,13,-77,-28v0,-9,2,-21,6,-36r-52,0r0,-224r124,0r0,31r-94,0r0,56r94,0r0,30r-94,0r0,77r94,0r0,30r-51,0","w":157},"\u0119":{"d":"97,4v-19,35,20,63,51,39r0,21v-46,29,-97,-6,-72,-61v-35,-5,-62,-36,-62,-76v0,-65,87,-103,130,-53v14,16,21,35,21,59r-124,0v3,45,68,58,94,22r22,17v-15,20,-35,30,-60,32xm133,-91v-17,-41,-72,-39,-88,0r88,0"},"\u011a":{"d":"21,-224r124,0r0,31r-94,0r0,56r94,0r0,30r-94,0r0,77r94,0r0,30r-124,0r0,-224xm87,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":157},"\u011b":{"d":"14,-73v0,-64,85,-102,129,-53v14,16,22,35,22,59r-124,0v5,45,68,58,94,22r22,17v-40,59,-143,30,-143,-45xm45,-91r88,0v-17,-41,-72,-39,-88,0xm90,-191r19,-30r36,0r-39,49r-34,0r-38,-49r36,0"},"\u0139":{"d":"28,-224r30,0r0,194r73,0r0,30r-103,0r0,-224xm53,-247r24,-49r41,0r-39,49r-26,0","w":138},"\u013a":{"d":"25,-228r30,0r0,228r-30,0r0,-228xm19,-251r24,-49r41,0r-39,49r-26,0","w":78},"\u013d":{"d":"28,-224r30,0r0,194r73,0r0,30r-103,0r0,-224xm81,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":138},"\u013e":{"d":"111,-228v1,33,2,53,-19,71r-11,-11v9,-9,14,-19,14,-29r-16,0r0,-31r32,0xm25,-228r30,0r0,228r-30,0r0,-228","w":124},"\u0143":{"d":"22,-233r165,170r0,-161r31,0r0,234r-166,-169r0,159r-30,0r0,-233xm94,-247r24,-49r41,0r-39,49r-26,0","w":240},"\u0144":{"d":"82,-123v-48,0,-36,72,-37,123r-30,0r0,-145r30,0r0,24v16,-15,23,-26,47,-28v25,-1,48,20,48,44r0,105r-30,0v-6,-45,19,-123,-28,-123xm58,-172r24,-49r41,0r-39,49r-26,0","w":157},"\u0147":{"d":"22,-233r165,170r0,-161r31,0r0,234r-166,-169r0,159r-30,0r0,-233xm119,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":240},"\u0148":{"d":"82,-123v-48,0,-36,72,-37,123r-30,0r0,-145r30,0r0,24v16,-15,23,-26,47,-28v25,-1,48,20,48,44r0,105r-30,0v-6,-45,19,-123,-28,-123xm81,-191r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":157},"\u0150":{"d":"137,8v-65,0,-123,-56,-123,-121v0,-64,59,-118,125,-118v64,0,122,55,122,118v0,67,-57,121,-124,121xm140,-24v46,0,89,-41,89,-88v0,-49,-44,-88,-93,-88v-47,0,-90,41,-90,88v0,49,44,88,94,88xm91,-247r22,-49r41,0r-37,49r-26,0xm152,-247r23,-49r40,0r-36,49r-27,0","w":277},"\u0151":{"d":"92,4v-41,0,-80,-36,-80,-77v0,-39,40,-76,78,-76v39,0,78,37,78,76v0,38,-37,77,-76,77xm91,-26v25,0,47,-23,47,-47v0,-24,-22,-47,-47,-46v-25,0,-49,22,-49,47v0,24,25,46,49,46xm44,-172r22,-49r41,0r-37,49r-26,0xm105,-172r23,-49r40,0r-36,49r-27,0"},"\u0154":{"d":"158,-160v0,37,-25,56,-60,64r65,96r-35,0r-62,-92r-7,0r0,92r-31,0r0,-224v66,-5,130,5,130,64xm59,-197r0,78v71,10,88,-57,38,-75v-9,-3,-21,-3,-38,-3xm65,-247r24,-49r41,0r-39,49r-26,0"},"\u0155":{"d":"103,-116v-59,-15,-48,61,-48,116r-31,0r0,-145r30,0r0,30v12,-23,26,-39,58,-32xm46,-172r24,-49r41,0r-39,49r-26,0","w":119},"\u0158":{"d":"158,-160v0,37,-25,56,-60,64r65,96r-35,0r-62,-92r-7,0r0,92r-31,0r0,-224v66,-5,130,5,130,64xm59,-197r0,78v71,10,88,-57,38,-75v-9,-3,-21,-3,-38,-3xm87,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0"},"\u0159":{"d":"103,-116v-59,-15,-48,61,-48,116r-31,0r0,-145r30,0r0,30v12,-23,26,-39,58,-32xm68,-191r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":119},"\u015a":{"d":"25,-173v-1,-65,105,-75,135,-26r-25,20v-13,-28,-74,-29,-78,6v9,39,76,38,93,70v38,40,2,114,-54,111v-44,-3,-69,-25,-83,-62r31,-9v11,25,28,38,51,38v21,1,41,-15,39,-35v-7,-61,-109,-43,-109,-113xm75,-247r24,-49r41,0r-39,49r-26,0"},"\u015b":{"d":"14,-107v5,-45,63,-56,94,-21r-20,18v-10,-11,-45,-19,-47,2v10,24,72,27,69,67v-4,48,-79,62,-101,17r24,-12v13,17,46,16,50,-5v-6,-28,-73,-26,-69,-66xm43,-172r24,-49r41,0r-39,49r-26,0","w":119},"\u015e":{"d":"110,29v0,33,2,53,-18,71r-11,-11v9,-9,13,-19,13,-29r-15,0r0,-31r31,0xm25,-173v-1,-65,105,-75,135,-26r-25,20v-13,-28,-74,-29,-78,6v9,39,76,38,93,70v38,40,2,114,-54,111v-44,-3,-69,-25,-83,-62r31,-9v11,25,28,38,51,38v21,1,41,-15,39,-35v-7,-61,-109,-43,-109,-113"},"\u015f":{"d":"75,29v1,33,2,53,-19,71r-11,-11v9,-9,14,-19,14,-29r-16,0r0,-31r32,0xm14,-107v5,-45,63,-56,94,-21r-20,18v-10,-11,-45,-19,-47,2v10,24,72,27,69,67v-4,48,-79,62,-101,17r24,-12v13,17,46,16,50,-5v-6,-28,-73,-26,-69,-66","w":119},"\u0162":{"d":"95,29v1,33,2,53,-19,71r-11,-11v9,-9,14,-19,14,-29r-16,0r0,-31r32,0xm10,-224r137,0r0,31r-54,0r0,193r-30,0r0,-193r-53,0r0,-31","w":157},"\u0163":{"d":"61,29v1,33,2,53,-19,71r-11,-11v9,-9,14,-19,14,-29r-16,0r0,-31r32,0xm30,-187r31,0r0,42r30,0r0,28r-30,0r0,117r-31,0r0,-117r-24,0r0,-28r24,0r0,-42","w":97},"\u0164":{"d":"10,-224r137,0r0,31r-54,0r0,193r-30,0r0,-193r-53,0r0,-31xm80,-266r19,-30r36,0r-39,49r-34,0r-38,-49r36,0","w":157},"\u0165":{"d":"129,-228v0,33,2,53,-18,71r-12,-11v9,-9,14,-19,14,-29r-15,0r0,-31r31,0xm30,-187r31,0r0,42r30,0r0,28r-30,0r0,117r-31,0r0,-117r-24,0r0,-28r24,0r0,-42","w":143},"\u016e":{"d":"110,8v-57,0,-89,-39,-88,-99r0,-133r31,0v7,79,-28,201,56,202v87,2,49,-124,57,-202r30,0r0,141v2,54,-34,91,-86,91xm141,-271v0,18,-14,33,-32,32v-18,0,-32,-16,-32,-33v0,-16,15,-31,32,-31v18,0,32,14,32,32xm128,-271v1,-10,-9,-20,-19,-19v-9,-1,-19,9,-18,18v-1,10,9,21,18,20v9,0,20,-9,19,-19","w":217},"\u016f":{"d":"78,4v-36,0,-63,-27,-63,-63r0,-86r31,0v4,46,-17,122,33,120v47,-2,28,-74,32,-120r30,0r0,87v1,35,-28,63,-63,62xm111,-196v0,18,-14,33,-32,32v-18,0,-32,-16,-32,-33v0,-16,15,-31,32,-31v18,0,32,14,32,32xm98,-196v1,-10,-9,-20,-19,-19v-9,-1,-19,9,-18,18v-1,10,9,21,18,20v9,0,20,-9,19,-19","w":157},"\u0170":{"d":"110,8v-57,0,-89,-39,-88,-99r0,-133r31,0v7,79,-28,201,56,202v87,2,49,-124,57,-202r30,0r0,141v2,54,-34,91,-86,91xm58,-247r22,-49r41,0r-37,49r-26,0xm119,-247r23,-49r40,0r-36,49r-27,0","w":217},"\u0171":{"d":"78,4v-36,0,-63,-27,-63,-63r0,-86r31,0v4,46,-17,122,33,120v47,-2,28,-74,32,-120r30,0r0,87v1,35,-28,63,-63,62xm30,-172r22,-49r41,0r-37,49r-26,0xm91,-172r23,-49r40,0r-36,49r-27,0","w":157},"\u0179":{"d":"17,-224r151,0r-107,194r105,0r0,30r-154,0r106,-193r-101,0r0,-31xm71,-247r24,-49r41,0r-39,49r-26,0"},"\u017a":{"d":"9,-145r137,0r-87,118r86,0r0,27r-138,0r88,-118r-86,0r0,-27xm57,-172r24,-49r41,0r-39,49r-26,0","w":157},"\u017b":{"d":"17,-224r151,0r-107,194r105,0r0,30r-154,0r106,-193r-101,0r0,-31xm90,-249v-9,0,-19,-10,-19,-19v0,-9,9,-19,19,-18v9,-1,19,9,18,18v1,10,-9,19,-18,19"},"\u017c":{"d":"9,-145r137,0r-87,118r86,0r0,27r-138,0r88,-118r-86,0r0,-27xm76,-171v-9,0,-19,-10,-19,-19v0,-9,9,-19,19,-18v9,-1,19,9,18,18v1,10,-9,19,-18,19","w":157},"\u00a4":{"d":"168,-53v-23,21,-75,22,-96,0r-22,22r-16,-15r23,-23v-20,-23,-22,-73,0,-95r-23,-23r16,-15r22,22v22,-21,74,-21,96,0r22,-22r15,15r-22,23v22,21,23,74,0,95r22,23r-15,15xm177,-116v0,-31,-25,-57,-56,-57v-32,0,-59,26,-58,57v0,31,26,57,57,57v31,0,57,-26,57,-57","w":240}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright The Monotype Corporation 1991-1997. All rights
 * reserved. Twentieth Century is a trademark of The Monotype Corporation which may
 * be registered in certain jurisdictions.
 * 
 * Trademark:
 * Twentieth Century is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Description:
 * 20th Century was designed and drawn by Sol Hess in the Lanston Monotype drawing
 * office between 1936 and 1947. The first weights were added to the Monotype
 * typeface library in 1959. This is a face based on geometric shapes which
 * originated in Germany in the early 1920's and became an integral part of the
 * Bauhaus movement of that time. Form and function became the key words,
 * unnecessary decoration was scorned. This clean cut, sans serif with geometric
 * shapes was most appropriate. The lighter weights can be used for text setting,
 * the bold and condensed fonts are suitable for display in headlines and
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Sol Hess
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":191,"face":{"font-family":"tcm","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 2 2 1 4 2 6 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-75 -330 438 84","underline-thickness":"21.0938","underline-position":"-16.1719","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":95},"!":{"d":"12,-231r50,0r0,152r-50,0r0,-152xm37,3v-16,0,-28,-12,-28,-28v0,-15,12,-29,28,-29v15,0,28,14,28,29v0,15,-13,28,-28,28","w":74},"\"":{"d":"28,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0xm108,-166v-7,-27,-12,-56,-10,-92r54,0v2,35,-2,64,-8,92r-36,0","w":170},"#":{"d":"14,-179r54,0r15,-67r33,0r-15,67r62,0r15,-67r33,0r-14,67r29,0r0,34r-36,0r-11,53r47,0r0,33r-53,0r-15,67r-33,0r15,-67r-63,0r-14,67r-33,0r14,-67r-30,0r0,-33r36,0r12,-53r-48,0r0,-34xm95,-145r-11,53r62,0r11,-53r-62,0","w":240},"$":{"d":"20,-165v0,-33,28,-67,63,-69r0,-29r26,0r0,30v18,1,39,10,62,27r-25,33v-15,-11,-28,-17,-37,-19r0,58v37,10,66,30,66,70v0,39,-28,62,-65,68r0,53r-26,0r0,-55v-34,-3,-46,-10,-67,-27r23,-33v17,11,31,18,43,20r0,-55v-40,-18,-63,-28,-63,-72xm83,-194v-23,6,-24,42,0,51r0,-51xm110,-85r0,49v29,-3,24,-41,0,-49"},"%":{"d":"232,-252r28,0r-143,279r-28,0xm90,-95v-39,0,-62,-36,-62,-78v-1,-44,22,-79,61,-79v38,0,60,35,60,78v0,42,-20,79,-59,79xm89,-227v-25,3,-26,22,-27,55v0,34,9,51,27,51v18,0,27,-16,27,-50v0,-35,-4,-52,-27,-56xm260,27v-36,-1,-59,-36,-59,-75v0,-43,20,-82,60,-82v39,0,60,38,60,79v0,40,-23,79,-61,78xm234,-51v0,30,3,52,27,52v17,0,26,-17,26,-51v-1,-30,-2,-54,-25,-54v-19,0,-28,17,-28,53","w":344},"&":{"d":"162,-169v0,24,-28,45,-40,56r31,36r25,-24r24,28v-1,-1,-23,26,-25,24r42,49r-56,0r-19,-22v-29,15,-34,26,-64,26v-34,0,-64,-21,-63,-58v0,-25,16,-46,49,-63v-40,-40,-20,-105,36,-106v32,0,60,23,60,54xm104,-190v-25,6,-22,30,-4,50v15,-11,22,-21,22,-31v0,-12,-6,-19,-18,-19xm68,-56v5,25,30,23,51,5r-31,-37v-13,11,-20,22,-20,32","w":227},"'":{"d":"25,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0","w":85},"(":{"d":"72,58v-66,-67,-68,-228,0,-296r26,21v-55,66,-57,190,0,253","w":112},")":{"d":"39,-238v65,71,69,220,1,296r-27,-22v56,-71,56,-182,0,-253","w":112},"*":{"d":"67,-175v18,-9,-26,-59,9,-60v8,-1,16,7,15,15v-1,23,-19,37,-6,45v9,-2,25,-30,41,-32v8,-1,16,7,15,15v-1,21,-38,16,-51,26r0,5v11,9,51,4,50,25v-14,38,-40,-9,-54,-19r-5,3v-2,8,24,62,-5,59v-29,-3,-4,-39,-4,-59v-16,-8,-24,35,-45,31v-25,-4,-12,-31,6,-33v11,-4,29,0,30,-13v-12,-8,-51,-5,-50,-26v14,-35,39,8,54,18","w":153},"+":{"d":"22,-138r79,0r0,-79r38,0r0,79r79,0r0,38r-79,0r0,79r-38,0r0,-79r-79,0r0,-38","w":240},",":{"d":"33,-53r45,0r-37,97r-26,0","w":93,"k":{"\u2019":18,"\u201d":25}},"-":{"d":"5,-98r102,0r0,45r-102,0r0,-45","w":112},".":{"d":"46,3v-15,0,-28,-14,-28,-28v0,-14,13,-28,28,-28v15,0,29,14,29,28v0,15,-14,28,-29,28","w":93,"k":{"\u2019":29,"\u201d":18}},"\/":{"d":"100,-248r26,0r-89,314r-27,0","w":131},"0":{"d":"7,-110v0,-64,30,-118,89,-117v58,0,87,50,87,112v0,69,-32,115,-87,117v-57,2,-89,-51,-89,-112xm95,-41v56,-1,56,-141,1,-143v-58,1,-56,141,-1,143"},"1":{"d":"47,-224r73,0r0,224r-50,0r0,-183r-32,0"},"2":{"d":"99,-229v73,0,96,78,51,133v-14,17,-24,38,-40,54r64,0r0,42r-156,0r76,-97v16,-22,29,-34,31,-61v1,-17,-13,-30,-30,-30v-24,1,-26,18,-29,44r-50,0v-1,-51,34,-85,83,-85"},"3":{"d":"79,-135v44,9,55,-55,14,-57v-17,0,-27,11,-30,32r-45,0v-4,-87,146,-88,147,-7v0,18,-9,34,-27,49v60,28,29,127,-43,121v-44,-4,-74,-28,-79,-69r47,0v5,42,58,41,59,3v1,-24,-17,-37,-43,-34r0,-38"},"4":{"d":"108,-224r45,0r0,129r22,0r0,41r-22,0r0,54r-49,0r0,-54r-100,0r0,-41xm104,-168v-21,23,-38,49,-58,73r58,0r0,-73"},"5":{"d":"121,-80v-1,-40,-49,-47,-83,-28r11,-117r111,0r0,41r-68,0r-2,27v48,-2,79,33,80,75v2,70,-97,112,-150,64r5,-51v24,16,44,25,58,25v18,0,39,-17,38,-36"},"6":{"d":"92,3v-65,0,-100,-70,-70,-131v18,-38,40,-64,62,-96r59,0r-55,75v51,-12,90,26,91,71v1,47,-40,81,-87,81xm95,-42v17,0,34,-18,33,-36v0,-19,-15,-36,-33,-36v-19,0,-37,17,-37,36v0,20,17,37,37,36"},"7":{"d":"9,-224r178,0r-143,231r-40,-25r102,-166r-97,0r0,-40"},"8":{"d":"95,-228v66,-7,95,76,43,110v61,33,30,121,-42,121v-73,0,-104,-88,-43,-121v-49,-30,-24,-117,42,-110xm96,-140v11,1,24,-12,24,-22v1,-13,-11,-25,-24,-25v-14,0,-24,10,-24,23v0,13,10,25,24,24xm95,-40v15,0,28,-14,28,-29v0,-15,-14,-29,-28,-29v-37,0,-33,58,0,58"},"9":{"d":"98,-228v69,0,100,75,67,135v-22,40,-37,59,-60,93r-59,0r56,-76v-55,12,-90,-25,-91,-73v-1,-45,41,-79,87,-79xm96,-112v19,0,35,-17,35,-35v0,-20,-16,-35,-36,-35v-18,0,-33,17,-33,35v0,19,16,35,34,35"},":":{"d":"46,-90v-15,0,-28,-11,-28,-27v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,16,-14,27,-28,27xm46,2v-15,0,-27,-12,-27,-27v0,-15,11,-28,27,-28v15,0,29,14,29,28v0,15,-14,27,-29,27","w":93},";":{"d":"50,-90v-15,0,-28,-14,-28,-28v0,-14,14,-28,28,-28v14,0,28,13,28,28v0,15,-13,28,-28,28xm28,-53r45,0r-37,98r-26,0","w":93},"<":{"d":"218,-20r-196,-82r0,-34r196,-81r0,40r-144,58r144,58r0,41","w":240},"=":{"d":"22,-180r196,0r0,38r-196,0r0,-38xm22,-96r196,0r0,38r-196,0r0,-38","w":240},">":{"d":"22,-217r196,81r0,34r-196,82r0,-41r144,-58r-144,-58r0,-40","w":240},"?":{"d":"163,-161v0,34,-22,64,-53,71r0,12r-49,0r0,-48v30,2,52,-9,53,-34v0,-15,-15,-29,-30,-29v-15,0,-28,14,-26,31v-16,-2,-38,4,-50,-2v-1,-39,39,-74,80,-74v38,0,77,33,75,73xm86,3v-16,1,-28,-13,-28,-28v0,-16,12,-28,28,-28v16,0,27,12,27,28v0,16,-11,28,-27,28","w":172},"@":{"d":"42,-82v-2,81,64,126,149,126v56,0,96,-16,121,-47r37,0v-25,51,-81,78,-155,79v-108,1,-186,-56,-184,-161v2,-106,71,-177,180,-177v84,0,150,54,150,135v0,64,-54,128,-116,127v-19,0,-29,-7,-32,-20v-43,44,-116,9,-116,-55v0,-71,85,-158,142,-92r4,-19r46,0r-29,142v0,6,2,8,7,8v34,-7,62,-49,62,-92v1,-63,-52,-102,-119,-102v-92,0,-145,62,-147,148xm175,-159v-35,0,-53,44,-53,86v0,24,11,40,31,41v35,2,55,-52,55,-86v0,-24,-12,-41,-33,-41","w":351},"A":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0","w":247,"k":{"\u2019":47,"\u201d":54,"y":14,"w":11,"v":14,"u":7,"Y":40,"W":18,"V":32,"U":14,"T":22,"Q":11,"O":14,"G":7,"C":18}},"B":{"d":"183,-67v1,73,-84,69,-160,67r0,-231v68,-2,140,-6,140,59v0,24,-10,33,-24,46v27,9,43,29,44,59xm114,-169v0,-17,-21,-25,-42,-23r0,50v23,2,42,-7,42,-27xm131,-69v0,-30,-26,-35,-59,-33r0,63v31,2,59,-4,59,-30","w":190,"k":{"\u00c5":7,"\u00c4":7,"A":7}},"C":{"d":"17,-114v-1,-89,93,-151,179,-104r0,56v-55,-41,-129,-25,-128,49v0,69,74,86,128,47r0,56v-93,40,-178,-14,-179,-104","w":209},"D":{"d":"213,-115v0,69,-47,115,-116,115r-75,0r0,-231r79,0v67,0,112,48,112,116xm162,-117v0,-52,-35,-75,-90,-70r0,142v57,4,90,-16,90,-72","w":228,"k":{"\u00c5":25,"\u00c4":25,"Y":14,"V":7,"A":25,".":18,",":18}},"E":{"d":"24,-231r130,0r0,46r-81,0r0,46r81,0r0,45r-81,0r0,48r81,0r0,46r-130,0r0,-231","w":172},"F":{"d":"24,-231r130,0r0,45r-81,0r0,47r81,0r0,45r-81,0r0,94r-49,0r0,-231","w":172,"k":{"\u00f6":11,"\u00c5":25,"\u00c4":25,"o":11,"A":25,".":36,",":40}},"G":{"d":"11,-117v0,-62,53,-117,115,-117v41,0,72,17,94,53r-33,31v-12,-20,-30,-34,-58,-35v-36,-1,-67,33,-67,69v0,65,96,102,120,34r-55,0r0,-45r107,0v7,79,-40,128,-110,130v-64,2,-113,-55,-113,-120","w":247,"k":{".":11,",":14}},"H":{"d":"23,-231r50,0r0,89r82,0r0,-89r49,0r0,231r-49,0r0,-92r-82,0r0,92r-50,0r0,-231","w":228},"I":{"d":"21,-231r49,0r0,231r-49,0r0,-231","w":93},"J":{"d":"63,-45v13,0,18,-12,18,-25r0,-161r49,0v-8,91,32,234,-63,234v-33,0,-52,-20,-62,-49r36,-27v3,8,10,28,22,28","w":153,"k":{"\u00f6":4,"\u00c5":7,"\u00c4":7,"o":4,"e":-4,"A":7,";":4,":":4,".":11,",":11}},"K":{"d":"24,-231r50,0r1,98r77,-98r60,0r-87,110r91,121r-60,0r-82,-108r0,108r-50,0r0,-231","w":228,"k":{"\u00fc":11,"\u00f6":14,"\u00e5":11,"\u00e4":11,"\u00d6":22,"y":18,"w":18,"v":25,"u":11,"o":14,"e":7,"a":11,"O":22,"G":11,"C":14}},"L":{"d":"24,-231r50,0r0,181r68,0r0,50r-118,0r0,-231","w":153,"k":{"\u2019":18,"\u201d":18,"\u00d6":4,"y":7,"w":4,"Y":18,"W":4,"V":14,"T":11,"O":4,"G":4,"C":7}},"M":{"d":"40,-231r59,0r43,139r43,-139r58,0r29,231r-47,0r-21,-162r-50,162r-23,0r-52,-164r-19,164r-48,0","w":285},"N":{"d":"176,-231r49,0r0,231r-49,0r-106,-149r0,149r-49,0r0,-231r49,0r106,149r0,-149","w":247},"O":{"d":"131,3v-66,0,-115,-51,-115,-118v0,-65,52,-118,114,-118v67,0,118,51,118,118v0,67,-51,118,-117,118xm196,-115v0,-41,-25,-72,-64,-72v-39,0,-64,32,-64,73v0,39,26,71,63,71v39,0,65,-30,65,-72","w":266,"k":{"\u00c5":25,"\u00c4":25,"Y":18,"X":14,"W":4,"V":11,"T":4,"A":25,".":22,",":25}},"P":{"d":"174,-163v0,53,-43,78,-100,74r0,89r-50,0r0,-231r79,0v41,0,72,27,71,68xm123,-160v1,-24,-25,-33,-50,-29r0,59v28,3,49,-7,50,-30","k":{"\u00e5":18,"\u00c5":25,"\u00c4":25,"o":22,"e":14,"a":18,"A":25,".":47,",":50}},"Q":{"d":"132,-234v102,0,155,134,84,203r28,33r-33,21r-26,-31v-88,35,-170,-23,-169,-111v1,-59,51,-115,116,-115xm68,-117v0,47,31,84,84,71r-24,-29r32,-21r23,26v32,-40,7,-118,-51,-118v-38,0,-64,31,-64,71","w":266,"k":{"Y":18,"V":7,"A":4,".":7}},"R":{"d":"99,-231v84,-10,99,113,32,135r64,96r-57,0r-60,-89r-5,0r0,89r-50,0r0,-231r76,0xm123,-161v-1,-24,-23,-31,-50,-29r0,60v29,2,51,-6,50,-31","w":209,"k":{"\u00fc":18,"\u00f6":14,"\u00e5":11,"\u00e4":11,"\u00dc":14,"\u00d6":14,"y":14,"w":4,"v":7,"u":18,"o":14,"e":11,"a":11,"Y":32,"W":7,"V":14,"U":14,"T":4,"Q":14,"O":14,"G":11,"C":18}},"S":{"d":"69,-103v-80,-17,-61,-131,20,-131v26,0,47,8,64,24r-31,34v-16,-10,-28,-14,-35,-14v-31,7,-23,39,11,50v35,12,59,28,61,70v2,39,-40,73,-81,73v-24,0,-47,-12,-70,-34r32,-38v15,15,28,23,41,23v38,-11,33,-47,-12,-57","w":171,"k":{".":7,",":14}},"T":{"d":"8,-231r155,0r0,49r-53,0r0,182r-50,0r0,-182r-52,0r0,-49","w":172,"k":{"\u00e5":11,"\u00d6":4,"\u00c5":25,"\u00c4":25,"z":7,"y":18,"w":7,"u":7,"s":22,"r":7,"o":25,"m":7,"e":14,"c":18,"a":11,"O":4,"C":7,"A":25,";":14,":":14,".":25,"-":11,",":32}},"U":{"d":"115,3v-56,0,-92,-37,-92,-82r0,-152r49,0r0,141v0,25,15,44,40,44v28,0,44,-17,43,-46r0,-139r49,0r0,150v-1,49,-37,84,-89,84","w":228,"k":{"\u00c5":7,"\u00c4":7,"A":7,".":11,",":14}},"V":{"d":"4,-231r51,0r58,154r58,-154r51,0r-87,231r-44,0","w":228,"k":{"\u00e5":14,"\u00d6":11,"\u00c5":29,"\u00c4":29,"y":4,"u":11,"r":7,"o":32,"i":4,"e":22,"a":14,"Q":7,"O":11,"G":4,"C":11,"A":29,";":18,":":11,".":40,"-":11,",":32}},"W":{"d":"6,-231r44,0r37,158r39,-158r32,0r38,158r38,-158r44,0r-56,231r-47,0r-33,-142r-34,142r-47,0","w":285,"k":{"\u00e5":7,"\u00d6":4,"\u00c5":14,"\u00c4":14,"u":7,"o":14,"i":-4,"e":4,"d":7,"a":7,"O":4,"C":7,"A":14,";":11,":":7,".":22,"-":4,",":25}},"X":{"d":"14,-231r53,0r46,71r48,-71r52,0r-73,110r80,121r-52,0r-54,-82r-55,82r-52,0r81,-121","w":228,"k":{"\u00d6":14,"O":14,"G":11,"C":14}},"Y":{"d":"6,-231r55,0r42,72r44,-72r55,0r-74,123r0,108r-49,0r0,-108","w":209,"k":{"\u00e5":29,"\u00d6":14,"\u00c5":29,"\u00c4":29,"v":7,"u":14,"q":18,"p":25,"o":36,"e":29,"d":29,"a":29,"O":14,"G":11,"C":18,"A":29,";":18,":":18,".":32,"-":25,",":40}},"Z":{"d":"26,-231r168,0r-104,183r100,0r0,48r-177,0r104,-184r-91,0r0,-47","w":209},"[":{"d":"28,-235r76,0r0,30r-44,0r0,230r43,0r0,30r-75,0r0,-290","w":112},"\\":{"d":"10,-247r26,0r90,313r-25,0","w":131},"]":{"d":"8,-235r74,0r0,290r-74,0r0,-30r42,0r0,-230r-42,0r0,-30","w":112},"^":{"d":"20,-122r66,-140r40,0r64,140r-50,0r-35,-86r-35,86r-50,0","w":210},"_":{"d":"-2,45r0,-18r184,0r0,18r-184,0","w":180},"`":{"d":"87,-174r-31,0r-48,-53r55,0","w":119},"a":{"d":"9,-76v0,-63,76,-106,113,-54r0,-21r45,0r0,151r-45,0v-1,-8,2,-20,-1,-26v-13,17,-22,29,-48,29v-38,0,-64,-39,-64,-79xm88,-38v41,0,43,-72,1,-71v-19,-1,-32,17,-32,37v0,19,12,34,31,34","w":190,"k":{"w":-4,"t":-7,"g":-7}},"b":{"d":"114,3v-24,-1,-32,-12,-48,-27r0,24r-45,0r0,-235r45,0r0,104v41,-53,113,-5,113,56v0,38,-29,79,-65,78xm131,-73v0,-18,-13,-37,-32,-36v-19,0,-33,14,-32,35v0,19,14,36,33,36v18,0,31,-17,31,-35","k":{"\u00fc":7,"y":7,"w":11,"v":11,"u":7,".":7,",":11}},"c":{"d":"62,-77v0,35,37,40,69,25r0,45v-58,30,-118,-11,-118,-69v0,-61,62,-97,118,-68r0,43v-29,-17,-69,-13,-69,24","w":145},"d":{"d":"10,-76v0,-64,76,-106,112,-55r0,-104r45,0r0,235r-44,0v-1,-8,2,-20,-1,-26v-37,59,-112,15,-112,-50xm121,-76v1,-18,-15,-34,-33,-34v-37,0,-40,72,-1,72v20,0,34,-17,34,-38"},"e":{"d":"86,-154v46,0,80,40,76,89r-108,0v0,36,48,44,63,14r41,14v-33,67,-149,46,-149,-40v0,-43,34,-77,77,-77xm55,-95r60,0v-3,-39,-59,-35,-60,0","w":172,"k":{"y":7,"x":7,"w":7,"v":7,"g":-7}},"f":{"d":"21,-151v-10,-65,30,-99,84,-78r0,43v-24,-19,-45,3,-39,35r39,0r0,41r-39,0r0,110r-45,0r0,-110r-13,0r0,-41r13,0","w":112,"k":{"\u2019":-18,"\u201d":-29,"o":4,"f":-11,"e":-4,"a":-4,"?":-22,".":7,",":7,"!":-18," ":-25}},"g":{"d":"60,11v25,42,73,14,62,-37v-38,54,-113,12,-113,-52v0,-62,72,-107,113,-52r0,-21r45,0r0,153v3,58,-83,75,-131,50v-13,-8,-21,-22,-27,-41r51,0xm90,-114v-19,0,-33,17,-33,38v0,16,17,33,33,33v19,0,32,-17,32,-36v0,-19,-14,-35,-32,-35","w":190,"k":{".":4,",":7}},"h":{"d":"97,-115v-41,0,-23,73,-27,115r-45,0r0,-235r45,0r0,101v34,-37,98,-18,98,45r0,89r-45,0v-4,-43,15,-115,-26,-115","k":{"y":7}},"i":{"d":"46,-179v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28xm23,-151r45,0r0,151r-45,0r0,-151","w":93},"j":{"d":"75,-207v0,35,-56,36,-56,0v0,-16,13,-28,28,-28v16,0,27,13,28,28xm24,-151r45,0r0,218r-45,0r0,-218","w":93},"k":{"d":"20,-235r45,0r0,143r45,-59r53,0r-50,66r55,85r-51,0r-52,-80r0,80r-45,0r0,-235","w":172,"k":{"\u00f6":4,"o":4}},"l":{"d":"23,-235r45,0r0,235r-45,0r0,-235","w":93},"m":{"d":"97,-113v-42,3,-25,69,-28,113r-46,0r0,-151r46,0r0,24v12,-10,27,-28,49,-28v20,0,36,15,43,34v14,-19,28,-34,52,-34v63,0,48,90,49,155r-45,0v-4,-41,16,-113,-23,-113v-43,0,-24,70,-28,113r-45,0v-4,-41,15,-107,-24,-113","w":285,"k":{"y":11}},"n":{"d":"98,-115v-41,4,-25,72,-28,115r-45,0r0,-151r45,0r0,18v37,-42,98,-18,98,41r0,92r-46,0v-5,-42,16,-110,-24,-115","k":{"\u2019":18,"y":7}},"o":{"d":"96,3v-46,0,-79,-35,-79,-78v-1,-45,35,-80,80,-80v42,0,76,36,76,79v0,44,-33,79,-77,79xm96,-38v18,0,33,-18,33,-37v0,-18,-15,-38,-33,-38v-18,0,-34,17,-34,36v0,20,15,40,34,39","k":{"z":4,"y":11,"x":11,"w":7,"v":11,".":14,",":11}},"p":{"d":"117,3v-26,-1,-33,-13,-49,-27r0,91r-46,0r0,-218r45,0v1,7,-2,17,1,22v35,-55,111,-9,111,56v0,38,-26,77,-62,76xm102,-38v18,0,30,-16,30,-35v0,-19,-13,-36,-32,-36v-18,0,-31,17,-31,36v0,19,14,35,33,35","k":{"y":7,"w":7,".":4,",":7}},"q":{"d":"8,-74v0,-65,80,-109,113,-53r0,-24r45,0r0,218r-45,0r-1,-94v-12,18,-22,29,-47,30v-38,1,-65,-38,-65,-77xm86,-38v18,0,34,-17,34,-35v0,-17,-15,-36,-31,-36v-20,-1,-33,16,-33,37v0,18,14,34,30,34","w":190},"r":{"d":"105,-103v-52,-12,-39,56,-40,103r-46,0r0,-151r45,0v1,7,-2,17,1,22v8,-15,19,-26,40,-24r0,50","w":112,"k":{"\u00e5":-4,"\u00e4":-4,"y":-7,"v":-7,"t":-18,"r":-7,"q":-4,"n":-4,"m":-7,"l":-7,"k":-4,"j":-4,"g":-7,"e":-7,"a":-4,":":-4,".":14,"-":-18,",":11}},"s":{"d":"21,-109v0,-50,82,-60,112,-21r-31,19v-12,-14,-31,-21,-38,-3v6,30,76,20,73,69v-3,39,-57,61,-93,38v-10,-7,-21,-15,-29,-28r37,-17v10,23,33,30,41,9v-4,-12,-12,-12,-26,-18v-30,-10,-46,-26,-46,-48","w":153,"k":{"w":7,".":7,",":11}},"t":{"d":"21,-203r45,0r0,52r22,0r0,41r-22,0r0,110r-45,0r0,-110r-17,0r0,-41r17,0r0,-52","w":93},"u":{"d":"95,3v-44,0,-74,-28,-74,-70r0,-84r46,0v3,42,-13,109,27,109v42,0,28,-66,30,-109r46,0r0,88v0,38,-35,66,-75,66"},"v":{"d":"6,-151r48,0r41,88r41,-88r48,0r-71,151r-36,0","k":{"\u00f6":7,"\u00e5":4,"\u00e4":4,"q":4,"o":7,"e":4,"c":4,"a":4,".":29,",":29}},"w":{"d":"4,-151r48,0r40,89r36,-89r29,0r36,89r40,-89r48,0r-69,151r-36,0r-33,-83r-33,83r-37,0","w":285,"k":{"\u00f6":4,"o":4,"d":4,"c":4,".":32,",":32}},"x":{"d":"9,-151r56,0r30,38r30,-38r55,0r-58,72r64,79r-56,0r-35,-44r-36,44r-55,0r63,-79","k":{"\u00f6":7,"o":7,"c":7}},"y":{"d":"9,-151r48,0r43,88r39,-88r46,0r-94,218r-47,0r34,-78","k":{"\u00f6":4,"o":4,"c":4,".":22,",":25}},"z":{"d":"21,-151r142,0r-80,110r68,0r0,41r-143,0r81,-110r-68,0r0,-41","w":172,"k":{"\u00f6":4,"o":4,"e":4,"c":4}},"{":{"d":"50,0v1,-46,-3,-68,-39,-69r0,-42v39,0,39,-29,39,-69v0,-65,20,-80,81,-79v-2,13,4,33,-2,42v-26,1,-33,1,-34,25v-2,67,1,80,-32,102v32,19,31,47,32,102v1,25,11,24,36,25r0,42v-62,0,-83,-12,-81,-79","w":140},"|":{"d":"87,-250r38,0r0,299r-38,0r0,-299","w":211},"}":{"d":"90,-180v0,46,3,68,39,69r0,42v-38,1,-39,29,-39,69v0,67,-18,79,-81,79v2,-13,-4,-33,2,-42v26,-1,33,-1,34,-25v2,-57,-1,-82,32,-102v-33,-22,-30,-38,-32,-102v-1,-25,-10,-24,-36,-25r0,-42v62,-2,81,15,81,79","w":140},"~":{"d":"76,-159v34,-1,57,26,88,28v15,0,33,-9,52,-26r0,39v-46,48,-95,9,-142,-4v-17,0,-34,9,-53,26r0,-39v19,-16,36,-24,55,-24","w":236},"\u00c4":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0xm108,-274v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm187,-274v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":247,"k":{"\u2019":47,"\u201d":54,"y":14,"w":11,"v":14,"u":7,"Y":40,"W":18,"V":32,"U":14,"T":22,"Q":11,"O":14,"G":7,"C":18}},"\u00c5":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0xm89,-273v0,-17,17,-34,35,-34v17,0,34,17,34,34v0,18,-16,35,-34,35v-18,0,-35,-18,-35,-35xm108,-273v0,8,8,16,16,16v8,0,16,-8,16,-16v0,-8,-8,-15,-16,-15v-8,0,-16,7,-16,15","w":247,"k":{"\u2019":47,"\u201d":54,"y":14,"w":11,"v":14,"Y":40,"W":18,"V":32,"U":14,"T":22,"Q":11,"O":14,"G":7,"C":18}},"\u00c7":{"d":"17,-114v-1,-89,93,-151,179,-104r0,56v-55,-41,-129,-25,-128,49v0,69,74,86,128,47r0,56v-93,40,-178,-14,-179,-104xm148,35v0,37,-57,45,-96,36r0,-21v21,2,62,8,62,-14v0,-19,-27,-16,-46,-12r5,-17v31,-11,75,-4,75,28","w":209},"\u00c9":{"d":"24,-231r130,0r0,46r-81,0r0,46r81,0r0,45r-81,0r0,48r81,0r0,46r-130,0r0,-231xm59,-246r24,-53r55,0r-48,53r-31,0","w":172},"\u00d1":{"d":"176,-231r49,0r0,231r-49,0r-106,-149r0,149r-49,0r0,-231r49,0r106,149r0,-149xm183,-293v3,63,-54,38,-87,29v-8,0,-12,5,-12,15r-22,0v-2,-26,9,-44,32,-44v23,0,58,35,67,0r22,0","w":247},"\u00d6":{"d":"131,3v-66,0,-115,-51,-115,-118v0,-65,52,-118,114,-118v67,0,118,51,118,118v0,67,-51,118,-117,118xm196,-115v0,-41,-25,-72,-64,-72v-39,0,-64,32,-64,73v0,39,26,71,63,71v39,0,65,-30,65,-72xm117,-274v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm196,-274v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":266,"k":{"Y":18,"X":14,"W":4,"V":11,"T":4,"A":25}},"\u00dc":{"d":"115,3v-56,0,-92,-37,-92,-82r0,-152r49,0r0,141v0,25,15,44,40,44v28,0,44,-17,43,-46r0,-139r49,0r0,150v-1,49,-37,84,-89,84xm98,-274v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm177,-274v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":228,"k":{"A":7}},"\u00e1":{"d":"9,-76v0,-63,76,-106,113,-54r0,-21r45,0r0,151r-45,0v-1,-8,2,-20,-1,-26v-13,17,-22,29,-48,29v-38,0,-64,-39,-64,-79xm88,-38v41,0,43,-72,1,-71v-19,-1,-32,17,-32,37v0,19,12,34,31,34xm68,-174r24,-53r55,0r-48,53r-31,0","w":190},"\u00e0":{"d":"9,-76v0,-63,76,-106,113,-54r0,-21r45,0r0,151r-45,0v-1,-8,2,-20,-1,-26v-13,17,-22,29,-48,29v-38,0,-64,-39,-64,-79xm88,-38v41,0,43,-72,1,-71v-19,-1,-32,17,-32,37v0,19,12,34,31,34xm122,-174r-31,0r-48,-53r55,0","w":190},"\u00e2":{"d":"9,-76v0,-63,76,-106,113,-54r0,-21r45,0r0,151r-45,0v-1,-8,2,-20,-1,-26v-13,17,-22,29,-48,29v-38,0,-64,-39,-64,-79xm88,-38v41,0,43,-72,1,-71v-19,-1,-32,17,-32,37v0,19,12,34,31,34xm35,-175r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":190},"\u00e4":{"d":"9,-76v0,-63,76,-106,113,-54r0,-21r45,0r0,151r-45,0v-1,-8,2,-20,-1,-26v-13,17,-22,29,-48,29v-38,0,-64,-39,-64,-79xm88,-38v41,0,43,-72,1,-71v-19,-1,-32,17,-32,37v0,19,12,34,31,34xm79,-202v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm158,-202v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":190,"k":{"w":-4}},"\u00e3":{"d":"9,-76v0,-63,76,-106,113,-54r0,-21r45,0r0,151r-45,0v-1,-8,2,-20,-1,-26v-13,17,-22,29,-48,29v-38,0,-64,-39,-64,-79xm88,-38v41,0,43,-72,1,-71v-19,-1,-32,17,-32,37v0,19,12,34,31,34xm154,-221v3,63,-54,38,-87,29v-8,0,-12,5,-12,15r-22,0v-2,-26,9,-44,32,-44v23,0,58,35,67,0r22,0","w":190},"\u00e5":{"d":"9,-76v0,-63,76,-106,113,-54r0,-21r45,0r0,151r-45,0v-1,-8,2,-20,-1,-26v-13,17,-22,29,-48,29v-38,0,-64,-39,-64,-79xm88,-38v41,0,43,-72,1,-71v-19,-1,-32,17,-32,37v0,19,12,34,31,34xm60,-201v0,-17,17,-34,35,-34v17,0,34,17,34,34v0,18,-16,35,-34,35v-18,0,-35,-18,-35,-35xm79,-201v0,8,8,16,16,16v8,0,16,-8,16,-16v0,-8,-8,-15,-16,-15v-8,0,-16,7,-16,15","w":190,"k":{"w":-4}},"\u00e7":{"d":"62,-77v0,35,37,40,69,25r0,45v-58,30,-118,-11,-118,-69v0,-61,62,-97,118,-68r0,43v-29,-17,-69,-13,-69,24xm115,35v0,38,-57,44,-95,36r0,-21v21,2,62,8,62,-14v0,-19,-28,-16,-46,-12r5,-17v30,-11,74,-5,74,28","w":145},"\u00e9":{"d":"86,-154v46,0,80,40,76,89r-108,0v0,36,48,44,63,14r41,14v-33,67,-149,46,-149,-40v0,-43,34,-77,77,-77xm55,-95r60,0v-3,-39,-59,-35,-60,0xm59,-174r24,-53r55,0r-48,53r-31,0","w":172},"\u00e8":{"d":"86,-154v46,0,80,40,76,89r-108,0v0,36,48,44,63,14r41,14v-33,67,-149,46,-149,-40v0,-43,34,-77,77,-77xm55,-95r60,0v-3,-39,-59,-35,-60,0xm113,-174r-31,0r-48,-53r55,0","w":172},"\u00ea":{"d":"86,-154v46,0,80,40,76,89r-108,0v0,36,48,44,63,14r41,14v-33,67,-149,46,-149,-40v0,-43,34,-77,77,-77xm55,-95r60,0v-3,-39,-59,-35,-60,0xm26,-175r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":172},"\u00eb":{"d":"86,-154v46,0,80,40,76,89r-108,0v0,36,48,44,63,14r41,14v-33,67,-149,46,-149,-40v0,-43,34,-77,77,-77xm55,-95r60,0v-3,-39,-59,-35,-60,0xm70,-202v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm149,-202v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":172},"\u00ed":{"d":"24,-151r45,0r0,151r-45,0r0,-151xm20,-174r24,-53r55,0r-48,53r-31,0","w":93},"\u00ec":{"d":"24,-151r45,0r0,151r-45,0r0,-151xm74,-174r-31,0r-48,-53r55,0","w":93},"\u00ee":{"d":"24,-151r45,0r0,151r-45,0r0,-151xm-13,-175r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":93},"\u00ef":{"d":"24,-151r45,0r0,151r-45,0r0,-151xm31,-202v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm110,-202v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":93},"\u00f1":{"d":"98,-115v-41,4,-25,72,-28,115r-45,0r0,-151r45,0r0,18v37,-42,98,-18,98,41r0,92r-46,0v-5,-42,16,-110,-24,-115xm155,-221v3,63,-54,38,-87,29v-8,0,-12,5,-12,15r-22,0v-2,-26,9,-44,32,-44v23,0,58,35,67,0r22,0"},"\u00f3":{"d":"96,3v-46,0,-79,-35,-79,-78v-1,-45,35,-80,80,-80v42,0,76,36,76,79v0,44,-33,79,-77,79xm96,-38v18,0,33,-18,33,-37v0,-18,-15,-38,-33,-38v-18,0,-34,17,-34,36v0,20,15,40,34,39xm69,-174r24,-53r55,0r-48,53r-31,0"},"\u00f2":{"d":"96,3v-46,0,-79,-35,-79,-78v-1,-45,35,-80,80,-80v42,0,76,36,76,79v0,44,-33,79,-77,79xm96,-38v18,0,33,-18,33,-37v0,-18,-15,-38,-33,-38v-18,0,-34,17,-34,36v0,20,15,40,34,39xm123,-174r-31,0r-48,-53r55,0"},"\u00f4":{"d":"96,3v-46,0,-79,-35,-79,-78v-1,-45,35,-80,80,-80v42,0,76,36,76,79v0,44,-33,79,-77,79xm96,-38v18,0,33,-18,33,-37v0,-18,-15,-38,-33,-38v-18,0,-34,17,-34,36v0,20,15,40,34,39xm36,-175r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0"},"\u00f6":{"d":"96,3v-46,0,-79,-35,-79,-78v-1,-45,35,-80,80,-80v42,0,76,36,76,79v0,44,-33,79,-77,79xm96,-38v18,0,33,-18,33,-37v0,-18,-15,-38,-33,-38v-18,0,-34,17,-34,36v0,20,15,40,34,39xm80,-202v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm159,-202v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","k":{"z":4,"y":11,"x":11,"w":7,"v":11}},"\u00f5":{"d":"96,3v-46,0,-79,-35,-79,-78v-1,-45,35,-80,80,-80v42,0,76,36,76,79v0,44,-33,79,-77,79xm96,-38v18,0,33,-18,33,-37v0,-18,-15,-38,-33,-38v-18,0,-34,17,-34,36v0,20,15,40,34,39xm155,-221v3,63,-54,38,-87,29v-8,0,-12,5,-12,15r-22,0v-2,-26,9,-44,32,-44v23,0,58,35,67,0r22,0"},"\u00fa":{"d":"95,3v-44,0,-74,-28,-74,-70r0,-84r46,0v3,42,-13,109,27,109v42,0,28,-66,30,-109r46,0r0,88v0,38,-35,66,-75,66xm69,-174r24,-53r55,0r-48,53r-31,0"},"\u00f9":{"d":"95,3v-44,0,-74,-28,-74,-70r0,-84r46,0v3,42,-13,109,27,109v42,0,28,-66,30,-109r46,0r0,88v0,38,-35,66,-75,66xm123,-174r-31,0r-48,-53r55,0"},"\u00fb":{"d":"95,3v-44,0,-74,-28,-74,-70r0,-84r46,0v3,42,-13,109,27,109v42,0,28,-66,30,-109r46,0r0,88v0,38,-35,66,-75,66xm36,-175r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0"},"\u00fc":{"d":"95,3v-44,0,-74,-28,-74,-70r0,-84r46,0v3,42,-13,109,27,109v42,0,28,-66,30,-109r46,0r0,88v0,38,-35,66,-75,66xm80,-202v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm159,-202v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23"},"\u2020":{"d":"79,-235v38,5,6,64,9,91v17,-2,58,-22,58,10v0,29,-41,12,-58,9v20,66,-3,114,0,197r-19,0v-1,-36,-2,-56,-2,-62v-6,-44,-9,-94,1,-135v-14,4,-56,22,-56,-9v0,-33,41,-11,57,-10v2,-24,-28,-89,10,-91","w":157},"\u00b0":{"d":"128,-206v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56v30,0,56,26,56,56xm99,-206v0,-15,-13,-27,-27,-27v-14,0,-27,13,-27,27v0,14,13,27,27,27v14,0,27,-13,27,-27","w":143},"\u00a2":{"d":"62,-8v-67,-38,-44,-157,46,-146r15,-48r24,0r-17,53r11,5r0,43v-5,-3,-13,-6,-24,-9r-20,65v16,3,23,-1,44,-8r0,45v-20,9,-35,14,-58,9r-21,65r-24,0xm77,-56r17,-53v-23,5,-31,32,-17,53","w":153},"\u00a3":{"d":"55,-140v-27,-68,49,-113,97,-72v11,9,16,23,16,41r-43,0v1,-13,-4,-25,-16,-24v-23,3,-15,32,-9,55r43,0r0,33r-37,0v1,23,0,39,-9,57v28,16,54,23,56,-13r31,0v6,69,-53,83,-103,44v-15,29,-74,30,-73,-12v0,-30,33,-41,61,-28v0,-20,1,-32,-7,-48r-47,0r0,-33r40,0xm28,-30v5,18,22,13,33,-2v-9,-13,-31,-14,-33,2","w":190},"\u00a7":{"d":"51,-139v-41,-27,-21,-96,34,-96v32,0,59,20,60,51r-42,0v-6,-14,-29,-15,-31,0v12,35,83,47,80,100v-2,28,-13,40,-30,54v14,16,22,21,23,43v3,48,-64,69,-98,39v-11,-9,-17,-22,-19,-37r42,0v7,14,30,16,31,-1v-10,-29,-84,-48,-80,-99v2,-29,12,-38,30,-54xm75,-118v-28,19,-16,45,24,68v34,-29,0,-52,-24,-68","w":172},"\u2022":{"d":"11,-127v0,-28,24,-52,52,-52v28,0,52,25,52,52v0,27,-25,52,-52,52v-27,0,-52,-24,-52,-52","w":126},"\u00b6":{"d":"0,-185v0,-53,31,-73,94,-73r105,0r0,46r-20,0r0,283r-42,0r0,-283r-25,0r0,283r-43,0r0,-184v-42,-3,-69,-29,-69,-72","w":200},"\u00df":{"d":"102,-235v62,0,102,71,50,104v-8,5,-21,5,-28,11v33,3,59,22,60,58v1,49,-50,78,-97,59r0,-37v28,11,53,0,54,-26v0,-22,-19,-39,-44,-36r0,-38v21,2,37,-10,37,-28v0,-18,-12,-29,-30,-29v-17,0,-31,15,-32,32r0,165r-45,0r0,-166v1,-37,32,-69,75,-69"},"\u00ae":{"d":"133,7v-72,0,-135,-63,-135,-135v0,-73,63,-135,135,-135v72,0,134,62,134,135v0,73,-62,135,-134,135xm133,-20v58,0,108,-50,108,-108v0,-58,-50,-109,-108,-109v-58,0,-108,51,-108,109v0,58,50,108,108,108xm188,-159v0,23,-19,36,-39,41v24,7,30,40,47,62r-36,0v-16,-25,-19,-62,-59,-59r0,59r-29,0r0,-143v50,1,117,-12,116,40xm101,-137v25,-1,56,5,56,-21v0,-20,-33,-19,-56,-18r0,39","w":265},"\u00a9":{"d":"133,7v-72,0,-135,-63,-135,-135v0,-73,63,-135,135,-135v73,0,134,62,134,135v0,73,-62,135,-134,135xm133,-20v58,0,108,-50,108,-108v0,-58,-50,-109,-108,-109v-59,0,-109,50,-109,109v0,58,51,108,109,108xm98,-131v-8,53,55,75,67,23r29,9v-9,30,-31,46,-63,46v-39,0,-64,-32,-64,-75v0,-79,107,-104,127,-32r-29,7v-15,-44,-73,-24,-67,22","w":265},"\u2122":{"d":"82,-114r0,-119r-44,0r0,-25r117,0r0,25r-43,0r0,119r-30,0xm172,-114r0,-144r46,0r27,100r25,-100r46,0r0,144r-28,0r0,-115r-31,115r-26,0r-31,-115r0,115r-28,0","w":360},"\u00b4":{"d":"33,-174r24,-53r55,0r-48,53r-31,0","w":119},"\u00a8":{"d":"44,-202v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm123,-202v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":119},"\u2260":{"d":"218,-58r-111,0r-24,44r-31,-14r16,-30r-46,0r0,-38r67,0r26,-46r-93,0r0,-38r114,0r19,-34r30,16r-10,18r43,0r0,38r-64,0r-26,46r90,0r0,38","w":240},"\u00c6":{"d":"122,-231r148,0r0,46r-68,0r0,46r67,0r0,45r-67,0r0,49r67,0r0,45r-116,0r0,-66r-58,0r-33,66r-52,0xm153,-186v-15,23,-24,51,-37,76r37,0r0,-76","w":285},"\u00d8":{"d":"17,-116v-4,-91,106,-151,184,-97r30,-36r20,17r-31,37v64,66,16,205,-83,198v-28,-2,-44,-6,-70,-20r-32,37r-21,-17r32,-37v-19,-28,-27,-45,-29,-82xm169,-177v-63,-37,-129,37,-90,104xm99,-53v62,40,125,-37,88,-103","w":266},"\u221e":{"d":"27,-127v0,-61,73,-62,93,-21v15,-23,26,-39,56,-40v33,-1,54,26,54,61v0,35,-21,61,-54,61v-30,-1,-41,-17,-56,-40v-11,16,-29,31,-51,31v-26,0,-42,-23,-42,-52xm205,-128v0,-27,-24,-43,-45,-28v-6,4,-14,14,-24,29v17,23,17,33,41,35v19,2,28,-17,28,-36xm51,-128v2,38,41,26,54,0v-12,-17,-23,-24,-34,-24v-12,0,-21,10,-20,24","w":256},"\u00b1":{"d":"22,-169r79,0r0,-79r38,0r0,79r79,0r0,37r-79,0r0,79r-38,0r0,-79r-79,0r0,-37xm22,-27r196,0r0,37r-196,0r0,-37","w":240},"\u2264":{"d":"218,-31r-196,-82r0,-34r196,-82r0,41r-144,58r144,58r0,41xm22,-28r196,0r0,38r-196,0r0,-38","w":240},"\u2265":{"d":"22,-229r196,82r0,34r-196,82r0,-41r144,-58r-144,-58r0,-41xm22,-27r196,0r0,37r-196,0r0,-37","w":240},"\u00a5":{"d":"106,-159r43,-71r56,0r-20,33r12,0r0,24r-26,0r-26,43r52,0r0,23r-66,0r0,107r-49,0r0,-107r-67,0r0,-23r53,0r-25,-43r-28,0r0,-24r14,0r-20,-33r55,0","w":209},"\u00b5":{"d":"150,-23v-16,34,-62,36,-74,0v-3,29,0,64,-1,95r-49,0r0,-259r49,0v4,56,-17,152,35,152v55,0,31,-94,36,-152r49,0r0,187r-45,0r0,-23","w":219},"\u2202":{"d":"107,-230v-23,0,-28,13,-40,33r-24,-15v9,-30,31,-50,65,-50v49,0,64,42,64,96v0,82,-30,168,-110,170v-34,0,-55,-25,-54,-62v3,-71,59,-110,137,-108v-1,-35,-7,-64,-38,-64xm48,-59v-2,38,44,36,63,10v15,-20,27,-47,32,-84v-55,-3,-93,26,-95,74","w":177},"\u2211":{"d":"24,-262r218,0r0,29r-174,0r107,136r-114,144r183,0r0,29r-223,0r0,-33r109,-139r-106,-135r0,-31","w":256},"\u220f":{"d":"28,-262r240,0r0,338r-34,0r0,-308r-172,0r0,308r-34,0r0,-338","w":296},"\u03c0":{"d":"250,-126r-40,0r0,126r-52,0r0,-126r-57,0r0,126r-52,0r0,-126v-14,0,-22,1,-40,7r0,-40v64,-16,164,-3,241,-7r0,40","w":258},"\u222b":{"d":"54,-306v6,-26,52,-34,52,-3v0,21,-29,15,-37,6v-5,0,-6,5,-6,11r6,142v0,87,0,130,-19,174v-8,19,-49,19,-48,-7v1,-23,28,-14,35,-4v9,-4,9,-16,9,-35r-2,-133v1,-81,0,-109,10,-151","w":98},"\u00aa":{"d":"50,-130v-56,-2,-51,-103,3,-103v12,0,19,8,29,17r0,-14r29,0r0,97r-29,0v-1,-5,2,-13,-1,-16v-8,13,-18,19,-31,19xm60,-157v12,1,22,-13,22,-24v0,-12,-9,-22,-21,-22v-13,0,-21,12,-21,23v0,13,8,23,20,23","w":123},"\u00ba":{"d":"64,-130v-29,0,-52,-20,-52,-51v0,-29,22,-52,51,-52v28,0,50,23,50,52v0,27,-22,51,-49,51xm62,-157v12,1,22,-11,22,-24v0,-11,-11,-25,-22,-25v-27,1,-29,49,0,49","w":123},"\u2126":{"d":"68,-139v2,47,19,81,55,96r0,43r-113,0r0,-40v25,0,47,3,71,4v-42,-19,-67,-50,-67,-107v-1,-73,50,-121,123,-121v81,0,128,45,128,121v0,53,-26,89,-67,106r71,-4r0,41r-113,0r0,-43v35,-15,53,-47,54,-95v1,-52,-26,-88,-72,-88v-44,0,-72,37,-70,87","w":276},"\u00e6":{"d":"268,-37v-12,34,-72,56,-103,25r0,12r-45,0r0,-21v-14,14,-25,23,-48,24v-35,1,-63,-40,-63,-78v0,-63,76,-108,112,-54r0,-22r44,0r0,11v54,-39,113,13,107,75r-108,0v4,40,49,42,63,14xm225,-95v-1,-16,-13,-28,-29,-28v-17,0,-27,9,-31,28r60,0xm120,-76v0,-17,-14,-34,-32,-33v-18,0,-31,18,-31,36v0,19,13,35,31,35v19,0,33,-17,32,-38","w":283},"\u00f8":{"d":"17,-75v-4,-62,71,-100,122,-66r16,-17r16,15r-15,17v53,67,-26,169,-106,116r-15,17r-16,-15r15,-17v-10,-17,-16,-26,-17,-50xm110,-108v-28,-18,-59,16,-45,49xm80,-42v29,18,61,-18,45,-50"},"\u00bf":{"d":"85,-138v-16,0,-28,-12,-28,-28v0,-15,12,-28,28,-27v16,0,28,11,28,27v0,16,-12,28,-28,28xm8,-31v0,-37,26,-62,53,-69r0,-12r49,0r0,47v-29,-2,-52,8,-53,33v0,17,14,31,31,31v16,-1,25,-13,25,-31r49,0v1,40,-35,75,-79,75v-41,0,-75,-32,-75,-74","w":171},"\u00a1":{"d":"37,-137v-15,0,-28,-12,-28,-28v0,-15,12,-28,28,-28v15,0,28,13,28,28v0,16,-14,28,-28,28xm12,-112r50,0r0,152r-50,0r0,-152","w":74},"\u00ac":{"d":"22,-182r196,0r0,124r-38,0r0,-86r-158,0r0,-38","w":240},"\u221a":{"d":"185,-328r-54,342r-87,-181r-35,17r-5,-12r52,-26r71,145r46,-287","w":197},"\u0192":{"d":"49,-149r7,-38r35,0v7,-40,11,-75,64,-75v16,0,32,2,47,7r-10,40v-29,-9,-51,-9,-51,28r36,0r-6,38r-36,0r-31,171v0,55,-58,62,-107,47r10,-39v25,7,53,7,51,-26r27,-153r-36,0","w":200},"\u2248":{"d":"76,-203v34,-1,57,26,88,28v15,0,33,-9,52,-26r0,39v-20,16,-38,25,-54,25v-29,1,-61,-29,-88,-29v-17,0,-34,9,-53,26r0,-39v19,-16,36,-24,55,-24xm76,-115v34,-1,56,27,88,27v15,0,33,-8,52,-25r0,39v-46,48,-95,9,-142,-4v-17,0,-34,9,-53,26r0,-39v19,-16,36,-24,55,-24","w":236},"\u2206":{"d":"117,-248r102,248r-217,0xm104,-186r-78,168r148,0","w":220},"\u00ab":{"d":"45,-187r43,0r-36,86r34,87r-41,0r-35,-86xm130,-187r42,0r-35,87r35,86r-42,0r-35,-87","w":180},"\u00bb":{"d":"9,-187r40,0r36,87r-35,86r-42,0r35,-87xm94,-187r41,0r35,86r-36,87r-41,0r35,-87","w":180},"\u2026":{"d":"60,2v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,28,12,28,28v0,16,-12,27,-28,27xm180,2v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,27,12,27,28v0,15,-12,27,-27,27xm300,2v-16,0,-28,-11,-28,-27v0,-16,12,-28,28,-28v16,0,27,12,27,28v0,15,-12,27,-27,27","w":360},"\u00a0":{"w":95},"\u00c0":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0xm151,-246r-31,0r-48,-53r55,0","w":247},"\u00c3":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0xm183,-293v3,63,-54,38,-87,29v-8,0,-12,5,-12,15r-22,0v-2,-26,9,-44,32,-44v23,0,58,35,67,0r22,0","w":247},"\u00d5":{"d":"131,3v-66,0,-115,-51,-115,-118v0,-65,52,-118,114,-118v67,0,118,51,118,118v0,67,-51,118,-117,118xm196,-115v0,-41,-25,-72,-64,-72v-39,0,-64,32,-64,73v0,39,26,71,63,71v39,0,65,-30,65,-72xm192,-293v3,63,-54,38,-87,29v-8,0,-12,5,-12,15r-22,0v-2,-26,9,-44,32,-44v23,0,58,35,67,0r22,0","w":266},"\u0152":{"d":"117,0v-74,0,-133,-102,-88,-179v38,-65,140,-50,237,-52r0,45r-72,0r0,48r72,0r0,45r-72,0r0,48r72,0r0,45r-149,0xm77,-164v-32,49,-7,132,68,119r0,-141v-29,1,-58,5,-68,22","w":285},"\u0153":{"d":"268,-37v-16,45,-94,53,-125,20v-43,44,-131,11,-131,-58v0,-70,82,-104,132,-58v47,-47,140,-7,128,68r-107,0v4,39,48,42,62,14xm166,-95r60,0v-5,-38,-55,-37,-60,0xm89,-37v18,-1,32,-18,32,-39v0,-19,-15,-37,-33,-37v-18,0,-33,20,-33,38v0,18,17,38,34,38","w":285},"\u2013":{"d":"-2,-113r183,0r0,44r-183,0r0,-44","w":180},"\u2014":{"d":"-4,-112r366,0r0,43r-366,0r0,-43","w":360},"\u201c":{"d":"131,-232r19,15v-10,12,-15,24,-17,36r23,0r0,51r-51,0v-1,-46,0,-76,26,-102xm45,-232r20,14v-11,13,-17,25,-19,37r25,0r0,51r-52,0v-1,-47,0,-69,26,-102","w":172,"k":{"\u00c5":40,"\u00c4":40,"A":40}},"\u201d":{"d":"105,-231r52,0v0,49,4,72,-25,104r-21,-15v12,-13,18,-25,19,-37r-25,0r0,-52xm25,-142v7,-6,19,-25,19,-37r-24,0r0,-52r50,0v0,48,4,72,-24,104","w":172},"\u2018":{"d":"45,-234r21,15v-11,14,-18,26,-19,38r25,0r0,51r-51,0v0,-49,-4,-71,24,-104","w":93,"k":{"\u00c5":40,"\u00c4":40,"A":40}},"\u2019":{"d":"20,-231r52,0v1,47,2,77,-25,104r-21,-15v12,-13,17,-24,18,-37r-24,0r0,-52","w":93,"k":{"s":32,"r":7,"d":11}},"\u00f7":{"d":"142,-193v0,13,-10,23,-22,23v-11,1,-23,-12,-23,-23v0,-13,10,-23,23,-22v12,0,22,10,22,22xm22,-137r196,0r0,36r-196,0r0,-36xm143,-46v0,12,-10,22,-23,22v-13,0,-23,-10,-23,-22v0,-11,11,-24,23,-23v12,0,23,11,23,23","w":240},"\u25ca":{"d":"169,-134r-70,134r-21,0r-70,-134r70,-134r21,0xm147,-134r-58,-115r-59,115r59,114","w":177},"\u00ff":{"d":"9,-151r48,0r43,88r39,-88r46,0r-94,218r-47,0r34,-78xm80,-202v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm159,-202v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23"},"\u0178":{"d":"6,-231r55,0r42,72r44,-72r55,0r-74,123r0,108r-49,0r0,-108xm89,-274v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm168,-274v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":209},"\u2215":{"d":"108,-234r30,0r-182,240r-31,0","w":63},"\u20ac":{"d":"33,-147v13,-67,88,-101,158,-65r0,50v-44,-28,-88,-35,-109,15r103,0r-9,26r-100,0r0,19r94,0r-10,25r-78,0v18,46,66,44,109,17r0,50v-76,31,-142,-1,-158,-67r-31,0r10,-25r17,0r0,-19r-27,0r10,-26r21,0","w":198},"\u2039":{"d":"45,-186r41,0r-36,86r36,86r-42,0r-35,-87","w":97},"\u203a":{"d":"8,-187r41,0r34,87r-35,86r-41,0r35,-86","w":97},"\uf001":{"d":"26,-151v-16,-76,67,-105,118,-67v14,11,21,28,22,50r-45,0v-1,-29,-47,-31,-49,-3r0,20r23,0r0,41r-23,0r0,110r-46,0r0,-110r-19,0r0,-41r19,0xm121,-151r45,0r0,151r-45,0r0,-151"},"\ufb01":{"d":"26,-151v-16,-76,67,-105,118,-67v14,11,21,28,22,50r-45,0v-1,-29,-47,-31,-49,-3r0,20r23,0r0,41r-23,0r0,110r-46,0r0,-110r-19,0r0,-41r19,0xm121,-151r45,0r0,151r-45,0r0,-151"},"\uf002":{"d":"94,-235v51,0,73,28,73,86r0,149r-45,0r0,-152v0,-25,-4,-40,-27,-40v-18,0,-26,18,-23,41r23,0r0,41r-22,0r0,110r-46,0r0,-110r-20,0r0,-41r20,0v-7,-53,21,-84,67,-84"},"\ufb02":{"d":"94,-235v51,0,73,28,73,86r0,149r-45,0r0,-152v0,-25,-4,-40,-27,-40v-18,0,-26,18,-23,41r23,0r0,41r-22,0r0,110r-46,0r0,-110r-20,0r0,-41r20,0v-7,-53,21,-84,67,-84"},"\u2021":{"d":"145,-168v0,32,-43,11,-59,9v10,22,13,51,1,71v8,21,11,53,0,73v15,-1,59,-23,58,9v-1,32,-40,14,-59,10v4,20,25,63,-9,63v-35,0,-10,-42,-9,-63v-19,8,-76,16,-55,-23v12,-12,43,1,55,4v-12,-23,-11,-52,0,-71v-10,-22,-11,-50,-1,-73v-15,4,-58,22,-58,-8v0,-34,42,-14,59,-11v-1,-18,-25,-65,10,-63v33,1,11,42,8,63v16,-1,59,-22,59,10","w":157},"\u00b7":{"d":"58,-277r1,0r-1,0xm46,-84v-15,0,-28,-14,-28,-28v0,-16,12,-28,28,-28v15,0,28,12,28,28v0,15,-13,28,-28,28","w":93},"\u2219":{"d":"58,-277r1,0r-1,0xm46,-84v-15,0,-28,-14,-28,-28v0,-16,12,-28,28,-28v15,0,28,12,28,28v0,15,-13,28,-28,28","w":93},"\u201a":{"d":"33,-53r45,0r-37,97r-26,0","w":93,"k":{"\u201a":14}},"\u201e":{"d":"105,-52r52,0v0,47,4,75,-24,103r-21,-14v11,-11,17,-23,18,-37r-25,0r0,-52xm20,-52r51,0v1,47,3,75,-25,104r-21,-15v12,-12,19,-24,20,-37r-25,0r0,-52","w":172},"\u2030":{"d":"81,-95v-39,-1,-61,-38,-61,-80v0,-42,22,-77,61,-77v37,0,61,36,61,77v0,43,-21,80,-61,80xm81,-226v-25,0,-26,21,-27,52v0,36,9,53,27,53v18,0,27,-16,27,-51v0,-30,-3,-54,-27,-54xm215,-252r28,0r-143,279r-28,0xm378,27v-39,0,-61,-37,-61,-80v0,-42,22,-76,61,-76v37,0,60,36,60,77v0,42,-20,80,-60,79xm378,-104v-24,3,-28,22,-28,52v0,36,10,54,28,54v18,0,26,-17,26,-52v-1,-30,-2,-52,-26,-54xm234,27v-39,0,-61,-37,-61,-80v0,-42,22,-76,61,-76v38,1,60,35,60,77v0,43,-20,80,-60,79xm234,-104v-24,3,-28,22,-28,52v0,36,10,54,28,54v18,0,27,-17,27,-52v0,-30,-3,-52,-27,-54","w":450},"\u00c2":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0xm64,-247r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":247},"\u00ca":{"d":"24,-231r130,0r0,46r-81,0r0,46r81,0r0,45r-81,0r0,48r81,0r0,46r-130,0r0,-231xm26,-247r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":172},"\u00c1":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0xm97,-246r24,-53r55,0r-48,53r-31,0","w":247},"\u00cb":{"d":"24,-231r130,0r0,46r-81,0r0,46r81,0r0,45r-81,0r0,48r81,0r0,46r-130,0r0,-231xm70,-274v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm149,-274v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":172},"\u00c8":{"d":"24,-231r130,0r0,46r-81,0r0,46r81,0r0,45r-81,0r0,48r81,0r0,46r-130,0r0,-231xm113,-246r-31,0r-48,-53r55,0","w":172},"\u00cd":{"d":"21,-231r49,0r0,231r-49,0r0,-231xm20,-246r24,-53r55,0r-48,53r-31,0","w":93},"\u00ce":{"d":"21,-231r49,0r0,231r-49,0r0,-231xm-13,-247r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":93},"\u00cf":{"d":"21,-231r49,0r0,231r-49,0r0,-231xm31,-274v1,13,-11,24,-24,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v13,0,24,11,24,23xm110,-274v0,13,-10,24,-23,24v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,23,12,23,23","w":93},"\u00cc":{"d":"21,-231r49,0r0,231r-49,0r0,-231xm74,-246r-31,0r-48,-53r55,0","w":93},"\u00d3":{"d":"131,3v-66,0,-115,-51,-115,-118v0,-65,52,-118,114,-118v67,0,118,51,118,118v0,67,-51,118,-117,118xm196,-115v0,-41,-25,-72,-64,-72v-39,0,-64,32,-64,73v0,39,26,71,63,71v39,0,65,-30,65,-72xm106,-246r24,-53r55,0r-48,53r-31,0","w":266},"\u00d4":{"d":"131,3v-66,0,-115,-51,-115,-118v0,-65,52,-118,114,-118v67,0,118,51,118,118v0,67,-51,118,-117,118xm196,-115v0,-41,-25,-72,-64,-72v-39,0,-64,32,-64,73v0,39,26,71,63,71v39,0,65,-30,65,-72xm73,-247r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":266},"\u00d2":{"d":"131,3v-66,0,-115,-51,-115,-118v0,-65,52,-118,114,-118v67,0,118,51,118,118v0,67,-51,118,-117,118xm196,-115v0,-41,-25,-72,-64,-72v-39,0,-64,32,-64,73v0,39,26,71,63,71v39,0,65,-30,65,-72xm160,-246r-31,0r-48,-53r55,0","w":266},"\u00da":{"d":"115,3v-56,0,-92,-37,-92,-82r0,-152r49,0r0,141v0,25,15,44,40,44v28,0,44,-17,43,-46r0,-139r49,0r0,150v-1,49,-37,84,-89,84xm87,-246r24,-53r55,0r-48,53r-31,0","w":228},"\u00db":{"d":"115,3v-56,0,-92,-37,-92,-82r0,-152r49,0r0,141v0,25,15,44,40,44v28,0,44,-17,43,-46r0,-139r49,0r0,150v-1,49,-37,84,-89,84xm54,-247r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":228},"\u00d9":{"d":"115,3v-56,0,-92,-37,-92,-82r0,-152r49,0r0,141v0,25,15,44,40,44v28,0,44,-17,43,-46r0,-139r49,0r0,150v-1,49,-37,84,-89,84xm141,-246r-31,0r-48,-53r55,0","w":228},"\u0131":{"d":"24,-151r45,0r0,151r-45,0r0,-151","w":93},"\u02c6":{"d":"0,-175r37,-52r46,0r37,52r-40,0r-21,-26r-19,26r-40,0","w":119},"\u02dc":{"d":"119,-221v3,63,-54,38,-87,29v-8,0,-12,5,-12,15r-22,0v-2,-26,9,-44,32,-44v23,0,58,35,67,0r22,0","w":119},"\u02c9":{"d":"3,-182r0,-33r114,0r0,33r-114,0","w":119},"\u02d8":{"d":"114,-227v1,46,-59,67,-92,38v-10,-9,-15,-22,-17,-38r24,0v1,17,11,25,30,25v19,0,30,-8,31,-25r24,0","w":119},"\u02d9":{"d":"84,-204v0,13,-11,25,-24,24v-13,0,-23,-12,-23,-24v0,-12,10,-23,23,-23v13,0,24,10,24,23","w":119},"\u02da":{"d":"25,-201v0,-17,17,-34,35,-34v17,0,34,17,34,34v0,18,-16,35,-34,35v-18,0,-35,-18,-35,-35xm44,-201v0,8,8,16,16,16v8,0,16,-8,16,-16v0,-8,-8,-15,-16,-15v-8,0,-16,7,-16,15","w":119},"\u00b8":{"d":"103,35v0,37,-57,45,-96,36r0,-21v21,2,62,8,62,-14v0,-19,-27,-16,-46,-12r5,-17v31,-11,75,-4,75,28","w":119},"\u02dd":{"d":"17,-175r24,-52r52,0r-45,52r-31,0xm83,-175r25,-52r50,0r-44,52r-31,0","w":119},"\u02db":{"d":"72,76v-43,3,-52,-46,-37,-81r26,0v-7,21,-7,58,21,54v7,0,15,-2,24,-5r0,24v-12,5,-23,8,-34,8","w":119},"\u02c7":{"d":"0,-227r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":119},"\u0141":{"d":"27,-231r50,0r0,78r27,-22r0,35r-27,23r0,68r68,0r0,49r-117,0r0,-76r-19,15r0,-35r18,-15r0,-120","w":153},"\u0142":{"d":"26,-235r45,0r0,85r20,-17r0,30r-20,16r0,121r-45,0r0,-83r-20,17r0,-30r20,-17r0,-122","w":93},"\u0160":{"d":"69,-103v-80,-17,-61,-131,20,-131v26,0,47,8,64,24r-31,34v-16,-10,-28,-14,-35,-14v-31,7,-23,39,11,50v35,12,59,28,61,70v2,39,-40,73,-81,73v-24,0,-47,-12,-70,-34r32,-38v15,15,28,23,41,23v38,-11,33,-47,-12,-57xm26,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":171},"\u0161":{"d":"21,-109v0,-50,82,-60,112,-21r-31,19v-12,-14,-31,-21,-38,-3v6,30,76,20,73,69v-3,39,-57,61,-93,38v-10,-7,-21,-15,-29,-28r37,-17v10,23,33,30,41,9v-4,-12,-12,-12,-26,-18v-30,-10,-46,-26,-46,-48xm17,-227r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":153},"\u017d":{"d":"26,-231r168,0r-104,183r100,0r0,48r-177,0r104,-184r-91,0r0,-47xm45,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":209},"\u017e":{"d":"21,-151r142,0r-80,110r68,0r0,41r-143,0r81,-110r-68,0r0,-41xm26,-227r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":172},"\u00a6":{"d":"87,-250r38,0r0,128r-38,0r0,-128xm87,-80r38,0r0,129r-38,0r0,-129","w":211},"\u00d0":{"d":"216,-117v2,73,-46,118,-119,117r-72,0r0,-100r-17,0r0,-27r17,0r0,-104r75,0v73,-2,114,47,116,114xm165,-118v0,-53,-33,-70,-90,-69r0,60r40,0r0,27r-40,0r0,56v59,3,90,-17,90,-74","w":228},"\u00f0":{"d":"29,-75v0,-52,48,-96,98,-74v-6,-14,-16,-27,-32,-40r-46,23r-11,-20r34,-17v-8,-4,-13,-7,-18,-9r22,-25v11,5,22,11,31,16r29,-15r11,20r-19,10v71,41,87,207,-22,209v-42,1,-77,-35,-77,-78xm108,-38v41,-2,40,-76,-1,-76v-18,0,-34,18,-34,37v0,20,17,39,35,39","w":198},"\u00dd":{"d":"6,-231r55,0r42,72r44,-72r55,0r-74,123r0,108r-49,0r0,-108xm78,-246r24,-53r55,0r-48,53r-31,0","w":209},"\u00fd":{"d":"9,-151r48,0r43,88r39,-88r46,0r-94,218r-47,0r34,-78xm69,-174r24,-53r55,0r-48,53r-31,0"},"\u00de":{"d":"177,-119v0,53,-42,78,-101,74r0,45r-50,0r0,-231r50,0r0,44v59,-6,101,16,101,68xm126,-116v-1,-25,-22,-31,-50,-29r0,60v29,2,51,-6,50,-31"},"\u00fe":{"d":"182,-74v0,65,-76,107,-112,48r0,92r-45,0r0,-301r45,0r1,106v37,-57,111,-9,111,55xm102,-110v-18,0,-31,18,-31,36v0,18,14,36,32,36v18,-1,31,-14,31,-35v0,-19,-14,-37,-32,-37"},"\u00d7":{"d":"28,-184r26,-27r66,66r66,-66r27,27r-66,66r65,65r-26,26r-65,-65r-66,65r-27,-26r66,-65","w":240},"\u00b9":{"d":"35,-233r50,0r0,142r-35,0r0,-112r-20,0","w":131},"\u00b2":{"d":"67,-235v69,0,59,73,13,114r38,0r0,30r-105,0r63,-82v8,-13,8,-32,-10,-31v-12,0,-19,7,-20,22r-36,0v2,-34,22,-53,57,-53","w":131},"\u00b3":{"d":"55,-177v27,6,33,-32,8,-32v-9,0,-15,6,-18,17r-32,0v2,-28,21,-41,50,-43v42,-3,66,43,35,68v38,21,17,84,-32,79v-30,-3,-51,-13,-54,-42r34,0v4,22,35,21,35,-1v0,-14,-11,-20,-26,-19r0,-27","w":131},"\u00bd":{"d":"27,-233r50,0r0,142r-35,0r0,-112r-20,0xm229,-234r30,0r-182,240r-31,0xm253,-141v69,0,59,73,13,114r38,0r0,30r-105,0r63,-82v8,-13,8,-32,-10,-31v-12,0,-19,7,-20,22r-36,0v2,-34,22,-53,57,-53","w":326},"\u00bc":{"d":"258,-139r29,0r0,86r13,0r0,27r-13,0r0,31r-34,0r0,-31r-60,0r0,-27xm219,-54r34,0r0,-42xm32,-233r50,0r0,142r-35,0r0,-112r-20,0xm230,-234r30,0r-182,240r-31,0","w":326},"\u00be":{"d":"267,-138r29,0r0,85r12,0r0,27r-12,0r0,31r-34,0r0,-31r-60,0r0,-27xm262,-96v-13,13,-22,29,-34,43r34,0r0,-43xm61,-177v27,6,33,-32,8,-32v-9,0,-15,6,-18,17r-32,0v2,-28,21,-41,50,-43v42,-3,66,43,35,68v38,21,17,84,-32,79v-30,-3,-51,-13,-54,-42r34,0v4,22,35,21,35,-1v0,-14,-11,-20,-26,-19r0,-27xm247,-234r30,0r-182,240r-31,0","w":326},"\u00ad":{"d":"5,-98r102,0r0,45r-102,0r0,-45","w":112},"\u00af":{"d":"-2,-257r0,-18r184,0r0,18r-184,0","w":180},"\u0102":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0xm177,-298v1,46,-59,67,-92,38v-10,-9,-15,-22,-17,-38r24,0v1,17,11,25,30,25v19,0,30,-8,31,-25r24,0","w":247},"\u0103":{"d":"9,-76v0,-63,76,-106,113,-54r0,-21r45,0r0,151r-45,0v-1,-8,2,-20,-1,-26v-13,17,-22,29,-48,29v-38,0,-64,-39,-64,-79xm88,-38v41,0,43,-72,1,-71v-19,-1,-32,17,-32,37v0,19,12,34,31,34xm146,-227v1,46,-59,67,-92,38v-10,-9,-15,-22,-17,-38r24,0v1,17,11,25,30,25v19,0,30,-8,31,-25r24,0","w":190},"\u0104":{"d":"259,68v-35,17,-78,7,-78,-33v0,-12,2,-24,5,-35r-19,-45r-88,0r-18,45r-50,0r92,-231r39,0r94,231r-24,0v-5,22,-2,52,23,49v7,0,15,-2,24,-5r0,24xm150,-87r-27,-68r-27,68r54,0","w":247},"\u0105":{"d":"9,-76v0,-62,76,-106,113,-54r0,-21r45,0r0,151r-19,0v-5,22,-2,52,23,49v7,0,15,-2,24,-5r0,24v-49,26,-96,-11,-73,-68v-1,-8,2,-20,-1,-26v-13,17,-22,28,-48,29v-38,1,-64,-39,-64,-79xm57,-72v0,19,12,34,31,34v20,0,33,-17,33,-37v0,-17,-14,-34,-32,-34v-19,0,-32,17,-32,37","w":190},"\u0106":{"d":"17,-114v-1,-89,93,-151,179,-104r0,56v-55,-41,-129,-25,-128,49v0,69,74,86,128,47r0,56v-93,40,-178,-14,-179,-104xm99,-246r24,-53r55,0r-48,53r-31,0","w":209},"\u0107":{"d":"62,-77v0,35,37,40,69,25r0,45v-58,30,-118,-11,-118,-69v0,-61,62,-97,118,-68r0,43v-29,-17,-69,-13,-69,24xm57,-174r24,-53r55,0r-48,53r-31,0","w":145},"\u010c":{"d":"17,-114v-1,-89,93,-151,179,-104r0,56v-55,-41,-129,-25,-128,49v0,69,74,86,128,47r0,56v-93,40,-178,-14,-179,-104xm68,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":209},"\u010d":{"d":"62,-77v0,35,37,40,69,25r0,45v-58,30,-118,-11,-118,-69v0,-61,62,-97,118,-68r0,43v-29,-17,-69,-13,-69,24xm27,-227r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":145},"\u010e":{"d":"213,-115v0,69,-47,115,-116,115r-75,0r0,-231r79,0v67,0,112,48,112,116xm162,-117v0,-52,-35,-75,-90,-70r0,142v57,4,90,-16,90,-72xm47,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":228},"\u010f":{"d":"192,-232r40,0v1,36,2,58,-20,79r-15,-11v9,-9,15,-18,15,-28r-20,0r0,-40xm10,-76v0,-64,76,-106,112,-55r0,-104r45,0r0,235r-44,0v-1,-8,2,-20,-1,-26v-37,59,-112,15,-112,-50xm121,-76v1,-18,-15,-34,-33,-34v-37,0,-40,72,-1,72v20,0,34,-17,34,-38","w":245},"\u0110":{"d":"216,-117v2,73,-46,118,-119,117r-72,0r0,-100r-17,0r0,-27r17,0r0,-104r75,0v72,-1,114,47,116,114xm165,-118v0,-54,-33,-70,-90,-69r0,60r40,0r0,27r-40,0r0,56v59,3,90,-18,90,-74","w":228},"\u0111":{"d":"10,-76v0,-64,76,-107,112,-55r0,-48r-40,0r0,-27r40,0r0,-29r45,0r0,29r23,0r0,27r-23,0r0,179r-44,0v-1,-8,2,-20,-1,-26v-37,59,-112,15,-112,-50xm89,-110v-38,0,-41,72,-2,72v20,0,34,-17,34,-38v0,-16,-14,-34,-32,-34"},"\u0118":{"d":"143,68v-35,17,-79,7,-78,-33v0,-12,1,-24,4,-35r-45,0r0,-231r130,0r0,46r-81,0r0,46r81,0r0,45r-81,0r0,48r81,0r0,46r-58,0v-5,21,-3,52,22,49v7,0,16,-2,25,-5r0,24","w":172},"\u0119":{"d":"54,-65v0,36,48,44,63,14r41,14v-13,23,-33,36,-59,39v-5,21,0,50,23,47v7,0,15,-2,24,-5r0,24v-34,17,-79,7,-78,-33v0,-10,1,-22,4,-33v-38,-4,-64,-35,-63,-79v1,-47,31,-76,77,-77v46,0,80,39,76,89r-108,0xm115,-95v-3,-39,-59,-35,-60,0r60,0","w":172},"\u011a":{"d":"24,-231r130,0r0,46r-81,0r0,46r81,0r0,45r-81,0r0,48r81,0r0,46r-130,0r0,-231xm34,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":172},"\u011b":{"d":"86,-154v46,0,80,40,76,89r-108,0v0,36,48,44,63,14r41,14v-33,67,-149,46,-149,-40v0,-43,34,-77,77,-77xm55,-95r60,0v-3,-39,-59,-35,-60,0xm30,-227r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":172},"\u0139":{"d":"24,-231r50,0r0,181r68,0r0,50r-118,0r0,-231xm52,-246r24,-53r55,0r-48,53r-31,0","w":153},"\u013a":{"d":"23,-235r45,0r0,235r-45,0r0,-235xm20,-251r24,-53r55,0r-48,53r-31,0","w":93},"\u013d":{"d":"24,-231r50,0r0,181r68,0r0,50r-118,0r0,-231xm23,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":153},"\u013e":{"d":"92,-232r39,0v0,36,2,58,-19,79r-16,-11v9,-9,15,-18,15,-28r-19,0r0,-40xm23,-235r45,0r0,235r-45,0r0,-235","w":146},"\u0143":{"d":"176,-231r49,0r0,231r-49,0r-106,-149r0,149r-49,0r0,-231r49,0r106,149r0,-149xm98,-246r24,-53r55,0r-48,53r-31,0","w":247},"\u0144":{"d":"98,-115v-41,4,-25,72,-28,115r-45,0r0,-151r45,0r0,18v37,-42,98,-18,98,41r0,92r-46,0v-5,-42,16,-110,-24,-115xm74,-174r24,-53r55,0r-48,53r-31,0"},"\u0147":{"d":"176,-231r49,0r0,231r-49,0r-106,-149r0,149r-49,0r0,-231r49,0r106,149r0,-149xm65,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":247},"\u0148":{"d":"98,-115v-41,4,-25,72,-28,115r-45,0r0,-151r45,0r0,18v37,-42,98,-18,98,41r0,92r-46,0v-5,-42,16,-110,-24,-115xm37,-227r40,0r19,26r21,-26r40,0r-37,52r-46,0"},"\u0150":{"d":"131,3v-66,0,-115,-51,-115,-118v0,-65,52,-118,114,-118v67,0,118,51,118,118v0,67,-51,118,-117,118xm196,-115v0,-41,-25,-72,-64,-72v-39,0,-64,32,-64,73v0,39,26,71,63,71v39,0,65,-30,65,-72xm75,-246r24,-52r52,0r-45,52r-31,0xm141,-246r25,-52r50,0r-44,52r-31,0","w":266},"\u0151":{"d":"96,3v-46,0,-79,-35,-79,-78v-1,-45,35,-80,80,-80v42,0,76,36,76,79v0,44,-33,79,-77,79xm96,-38v18,0,33,-18,33,-37v0,-18,-15,-38,-33,-38v-18,0,-34,17,-34,36v0,20,15,40,34,39xm43,-175r24,-52r52,0r-45,52r-31,0xm109,-175r25,-52r50,0r-44,52r-31,0"},"\u0154":{"d":"99,-231v84,-10,99,113,32,135r64,96r-57,0r-60,-89r-5,0r0,89r-50,0r0,-231r76,0xm123,-161v-1,-24,-23,-31,-50,-29r0,60v29,2,51,-6,50,-31xm67,-246r24,-53r55,0r-48,53r-31,0","w":209},"\u0155":{"d":"105,-103v-52,-12,-39,56,-40,103r-46,0r0,-151r45,0v1,7,-2,17,1,22v8,-15,19,-26,40,-24r0,50xm38,-174r24,-53r55,0r-48,53r-31,0","w":112},"\u0158":{"d":"99,-231v84,-10,99,113,32,135r64,96r-57,0r-60,-89r-5,0r0,89r-50,0r0,-231r76,0xm123,-161v-1,-24,-23,-31,-50,-29r0,60v29,2,51,-6,50,-31xm36,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":209},"\u0159":{"d":"105,-103v-52,-12,-39,56,-40,103r-46,0r0,-151r45,0v1,7,-2,17,1,22v8,-15,19,-26,40,-24r0,50xm7,-227r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":112},"\u015a":{"d":"69,-103v-80,-17,-61,-131,20,-131v26,0,47,8,64,24r-31,34v-16,-10,-28,-14,-35,-14v-31,7,-23,39,11,50v35,12,59,28,61,70v2,39,-40,73,-81,73v-24,0,-47,-12,-70,-34r32,-38v15,15,28,23,41,23v38,-11,33,-47,-12,-57xm66,-246r24,-53r55,0r-48,53r-31,0","w":171},"\u015b":{"d":"21,-109v0,-50,82,-60,112,-21r-31,19v-12,-14,-31,-21,-38,-3v6,30,76,20,73,69v-3,39,-57,61,-93,38v-10,-7,-21,-15,-29,-28r37,-17v10,23,33,30,41,9v-4,-12,-12,-12,-26,-18v-30,-10,-46,-26,-46,-48xm51,-174r24,-53r55,0r-48,53r-31,0","w":153},"\u015e":{"d":"68,5r39,0v0,36,2,58,-19,79r-16,-11v9,-9,15,-19,15,-29r-19,0r0,-39xm69,-103v-80,-17,-61,-131,20,-131v26,0,47,8,64,24r-31,34v-16,-10,-28,-14,-35,-14v-31,7,-23,39,11,50v35,12,59,28,61,70v2,39,-40,73,-81,73v-24,0,-47,-12,-70,-34r32,-38v15,15,28,23,41,23v38,-11,33,-47,-12,-57","w":171},"\u015f":{"d":"60,5r39,0v0,36,2,58,-19,79r-15,-11v9,-9,14,-19,14,-29r-19,0r0,-39xm21,-109v0,-50,82,-60,112,-21r-31,19v-12,-14,-31,-21,-38,-3v6,30,76,20,73,69v-3,39,-57,61,-93,38v-10,-7,-21,-15,-29,-28r37,-17v10,23,33,30,41,9v-4,-12,-12,-12,-26,-18v-30,-10,-46,-26,-46,-48","w":153},"\u0162":{"d":"66,5r40,0v1,36,2,58,-20,79r-15,-11v9,-9,14,-19,14,-29r-19,0r0,-39xm8,-231r155,0r0,49r-53,0r0,182r-50,0r0,-182r-52,0r0,-49","w":172},"\u0163":{"d":"24,5r39,0v1,36,2,58,-20,79r-15,-11v9,-9,15,-19,15,-29r-19,0r0,-39xm21,-203r45,0r0,52r22,0r0,41r-22,0r0,110r-45,0r0,-110r-17,0r0,-41r17,0r0,-52","w":93},"\u0164":{"d":"8,-231r155,0r0,49r-53,0r0,182r-50,0r0,-182r-52,0r0,-49xm25,-299r40,0r19,26r21,-26r40,0r-37,52r-46,0","w":172},"\u0165":{"d":"95,-232r39,0v0,36,2,58,-19,79r-16,-11v9,-9,15,-18,15,-28r-19,0r0,-40xm21,-203r45,0r0,52r22,0r0,41r-22,0r0,110r-45,0r0,-110r-17,0r0,-41r17,0r0,-52","w":143},"\u016e":{"d":"115,3v-56,0,-92,-37,-92,-82r0,-152r49,0r0,141v0,25,15,44,40,44v28,0,44,-17,43,-46r0,-139r49,0r0,150v-1,49,-37,84,-89,84xm78,-273v0,-17,17,-34,35,-34v17,0,34,17,34,34v0,18,-16,35,-34,35v-18,0,-35,-18,-35,-35xm97,-273v0,8,8,16,16,16v8,0,16,-8,16,-16v0,-8,-8,-15,-16,-15v-8,0,-16,7,-16,15","w":228},"\u016f":{"d":"95,3v-44,0,-74,-28,-74,-70r0,-84r46,0v3,42,-13,109,27,109v42,0,28,-66,30,-109r46,0r0,88v0,38,-35,66,-75,66xm60,-201v0,-17,17,-34,35,-34v17,0,34,17,34,34v0,18,-16,35,-34,35v-18,0,-35,-18,-35,-35xm79,-201v0,8,8,16,16,16v8,0,16,-8,16,-16v0,-8,-8,-15,-16,-15v-8,0,-16,7,-16,15"},"\u0170":{"d":"115,3v-56,0,-92,-37,-92,-82r0,-152r49,0r0,141v0,25,15,44,40,44v28,0,44,-17,43,-46r0,-139r49,0r0,150v-1,49,-37,84,-89,84xm54,-246r24,-52r52,0r-45,52r-31,0xm120,-246r25,-52r50,0r-44,52r-31,0","w":228},"\u0171":{"d":"95,3v-44,0,-74,-28,-74,-70r0,-84r46,0v3,42,-13,109,27,109v42,0,28,-66,30,-109r46,0r0,88v0,38,-35,66,-75,66xm37,-175r24,-52r52,0r-45,52r-31,0xm103,-175r25,-52r50,0r-44,52r-31,0"},"\u0179":{"d":"26,-231r168,0r-104,183r100,0r0,48r-177,0r104,-184r-91,0r0,-47xm79,-246r24,-53r55,0r-48,53r-31,0","w":209},"\u017a":{"d":"21,-151r142,0r-80,110r68,0r0,41r-143,0r81,-110r-68,0r0,-41xm65,-174r24,-53r55,0r-48,53r-31,0","w":172},"\u017b":{"d":"26,-231r168,0r-104,183r100,0r0,48r-177,0r104,-184r-91,0r0,-47xm133,-273v0,13,-11,25,-24,24v-13,0,-23,-12,-23,-24v0,-12,10,-23,23,-23v13,0,24,10,24,23","w":209},"\u017c":{"d":"21,-151r142,0r-80,110r68,0r0,41r-143,0r81,-110r-68,0r0,-41xm110,-204v0,13,-11,25,-24,24v-13,0,-23,-12,-23,-24v0,-12,10,-23,23,-23v13,0,24,10,24,23","w":172},"\u00a4":{"d":"51,-75v-17,-22,-18,-66,0,-87r-23,-24r24,-25r24,23v22,-17,66,-17,88,0r24,-23r24,25r-23,24v17,24,17,65,0,87r23,23r-24,25r-24,-23v-21,17,-68,18,-88,0r-23,23r-25,-25xm167,-119v0,-25,-22,-47,-47,-47v-25,0,-47,22,-47,47v0,25,22,47,47,47v25,0,47,-22,47,-47","w":240}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright The Monotype Corporation 1991-1997. All rights
 * reserved. Twentieth Century is a trademark of The Monotype Corporation which may
 * be registered in certain jurisdictions.
 * 
 * Trademark:
 * Twentieth Century is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Description:
 * 20th Century was designed and drawn by Sol Hess in the Lanston Monotype drawing
 * office between 1936 and 1947. The first weights were added to the Monotype
 * typeface library in 1959. This is a face based on geometric shapes which
 * originated in Germany in the early 1920's and became an integral part of the
 * Bauhaus movement of that time. Form and function became the key words,
 * unnecessary decoration was scorned. This clean cut, sans serif with geometric
 * shapes was most appropriate. The lighter weights can be used for text setting,
 * the bold and condensed fonts are suitable for display in headlines and
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Sol Hess
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":180,"face":{"font-family":"tcm","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 1 4 9 6 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-66 -330 434 95","underline-thickness":"21.0938","underline-position":"-16.1719","slope":"-7","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":99},"!":{"d":"56,-224r30,0r-25,168r-30,0xm40,3v-10,0,-20,-9,-19,-19v-1,-10,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19","w":97},"\"":{"d":"47,-166v0,-34,4,-65,11,-92r36,0v-6,34,-16,64,-28,92r-19,0xm105,-166v0,-34,4,-65,11,-92r36,0v-6,34,-16,64,-28,92r-19,0","w":127},"#":{"d":"16,-171r57,0r15,-71r22,0r-16,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,21r-57,0r-15,71r-22,0r16,-71r-75,0r-15,71r-21,0r14,-71r-34,0r0,-21r39,0r14,-65r-53,0r0,-22xm90,-149r-14,64r75,0r13,-64r-74,0","w":240},"$":{"d":"44,-166v-1,-37,35,-68,74,-66r4,-29r16,0r-4,31v26,8,31,15,47,35r-25,18v-6,-10,-16,-16,-27,-20r-11,71v50,18,70,71,33,110v-12,13,-30,20,-52,23r-7,38r-15,0r6,-39v-30,-4,-52,-20,-66,-47r28,-13v10,17,25,27,43,29r11,-75v-34,-16,-53,-28,-55,-66xm113,-200v-19,1,-37,16,-37,35v0,12,9,22,28,31xm113,-92r-10,66v41,-9,44,-52,10,-66","w":198},"%":{"d":"257,-262r29,0r-187,269r-31,0xm80,-105v-32,0,-49,-27,-49,-60v-1,-50,25,-97,69,-97v31,0,49,27,49,61v1,47,-27,96,-69,96xm83,-128v23,0,36,-44,35,-75v0,-18,-7,-36,-21,-36v-24,0,-35,44,-35,76v0,19,5,35,21,35xm256,7v-32,0,-50,-26,-50,-62v0,-44,24,-95,69,-95v31,0,48,27,48,61v0,46,-26,95,-67,96xm258,-17v23,0,34,-44,34,-76v0,-19,-5,-34,-20,-35v-24,0,-35,49,-35,76v-1,19,5,35,21,35","w":356},"&":{"d":"213,-81v-12,18,-24,28,-33,39r30,41r-36,0r-16,-21v-46,47,-132,35,-132,-30v0,-29,20,-55,61,-79v-9,-19,-19,-31,-19,-53v0,-27,28,-48,57,-48v28,0,51,20,51,46v0,23,-17,44,-51,64v11,18,24,37,37,56v9,-9,20,-21,30,-34xm123,-205v-35,1,-25,37,-11,58v21,-16,31,-17,35,-39v-1,-11,-10,-20,-24,-19xm58,-53v0,43,55,37,83,7r-40,-59v-28,16,-43,33,-43,52","w":240},"'":{"d":"46,-166v1,-34,5,-64,12,-92r36,0v-6,34,-16,64,-28,92r-20,0","w":68},"(":{"d":"124,-213v-67,65,-81,190,-31,270r-23,12v-59,-87,-35,-241,36,-300","w":119},")":{"d":"-4,49v63,-59,83,-182,30,-267r23,-13v57,92,40,229,-35,299","w":119},"*":{"d":"15,-148v-1,-23,36,-18,51,-26r0,-6v-17,-8,-49,-4,-51,-25v14,-44,39,21,59,15v1,-20,-24,-53,4,-58v29,3,4,38,5,58r5,3v16,-9,21,-33,40,-33v7,0,16,7,15,15v-2,21,-36,17,-52,25r0,6v18,10,49,3,52,25v-12,34,-42,-8,-55,-19v-20,9,27,58,-10,61v-29,-4,-3,-40,-4,-58v-17,-7,-43,58,-59,17","w":157},"+":{"d":"24,-128r84,0r0,-84r23,0r0,84r85,0r0,23r-85,0r0,84r-23,0r0,-84r-84,0r0,-23","w":240},",":{"d":"53,-40r25,14r-50,81r-19,-11","w":97,"k":{"\u2019":14,"\u201d":22}},"-":{"d":"25,-87r75,0r-5,30r-75,0","w":119},".":{"d":"39,3v-13,0,-25,-11,-24,-24v0,-12,11,-23,24,-23v12,0,24,11,24,23v0,13,-11,24,-24,24","w":78,"k":{"\u201d":14}},"\/":{"d":"156,-261r20,0r-146,340r-21,0"},"0":{"d":"86,7v-43,0,-70,-40,-70,-98v0,-68,36,-142,94,-142v44,0,72,40,72,95v0,72,-34,145,-96,145xm87,-25v41,0,64,-64,63,-114v0,-30,-13,-62,-38,-62v-39,0,-65,63,-64,112v1,32,12,64,39,64","w":198},"1":{"d":"70,-224r67,0r-33,224r-31,0r29,-194r-40,0","w":198},"2":{"d":"115,-202v-24,0,-44,18,-44,46r-30,0v0,-46,34,-75,74,-76v50,-2,88,53,61,103v-23,42,-62,65,-92,99r83,0r-4,30r-151,0r116,-114v38,-30,36,-88,-13,-88","w":198},"3":{"d":"109,-205v-20,1,-32,17,-33,40r-33,0v3,-41,25,-66,64,-67v35,-1,68,26,68,60v-1,27,-21,48,-45,55v27,13,41,33,41,58v0,55,-82,87,-127,49v-14,-12,-23,-27,-24,-47r31,0v10,52,86,44,87,-5v0,-24,-23,-40,-49,-39r4,-28v28,-3,48,-16,50,-41v1,-19,-15,-36,-34,-35","w":198},"4":{"d":"182,-233r-24,163r24,0r-4,27r-24,0r-6,43r-27,0r6,-43r-111,0xm73,-70r58,0r12,-79","w":198},"5":{"d":"92,-25v53,0,79,-96,10,-95v-15,0,-34,4,-56,13r39,-117r100,0r-9,29r-69,0r-16,49v48,-10,86,20,87,64v1,60,-62,109,-124,81v-13,-5,-27,-17,-42,-36r23,-23v14,23,33,35,57,35","w":198},"6":{"d":"91,7v-52,0,-91,-56,-63,-107v25,-45,66,-83,97,-124r38,0r-67,80v48,-5,81,22,82,63v1,44,-43,88,-87,88xm91,-25v55,0,79,-94,16,-98v-28,-1,-57,30,-57,58v-1,21,20,40,41,40","w":198},"7":{"d":"22,-225r172,0r-165,237r-24,-17r132,-190r-119,0","w":198},"8":{"d":"177,-177v0,26,-19,48,-43,54v72,31,38,130,-37,130v-37,0,-76,-29,-75,-66v1,-30,24,-59,51,-66v-56,-32,-15,-108,40,-108v33,0,64,25,64,56xm108,-137v40,2,52,-70,6,-68v-40,-3,-50,68,-6,68xm95,-20v26,1,48,-23,48,-49v0,-24,-18,-42,-41,-42v-55,0,-66,91,-7,91","w":198},"9":{"d":"107,-233v51,0,91,57,63,106v-26,47,-75,95,-109,138r-22,-19r63,-74v-49,5,-83,-21,-84,-64v-1,-45,43,-87,89,-87xm92,-103v24,1,55,-31,55,-57v0,-21,-19,-41,-40,-41v-57,0,-80,96,-15,98","w":198},":":{"d":"54,-84v-10,1,-19,-10,-19,-19v0,-9,9,-20,19,-19v10,-1,20,9,19,19v1,10,-9,20,-19,19xm41,3v-10,0,-20,-9,-19,-19v-1,-10,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19","w":97},";":{"d":"69,-82v-10,1,-20,-9,-19,-19v-1,-10,10,-19,19,-19v9,0,19,10,19,19v0,9,-9,20,-19,19xm50,-40r25,15r-51,79r-18,-10","w":97},"<":{"d":"215,-26r-190,-80r0,-21r190,-80r0,25r-159,65r159,66r0,25","w":240},"=":{"d":"24,-170r192,0r0,23r-192,0r0,-23xm24,-88r192,0r0,23r-192,0r0,-23","w":240},">":{"d":"24,-207r191,80r0,21r-191,80r0,-25r160,-65r-160,-66r0,-25","w":240},"?":{"d":"54,-103v-1,10,11,18,21,18v14,0,21,-7,22,-20v9,1,24,-3,29,2v0,26,-23,48,-51,48v-46,0,-68,-65,-29,-90v13,-13,63,-18,64,-42v-6,-25,-50,-20,-48,11r-30,0v-5,-66,103,-75,107,-11v3,53,-78,43,-85,84xm60,3v-10,1,-20,-9,-19,-19v-1,-10,9,-20,19,-19v10,-1,19,10,19,19v0,9,-9,20,-19,19","w":157},"@":{"d":"199,50v54,0,104,-23,123,-53r31,0v-23,44,-81,79,-155,79v-104,0,-179,-57,-177,-158v2,-104,65,-180,173,-180v83,0,151,57,151,137v0,58,-51,126,-106,126v-24,0,-31,-9,-34,-30v-41,60,-117,21,-117,-49v0,-75,94,-160,144,-80r6,-27r31,0r-30,145v0,7,6,12,12,12v36,-8,68,-52,68,-98v1,-65,-59,-111,-126,-111v-83,0,-147,68,-147,152v0,89,62,135,153,135xm222,-113v0,-29,-15,-52,-42,-52v-32,0,-60,51,-60,89v0,26,15,50,38,51v34,0,64,-50,64,-88","w":365},"A":{"d":"141,-233r61,233r-30,0r-13,-52r-89,0r-30,52r-34,0xm131,-158r-47,82r69,0","w":217,"k":{"\u2019":22,"\u201d":29,"y":7,"w":14,"v":11,"Y":25,"W":29,"V":25,"U":11,"T":14,"Q":4,"O":4}},"B":{"d":"160,-62v-2,59,-72,66,-139,62r33,-224v55,-4,106,5,106,54v0,23,-12,41,-36,54v24,12,36,30,36,54xm70,-130v46,6,77,-34,47,-60v-7,-6,-20,-7,-37,-7xm129,-64v-3,-28,-25,-41,-63,-39v-1,24,-12,55,-9,76v44,1,66,-4,72,-37","k":{"\u00dc":7,"\u00c5":14,"\u00c4":14,"U":7,"A":14,".":7,",":29}},"C":{"d":"11,-110v0,-100,122,-161,199,-93r-10,35v-51,-63,-157,-22,-157,57v0,69,79,112,142,69r-5,37v-82,41,-169,-20,-169,-105","w":217,"k":{".":7,",":25}},"D":{"d":"209,-126v-1,102,-83,137,-197,126r33,-224v91,-9,164,17,164,98xm47,-30v97,13,161,-63,118,-137v-17,-29,-43,-26,-94,-27","w":217,"k":{"\u00c5":18,"\u00c4":18,"Y":25,"W":22,"V":14,"A":18,".":11,",":36}},"E":{"d":"42,-224r106,0r-5,30r-75,0r-9,56r76,0r-5,30r-75,0r-11,77r74,0r-4,31r-105,0","w":157},"F":{"d":"43,-224r105,0r-4,30r-75,0r-8,56r74,0r-4,30r-74,0r-16,108r-31,0","w":157,"k":{"\u00f6":18,"\u00e5":14,"\u00e4":14,"\u00c5":32,"\u00c4":32,"r":7,"o":18,"l":11,"e":14,"a":14,"A":32,".":50,",":68}},"G":{"d":"10,-106v0,-84,89,-155,176,-115v16,7,31,18,43,32r-24,22v-15,-20,-41,-32,-72,-33v-49,-2,-92,46,-92,94v0,44,32,82,76,81v32,0,56,-14,73,-41r-56,0r0,-30r99,0v-8,59,-51,104,-115,104v-63,1,-108,-49,-108,-114","w":240,"k":{".":4,",":25}},"H":{"d":"52,-224r30,0r-13,87r98,0r13,-87r30,0r-34,224r-29,0r16,-108r-98,0r-16,108r-31,0","w":217},"I":{"d":"57,-224r31,0r-33,224r-31,0","w":97},"J":{"d":"93,-224r30,0r-28,185v-3,42,-54,62,-89,33r14,-26v22,14,43,14,47,-16","w":138,"k":{"\u00fc":7,"\u00f6":7,"\u00e5":7,"\u00e4":7,"\u00c5":18,"\u00c4":18,"y":4,"u":7,"o":7,"e":7,"a":7,"A":18,";":22,":":14,".":18,",":36}},"K":{"d":"41,-224r30,0r-12,89r90,-89r41,0r-105,104r100,120r-38,0r-92,-110r-16,110r-30,0","w":198,"k":{"\u00fc":4,"\u00f6":18,"\u00e5":7,"\u00e4":7,"\u00d6":11,"y":11,"w":22,"v":18,"u":4,"o":18,"e":7,"a":7,"O":11,"G":11,"C":11}},"L":{"d":"50,-224r30,0r-28,193r65,0r-4,31r-96,0","w":138,"k":{"\u2019":14,"\u201d":14,"\u00dc":4,"y":4,"w":14,"Y":22,"W":29,"V":18,"U":4,"T":11}},"M":{"d":"86,-233r55,171r100,-171r20,233r-29,0r-11,-140r-88,149r-49,-151r-49,142r-32,0","w":277},"N":{"d":"52,-235r129,170r24,-159r29,0r-33,233r-130,-170r-23,161r-30,0","w":240,"k":{"\u00c5":4,"\u00c4":4,"A":4,".":7,",":11}},"O":{"d":"135,8v-66,0,-120,-52,-120,-118v0,-67,60,-122,128,-122v63,0,117,52,117,115v0,69,-57,125,-125,125xm135,-24v49,0,93,-40,93,-90v0,-48,-38,-86,-86,-86v-50,-1,-95,39,-95,89v0,50,39,87,88,87","w":277,"k":{"\u00c5":18,"\u00c4":18,"Y":32,"X":22,"W":25,"V":18,"T":14,"A":18,".":18,",":40}},"P":{"d":"165,-160v0,49,-44,74,-106,69r-14,91r-30,0r33,-224v63,-6,117,8,117,64xm63,-118v60,9,95,-52,45,-77v-6,-2,-17,-2,-33,-2","k":{"\u00e5":14,"\u00c5":36,"\u00c4":36,"o":18,"e":18,"a":14,"A":36,".":54,",":72}},"Q":{"d":"144,-232v61,0,116,52,116,115v0,40,-16,73,-47,98r27,33r-38,0r-14,-18v-80,38,-173,-20,-173,-106v0,-67,61,-122,129,-122xm48,-110v1,59,55,104,119,80r-33,-43r37,0r23,29v21,-16,33,-39,34,-70v1,-48,-38,-86,-85,-86v-50,0,-96,39,-95,90","w":277,"k":{"Y":29,"W":29,"V":25,"U":7,"T":4,"A":18,".":14,",":18}},"R":{"d":"166,-159v0,34,-28,59,-59,66r48,93r-32,0r-48,-91r-15,0r-14,91r-30,0r33,-224v63,-5,116,10,117,65xm65,-118v62,10,93,-53,43,-76v-7,-3,-18,-3,-32,-3","k":{"\u00fc":4,"\u00f6":11,"\u00e5":4,"\u00e4":4,"\u00dc":4,"u":4,"o":11,"e":4,"a":4,"Y":22,"W":25,"V":11,"U":4,"T":4,"G":-4,"C":-4}},"S":{"d":"35,-166v0,-69,108,-91,138,-28r-26,17v-19,-35,-76,-27,-80,11v9,50,98,41,95,106v-2,53,-74,89,-122,54v-13,-10,-25,-20,-31,-35r28,-13v20,44,87,36,93,-7v-10,-49,-95,-40,-95,-105","k":{".":7,",":29}},"T":{"d":"27,-224r146,0r-4,30r-58,0r-29,194r-30,0r28,-194r-58,0","w":157,"k":{"\u00e5":18,"\u00d6":-7,"\u00c5":14,"\u00c4":14,"z":7,"y":4,"w":11,"u":11,"s":18,"r":4,"o":25,"m":22,"e":22,"c":25,"a":18,"Q":-7,"O":-7,"G":-7,"C":-7,"A":14,";":36,":":18,".":22,"-":18,",":36}},"U":{"d":"162,-12v-49,42,-150,18,-138,-63r22,-149r30,0r-23,161v-3,45,63,51,90,27v11,-9,18,-21,20,-37r22,-151r30,0r-24,158v-3,23,-13,41,-29,54","w":217,"k":{"\u00c5":14,"\u00c4":14,"A":14,".":7,",":25}},"V":{"d":"30,-224r29,0r47,159r93,-159r33,0r-135,232","w":217,"k":{"\u00e5":7,"\u00d6":-4,"\u00c5":29,"\u00c4":29,"y":4,"u":7,"r":4,"o":22,"e":11,"a":7,"Q":-4,"O":-4,"G":-7,"C":-7,"A":29,";":25,":":18,".":29,"-":22,",":36}},"W":{"d":"204,-233r52,165r82,-156r32,0r-120,233r-52,-166r-86,166r-78,-233r31,0r53,157","w":360,"k":{"\u00e5":11,"\u00c5":22,"\u00c4":22,"u":4,"r":4,"o":14,"e":7,"d":7,"a":11,"G":-7,"C":-7,"A":22,";":32,":":22,".":25,"-":18,",":36}},"X":{"d":"38,-224r33,0r41,80r56,-80r36,0r-77,110r57,114r-32,0r-44,-87r-60,87r-36,0r81,-117","w":198},"Y":{"d":"35,-224r32,0r43,87r62,-87r35,0r-86,120r-16,104r-30,0r16,-109","w":198,"k":{"\u00e5":25,"\u00c5":18,"\u00c4":18,"v":18,"u":18,"q":22,"p":25,"o":36,"i":7,"e":25,"d":25,"a":25,"A":18,";":25,":":18,".":22,"-":22,",":32}},"Z":{"d":"45,-224r151,0r-136,194r119,0r-5,30r-171,0r136,-194r-98,0","w":198},"[":{"d":"49,-227r64,0r-3,22r-39,0r-34,241r40,0r-3,21r-65,0","w":119},"\\":{"d":"12,-261r20,0r146,340r-20,0"},"]":{"d":"49,-227r64,0r-40,284r-64,0r4,-21r39,0r34,-241r-40,0","w":119},"^":{"d":"42,-121r-33,0r63,-141r25,0r62,141r-32,0r-43,-105","w":168},"_":{"d":"-2,45r0,-18r184,0r0,18r-184,0"},"`":{"d":"80,-172r-35,-48r39,0r20,48r-24,0","w":119},"a":{"d":"9,-69v0,-68,96,-107,128,-41r4,-31r30,0r-21,141r-30,0r2,-15v-43,45,-113,3,-113,-54xm87,-21v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-26,-1,-47,25,-47,51v0,27,20,48,46,48","k":{"v":-7,"t":-7,"b":-4}},"b":{"d":"98,4v-26,0,-46,-18,-54,-36r-4,32r-31,0r36,-234r30,0r-16,108v46,-42,113,-4,113,54v0,39,-36,76,-74,76xm93,-22v26,1,47,-25,47,-51v0,-26,-21,-49,-46,-48v-27,0,-49,24,-48,52v0,25,22,47,47,47","k":{"\u00fc":-7,"y":7,"w":11,"v":4,"u":-7,".":4,",":25}},"c":{"d":"46,-69v0,41,42,56,77,30r-5,35v-55,25,-101,-13,-101,-66v0,-59,66,-95,117,-61r-4,31v-37,-29,-84,-11,-84,31","w":138,"k":{"y":-7,"l":-7,"k":-4,"h":-7,",":22}},"d":{"d":"7,-69v0,-66,98,-108,128,-41r19,-124r30,0r-36,234r-29,0r2,-16v-41,45,-114,5,-114,-53xm85,-20v26,0,48,-25,47,-52v0,-25,-21,-47,-46,-47v-27,0,-48,24,-48,52v0,25,21,47,47,47","k":{"w":4,"v":-7,"d":-4}},"e":{"d":"83,-144v39,1,71,35,65,81r-112,0v3,46,56,60,84,22r17,17v-36,52,-129,26,-129,-43v0,-41,34,-79,75,-77xm38,-85r83,0v-5,-49,-78,-43,-83,0","w":157,"k":{"y":4,"x":4,"w":4,"v":4,"g":4,".":4,",":22}},"f":{"d":"124,-229r-9,29v-40,-20,-34,32,-40,59r36,0r-5,28r-35,0r-17,113r-30,0r17,-113r-28,0r4,-28r28,0v7,-41,4,-92,52,-93v8,0,17,2,27,5","w":119,"k":{"\u2019":-32,"\u201d":-22,"o":4,"e":7,"a":7,".":22,",":36,"!":7," ":-29}},"g":{"d":"22,-68v0,-69,104,-107,128,-41r5,-32r30,0v-17,85,-1,209,-104,209v-35,0,-63,-24,-65,-60r28,0v3,39,52,41,74,18v10,-10,17,-24,18,-41v-46,44,-114,5,-114,-53xm99,-21v28,0,48,-24,48,-52v0,-24,-22,-48,-47,-47v-24,0,-46,26,-46,52v0,25,20,47,45,47","w":198,"k":{".":7,",":18}},"h":{"d":"114,-88v2,-35,-32,-41,-51,-15v-19,26,-17,66,-24,103r-30,0r29,-234r31,0r-15,119v15,-16,23,-29,47,-29v25,0,47,20,44,49r-12,95r-31,0","w":156},"i":{"d":"58,-185v-10,1,-20,-9,-20,-19v0,-10,10,-20,20,-19v10,-1,19,10,19,19v0,9,-9,20,-19,19xm33,-141r30,0r-20,141r-30,0","w":78},"j":{"d":"58,-185v-9,0,-20,-9,-19,-19v-1,-10,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19xm34,-141r30,0r-31,209r-30,0","w":78},"k":{"d":"45,-234r31,0r-24,158r58,-65r39,0r-63,71r54,70r-37,0r-52,-68r-10,68r-31,0","w":157,"k":{"\u00f6":7,"o":7,"e":7}},"l":{"d":"46,-234r30,0r-34,234r-30,0","w":78,"k":{"w":4}},"m":{"d":"193,-144v58,0,16,96,15,144r-30,0r15,-105v-1,-24,-29,-14,-40,-1v-21,24,-18,69,-26,106r-30,0r14,-102v-1,-27,-29,-19,-41,-3v-20,26,-18,68,-26,105r-30,0r21,-141r30,0r-4,27v21,-26,72,-51,81,1v19,-21,36,-31,51,-31","w":239,"k":{"y":4}},"n":{"d":"114,-90v7,-33,-34,-38,-51,-13v-16,24,-19,68,-26,103r-29,0r20,-141r30,0r-3,25v15,-16,27,-27,51,-28v22,0,43,22,39,47r-14,97r-30,0","w":156,"k":{"\u2019":7}},"o":{"d":"88,3v-42,0,-74,-29,-74,-70v0,-42,36,-77,77,-77v41,0,75,32,75,72v0,44,-35,75,-78,75xm136,-71v0,-25,-18,-43,-44,-43v-26,0,-48,21,-48,46v-1,26,18,41,43,41v28,0,49,-18,49,-44","k":{"y":4,"x":7,"w":18,"v":11,".":7,",":32}},"p":{"d":"175,-75v0,68,-98,113,-128,45r-15,98r-30,0r31,-209r30,0r-2,16v44,-44,114,-5,114,50xm96,-21v26,0,47,-25,47,-53v0,-25,-21,-46,-45,-46v-29,0,-48,23,-48,54v0,23,23,45,46,45","k":{"z":-7,".":-7,",":22}},"q":{"d":"9,-71v0,-63,95,-105,127,-40r5,-30r29,0r-31,209r-30,0r13,-83v-43,45,-113,3,-113,-56xm87,-20v27,0,48,-25,47,-53v0,-25,-22,-45,-47,-45v-23,0,-47,24,-47,49v0,28,21,49,47,49"},"r":{"d":"53,-111v8,-21,32,-44,67,-29r-14,29v-66,-24,-60,59,-70,111r-31,0r21,-141r31,0","w":119,"k":{"\u00f6":4,"y":-7,"v":-7,"t":7,"s":13,"o":4,"g":14,"c":4,";":36,":":7,".":32,"-":18,",":58}},"s":{"d":"104,-38v0,35,-43,52,-74,36v-8,-4,-16,-12,-25,-21r16,-21v11,18,47,32,57,7v-6,-23,-56,-29,-52,-64v4,-43,56,-57,89,-25r-16,21v-19,-14,-42,-20,-46,4v6,27,51,26,51,63","w":119,"k":{"w":4,".":4,",":29}},"t":{"d":"54,-204r30,0r-9,63r26,0r-4,28r-26,0r-17,113r-30,0r17,-113r-22,0r4,-28r22,0","w":97},"u":{"d":"114,-11v-44,36,-107,7,-97,-59r11,-71r30,0r-14,95v-3,24,37,26,51,13v24,-22,15,-72,25,-108r30,0v-11,46,-3,104,-36,130","w":157},"v":{"d":"13,-141r31,0r27,78r47,-78r34,0r-87,147","w":157,"k":{"\u00f6":7,"\u00e5":4,"\u00e4":4,"q":4,"o":7,"e":4,"d":4,"c":11,"a":4,".":29,",":50}},"w":{"d":"17,-141r24,0r25,86r52,-91r26,91r50,-86r27,0r-83,146r-26,-90r-52,90","w":217,"k":{"\u00e5":-7,"\u00e4":-7,"q":-4,"h":-7,"e":-7,"d":-11,"c":4,"a":-7,".":14,",":36}},"x":{"d":"30,-141r33,0r27,42r39,-42r37,0r-61,66r49,75r-33,0r-35,-53r-49,53r-38,0r72,-77","k":{"\u00f6":14,"o":14,"e":11,"d":11,"c":18}},"y":{"d":"14,-141r31,0r30,88r51,-88r33,0r-119,209r-35,0r50,-86","w":157,"k":{"\u00f6":4,"o":4,"g":4,"c":7,".":18,",":40}},"z":{"d":"30,-141r124,0r-100,114r76,0r-4,27r-130,0r102,-115r-72,0","w":157,"k":{"\u00f6":4,"o":4,"d":4,"c":7}},"{":{"d":"47,9v0,-49,2,-75,-37,-79r0,-29v40,-5,37,-30,37,-81v0,-61,9,-73,65,-74r0,28v-41,-6,-36,26,-36,62v0,46,-6,64,-36,79v36,12,37,53,36,105v0,31,6,38,36,37r0,27v-55,-1,-65,-14,-65,-75","w":120},"|":{"d":"83,-250r24,0r0,299r-24,0r0,-299","w":189},"}":{"d":"74,-179v0,50,-3,76,36,80r0,29v-38,5,-37,29,-36,79v0,60,-9,74,-66,75r0,-27v41,6,36,-25,36,-62v-1,-47,7,-67,37,-80v-38,-14,-38,-53,-37,-105v0,-31,-6,-37,-36,-36r0,-28v56,1,66,16,66,75","w":120},"~":{"d":"75,-152v29,0,60,27,87,28v15,0,32,-8,51,-25r0,26v-44,46,-92,4,-139,-6v-15,0,-32,8,-51,24r0,-25v18,-15,36,-22,52,-22","w":236},"\u00c4":{"d":"141,-233r61,233r-30,0r-13,-52r-89,0r-30,52r-34,0xm131,-158r-47,82r69,0xm116,-247v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm179,-247v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":217,"k":{"\u2019":22,"\u201d":29,"y":7,"w":14,"v":11,"Y":25,"W":29,"V":25,"U":11,"T":14,"Q":4,"O":4}},"\u00c5":{"d":"141,-233r61,233r-30,0r-13,-52r-89,0r-30,52r-34,0xm131,-158r-47,82r69,0xm181,-269v0,18,-15,32,-32,32v-17,0,-31,-15,-32,-32v-1,-18,14,-32,32,-32v18,0,33,14,32,32xm168,-269v0,-9,-9,-20,-19,-19v-10,-1,-19,10,-19,19v0,9,10,19,19,19v9,0,19,-10,19,-19","w":217,"k":{"\u2019":22,"\u201d":29,"y":7,"w":14,"v":11,"Y":25,"W":29,"V":25,"U":11,"T":14,"Q":4,"O":4}},"\u00c7":{"d":"115,41v-1,-10,-14,-16,-29,-15r6,-24v-45,-14,-81,-56,-81,-112v0,-100,122,-161,199,-93r-10,35v-51,-63,-157,-22,-157,57v0,69,79,112,142,69r-5,37v-25,10,-39,15,-65,12r-1,7v18,3,31,11,31,30v0,34,-54,33,-90,29r4,-20v19,0,58,2,56,-12","w":217},"\u00c9":{"d":"42,-224r106,0r-5,30r-75,0r-9,56r76,0r-5,30r-75,0r-11,77r74,0r-4,31r-105,0xm78,-247r32,-48r41,0r-47,48r-26,0","w":157},"\u00d1":{"d":"52,-235r129,170r24,-159r29,0r-33,233r-130,-170r-23,161r-30,0xm176,-252v-20,1,-55,-34,-62,0r-22,0v5,-24,12,-37,35,-40v21,-2,54,34,62,2r21,0v-1,21,-15,37,-34,38","w":240},"\u00d6":{"d":"135,8v-66,0,-120,-52,-120,-118v0,-67,60,-122,128,-122v63,0,117,52,117,115v0,69,-57,125,-125,125xm135,-24v49,0,93,-40,93,-90v0,-48,-38,-86,-86,-86v-50,-1,-95,39,-95,89v0,50,39,87,88,87xm125,-247v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm188,-247v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":277,"k":{"Y":32,"X":22,"W":25,"V":18,"T":14,"A":18}},"\u00dc":{"d":"162,-12v-49,42,-150,18,-138,-63r22,-149r30,0r-23,161v-3,45,63,51,90,27v11,-9,18,-21,20,-37r22,-151r30,0r-24,158v-3,23,-13,41,-29,54xm103,-247v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm166,-247v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":217,"k":{"A":14}},"\u00e1":{"d":"9,-69v0,-68,96,-107,128,-41r4,-31r30,0r-21,141r-30,0r2,-15v-43,45,-113,3,-113,-54xm87,-21v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-26,-1,-47,25,-47,51v0,27,20,48,46,48xm84,-172r32,-48r41,0r-47,48r-26,0"},"\u00e0":{"d":"9,-69v0,-68,96,-107,128,-41r4,-31r30,0r-21,141r-30,0r2,-15v-43,45,-113,3,-113,-54xm87,-21v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-26,-1,-47,25,-47,51v0,27,20,48,46,48xm110,-172r-35,-48r39,0r20,48r-24,0"},"\u00e2":{"d":"9,-69v0,-68,96,-107,128,-41r4,-31r30,0r-21,141r-30,0r2,-15v-43,45,-113,3,-113,-54xm87,-21v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-26,-1,-47,25,-47,51v0,27,20,48,46,48xm59,-172r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0"},"\u00e4":{"d":"9,-69v0,-68,96,-107,128,-41r4,-31r30,0r-21,141r-30,0r2,-15v-43,45,-113,3,-113,-54xm87,-21v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-26,-1,-47,25,-47,51v0,27,20,48,46,48xm89,-172v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm152,-172v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","k":{"v":-7}},"\u00e3":{"d":"9,-69v0,-68,96,-107,128,-41r4,-31r30,0r-21,141r-30,0r2,-15v-43,45,-113,3,-113,-54xm87,-21v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-26,-1,-47,25,-47,51v0,27,20,48,46,48xm141,-177v-20,1,-55,-34,-62,0r-22,0v5,-24,12,-37,35,-40v21,-2,54,34,62,2r21,0v-1,21,-15,37,-34,38"},"\u00e5":{"d":"9,-69v0,-68,96,-107,128,-41r4,-31r30,0r-21,141r-30,0r2,-15v-43,45,-113,3,-113,-54xm87,-21v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-26,-1,-47,25,-47,51v0,27,20,48,46,48xm138,-194v0,18,-15,32,-32,32v-17,0,-31,-15,-32,-32v-1,-18,14,-32,32,-32v18,0,33,14,32,32xm125,-194v0,-9,-9,-20,-19,-19v-10,-1,-19,10,-19,19v0,9,10,19,19,19v9,0,19,-10,19,-19","k":{"v":-7}},"\u00e7":{"d":"75,41v-1,-11,-14,-16,-29,-15r8,-28r3,0v-23,-11,-40,-35,-40,-68v0,-59,66,-95,117,-61r-4,31v-37,-29,-84,-11,-84,31v0,41,42,56,77,30r-5,35v-19,6,-26,9,-41,8r-3,10v17,3,32,11,32,30v-2,33,-54,33,-90,29r4,-20v19,0,57,2,55,-12","w":138},"\u00e9":{"d":"83,-144v39,1,71,35,65,81r-112,0v3,46,56,60,84,22r17,17v-36,52,-129,26,-129,-43v0,-41,34,-79,75,-77xm38,-85r83,0v-5,-49,-78,-43,-83,0xm68,-172r32,-48r41,0r-47,48r-26,0","w":157},"\u00e8":{"d":"83,-144v39,1,71,35,65,81r-112,0v3,46,56,60,84,22r17,17v-36,52,-129,26,-129,-43v0,-41,34,-79,75,-77xm38,-85r83,0v-5,-49,-78,-43,-83,0xm99,-172r-35,-48r39,0r20,48r-24,0","w":157},"\u00ea":{"d":"83,-144v39,1,71,35,65,81r-112,0v3,46,56,60,84,22r17,17v-36,52,-129,26,-129,-43v0,-41,34,-79,75,-77xm38,-85r83,0v-5,-49,-78,-43,-83,0xm48,-172r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":157},"\u00eb":{"d":"83,-144v39,1,71,35,65,81r-112,0v3,46,56,60,84,22r17,17v-36,52,-129,26,-129,-43v0,-41,34,-79,75,-77xm38,-85r83,0v-5,-49,-78,-43,-83,0xm64,-172v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm127,-172v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":157},"\u00ed":{"d":"33,-141r30,0r-20,141r-30,0xm33,-172r32,-48r41,0r-47,48r-26,0","w":78},"\u00ec":{"d":"33,-141r30,0r-20,141r-30,0xm59,-172r-35,-48r39,0r20,48r-24,0","w":78},"\u00ee":{"d":"33,-141r30,0r-20,141r-30,0xm-6,-172r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":78},"\u00ef":{"d":"33,-141r30,0r-20,141r-30,0xm22,-172v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm85,-172v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":78},"\u00f1":{"d":"114,-90v7,-33,-34,-38,-51,-13v-16,24,-19,68,-26,103r-29,0r20,-141r30,0r-3,25v15,-16,27,-27,51,-28v22,0,43,22,39,47r-14,97r-30,0xm130,-177v-20,1,-55,-34,-62,0r-22,0v5,-24,12,-37,35,-40v21,-2,54,34,62,2r21,0v-1,21,-15,37,-34,38","w":156},"\u00f3":{"d":"88,3v-42,0,-74,-29,-74,-70v0,-42,36,-77,77,-77v41,0,75,32,75,72v0,44,-35,75,-78,75xm136,-71v0,-25,-18,-43,-44,-43v-26,0,-48,21,-48,46v-1,26,18,41,43,41v28,0,49,-18,49,-44xm84,-172r32,-48r41,0r-47,48r-26,0"},"\u00f2":{"d":"88,3v-42,0,-74,-29,-74,-70v0,-42,36,-77,77,-77v41,0,75,32,75,72v0,44,-35,75,-78,75xm136,-71v0,-25,-18,-43,-44,-43v-26,0,-48,21,-48,46v-1,26,18,41,43,41v28,0,49,-18,49,-44xm110,-172r-35,-48r39,0r20,48r-24,0"},"\u00f4":{"d":"88,3v-42,0,-74,-29,-74,-70v0,-42,36,-77,77,-77v41,0,75,32,75,72v0,44,-35,75,-78,75xm136,-71v0,-25,-18,-43,-44,-43v-26,0,-48,21,-48,46v-1,26,18,41,43,41v28,0,49,-18,49,-44xm50,-172r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0"},"\u00f6":{"d":"88,3v-42,0,-74,-29,-74,-70v0,-42,36,-77,77,-77v41,0,75,32,75,72v0,44,-35,75,-78,75xm136,-71v0,-25,-18,-43,-44,-43v-26,0,-48,21,-48,46v-1,26,18,41,43,41v28,0,49,-18,49,-44xm80,-172v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm143,-172v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","k":{"y":4,"x":7,"w":18,"v":11}},"\u00f5":{"d":"88,3v-42,0,-74,-29,-74,-70v0,-42,36,-77,77,-77v41,0,75,32,75,72v0,44,-35,75,-78,75xm136,-71v0,-25,-18,-43,-44,-43v-26,0,-48,21,-48,46v-1,26,18,41,43,41v28,0,49,-18,49,-44xm141,-177v-20,1,-55,-34,-62,0r-22,0v5,-24,12,-37,35,-40v21,-2,54,34,62,2r21,0v-1,21,-15,37,-34,38"},"\u00fa":{"d":"114,-11v-44,36,-107,7,-97,-59r11,-71r30,0r-14,95v-3,24,37,26,51,13v24,-22,15,-72,25,-108r30,0v-11,46,-3,104,-36,130xm73,-172r32,-48r41,0r-47,48r-26,0","w":157},"\u00f9":{"d":"114,-11v-44,36,-107,7,-97,-59r11,-71r30,0r-14,95v-3,24,37,26,51,13v24,-22,15,-72,25,-108r30,0v-11,46,-3,104,-36,130xm99,-172r-35,-48r39,0r20,48r-24,0","w":157},"\u00fb":{"d":"114,-11v-44,36,-107,7,-97,-59r11,-71r30,0r-14,95v-3,24,37,26,51,13v24,-22,15,-72,25,-108r30,0v-11,46,-3,104,-36,130xm48,-172r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":157},"\u00fc":{"d":"114,-11v-44,36,-107,7,-97,-59r11,-71r30,0r-14,95v-3,24,37,26,51,13v24,-22,15,-72,25,-108r30,0v-11,46,-3,104,-36,130xm66,-172v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm129,-172v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":157},"\u2020":{"d":"72,-156v11,-35,-16,-83,18,-92v9,0,15,7,15,16v-2,21,-19,48,-21,76v20,0,53,-24,58,5v-5,28,-39,5,-60,6v-3,19,2,32,2,50v0,37,-27,98,-31,148r-13,0v6,-36,10,-73,10,-113v0,-35,15,-58,20,-85v-18,1,-52,22,-57,-5v3,-29,41,-8,59,-6","w":157},"\u00b0":{"d":"121,-213v0,24,-23,48,-49,48v-26,0,-49,-24,-49,-48v0,-25,22,-49,49,-49v27,0,49,23,49,49xm102,-213v0,-15,-15,-30,-30,-30v-15,0,-29,14,-29,30v0,16,13,29,29,29v16,0,30,-14,30,-29","w":143},"\u00a2":{"d":"108,-219r23,0r-17,78v4,1,10,4,20,9r-5,33v-8,-5,-15,-10,-22,-12r-18,84v8,-1,19,-6,34,-13r-5,36v-11,5,-23,7,-36,7r-14,64r-24,0r15,-69v-72,-27,-46,-149,32,-143xm66,-32r19,-82v-42,4,-51,61,-19,82","w":138},"\u00a3":{"d":"145,-232v29,1,49,26,45,60v-10,-3,-24,-3,-32,-8v0,-18,-6,-27,-19,-27v-31,1,-39,42,-32,76r49,0r-6,24r-41,0v1,24,-3,40,-13,64v4,4,27,20,38,20v14,0,24,-11,30,-34r28,-5v-4,40,-26,69,-63,69v-25,0,-32,-12,-51,-24v-16,27,-68,35,-68,-6v0,-31,34,-45,64,-30v5,-18,5,-34,2,-54r-50,0r7,-24r41,0v-7,-56,21,-101,71,-101xm27,-25v4,19,25,13,35,-3v-13,-9,-33,-16,-35,3","w":198},"\u00a7":{"d":"62,-139v-37,-37,-5,-93,49,-93v37,0,57,18,53,48r-28,0v0,-16,-9,-24,-26,-24v-19,0,-36,10,-34,29v6,48,84,42,81,101v0,20,-12,38,-37,53v37,35,6,92,-48,92v-36,0,-54,-16,-54,-48r29,0v0,16,10,25,28,25v17,0,33,-11,32,-28v-4,-47,-84,-47,-82,-101v0,-22,13,-39,37,-54xm104,-40v19,-11,34,-37,14,-57v-7,-6,-19,-15,-38,-27v-49,30,-13,66,24,84","w":179},"\u2022":{"d":"108,-126v0,23,-22,44,-45,44v-23,0,-45,-21,-45,-44v0,-24,21,-45,45,-45v24,0,45,22,45,45","w":126},"\u00b6":{"d":"-1,-185v0,-48,32,-73,83,-73r112,0r0,31r-26,0r0,299r-29,0r0,-299r-40,0r0,299r-29,0r0,-184v-43,-2,-71,-30,-71,-73","w":193},"\u00df":{"d":"95,-133v56,10,69,-74,16,-75v-27,0,-42,19,-45,45r-25,162r-31,0v24,-87,-4,-230,104,-233v35,-1,60,21,61,54v0,35,-24,54,-53,61v28,2,45,24,47,52v3,55,-59,88,-106,60r5,-26v30,24,70,5,69,-33v-1,-28,-16,-42,-46,-41"},"\u00ae":{"d":"265,-130v0,71,-62,133,-132,133v-71,0,-133,-62,-133,-133v0,-70,63,-132,133,-132v70,0,132,62,132,132xm243,-130v0,-58,-52,-110,-110,-110v-59,0,-111,52,-111,110v0,58,52,111,111,111v59,0,110,-53,110,-111xm123,-199v70,-16,81,75,21,79v15,2,38,45,50,64r-28,0v-20,-26,-22,-67,-68,-61r0,61r-23,0r0,-143r48,0xm160,-158v0,-28,-35,-19,-62,-21r0,43v27,-1,62,5,62,-22","w":265},"\u00a9":{"d":"265,-130v0,71,-62,133,-132,133v-71,0,-133,-62,-133,-133v0,-70,63,-132,133,-132v70,0,132,62,132,132xm243,-130v0,-58,-52,-110,-110,-110v-59,0,-111,52,-111,110v0,58,52,111,111,111v59,0,110,-53,110,-111xm87,-128v-8,60,78,72,88,20r22,6v-6,29,-31,48,-64,49v-42,0,-70,-32,-70,-76v0,-79,112,-104,131,-33r-21,5v-17,-49,-94,-25,-86,29","w":265},"\u2122":{"d":"86,-114r0,-123r-46,0r0,-21r117,0r0,21r-47,0r0,123r-24,0xm173,-114r0,-144r35,0r37,115r34,-115r35,0r0,144r-22,0r-1,-121r-36,121r-22,0r-38,-123r0,123r-22,0","w":360},"\u00b4":{"d":"54,-172r32,-48r41,0r-47,48r-26,0","w":119},"\u00a8":{"d":"59,-172v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm122,-172v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":119},"\u2260":{"d":"216,-65r-116,0r-28,51r-18,-10r23,-41r-53,0r0,-23r66,0r32,-59r-98,0r0,-23r112,0r28,-51r17,10r-22,41r57,0r0,23r-70,0r-33,59r103,0r0,23","w":240},"\u00c6":{"d":"143,-224r126,0r-4,30r-76,0r-8,56r75,0r-4,30r-76,0r-11,77r75,0r-4,31r-106,0r11,-69r-60,0r-43,69r-34,0xm158,-194r-61,100r47,0","w":277},"\u00d8":{"d":"17,-108v0,-94,112,-156,193,-105r32,-36r20,18r-31,36v21,23,31,50,31,82v0,91,-112,153,-192,103r-33,37r-20,-17r32,-37v-21,-24,-32,-51,-32,-81xm188,-188v-82,-47,-185,57,-117,135xm92,-36v83,47,180,-56,117,-135","w":277},"\u221e":{"d":"27,-127v0,-61,73,-62,93,-21v15,-23,26,-39,56,-40v33,-1,54,26,54,61v0,35,-21,61,-54,61v-30,-1,-41,-17,-56,-40v-11,16,-29,31,-51,31v-26,0,-42,-23,-42,-52xm205,-128v0,-27,-24,-43,-45,-28v-6,4,-14,14,-24,29v17,23,17,33,41,35v19,2,28,-17,28,-36xm51,-128v2,38,41,26,54,0v-12,-17,-23,-24,-34,-24v-12,0,-21,10,-20,24","w":256},"\u00b1":{"d":"24,-157r84,0r0,-85r23,0r0,85r85,0r0,23r-85,0r0,84r-23,0r0,-84r-84,0r0,-23xm24,-15r192,0r0,23r-192,0r0,-23","w":240},"\u2264":{"d":"215,-26r-190,-80r0,-21r190,-80r0,25r-159,65r159,66r0,25xm24,-15r192,0r0,23r-192,0r0,-23","w":240},"\u2265":{"d":"24,-207r191,80r0,21r-191,80r0,-25r160,-65r-160,-66r0,-25xm24,-15r192,0r0,23r-192,0r0,-23","w":240},"\u00a5":{"d":"86,-190r64,0r24,-34r36,0r-25,34r15,0r-4,22r-25,0r-32,43r50,0r-3,21r-62,0r-16,104r-30,0r16,-104r-66,0r3,-21r55,0r-22,-43r-27,0r4,-22r13,0r-17,-34r32,0xm135,-168r-38,0r16,31","w":198},"\u00b5":{"d":"66,-99v-12,43,-13,77,28,77v67,0,58,-107,77,-165r31,0r-40,187r-28,0r3,-15v-28,24,-66,28,-88,-3r-19,90r-31,0r54,-259r32,0","w":200},"\u2202":{"d":"114,-240v-22,3,-31,18,-40,40r-24,-11v13,-29,32,-51,64,-51v47,0,56,49,56,99v0,85,-31,163,-107,167v-34,2,-55,-26,-54,-61v3,-72,57,-105,141,-105v-1,-42,-3,-72,-36,-78xm41,-53v-3,31,34,42,58,24v29,-21,45,-61,50,-111v-70,1,-103,28,-108,87","w":177},"\u2211":{"d":"24,-262r218,0r0,29r-174,0r107,136r-114,144r183,0r0,29r-223,0r0,-33r109,-139r-106,-135r0,-31","w":256},"\u220f":{"d":"28,-262r240,0r0,338r-34,0r0,-308r-172,0r0,308r-34,0r0,-338","w":296},"\u03c0":{"d":"214,-134r-40,0r0,134r-32,0r0,-134r-61,0r0,134r-32,0r0,-135v-15,0,-28,3,-40,9r0,-26v53,-22,137,-5,205,-10r0,28","w":221},"\u222b":{"d":"54,-306v6,-26,52,-34,52,-3v0,21,-29,15,-37,6v-5,0,-6,5,-6,11r6,142v0,87,0,130,-19,174v-8,19,-49,19,-48,-7v1,-23,28,-14,35,-4v9,-4,9,-16,9,-35r-2,-133v1,-81,0,-109,10,-151","w":98},"\u00aa":{"d":"14,-182v0,-45,62,-71,84,-27r3,-20r19,0r-13,92r-20,0v0,-4,3,-9,1,-11v-26,30,-74,2,-74,-34xm66,-151v16,0,29,-16,29,-33v0,-18,-14,-32,-29,-32v-17,-1,-31,17,-31,34v0,17,14,31,31,31","w":116},"\u00ba":{"d":"64,-135v-27,1,-49,-19,-49,-46v0,-27,24,-51,51,-51v27,0,47,21,48,47v1,28,-23,50,-50,50xm66,-212v-17,-1,-32,14,-32,30v0,16,11,27,29,27v17,0,31,-11,31,-29v0,-16,-12,-28,-28,-28","w":116},"\u2126":{"d":"64,-137v0,51,24,89,60,105r0,32r-102,0r0,-30r65,2v-39,-23,-61,-57,-61,-113v0,-73,42,-122,116,-123v68,-1,116,52,114,123v-1,56,-24,89,-61,113r64,-1r0,29r-101,0r0,-31v38,-20,61,-52,61,-106v0,-51,-23,-100,-78,-99v-53,1,-77,46,-77,99","w":276},"\u00e6":{"d":"8,-69v0,-67,100,-106,128,-42r5,-30r30,0r-1,11v44,-37,112,5,99,67r-110,0v2,44,57,59,83,21r17,18v-27,31,-75,37,-107,9r-2,15r-30,0r2,-15v-41,42,-114,5,-114,-54xm243,-85v-3,-20,-16,-35,-38,-35v-22,0,-36,12,-43,35r81,0xm86,-21v27,0,47,-23,47,-53v0,-24,-22,-46,-45,-46v-26,0,-49,24,-48,51v0,26,21,48,46,48","w":277},"\u00f8":{"d":"31,-20v-50,-58,22,-157,100,-115r18,-20r17,15r-17,20v49,59,-18,156,-100,115r-18,21r-17,-16xm110,-111v-42,-15,-83,29,-58,68xm70,-30v44,15,83,-26,58,-66"},"\u00bf":{"d":"95,-159v-9,0,-19,-10,-19,-19v0,-10,9,-20,19,-20v10,-1,20,10,19,20v1,10,-10,19,-19,19xm101,-91v0,-10,-10,-19,-22,-19v-13,0,-19,7,-20,20r-29,0v0,-29,20,-49,50,-49v41,0,66,48,39,79v-11,21,-69,28,-74,51v7,25,50,20,49,-11r29,0v6,69,-105,75,-107,11v-2,-50,76,-45,85,-82","w":157},"\u00a1":{"d":"57,-159v-10,1,-21,-10,-20,-20v0,-10,10,-19,20,-19v9,0,19,10,19,19v0,10,-9,20,-19,20xm35,-140r30,0r-24,169r-31,0","w":97},"\u00ac":{"d":"24,-171r192,0r0,108r-23,0r0,-85r-169,0r0,-23","w":240},"\u221a":{"d":"185,-328r-54,342r-87,-181r-35,17r-5,-12r52,-26r71,145r46,-287","w":197},"\u0192":{"d":"9,71r6,-27v29,8,44,6,49,-23r31,-183r-35,0r4,-25r36,0v5,-46,17,-87,71,-73r21,4r-7,27v-39,-14,-51,7,-53,42r36,0r-5,25r-36,0r-33,192v-4,45,-39,53,-85,41","w":200},"\u2248":{"d":"23,-165v44,-45,94,-6,139,6v15,0,32,-8,51,-25r0,26v-44,46,-92,4,-139,-6v-15,0,-32,8,-51,24r0,-25xm23,-95v62,-66,131,51,190,-19r0,26v-44,46,-92,4,-139,-6v-15,0,-32,8,-51,24r0,-25","w":236},"\u2206":{"d":"117,-248r102,248r-217,0xm104,-186r-78,168r148,0","w":220},"\u00ab":{"d":"55,-179r35,0r-48,82r26,83r-32,0r-27,-86xm139,-179r35,0r-50,86r25,79r-32,0r-25,-83"},"\u00bb":{"d":"34,-179r32,0r25,82r-48,83r-34,0r50,-86xm116,-179r31,0r26,87r-46,78r-34,0r48,-82"},"\u2026":{"d":"60,3v-13,0,-26,-13,-26,-26v0,-13,13,-26,26,-26v13,0,26,13,26,26v0,13,-13,26,-26,26xm180,3v-14,0,-26,-12,-26,-26v0,-13,12,-25,26,-25v14,0,26,12,26,25v0,14,-12,26,-26,26xm300,3v-13,0,-26,-13,-26,-26v0,-13,12,-25,26,-25v14,0,26,12,26,25v0,13,-13,26,-26,26","w":360},"\u00a0":{"w":99},"\u00c0":{"d":"141,-233r61,233r-30,0r-13,-52r-89,0r-30,52r-34,0xm131,-158r-47,82r69,0xm137,-247r-35,-48r39,0r20,48r-24,0","w":217},"\u00c3":{"d":"141,-233r61,233r-30,0r-13,-52r-89,0r-30,52r-34,0xm131,-158r-47,82r69,0xm167,-252v-20,1,-55,-34,-62,0r-22,0v5,-24,12,-37,35,-40v21,-2,54,34,62,2r21,0v-1,21,-15,37,-34,38","w":217},"\u00d5":{"d":"135,8v-66,0,-120,-52,-120,-118v0,-67,60,-122,128,-122v63,0,117,52,117,115v0,69,-57,125,-125,125xm135,-24v49,0,93,-40,93,-90v0,-48,-38,-86,-86,-86v-50,-1,-95,39,-95,89v0,50,39,87,88,87xm173,-252v-20,1,-55,-34,-62,0r-22,0v5,-24,12,-37,35,-40v21,-2,54,34,62,2r21,0v-1,21,-15,37,-34,38","w":277},"\u0152":{"d":"13,-102v-1,-70,50,-122,121,-122r137,0r-5,30r-75,0r-8,56r74,0r-4,30r-74,0r-12,78r75,0r-4,30r-125,0v-60,1,-100,-43,-100,-102xm45,-101v0,48,33,75,91,71r24,-164v-77,-6,-115,29,-115,93","w":277},"\u0153":{"d":"160,-63v4,45,55,60,82,21r18,18v-29,37,-85,38,-114,1v-39,49,-133,27,-133,-43v0,-70,97,-107,135,-50v36,-52,140,-25,121,53r-109,0xm243,-85v-1,-21,-16,-35,-37,-35v-22,0,-37,12,-43,35r80,0xm86,-26v26,0,47,-19,47,-45v0,-23,-17,-43,-41,-43v-24,0,-49,21,-49,46v0,26,17,42,43,42","w":277},"\u2013":{"d":"-2,-106r184,0r0,32r-184,0r0,-32"},"\u2014":{"d":"-2,-106r364,0r0,32r-364,0r0,-32","w":360},"\u201c":{"d":"125,-235r14,14v-11,8,-19,20,-23,34r19,0r-7,41r-39,0v4,-39,8,-71,36,-89xm57,-235r13,15v-11,8,-18,18,-22,33r19,0r-7,41r-40,0v4,-37,10,-74,37,-89","w":138,"k":{"\u00c5":43,"\u00c4":43,"A":43}},"\u201d":{"d":"101,-234r41,0v-4,36,-13,74,-37,90r-13,-15v12,-10,18,-21,21,-34r-18,0xm33,-234r40,0v-5,37,-10,75,-36,90r-14,-15v12,-8,19,-20,22,-34r-18,0","w":138},"\u2018":{"d":"59,-236r14,16v-12,6,-20,17,-24,33r19,0r-6,41r-40,0v4,-40,10,-68,37,-90","w":97,"k":{"\u00c5":61,"\u00c4":61,"A":61}},"\u2019":{"d":"31,-234r41,0v-5,38,-10,71,-37,90r-13,-15v11,-7,17,-18,22,-34r-19,0","w":97,"k":{"v":32,"t":32,"s":54,"r":18,"l":18,"d":29}},"\u00f7":{"d":"120,-175v-8,0,-15,-7,-15,-15v0,-8,7,-14,15,-14v7,0,14,7,14,14v0,8,-6,15,-14,15xm24,-127r192,0r0,22r-192,0r0,-22xm135,-45v0,7,-7,15,-15,15v-8,0,-15,-6,-15,-14v0,-8,7,-15,15,-15v8,0,15,7,15,14","w":240},"\u25ca":{"d":"169,-134r-70,134r-21,0r-70,-134r70,-134r21,0xm147,-134r-58,-115r-59,115r59,114","w":177},"\u00ff":{"d":"14,-141r31,0r30,88r51,-88r33,0r-119,209r-35,0r50,-86xm67,-172v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm130,-172v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":157},"\u0178":{"d":"35,-224r32,0r43,87r62,-87r35,0r-86,120r-16,104r-30,0r16,-109xm97,-247v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm160,-247v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":198},"\u2215":{"d":"91,-231r23,0r-157,247r-23,0","w":48},"\u20ac":{"d":"154,-3v-63,29,-128,-10,-127,-80r-20,0r3,-21r17,0v0,-7,2,-13,3,-19r-17,0r2,-21r19,0v26,-79,80,-108,155,-74r-10,32v-50,-35,-100,0,-111,42r98,0r-3,21r-101,0v-2,6,-3,13,-3,19r100,0r-3,21r-97,0v-1,64,60,69,99,43","w":198},"\u2039":{"d":"57,-180r34,0r-49,86r24,80r-31,0r-25,-83","w":97},"\u203a":{"d":"31,-180r31,0r25,81r-47,85r-34,0r49,-88","w":97},"\uf001":{"d":"65,-215v38,-34,108,-14,102,45r-30,0v4,-17,-8,-33,-24,-33v-35,0,-42,31,-45,63r42,0r-5,28r-41,0r-17,112r-31,0r17,-112r-25,0r4,-28r26,0v4,-31,7,-57,27,-75xm133,-140r30,0r-21,140r-31,0"},"\ufb01":{"d":"65,-215v38,-34,108,-14,102,45r-30,0v4,-17,-8,-33,-24,-33v-35,0,-42,31,-45,63r42,0r-5,28r-41,0r-17,112r-31,0r17,-112r-25,0r4,-28r26,0v4,-31,7,-57,27,-75xm133,-140r30,0r-21,140r-31,0"},"\uf002":{"d":"64,-215v41,-38,113,-13,102,57r-24,158r-30,0r26,-175v3,-31,-37,-35,-54,-18v-12,11,-12,33,-16,52r42,0r-4,28r-41,0r-18,113r-30,0r17,-113r-26,0r5,-28r25,0v4,-30,7,-56,26,-74","w":179},"\ufb02":{"d":"64,-215v41,-38,113,-13,102,57r-24,158r-30,0r26,-175v3,-31,-37,-35,-54,-18v-12,11,-12,33,-16,52r42,0r-4,28r-41,0r-18,113r-30,0r17,-113r-26,0r5,-28r25,0v4,-30,7,-56,26,-74","w":179},"\u2021":{"d":"98,-248v31,6,0,49,-3,63v19,0,54,-22,57,6v-4,28,-38,5,-59,6v-2,13,4,24,4,36v0,16,-18,28,-16,46v14,23,-9,54,-8,70v17,-1,51,-22,54,5v-3,30,-37,6,-58,7v1,23,12,62,-14,62v-33,0,0,-47,1,-62v-18,0,-56,23,-56,-6v0,-29,38,-5,59,-6v2,-11,-3,-29,-4,-36v6,-21,22,-45,11,-75v-1,-11,16,-29,15,-41v-22,-1,-52,23,-57,-6v3,-28,40,-7,59,-6v-2,-23,-13,-61,15,-63","w":157},"\u00b7":{"d":"40,-87v-13,0,-26,-12,-26,-25v0,-13,13,-26,26,-26v13,0,25,12,25,26v0,14,-12,25,-25,25","w":78},"\u2219":{"d":"40,-87v-13,0,-26,-12,-26,-25v0,-13,13,-26,26,-26v13,0,25,12,25,26v0,14,-12,25,-25,25","w":78},"\u201a":{"d":"53,-40r25,14r-50,81r-19,-11","w":97,"k":{"\u201a":18}},"\u201e":{"d":"80,-40r40,0v-5,37,-11,73,-37,88r-13,-15v12,-10,19,-21,22,-34r-18,0xm11,-40r41,0v-4,35,-13,74,-38,89r-13,-16v11,-8,19,-18,23,-33r-19,0","w":138},"\u2030":{"d":"237,-262r29,0r-188,269r-30,0xm72,-105v-32,0,-50,-26,-50,-60v0,-49,24,-95,68,-96v31,0,49,26,49,59v0,48,-25,96,-67,97xm74,-128v22,0,34,-42,34,-73v0,-20,-5,-38,-21,-38v-23,0,-35,44,-34,75v0,24,7,36,21,36xm366,8v-32,0,-49,-26,-49,-61v0,-49,24,-95,68,-96v31,0,49,26,49,59v0,48,-25,97,-68,98xm368,-15v23,-2,37,-42,35,-74v0,-18,-5,-37,-21,-37v-23,0,-36,43,-35,74v0,20,5,35,21,37xm225,8v-32,0,-49,-26,-49,-61v0,-49,24,-95,68,-96v31,0,49,26,49,59v0,48,-25,97,-68,98xm227,-15v23,0,35,-42,35,-74v0,-18,-6,-37,-22,-37v-22,0,-35,44,-34,74v0,24,7,37,21,37","w":450},"\u00c2":{"d":"141,-233r61,233r-30,0r-13,-52r-89,0r-30,52r-34,0xm131,-158r-47,82r69,0xm85,-247r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":217},"\u00ca":{"d":"42,-224r106,0r-5,30r-75,0r-9,56r76,0r-5,30r-75,0r-11,77r74,0r-4,31r-105,0xm53,-247r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":157},"\u00c1":{"d":"141,-233r61,233r-30,0r-13,-52r-89,0r-30,52r-34,0xm131,-158r-47,82r69,0xm118,-247r32,-48r41,0r-47,48r-26,0","w":217},"\u00cb":{"d":"42,-224r106,0r-5,30r-75,0r-9,56r76,0r-5,30r-75,0r-11,77r74,0r-4,31r-105,0xm73,-247v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm136,-247v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":157},"\u00c8":{"d":"42,-224r106,0r-5,30r-75,0r-9,56r76,0r-5,30r-75,0r-11,77r74,0r-4,31r-105,0xm104,-247r-35,-48r39,0r20,48r-24,0","w":157},"\u00cd":{"d":"57,-224r31,0r-33,224r-31,0xm47,-247r32,-48r41,0r-47,48r-26,0","w":97},"\u00ce":{"d":"57,-224r31,0r-33,224r-31,0xm22,-247r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":97},"\u00cf":{"d":"57,-224r31,0r-33,224r-31,0xm45,-247v-10,1,-19,-9,-19,-18v0,-9,9,-20,19,-19v10,-1,19,9,19,18v0,9,-9,20,-19,19xm108,-247v-10,1,-21,-9,-20,-18v0,-9,9,-20,19,-19v10,-1,20,8,19,18v1,10,-8,20,-18,19","w":97},"\u00cc":{"d":"57,-224r31,0r-33,224r-31,0xm73,-247r-35,-48r39,0r20,48r-24,0","w":97},"\u00d3":{"d":"135,8v-66,0,-120,-52,-120,-118v0,-67,60,-122,128,-122v63,0,117,52,117,115v0,69,-57,125,-125,125xm135,-24v49,0,93,-40,93,-90v0,-48,-38,-86,-86,-86v-50,-1,-95,39,-95,89v0,50,39,87,88,87xm137,-247r32,-48r41,0r-47,48r-26,0","w":277},"\u00d4":{"d":"135,8v-66,0,-120,-52,-120,-118v0,-67,60,-122,128,-122v63,0,117,52,117,115v0,69,-57,125,-125,125xm135,-24v49,0,93,-40,93,-90v0,-48,-38,-86,-86,-86v-50,-1,-95,39,-95,89v0,50,39,87,88,87xm95,-247r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":277},"\u00d2":{"d":"135,8v-66,0,-120,-52,-120,-118v0,-67,60,-122,128,-122v63,0,117,52,117,115v0,69,-57,125,-125,125xm135,-24v49,0,93,-40,93,-90v0,-48,-38,-86,-86,-86v-50,-1,-95,39,-95,89v0,50,39,87,88,87xm163,-247r-35,-48r39,0r20,48r-24,0","w":277},"\u00da":{"d":"162,-12v-49,42,-150,18,-138,-63r22,-149r30,0r-23,161v-3,45,63,51,90,27v11,-9,18,-21,20,-37r22,-151r30,0r-24,158v-3,23,-13,41,-29,54xm107,-247r32,-48r41,0r-47,48r-26,0","w":217},"\u00db":{"d":"162,-12v-49,42,-150,18,-138,-63r22,-149r30,0r-23,161v-3,45,63,51,90,27v11,-9,18,-21,20,-37r22,-151r30,0r-24,158v-3,23,-13,41,-29,54xm82,-247r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":217},"\u00d9":{"d":"162,-12v-49,42,-150,18,-138,-63r22,-149r30,0r-23,161v-3,45,63,51,90,27v11,-9,18,-21,20,-37r22,-151r30,0r-24,158v-3,23,-13,41,-29,54xm133,-247r-35,-48r39,0r20,48r-24,0","w":217},"\u0131":{"d":"33,-141r30,0r-20,141r-30,0","w":78},"\u02c6":{"d":"29,-172r47,-48r35,0r22,48r-29,0r-14,-31r-28,31r-33,0","w":119},"\u02dc":{"d":"111,-177v-20,1,-55,-34,-62,0r-22,0v5,-24,12,-37,35,-40v21,-2,54,34,62,2r21,0v-1,21,-15,37,-34,38","w":119},"\u02c9":{"d":"28,-179r5,-24r110,0r-6,24r-109,0","w":119},"\u02d8":{"d":"136,-212v-5,52,-104,65,-105,0r21,0v4,35,55,30,63,0r21,0","w":119},"\u02d9":{"d":"63,-175r8,-39r39,0r-8,39r-39,0","w":119},"\u02da":{"d":"124,-194v0,18,-15,32,-32,32v-17,0,-31,-15,-32,-32v-1,-18,14,-32,32,-32v18,0,33,14,32,32xm111,-194v0,-9,-9,-20,-19,-19v-10,-1,-19,10,-19,19v0,9,10,19,19,19v9,0,19,-10,19,-19","w":119},"\u00b8":{"d":"66,41v-1,-10,-14,-16,-29,-15r7,-28r25,0r-4,16v17,3,32,12,32,30v0,33,-54,33,-90,29r3,-20v19,0,58,2,56,-12","w":119},"\u02dd":{"d":"24,-172r33,-48r40,0r-47,48r-26,0xm83,-172r32,-48r41,0r-48,48r-25,0","w":119},"\u02db":{"d":"107,-5v-12,26,-18,57,10,57v8,0,18,-3,31,-8r-4,21v-26,15,-71,16,-69,-22v0,-13,4,-30,13,-48r19,0","w":119},"\u02c7":{"d":"143,-220r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":119},"\u0141":{"d":"53,-224r30,0r-13,84r33,-26r-4,27r-33,27r-12,82r67,0r-6,30r-95,0r12,-85r-23,18r0,-25r27,-21","w":138},"\u0142":{"d":"49,-234r30,0r-13,87r15,-12r-5,33r-15,13r-16,113r-31,0r13,-84r-18,15r5,-34r17,-14","w":78},"\u0160":{"d":"35,-166v0,-69,108,-91,138,-28r-26,17v-19,-35,-76,-27,-80,11v9,50,98,41,95,106v-2,53,-74,89,-122,54v-13,-10,-25,-20,-31,-35r28,-13v20,44,87,36,93,-7v-10,-49,-95,-40,-95,-105xm178,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0"},"\u0161":{"d":"104,-38v0,35,-43,52,-74,36v-8,-4,-16,-12,-25,-21r16,-21v11,18,47,32,57,7v-6,-23,-56,-29,-52,-64v4,-43,56,-57,89,-25r-16,21v-19,-14,-42,-20,-46,4v6,27,51,26,51,63xm143,-220r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":119},"\u017d":{"d":"45,-224r151,0r-136,194r119,0r-5,30r-171,0r136,-194r-98,0xm187,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":198},"\u017e":{"d":"30,-141r124,0r-100,114r76,0r-4,27r-130,0r102,-115r-72,0xm162,-220r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":157},"\u00a6":{"d":"83,-250r24,0r0,127r-24,0r0,-127xm83,-78r24,0r0,127r-24,0r0,-127","w":189},"\u00d0":{"d":"212,-126v1,70,-55,126,-124,126r-74,0r15,-98r-21,0r4,-27r21,0r15,-99v92,-9,163,18,164,98xm180,-123v0,-56,-38,-75,-106,-71r-10,69r59,0r-4,27r-60,0r-10,68v79,6,131,-27,131,-93","w":217},"\u00f0":{"d":"18,-66v0,-58,74,-103,118,-62v-1,-17,-9,-36,-26,-57r-27,25r-15,-16r27,-25r-20,-16r12,-17v8,5,16,10,25,17r19,-18r15,17r-18,16v58,46,68,206,-37,206v-40,0,-73,-30,-73,-70xm139,-69v0,-26,-18,-45,-43,-45v-26,0,-48,21,-48,47v0,24,19,41,43,41v27,0,48,-16,48,-43"},"\u00dd":{"d":"35,-224r32,0r43,87r62,-87r35,0r-86,120r-16,104r-30,0r16,-109xm98,-247r32,-48r41,0r-47,48r-26,0","w":198},"\u00fd":{"d":"14,-141r31,0r30,88r51,-88r33,0r-119,209r-35,0r50,-86xm73,-172r32,-48r41,0r-47,48r-26,0","w":157},"\u00de":{"d":"160,-114v0,49,-45,74,-105,69r-7,45r-30,0r33,-224r31,0r-7,46v50,-4,85,20,85,64xm129,-116v0,-27,-26,-39,-59,-36r-11,79v38,2,70,-12,70,-43"},"\u00fe":{"d":"178,-74v0,67,-100,110,-128,43r-15,98r-30,0r45,-302r30,0r-16,110v42,-46,114,-5,114,51xm98,-22v26,0,47,-25,47,-52v0,-25,-20,-47,-45,-47v-28,-1,-47,24,-47,53v0,24,21,46,45,46"},"\u00d7":{"d":"32,-188r17,-16r71,71r72,-71r16,16r-71,72r71,71r-16,16r-72,-71r-71,71r-16,-16r71,-71","w":240},"\u00b9":{"d":"71,-230r42,0r-21,144r-21,0r17,-122r-28,0","w":138},"\u00b2":{"d":"45,-189v0,-55,107,-62,103,-4v-3,45,-46,58,-69,85r56,0r-3,22r-106,0r83,-76v22,-17,27,-49,-11,-49v-18,0,-29,7,-32,22r-21,0","w":138},"\u00b3":{"d":"82,-103v18,0,32,-11,32,-29v0,-13,-10,-20,-29,-21r3,-20v36,2,46,-40,10,-41v-14,0,-23,6,-26,17r-23,0v1,-45,95,-51,95,-5v0,22,-12,30,-29,39v47,22,10,80,-37,80v-29,0,-43,-14,-43,-40v7,1,18,-2,23,1v0,13,8,19,24,19","w":138},"\u00bd":{"d":"227,-231r23,0r-193,247r-24,0xm45,-229r41,0r-21,143r-22,0r19,-122r-29,0xm189,-91v-1,-52,105,-66,103,-5v-2,47,-45,59,-69,86r56,0r-3,21r-106,0r83,-76v24,-17,25,-49,-10,-49v-18,0,-29,8,-32,23r-22,0","w":326},"\u00bc":{"d":"240,-231r23,0r-194,247r-23,0xm50,-229r41,0r-22,143r-21,0r18,-122r-28,0xm288,-137r-15,102r14,0r-3,20r-14,0r-4,26r-20,0r4,-26r-82,0xm260,-83v-16,10,-33,34,-49,48r42,0","w":326},"\u00be":{"d":"73,-103v17,0,32,-10,31,-29v0,-13,-9,-20,-28,-21r2,-20v35,4,47,-39,12,-41v-14,0,-24,6,-27,17r-23,0v2,-43,95,-53,95,-5v0,22,-13,30,-29,39v45,23,10,84,-37,80v-29,-2,-43,-12,-44,-40v7,1,18,-2,23,1v0,13,9,19,25,19xm261,-231r23,0r-194,247r-23,0xm301,-137r-15,102r14,0r-3,20r-14,0r-4,26r-20,0r4,-26r-82,0xm273,-83v-16,10,-33,34,-49,48r42,0","w":326},"\u00ad":{"d":"25,-87r75,0r-5,30r-75,0","w":119},"\u00af":{"d":"37,-250r0,-19r186,0r0,19r-186,0"},"\u0102":{"d":"141,-233r61,233r-30,0r-13,-52r-89,0r-30,52r-34,0xm131,-158r-47,82r69,0xm199,-292v-5,52,-104,65,-105,0r21,0v4,35,55,30,63,0r21,0","w":217},"\u0103":{"d":"9,-69v0,-68,96,-107,128,-41r4,-31r30,0r-21,141r-30,0r2,-15v-43,45,-113,3,-113,-54xm87,-21v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-26,-1,-47,25,-47,51v0,27,20,48,46,48xm166,-212v-5,52,-104,65,-105,0r21,0v4,35,55,30,63,0r21,0"},"\u0104":{"d":"192,0v-12,25,-13,52,12,52v8,0,18,-3,31,-8r-4,21v-27,15,-71,16,-69,-22v0,-12,3,-27,10,-43r-13,-52r-89,0r-30,52r-34,0r135,-233r61,233r-10,0xm131,-158r-47,82r69,0","w":217},"\u0105":{"d":"9,-69v0,-67,96,-107,128,-41r4,-31r30,0r-21,141r-10,0v-13,25,-15,52,12,52v8,0,17,-3,30,-8r-4,21v-30,18,-78,12,-68,-31v0,-19,12,-30,12,-49v-43,45,-113,4,-113,-54xm41,-69v0,27,20,49,46,48v26,0,47,-24,47,-52v0,-25,-22,-47,-46,-47v-25,0,-47,24,-47,51"},"\u0106":{"d":"11,-110v0,-100,122,-161,199,-93r-10,35v-51,-63,-157,-22,-157,57v0,69,79,112,142,69r-5,37v-82,41,-169,-20,-169,-105xm118,-247r32,-48r41,0r-47,48r-26,0","w":217},"\u0107":{"d":"46,-69v0,41,42,56,77,30r-5,35v-55,25,-101,-13,-101,-66v0,-59,66,-95,117,-61r-4,31v-37,-29,-84,-11,-84,31xm72,-172r32,-48r41,0r-47,48r-26,0","w":138},"\u010c":{"d":"11,-110v0,-100,122,-161,199,-93r-10,35v-51,-63,-157,-22,-157,57v0,69,79,112,142,69r-5,37v-82,41,-169,-20,-169,-105xm201,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":217},"\u010d":{"d":"46,-69v0,41,42,56,77,30r-5,35v-55,25,-101,-13,-101,-66v0,-59,66,-95,117,-61r-4,31v-37,-29,-84,-11,-84,31xm164,-220r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":138},"\u010e":{"d":"209,-126v-1,102,-83,137,-197,126r33,-224v91,-9,164,17,164,98xm47,-30v97,13,161,-63,118,-137v-17,-29,-43,-26,-94,-27xm191,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":217},"\u010f":{"d":"206,-234r32,0v-6,41,-7,52,-29,71r-11,-12v9,-8,15,-16,18,-27r-15,0xm7,-69v0,-66,98,-108,128,-41r19,-124r30,0r-36,234r-29,0r2,-16v-41,45,-114,5,-114,-53xm85,-20v26,0,48,-25,47,-52v0,-25,-21,-47,-46,-47v-27,0,-48,24,-48,52v0,25,21,47,47,47","w":217},"\u0110":{"d":"212,-126v1,70,-55,126,-124,126r-74,0r15,-98r-21,0r4,-27r21,0r15,-99v92,-9,163,18,164,98xm180,-123v0,-57,-38,-74,-106,-71r-10,69r59,0r-4,27r-60,0r-10,68v79,6,130,-26,131,-93","w":217},"\u0111":{"d":"7,-69v0,-66,98,-108,128,-41r10,-69r-51,0r6,-24r49,0r5,-31r30,0r-5,31r29,0r-5,24r-28,0r-27,179r-29,0r2,-16v-40,44,-114,6,-114,-53xm38,-67v0,25,21,47,47,47v26,0,47,-28,47,-52v1,-25,-22,-47,-46,-47v-27,0,-48,24,-48,52"},"\u0118":{"d":"69,0v-11,26,-15,49,14,51v8,0,17,-2,29,-7r-4,21v-26,14,-71,15,-69,-23v0,-12,4,-26,11,-42r-41,0r33,-224r106,0r-5,30r-75,0r-9,56r76,0r-5,30r-75,0r-11,77r74,0r-4,31r-45,0","w":157},"\u0119":{"d":"36,-63v3,47,55,59,84,22r17,17v-17,20,-35,29,-64,28v-10,22,-9,47,14,48v8,0,18,-3,31,-8r-5,21v-26,15,-71,16,-69,-22v0,-12,4,-26,11,-43v-26,-7,-47,-33,-47,-67v0,-41,34,-78,75,-77v40,1,70,34,65,81r-112,0xm38,-85r83,0v-5,-49,-79,-43,-83,0","w":157},"\u011a":{"d":"42,-224r106,0r-5,30r-75,0r-9,56r76,0r-5,30r-75,0r-11,77r74,0r-4,31r-105,0xm164,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":157},"\u011b":{"d":"83,-144v39,1,71,35,65,81r-112,0v3,46,56,60,84,22r17,17v-36,52,-129,26,-129,-43v0,-41,34,-79,75,-77xm38,-85r83,0v-5,-49,-78,-43,-83,0xm153,-220r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":157},"\u0139":{"d":"50,-224r30,0r-28,193r65,0r-4,31r-96,0xm63,-247r32,-48r41,0r-47,48r-26,0","w":138},"\u013a":{"d":"46,-234r30,0r-34,234r-30,0xm55,-257r32,-48r41,0r-47,48r-26,0","w":78},"\u013d":{"d":"50,-224r30,0r-28,193r65,0r-4,31r-96,0xm152,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":138},"\u013e":{"d":"96,-233r32,0v-6,40,-8,52,-29,71r-11,-12v9,-8,15,-17,18,-28r-15,0xm46,-234r30,0r-34,234r-30,0","w":106},"\u0143":{"d":"52,-235r129,170r24,-159r29,0r-33,233r-130,-170r-23,161r-30,0xm121,-247r32,-48r41,0r-47,48r-26,0","w":240},"\u0144":{"d":"114,-90v7,-33,-34,-38,-51,-13v-16,24,-19,68,-26,103r-29,0r20,-141r30,0r-3,25v15,-16,27,-27,51,-28v22,0,43,22,39,47r-14,97r-30,0xm71,-172r32,-48r41,0r-47,48r-26,0","w":156},"\u0147":{"d":"52,-235r129,170r24,-159r29,0r-33,233r-130,-170r-23,161r-30,0xm207,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":240},"\u0148":{"d":"114,-90v7,-33,-34,-38,-51,-13v-16,24,-19,68,-26,103r-29,0r20,-141r30,0r-3,25v15,-16,27,-27,51,-28v22,0,43,22,39,47r-14,97r-30,0xm154,-220r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":156},"\u0150":{"d":"135,8v-66,0,-120,-52,-120,-118v0,-67,60,-122,128,-122v63,0,117,52,117,115v0,69,-57,125,-125,125xm135,-24v49,0,93,-40,93,-90v0,-48,-38,-86,-86,-86v-50,-1,-95,39,-95,89v0,50,39,87,88,87xm106,-247r33,-48r40,0r-47,48r-26,0xm165,-247r32,-48r41,0r-48,48r-25,0","w":277},"\u0151":{"d":"88,3v-42,0,-74,-29,-74,-70v0,-42,36,-77,77,-77v41,0,75,32,75,72v0,44,-35,75,-78,75xm136,-71v0,-25,-18,-43,-44,-43v-26,0,-48,21,-48,46v-1,26,18,41,43,41v28,0,49,-18,49,-44xm61,-172r33,-48r40,0r-47,48r-26,0xm120,-172r32,-48r41,0r-48,48r-25,0"},"\u0154":{"d":"166,-159v0,34,-28,59,-59,66r48,93r-32,0r-48,-91r-15,0r-14,91r-30,0r33,-224v63,-5,116,10,117,65xm65,-118v62,10,93,-53,43,-76v-7,-3,-18,-3,-32,-3xm85,-247r32,-48r41,0r-47,48r-26,0"},"\u0155":{"d":"53,-111v8,-21,32,-44,67,-29r-14,29v-66,-24,-60,59,-70,111r-31,0r21,-141r31,0xm57,-172r32,-48r41,0r-47,48r-26,0","w":119},"\u0158":{"d":"166,-159v0,34,-28,59,-59,66r48,93r-32,0r-48,-91r-15,0r-14,91r-30,0r33,-224v63,-5,116,10,117,65xm65,-118v62,10,93,-53,43,-76v-7,-3,-18,-3,-32,-3xm167,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0"},"\u0159":{"d":"53,-111v8,-21,32,-44,67,-29r-14,29v-66,-24,-60,59,-70,111r-31,0r21,-141r31,0xm138,-220r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":119},"\u015a":{"d":"35,-166v0,-69,108,-91,138,-28r-26,17v-19,-35,-76,-27,-80,11v9,50,98,41,95,106v-2,53,-74,89,-122,54v-13,-10,-25,-20,-31,-35r28,-13v20,44,87,36,93,-7v-10,-49,-95,-40,-95,-105xm94,-247r32,-48r41,0r-47,48r-26,0"},"\u015b":{"d":"104,-38v0,35,-43,52,-74,36v-8,-4,-16,-12,-25,-21r16,-21v11,18,47,32,57,7v-6,-23,-56,-29,-52,-64v4,-43,56,-57,89,-25r-16,21v-19,-14,-42,-20,-46,4v6,27,51,26,51,63xm63,-172r32,-48r41,0r-47,48r-26,0","w":119},"\u015e":{"d":"70,24r32,0v-6,41,-7,52,-29,71r-11,-12v9,-8,15,-16,18,-27r-15,0xm35,-166v0,-69,108,-91,138,-28r-26,17v-19,-35,-76,-27,-80,11v9,50,98,41,95,106v-2,53,-74,89,-122,54v-13,-10,-25,-20,-31,-35r28,-13v20,44,87,36,93,-7v-10,-49,-95,-40,-95,-105"},"\u015f":{"d":"40,24r32,0v-6,41,-7,52,-29,71r-11,-12v9,-8,15,-16,18,-27r-15,0xm104,-38v0,35,-43,52,-74,36v-8,-4,-16,-12,-25,-21r16,-21v11,18,47,32,57,7v-6,-23,-56,-29,-52,-64v4,-43,56,-57,89,-25r-16,21v-19,-14,-42,-20,-46,4v6,27,51,26,51,63","w":119},"\u0162":{"d":"48,24r32,0v-6,41,-7,52,-29,71r-11,-12v9,-8,15,-16,18,-27r-15,0xm27,-224r146,0r-4,30r-58,0r-29,194r-30,0r28,-194r-58,0","w":157},"\u0163":{"d":"19,24r32,0v-6,41,-7,52,-29,71r-11,-12v9,-8,15,-16,18,-27r-15,0xm54,-204r30,0r-9,63r26,0r-4,28r-26,0r-17,113r-30,0r17,-113r-22,0r4,-28r22,0","w":97},"\u0164":{"d":"27,-224r146,0r-4,30r-58,0r-29,194r-30,0r28,-194r-58,0xm165,-295r-47,48r-35,0r-22,-48r28,0r13,31r30,-31r33,0","w":157},"\u0165":{"d":"112,-233r32,0v-5,41,-8,51,-29,71r-11,-12v9,-8,15,-17,18,-28r-15,0xm54,-204r30,0r-9,63r26,0r-4,28r-26,0r-17,113r-30,0r17,-113r-22,0r4,-28r22,0","w":122},"\u016e":{"d":"162,-12v-49,42,-150,18,-138,-63r22,-149r30,0r-23,161v-3,45,63,51,90,27v11,-9,18,-21,20,-37r22,-151r30,0r-24,158v-3,23,-13,41,-29,54xm167,-269v0,18,-15,32,-32,32v-17,0,-31,-15,-32,-32v-1,-18,14,-32,32,-32v18,0,33,14,32,32xm154,-269v0,-9,-9,-20,-19,-19v-10,-1,-19,10,-19,19v0,9,10,19,19,19v9,0,19,-10,19,-19","w":217},"\u016f":{"d":"114,-11v-44,36,-107,7,-97,-59r11,-71r30,0r-14,95v-3,24,37,26,51,13v24,-22,15,-72,25,-108r30,0v-11,46,-3,104,-36,130xm130,-194v0,18,-15,32,-32,32v-17,0,-31,-15,-32,-32v-1,-18,14,-32,32,-32v18,0,33,14,32,32xm117,-194v0,-9,-9,-20,-19,-19v-10,-1,-19,10,-19,19v0,9,10,19,19,19v9,0,19,-10,19,-19","w":157},"\u0170":{"d":"162,-12v-49,42,-150,18,-138,-63r22,-149r30,0r-23,161v-3,45,63,51,90,27v11,-9,18,-21,20,-37r22,-151r30,0r-24,158v-3,23,-13,41,-29,54xm86,-247r33,-48r40,0r-47,48r-26,0xm145,-247r32,-48r41,0r-48,48r-25,0","w":217},"\u0171":{"d":"114,-11v-44,36,-107,7,-97,-59r11,-71r30,0r-14,95v-3,24,37,26,51,13v24,-22,15,-72,25,-108r30,0v-11,46,-3,104,-36,130xm46,-172r33,-48r40,0r-47,48r-26,0xm105,-172r32,-48r41,0r-48,48r-25,0","w":157},"\u0179":{"d":"45,-224r151,0r-136,194r119,0r-5,30r-171,0r136,-194r-98,0xm95,-247r32,-48r41,0r-47,48r-26,0","w":198},"\u017a":{"d":"30,-141r124,0r-100,114r76,0r-4,27r-130,0r102,-115r-72,0xm72,-172r32,-48r41,0r-47,48r-26,0","w":157},"\u017b":{"d":"45,-224r151,0r-136,194r119,0r-5,30r-171,0r136,-194r-98,0xm105,-247r8,-39r39,0r-8,39r-39,0","w":198},"\u017c":{"d":"30,-141r124,0r-100,114r76,0r-4,27r-130,0r102,-115r-72,0xm77,-175r8,-39r39,0r-8,39r-39,0","w":157},"\u00a4":{"d":"168,-53v-23,21,-75,22,-96,0r-22,22r-16,-15r23,-23v-20,-23,-22,-73,0,-95r-23,-23r16,-15r22,22v22,-21,74,-21,96,0r22,-22r15,15r-22,23v22,21,23,74,0,95r22,23r-15,15xm177,-116v0,-31,-25,-57,-56,-57v-32,0,-59,26,-58,57v0,31,26,57,57,57v31,0,57,-26,57,-57","w":240}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright The Monotype Corporation 1991-1997. All rights
 * reserved. Twentieth Century is a trademark of The Monotype Corporation which may
 * be registered in certain jurisdictions.
 * 
 * Trademark:
 * Twentieth Century is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Description:
 * 20th Century was designed and drawn by Sol Hess in the Lanston Monotype drawing
 * office between 1936 and 1947. The first weights were added to the Monotype
 * typeface library in 1959. This is a face based on geometric shapes which
 * originated in Germany in the early 1920's and became an integral part of the
 * Bauhaus movement of that time. Form and function became the key words,
 * unnecessary decoration was scorned. This clean cut, sans serif with geometric
 * shapes was most appropriate. The lighter weights can be used for text setting,
 * the bold and condensed fonts are suitable for display in headlines and
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Sol Hess
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":172,"face":{"font-family":"tcm","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 2 2 1 4 9 6 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-112 -330 444 84","underline-thickness":"21.0938","underline-position":"-16.1719","slope":"-9","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":95},"!":{"d":"40,-231r42,0r-23,158r-43,0xm31,3v-14,0,-26,-12,-26,-26v0,-17,11,-30,26,-30v16,0,27,13,26,29v0,14,-12,27,-26,27","w":74},"\"":{"d":"33,-166v-1,-35,3,-65,11,-92r53,0v-5,34,-15,64,-27,92r-37,0xm113,-166v-1,-35,3,-65,10,-92r54,0v-5,35,-16,64,-28,92r-36,0","w":170},"#":{"d":"14,-179r54,0r15,-67r33,0r-15,67r62,0r15,-67r33,0r-14,67r29,0r0,34r-36,0r-11,53r47,0r0,33r-53,0r-15,67r-33,0r15,-67r-63,0r-14,67r-33,0r14,-67r-30,0r0,-33r36,0r12,-53r-48,0r0,-34xm95,-145r-11,53r62,0r11,-53r-62,0","w":240},"$":{"d":"118,-136v44,18,72,72,33,114v-13,13,-31,22,-53,24r-4,29r-24,0r5,-30v-21,-4,-43,-16,-64,-39r26,-27v17,15,20,23,43,28r10,-65v-47,-31,-67,-64,-34,-107v11,-13,28,-21,53,-24r4,-24r23,0r-3,23v17,3,34,12,50,28r-27,30v-8,-9,-22,-18,-29,-20xm103,-197v-22,4,-25,32,-6,45xm112,-88r-8,50v29,-7,32,-34,8,-50","w":191},"%":{"d":"107,-252v32,1,53,26,53,61v0,50,-26,96,-72,96v-32,0,-53,-27,-53,-61v0,-50,26,-96,72,-96xm104,-229v-31,-1,-38,49,-38,77v0,17,8,33,24,33v32,0,37,-45,38,-78v0,-19,-7,-31,-24,-32xm279,-252r-183,280r-29,0r183,-280r29,0xm258,-129v33,0,54,26,54,62v0,50,-27,94,-71,95v-35,0,-54,-26,-54,-64v0,-47,28,-94,71,-93xm243,4v32,1,38,-49,38,-79v0,-17,-8,-31,-25,-31v-31,0,-38,45,-38,74v0,21,6,35,25,36","w":344},"&":{"d":"118,-234v33,0,62,23,62,54v0,23,-16,44,-47,62r23,31r26,-27r28,34r-29,28r41,52r-55,0r-19,-25v-50,45,-136,37,-136,-33v0,-34,20,-59,61,-76v-31,-44,-6,-99,45,-100xm120,-196v-22,2,-24,26,-9,43v21,-7,37,-36,9,-43xm58,-63v8,30,39,22,64,3r-28,-40v-23,12,-36,25,-36,37","w":228},"'":{"d":"31,-166v-1,-35,3,-65,11,-92r53,0v-5,34,-15,64,-27,92r-37,0","w":85},"(":{"d":"119,-228v-63,68,-87,182,-47,281r-32,15v-46,-114,-25,-229,51,-317","w":112},")":{"d":"-8,47v64,-69,87,-178,49,-282r32,-14v26,60,32,149,7,217v-11,32,-31,65,-60,100","w":112},"*":{"d":"76,-93v-30,-3,-4,-42,-4,-59v-18,-5,-23,31,-46,31v-7,0,-13,-8,-13,-15v-1,-21,41,-17,51,-26v-5,-19,-50,-4,-51,-31v15,-36,37,9,54,18v17,-10,-25,-55,8,-60v30,2,6,39,6,57r5,3v16,-12,41,-51,55,-17v-3,21,-35,15,-51,25r0,6v13,8,50,4,50,25v-13,37,-40,-8,-54,-19v-17,10,26,57,-10,62","w":153},"+":{"d":"22,-138r79,0r0,-79r38,0r0,79r79,0r0,38r-79,0r0,79r-38,0r0,-79r-79,0r0,-38","w":240},",":{"d":"35,-72r36,17r-47,97r-29,-14","w":74,"k":{"\u2019":-4,"\u201d":-11}},"-":{"d":"12,-93r95,0r-5,38r-96,0","w":112},".":{"d":"36,3v-14,0,-26,-13,-26,-27v0,-15,10,-29,26,-29v14,0,27,12,27,26v0,16,-10,31,-27,30","w":74,"k":{"\u2019":4,"\u201d":-4}},"\/":{"d":"100,-248r26,0r-89,314r-27,0","w":131},"0":{"d":"7,-100v1,-71,35,-134,103,-134v50,0,73,44,73,100v0,72,-36,137,-103,137v-50,0,-74,-47,-73,-103xm105,-195v-38,0,-56,54,-56,101v0,31,11,58,36,58v42,0,56,-61,57,-107v1,-29,-12,-52,-37,-52","w":191},"1":{"d":"67,-230r76,0r-39,230r-47,0r32,-190r-29,0","w":191},"2":{"d":"113,-234v38,0,72,27,72,64v0,46,-55,97,-83,129r64,0r-6,41r-153,0r89,-98v23,-27,39,-36,42,-67v2,-15,-15,-31,-30,-30v-20,0,-32,14,-35,44r-41,0v2,-45,38,-82,81,-83","w":191},"3":{"d":"118,-143v21,-13,12,-51,-13,-50v-17,0,-28,11,-32,31r-38,0v2,-40,36,-72,77,-72v72,0,88,95,24,120v58,30,15,122,-48,117v-40,-3,-68,-27,-75,-69r39,0v9,36,61,30,63,-4v1,-20,-16,-29,-37,-28r5,-34v15,-1,27,-5,35,-11","w":191},"4":{"d":"141,-229r36,0r-20,137r25,0r-6,39r-25,0r-8,53r-47,0r7,-53r-96,0r6,-39xm54,-90r53,0r10,-66","w":191},"5":{"d":"116,-77v0,-39,-44,-47,-79,-27r42,-127r101,0r-5,41r-67,0r-13,39v43,-1,68,29,68,69v0,74,-102,115,-151,57r16,-33v32,35,88,27,88,-19","w":191},"6":{"d":"89,3v-62,0,-102,-73,-64,-127v23,-33,55,-74,82,-106r60,0r-65,80v44,-4,77,23,78,62v1,47,-44,91,-91,91xm93,-119v-47,-1,-52,81,-3,82v22,0,42,-20,41,-43v0,-22,-16,-39,-38,-39","w":191},"7":{"d":"28,-230r166,0r-144,250r-37,-22r108,-188r-99,0","w":191},"8":{"d":"106,-234v35,0,71,26,70,58v0,26,-14,46,-42,58v20,11,31,23,32,51v2,40,-39,70,-76,70v-42,0,-75,-25,-74,-66v1,-31,25,-50,53,-57v-57,-24,-30,-114,37,-114xm107,-142v13,0,27,-13,27,-27v0,-15,-12,-27,-26,-27v-16,0,-28,14,-28,29v0,14,12,26,27,25xm91,-37v18,1,32,-14,32,-32v0,-16,-16,-29,-31,-29v-16,0,-31,13,-31,29v-1,17,14,32,30,32","w":191},"9":{"d":"101,-234v58,0,97,61,70,117v-8,16,-76,102,-103,136r-37,-30r57,-70v-46,3,-77,-23,-78,-63v-2,-47,44,-90,91,-90xm100,-193v-22,0,-41,22,-41,44v0,20,17,37,37,37v23,0,39,-21,39,-44v0,-20,-16,-37,-35,-37","w":191},":":{"d":"43,-94v-14,0,-25,-12,-25,-28v0,-15,12,-28,26,-28v13,0,26,13,26,26v1,17,-11,30,-27,30xm29,3v-14,0,-25,-12,-25,-28v0,-15,12,-28,26,-28v13,0,26,13,26,26v1,17,-11,30,-27,30","w":74},";":{"d":"77,-93v-16,0,-28,-12,-27,-28v0,-13,11,-28,25,-28v16,0,27,12,27,28v0,13,-12,29,-25,28xm44,-71r35,21r-59,92r-28,-17","w":74},"<":{"d":"218,-20r-196,-82r0,-34r196,-81r0,40r-144,58r144,58r0,41","w":240},"=":{"d":"22,-180r196,0r0,38r-196,0r0,-38xm22,-96r196,0r0,38r-196,0r0,-38","w":240},">":{"d":"22,-217r196,81r0,34r-196,82r0,-41r144,-58r-144,-58r0,-40","w":240},"?":{"d":"90,-233v57,-3,85,65,49,104v-11,12,-26,19,-45,22r-4,30r-39,0r9,-65v25,7,54,-6,53,-30v-1,-31,-49,-32,-56,0r-39,0v5,-38,31,-59,72,-61xm62,3v-14,0,-25,-14,-25,-27v0,-15,12,-29,27,-29v13,-1,25,15,25,28v0,15,-12,29,-27,28"},"@":{"d":"42,-82v-2,81,64,126,149,126v56,0,96,-16,121,-47r37,0v-25,51,-81,78,-155,79v-109,1,-186,-56,-184,-161v2,-106,71,-177,180,-177v84,0,150,54,150,135v0,64,-53,128,-115,127v-19,0,-30,-7,-33,-20v-43,44,-116,10,-116,-56v0,-72,86,-156,142,-91r4,-19r46,0r-29,142v0,6,2,8,7,8v35,-7,62,-50,62,-94v0,-62,-53,-100,-119,-100v-93,0,-145,61,-147,148xm175,-159v-35,0,-53,43,-53,86v0,23,11,40,31,41v35,2,55,-52,55,-86v0,-24,-12,-41,-33,-41","w":351},"A":{"d":"117,-231r33,0r59,231r-44,0r-12,-46r-86,0r-24,46r-50,0xm126,-155r-37,68r54,0","w":228,"k":{"\u2019":40,"\u201d":29,"y":11,"w":11,"v":14,"u":7,"Y":40,"W":18,"V":25,"U":7,"T":14,"Q":14,"O":11,"G":7,"C":14}},"B":{"d":"175,-66v-1,72,-93,68,-172,66r35,-231v65,-3,134,1,134,59v0,22,-11,40,-33,54v24,11,36,28,36,52xm128,-165v0,-23,-22,-30,-48,-28r-9,56v29,2,57,-4,57,-28xm128,-69v0,-26,-30,-35,-62,-32r-9,63v34,2,71,-3,71,-31","w":191,"k":{"\u00c5":7,"\u00c4":7,"A":7,".":7,",":11}},"C":{"d":"12,-105v0,-99,111,-163,195,-110r-6,42v-53,-47,-140,0,-140,65v0,65,73,84,125,50r-7,47v-77,43,-167,-11,-167,-94","w":209,"k":{".":7,",":11}},"D":{"d":"203,-127v0,78,-46,126,-126,127r-74,0r34,-231v94,-8,166,17,166,104xm153,-127v0,-40,-30,-61,-75,-57r-20,137v63,5,96,-24,95,-80","w":209,"k":{"\u00c5":11,"\u00c4":11,"Y":22,"W":4,"V":11,"A":11,".":7,",":11}},"E":{"d":"38,-231r125,0r-6,41r-78,0r-8,51r74,0r-6,41r-74,0r-8,57r75,0r-6,41r-123,0","w":153},"F":{"d":"38,-231r125,0r-6,41r-77,0r-8,51r73,0r-6,41r-73,0r-15,98r-47,0","w":153,"k":{"\u00c5":14,"\u00c4":14,"e":7,"A":14,".":32,",":29}},"G":{"d":"10,-103v0,-93,95,-162,179,-116v18,10,33,23,44,39r-35,25v-14,-20,-34,-34,-62,-35v-48,-1,-77,39,-77,88v0,46,55,84,97,53v11,-7,19,-19,26,-34r-54,0r0,-40r105,0v5,73,-49,125,-112,126v-65,1,-111,-42,-111,-106","w":247,"k":{".":14,",":18}},"H":{"d":"31,-231r48,0r-12,87r87,0r12,-87r48,0r-34,231r-47,0r14,-97r-87,0r-15,97r-47,0","w":209},"I":{"d":"30,-231r47,0r-34,231r-48,0","w":74},"J":{"d":"99,-231r48,0r-22,145v-6,53,-17,89,-68,89v-28,0,-49,-13,-65,-39r28,-23v21,37,60,16,57,-26","w":153,"k":{"\u00fc":4,"\u00e5":4,"\u00e4":4,"\u00c5":7,"\u00c4":7,"y":4,"u":4,"e":7,"a":4,"A":7,";":22,":":4,".":14,",":11}},"K":{"d":"37,-231r47,0r-13,91r91,-91r61,0r-116,116r75,115r-51,0r-66,-100r-15,100r-48,0","w":209,"k":{"\u00fc":22,"\u00f6":14,"\u00e5":18,"\u00e4":18,"\u00d6":14,"y":22,"w":22,"v":22,"u":22,"o":14,"e":22,"a":18,"O":14,"G":11,"C":11}},"L":{"d":"37,-231r48,0r-28,190r77,0r-6,41r-124,0","w":153,"k":{"\u2019":11,"\u201d":14,"\u00dc":4,"\u00d6":11,"y":14,"w":18,"Y":36,"W":22,"V":32,"U":4,"T":22,"O":11,"G":11,"C":11}},"M":{"d":"66,-231r44,0r24,130r65,-130r44,0r0,231r-43,0r0,-138r-70,138r-22,0r-26,-144r-49,144r-45,0","w":266},"N":{"d":"37,-231r49,0r74,155r22,-155r48,0r-34,231r-44,0r-78,-160r-23,160r-48,0","w":228,"k":{".":4}},"O":{"d":"14,-111v0,-72,56,-123,128,-123v70,0,110,43,110,113v0,73,-55,125,-129,124v-67,-1,-109,-45,-109,-114xm127,-38v42,0,77,-40,77,-82v0,-43,-26,-73,-67,-73v-41,0,-75,40,-75,82v0,40,26,73,65,73","w":266,"k":{"\u00c5":11,"\u00c4":11,"Y":32,"X":22,"W":11,"V":22,"T":11,"A":11,".":14,",":18}},"P":{"d":"167,-158v-5,57,-36,79,-108,74r-12,84r-48,0r33,-231v73,-4,141,6,135,73xm65,-125v51,13,74,-62,20,-65r-10,0","k":{"\u00e5":4,"\u00c5":32,"\u00c4":32,"o":4,"e":14,"a":4,"A":32,".":54,",":54}},"Q":{"d":"142,-234v64,2,109,43,109,113v0,43,-16,77,-48,101r27,42r-51,0v-6,-7,-10,-17,-17,-23v-88,20,-150,-29,-149,-111v0,-68,55,-124,129,-122xm62,-111v2,47,24,76,77,72r-35,-52r52,0r21,32v47,-36,30,-134,-40,-134v-41,0,-77,40,-75,82","w":266,"k":{"Y":36,"W":14,"V":18,"T":4,"A":11,".":22,",":11}},"R":{"d":"175,-161v-1,38,-18,67,-54,73r45,88r-49,0r-42,-83r-7,0r-13,83r-48,0r34,-231v71,-4,136,5,134,70xm73,-125v39,8,70,-32,43,-58v-6,-6,-18,-7,-33,-7","w":191,"k":{"\u00fc":7,"\u00f6":4,"\u00e5":7,"\u00e4":7,"\u00d6":4,"u":7,"o":4,"e":18,"a":7,"Y":29,"W":14,"V":18,"T":4,"Q":4,"O":4,"G":4,"C":4}},"S":{"d":"60,-102v-79,-20,-49,-132,31,-132v23,0,45,10,65,28r-25,33v-19,-20,-66,-30,-69,8v10,44,85,36,82,96v-4,73,-101,95,-151,42r28,-33v17,21,74,34,74,-7v0,-21,-17,-26,-35,-35","w":153,"k":{".":4,",":7}},"T":{"d":"25,-231r141,0r-6,41r-47,0r-28,190r-47,0r28,-190r-47,0","w":153,"k":{"\u00e5":14,"\u00c5":18,"\u00c4":18,"z":7,"y":14,"w":18,"u":7,"s":11,"r":7,"o":11,"m":11,"e":25,"c":22,"a":14,"A":18,";":29,":":14,".":25,"-":14,",":25}},"U":{"d":"173,-30v-41,53,-171,43,-163,-44v5,-55,15,-105,21,-157r47,0r-21,154v-6,42,59,47,77,22v28,-39,25,-120,37,-176r47,0r-17,120v-6,38,-10,58,-28,81","w":209,"k":{"\u00c5":7,"\u00c4":7,"A":7,".":11,",":11}},"V":{"d":"24,-231r44,0r35,163r84,-163r48,0r-119,231r-41,0","w":228,"k":{"\u00e5":18,"\u00d6":7,"\u00c5":32,"\u00c4":32,"y":11,"u":14,"r":14,"o":14,"e":25,"a":18,"Q":7,"O":7,"G":7,"C":7,"A":32,";":40,":":14,".":50,"-":36,",":54}},"W":{"d":"23,-231r44,0r21,140r55,-140r27,0r22,141r54,-141r46,0r-90,231r-36,0r-20,-132r-52,132r-36,0","w":285,"k":{"\u00e5":18,"\u00d6":4,"\u00c5":22,"\u00c4":22,"y":11,"u":11,"r":7,"o":11,"e":25,"d":18,"a":18,"O":4,"A":22,";":36,":":11,".":32,"-":11,",":36}},"X":{"d":"23,-231r49,0r39,75r56,-75r54,0r-88,117r59,114r-48,0r-40,-76r-58,76r-54,0r90,-118","w":209,"k":{"\u00d6":7,"O":7,"G":7,"C":7}},"Y":{"d":"29,-231r47,0r36,81r58,-81r53,0r-90,126r-16,105r-47,0r15,-106","w":209,"k":{"\u00e5":18,"\u00d6":7,"\u00c5":18,"\u00c4":18,"v":4,"u":11,"q":14,"p":14,"o":29,"e":40,"d":25,"a":18,"S":-4,"O":7,"G":7,"C":7,"A":18,";":40,":":18,".":36,"-":29,",":40}},"Z":{"d":"31,-231r166,0r-122,190r98,0r-7,41r-170,0r124,-190r-95,0","w":191},"[":{"d":"43,-246r71,0r-4,30r-37,0r-37,252r36,0r-4,29r-70,0","w":112},"\\":{"d":"10,-247r26,0r90,313r-25,0","w":131},"]":{"d":"51,-246r71,0r-42,311r-75,0r4,-29r40,0r36,-253r-38,0","w":112},"^":{"d":"20,-122r66,-140r40,0r64,140r-50,0r-35,-86r-35,86r-50,0","w":210},"_":{"d":"-2,45r0,-18r184,0r0,18r-184,0","w":180},"`":{"d":"48,-234r49,0r22,53r-34,0","w":119},"a":{"d":"5,-65v0,-66,71,-118,120,-65r3,-19r43,0r-22,149r-43,0r2,-15v-42,40,-103,8,-103,-50xm85,-113v-22,0,-36,20,-36,44v0,20,11,34,30,34v43,0,54,-79,6,-78","k":{"v":-4,"t":-7,"b":-7}},"b":{"d":"167,-83v0,65,-69,118,-118,64r-3,19r-43,0r36,-248r44,0r-17,112v44,-37,101,-4,101,53xm92,-114v-40,0,-53,79,-4,78v20,0,36,-21,36,-41v0,-23,-10,-36,-32,-37","k":{"y":7,"w":11,"v":7,".":11,",":11}},"c":{"d":"16,-69v-1,-60,72,-109,131,-69v-3,11,0,28,-7,35v-31,-25,-83,-8,-81,36v2,36,40,41,73,26r-5,38v-60,20,-111,-10,-111,-66","w":153,"k":{"y":4,".":7,",":7}},"d":{"d":"78,-152v21,0,37,13,47,22r18,-118r43,0r-37,248r-43,0r2,-12v-47,35,-101,4,-101,-52v0,-44,31,-88,71,-88xm88,-112v-22,0,-38,19,-38,42v-1,20,13,36,32,36v39,0,54,-77,6,-78","k":{"v":-4}},"e":{"d":"14,-69v0,-67,85,-112,130,-61v13,15,18,37,18,66r-102,0v2,38,47,41,65,14r31,16v-40,61,-142,43,-142,-35xm62,-94r61,0v-3,-33,-54,-31,-61,0","k":{"z":4,"y":14,"x":7,"w":18,"v":14,".":4,",":7}},"f":{"d":"115,-245r-5,41v-32,-6,-25,17,-32,55r23,0r-6,43r-24,0r-15,106r-44,0r16,-106r-12,0r7,-43r12,0v3,-59,19,-109,80,-96","w":93,"k":{"\u2019":-40,"\u201d":-47,"o":-4,"l":-7,"k":-11,"f":-7,"a":-4,"?":-32,".":7,",":4,"!":-11," ":-40}},"g":{"d":"6,-72v0,-58,66,-106,117,-64r3,-13r42,0r-19,133v0,68,-63,103,-120,70v-14,-8,-21,-22,-23,-39r42,0v17,37,59,9,56,-24v-48,26,-98,-9,-98,-63xm85,-113v-19,0,-36,17,-35,37v1,22,13,39,33,40v21,1,36,-19,36,-42v0,-19,-15,-36,-34,-35","k":{"e":4,".":7}},"h":{"d":"100,-72v2,-21,8,-48,-14,-46v-34,2,-30,82,-39,118r-43,0r37,-248r43,0r-17,115v31,-37,87,-13,78,45r-13,88r-43,0","w":152},"i":{"d":"57,-181v-16,0,-28,-14,-28,-29v0,-16,12,-27,28,-27v15,0,27,12,27,27v0,16,-12,28,-27,29xm26,-149r43,0r-22,149r-43,0","w":74},"j":{"d":"55,-237v16,0,28,14,28,29v0,16,-12,27,-28,27v-15,1,-27,-14,-27,-28v0,-14,13,-28,27,-28xm26,-149r43,0r-32,216r-42,0","w":74},"k":{"d":"39,-248r43,0r-23,153r43,-54r50,0r-60,76r44,73r-44,0r-38,-62r-9,62r-43,0","w":153,"k":{"\u00f6":11,"y":7,"o":11,"e":18}},"l":{"d":"41,-248r43,0r-37,248r-43,0","w":74,"k":{"w":4}},"m":{"d":"67,-128v24,-32,76,-34,82,10v26,-44,92,-52,91,17v-1,37,-8,67,-12,101r-43,0r13,-98v1,-25,-25,-26,-37,-11v-19,26,-15,73,-24,109r-42,0r13,-97v1,-27,-24,-27,-36,-12v-21,24,-15,73,-24,109r-43,0r21,-149r43,0","w":247,"k":{"y":4}},"n":{"d":"67,-133v31,-35,88,-15,79,42r-14,91r-43,0r14,-98v2,-23,-23,-25,-33,-11v-17,27,-15,73,-23,109r-43,0r22,-149r44,0","w":152},"o":{"d":"86,-152v46,0,80,31,80,76v0,45,-39,79,-84,79v-41,0,-77,-33,-77,-74v0,-43,38,-81,81,-81xm85,-112v-19,0,-35,19,-35,39v0,20,15,36,35,36v20,0,36,-19,36,-38v0,-21,-16,-37,-36,-37","k":{"z":4,"y":7,"x":7,"w":11,"v":11,".":4,",":11}},"p":{"d":"167,-82v0,63,-67,115,-116,65r-13,84r-43,0r32,-216r43,0r-1,11v41,-34,98,-1,98,56xm90,-114v-38,0,-51,78,-2,78v21,0,36,-20,36,-43v0,-22,-12,-35,-34,-35","k":{"z":4,"y":7,"w":7,".":4,",":7}},"q":{"d":"5,-66v0,-63,71,-118,118,-64r3,-19r43,0r-31,216r-43,0r12,-80v-43,37,-102,6,-102,-53xm86,-112v-40,-3,-54,78,-7,77v42,2,55,-75,7,-77"},"r":{"d":"120,-148r-11,40v-56,-21,-53,63,-62,108r-43,0r22,-149r43,0r-1,11v18,-12,32,-19,52,-10","w":112,"k":{"\u00f6":-4,"\u00e5":-4,"\u00e4":-4,"y":-7,"v":-7,"t":-7,"s":-7,"q":-4,"o":-4,"l":-11,"k":-7,"j":-7,"g":-7,"a":-4,";":18,":":-4,".":18,",":14}},"s":{"d":"8,-105v0,-48,68,-64,95,-25r-22,22v-13,-14,-31,-17,-36,1v5,29,56,24,53,63v-3,50,-80,67,-102,18r25,-19v10,19,33,22,39,3v-6,-25,-52,-30,-52,-63","w":112,"k":{"w":7,".":4,",":11}},"t":{"d":"44,-202r43,0r-7,53r19,0r-6,43r-19,0r-16,106r-43,0r15,-106r-16,0r6,-43r16,0","w":101},"u":{"d":"144,-36v-20,62,-127,48,-127,-29v0,-32,7,-56,10,-84r43,0r-12,84v-1,23,28,34,42,17v18,-23,13,-68,21,-101r43,0v-6,34,-12,88,-20,113"},"v":{"d":"12,-149r41,0r26,84r46,-84r45,0r-82,149r-29,0","k":{"\u00f6":11,"\u00e5":7,"\u00e4":7,"q":4,"o":11,"e":22,"d":7,"c":14,"a":7,".":29,",":29}},"w":{"d":"16,-149r39,0r22,82r48,-82r33,0r22,82r47,-82r42,0r-87,149r-24,0r-24,-91r-54,91r-25,0","w":266,"k":{"\u00f6":7,"\u00e5":7,"\u00e4":7,"q":7,"o":7,"e":14,"d":4,"c":11,"a":7,".":22,",":29}},"x":{"d":"15,-149r46,0r26,42r36,-42r48,0r-63,74r47,75r-45,0r-29,-44r-37,44r-48,0r65,-76","k":{"\u00f6":7,"o":7,"e":14,"d":11,"c":14}},"y":{"d":"14,-149r40,0r26,80r47,-80r45,0r-128,216r-44,0r54,-92","w":164,"k":{"e":7,"c":7,".":18,",":29}},"z":{"d":"25,-149r129,0r-82,113r64,0r-6,36r-131,0r82,-114r-61,0","w":153,"k":{"\u00f6":4,"o":4,"e":11,"d":4,"c":7}},"{":{"d":"50,0v1,-45,-2,-69,-39,-69r0,-42v39,-1,39,-29,39,-70v0,-65,20,-79,81,-78v-2,13,4,33,-2,42v-27,1,-32,1,-34,25v-2,66,1,78,-32,102v32,19,31,46,32,101v0,25,10,25,36,25r0,42v-62,2,-83,-15,-81,-78","w":140},"|":{"d":"87,-250r38,0r0,299r-38,0r0,-299","w":211},"}":{"d":"90,-181v0,45,4,69,39,70r0,42v-39,1,-39,28,-39,69v0,67,-16,79,-81,78v2,-13,-4,-33,2,-42v27,-1,33,-1,34,-25v2,-58,0,-81,32,-101v-33,-23,-29,-38,-32,-102v-1,-25,-9,-25,-36,-25r0,-42v61,-2,81,14,81,78","w":140},"~":{"d":"76,-159v34,-1,57,26,88,28v15,0,33,-9,52,-26r0,39v-46,48,-95,9,-142,-4v-17,0,-34,9,-53,26r0,-39v19,-16,36,-24,55,-24","w":236},"\u00c4":{"d":"117,-231r33,0r59,231r-44,0r-12,-46r-86,0r-24,46r-50,0xm126,-155r-37,68r54,0xm109,-248v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm173,-248v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":228,"k":{"\u2019":40,"\u201d":29,"y":11,"w":11,"v":14,"u":7,"Y":40,"W":18,"V":25,"U":7,"T":14,"Q":14,"O":11,"G":7,"C":14}},"\u00c5":{"d":"117,-231r33,0r59,231r-44,0r-12,-46r-86,0r-24,46r-50,0xm126,-155r-37,68r54,0xm171,-275v0,17,-17,34,-34,34v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34xm152,-275v0,-8,-8,-15,-15,-15v-18,0,-19,30,0,30v8,1,15,-7,15,-15","w":228,"k":{"\u2019":40,"\u201d":29,"y":11,"w":11,"v":14,"Y":40,"W":18,"V":25,"U":7,"T":14,"Q":14,"O":11,"G":7,"C":14}},"\u00c7":{"d":"12,-105v0,-99,111,-163,195,-110r-6,42v-53,-47,-140,0,-140,65v0,65,73,84,125,50r-7,47v-77,43,-167,-11,-167,-94xm141,33v-2,34,-51,46,-94,41v5,-8,3,-23,20,-20v18,-1,40,-5,42,-18v2,-13,-20,-15,-36,-11r6,-17v26,-7,63,-2,62,25","w":209},"\u00c9":{"d":"38,-231r125,0r-6,41r-78,0r-8,51r74,0r-6,41r-74,0r-8,57r75,0r-6,41r-123,0xm112,-300r54,0r-57,53r-34,0","w":153},"\u00d1":{"d":"37,-231r49,0r74,155r22,-155r48,0r-34,231r-44,0r-78,-160r-23,160r-48,0xm165,-251v-19,2,-57,-33,-63,0r-23,0v6,-58,52,-40,87,-28v6,0,10,-5,12,-14r23,0v-4,22,-14,40,-36,42","w":228},"\u00d6":{"d":"14,-111v0,-72,56,-123,128,-123v70,0,110,43,110,113v0,73,-55,125,-129,124v-67,-1,-109,-45,-109,-114xm127,-38v42,0,77,-40,77,-82v0,-43,-26,-73,-67,-73v-41,0,-75,40,-75,82v0,40,26,73,65,73xm118,-248v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm182,-248v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":266,"k":{"Y":32,"X":22,"W":11,"V":22,"T":11,"A":11}},"\u00dc":{"d":"173,-30v-41,53,-171,43,-163,-44v5,-55,15,-105,21,-157r47,0r-21,154v-6,42,59,47,77,22v28,-39,25,-120,37,-176r47,0r-17,120v-6,38,-10,58,-28,81xm97,-248v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm161,-248v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":209,"k":{"A":7}},"\u00e1":{"d":"5,-65v0,-66,71,-118,120,-65r3,-19r43,0r-22,149r-43,0r2,-15v-42,40,-103,8,-103,-50xm85,-113v-22,0,-36,20,-36,44v0,20,11,34,30,34v43,0,54,-79,6,-78xm112,-233r54,0r-57,53r-34,0"},"\u00e0":{"d":"5,-65v0,-66,71,-118,120,-65r3,-19r43,0r-22,149r-43,0r2,-15v-42,40,-103,8,-103,-50xm85,-113v-22,0,-36,20,-36,44v0,20,11,34,30,34v43,0,54,-79,6,-78xm59,-234r49,0r22,53r-34,0"},"\u00e2":{"d":"5,-65v0,-66,71,-118,120,-65r3,-19r43,0r-22,149r-43,0r2,-15v-42,40,-103,8,-103,-50xm85,-113v-22,0,-36,20,-36,44v0,20,11,34,30,34v43,0,54,-79,6,-78xm113,-212r-30,31r-42,0r52,-52r48,0r21,52r-35,0"},"\u00e4":{"d":"5,-65v0,-66,71,-118,120,-65r3,-19r43,0r-22,149r-43,0r2,-15v-42,40,-103,8,-103,-50xm85,-113v-22,0,-36,20,-36,44v0,20,11,34,30,34v43,0,54,-79,6,-78xm83,-181v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm147,-181v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","k":{"v":-4}},"\u00e3":{"d":"5,-65v0,-66,71,-118,120,-65r3,-19r43,0r-22,149r-43,0r2,-15v-42,40,-103,8,-103,-50xm85,-113v-22,0,-36,20,-36,44v0,20,11,34,30,34v43,0,54,-79,6,-78xm133,-184v-19,2,-57,-33,-63,0r-23,0v6,-58,52,-40,87,-28v6,0,10,-5,12,-14r23,0v-4,22,-14,40,-36,42"},"\u00e5":{"d":"5,-65v0,-66,71,-118,120,-65r3,-19r43,0r-22,149r-43,0r2,-15v-42,40,-103,8,-103,-50xm85,-113v-22,0,-36,20,-36,44v0,20,11,34,30,34v43,0,54,-79,6,-78xm136,-208v0,17,-17,34,-34,34v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34xm117,-208v0,-8,-8,-15,-15,-15v-18,0,-19,30,0,30v8,1,15,-7,15,-15","k":{"v":-4}},"\u00e7":{"d":"16,-69v-1,-60,72,-109,131,-69v-3,11,0,28,-7,35v-31,-25,-83,-8,-81,36v2,36,40,41,73,26r-5,38v-60,20,-111,-10,-111,-66xm113,33v-2,34,-51,46,-94,41v5,-8,3,-23,20,-20v18,-1,40,-5,42,-18v2,-13,-20,-15,-36,-11r6,-17v26,-7,63,-2,62,25","w":153},"\u00e9":{"d":"14,-69v0,-67,85,-112,130,-61v13,15,18,37,18,66r-102,0v2,38,47,41,65,14r31,16v-40,61,-142,43,-142,-35xm62,-94r61,0v-3,-33,-54,-31,-61,0xm112,-233r54,0r-57,53r-34,0"},"\u00e8":{"d":"14,-69v0,-67,85,-112,130,-61v13,15,18,37,18,66r-102,0v2,38,47,41,65,14r31,16v-40,61,-142,43,-142,-35xm62,-94r61,0v-3,-33,-54,-31,-61,0xm60,-234r49,0r22,53r-34,0"},"\u00ea":{"d":"14,-69v0,-67,85,-112,130,-61v13,15,18,37,18,66r-102,0v2,38,47,41,65,14r31,16v-40,61,-142,43,-142,-35xm62,-94r61,0v-3,-33,-54,-31,-61,0xm111,-212r-30,31r-42,0r52,-52r48,0r21,52r-35,0"},"\u00eb":{"d":"14,-69v0,-67,85,-112,130,-61v13,15,18,37,18,66r-102,0v2,38,47,41,65,14r31,16v-40,61,-142,43,-142,-35xm62,-94r61,0v-3,-33,-54,-31,-61,0xm79,-181v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm143,-181v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23"},"\u00ed":{"d":"28,-149r43,0r-22,149r-43,0xm61,-233r54,0r-57,53r-34,0","w":74},"\u00ec":{"d":"28,-149r43,0r-22,149r-43,0xm9,-234r49,0r22,53r-34,0","w":74},"\u00ee":{"d":"28,-149r43,0r-22,149r-43,0xm64,-212r-30,31r-42,0r52,-52r48,0r21,52r-35,0","w":74},"\u00ef":{"d":"28,-149r43,0r-22,149r-43,0xm21,-181v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm85,-181v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":74},"\u00f1":{"d":"67,-133v31,-35,88,-15,79,42r-14,91r-43,0r14,-98v2,-23,-23,-25,-33,-11v-17,27,-15,73,-23,109r-43,0r22,-149r44,0xm124,-184v-19,2,-57,-33,-63,0r-23,0v6,-58,52,-40,87,-28v6,0,10,-5,12,-14r23,0v-4,22,-14,40,-36,42","w":152},"\u00f3":{"d":"86,-152v46,0,80,31,80,76v0,45,-39,79,-84,79v-41,0,-77,-33,-77,-74v0,-43,38,-81,81,-81xm85,-112v-19,0,-35,19,-35,39v0,20,15,36,35,36v20,0,36,-19,36,-38v0,-21,-16,-37,-36,-37xm108,-233r54,0r-57,53r-34,0"},"\u00f2":{"d":"86,-152v46,0,80,31,80,76v0,45,-39,79,-84,79v-41,0,-77,-33,-77,-74v0,-43,38,-81,81,-81xm85,-112v-19,0,-35,19,-35,39v0,20,15,36,35,36v20,0,36,-19,36,-38v0,-21,-16,-37,-36,-37xm60,-234r49,0r22,53r-34,0"},"\u00f4":{"d":"86,-152v46,0,80,31,80,76v0,45,-39,79,-84,79v-41,0,-77,-33,-77,-74v0,-43,38,-81,81,-81xm85,-112v-19,0,-35,19,-35,39v0,20,15,36,35,36v20,0,36,-19,36,-38v0,-21,-16,-37,-36,-37xm110,-212r-30,31r-42,0r52,-52r48,0r21,52r-35,0"},"\u00f6":{"d":"86,-152v46,0,80,31,80,76v0,45,-39,79,-84,79v-41,0,-77,-33,-77,-74v0,-43,38,-81,81,-81xm85,-112v-19,0,-35,19,-35,39v0,20,15,36,35,36v20,0,36,-19,36,-38v0,-21,-16,-37,-36,-37xm77,-181v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm141,-181v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","k":{"z":4,"y":7,"x":7,"w":11,"v":11}},"\u00f5":{"d":"86,-152v46,0,80,31,80,76v0,45,-39,79,-84,79v-41,0,-77,-33,-77,-74v0,-43,38,-81,81,-81xm85,-112v-19,0,-35,19,-35,39v0,20,15,36,35,36v20,0,36,-19,36,-38v0,-21,-16,-37,-36,-37xm133,-184v-19,2,-57,-33,-63,0r-23,0v6,-58,52,-40,87,-28v6,0,10,-5,12,-14r23,0v-4,22,-14,40,-36,42"},"\u00fa":{"d":"144,-36v-20,62,-127,48,-127,-29v0,-32,7,-56,10,-84r43,0r-12,84v-1,23,28,34,42,17v18,-23,13,-68,21,-101r43,0v-6,34,-12,88,-20,113xm107,-233r54,0r-57,53r-34,0"},"\u00f9":{"d":"144,-36v-20,62,-127,48,-127,-29v0,-32,7,-56,10,-84r43,0r-12,84v-1,23,28,34,42,17v18,-23,13,-68,21,-101r43,0v-6,34,-12,88,-20,113xm57,-234r49,0r22,53r-34,0"},"\u00fb":{"d":"144,-36v-20,62,-127,48,-127,-29v0,-32,7,-56,10,-84r43,0r-12,84v-1,23,28,34,42,17v18,-23,13,-68,21,-101r43,0v-6,34,-12,88,-20,113xm110,-212r-30,31r-42,0r52,-52r48,0r21,52r-35,0"},"\u00fc":{"d":"144,-36v-20,62,-127,48,-127,-29v0,-32,7,-56,10,-84r43,0r-12,84v-1,23,28,34,42,17v18,-23,13,-68,21,-101r43,0v-6,34,-12,88,-20,113xm70,-181v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm134,-181v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23"},"\u2020":{"d":"90,-251v41,9,-6,63,-4,92v17,-3,58,-23,58,6v0,31,-44,10,-61,8v11,74,-21,130,-29,198r-15,0v12,-58,3,-125,19,-167v4,-9,7,-20,10,-31v-15,3,-56,22,-56,-7v0,-30,41,-9,59,-7v9,-32,-15,-87,19,-92","w":157},"\u00b0":{"d":"128,-206v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56v30,0,56,26,56,56xm99,-206v0,-15,-13,-27,-27,-27v-14,0,-27,13,-27,27v0,14,13,27,27,27v14,0,27,-13,27,-27","w":143},"\u00a2":{"d":"60,-2v-76,-28,-47,-155,38,-150r19,-78r23,0r-20,81v9,2,18,5,26,11r-5,35v-12,-7,-22,-10,-30,-11v-5,26,-19,58,-19,81v11,0,25,-3,40,-8r-6,37v-15,4,-30,7,-45,7r-16,63r-22,0xm88,-112v-26,5,-42,51,-18,70","w":153},"\u00a3":{"d":"137,-234v36,0,60,24,57,65v-13,-4,-29,-4,-40,-10v0,-14,-6,-21,-17,-21v-26,2,-33,36,-27,66r55,0r-4,32r-52,0v-2,20,-7,37,-14,52v31,19,60,16,66,-19r35,-5v-1,39,-26,78,-65,78v-21,0,-41,-17,-52,-26v-24,33,-71,36,-71,-10v0,-31,33,-46,63,-28v3,-14,2,-28,-1,-42r-50,0r4,-32r42,0v-2,-60,21,-100,71,-100xm41,-45v-15,-1,-18,25,-1,25v8,0,19,-14,21,-16v-10,-6,-10,-8,-20,-9","w":209},"\u00a7":{"d":"51,-140v-35,-36,-4,-94,51,-94v40,0,60,16,60,50r-42,0v-2,-22,-41,-20,-41,2v11,44,78,45,77,100v0,21,-11,38,-33,53v33,37,2,95,-51,95v-40,0,-60,-16,-60,-50r42,0v2,23,39,19,40,0v-6,-44,-77,-47,-77,-103v0,-20,11,-38,34,-53xm74,-118v-39,24,5,57,25,68v36,-25,-1,-54,-25,-68"},"\u2022":{"d":"11,-127v0,-28,24,-52,52,-52v28,0,52,25,52,52v0,27,-25,52,-52,52v-27,0,-52,-24,-52,-52","w":126},"\u00b6":{"d":"0,-185v0,-53,31,-73,94,-73r105,0r0,46r-20,0r0,283r-42,0r0,-283r-25,0r0,283r-43,0r0,-184v-42,-3,-69,-29,-69,-72","w":200},"\u00df":{"d":"90,-138v40,5,50,-59,13,-59v-19,0,-30,19,-33,37r-24,160r-43,0r24,-156v8,-51,34,-77,78,-77v37,0,63,19,63,55v-1,32,-18,53,-50,58v32,6,45,24,47,53v3,51,-56,88,-108,62r6,-37v27,18,60,5,58,-30v-2,-22,-13,-29,-36,-30"},"\u00ae":{"d":"-2,-128v0,-73,63,-135,135,-135v72,0,134,62,134,135v0,73,-62,135,-134,135v-72,0,-135,-63,-135,-135xm24,-128v0,58,51,108,109,108v58,0,108,-50,108,-108v0,-58,-50,-109,-108,-109v-59,0,-109,50,-109,109xm188,-159v0,23,-19,36,-39,41v24,7,30,40,47,62r-36,0v-16,-25,-19,-62,-59,-59r0,59r-29,0r0,-143v50,1,117,-12,116,40xm101,-137v26,-1,56,4,56,-21v0,-21,-32,-19,-56,-19r0,40","w":265},"\u00a9":{"d":"-2,-128v0,-73,63,-135,135,-135v72,0,134,62,134,135v0,73,-62,135,-134,135v-72,0,-135,-63,-135,-135xm24,-128v0,58,51,108,109,108v58,0,108,-50,108,-108v0,-58,-50,-109,-108,-109v-59,0,-109,50,-109,109xm98,-128v-7,51,56,71,67,20r29,9v-9,30,-29,46,-59,46v-43,0,-68,-30,-68,-75v0,-79,106,-105,127,-32r-29,7v-18,-46,-73,-23,-67,25","w":265},"\u2122":{"d":"82,-114r0,-119r-44,0r0,-25r117,0r0,25r-43,0r0,119r-30,0xm172,-114r0,-144r46,0r27,100r25,-100r46,0r0,144r-28,0r0,-115r-31,115r-26,0r-31,-115r0,115r-28,0","w":360},"\u00b4":{"d":"103,-233r54,0r-57,53r-34,0","w":119},"\u00a8":{"d":"65,-181v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm129,-181v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":119},"\u2260":{"d":"218,-58r-111,0r-24,44r-31,-14r16,-30r-46,0r0,-38r67,0r26,-46r-93,0r0,-38r114,0r19,-34r30,16r-10,18r43,0r0,38r-64,0r-26,46r90,0r0,38","w":240},"\u00c6":{"d":"116,-230r153,0r-6,41r-73,0r-8,52r73,0r-6,39r-73,0r-8,58r72,0r-5,40r-121,0r9,-62r-56,0r-36,62r-50,0xm142,-190r-51,88r38,0v3,-29,12,-61,13,-88","w":285},"\u00d8":{"d":"13,-111v0,-91,110,-153,190,-106r28,-31r20,17r-27,30v18,20,28,46,28,79v0,98,-109,156,-191,110r-27,30r-20,-17r26,-31v-18,-21,-27,-48,-27,-81xm173,-182v-66,-39,-141,44,-100,114xm92,-47v67,37,143,-47,100,-116","w":266},"\u221e":{"d":"27,-127v0,-61,73,-62,93,-21v15,-23,26,-39,56,-40v33,-1,54,26,54,61v0,35,-21,61,-54,61v-30,-1,-41,-17,-56,-40v-11,16,-29,31,-51,31v-26,0,-42,-23,-42,-52xm205,-128v0,-27,-24,-43,-45,-28v-6,4,-14,14,-24,29v17,23,17,33,41,35v19,2,28,-17,28,-36xm51,-128v2,38,41,26,54,0v-12,-17,-23,-24,-34,-24v-12,0,-21,10,-20,24","w":256},"\u00b1":{"d":"22,-169r79,0r0,-79r38,0r0,79r79,0r0,37r-79,0r0,79r-38,0r0,-79r-79,0r0,-37xm22,-27r196,0r0,37r-196,0r0,-37","w":240},"\u2264":{"d":"218,-31r-196,-82r0,-34r196,-82r0,41r-144,58r144,58r0,41xm22,-28r196,0r0,38r-196,0r0,-38","w":240},"\u2265":{"d":"22,-229r196,82r0,34r-196,82r0,-41r144,-58r-144,-58r0,-41xm22,-27r196,0r0,37r-196,0r0,-37","w":240},"\u00a5":{"d":"115,-150r58,-81r52,0r-28,41r14,0r-3,21r-27,0r-30,42r51,0r-3,22r-64,0r-15,105r-47,0r15,-105r-67,0r3,-22r54,0r-19,-42r-29,0r3,-21r16,0r-18,-41r48,0","w":209},"\u00b5":{"d":"136,-17v-19,23,-56,32,-73,-3r-19,92r-51,0r55,-259r50,0v-7,41,-21,76,-23,121v-1,28,31,45,51,24v25,-25,29,-102,41,-145r50,0r-39,187r-45,0","w":219},"\u2202":{"d":"107,-230v-23,0,-28,13,-40,33r-24,-15v9,-30,31,-50,65,-50v49,0,64,42,64,96v0,82,-30,168,-110,170v-34,0,-55,-25,-54,-62v3,-71,59,-110,137,-108v-1,-35,-7,-64,-38,-64xm48,-59v-2,38,44,36,63,10v15,-20,27,-47,32,-84v-55,-3,-93,26,-95,74","w":177},"\u2211":{"d":"24,-262r218,0r0,29r-174,0r107,136r-114,144r183,0r0,29r-223,0r0,-33r109,-139r-106,-135r0,-31","w":256},"\u220f":{"d":"28,-262r240,0r0,338r-34,0r0,-308r-172,0r0,308r-34,0r0,-338","w":296},"\u03c0":{"d":"250,-126r-40,0r0,126r-52,0r0,-126r-57,0r0,126r-52,0r0,-126v-14,0,-22,1,-40,7r0,-40v64,-16,164,-3,241,-7r0,40","w":258},"\u222b":{"d":"54,-306v6,-26,52,-34,52,-3v0,21,-29,15,-37,6v-5,0,-6,5,-6,11r6,142v0,87,0,130,-19,174v-8,19,-49,19,-48,-7v1,-23,28,-14,35,-4v9,-4,9,-16,9,-35r-2,-133v1,-81,0,-109,10,-151","w":98},"\u00aa":{"d":"12,-177v0,-44,44,-77,78,-43r1,-12r29,0r-14,96r-28,0r1,-9v-28,25,-67,4,-67,-32xm65,-209v-28,-2,-35,48,-6,51v27,3,38,-50,6,-51","w":112},"\u00ba":{"d":"115,-185v1,28,-27,52,-55,52v-27,0,-50,-22,-50,-49v0,-28,27,-52,56,-52v28,0,49,21,49,49xm40,-183v0,13,9,25,23,24v12,0,23,-11,23,-25v0,-13,-10,-24,-23,-24v-12,0,-23,11,-23,25","w":112},"\u2126":{"d":"68,-139v2,47,19,81,55,96r0,43r-113,0r0,-40v25,0,47,3,71,4v-42,-19,-67,-50,-67,-107v-1,-73,50,-121,123,-121v81,0,128,45,128,121v0,53,-26,89,-67,106r71,-4r0,41r-113,0r0,-43v35,-15,53,-47,54,-95v1,-52,-26,-88,-72,-88v-44,0,-72,37,-70,87","w":276},"\u00e6":{"d":"158,-64v-1,36,49,41,64,14r30,15v-24,38,-68,50,-103,25r-1,10r-44,0r3,-16v-40,39,-103,12,-103,-48v0,-69,68,-116,119,-65r3,-20r43,0r-1,11v49,-36,101,8,92,74r-102,0xm160,-93r62,0v-3,-35,-57,-31,-62,0xm83,-113v-39,-2,-52,77,-6,78v22,0,38,-20,38,-44v0,-20,-14,-33,-32,-34","w":265},"\u00f8":{"d":"23,-23v-55,-61,28,-165,108,-118r16,-18r17,15r-15,18v53,61,-28,165,-107,117r-16,18r-17,-16xm102,-109v-32,-14,-64,23,-47,52xm71,-41v30,15,61,-17,47,-51"},"\u00bf":{"d":"112,-142v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v14,0,25,12,25,27v0,15,-11,29,-25,28xm156,-22v-1,78,-137,82,-137,0v0,-37,27,-61,61,-66r4,-29r39,0r-10,64v-27,-5,-51,7,-51,29v0,33,45,35,56,2r38,0"},"\u00a1":{"d":"47,-142v-16,0,-27,-11,-27,-26v0,-15,11,-30,27,-29v14,0,25,12,25,27v0,15,-11,28,-25,28xm18,-121r44,0r-24,157r-43,0","w":74},"\u00ac":{"d":"22,-182r196,0r0,124r-38,0r0,-86r-158,0r0,-38","w":240},"\u221a":{"d":"185,-328r-54,342r-87,-181r-35,17r-5,-12r52,-26r71,145r46,-287","w":197},"\u0192":{"d":"49,-149r7,-38r35,0v7,-40,11,-75,64,-75v16,0,32,2,47,7r-10,40v-29,-9,-51,-9,-51,28r36,0r-6,38r-36,0r-31,171v0,55,-58,62,-107,47r10,-39v25,7,53,7,51,-26r27,-153r-36,0","w":200},"\u2248":{"d":"76,-203v34,-1,57,26,88,28v15,0,33,-9,52,-26r0,39v-20,16,-38,25,-54,25v-29,1,-61,-29,-88,-29v-17,0,-34,9,-53,26r0,-39v19,-16,36,-24,55,-24xm76,-115v34,-1,56,27,88,27v15,0,33,-8,52,-25r0,39v-46,48,-95,9,-142,-4v-17,0,-34,9,-53,26r0,-39v19,-16,36,-24,55,-24","w":236},"\u2206":{"d":"117,-248r102,248r-217,0xm104,-186r-78,168r148,0","w":220},"\u00ab":{"d":"53,-182r40,0r-49,84r26,84r-35,0r-28,-88xm138,-182r39,0r-50,88r24,80r-36,0r-25,-85","w":180},"\u00bb":{"d":"32,-182r35,0r26,84r-48,84r-40,0r51,-88xm113,-182r36,0r26,88r-46,80r-39,0r49,-84","w":180},"\u2026":{"d":"60,2v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,28,12,28,28v0,16,-12,27,-28,27xm180,2v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,27,12,27,28v0,15,-12,27,-27,27xm300,2v-16,0,-28,-11,-28,-27v0,-16,12,-28,28,-28v16,0,27,12,27,28v0,15,-12,27,-27,27","w":360},"\u00a0":{"w":95},"\u00c0":{"d":"117,-231r33,0r59,231r-44,0r-12,-46r-86,0r-24,46r-50,0xm126,-155r-37,68r54,0xm87,-301r49,0r22,53r-34,0","w":228},"\u00c3":{"d":"117,-231r33,0r59,231r-44,0r-12,-46r-86,0r-24,46r-50,0xm126,-155r-37,68r54,0xm163,-251v-19,2,-57,-33,-63,0r-23,0v6,-58,52,-40,87,-28v6,0,10,-5,12,-14r23,0v-4,22,-14,40,-36,42","w":228},"\u00d5":{"d":"14,-111v0,-72,56,-123,128,-123v70,0,110,43,110,113v0,73,-55,125,-129,124v-67,-1,-109,-45,-109,-114xm127,-38v42,0,77,-40,77,-82v0,-43,-26,-73,-67,-73v-41,0,-75,40,-75,82v0,40,26,73,65,73xm168,-251v-19,2,-57,-33,-63,0r-23,0v6,-58,52,-40,87,-28v6,0,10,-5,12,-14r23,0v-4,22,-14,40,-36,42","w":266},"\u0152":{"d":"14,-103v0,-73,50,-127,122,-127r159,0r-7,40r-76,0r-8,51r73,0r-6,41r-73,0r-9,57r74,0r-6,41r-142,0v-59,1,-101,-45,-101,-103xm62,-101v0,43,29,63,80,60r23,-148v-69,-4,-103,26,-103,88","w":285},"\u0153":{"d":"139,-130v44,-49,132,-10,117,65r-97,0v2,38,41,41,59,14r31,16v-21,39,-84,50,-115,16v-48,46,-129,15,-129,-52v0,-67,90,-109,134,-59xm162,-95r55,0v-2,-32,-50,-29,-55,0xm85,-111v-20,0,-36,17,-35,38v0,18,14,36,32,36v18,0,33,-19,33,-40v0,-20,-12,-34,-30,-34","w":266},"\u2013":{"d":"-2,-113r184,0r0,44r-184,0r0,-44","w":180},"\u2014":{"d":"-2,-113r364,0r0,44r-364,0r0,-44","w":360},"\u201c":{"d":"145,-234r15,19v-18,13,-28,26,-30,41r26,0r-8,49r-49,0v6,-50,8,-83,46,-109xm58,-234r15,19v-18,12,-28,26,-30,41r25,0r-7,49r-49,0v6,-51,9,-84,46,-109","w":153,"k":{"\u00c5":36,"\u00c4":36,"A":36}},"\u201d":{"d":"110,-230r49,0v-6,47,-12,88,-48,107r-14,-19v17,-14,24,-17,29,-38r-24,0xm22,-230r50,0v-6,45,-14,90,-49,107r-14,-19v17,-14,24,-17,29,-39r-24,0","w":153},"\u2018":{"d":"59,-234r16,19v-18,14,-28,27,-30,40r25,0r-7,49r-50,0v7,-49,7,-79,46,-108","w":74,"k":{"\u00c5":40,"\u00c4":40,"A":40}},"\u2019":{"d":"28,-231r49,0v-6,50,-9,85,-47,108r-16,-19v17,-12,28,-25,31,-39r-24,0","w":74,"k":{"t":4,"s":11,"r":7,"d":11}},"\u00f7":{"d":"142,-193v0,13,-10,23,-22,23v-11,1,-23,-12,-23,-23v0,-13,10,-23,23,-22v12,0,22,10,22,22xm22,-137r196,0r0,36r-196,0r0,-36xm143,-46v0,12,-10,22,-23,22v-13,0,-23,-10,-23,-22v0,-11,11,-24,23,-23v12,0,23,11,23,23","w":240},"\u25ca":{"d":"169,-134r-70,134r-21,0r-70,-134r70,-134r21,0xm147,-134r-58,-115r-59,115r59,114","w":177},"\u00ff":{"d":"14,-149r40,0r26,80r47,-80r45,0r-128,216r-44,0r54,-92xm70,-181v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm134,-181v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":164},"\u0178":{"d":"29,-231r47,0r36,81r58,-81r53,0r-90,126r-16,105r-47,0r15,-106xm105,-248v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm169,-248v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":209},"\u2215":{"d":"-112,6r223,-240r30,0r-223,240r-30,0","w":63},"\u20ac":{"d":"37,-147v13,-68,101,-114,165,-68r-5,40v-38,-38,-104,-11,-116,28r105,0r-10,26r-101,0r-1,19r94,0r-10,25r-80,0v14,46,67,50,106,23r-6,43v-61,36,-137,-2,-144,-66r-30,0r10,-25r18,0v-1,-8,-1,-9,0,-19r-21,0r10,-26r16,0","w":205},"\u2039":{"d":"55,-184r39,0r-50,89r25,81r-36,0r-26,-85","w":97},"\u203a":{"d":"28,-184r35,0r26,84r-48,86r-38,0r50,-90","w":97},"\uf001":{"d":"105,-248v39,0,66,27,62,71r-43,0v11,-30,-29,-44,-40,-18v-5,11,-6,31,-9,46r23,0r-6,43r-23,0r-15,106r-44,0r16,-106r-21,0r7,-43r20,0v5,-60,23,-99,73,-99xm120,-149r43,0r-21,149r-44,0"},"\ufb01":{"d":"105,-248v39,0,66,27,62,71r-43,0v11,-30,-29,-44,-40,-18v-5,11,-6,31,-9,46r23,0r-6,43r-23,0r-15,106r-44,0r16,-106r-21,0r7,-43r20,0v5,-60,23,-99,73,-99xm120,-149r43,0r-21,149r-44,0"},"\uf002":{"d":"104,-248v43,-3,67,33,61,78r-24,170r-44,0r27,-187v4,-24,-34,-30,-40,-8v-6,10,-7,31,-9,46r23,0r-7,43r-23,0r-15,106r-44,0r16,-106r-21,0r6,-43r21,0v7,-62,23,-95,73,-99","w":171},"\ufb02":{"d":"104,-248v43,-3,67,33,61,78r-24,170r-44,0r27,-187v4,-24,-34,-30,-40,-8v-6,10,-7,31,-9,46r23,0r-7,43r-23,0r-15,106r-44,0r16,-106r-21,0r6,-43r21,0v7,-62,23,-95,73,-99","w":171},"\u2021":{"d":"98,-189v18,-1,56,-22,56,7v0,32,-40,10,-59,9v-2,12,3,23,4,35v1,12,-17,33,-16,46v11,22,0,51,-10,68v15,-2,57,-22,57,7v0,29,-42,11,-60,8v2,23,12,63,-15,63v-33,0,-6,-50,-1,-63v-16,3,-56,22,-56,-8v0,-30,40,-8,59,-7v4,-10,-3,-27,-4,-34v5,-23,24,-48,11,-76v0,-12,14,-28,15,-39v-16,2,-56,22,-56,-7v0,-32,39,-10,58,-8v2,-23,-13,-62,17,-62v32,0,4,48,0,61","w":157},"\u00b7":{"d":"47,-140v16,0,27,12,27,28v0,15,-12,29,-27,28v-15,0,-29,-11,-29,-27v0,-17,13,-29,29,-29","w":93},"\u2219":{"d":"47,-140v16,0,27,12,27,28v0,15,-12,29,-27,28v-15,0,-29,-11,-29,-27v0,-17,13,-29,29,-29","w":93},"\u201a":{"d":"35,-72r36,17r-47,97r-29,-14","w":74},"\u201e":{"d":"101,-50r49,0v-5,47,-14,88,-48,107r-14,-18v17,-14,24,-17,29,-39r-23,0xm13,-50r50,0v-6,47,-12,88,-49,107r-14,-18v17,-15,24,-18,30,-39r-24,0","w":153},"\u2030":{"d":"73,-95v-33,0,-54,-27,-54,-61v0,-51,26,-96,73,-96v32,0,52,26,52,61v0,50,-25,96,-71,96xm75,-119v28,0,38,-40,38,-74v0,-23,-8,-36,-24,-36v-30,1,-38,42,-38,75v0,24,8,35,24,35xm235,-252r28,0r-182,279r-29,0xm372,27v-33,0,-53,-25,-53,-60v0,-51,24,-96,72,-96v32,0,53,27,53,61v0,50,-26,95,-72,95xm374,4v27,0,38,-40,38,-74v0,-24,-8,-36,-24,-36v-29,1,-37,44,-38,75v0,24,8,35,24,35xm224,27v-33,0,-53,-25,-53,-60v0,-50,26,-96,72,-96v33,0,53,25,53,61v0,50,-25,95,-72,95xm226,4v27,0,39,-39,38,-74v0,-24,-8,-36,-24,-36v-30,0,-37,41,-38,75v0,24,8,35,24,35","w":450},"\u00c2":{"d":"117,-231r33,0r59,231r-44,0r-12,-46r-86,0r-24,46r-50,0xm126,-155r-37,68r54,0xm148,-279r-30,31r-42,0r52,-52r48,0r21,52r-35,0","w":228},"\u00ca":{"d":"38,-231r125,0r-6,41r-78,0r-8,51r74,0r-6,41r-74,0r-8,57r75,0r-6,41r-123,0xm111,-279r-30,31r-42,0r52,-52r48,0r21,52r-35,0","w":153},"\u00c1":{"d":"117,-231r33,0r59,231r-44,0r-12,-46r-86,0r-24,46r-50,0xm126,-155r-37,68r54,0xm143,-300r54,0r-57,53r-34,0","w":228},"\u00cb":{"d":"38,-231r125,0r-6,41r-78,0r-8,51r74,0r-6,41r-74,0r-8,57r75,0r-6,41r-123,0xm82,-248v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm146,-248v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":153},"\u00c8":{"d":"38,-231r125,0r-6,41r-78,0r-8,51r74,0r-6,41r-74,0r-8,57r75,0r-6,41r-123,0xm65,-301r49,0r22,53r-34,0","w":153},"\u00cd":{"d":"30,-231r47,0r-34,231r-48,0xm59,-300r54,0r-57,53r-34,0","w":74},"\u00ce":{"d":"30,-231r47,0r-34,231r-48,0xm66,-279r-30,31r-42,0r52,-52r48,0r21,52r-35,0","w":74},"\u00cf":{"d":"30,-231r47,0r-34,231r-48,0xm30,-248v-12,0,-24,-11,-24,-23v0,-12,11,-24,23,-23v12,-2,24,11,24,23v0,11,-12,23,-23,23xm94,-248v-12,0,-22,-11,-22,-23v-1,-12,9,-25,22,-23v12,-2,24,11,24,23v0,12,-12,23,-24,23","w":74},"\u00cc":{"d":"30,-231r47,0r-34,231r-48,0xm15,-301r49,0r22,53r-34,0","w":74},"\u00d3":{"d":"14,-111v0,-72,56,-123,128,-123v70,0,110,43,110,113v0,73,-55,125,-129,124v-67,-1,-109,-45,-109,-114xm127,-38v42,0,77,-40,77,-82v0,-43,-26,-73,-67,-73v-41,0,-75,40,-75,82v0,40,26,73,65,73xm163,-300r54,0r-57,53r-34,0","w":266},"\u00d4":{"d":"14,-111v0,-72,56,-123,128,-123v70,0,110,43,110,113v0,73,-55,125,-129,124v-67,-1,-109,-45,-109,-114xm127,-38v42,0,77,-40,77,-82v0,-43,-26,-73,-67,-73v-41,0,-75,40,-75,82v0,40,26,73,65,73xm157,-279r-30,31r-42,0r52,-52r48,0r21,52r-35,0","w":266},"\u00d2":{"d":"14,-111v0,-72,56,-123,128,-123v70,0,110,43,110,113v0,73,-55,125,-129,124v-67,-1,-109,-45,-109,-114xm127,-38v42,0,77,-40,77,-82v0,-43,-26,-73,-67,-73v-41,0,-75,40,-75,82v0,40,26,73,65,73xm113,-301r49,0r22,53r-34,0","w":266},"\u00da":{"d":"173,-30v-41,53,-171,43,-163,-44v5,-55,15,-105,21,-157r47,0r-21,154v-6,42,59,47,77,22v28,-39,25,-120,37,-176r47,0r-17,120v-6,38,-10,58,-28,81xm131,-300r54,0r-57,53r-34,0","w":209},"\u00db":{"d":"173,-30v-41,53,-171,43,-163,-44v5,-55,15,-105,21,-157r47,0r-21,154v-6,42,59,47,77,22v28,-39,25,-120,37,-176r47,0r-17,120v-6,38,-10,58,-28,81xm137,-279r-30,31r-42,0r52,-52r48,0r21,52r-35,0","w":209},"\u00d9":{"d":"173,-30v-41,53,-171,43,-163,-44v5,-55,15,-105,21,-157r47,0r-21,154v-6,42,59,47,77,22v28,-39,25,-120,37,-176r47,0r-17,120v-6,38,-10,58,-28,81xm80,-301r49,0r22,53r-34,0","w":209},"\u0131":{"d":"28,-149r43,0r-22,149r-43,0","w":74},"\u02c6":{"d":"92,-212r-30,31r-42,0r52,-52r48,0r21,52r-35,0","w":119},"\u02dc":{"d":"119,-184v-19,2,-57,-33,-63,0r-23,0v6,-58,52,-40,87,-28v6,0,10,-5,12,-14r23,0v-4,22,-14,40,-36,42","w":119},"\u02c9":{"d":"37,-221r113,0r-7,34r-112,0","w":119},"\u02d8":{"d":"141,-232v-8,27,-29,51,-60,51v-29,0,-45,-17,-50,-51r24,0v7,35,49,33,62,0r24,0","w":119},"\u02d9":{"d":"68,-232r51,0r-9,46r-51,0","w":119},"\u02da":{"d":"122,-208v0,17,-17,34,-34,34v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34xm103,-208v0,-8,-8,-15,-15,-15v-18,0,-19,30,0,30v8,1,15,-7,15,-15","w":119},"\u00b8":{"d":"96,33v-2,34,-51,46,-94,41v5,-8,3,-23,20,-20v18,-1,40,-5,42,-18v2,-13,-20,-15,-36,-11r6,-17v26,-7,63,-2,62,25","w":119},"\u02dd":{"d":"117,-232r51,0r-58,52r-29,0xm47,-232r52,0r-59,52r-28,0","w":119},"\u02db":{"d":"92,64v-28,17,-70,17,-70,-22v0,-15,4,-30,12,-45r25,0v-9,24,-18,51,8,51v8,0,18,-3,31,-7","w":119},"\u02c7":{"d":"77,-202r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":119},"\u0141":{"d":"40,-231r48,0r-12,83r42,-26r-5,34r-43,27r-10,72r76,0r-6,41r-124,0r12,-80r-13,8r5,-35r13,-8","w":153},"\u0142":{"d":"16,-80r-14,9r5,-34r14,-9r20,-134r43,0r-16,106r22,-14r-5,35r-22,13r-16,108r-43,0","w":74},"\u0160":{"d":"60,-102v-79,-20,-49,-132,31,-132v23,0,45,10,65,28r-25,33v-19,-20,-66,-30,-69,8v10,44,85,36,82,96v-4,73,-101,95,-151,42r28,-33v17,21,74,34,74,-7v0,-21,-17,-26,-35,-35xm96,-269r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":153},"\u0161":{"d":"8,-105v0,-48,68,-64,95,-25r-22,22v-13,-14,-31,-17,-36,1v5,29,56,24,53,63v-3,50,-80,67,-102,18r25,-19v10,19,33,22,39,3v-6,-25,-52,-30,-52,-63xm66,-202r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":112},"\u017d":{"d":"31,-231r166,0r-122,190r98,0r-7,41r-170,0r124,-190r-95,0xm113,-269r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":191},"\u017e":{"d":"25,-149r129,0r-82,113r64,0r-6,36r-131,0r82,-114r-61,0xm94,-202r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":153},"\u00a6":{"d":"87,-250r38,0r0,128r-38,0r0,-128xm87,-80r38,0r0,129r-38,0r0,-129","w":211},"\u00d0":{"d":"205,-127v0,71,-50,127,-119,127r-80,0r15,-102r-17,0r4,-27r17,0r15,-102v94,-7,165,17,165,104xm156,-128v0,-40,-30,-59,-75,-55r-8,54r43,0r-4,27r-43,0r-9,55v65,4,95,-21,96,-81","w":209},"\u00f0":{"d":"10,-72v0,-50,59,-97,112,-74v-4,-17,-12,-31,-23,-44r-30,27r-15,-17r29,-27v-7,-5,-14,-11,-22,-16r19,-25v9,6,19,12,28,19r20,-19r16,16r-19,19v66,55,70,216,-38,216v-42,0,-77,-34,-77,-75xm91,-112v-48,-1,-45,77,-1,75v20,0,36,-17,36,-38v1,-20,-16,-37,-35,-37"},"\u00dd":{"d":"29,-231r47,0r36,81r58,-81r53,0r-90,126r-16,105r-47,0r15,-106xm148,-300r54,0r-57,53r-34,0","w":209},"\u00fd":{"d":"14,-149r40,0r26,80r47,-80r45,0r-128,216r-44,0r54,-92xm122,-233r54,0r-57,53r-34,0","w":164},"\u00de":{"d":"163,-116v0,52,-41,80,-108,73r-6,43r-48,0r34,-231r49,0r-6,42v57,0,85,25,85,73xm114,-118v0,-21,-19,-33,-43,-30r-9,65v29,3,51,-11,52,-35"},"\u00fe":{"d":"170,-82v0,63,-70,116,-116,64r-13,85r-43,0r47,-315r43,0r-17,111v43,-36,99,-2,99,55xm89,-36v42,3,54,-78,7,-78v-41,-3,-54,76,-7,78"},"\u00d7":{"d":"28,-184r26,-27r66,66r66,-66r27,27r-66,66r65,65r-26,26r-65,-65r-66,65r-27,-26r66,-65","w":240},"\u00b9":{"d":"52,-233r49,0r-23,142r-35,0r19,-112r-21,0","w":131},"\u00b2":{"d":"128,-201v0,38,-22,51,-50,80r37,0r-4,30r-106,0v27,-30,60,-57,83,-90v6,-9,5,-24,-10,-23v-17,1,-20,7,-24,22r-36,0v5,-32,30,-53,65,-53v24,0,45,12,45,34","w":131},"\u00b3":{"d":"81,-135v0,-14,-9,-15,-23,-15r4,-27v27,4,40,-32,14,-32v-10,0,-17,6,-21,17r-32,0v2,-49,100,-61,100,-11v0,16,-6,28,-20,36v38,26,-1,84,-45,79v-29,-3,-48,-10,-46,-42r33,0v4,25,36,18,36,-5","w":131},"\u00bd":{"d":"41,-233r49,0r-23,142r-35,0r19,-112r-21,0xm19,6r223,-240r30,0r-223,240r-30,0xm295,-108v0,38,-22,51,-50,80r37,0r-4,30r-106,0v27,-30,60,-57,83,-90v6,-9,5,-24,-10,-23v-17,1,-20,7,-24,22r-36,0v5,-32,30,-53,65,-53v24,0,45,12,45,34","w":326},"\u00bc":{"d":"258,-138r30,0r-15,85r13,0r-5,28r-13,0r-5,31r-33,0r5,-31r-60,0r4,-28xm247,-96v-14,8,-27,31,-41,43r34,0xm48,-232r49,0r-23,142r-35,0r19,-112r-21,0xm23,7r223,-240r30,0r-223,240r-30,0","w":326},"\u00be":{"d":"274,-139r29,0r-15,86r13,0r-4,27r-13,0r-6,31r-33,0r5,-31r-60,0r5,-28xm263,-97v-16,13,-27,30,-42,44r34,0xm92,-135v0,-14,-9,-15,-23,-15r4,-27v27,4,40,-32,14,-32v-10,0,-17,6,-21,17r-32,0v2,-49,100,-61,100,-11v0,16,-6,28,-20,36v38,26,-1,84,-45,79v-29,-3,-48,-10,-46,-42r33,0v4,25,36,18,36,-5xm47,6r223,-240r30,0r-223,240r-30,0","w":326},"\u00ad":{"d":"12,-93r95,0r-5,38r-96,0","w":112},"\u00af":{"d":"37,-257r0,-18r185,0r0,18r-185,0","w":180},"\u0102":{"d":"117,-231r33,0r59,231r-44,0r-12,-46r-86,0r-24,46r-50,0xm126,-155r-37,68r54,0xm200,-298v-8,27,-29,51,-60,51v-29,0,-45,-17,-50,-51r24,0v7,35,49,33,62,0r24,0","w":228},"\u0103":{"d":"5,-65v0,-66,71,-118,120,-65r3,-19r43,0r-22,149r-43,0r2,-15v-42,40,-103,8,-103,-50xm85,-113v-22,0,-36,20,-36,44v0,20,11,34,30,34v43,0,54,-79,6,-78xm173,-232v-8,27,-29,51,-60,51v-29,0,-45,-17,-50,-51r24,0v7,35,49,33,62,0r24,0"},"\u0104":{"d":"230,41r-5,23v-28,16,-71,18,-70,-22v0,-14,3,-28,10,-42r-12,-46r-86,0r-24,46r-50,0r124,-231r33,0r59,231r-19,0v-8,21,-16,45,9,48v8,0,18,-3,31,-7xm126,-155r-37,68r54,0","w":228},"\u0105":{"d":"5,-65v0,-67,71,-118,120,-65r3,-19r43,0r-22,149r-18,0v-8,21,-16,45,9,48v8,0,18,-3,31,-7r-5,23v-46,33,-90,-10,-61,-62v1,-2,2,-7,3,-17v-42,40,-103,8,-103,-50xm79,-35v43,3,53,-78,6,-78v-41,-3,-51,78,-6,78"},"\u0106":{"d":"12,-105v0,-99,111,-163,195,-110r-6,42v-53,-47,-140,0,-140,65v0,65,73,84,125,50r-7,47v-77,43,-167,-11,-167,-94xm158,-300r54,0r-57,53r-34,0","w":209},"\u0107":{"d":"16,-69v-1,-60,72,-109,131,-69v-3,11,0,28,-7,35v-31,-25,-83,-8,-81,36v2,36,40,41,73,26r-5,38v-60,20,-111,-10,-111,-66xm125,-233r54,0r-57,53r-34,0","w":153},"\u010c":{"d":"12,-105v0,-99,111,-163,195,-110r-6,42v-53,-47,-140,0,-140,65v0,65,73,84,125,50r-7,47v-77,43,-167,-11,-167,-94xm147,-268r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":209},"\u010d":{"d":"16,-69v-1,-60,72,-109,131,-69v-3,11,0,28,-7,35v-31,-25,-83,-8,-81,36v2,36,40,41,73,26r-5,38v-60,20,-111,-10,-111,-66xm112,-202r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":153},"\u010e":{"d":"203,-127v0,78,-46,126,-126,127r-74,0r34,-231v94,-8,166,17,166,104xm153,-127v0,-40,-30,-61,-75,-57r-20,137v63,5,96,-24,95,-80xm114,-268r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":209},"\u010f":{"d":"205,-246r38,0v-2,36,-11,64,-37,77r-10,-14v10,-8,18,-14,22,-25r-18,0xm78,-152v21,0,37,13,47,22r18,-118r43,0r-37,248r-43,0r2,-12v-47,35,-101,4,-101,-52v0,-44,31,-88,71,-88xm88,-112v-22,0,-38,19,-38,42v-1,20,13,36,32,36v39,0,54,-77,6,-78","w":258},"\u0110":{"d":"205,-127v0,71,-50,127,-119,127r-80,0r15,-102r-17,0r4,-27r17,0r15,-102v94,-7,165,17,165,104xm156,-128v1,-42,-30,-57,-75,-55r-8,54r43,0r-4,27r-43,0r-9,55v65,4,95,-22,96,-81","w":209},"\u0111":{"d":"7,-64v0,-69,74,-117,118,-66r9,-59r-39,0r4,-27r39,0r5,-32r43,0r-5,31r26,0r-4,27r-26,0r-28,190r-43,0r2,-12v-47,35,-101,4,-101,-52xm82,-34v39,0,54,-78,6,-78v-22,0,-38,19,-38,42v-1,20,13,36,32,36"},"\u0118":{"d":"109,64v-29,17,-70,17,-71,-22v0,-14,4,-28,11,-42r-46,0r35,-231r125,0r-6,41r-78,0r-8,51r74,0r-6,41r-74,0r-8,57r75,0r-6,41r-53,0v-8,21,-14,46,10,48v8,0,18,-3,31,-7","w":153},"\u0119":{"d":"14,-69v0,-66,83,-112,129,-62v13,14,19,36,19,67r-102,0v2,38,47,41,65,14r31,16v-18,23,-40,34,-64,36v-8,21,-14,44,10,46v8,0,18,-3,31,-7r-5,23v-28,17,-71,17,-70,-22v0,-14,3,-27,9,-41v-30,-8,-53,-33,-53,-70xm62,-94r61,0v-3,-33,-54,-31,-61,0"},"\u011a":{"d":"38,-231r125,0r-6,41r-78,0r-8,51r74,0r-6,41r-74,0r-8,57r75,0r-6,41r-123,0xm103,-268r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":153},"\u011b":{"d":"14,-69v0,-67,85,-112,130,-61v13,15,18,37,18,66r-102,0v2,38,47,41,65,14r31,16v-40,61,-142,43,-142,-35xm62,-94r61,0v-3,-33,-54,-31,-61,0xm107,-202r31,-31r41,0r-52,52r-47,0r-22,-52r35,0"},"\u0139":{"d":"37,-231r48,0r-28,190r77,0r-6,41r-124,0xm99,-300r54,0r-57,53r-34,0","w":153},"\u013a":{"d":"41,-248r43,0r-37,248r-43,0xm78,-316r54,0r-57,53r-34,0","w":74},"\u013d":{"d":"37,-231r48,0r-28,190r77,0r-6,41r-124,0xm99,-268r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":153},"\u013e":{"d":"102,-246r37,0v-2,36,-10,64,-36,77r-11,-14v10,-8,18,-14,22,-25r-18,0xm41,-248r43,0r-37,248r-43,0","w":123},"\u0143":{"d":"37,-231r49,0r74,155r22,-155r48,0r-34,231r-44,0r-78,-160r-23,160r-48,0xm143,-300r54,0r-57,53r-34,0","w":228},"\u0144":{"d":"67,-133v31,-35,88,-15,79,42r-14,91r-43,0r14,-98v2,-23,-23,-25,-33,-11v-17,27,-15,73,-23,109r-43,0r22,-149r44,0xm103,-233r54,0r-57,53r-34,0","w":152},"\u0147":{"d":"37,-231r49,0r74,155r22,-155r48,0r-34,231r-44,0r-78,-160r-23,160r-48,0xm137,-268r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":228},"\u0148":{"d":"67,-133v31,-35,88,-15,79,42r-14,91r-43,0r14,-98v2,-23,-23,-25,-33,-11v-17,27,-15,73,-23,109r-43,0r22,-149r44,0xm95,-202r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":152},"\u0150":{"d":"14,-111v0,-72,56,-123,128,-123v70,0,110,43,110,113v0,73,-55,125,-129,124v-67,-1,-109,-45,-109,-114xm127,-38v42,0,77,-40,77,-82v0,-43,-26,-73,-67,-73v-41,0,-75,40,-75,82v0,40,26,73,65,73xm191,-300r51,0r-58,52r-29,0xm121,-300r52,0r-59,52r-28,0","w":266},"\u0151":{"d":"86,-152v46,0,80,31,80,76v0,45,-39,79,-84,79v-41,0,-77,-33,-77,-74v0,-43,38,-81,81,-81xm85,-112v-19,0,-35,19,-35,39v0,20,15,36,35,36v20,0,36,-19,36,-38v0,-21,-16,-37,-36,-37xm145,-232r51,0r-58,52r-29,0xm75,-232r52,0r-59,52r-28,0"},"\u0154":{"d":"175,-161v-1,38,-18,67,-54,73r45,88r-49,0r-42,-83r-7,0r-13,83r-48,0r34,-231v71,-4,136,5,134,70xm73,-125v39,8,70,-32,43,-58v-6,-6,-18,-7,-33,-7xm112,-300r54,0r-57,53r-34,0","w":191},"\u0155":{"d":"120,-148r-11,40v-56,-21,-53,63,-62,108r-43,0r22,-149r43,0r-1,11v18,-12,32,-19,52,-10xm87,-233r54,0r-57,53r-34,0","w":112},"\u0158":{"d":"175,-161v-1,38,-18,67,-54,73r45,88r-49,0r-42,-83r-7,0r-13,83r-48,0r34,-231v71,-4,136,5,134,70xm73,-125v39,8,70,-32,43,-58v-6,-6,-18,-7,-33,-7xm105,-268r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":191},"\u0159":{"d":"120,-148r-11,40v-56,-21,-53,63,-62,108r-43,0r22,-149r43,0r-1,11v18,-12,32,-19,52,-10xm77,-202r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":112},"\u015a":{"d":"60,-102v-79,-20,-49,-132,31,-132v23,0,45,10,65,28r-25,33v-19,-20,-66,-30,-69,8v10,44,85,36,82,96v-4,73,-101,95,-151,42r28,-33v17,21,74,34,74,-7v0,-21,-17,-26,-35,-35xm106,-300r54,0r-57,53r-34,0","w":153},"\u015b":{"d":"8,-105v0,-48,68,-64,95,-25r-22,22v-13,-14,-31,-17,-36,1v5,29,56,24,53,63v-3,50,-80,67,-102,18r25,-19v10,19,33,22,39,3v-6,-25,-52,-30,-52,-63xm83,-233r54,0r-57,53r-34,0","w":112},"\u015e":{"d":"46,7r38,0v-4,35,-11,64,-37,77r-11,-14v10,-9,18,-15,23,-25r-19,0xm60,-102v-79,-20,-49,-132,31,-132v23,0,45,10,65,28r-25,33v-19,-20,-66,-30,-69,8v10,44,85,36,82,96v-4,73,-101,95,-151,42r28,-33v17,21,74,34,74,-7v0,-21,-17,-26,-35,-35","w":153},"\u015f":{"d":"25,7r38,0v-4,35,-11,65,-37,77r-11,-14v10,-9,18,-15,23,-25r-18,0xm8,-105v0,-48,68,-64,95,-25r-22,22v-13,-14,-31,-17,-36,1v5,29,56,24,53,63v-3,50,-80,67,-102,18r25,-19v10,19,33,22,39,3v-6,-25,-52,-30,-52,-63","w":112},"\u0162":{"d":"41,7r38,0v-2,36,-11,64,-37,77r-11,-14v10,-8,19,-14,23,-25r-18,0xm25,-231r141,0r-6,41r-47,0r-28,190r-47,0r28,-190r-47,0","w":153},"\u0163":{"d":"15,7r38,0v-2,36,-11,64,-37,77r-11,-14v10,-8,19,-14,23,-25r-18,0xm44,-202r43,0r-7,53r19,0r-6,43r-19,0r-16,106r-43,0r15,-106r-16,0r6,-43r16,0","w":101},"\u0164":{"d":"25,-231r141,0r-6,41r-47,0r-28,190r-47,0r28,-190r-47,0xm99,-268r31,-31r41,0r-52,52r-47,0r-22,-52r35,0","w":153},"\u0165":{"d":"120,-246r37,0v-2,36,-10,64,-36,77r-11,-14v10,-8,18,-14,22,-25r-18,0xm44,-202r43,0r-7,53r19,0r-6,43r-19,0r-16,106r-43,0r15,-106r-16,0r6,-43r16,0","w":149},"\u016e":{"d":"173,-30v-41,53,-171,43,-163,-44v5,-55,15,-105,21,-157r47,0r-21,154v-6,42,59,47,77,22v28,-39,25,-120,37,-176r47,0r-17,120v-6,38,-10,58,-28,81xm161,-275v0,17,-17,34,-34,34v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34xm142,-275v0,-8,-8,-15,-15,-15v-18,0,-19,30,0,30v8,1,15,-7,15,-15","w":209},"\u016f":{"d":"144,-36v-20,62,-127,48,-127,-29v0,-32,7,-56,10,-84r43,0r-12,84v-1,23,28,34,42,17v18,-23,13,-68,21,-101r43,0v-6,34,-12,88,-20,113xm139,-208v0,17,-17,34,-34,34v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34xm120,-208v0,-8,-8,-15,-15,-15v-18,0,-19,30,0,30v8,1,15,-7,15,-15"},"\u0170":{"d":"173,-30v-41,53,-171,43,-163,-44v5,-55,15,-105,21,-157r47,0r-21,154v-6,42,59,47,77,22v28,-39,25,-120,37,-176r47,0r-17,120v-6,38,-10,58,-28,81xm178,-300r51,0r-58,52r-29,0xm108,-300r52,0r-59,52r-28,0","w":209},"\u0171":{"d":"144,-36v-20,62,-127,48,-127,-29v0,-32,7,-56,10,-84r43,0r-12,84v-1,23,28,34,42,17v18,-23,13,-68,21,-101r43,0v-6,34,-12,88,-20,113xm149,-232r51,0r-58,52r-29,0xm79,-232r52,0r-59,52r-28,0"},"\u0179":{"d":"31,-231r166,0r-122,190r98,0r-7,41r-170,0r124,-190r-95,0xm125,-300r54,0r-57,53r-34,0","w":191},"\u017a":{"d":"25,-149r129,0r-82,113r64,0r-6,36r-131,0r82,-114r-61,0xm102,-233r54,0r-57,53r-34,0","w":153},"\u017b":{"d":"31,-231r166,0r-122,190r98,0r-7,41r-170,0r124,-190r-95,0xm95,-293r51,0r-9,46r-51,0","w":191},"\u017c":{"d":"25,-149r129,0r-82,113r64,0r-6,36r-131,0r82,-114r-61,0xm73,-232r51,0r-9,46r-51,0","w":153},"\u00a4":{"d":"51,-75v-17,-22,-18,-66,0,-87r-23,-24r24,-25r24,23v22,-17,66,-17,88,0r24,-23r24,25r-23,24v17,24,17,65,0,87r23,23r-24,25r-24,-23v-21,17,-68,18,-88,0r-23,23r-25,-25xm167,-119v0,-25,-22,-47,-47,-47v-25,0,-47,22,-47,47v0,25,22,47,47,47v25,0,47,-22,47,-47","w":240}}});;Cufon.replace('.navigation ul li a',{fontSize:'24px',textDecoration:'none',color:'#FFFFFF'});Cufon.replace('h1',{fontSize:'36px',color:'#FFFFFF'});Cufon.replace('.content h2',{fontSize:'20px'});Cufon.replace('.widget_header h2',{fontSize:'36px'});$(document).ready(function(){$(".gallery ul li a").lightBox();});
