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(/(?:^|\s)./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,simple){if(simple)return text.replace(wsStart,'').replace(wsEnd,'');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=(function(glyphs){var key,fallbacks={'\u2011':'\u002d','\u00ad':'\u2011'};for(key in fallbacks){if(!hasOwnProperty(fallbacks,key))continue;if(!glyphs[key])glyphs[key]=glyphs[fallbacks[key]];}
return 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,w,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;}
w=glyph.w;if(isNaN(w))w=+this.w;if(w>0){w+=letterSpacing;if(wordSeparators[chr])w+=wordSpacing;}
width+=jumps[++j]=~~w;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){try{if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
catch(e){}
return false;}
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;if(options.onBeforeReplace)options.onBeforeReplace(el,options);var replace=!options.textless[name],simple=(options.trim==='simple');var style=CSS.getStyle(attach(el,options)).extend(options);if(parseFloat(style.get('fontSize'))===0)return;var font=getFont(el,style),node,type,next,anchor,text,lastElement;var isShy=options.softHyphens,anyShy=false,pos,shy,reShy=/\u00ad/g;var modifyText=options.modifyText;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(isShy&&el.nodeName.toLowerCase()!=TAG_SHY){pos=node.data.indexOf('\u00ad');if(pos>=0){node.splitText(pos);next=node.nextSibling;next.deleteData(0,1);shy=document.createElement(TAG_SHY);shy.appendChild(document.createTextNode('\u00ad'));el.insertBefore(shy,next);next=shy;anyShy=true;}}
if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){text=anchor.data;if(!isShy)text=text.replace(reShy,'');text=CSS.whiteSpace(text,style,anchor,lastElement,simple);if(modifyText)text=modifyText(text,anchor,el,options);el.replaceChild(process(font,text,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;}}
if(isShy&&anyShy){updateShy(el);if(!trackingShy)addEvent(window,'resize',updateShyOnResize);trackingShy=true;}
if(options.onAfterReplace)options.onAfterReplace(el,options);}
function updateShy(context){var shys,shy,parent,glue,newGlue,next,prev,i;shys=context.getElementsByTagName(TAG_SHY);for(i=0;shy=shys[i];++i){shy.className=C_SHY_DISABLED;glue=parent=shy.parentNode;if(glue.nodeName.toLowerCase()!=TAG_GLUE){newGlue=document.createElement(TAG_GLUE);newGlue.appendChild(shy.previousSibling);parent.insertBefore(newGlue,shy);newGlue.appendChild(shy);}
else{glue=glue.parentNode;if(glue.nodeName.toLowerCase()==TAG_GLUE){parent=glue.parentNode;while(glue.firstChild){parent.insertBefore(glue.firstChild,glue);}
parent.removeChild(glue);}}}
for(i=0;shy=shys[i];++i){shy.className='';glue=shy.parentNode;parent=glue.parentNode;next=glue.nextSibling||parent.nextSibling;prev=(next.nodeName.toLowerCase()==TAG_GLUE)?glue:shy.previousSibling;if(prev.offsetTop>=next.offsetTop){shy.className=C_SHY_DISABLED;if(prev.offsetTop<next.offsetTop){newGlue=document.createElement(TAG_GLUE);parent.insertBefore(newGlue,glue);newGlue.appendChild(glue);newGlue.appendChild(next);}}}}
function updateShyOnResize(){if(ignoreResize)return;CSS.addClass(DOM.root(),C_VIEWPORT_RESIZING);clearTimeout(shyTimer);shyTimer=setTimeout(function(){ignoreResize=true;CSS.removeClass(DOM.root(),C_VIEWPORT_RESIZING);updateShy(document);ignoreResize=false;},100);}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var TAG_GLUE='cufonglue';var TAG_SHY='cufonshy';var C_SHY_DISABLED='cufon-shy-disabled';var C_VIEWPORT_RESIZING='cufon-viewport-resizing';var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var trackingShy=false;var shyTimer;var ignoreResize=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,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},modifyText:null,onAfterReplace:null,onBeforeReplace:null,printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(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',softHyphens:true,textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none',trim:'advanced'};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('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;text-align:left;}'+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'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(!isNaN(value)||/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='none';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;};})());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;text-align:left;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'cufon canvas{position:relative;}':'cufon canvas{position:absolute;}')+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'}'+'@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.registerFont({"w":150,"face":{"font-family":"Yanone Kaffeesatz","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-36.8466 -296 249 72.1715","underline-thickness":"25.56","underline-position":"-1.44","stemh":"23","stemv":"35","unicode-range":"U+0020-U+007C"},"glyphs":{" ":{"w":56},"!":{"d":"15,-17v0,-11,7,-21,20,-21v15,0,20,8,20,21v0,11,-7,20,-20,20v-15,0,-20,-7,-20,-20xm21,-77r-5,-169v0,-8,6,-8,40,-8r-6,163v-1,13,-7,14,-29,14","w":70},"\"":{"d":"16,-210v5,-6,-22,-85,7,-73v6,0,13,0,17,1v-6,28,8,82,-24,72xm84,-282v-6,29,9,83,-24,72v4,-7,-22,-86,8,-73v6,0,12,0,16,1","w":95,"k":{"r":35,"q":40,"m":35,"\\":-13,"Q":7,"@":27,"?":-7,"9":17,"6":11,"4":36,"3":1,"2":7,"1":14,"0":15,"\/":47,"+":8,"C":20,"G":13,"T":-5,"V":-6,"W":-6,"Y":-7,"d":40,"f":16,"t":6,"u":26,"v":25,"w":25,"y":26,"c":34,"e":37,"o":33,"O":7,")":-7,"]":-7,"A":43,"J":48,"x":23,"a":26,"z":25,"g":39,"n":35,"p":36,"s":33,"(":28,"[":28}},"#":{"d":"140,-91v3,31,-5,21,-25,23v-2,21,7,34,-27,29r1,-29r-34,0v-2,21,7,34,-27,29r2,-29r-20,0v-1,-28,3,-23,21,-23r2,-39r-23,0v-2,-30,5,-22,24,-23v2,-21,-6,-31,27,-28r-1,28r34,0v2,-21,-6,-31,27,-28r-1,28r20,0v2,29,-3,22,-22,23r-2,39r24,0xm58,-130r-1,39r34,0r2,-39r-35,0"},"$":{"d":"59,47r0,-42v-44,-5,-46,-12,-32,-39v15,15,76,16,71,-20v-7,-47,-79,-72,-79,-122v0,-26,17,-41,46,-45v1,-25,-8,-48,26,-44r0,43v42,6,44,9,30,33v-11,-8,-76,-14,-70,13v10,47,78,66,80,122v0,28,-11,52,-46,58v-1,25,9,47,-26,43"},"%":{"d":"19,-191v0,-45,19,-66,51,-66v32,0,48,15,48,66v0,46,-18,67,-50,67v-32,0,-49,-10,-49,-67xm47,-190v0,36,7,43,21,43v13,0,23,-10,23,-44v0,-36,-7,-43,-21,-43v-14,0,-23,9,-23,44xm137,-63v0,-45,19,-66,51,-66v32,0,48,14,48,65v0,46,-18,68,-50,68v-32,0,-49,-10,-49,-67xm165,-62v0,36,7,44,21,44v13,0,23,-11,23,-45v0,-36,-6,-43,-21,-43v-14,0,-23,9,-23,44xm59,10v0,0,-18,-5,-18,-11v0,-9,151,-257,151,-257v0,0,16,6,16,13v0,5,-149,255,-149,255","w":254},"&":{"d":"82,-254v46,0,65,10,47,38v-24,-14,-76,-26,-76,15v0,26,35,85,70,129v9,-42,-2,-91,-19,-107v25,-4,48,-2,70,-1v2,10,3,24,-15,23r-17,0v12,16,18,77,3,111v12,13,23,24,30,27v-11,31,-23,28,-45,0v-12,13,-30,23,-54,23v-94,0,-76,-106,-26,-133v-36,-53,-47,-125,32,-125xm111,-41v-15,-19,-33,-43,-48,-66v-27,16,-39,82,12,83v17,0,28,-7,36,-17","w":180},"'":{"d":"16,-210v5,-6,-22,-85,7,-73v6,0,13,0,17,1v-6,28,8,82,-24,72","w":50,"k":{"z":25,"y":26,"x":23,"Y":-7,"W":-6,"V":-6,"T":-5,"O":7,"w":25,"v":25,"u":26,"t":6,"s":33,"p":36,"o":33,"n":35,"g":39,"f":16,"e":37,"d":40,"c":34,"a":26,"]":-7,"[":28,"J":48,"G":13,"C":20,"A":43,")":-7,"(":28,"r":35,"q":40,"m":35,"\\":-13,"Q":7,"@":27,"?":-7,"9":17,"6":11,"4":36,"3":1,"2":7,"1":14,"0":15,"\/":44,"+":8}},"(":{"d":"53,-118v0,83,26,144,45,165v-3,13,-7,22,-17,22v-6,0,-58,-57,-58,-186v0,-120,53,-174,58,-174v9,0,14,5,17,19v-22,29,-45,78,-45,154","w":105,"k":{"r":10,"q":11,"m":10,"]":-19,"\\":-9,"[":18,"Q":7,"\/":6,"+":17,"*":8,"'":-7,"C":10,"G":7,"d":11,"t":5,"u":11,"v":13,"w":13,"y":-6,"c":11,"e":11,"o":12,"\"":-7,"-":12,"O":7,"A":9,"x":8,"a":9,"z":9,"Z":5,"n":10,"j":-44}},")":{"d":"52,-118v0,-71,-21,-126,-44,-154v3,-14,7,-19,16,-19v5,0,58,52,58,174v0,122,-52,186,-58,186v-10,0,-13,-9,-16,-22v19,-26,44,-79,44,-165","w":105,"k":{"'":27,"\"":27}},"*":{"d":"100,-244r-7,57v-1,5,-3,9,-13,6r-9,-59v1,-12,21,-8,29,-4xm102,-178r53,-29v7,6,12,24,3,30r-57,13v-6,-8,-4,-11,1,-14xm6,-181v8,-52,44,-2,66,6v1,9,-4,12,-9,10xm118,-88r-28,-57v-2,-5,-1,-7,8,-11r41,48v7,8,-10,18,-21,20xm24,-108r43,-44v4,-4,9,-3,14,3r-32,56v-6,10,-20,-5,-25,-15","w":169,"k":{"o":4,"g":11,"e":7,"d":7,"c":7,"]":8,"Z":6,"X":3,"T":3,"Q":3,"O":3,"J":46,"A":17,")":8,"q":4,"4":10,"\/":20}},"+":{"d":"138,-114v7,42,-25,19,-50,25v-5,25,17,59,-25,50r0,-50r-51,0v-7,-43,26,-19,51,-25v5,-25,-16,-58,25,-51r0,51r50,0","k":{"]":15,")":15,"\"":8,"'":8}},",":{"d":"24,-2v-15,-9,-10,-38,10,-37v13,0,20,7,20,22v0,30,-25,71,-40,46v8,-14,9,-21,10,-31","w":65,"k":{"y":17,"w":12,"v":16,"u":9,"t":17,"o":7,"j":-17,"f":14,"e":7,"d":7,"c":3,"Y":22,"W":11,"V":17,"U":3,"T":32,"O":10,"G":5,"C":11,"q":7,"\\":46,"Q":10,"\/":-3}},"-":{"d":"81,-89r-68,0v0,-18,0,-25,6,-25r68,0v0,18,0,25,-6,25","w":100,"k":{"\\":30,"T":38,"V":13,"W":10,"Y":23,"f":11,"t":10,"v":9,"w":7,"y":12,")":11,"]":11,"A":12,"J":44,"X":23,"x":27,"S":33,"z":22,"Z":17}},".":{"d":"13,-17v0,-11,7,-21,20,-21v15,0,21,8,21,21v0,11,-8,20,-21,20v-15,0,-20,-7,-20,-20","w":65,"k":{"q":7,"\\":46,"Q":10,"\/":-3,"C":11,"G":5,"T":32,"V":17,"W":11,"Y":22,"d":7,"f":14,"t":17,"u":9,"v":16,"w":12,"y":17,"c":3,"e":7,"o":7,"O":10,"U":3}},"\/":{"d":"117,-275r-81,275v-2,7,-3,7,-32,7r81,-274v2,-7,3,-8,32,-8","w":120,"k":{"z":12,"y":9,"x":16,"w":7,"v":5,"u":14,"t":6,"s":21,"p":19,"o":22,"n":18,"j":4,"i":2,"g":21,"f":6,"e":24,"d":24,"c":25,"a":14,"Z":8,"Y":-5,"X":6,"W":-6,"V":-4,"T":-6,"O":8,"J":28,"G":9,"C":14,"A":22,":":22,".":60,")":-13,"\"":-12,"r":18,"q":26,"m":18,"_":51,"]":-4,"\\":-5,"[":16,"Q":4,"B":2,"@":14,"?":-11,"=":23,";":21,"9":14,"8":8,"7":4,"6":13,"5":8,"4":31,"3":15,"2":15,"1":15,"0":18,"\/":48,",":60,"'":-12,"%":10}},"0":{"d":"10,-107v0,-71,20,-109,66,-109v46,0,64,34,64,101v0,78,-16,121,-66,121v-50,0,-64,-42,-64,-113xm42,-104v0,59,8,83,33,83v24,0,34,-30,34,-95v0,-49,-7,-74,-32,-74v-27,0,-35,32,-35,86","k":{"Y":14,"X":11,"W":8,"V":8,"T":22,"J":11,"\"":16,"_":23,"]":24,"\\":13,"'":16}},"1":{"d":"25,-179v-3,-5,-4,-12,-4,-19v3,-5,62,-23,76,-16r-4,186r47,-1v0,20,0,29,-6,29r-123,0v-10,-32,16,-26,51,-28r4,-158v-12,0,-41,7,-41,7","k":{"\"":32,"\/":-1,"*":21,"'":32}},"2":{"d":"10,-9v14,-64,92,-109,92,-154v0,-38,-62,-24,-81,-12v-13,-37,11,-41,60,-41v41,0,54,18,54,49v0,50,-51,85,-86,139r91,-2v0,22,0,30,-6,30r-122,0v-1,-3,-2,-7,-2,-9","k":{"\"":8,"\/":-3,"'":8}},"3":{"d":"88,-108v26,3,48,17,48,53v0,60,-35,91,-82,91v-40,0,-42,-16,-34,-39v35,27,84,2,84,-51v0,-31,-27,-37,-57,-37r-1,-19v31,-14,48,-35,48,-55v0,-33,-57,-24,-75,-10v-14,-36,6,-41,58,-41v79,0,50,88,11,108","k":{"\"":10,"_":10,"\/":-2,"'":10}},"4":{"d":"10,-73v5,-20,46,-133,88,-145v7,0,13,2,17,4r-1,140v23,3,27,-11,28,9v1,18,-11,20,-28,18v-7,27,21,54,-29,47r0,-47r-66,0v-8,-7,-9,-18,-9,-26xm35,-74r50,0r4,-104v-18,20,-46,72,-54,104","k":{"\"":10,"*":10,"'":10}},"5":{"d":"26,-216r110,0v0,22,-2,26,-16,26v-12,0,-70,-1,-70,-1r-5,54v41,-5,91,-4,91,67v0,64,-26,106,-83,106v-44,0,-45,-13,-38,-39v8,8,20,12,35,12v40,0,55,-36,55,-73v0,-56,-50,-54,-90,-46","k":{"_":11}},"6":{"d":"129,-220v-58,-13,-85,4,-90,88v30,-43,102,-36,102,44v0,62,-24,93,-69,93v-55,0,-61,-47,-61,-116v0,-107,36,-141,82,-141v32,0,47,5,36,32xm112,-82v4,-61,-54,-62,-73,-20v-12,105,73,101,73,20","k":{"\"":-1,"_":13,"'":-1}},"7":{"d":"16,-216r129,0v-44,86,-76,166,-86,248v-22,0,-30,-1,-30,-8v0,-77,48,-171,76,-215v-14,1,-44,1,-81,1v-6,0,-8,-13,-8,-26","k":{"q":22,"g":22,"e":17,"d":22,"a":13,"]":8,"X":9,"J":37,"A":27,";":17,":":17,")":8,"_":59,"@":11,"\/":21}},"8":{"d":"52,-135v-19,-12,-38,-29,-38,-57v0,-41,28,-62,61,-62v33,0,64,12,64,58v0,31,-20,50,-39,63v21,14,41,36,41,67v0,38,-21,69,-63,69v-87,0,-82,-112,-26,-138xm112,-66v-1,-31,-18,-39,-36,-53v-43,10,-53,92,0,94v22,0,36,-15,36,-41xm79,-226v-34,0,-48,44,-22,61v5,5,13,11,22,17v18,-12,33,-27,33,-47v0,-22,-16,-31,-33,-31","k":{"_":8}},"9":{"d":"20,6v62,15,88,-25,91,-88v-31,45,-101,29,-101,-47v0,-62,23,-90,68,-90v51,0,62,28,62,112v0,98,-28,144,-90,144v-31,0,-38,-9,-30,-31xm39,-132v0,59,49,61,73,23v0,-53,-5,-84,-34,-84v-24,0,-39,20,-39,61","k":{"\"":8,"_":9,"'":8}},":":{"d":"13,-139v0,-11,7,-21,20,-21v15,0,21,9,21,21v0,12,-8,21,-21,21v-15,0,-20,-8,-20,-21xm13,-17v0,-11,7,-21,20,-21v15,0,21,8,21,21v0,11,-8,20,-21,20v-15,0,-20,-7,-20,-20","w":65,"k":{"\/":-3,"T":19,"V":2}},";":{"d":"13,-139v0,-11,7,-21,20,-21v15,0,20,9,20,21v0,12,-7,21,-20,21v-15,0,-20,-8,-20,-21xm22,-2v-14,-9,-8,-38,10,-37v13,0,20,7,20,22v0,31,-24,71,-40,46v8,-14,9,-21,10,-31","w":65,"k":{"j":-23,"T":19,"\/":-4,"V":2}},"=":{"d":"132,-122r-120,0v0,-18,0,-26,6,-26r120,0v0,18,0,26,-6,26xm132,-55r-120,0v0,-18,0,-26,6,-26r120,0v0,18,0,26,-6,26","k":{"\/":-2}},"?":{"d":"27,-17v0,-11,7,-21,20,-21v15,0,20,8,20,21v0,11,-7,20,-20,20v-15,0,-20,-7,-20,-20xm33,-75v-21,-45,38,-90,38,-123v0,-37,-47,-30,-60,-19v-14,-28,6,-39,41,-39v30,0,50,17,50,50v1,61,-55,72,-42,128v-3,4,-19,4,-27,3","w":106,"k":{"J":9,"A":19,"\"":-8,"'":-8}},"@":{"d":"95,-144v-11,-31,10,-31,46,-34v62,-4,34,92,36,150v31,8,42,-15,42,-94v0,-73,-19,-98,-78,-98v-62,0,-94,30,-94,129v0,155,84,137,169,114v5,6,8,14,8,21v0,11,-34,23,-89,23v-66,0,-118,-15,-118,-162v0,-107,50,-151,125,-151v70,0,107,31,107,117v0,118,-37,128,-57,128v-9,0,-17,-3,-22,-8v-29,13,-91,24,-85,-47v5,-56,29,-64,67,-55v2,-15,3,-49,-21,-42v-15,0,-25,3,-36,9xm132,-22v27,1,17,-47,20,-71v-25,-3,-38,0,-39,38v0,26,6,33,19,33","w":265,"k":{"x":3,"j":-18,"Y":6,"X":4,"V":5,"T":10,"J":8,"\"":14,"7":4,"\/":-2,"'":14}},"A":{"d":"125,0r-16,-64r-61,0r-14,59v0,8,-20,6,-32,5r64,-248v3,-7,18,-5,25,-4r64,247v0,8,-17,6,-30,5xm79,-203v-2,32,-17,79,-25,112r49,0","w":157,"k":{"q":6,"\\":25,"Q":4,"7":7,"\/":-9,"*":21,"'":38}},"B":{"d":"87,-138v21,2,42,1,42,52v0,81,-43,91,-114,86r0,-245v2,-13,32,-7,46,-7v29,0,60,9,60,51v0,45,-9,58,-34,63xm45,-225r0,76v32,2,44,-3,44,-45v0,-35,-19,-33,-44,-31xm45,-123r0,97v37,3,50,-8,50,-59v0,-45,-21,-39,-50,-38","w":135,"k":{"_":14,",":8,"'":5,"T":6,"V":3,"Y":6,"t":6,"v":6,"w":3,"y":6,"\"":5,")":3,"]":3,"A":6,".":8,"J":7,"X":11,"x":11}},"C":{"d":"82,-257v40,1,37,18,29,37v-43,-22,-67,-7,-69,103v-1,95,25,102,69,79v13,23,-1,43,-35,43v-36,0,-65,-9,-65,-121v0,-123,39,-141,71,-141","w":122,"k":{"q":4,"Q":8,"@":2,"0":9,"\/":-6,",":-2,"*":4,"'":-2,"C":4,"G":5,"d":4,"f":9,"t":7,"u":7,"v":21,"w":19,"y":23,"c":4,"e":6,"o":5,"\"":-2,"-":30,"O":8,".":-2,"x":5,"S":2,"a":4,"z":1}},"D":{"d":"16,-245v1,-13,30,-7,44,-7v47,0,71,25,71,110v0,133,-23,148,-115,142r0,-245xm98,-142v0,-77,-8,-85,-53,-83r0,197r16,0v19,0,37,-14,37,-114","w":141,"k":{"q":2,"_":26,",":13,"'":12,"T":9,"V":5,"W":7,"Y":10,"o":2,"\"":12,")":7,"]":7,"A":13,".":13,"J":18,"x":3,"a":2}},"E":{"d":"45,-26r62,0v0,24,0,26,-6,26r-85,0r0,-246v0,0,0,-6,6,-6r86,0v0,24,0,26,-5,26r-58,0r0,76r54,0v8,49,-27,19,-54,27r0,97","w":115,"k":{"r":3,"q":6,"0":2,"\/":-3,"'":-4,"d":6,"u":3,"w":5,"y":5,"c":2,"e":5,"o":7,"\"":-4,"-":10,"x":3,"a":4,"z":1}},"F":{"d":"45,-6v1,9,-19,5,-29,6r0,-246v0,0,0,-6,6,-6r86,0v0,24,0,25,-5,25r-58,0r0,77r54,0v0,22,0,26,-5,26r-49,0r0,118","w":112,"k":{"r":6,"q":10,"_":48,"@":4,"0":6,"\/":17,",":44,"'":-4,"d":10,"t":3,"u":7,"v":5,"w":5,"y":7,"c":8,"e":10,"o":10,"\"":-4,"-":10,"A":24,".":44,"J":36,"x":16,"a":6,"z":5,"g":6}},"G":{"d":"87,-256v36,1,44,13,34,36v-52,-25,-80,1,-80,98v0,85,14,99,37,99v13,0,21,-6,21,-9r0,-91r-26,0v2,-11,-7,-25,7,-25r47,0r-1,138v-7,7,-24,15,-49,15v-48,0,-67,-24,-67,-125v0,-114,29,-136,77,-136","w":138,"k":{"\/":-2,"Y":3,"v":4,"y":6,")":1,"]":1,"x":3}},"H":{"d":"102,0r0,-122r-57,0r0,116v0,6,1,6,-29,6r0,-246v0,-6,-1,-6,29,-6r0,103r57,0r0,-97v0,-6,-1,-6,29,-6r0,246v0,6,1,6,-29,6","w":147,"k":{"\/":-2}},"I":{"d":"15,0r0,-239v0,-13,1,-13,30,-13v-1,4,-1,245,0,246v0,6,-1,6,-30,6","w":60,"k":{"\/":-4}},"J":{"d":"65,-72r0,-167v0,-13,0,-13,30,-13r0,195v0,36,-8,62,-48,62v-44,0,-44,-17,-35,-38v25,21,53,18,53,-39","w":110,"k":{"_":13,"\/":-2,",":5,")":1,"]":1,"A":8,".":5,"J":6,"x":4}},"K":{"d":"15,0r0,-246v0,-6,0,-6,30,-6r0,108r57,-106v11,-1,37,-6,30,6r-57,99v47,41,57,139,57,139v1,12,-25,5,-32,6v0,-28,-15,-105,-55,-124r0,118v0,6,0,6,-30,6","w":141,"k":{"q":5,"Q":6,"\/":-5,"*":13,"'":-1,"C":8,"d":5,"f":12,"t":10,"u":6,"v":15,"w":11,"y":13,"c":5,"e":8,"o":6,"\"":-1,"-":13,"O":6,"J":4,"a":6}},"L":{"d":"45,-252r0,225r62,0v-2,11,6,24,-6,27r-86,0r0,-244v0,-8,1,-8,30,-8","w":114,"k":{"r":9,"q":9,"Q":12,"?":12,"0":8,"\/":-3,"*":48,"'":49,"C":10,"G":10,"T":27,"V":27,"W":24,"Y":27,"d":9,"f":16,"t":9,"u":6,"v":12,"w":19,"y":19,"c":8,"e":9,"o":10,"\"":49,"-":38,"O":12,")":6,"]":6,"S":3,"a":7}},"M":{"d":"15,0r0,-246v-1,-7,19,-7,28,-6r46,149v10,-41,29,-101,42,-143v1,-11,19,-4,29,-6r0,246v0,6,0,6,-30,6r1,-99v0,-24,6,-78,7,-93r-42,134v-3,6,-10,2,-17,3r-42,-138v6,40,9,133,8,187v0,6,-3,6,-30,6","w":176},"N":{"d":"116,0r-41,-99v-6,-16,-25,-74,-34,-102r4,195v0,6,0,6,-30,6r0,-246v0,-7,20,-6,29,-6r40,97v7,19,25,74,34,101v-5,-62,-2,-130,-3,-192v0,-6,-1,-6,29,-6r0,246v1,8,-19,6,-28,6","w":159},"O":{"d":"10,-127v0,-96,21,-130,68,-130v46,0,65,31,65,128v0,99,-20,134,-68,134v-46,0,-65,-28,-65,-132xm42,-120v0,67,8,95,34,95v26,0,35,-30,35,-103v0,-72,-8,-100,-34,-100v-25,0,-35,30,-35,108","w":151,"k":{"_":19,",":12,"*":3,"'":4,"T":8,"V":4,"W":5,"Y":8,"c":2,"\"":4,"O":1,"Q":1,")":7,"]":7,"A":8,".":12,"J":12,"X":8,"x":7}},"P":{"d":"15,0r0,-246v3,-10,29,-5,42,-6v45,0,66,21,66,71v0,64,-31,81,-78,79r0,96v0,6,0,6,-30,6xm91,-184v1,-34,-13,-46,-46,-42r0,96v33,5,45,-6,46,-54","w":129,"k":{"q":8,"_":70,"@":8,"\/":9,",":52,"Y":5,"d":8,"c":8,"e":8,"o":8,"-":17,")":11,"]":11,"A":26,".":52,"J":40,"X":16,"x":3,"a":4,"Z":12}},"Q":{"d":"11,-127v0,-96,21,-130,68,-130v46,0,65,31,65,128v0,80,-13,118,-43,130v2,30,20,28,41,19v15,20,-5,31,-31,31v-29,0,-39,-25,-44,-46v-40,-4,-56,-35,-56,-132xm44,-120v0,67,7,95,33,95v26,0,35,-30,35,-103v0,-72,-7,-100,-33,-100v-25,0,-35,30,-35,108","w":154,"k":{"x":9,"]":3,"Y":11,"X":9,"V":3,"T":6,"J":12,"A":3,".":11,")":3,"\"":4,"_":-9,",":11,"'":4}},"R":{"d":"22,-252v62,-4,101,6,101,71v0,39,-12,61,-31,71v11,15,30,47,34,104v2,11,-21,6,-32,6v-4,-61,-21,-91,-30,-103r-19,1r0,96v0,6,0,6,-30,6r0,-246v0,0,1,-6,7,-6xm91,-184v1,-34,-13,-46,-46,-42r0,96v33,5,45,-6,46,-54","w":134,"k":{"q":3,"C":4,"T":6,"V":4,"W":4,"Y":8,"d":3,"y":4,"e":5,"o":5,"-":9,"O":2,"Q":2,"X":2,"x":3}},"S":{"d":"69,-257v52,0,57,7,42,35v-13,-13,-75,-14,-70,16v10,54,81,78,80,143v0,37,-15,68,-65,68v-50,0,-55,-12,-39,-42v17,20,77,18,72,-25v-6,-54,-80,-85,-80,-142v0,-34,22,-53,60,-53","w":128,"k":{"_":7,"'":-6,"f":11,"v":10,"w":12,"y":12,"\"":-6,"J":4,"x":9}},"T":{"d":"131,-230v-7,12,-33,2,-50,5r0,219v0,6,1,6,-29,6r0,-225r-49,0v0,0,-2,-28,6,-27r122,0r0,22","w":134,"k":{"r":32,"q":35,"m":32,"_":31,"Q":8,"@":17,";":25,"0":24,"\/":22,",":34,"*":3,"'":-5,"C":15,"G":13,"d":35,"f":16,"t":15,"u":35,"v":33,"w":32,"y":37,"c":33,"e":36,"o":36,"\"":-5,"-":38,"O":8,"A":24,".":34,"J":31,"x":36,"a":35,"z":33,"g":35,":":25,"n":32,"p":39,"s":33,"h":9,"k":9,"i":6,"j":6}},"U":{"d":"46,-252r0,170v0,28,-1,60,34,60v14,0,26,-3,32,-6r0,-218v0,-6,-1,-6,29,-6r0,246v-9,6,-33,11,-61,11v-65,0,-65,-44,-65,-83r0,-168v0,-6,1,-6,31,-6","w":157},"V":{"d":"3,-243v-4,-14,18,-8,30,-9r30,140v6,32,12,58,14,81v7,-67,30,-146,40,-212v2,-15,20,-7,33,-9v0,0,-53,254,-56,254v-19,4,-36,4,-41,-19v-12,-59,-50,-226,-50,-226","w":151,"k":{"r":11,"q":18,"m":11,"_":30,"Q":4,"@":10,"0":12,"\/":19,",":17,"'":-6,"C":8,"G":6,"d":18,"f":4,"t":4,"u":14,"v":10,"w":8,"y":6,"c":17,"e":18,"o":15,"\"":-6,"-":18,"O":4,"A":24,".":17,"J":32,"x":9,"a":14,"z":11,"g":19,":":10,";":10,"n":11,"p":14,"s":13,"i":5,"j":8}},"W":{"d":"3,-243v-4,-15,19,-7,30,-9r26,140v6,32,7,58,10,81r3,0v3,-73,31,-133,31,-200v0,-14,16,-8,28,-9r26,128v6,32,7,58,10,81r3,0v5,-71,23,-145,32,-212v2,-15,19,-7,32,-9v0,0,-44,254,-47,254v-21,3,-35,6,-40,-19v-10,-53,-25,-101,-30,-163v-6,67,-18,123,-30,182v-20,3,-38,6,-42,-20v-10,-60,-42,-225,-42,-225","w":235,"k":{"r":14,"q":13,"m":14,"_":25,"Q":5,"@":4,"0":6,"\/":15,",":13,"'":-7,"C":9,"G":6,"d":13,"u":10,"v":4,"w":7,"y":8,"c":13,"e":14,"o":13,"\"":-7,"-":12,"O":5,"A":19,".":13,"J":29,"x":10,"a":14,"z":10,"g":12,"Z":9,":":10,";":10,"n":14,"p":13,"s":7}},"X":{"d":"143,-252r-47,120r52,127v2,3,1,5,-3,5r-32,0r-38,-101v-9,27,-27,69,-40,97v-4,8,-21,2,-32,4r55,-130r-45,-117v-2,-5,0,-5,35,-5r32,95r31,-90v1,-5,1,-5,32,-5","w":152,"k":{"q":9,"Q":8,"@":2,"0":9,"*":3,"'":-4,"C":8,"G":7,"d":9,"f":11,"t":9,"u":12,"v":16,"w":17,"y":21,"c":6,"e":9,"o":7,"\"":-4,"-":20,"O":8,"a":5,"p":8}},"Y":{"d":"52,0r0,-102r-50,-145v-1,-5,-1,-5,33,-5r32,118v3,-25,22,-82,31,-113v2,-5,2,-5,32,-5r-49,148r0,98v0,6,1,6,-29,6","w":131,"k":{"r":23,"q":28,"m":23,"_":26,"Q":8,"@":5,"0":17,"\/":25,",":22,"'":-7,"C":12,"G":10,"d":28,"f":10,"t":12,"u":21,"v":14,"w":15,"y":16,"c":25,"e":27,"o":25,"\"":-7,"-":23,"O":8,"A":28,".":22,"J":31,"x":16,"S":3,"a":22,"z":18,"g":24,":":19,";":19,"n":23,"p":26,"s":24,"i":5,"j":10}},"Z":{"d":"16,-225v2,-11,-6,-24,6,-27r107,0v2,2,4,17,1,23r-92,203r91,-2v-2,12,6,25,-7,28r-112,0v-3,-1,-6,-18,-2,-24r91,-202","w":138,"k":{"r":10,"q":9,"0":4,"'":-5,"d":9,"f":10,"t":6,"u":10,"w":11,"y":13,"c":7,"e":10,"o":7,"\"":-5,"-":36,")":5,"]":5,"x":7,"a":6,"g":5,"p":5}},"[":{"d":"66,-296r69,0v0,24,0,27,-9,27r-53,0r0,314r62,0v0,27,-2,27,-10,27r-81,0r0,-359v0,-8,0,-9,22,-9","w":138,"k":{"j":-44,")":-16,"r":10,"q":11,"m":10,"]":-19,"\\":-9,"[":18,"Q":7,"0":24,"\/":14,"+":17,"*":8,"'":-7,"C":10,"G":7,"d":11,"t":5,"u":11,"v":13,"w":13,"y":-6,"c":11,"e":11,"o":12,"\"":-7,"-":12,"O":7,"A":9,"x":8,"a":9,"z":9,"Z":5,"n":10}},"\\":{"d":"33,-275r81,279v2,7,0,7,-29,7r-81,-278v-3,-7,0,-8,29,-8","w":118,"k":{"]":6,"A":-15,".":-12,")":6,"\"":46,"\/":-5,",":-12,"'":46}},"]":{"d":"72,72r-69,0v0,-24,1,-27,10,-27r53,0r0,-314r-62,0v0,-27,1,-27,9,-27r82,0r0,359v0,8,-1,9,-23,9","w":138,"k":{"]":15,")":15,"'":27,"\"":27}},"_":{"d":"125,39r-120,0v0,-18,0,-25,6,-25r120,0v0,18,0,25,-6,25","w":135,"k":{"w":18,"v":24,"u":11,"t":21,"o":11,"j":-27,"g":-4,"f":10,"e":8,"d":6,"c":13,"Y":28,"W":22,"V":28,"T":26,"O":15,"G":7,"C":19,"q":13,"Q":9,"9":-5,"8":13,"6":13,"5":-4,"4":49,"0":17,"\/":-18}},"`":{"d":"63,-217v-3,0,-45,-30,-51,-37v1,-9,7,-22,14,-22v3,0,40,31,48,42v0,0,-4,17,-11,17","w":86},"a":{"d":"15,-149v-15,-38,14,-33,56,-36v37,-3,43,24,43,64v0,63,-2,115,-2,115v-35,12,-105,35,-102,-45v2,-64,36,-65,75,-54v0,-22,4,-52,-19,-52v-16,0,-40,3,-51,8xm85,-85v-25,-7,-43,-6,-44,34v-2,43,24,34,43,26v0,0,1,-34,1,-60","w":127,"k":{"'":30,"f":3,"t":6,"y":3,"\"":30,")":9,"]":9,"x":3}},"b":{"d":"17,-5r0,-246v0,-14,5,-14,29,-14r0,93v39,-27,83,-17,83,59v0,104,-40,118,-69,118v-20,0,-34,-2,-43,-10xm46,-150r0,125v34,11,46,3,50,-81v3,-62,-21,-63,-50,-44","w":137,"k":{"_":14,"\/":4,",":7,"'":28,"t":3,"w":1,"\"":28,")":10,"]":10,".":7,"z":1}},"c":{"d":"76,-185v27,0,36,9,27,32v-38,-12,-59,-13,-61,67v-2,77,23,70,60,57v9,24,-3,34,-31,34v-40,0,-60,-9,-60,-91v0,-87,35,-99,65,-99","w":112,"k":{"q":6,"\/":-6,"'":16,"d":6,"t":-2,"w":-1,"y":-1,"c":5,"e":6,"o":4,"\"":16,"-":13,")":3,"]":3}},"d":{"d":"93,-26r0,-129v-32,-14,-49,-1,-49,68v0,73,13,71,49,61xm93,-178r0,-73v0,-13,5,-14,29,-14r0,260v-55,17,-113,28,-110,-79v3,-85,30,-115,81,-94","w":138,"k":{"\/":-2}},"e":{"d":"75,-185v47,0,52,62,42,106v-25,5,-59,6,-76,6v-2,70,41,51,75,39v9,32,-3,39,-47,39v-33,0,-58,-13,-58,-86v0,-94,32,-104,64,-104xm72,-160v-15,0,-29,13,-31,63v14,0,36,0,49,-4v4,-22,4,-64,-18,-59","w":129,"k":{"\/":-2,"'":22,"t":1,"w":1,"e":4,"\"":22,")":7,"]":7,"x":3}},"f":{"d":"29,-155r-25,0v-2,-34,5,-23,25,-25r0,-22v0,-57,34,-62,61,-62v40,0,35,8,30,28v-29,-7,-61,-12,-62,30r0,26r33,0v4,40,-11,20,-33,25r0,149v1,9,-19,5,-29,6r0,-155","w":91,"k":{"r":3,"q":8,"m":1,"_":18,"]":-40,"\\":-36,"?":-40,"8":-7,",":17,"*":-12,"'":-44,"&":-13,"!":-31,"d":8,"u":3,"c":5,"e":7,"o":6,"\"":-44,"-":17,"b":-1,")":-40,".":17,"g":7,"p":12,"h":-1,"k":-1}},"g":{"d":"14,-118v1,-75,53,-68,121,-65v3,6,6,29,-7,26v-4,0,-9,-1,-14,-2v34,38,9,123,-60,102v-5,5,-9,11,-9,16v0,6,18,7,45,11v23,3,45,14,45,42v0,31,-21,59,-69,59v-77,-1,-68,-58,-31,-83v-37,-9,-19,-35,1,-52v-17,-11,-22,-31,-22,-54xm73,-164v-15,0,-28,12,-28,44v0,26,5,42,27,42v19,0,27,-17,27,-48v0,-26,-9,-38,-26,-38xm105,16v0,-19,-19,-22,-48,-24v-20,14,-36,52,11,52v26,0,37,-15,37,-28","w":141,"k":{"q":2,"\/":-3,"'":15,"d":2,"y":-2,"c":3,"e":2,"o":3,"\"":15,"x":3,"z":-1,"j":-33}},"h":{"d":"16,0r0,-251v0,-13,5,-14,29,-14r0,94v41,-24,78,-30,78,59r0,106v0,6,2,6,-30,6r0,-108v4,-61,-19,-56,-48,-40r0,142v0,6,0,6,-29,6","w":136,"k":{"y":4,"w":1,"t":3,"\"":32,"\/":-5,"'":32,")":10,"]":10,"x":1}},"i":{"d":"46,-180r0,174v0,6,1,6,-29,6r0,-167v0,-13,5,-13,29,-13xm16,-242v0,-13,5,-22,17,-22v11,0,15,6,15,21v0,15,-6,24,-17,24v-9,0,-15,-6,-15,-23","w":63,"k":{"\/":-8}},"j":{"d":"49,-180r0,189v0,31,-7,56,-45,56v-41,0,-47,-10,-36,-33v21,11,51,16,51,-28r0,-171v0,-13,6,-13,30,-13xm18,-242v0,-13,6,-22,17,-22v11,0,15,6,15,21v0,15,-6,24,-17,24v-9,0,-15,-6,-15,-23","w":66,"k":{"\/":-9,"j":-21}},"k":{"d":"17,0r0,-251v0,-13,5,-14,29,-14r0,96v24,-25,76,-21,76,17v0,28,-20,48,-30,55v23,8,41,49,35,91v-1,6,-1,6,-33,6v7,-45,-11,-107,-48,-77r0,71v0,6,1,6,-29,6xm89,-147v0,-9,-3,-15,-12,-15v-10,0,-21,5,-31,21r0,43v25,-10,43,-26,43,-49","w":137,"k":{"q":3,"\/":-5,"'":27,"w":4,"y":7,"c":3,"e":3,"o":3,"\"":27,"-":7,")":3,"]":3,"p":3}},"l":{"d":"46,-265r0,259v0,6,1,6,-29,6r0,-251v0,-13,6,-14,29,-14","w":62},"m":{"d":"88,0r0,-121v5,-43,-17,-45,-42,-32r0,147v0,6,1,6,-29,6r0,-174v23,-12,68,-18,86,0v12,-7,28,-11,41,-11v42,0,44,16,44,66r0,113v0,6,1,6,-29,6r0,-121v5,-45,-19,-44,-42,-30v-3,48,4,106,-3,150","w":202,"k":{"y":2,"x":1,"w":1,"f":1,"]":10,")":10,"\"":32,"\/":-8,"'":32}},"n":{"d":"16,0r0,-174v14,-6,40,-11,60,-11v44,0,48,16,48,66r0,113v0,6,1,6,-30,6r0,-121v5,-44,-22,-45,-49,-32r0,147v0,6,1,6,-29,6","w":137,"k":{"\/":-11,"'":32,"\"":32,")":10,"]":10,"x":1}},"o":{"d":"9,-90v0,-66,22,-95,59,-95v38,0,56,21,56,94v0,67,-20,96,-58,96v-38,0,-57,-14,-57,-95xm40,-89v0,59,9,70,26,70v15,0,27,-16,27,-72v0,-57,-9,-69,-26,-69v-16,0,-27,15,-27,71","w":132,"k":{"_":16,"\/":-6,",":7,"*":4,"'":30,"f":4,"t":5,"v":4,"w":4,"y":7,"\"":30,")":12,"]":12,".":7,"x":9,"z":3}},"p":{"d":"17,60r0,-231v50,-25,111,-24,111,62v0,97,-34,114,-55,114v-13,0,-22,-4,-27,-10r0,75v-10,1,-33,8,-29,-10xm46,-152r0,120v4,9,11,11,18,11v12,0,31,-10,31,-84v0,-59,-20,-63,-49,-47","w":137,"k":{"_":21,"?":2,"\/":-2,",":7,"*":4,"'":35,"f":3,"t":4,"v":4,"w":4,"y":8,"\"":35,")":12,"]":12,".":7,"x":5,"a":3,"z":4,"j":1}},"q":{"d":"123,-174r0,233v4,15,-16,14,-29,12r0,-81v-7,11,-18,15,-34,15v-23,0,-49,-12,-49,-83v0,-96,53,-125,112,-96xm94,-39r0,-116v-36,-16,-49,9,-50,77v0,50,13,58,25,58v10,0,21,-6,25,-19","w":140,"k":{"\"":23,"\/":-6,"'":23}},"r":{"d":"16,0r0,-169v17,-12,31,-16,49,-16v29,-1,28,12,22,32v-13,-7,-30,-6,-41,5r0,142v0,6,0,6,-30,6","w":94,"k":{"r":1,"q":8,"_":32,"\/":4,",":27,"'":14,"d":8,"c":7,"e":8,"o":7,"\"":14,"-":26,")":9,"]":9,".":27,"x":5,"g":8,"p":3}},"s":{"d":"68,-185v49,0,53,12,41,35v-16,-12,-62,-18,-64,7v9,36,69,53,69,98v0,33,-22,50,-59,50v-39,-1,-53,-8,-39,-35v18,12,68,16,65,-14v-4,-40,-71,-57,-71,-100v0,-26,19,-41,58,-41","w":124,"k":{"\/":-3,"'":20,"y":1,"\"":20,"-":12,")":3,"]":3,"x":3}},"t":{"d":"31,-51r0,-104r-25,0v-1,-34,4,-23,25,-25v7,-30,-22,-74,29,-65r0,65r37,0v5,42,-14,19,-37,25r0,107v-5,28,16,33,34,23v1,4,2,12,2,19v0,9,-16,11,-30,11v-35,0,-35,-24,-35,-56","w":104,"k":{"q":6,"0":2,"\/":-5,",":-2,"'":12,"d":6,"t":19,"u":3,"c":8,"e":8,"o":6,"\"":12,"-":23,")":3,"]":3,".":-2,"g":4}},"u":{"d":"123,-180r0,174v-14,8,-34,11,-53,11v-87,4,-44,-108,-54,-179v0,-6,0,-6,30,-6r0,121v-4,43,22,45,48,32r0,-147v0,-6,-1,-6,29,-6","w":140,"k":{"\/":-6,"'":23,"\"":23,")":11,"]":11}},"v":{"d":"43,-15r-37,-156v-2,-9,0,-9,32,-9r26,144v0,-8,16,-109,23,-138v1,-6,1,-6,31,-6r-41,182v-19,3,-29,2,-34,-17","w":123,"k":{"r":7,"q":8,"m":5,"k":3,"_":27,"@":4,"0":3,"\/":8,",":18,"'":21,"d":8,"t":3,"u":5,"c":6,"e":9,"o":7,"\"":21,"-":9,")":10,"]":10,".":18,"a":4,"g":9,":":2,";":2,"p":5,"s":4}},"w":{"d":"5,-174v-1,-6,2,-6,32,-6v9,32,20,139,26,147r21,-136v0,-10,19,-5,29,-6v10,46,13,99,27,142v2,-41,13,-100,21,-141v1,-6,1,-6,28,-6v0,0,-38,183,-39,183v-10,2,-31,3,-34,-18r-17,-115v-4,37,-12,95,-22,133v-12,1,-38,5,-37,-17","w":194,"k":{"r":7,"q":6,"m":3,"k":5,"_":21,"@":2,"\/":2,",":14,"'":23,"d":6,"t":3,"u":5,"c":8,"e":9,"o":7,"\"":23,"-":7,")":13,"]":13,".":14,"x":4,"a":4,"z":5,"g":9,":":3,";":3,"p":5,"s":4}},"x":{"d":"139,-180r-46,84r48,89v3,7,2,7,-33,7v-12,-21,-28,-51,-36,-72v-8,17,-21,48,-33,66v-3,6,-7,6,-34,6r51,-94r-43,-81v-3,-5,-3,-5,30,-5v12,18,26,48,33,66v6,-14,19,-45,30,-61v3,-5,3,-5,33,-5","w":147,"k":{"r":6,"q":9,"m":3,"k":5,"@":2,"0":2,"\/":-5,"'":17,"d":9,"f":4,"t":5,"u":3,"w":9,"y":4,"c":5,"e":8,"o":9,"\"":17,"-":27,")":7,"]":7,"x":3,"a":4,"z":3,"g":5,"p":4,"s":5}},"y":{"d":"52,6r-43,-178v-2,-8,-3,-8,28,-8r20,86v6,29,9,59,9,59v2,-21,18,-106,25,-136v2,-9,1,-9,31,-9r-44,190v-11,46,-23,58,-46,58v-35,0,-38,-11,-28,-31v24,10,42,13,48,-31","w":128,"k":{"r":7,"q":6,"m":3,"k":5,"_":19,"\/":11,",":20,"'":22,"d":6,"t":3,"u":5,"c":9,"e":8,"o":7,"\"":22,"-":10,")":13,"]":13,".":20,"x":3,"a":4,"z":3,"g":9,":":3,";":3,"p":5,"s":4}},"z":{"d":"15,-180r95,0v3,3,6,15,-1,23r-67,130v17,1,68,-1,69,-3v2,10,2,32,-6,30r-93,0v-3,0,-8,-20,-2,-26r70,-129r-71,1v0,-19,0,-26,6,-26","w":120,"k":{"q":6,"'":17,"d":6,"t":3,"u":5,"w":3,"y":3,"c":5,"e":6,"o":4,"\"":17,"-":13,")":9,"]":9,"x":5,"g":4,"p":3}},"|":{"d":"73,-293r0,358v0,7,-1,7,-29,7r0,-357v0,-8,0,-8,29,-8","w":116},"\u00a0":{"w":56}}});


Cufon.registerFont({"w":144,"face":{"font-family":"Yanone Kaffeesatz","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-32.1499 -296 245 72.2296","underline-thickness":"34.56","underline-position":"6.12","stemh":"31","stemv":"49","unicode-range":"U+0020-U+007C"},"glyphs":{" ":{"w":50},"!":{"d":"11,-22v0,-14,9,-26,25,-26v19,0,26,10,26,26v0,14,-10,26,-26,26v-20,0,-25,-10,-25,-26xm17,-87r-8,-155v0,-11,7,-12,57,-12r-9,149v-1,18,-8,18,-40,18","w":72},"\"":{"d":"38,-211r-22,1v0,0,-10,-68,-6,-71v7,-3,29,-2,38,-1v-1,21,-7,68,-10,71xm86,-211r-22,1v0,0,-10,-68,-6,-71v7,-3,29,-2,37,-1v-1,21,-6,68,-9,71","w":104,"k":{"r":34,"q":37,"m":34,"\\":-14,"Q":7,"@":28,"?":-7,"9":19,"6":11,"4":39,"2":9,"1":14,"0":14,"\/":51,"C":23,"G":14,"T":-4,"V":-7,"W":-7,"Y":-7,"d":37,"f":17,"t":5,"u":26,"v":25,"w":26,"y":25,"e":38,"o":34,"O":7,")":-7,"]":-7,"A":45,"J":50,"x":22,"a":25,"c":31,"g":36,"z":25,"n":34,"p":34,"s":31,"(":28,"[":28}},"#":{"d":"139,-96v0,33,0,32,-21,31v0,25,2,27,-36,26r1,-26r-26,0v-2,23,3,28,-36,26r1,-26r-17,0v1,-31,-1,-32,18,-31r2,-30r-20,0v0,-33,0,-32,22,-31v0,-24,-1,-27,36,-26r-2,26r27,0v0,-24,-1,-27,36,-26r-2,26r17,0v-1,31,1,32,-18,31r-2,30r20,0xm60,-126r-2,30r27,0r1,-30r-26,0"},"$":{"d":"49,47r0,-42v-47,-5,-38,-19,-27,-50v13,11,65,19,62,-11v-5,-43,-70,-68,-71,-116v0,-27,16,-44,44,-49v-1,-31,-5,-48,36,-44r0,44v45,5,41,12,26,40v-8,-6,-64,-12,-61,8v8,48,71,62,71,118v0,26,-10,50,-43,58v1,31,4,48,-37,44"},"%":{"d":"13,-191v0,-45,18,-66,51,-66v33,0,48,14,48,65v0,48,-18,68,-51,68v-33,0,-48,-11,-48,-67xm51,-191v0,32,4,37,12,37v6,0,12,-5,12,-37v0,-30,-2,-35,-11,-35v-7,0,-13,5,-13,35xm136,-64v0,-45,18,-66,51,-66v33,0,48,14,48,65v0,48,-18,68,-51,68v-33,0,-48,-11,-48,-67xm174,-63v0,32,4,37,12,37v6,0,12,-5,12,-37v0,-30,-3,-35,-12,-35v-8,0,-12,5,-12,35xm62,12v0,0,-25,-7,-25,-15v0,-10,144,-254,144,-254v0,0,22,8,22,17v0,7,-141,252,-141,252","w":247},"&":{"d":"146,-181v15,2,28,-7,25,14v2,13,-6,21,-23,19v6,21,6,67,-4,95v12,13,22,22,30,25v-11,35,-27,43,-51,12v-12,12,-28,20,-50,20v-92,2,-79,-105,-29,-133v-31,-56,-49,-121,34,-125v53,-3,68,16,46,48v-15,-11,-27,-13,-41,-13v-14,0,-22,2,-22,20v0,19,24,65,51,105v3,-34,-3,-70,-10,-84v12,-3,38,-3,44,-3xm98,-47v-12,-16,-24,-34,-36,-53v-18,12,-26,67,9,66v12,0,21,-5,27,-13","w":176},"'":{"d":"38,-211r-22,1v0,0,-10,-68,-6,-71v7,-3,29,-2,38,-1v-1,21,-7,68,-10,71","w":56,"k":{"z":25,"y":25,"x":22,"w":26,"v":25,"u":26,"t":5,"s":31,"p":34,"o":34,"n":34,"g":36,"f":17,"e":38,"d":37,"c":31,"a":25,"]":-7,"[":28,"Y":-7,"W":-7,"V":-7,"T":-4,"O":7,"J":50,"G":14,"C":23,"A":45,")":-7,"(":28,"r":34,"q":37,"m":34,"\\":-14,"Q":7,"@":28,"?":-7,"9":19,"6":11,"4":39,"2":9,"1":14,"0":14,"\/":51}},"(":{"d":"98,-266v-48,53,-43,258,0,302v-4,19,-8,31,-22,31v-7,0,-55,-49,-55,-184v0,-122,48,-174,54,-174v13,0,19,5,23,25","w":104,"k":{"r":7,"q":11,"m":7,"]":-17,"\\":-6,"[":14,"Q":7,"\/":7,"+":11,"*":9,"'":-7,"C":11,"G":7,"d":11,"t":4,"u":7,"v":13,"w":11,"y":-7,"e":11,"o":11,"\"":-7,"-":8,"O":7,"A":7,"x":7,"a":7,"c":11,"z":7,"Z":4,"n":7,"j":-41}},")":{"d":"7,36v43,-51,51,-242,0,-302v4,-20,10,-25,23,-25v6,0,53,48,53,174v0,124,-48,184,-55,184v-14,0,-17,-12,-21,-31","w":104,"k":{"'":28,"\"":28}},"*":{"d":"106,-244r-10,54v-1,7,-4,10,-18,7r-10,-56v0,-16,28,-9,38,-5xm104,-180r50,-32v10,8,17,33,4,40r-55,10v-8,-11,-5,-14,1,-18xm4,-176v6,-61,44,-16,67,-1v0,12,-5,15,-12,13xm114,-86r-24,-55v-3,-6,-3,-10,10,-15r43,45v9,12,-15,23,-29,25xm20,-111r44,-40v6,-5,11,-5,18,4r-28,56v-9,13,-27,-7,-34,-20","w":168,"k":{"o":4,"g":11,"e":7,"d":7,"c":7,"]":8,"J":45,"A":17,")":8,"q":4,"4":9,"\/":23}},"+":{"d":"135,-119v6,49,-15,32,-46,35v-3,30,14,52,-34,45r0,-45r-46,0v-6,-49,15,-32,46,-35v3,-30,-14,-52,34,-46r0,46r46,0","k":{"]":8,")":8}},",":{"d":"21,-3v-20,-10,-11,-46,12,-45v17,0,26,9,26,26v0,30,-25,57,-33,57v-7,0,-13,-2,-15,-11v8,-14,9,-18,10,-27","w":67,"k":{"y":14,"w":9,"v":16,"u":7,"t":17,"o":7,"j":-14,"f":14,"e":7,"d":7,"Y":25,"W":11,"V":17,"U":4,"T":34,"O":6,"G":5,"C":9,"q":7,"\\":48,"Q":6}},"-":{"d":"84,-119v10,60,-38,27,-73,35v-10,-60,38,-27,73,-35","w":95,"k":{"\\":31,"T":37,"V":11,"W":8,"Y":22,"f":9,"t":9,"v":7,"w":5,"y":9,")":8,"]":8,"A":10,"J":45,"X":22,"x":19,"z":13,"Z":17,"S":28}},".":{"d":"8,-22v0,-14,10,-26,26,-26v19,0,25,10,25,26v0,14,-9,26,-25,26v-20,0,-26,-10,-26,-26","w":67,"k":{"q":7,"\\":48,"Q":6,"C":9,"G":5,"T":34,"V":17,"W":11,"Y":25,"d":7,"f":14,"t":17,"u":7,"v":16,"w":9,"y":14,"e":7,"o":7,"O":6,"U":4}},"\/":{"d":"129,-275r-81,273v-3,9,-3,9,-44,9r80,-272v3,-9,4,-10,45,-10","w":132,"k":{"z":11,"y":9,"x":17,"w":8,"v":8,"u":14,"t":6,"s":23,"p":22,"o":25,"n":20,"j":6,"i":3,"g":23,"f":9,"e":28,"d":26,"c":28,"a":17,"Z":5,"X":9,"O":6,"J":34,"G":9,"C":14,"A":20,":":26,".":62,")":-11,"\"":-9,"r":20,"q":31,"m":20,"_":51,"]":-6,"[":11,"Q":5,"@":17,"?":-11,"=":23,";":23,"9":14,"8":8,"7":3,"6":14,"5":8,"4":34,"3":19,"2":19,"1":17,"0":20,"\/":54,",":62,"'":-9,"%":9}},"0":{"d":"7,-107v0,-72,20,-109,65,-109v46,0,65,33,65,96v0,82,-14,126,-66,126v-53,0,-64,-45,-64,-113xm51,-105v0,54,2,75,21,75v15,0,22,-25,22,-90v0,-39,-3,-61,-20,-61v-19,0,-23,30,-23,76","k":{"Y":14,"X":11,"W":6,"V":5,"T":20,"J":14,"\"":17,"_":25,"]":20,"\\":14,"'":17}},"1":{"d":"22,-171v-4,-8,-7,-14,-7,-24v3,-8,64,-26,84,-19r-4,176r42,-1v0,31,0,39,-9,39r-120,0v-3,-34,-6,-39,45,-38r3,-137v-19,1,-34,4,-34,4","k":{"\"":31,"*":17,"'":31}},"2":{"d":"9,0v-8,-68,84,-122,78,-158v-5,-30,-47,-17,-68,-9v-18,-42,9,-49,60,-49v41,0,55,18,55,51v0,43,-40,73,-73,127v20,1,79,-3,76,-4v0,33,-1,42,-10,42r-118,0","k":{"\"":9,"'":9}},"3":{"d":"90,-108v25,3,43,21,43,54v0,65,-38,90,-82,90v-44,0,-39,-26,-32,-49v28,22,70,7,70,-39v0,-26,-26,-34,-55,-33r-1,-24v30,-12,45,-31,45,-49v0,-28,-44,-19,-61,-9v-16,-42,3,-47,58,-49v75,-3,53,90,15,108","k":{"\"":9,"_":11,"'":9}},"4":{"d":"6,-75v13,-21,48,-176,110,-138r-1,139v23,2,24,-13,24,12v0,19,-6,28,-24,25v-4,31,17,40,-40,37r0,-37r-56,0v-11,-11,-13,-26,-13,-38xm40,-74r35,0r5,-89v-13,16,-35,67,-40,89","k":{"\"":8,"*":9,"'":8}},"5":{"d":"23,-216r111,0v0,29,-3,36,-21,36v-18,0,-55,-3,-55,-3r-5,45v41,-3,81,-2,81,68v0,64,-31,106,-84,106v-51,0,-41,-20,-36,-48v8,7,18,11,31,11v31,0,45,-33,45,-59v0,-51,-39,-51,-78,-42","k":{"_":17}},"6":{"d":"124,-210v-50,-12,-76,0,-78,70v32,-36,92,-24,92,51v0,64,-25,94,-68,94v-58,0,-62,-46,-62,-121v0,-107,33,-136,81,-136v36,0,46,10,35,42xm98,-81v0,-47,-30,-52,-52,-23v0,51,12,79,26,73v17,0,26,-25,26,-50","k":{"_":14}},"7":{"d":"13,-216r130,0v-46,104,-74,183,-74,249v-34,0,-42,-2,-42,-11v0,-55,37,-159,63,-204v-21,1,-40,2,-66,2v-9,0,-11,-19,-11,-36","k":{"q":19,"g":17,"e":17,"d":19,"a":11,"]":7,"X":9,"J":40,"A":26,";":14,":":14,")":7,"_":48,"@":8,"\/":22}},"8":{"d":"43,-135v-18,-15,-32,-27,-33,-56v0,-42,27,-63,61,-63v38,0,66,14,66,58v0,32,-16,51,-34,65v49,30,50,132,-28,134v-85,2,-82,-108,-32,-138xm98,-67v-1,-29,-14,-30,-27,-45v-31,12,-36,74,1,76v14,0,26,-11,26,-31xm77,-216v-27,0,-32,31,-18,45v4,5,11,11,18,17v14,-12,23,-23,23,-40v0,-10,-8,-22,-23,-22","k":{"_":8}},"9":{"d":"16,-5v51,16,83,-18,81,-69v-33,39,-91,16,-91,-55v0,-63,25,-90,68,-90v52,0,63,23,63,115v0,95,-26,141,-90,141v-35,0,-38,-15,-31,-42xm46,-134v0,45,33,54,52,23v0,-55,-5,-73,-23,-73v-17,0,-29,16,-29,50","k":{"\"":8,"_":14,"'":8}},":":{"d":"9,-139v0,-14,9,-26,25,-26v19,0,26,10,26,26v0,14,-10,26,-26,26v-20,0,-25,-10,-25,-26xm9,-22v0,-14,9,-26,25,-26v19,0,26,10,26,26v0,14,-10,26,-26,26v-20,0,-25,-10,-25,-26","w":67,"k":{"T":19}},";":{"d":"7,-139v0,-14,9,-26,25,-26v19,0,26,10,26,26v0,14,-10,26,-26,26v-20,0,-25,-10,-25,-26xm18,-3v-19,-11,-9,-45,13,-45v17,0,26,9,26,26v0,30,-25,57,-33,57v-7,0,-13,-2,-15,-11v8,-14,8,-18,9,-27","w":67,"k":{"j":-14,"T":19}},"=":{"d":"128,-120r-119,0v0,-24,0,-35,7,-35r119,0v0,24,0,35,-7,35xm128,-48r-119,0v0,-24,0,-35,7,-35r119,0v0,24,0,35,-7,35"},"?":{"d":"22,-22v0,-14,9,-26,25,-26v19,0,26,10,26,26v0,14,-10,26,-26,26v-20,0,-25,-10,-25,-26xm29,-80v-24,-37,29,-93,29,-115v0,-12,-5,-20,-22,-20v-17,0,-25,8,-25,8v-4,-12,-6,-22,-6,-33v0,-10,26,-16,47,-16v35,0,50,22,50,50v0,45,-23,60,-37,86v-5,22,15,45,-23,41v-5,0,-9,-1,-13,-1","w":105,"k":{"J":14,"A":17,"\"":-7,"'":-7}},"@":{"d":"93,-136v-12,-38,2,-40,46,-42v61,-5,32,84,36,142v28,7,28,-29,28,-83v0,-70,-13,-90,-66,-90v-57,0,-81,26,-81,120v0,89,17,115,70,115v34,0,59,-2,84,-11v7,10,11,19,11,27v0,15,-34,24,-91,24v-66,0,-116,-17,-116,-161v0,-104,48,-150,123,-150v68,0,108,27,108,114v0,116,-33,131,-58,131v-9,0,-16,-3,-22,-8v-32,13,-87,21,-82,-49v4,-58,23,-68,56,-55v-1,-15,4,-33,-13,-33v-14,0,-22,3,-33,9xm130,-30v13,2,7,-44,9,-59v-17,-1,-16,1,-18,33v0,19,1,26,9,26","w":258,"k":{"j":-11,"Y":9,"X":6,"V":3,"T":8,"J":9,"\"":14,"7":6,"'":14}},"A":{"d":"115,0r-12,-57r-48,0r-10,50v0,11,-28,8,-44,6r60,-244v3,-10,24,-8,35,-6r60,245v0,10,-24,7,-41,6xm79,-184v-3,35,-9,61,-16,90r32,0v-7,-29,-14,-55,-16,-90","w":157,"k":{"q":6,"\\":28,"7":11,"\/":-5,"*":20,"'":39}},"B":{"d":"84,-138v21,4,41,0,41,52v0,48,-18,86,-67,86r-47,0r0,-245v2,-14,31,-7,45,-7v30,0,61,10,61,53v0,42,-8,57,-33,61xm52,-216r0,63v17,2,20,-9,20,-36v0,-28,-6,-30,-20,-27xm52,-118r0,82v19,5,25,-12,25,-48v0,-35,-7,-37,-25,-34","w":128,"k":{"_":22,",":7,"'":8,"T":6,"V":3,"Y":9,"t":5,"v":6,"y":3,"\"":8,"A":9,".":7,"J":11,"X":11,"x":8}},"C":{"d":"80,-257v48,-1,34,25,28,45v-39,-17,-57,2,-58,91v-1,82,11,89,57,76v11,23,5,50,-33,50v-41,0,-66,-11,-66,-123v0,-118,40,-139,72,-139","w":116,"k":{"q":3,"Q":6,"0":8,"\/":-5,",":-3,"'":-4,"C":6,"G":3,"d":3,"f":7,"t":7,"u":6,"v":17,"w":15,"y":21,"e":6,"o":3,"\"":-4,"-":28,"O":6,".":-3,"x":4,"a":3,"c":3}},"D":{"d":"11,-245v1,-13,30,-7,44,-7v48,0,71,21,71,109v0,125,-20,151,-115,143r0,-245xm80,-143v0,-69,-4,-73,-29,-72r0,176v26,4,29,-8,29,-104","w":133,"k":{"_":25,",":11,"'":11,"T":8,"V":5,"W":6,"Y":11,"\"":11,")":7,"]":7,"A":14,".":11,"J":19,"a":3}},"E":{"d":"51,-36r51,0v0,34,0,36,-7,36r-84,0r0,-245v0,0,0,-7,7,-7r86,0v8,61,-20,28,-53,36r0,61r44,0v5,55,-12,32,-44,37r0,82","w":108,"k":{"r":4,"q":6,"'":-4,"d":6,"u":4,"w":4,"y":4,"e":5,"o":7,"\"":-4,"-":7,"a":3}},"F":{"d":"51,-7v1,11,-28,6,-40,7r0,-245v0,0,0,-7,7,-7r86,0v0,32,0,34,-7,34r-46,0r0,63r44,0v5,55,-12,32,-44,37r0,111","w":106,"k":{"r":7,"q":11,"_":42,"@":6,"0":6,"\/":20,",":40,"'":-4,"d":11,"u":7,"v":5,"w":4,"y":6,"e":11,"o":9,"\"":-4,"-":7,"A":23,".":40,"J":34,"x":15,"a":6,"c":9,"g":6,"z":4}},"G":{"d":"85,-256v43,0,44,19,34,45v-50,-21,-73,6,-70,90v3,81,4,93,37,84r0,-83r-17,0v3,-14,-9,-33,9,-33r46,0r-1,148v-72,25,-118,10,-118,-113v0,-118,30,-138,80,-138","w":132,"k":{"Y":4,"v":3,"y":6}},"H":{"d":"86,0r0,-116r-35,0r0,109v0,7,1,7,-40,7r0,-245v0,-7,-1,-7,40,-7r0,99r35,0r0,-92v0,-7,-1,-7,40,-7r0,245v0,7,1,7,-40,7","w":137},"I":{"d":"10,0r0,-234v0,-18,1,-18,41,-18r0,245v0,7,0,7,-41,7","w":62},"J":{"d":"60,-76r0,-158v0,-18,0,-18,41,-18r0,196v0,40,-12,61,-52,61v-55,0,-43,-24,-36,-46v24,15,47,26,47,-35","w":111,"k":{"_":11,",":6,"A":8,"J":6,"x":4}},"K":{"d":"10,0r0,-245v0,-7,0,-7,41,-7r0,103r39,-100v17,-2,46,-9,44,7r-41,95v41,48,38,139,38,139v1,15,-34,7,-45,8v-1,-43,-3,-99,-35,-119r0,112v0,7,0,7,-41,7","w":141,"k":{"q":6,"Q":6,"*":14,"C":9,"d":6,"f":12,"t":12,"u":6,"v":14,"w":8,"y":8,"e":8,"o":5,"-":11,"O":6,"J":5,"a":6,"c":5}},"L":{"d":"51,-252r0,214r51,0v-3,14,8,33,-7,38r-84,0r0,-242v0,-10,0,-10,40,-10","w":109,"k":{"r":14,"q":9,"Q":9,"?":12,"0":6,"*":42,"'":45,"C":11,"G":9,"T":28,"V":25,"W":26,"Y":25,"d":9,"f":14,"t":4,"u":5,"v":11,"w":18,"y":21,"e":8,"o":7,"\"":45,"-":37,"O":9,")":7,"]":7,"a":6,"c":8}},"M":{"d":"11,0r0,-245v0,-10,26,-7,38,-7r38,125v4,-28,24,-88,33,-118v4,-14,27,-4,41,-7r0,245v0,7,0,7,-41,7v-2,-46,5,-162,11,-176v-12,51,-21,74,-36,113v-3,6,-13,2,-20,3v-14,-41,-23,-64,-35,-116v5,13,13,126,11,169v0,7,-3,7,-40,7","w":171},"N":{"d":"105,0v-22,-57,-47,-107,-59,-175v7,58,5,108,5,168v0,7,1,7,-40,7r0,-245v0,-10,27,-6,39,-7v20,54,45,106,58,168v-6,-57,-3,-102,-4,-161v0,-7,-1,-7,40,-7r0,245v0,10,-27,6,-39,7","w":154},"O":{"d":"5,-127v0,-98,22,-130,68,-130v47,0,65,29,65,128v0,101,-21,134,-68,134v-47,0,-65,-25,-65,-132xm51,-118v0,56,3,82,21,82v18,0,22,-27,22,-91v0,-63,-2,-89,-21,-89v-17,0,-22,27,-22,98","w":143,"k":{"_":20,",":9,"'":4,"T":5,"V":5,"W":5,"Y":9,"\"":4,")":7,"]":7,"A":8,".":9,"J":12,"X":8,"x":6}},"P":{"d":"11,0r0,-245v1,-11,29,-6,41,-7v45,0,70,15,70,74v-1,66,-34,82,-71,81r0,90v0,7,1,7,-40,7xm77,-183v1,-28,-8,-37,-26,-33r0,80v18,6,25,-3,26,-47","w":125,"k":{"q":5,"_":65,"@":8,",":57,"Y":6,"d":5,"e":8,"o":5,"-":14,")":11,"]":11,"A":25,".":57,"J":39,"X":14,"a":3,"c":5,"Z":11}},"Q":{"d":"7,-127v0,-98,22,-130,68,-130v47,0,65,29,65,128v0,73,-11,111,-35,126v4,27,16,27,38,17v4,6,6,16,6,23v0,14,-25,16,-40,16v-32,0,-45,-30,-50,-49v-37,-5,-52,-35,-52,-131xm53,-118v0,56,3,82,21,82v18,0,22,-27,22,-91v0,-63,-2,-89,-21,-89v-17,0,-22,27,-22,98","w":147,"k":{"x":9,"Y":12,"X":9,"T":6,"J":12,".":10,"\"":4,"_":-14,",":10,"'":4}},"R":{"d":"18,-252v64,-2,105,0,104,74v0,36,-10,56,-25,68v12,15,29,46,31,102v1,13,-29,9,-45,8v-1,-56,-14,-84,-23,-97r-9,0r0,90v0,7,1,7,-40,7r0,-245v0,0,0,-7,7,-7xm77,-183v1,-28,-8,-37,-26,-33r0,80v18,6,25,-3,26,-47","w":132,"k":{"C":5,"T":6,"V":6,"W":5,"Y":12,"d":3,"q":3,"y":3,"e":6,"o":3,"-":14,"O":3,"Q":3,"X":3}},"S":{"d":"66,-257v60,0,59,9,43,42v-10,-9,-64,-13,-60,12v8,54,71,73,69,138v0,36,-13,70,-65,70v-55,0,-52,-17,-38,-53v16,15,63,21,60,-15v-4,-51,-70,-83,-70,-136v0,-38,22,-58,61,-58","w":123,"k":{"_":11,"'":-9,"f":11,"v":9,"w":13,"y":11,"\"":-9,"J":6,"x":11}},"T":{"d":"133,-222v-6,16,-29,3,-45,7r0,208v0,7,1,7,-40,7r0,-215r-44,0v1,-12,-3,-37,7,-37r122,0r0,30","w":136,"k":{"r":34,"q":34,"m":34,"_":34,"Q":6,"@":17,";":25,"0":20,"\/":25,",":37,"'":-4,"C":14,"G":11,"d":34,"f":17,"t":12,"u":34,"v":34,"w":35,"y":37,"e":39,"o":36,"\"":-4,"-":37,"O":6,"A":25,".":37,"J":34,"x":34,"a":37,"c":34,"g":36,"z":35,":":25,"n":34,"p":39,"s":36,"h":6,"k":6,"i":9,"j":9}},"U":{"d":"53,-252r0,169v0,26,-1,51,22,51v11,0,16,-1,21,-4r0,-208v0,-8,0,-8,41,-8r0,247v-9,6,-31,10,-62,10v-64,0,-64,-43,-64,-83r0,-166v0,-8,0,-8,42,-8","w":147},"V":{"d":"3,-242v-4,-19,28,-7,42,-10r32,208r27,-197v1,-20,28,-8,45,-11v0,0,-43,252,-47,252v-23,3,-54,6,-58,-19","w":151,"k":{"r":11,"q":17,"m":11,"_":25,"@":11,"0":12,"\/":19,",":17,"'":-7,"C":8,"G":6,"d":17,"f":6,"t":6,"u":14,"v":11,"w":5,"y":5,"e":17,"o":16,"\"":-7,"-":17,"O":5,"Q":5,"A":26,".":17,"J":33,"x":9,"a":14,"c":17,"g":17,"z":11,":":11,";":11,"n":11,"p":14,"s":14,"i":5,"j":6}},"W":{"d":"3,-242v-4,-19,28,-7,42,-10r18,117v5,36,9,70,10,94r3,0v2,-69,24,-126,24,-189v0,-18,24,-9,39,-11r18,106v6,36,8,70,10,94r3,0v3,-65,17,-137,24,-200v2,-20,28,-8,45,-11v0,0,-39,252,-43,252v-28,3,-52,7,-57,-21v-8,-40,-16,-85,-20,-131r-21,152v-25,2,-53,8,-58,-21v-9,-58,-37,-221,-37,-221","w":240,"k":{"r":14,"q":14,"m":14,"_":25,"@":6,"0":6,"\/":14,",":14,"'":-7,"C":9,"G":6,"d":14,"u":11,"v":6,"w":8,"y":8,"e":17,"o":14,"\"":-7,"-":11,"O":5,"Q":5,"A":21,".":14,"J":31,"x":12,"a":14,"c":14,"g":14,"z":11,"Z":8,":":11,";":11,"n":14,"p":12,"s":11}},"X":{"d":"143,-252r-40,118r44,128v2,4,1,6,-4,6r-44,0r-26,-84r-27,79v-7,10,-28,3,-43,5r48,-129r-39,-116v-2,-7,1,-7,48,-7r21,78v4,-22,13,-49,19,-72v2,-6,2,-6,43,-6","w":151,"k":{"Q":9,"@":3,"0":9,"'":-4,"C":8,"G":8,"d":8,"q":8,"f":11,"t":7,"u":14,"v":14,"w":19,"y":23,"e":11,"o":6,"\"":-4,"-":17,"O":9,"a":8,"c":5,"p":11}},"Y":{"d":"47,0r0,-103r-45,-143v-2,-6,-1,-6,46,-6r20,105v3,-32,13,-69,20,-98v2,-7,2,-7,43,-7r-44,146r0,99v0,7,1,7,-40,7","w":132,"k":{"r":21,"q":28,"m":21,"_":25,"Q":9,"@":8,"0":17,"\/":23,",":25,"'":-7,"C":14,"G":12,"d":28,"f":11,"t":13,"u":18,"v":14,"w":15,"y":14,"e":28,"o":29,"\"":-7,"-":22,"O":9,"A":29,".":25,"J":33,"x":16,"a":22,"c":28,"g":26,"z":18,":":20,";":20,"n":21,"p":26,"s":23,"i":7,"j":11,"S":4}},"Z":{"d":"13,-215v3,-15,-7,-32,8,-37r108,0v2,3,5,24,0,30r-83,186v22,0,67,1,80,-3v-3,15,8,34,-7,39r-111,0v-3,-1,-8,-24,-2,-32r80,-184","w":135,"k":{"r":11,"q":8,"0":3,"'":-7,"d":8,"f":7,"t":4,"u":11,"w":7,"y":11,"e":9,"o":7,"\"":-7,"-":33,")":4,"]":4,"x":7,"a":6,"c":6,"g":5,"p":7}},"[":{"d":"62,-296r61,0v6,58,-17,32,-51,38r0,292r51,0v0,37,0,38,-11,38r-81,0r0,-356v0,-10,0,-12,31,-12","w":126,"k":{")":-14,"r":7,"q":11,"m":7,"]":-17,"\\":-6,"[":14,"Q":7,"0":22,"\/":8,"+":11,"*":9,"'":-7,"C":11,"G":7,"d":11,"t":4,"u":7,"v":13,"w":11,"y":-7,"e":11,"o":11,"\"":-7,"-":8,"O":7,"A":7,"x":7,"a":7,"c":11,"z":7,"Z":4,"n":7,"j":-41}},"\\":{"d":"44,-275r81,276v3,9,1,10,-40,10r-81,-276v-3,-9,-1,-10,40,-10","w":129,"k":{"]":5,"A":-14,".":-12,")":5,"\"":48,",":-12,"'":48}},"]":{"d":"64,72r-61,0v-6,-58,17,-32,51,-38r0,-292r-51,0v0,-37,0,-38,11,-38r81,0r0,356v0,10,0,12,-31,12","w":126,"k":{"]":8,")":8,"'":28,"\"":28}},"_":{"d":"122,46r-118,0v0,-24,0,-35,7,-35r119,0v0,24,-1,35,-8,35","w":133,"k":{"y":-11,"w":17,"v":23,"u":11,"t":19,"o":11,"j":-42,"g":-5,"f":8,"e":5,"d":5,"c":14,"Y":28,"W":20,"V":23,"T":25,"O":14,"G":11,"C":14,"q":11,"Q":14,"9":-8,"8":14,"6":17,"5":-6,"4":45,"0":17,"\/":-20}},"`":{"d":"62,-215v-4,0,-41,-24,-50,-34v2,-13,9,-30,18,-30v4,0,35,25,47,42v0,0,-5,22,-15,22","w":89},"a":{"d":"13,-139v-15,-42,4,-44,54,-46v40,-2,45,22,45,62v0,62,-2,117,-2,117v-39,12,-106,35,-103,-47v2,-62,28,-65,65,-54v-1,-16,5,-41,-12,-40v-14,0,-35,4,-47,8xm72,-80v-15,-5,-22,-3,-22,26v0,32,6,28,21,23v0,0,1,-24,1,-49","w":121,"k":{"'":30,"f":3,"t":4,"y":3,"\"":30,")":7,"]":7,"x":4}},"b":{"d":"13,-5r0,-242v0,-18,6,-18,40,-18r0,90v40,-22,71,-11,71,64v0,102,-38,116,-69,116v-19,0,-34,-3,-42,-10xm53,-146r0,113v2,2,5,3,8,3v7,0,17,-12,17,-73v-1,-55,-4,-52,-25,-43","w":130,"k":{"_":14,"\/":6,",":7,"'":28,"w":2,"\"":28,")":11,"]":11,".":7}},"c":{"d":"72,-185v30,0,36,13,26,40v-34,-10,-46,-13,-48,58v-2,66,12,61,47,52v8,28,1,40,-29,40v-44,0,-60,-10,-60,-91v0,-86,34,-99,64,-99","w":105,"k":{"q":6,"\/":-5,"'":14,"d":6,"t":-4,"w":-2,"y":-2,"e":6,"o":6,"\"":14,"-":8,")":4,"]":4,"c":5}},"d":{"d":"79,-34r0,-115v-20,-5,-25,-3,-25,62v0,58,2,63,25,53xm79,-179v8,-40,-26,-97,40,-86r0,260v-55,18,-115,27,-111,-77v3,-85,25,-116,71,-97","w":131},"e":{"d":"71,-185v47,0,53,67,41,111v-18,4,-44,6,-62,6v-4,54,37,31,62,24v2,7,3,24,3,36v0,6,-23,13,-51,13v-33,0,-56,-13,-56,-86v0,-90,29,-104,63,-104xm66,-150v-11,0,-15,17,-16,50v10,0,21,0,26,-3v3,-13,4,-54,-10,-47","w":124,"k":{"'":22,"w":2,"e":4,"\"":22,")":7,"]":7,"x":4}},"f":{"d":"25,-147r-21,0v0,-40,-2,-32,21,-33r0,-21v0,-56,34,-64,63,-64v51,-1,35,14,32,37v-24,-7,-54,-9,-54,20r0,28r25,0v1,44,0,30,-25,33r0,140v-1,10,-28,7,-41,7r0,-147","w":94,"k":{"r":4,"q":8,"m":2,"_":17,"]":-39,"\\":-31,"?":-40,"8":-11,",":19,"*":-12,"'":-42,"&":-20,"!":-34,"d":8,"u":4,"w":4,"e":8,"o":7,"\"":-42,"-":17,")":-39,".":19,"c":5,"g":7,"p":18}},"g":{"d":"10,-117v-1,-79,52,-67,121,-65v8,10,7,43,-16,33v23,43,3,107,-59,93v-3,4,-4,7,-4,10v0,6,13,4,35,8v22,4,43,16,43,44v0,35,-19,65,-68,65v-76,-1,-68,-55,-34,-81v-32,-10,-18,-38,3,-54v-15,-11,-21,-30,-21,-53xm69,-157v-10,0,-16,9,-16,37v0,26,3,35,15,35v11,0,16,-9,16,-42v0,-23,-4,-30,-15,-30xm89,12v0,-11,-2,-15,-30,-18v-14,10,-26,41,7,40v18,0,23,-13,23,-22","w":137,"k":{"q":3,"'":22,"d":3,"y":-4,"e":3,"o":4,"\"":22,"x":4,"c":4,"j":-27}},"h":{"d":"12,0r0,-247v0,-18,7,-18,40,-18r0,93v37,-22,68,-27,68,58r0,107v0,7,2,7,-42,7r0,-107v1,-44,-3,-46,-26,-37r0,137v0,7,0,7,-40,7","w":129,"k":{"y":4,"\"":31,"\/":-8,"'":31,")":7,"]":7}},"i":{"d":"53,-180r0,173v0,7,0,7,-41,7r0,-162v0,-18,8,-18,41,-18xm12,-240v0,-17,7,-28,22,-28v15,0,19,7,19,26v0,19,-8,31,-22,31v-12,0,-19,-6,-19,-29","w":64,"k":{"\/":-8}},"j":{"d":"55,-180r0,189v0,30,-6,57,-47,57v-46,0,-44,-14,-35,-40v20,6,42,15,42,-22r0,-166v0,-18,7,-18,40,-18xm14,-240v0,-17,7,-28,22,-28v15,0,19,7,19,26v0,19,-7,31,-21,31v-12,0,-20,-6,-20,-29","w":67,"k":{"\/":-9,"j":-18}},"k":{"d":"12,0r0,-247v0,-18,8,-18,41,-18r0,90v12,-7,23,-10,38,-10v51,0,25,72,9,86v24,18,28,54,25,93v-1,6,-2,6,-47,6v4,-31,6,-103,-25,-78r0,71v0,7,0,7,-41,7xm75,-143v0,-8,-1,-11,-7,-11v-15,0,-17,30,-15,49v15,-8,22,-20,22,-38","w":132,"k":{"q":4,"'":28,"w":4,"y":7,"e":4,"o":4,"\"":28,"-":7,"c":4,"p":4}},"l":{"d":"52,-265r0,258v0,7,0,7,-40,7r0,-247v0,-18,7,-18,40,-18","w":64},"m":{"d":"76,0r0,-122v3,-29,-9,-35,-24,-23r0,138v0,7,1,7,-40,7r0,-174v19,-10,65,-18,84,-2v45,-19,84,-14,84,55r0,114v0,7,2,7,-40,7r0,-122v2,-29,-10,-34,-24,-23r0,140v0,7,-28,5,-40,5","w":190,"k":{"y":2,"x":2,"]":7,")":7,"\"":31,"\/":-6,"'":31}},"n":{"d":"12,0r0,-174v11,-5,37,-11,59,-11v81,0,49,112,49,178v0,7,0,7,-42,7r0,-122v2,-29,-11,-36,-26,-23r0,138v0,7,1,7,-40,7","w":129,"k":{"\/":-11,"'":31,"\"":31,")":7,"]":7}},"o":{"d":"5,-90v0,-65,22,-95,60,-95v39,0,56,20,56,93v0,69,-20,97,-59,97v-39,0,-57,-14,-57,-95xm50,-91v0,56,4,63,13,63v7,0,14,-8,14,-63v0,-52,-3,-59,-13,-59v-8,0,-14,8,-14,59","w":126,"k":{"_":17,"\/":-6,",":7,"*":4,"'":33,"f":4,"t":4,"v":4,"w":4,"y":7,"\"":33,")":11,"]":11,".":7,"x":7,"z":4}},"p":{"d":"12,54r0,-225v48,-24,111,-27,111,60v0,96,-26,116,-47,116v-11,0,-18,-1,-24,-6r0,70v-13,3,-46,10,-40,-15xm52,-145r0,108v2,6,6,7,10,7v8,0,16,-10,16,-78v0,-46,-9,-49,-26,-37","w":131,"k":{"_":22,",":7,"*":4,"'":36,"f":4,"t":4,"v":4,"w":4,"y":11,"\"":36,")":11,"]":11,".":7,"x":4,"a":4,"z":4,"j":2}},"q":{"d":"121,-175r0,229v5,21,-23,19,-41,17r0,-78v-5,8,-14,12,-27,12v-23,0,-45,-14,-45,-82v1,-104,52,-123,113,-98xm80,-42r0,-105v-2,-3,-4,-4,-8,-4v-11,0,-18,16,-18,72v0,42,4,49,12,49v8,0,14,-4,14,-12","w":132,"k":{"\"":23,"\/":-6,"'":23}},"r":{"d":"12,0r0,-169v17,-12,30,-16,50,-16v32,0,25,19,20,41v-12,-6,-20,-4,-29,5r0,132v0,7,0,7,-41,7","w":89,"k":{"q":7,"_":25,",":25,"'":20,"d":7,"e":7,"o":7,"\"":20,"-":23,")":7,"]":7,".":25,"x":4,"c":7,"g":6}},"s":{"d":"63,-185v60,0,50,16,39,42v-22,-14,-70,-6,-37,21v15,21,44,44,44,76v0,32,-23,51,-60,51v-39,1,-51,-14,-36,-44v15,9,52,14,50,-6v-3,-37,-57,-59,-57,-97v0,-26,15,-43,57,-43","w":114,"k":{"'":20,"\"":20,"-":8,")":4,"]":4,"x":4}},"t":{"d":"25,-51r0,-95r-22,0v1,-40,-1,-33,22,-34v6,-37,-21,-74,40,-65r0,65r30,0v2,46,-3,31,-30,34r0,100v-4,19,16,20,28,13v1,5,2,15,2,25v0,12,-19,13,-33,13v-37,0,-37,-24,-37,-56","w":102,"k":{"q":7,"0":3,",":-4,"'":11,"d":7,"t":18,"u":4,"e":11,"o":7,"\"":11,"-":19,".":-4,"c":11,"g":4}},"u":{"d":"118,-180r0,174v-12,7,-31,11,-53,11v-49,0,-55,-24,-55,-64r0,-114v0,-7,0,-7,42,-7r0,122v-2,29,11,36,26,23r0,-138v0,-7,-1,-7,40,-7","w":129,"k":{"\/":-5,"'":23,"\"":23,")":7,"]":7}},"v":{"d":"34,-16r-30,-152v-3,-12,-2,-12,44,-12r14,131v0,-8,8,-97,12,-123v1,-8,1,-8,42,-8r-36,180v-20,3,-42,6,-46,-16","w":118,"k":{"r":7,"q":8,"m":4,"k":4,"_":26,"@":5,"0":3,"\/":8,",":18,"'":22,"d":8,"u":4,"e":9,"o":7,"\"":22,"-":7,")":7,"]":7,".":18,"a":3,"c":6,"g":7,"p":4,"s":4}},"w":{"d":"2,-172v-1,-8,3,-8,45,-8v6,30,15,124,14,136r3,0v1,-36,14,-87,14,-124v0,-14,26,-6,39,-8r13,80v6,16,-1,55,7,52v1,-43,6,-90,12,-128v1,-8,3,-8,39,-8v0,0,-33,180,-36,180v-5,1,-51,8,-47,-16v-4,-25,-7,-47,-9,-77v-2,36,-6,62,-11,93v0,0,-21,2,-35,2v-10,0,-15,-8,-17,-18v-10,-43,-31,-156,-31,-156","w":189,"k":{"r":7,"q":6,"m":2,"k":4,"_":20,"\/":3,",":13,"'":23,"d":6,"u":4,"e":9,"o":7,"\"":23,"-":5,")":11,"]":11,".":13,"a":3,"c":7,"g":7,"z":4,"p":4,"s":4}},"x":{"d":"133,-180r-40,84r39,87v4,9,4,9,-45,9r-23,-59v-5,17,-10,37,-17,51v-3,8,-7,8,-44,8r42,-93r-37,-81v-3,-6,-3,-6,42,-6r21,57r18,-50v3,-7,4,-7,44,-7","w":136,"k":{"r":7,"q":9,"k":4,"0":3,"\/":-8,"'":20,"d":9,"t":4,"w":7,"e":9,"o":7,"\"":20,"-":22,")":7,"]":7,"a":5,"c":7,"g":4,"p":4,"s":4}},"y":{"d":"44,6r-40,-176v-3,-10,-2,-10,40,-10v6,29,19,111,19,128v-1,-9,10,-93,15,-117v2,-11,2,-11,43,-11r-41,188v-10,47,-22,61,-48,61v-44,0,-39,-16,-31,-39v18,8,42,14,43,-24","w":122,"k":{"r":7,"q":6,"m":2,"k":4,"_":17,"\/":14,",":19,"'":23,"d":6,"u":4,"e":8,"o":7,"\"":23,"-":6,")":11,"]":11,".":19,"a":2,"c":11,"g":7,"p":4,"s":4}},"z":{"d":"13,-180r87,0v4,5,7,19,-1,31r-48,112v14,2,54,-3,51,-5v4,12,3,45,-7,42r-85,0v-3,0,-10,-25,-3,-34r52,-113v-12,0,-51,0,-53,2v0,-26,-1,-35,7,-35","w":108,"k":{"q":5,"'":17,"d":5,"u":4,"e":5,"o":4,"\"":17,"-":8,")":7,"]":7,"x":4,"c":5,"g":4}},"|":{"d":"72,-293r0,356v0,9,0,9,-41,9r0,-355v0,-10,0,-10,41,-10","w":103},"\u00a0":{"w":50}}});

Cufon.registerFont({"w":155,"face":{"font-family":"Yanone Kaffeesatz Light","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-40.7934 -296 253 72.1422","underline-thickness":"18","underline-position":"-6.84","stemh":"17","stemv":"23","unicode-range":"U+0020-U+007C"},"glyphs":{" ":{"w":61},"!":{"d":"18,-14v0,-9,6,-16,16,-16v11,0,16,7,16,16v0,9,-6,16,-16,16v-11,0,-16,-6,-16,-16xm24,-69r-2,-180v0,-5,6,-6,26,-6r-4,177v0,8,-6,9,-20,9","w":68},"\"":{"d":"33,-282v-4,24,8,80,-17,72v-1,-6,-5,-55,-2,-72v3,-1,16,0,19,0xm75,-282v-4,24,8,80,-17,72v-1,-6,-6,-55,-3,-72v3,-1,17,0,20,0","w":87,"k":{"r":36,"q":42,"m":36,"\\":-12,"Q":7,"@":26,"?":-7,"9":14,"6":12,"4":34,"3":3,"2":5,"1":14,"0":17,"\/":43,"+":14,"C":17,"G":12,"T":-6,"V":-5,"W":-5,"Y":-7,"d":42,"f":15,"t":8,"u":27,"v":24,"w":24,"y":26,"c":37,"e":36,"o":33,"O":7,")":-7,"]":-7,"A":41,"J":45,"x":23,"a":27,"z":25,"g":40,"n":36,"p":37,"s":35,"(":28,"[":28}},"#":{"d":"142,-88v4,27,-14,12,-29,16v-4,18,10,39,-20,33r2,-33r-41,0v-4,17,10,39,-19,33r2,-33r-23,0v-4,-24,8,-14,23,-16r3,-45r-26,0v-5,-26,11,-13,27,-16v4,-16,-10,-36,19,-31r-2,31r41,0v4,-17,-9,-36,20,-31r-2,31r25,0v3,26,-11,13,-26,16r-2,45r28,0xm58,-133r-3,45r41,0r2,-45r-40,0"},"$":{"d":"67,46r0,-41v-40,-5,-51,-9,-37,-30v7,6,19,11,40,11v52,-2,52,-56,17,-83v-19,-24,-63,-49,-63,-82v0,-24,18,-39,48,-42v3,-19,-11,-48,18,-44r0,43v37,5,47,6,33,26v-14,-11,-83,-14,-77,17v9,49,87,69,86,126v0,29,-12,52,-47,57v-3,19,11,47,-18,42"},"%":{"d":"24,-190v0,-46,19,-66,51,-66v31,0,48,15,48,66v0,45,-18,66,-50,66v-31,0,-49,-9,-49,-66xm43,-189v0,40,11,49,30,49v19,0,31,-14,31,-50v0,-40,-10,-50,-29,-50v-19,0,-32,12,-32,51xm138,-62v0,-46,19,-67,51,-67v31,0,48,15,48,66v0,45,-18,67,-50,67v-31,0,-49,-9,-49,-66xm157,-60v0,40,10,48,29,48v19,0,32,-14,32,-50v0,-40,-10,-50,-29,-50v-19,0,-32,13,-32,52xm57,8v0,0,-13,-2,-13,-8v0,-7,157,-258,157,-258v0,0,11,3,11,9v0,2,-155,257,-155,257","w":260},"&":{"d":"85,-254v40,0,63,7,47,30v-25,-16,-86,-27,-86,22v0,31,46,99,85,145v16,-50,2,-102,-24,-122v26,-3,47,-2,70,-1v7,21,-20,15,-40,16v17,14,30,83,9,124v13,14,24,24,30,28v-10,27,-19,14,-41,-10v-12,15,-29,26,-56,26v-93,-1,-76,-109,-25,-133v-38,-51,-45,-125,31,-125xm121,-37v-18,-22,-40,-49,-58,-77v-36,17,-51,97,15,99v21,0,34,-9,43,-22","w":184},"'":{"d":"33,-282v-4,24,8,80,-17,72v-1,-6,-5,-55,-2,-72v3,-1,16,0,19,0","w":46,"k":{"z":25,"y":26,"x":23,"w":24,"v":24,"u":27,"t":8,"s":35,"p":37,"o":33,"n":36,"g":40,"f":15,"e":36,"d":42,"c":37,"a":27,"]":-7,"[":28,"Y":-7,"W":-5,"V":-5,"T":-6,"O":7,"J":45,"G":12,"C":17,"A":41,")":-7,"(":28,"r":36,"q":42,"m":36,"\\":-12,"Q":7,"@":26,"?":-7,"9":14,"6":12,"4":34,"3":3,"2":5,"1":14,"0":17,"\/":38,"+":14}},"(":{"d":"45,-117v0,92,36,153,53,173v-2,8,-6,14,-12,14v-6,0,-61,-63,-61,-187v0,-118,58,-174,62,-174v6,0,9,4,11,13v-21,24,-53,76,-53,161","w":105,"k":{"r":12,"q":11,"m":12,"]":-21,"\\":-11,"[":21,"Q":7,"\/":4,"+":22,"*":8,"'":-7,"C":9,"G":7,"d":11,"t":6,"u":14,"v":14,"w":15,"y":-5,"c":11,"e":11,"o":13,"\"":-7,"-":15,"O":7,"A":10,"x":8,"a":10,"z":10,"Z":6,"n":12,"j":-47}},")":{"d":"61,-117v0,-82,-31,-137,-53,-161v2,-9,5,-13,11,-13v4,0,62,54,62,174v0,120,-56,187,-62,187v-6,0,-9,-6,-11,-14v18,-22,53,-80,53,-173","w":105,"k":{"'":27,"\"":27}},"*":{"d":"95,-243r-5,59v0,4,-3,5,-10,4r-5,-61v0,-6,11,-6,20,-2xm100,-177r56,-26v7,5,10,18,3,20r-60,18v-4,-5,-4,-9,1,-12xm8,-185v7,-40,43,6,64,11v0,6,-2,8,-6,7xm121,-90r-32,-58v-2,-4,0,-6,6,-9r41,52v5,6,-6,14,-15,15xm27,-106r43,-48v3,-3,7,-2,10,2r-35,57v-5,8,-15,-4,-18,-11","w":169,"k":{"o":4,"g":11,"e":7,"d":7,"c":7,"Z":12,"X":5,"T":5,"Q":5,"O":5,"]":8,"J":48,"A":18,")":8,"q":4,"4":10,"\/":17}},"+":{"d":"141,-111v5,36,-33,11,-54,18v-6,21,17,61,-18,54r0,-54r-54,0v-5,-35,33,-12,54,-18v6,-21,-16,-59,18,-54r0,54r54,0","k":{"]":21,")":21,"\"":14,"'":14}},",":{"d":"27,-1v-12,-6,-8,-30,7,-29v9,0,15,4,15,17v0,26,-21,68,-33,45v8,-13,11,-22,11,-33","w":64,"k":{"y":20,"w":14,"v":16,"u":10,"t":18,"o":7,"j":-19,"f":14,"e":7,"d":7,"c":5,"Y":19,"W":11,"V":17,"U":1,"T":31,"O":13,"G":4,"C":12,"q":7,"\\":44,"Q":13,"\/":-5}},"-":{"d":"84,-93r-69,0v0,-13,0,-18,5,-18r69,0v0,14,0,18,-5,18","w":104,"k":{"\\":29,"T":39,"V":15,"W":12,"Y":24,"f":12,"t":12,"v":10,"w":9,"y":14,")":14,"]":14,"A":13,"J":43,"X":24,"x":32,"S":39,"z":30,"Z":17}},".":{"d":"18,-14v0,-9,6,-16,15,-16v11,0,16,7,16,16v0,9,-6,16,-16,16v-11,0,-15,-6,-15,-16","w":64,"k":{"q":7,"\\":44,"Q":13,"\/":-5,"C":12,"G":4,"T":31,"V":17,"W":11,"Y":19,"d":7,"f":14,"t":18,"u":10,"v":16,"w":14,"y":20,"c":5,"e":7,"o":7,"O":13,"U":1}},"\/":{"d":"107,-275r-81,277v-2,5,-4,5,-22,5r81,-276v2,-6,3,-6,22,-6","w":110,"k":{"z":13,"y":9,"x":15,"w":6,"v":3,"u":14,"t":6,"s":19,"p":17,"o":20,"n":16,"j":2,"i":1,"g":19,"f":3,"e":21,"d":24,"c":23,"a":12,"Z":9,"Y":-9,"X":3,"W":-11,"V":-7,"T":-11,"O":9,"J":23,"G":10,"C":14,"A":23,":":18,".":59,")":-15,"\"":-14,"r":16,"q":22,"m":16,"_":51,"]":-2,"\\":-9,"[":20,"Q":4,"B":4,"@":12,"?":-12,"=":22,";":19,"9":14,"8":8,"7":5,"6":12,"5":8,"4":28,"3":12,"2":10,"1":13,"0":16,"\/":42,",":59,"'":-14,"%":12}},"0":{"d":"13,-107v0,-71,19,-109,67,-109v47,0,63,34,63,105v0,75,-17,116,-66,116v-47,0,-64,-38,-64,-112xm34,-104v0,64,13,91,43,91v33,0,45,-34,45,-99v0,-57,-9,-86,-41,-86v-35,0,-47,35,-47,94","k":{"Y":14,"X":11,"W":9,"V":9,"T":23,"J":8,"\"":15,"_":22,"]":27,"\\":12,"'":15}},"1":{"d":"28,-187v-2,-3,-3,-9,-3,-14v3,-3,60,-18,70,-14r-4,196r52,-1v0,11,-1,20,-4,20r-126,0r0,-15v0,-3,45,-4,57,-4r5,-176v-7,0,-47,8,-47,8","k":{"\"":33,"\/":-2,"*":24,"'":33}},"2":{"d":"13,-8v23,-61,102,-105,100,-159v8,-43,-73,-31,-90,-16v-11,-29,15,-33,61,-33v42,0,51,17,51,47v0,56,-60,94,-96,150r104,-1v0,12,-1,20,-4,20r-125,0v-1,-1,-1,-5,-1,-8","k":{"\"":8,"\/":-5,"'":8}},"3":{"d":"87,-109v27,3,52,16,52,54v0,55,-33,91,-81,91v-36,0,-45,-9,-38,-31v41,31,97,-2,97,-60v0,-35,-29,-40,-59,-41r0,-14v31,-17,50,-38,50,-60v0,-37,-70,-29,-87,-13v-12,-27,12,-33,59,-33v83,0,48,86,7,107","k":{"\"":12,"_":9,"\/":-4,"'":12}},"4":{"d":"114,-215r-1,141v21,3,35,-9,31,7v3,18,-18,11,-31,12r0,48v0,7,1,7,-20,7r0,-55r-74,0v-4,-4,-5,-11,-5,-16v0,-22,44,-111,80,-143v5,-5,15,-3,20,-1xm32,-74r61,0r3,-116v-22,24,-54,74,-64,116","k":{"\"":12,"*":10,"'":12}},"5":{"d":"27,-216r111,0v0,15,-2,18,-12,18v-6,0,-81,-1,-81,-1r-7,63v42,-7,101,-7,101,66v0,64,-23,106,-83,106v-40,0,-47,-7,-39,-31v9,8,20,12,38,12v47,0,63,-38,63,-84v1,-62,-63,-59,-101,-49","k":{"_":6}},"6":{"d":"134,-228v-64,-18,-96,8,-101,103v27,-51,110,-46,110,37v0,59,-22,93,-68,93v-53,0,-61,-46,-61,-112v0,-108,37,-145,82,-145v29,0,47,2,38,24xm124,-83v0,-74,-69,-68,-91,-20v-1,53,8,90,43,90v31,0,48,-30,48,-70","k":{"\"":-2,"_":12,"'":-2}},"7":{"d":"19,-216r129,0v-43,71,-81,152,-98,247v-12,0,-20,-1,-20,-5v0,-96,59,-180,89,-224r-94,0v-5,0,-6,-8,-6,-18","k":{"q":23,"g":26,"e":17,"d":23,"a":15,"]":8,"X":8,"J":36,"A":29,";":19,":":19,")":8,"_":68,"@":14,"\/":21}},"8":{"d":"60,-136v-21,-11,-44,-29,-43,-57v0,-41,29,-61,62,-61v28,0,62,9,62,58v0,32,-22,50,-43,62v24,14,47,33,46,69v0,40,-21,68,-63,68v-89,0,-80,-118,-21,-139xm125,-65v0,-35,-24,-46,-46,-60v-53,10,-68,109,1,109v28,0,45,-19,45,-49xm123,-195v-2,-61,-87,-50,-87,1v0,25,23,38,45,50v22,-11,42,-28,42,-51","k":{"_":9}},"9":{"d":"23,15v68,15,95,-26,100,-105v-27,52,-110,44,-110,-38v0,-61,22,-92,68,-92v51,0,62,33,62,110v0,100,-31,147,-91,147v-24,-1,-35,-3,-29,-22xm32,-131v-1,72,69,68,92,19v0,-51,-5,-89,-42,-89v-32,0,-50,23,-50,70","k":{"\"":8,"_":5,"'":8}},":":{"d":"18,-139v0,-9,5,-16,15,-16v11,0,16,7,16,16v0,9,-6,16,-16,16v-11,0,-15,-6,-15,-16xm18,-14v0,-9,5,-16,15,-16v11,0,16,7,16,16v0,9,-6,16,-16,16v-11,0,-15,-6,-15,-16","w":64,"k":{"\/":-5,"T":20,"V":4}},";":{"d":"18,-139v0,-9,5,-16,15,-16v11,0,16,7,16,16v0,9,-6,16,-16,16v-11,0,-15,-6,-15,-16xm26,-1v-12,-6,-9,-30,7,-29v9,0,15,4,15,17v0,26,-21,68,-33,45v8,-13,11,-22,11,-33","w":64,"k":{"j":-31,"T":20,"\/":-7,"V":4}},"=":{"d":"136,-124r-121,0v0,-13,0,-18,5,-18r121,0v0,14,0,18,-5,18xm136,-61r-121,0v0,-13,0,-18,5,-18r121,0v0,14,0,18,-5,18","k":{"\/":-4}},"?":{"d":"31,-14v0,-9,5,-16,15,-16v11,0,16,7,16,16v0,9,-6,16,-16,16v-11,0,-15,-6,-15,-16xm37,-71v-20,-51,44,-86,44,-130v-1,-48,-48,-38,-69,-24v-11,-22,7,-31,39,-31v26,0,51,13,51,52v0,61,-60,73,-47,131v-3,3,-12,3,-18,2","w":106,"k":{"J":5,"A":21,"\"":-9,"'":-9}},"@":{"d":"97,-152v-7,-26,15,-23,45,-25v67,-4,31,96,37,154v5,3,10,5,15,5v11,0,39,-16,39,-106v0,-75,-24,-105,-88,-105v-66,0,-106,34,-106,136v0,125,40,141,99,141v41,0,65,-10,84,-19v2,4,6,10,6,16v0,7,-34,22,-88,22v-66,0,-121,-12,-121,-162v0,-110,51,-152,126,-152v72,0,108,35,108,120v0,119,-43,126,-58,126v-10,0,-17,-4,-22,-9v-29,14,-91,24,-86,-45v4,-55,36,-62,76,-54v4,-21,0,-60,-28,-51v-16,0,-27,2,-38,8xm135,-16v39,2,24,-48,28,-80v-32,-6,-56,-1,-57,42v-1,33,12,38,29,38","w":271,"k":{"x":5,"j":-24,"Y":3,"X":2,"V":6,"T":12,"J":7,"\"":14,"7":2,"\/":-4,"'":14}},"A":{"d":"134,0r-18,-69r-75,0r-17,65v-1,7,-12,4,-21,4r68,-250v1,-4,11,-3,15,-2r68,247v1,4,0,5,-8,5r-12,0xm78,-219v-4,31,-24,95,-32,131r65,0","w":156,"k":{"q":6,"\\":23,"Q":8,"7":4,"\/":-13,"*":21,"'":37}},"B":{"d":"91,-139v19,2,42,5,42,53v0,94,-46,87,-113,86r0,-246v2,-12,32,-6,45,-6v27,0,60,10,60,51v0,46,-14,56,-34,62xm40,-128r0,110v47,2,70,-4,70,-67v0,-52,-32,-44,-70,-43xm40,-234r0,88v41,1,64,1,64,-51v0,-39,-29,-38,-64,-37","w":141,"k":{"_":8,",":8,"'":3,"T":5,"V":3,"Y":3,"t":8,"v":6,"w":5,"y":8,"\"":3,")":5,"]":5,"A":3,".":8,"J":4,"X":11,"x":14}},"C":{"d":"84,-257v32,0,37,12,30,30v-3,-3,-14,-11,-26,-11v-26,0,-53,15,-53,124v0,82,21,98,45,98v14,0,30,-8,35,-16v11,21,-7,37,-37,37v-31,0,-64,-6,-64,-119v0,-127,38,-143,70,-143","w":127,"k":{"q":5,"Q":9,"@":4,"0":10,"\/":-8,",":-1,"*":7,"'":-1,"C":2,"G":6,"d":5,"f":10,"t":7,"u":8,"v":24,"w":22,"y":26,"c":5,"e":8,"o":8,"\"":-1,"-":31,"O":9,".":-1,"x":6,"S":4,"a":5,"z":3}},"D":{"d":"20,-246v3,-12,31,-6,45,-6v46,0,70,29,70,111v0,140,-26,145,-115,141r0,-246xm113,-141v0,-82,-14,-97,-73,-93r0,215r24,0v25,0,49,-15,49,-122","w":149,"k":{"q":4,"_":27,",":15,"'":13,"T":10,"V":5,"W":8,"Y":9,"o":4,"\"":13,")":7,"]":7,"A":12,".":15,"J":16,"x":5,"a":1}},"E":{"d":"40,-18r71,0v0,17,0,18,-4,18r-86,0r0,-247v0,0,-1,-5,4,-5r86,0v0,16,1,18,-3,18r-68,0r0,87r63,0v0,15,0,18,-4,18r-59,0r0,111","w":121,"k":{"r":1,"q":6,"0":4,"\/":-5,"'":-4,"d":6,"u":1,"w":6,"y":6,"c":4,"e":6,"o":7,"\"":-4,"-":12,"x":5,"a":5,"z":3}},"F":{"d":"40,-5v1,7,-12,5,-19,5r0,-247v0,0,-1,-5,4,-5r86,0v0,16,1,18,-3,18r-68,0r0,87r63,0v0,15,0,18,-4,18r-59,0r0,124","w":117,"k":{"r":5,"q":9,"_":53,"@":2,"0":5,"\/":14,",":49,"'":-4,"d":9,"t":5,"u":7,"v":5,"w":6,"y":8,"c":7,"e":9,"o":11,"\"":-4,"-":12,"A":24,".":49,"J":37,"x":17,"a":6,"z":6,"g":8}},"G":{"d":"89,-257v30,0,45,8,35,29v-55,-26,-90,-3,-90,105v0,95,20,109,47,109v18,0,30,-9,30,-13r0,-99r-36,0v1,-8,-4,-17,6,-17r48,0r0,128v-4,6,-20,20,-49,20v-42,0,-67,-22,-67,-127v0,-111,31,-135,76,-135","w":143,"k":{"\/":-4,"Y":1,"v":5,"y":5,")":3,"]":3,"x":6}},"H":{"d":"116,0r0,-128r-76,0r0,123v0,5,0,5,-20,5r0,-247v0,-5,0,-5,20,-5r0,105r76,0r0,-100v0,-5,0,-5,20,-5r0,247v0,5,0,5,-20,5","k":{"\/":-4}},"I":{"d":"19,0r0,-242v0,-10,2,-10,21,-10v-1,3,-1,247,0,247v0,5,-1,5,-21,5","w":59,"k":{"\/":-7}},"J":{"d":"69,-68r0,-174v0,-10,0,-10,20,-10r0,193v0,32,-5,64,-45,64v-33,0,-41,-12,-33,-31v7,8,17,13,30,13v26,0,28,-22,28,-55","w":108,"k":{"_":15,"\/":-4,",":9,")":3,"]":3,"A":8,".":9,"J":6,"x":4}},"K":{"d":"19,0r0,-247v0,-5,0,-5,20,-5r0,109r73,-108v7,-1,27,-4,20,6r-73,102v52,35,73,137,73,137v2,10,-12,5,-20,6v1,-14,-27,-111,-73,-129r0,124v0,5,0,5,-20,5","w":141,"k":{"q":4,"Q":8,"\/":-9,"*":12,"'":-2,"C":7,"d":4,"f":12,"t":9,"u":5,"v":16,"w":14,"y":16,"c":6,"e":6,"o":7,"\"":-2,"-":15,"O":8,"J":2,"a":6}},"L":{"d":"40,-252r0,233r71,0v-2,8,4,17,-5,19r-86,0r0,-245v0,-7,0,-7,20,-7","w":118,"k":{"r":5,"q":10,"Q":14,"?":13,"0":9,"\/":-6,"*":53,"'":53,"C":9,"G":12,"T":26,"V":29,"W":23,"Y":29,"d":10,"f":18,"t":13,"u":7,"v":13,"w":19,"y":19,"c":8,"e":10,"o":12,"\"":53,"-":39,"O":14,")":5,"]":5,"S":5,"a":8}},"M":{"d":"20,0r0,-247v-2,-7,11,-5,18,-5r52,170r50,-165v0,-7,12,-5,20,-5r0,247v0,5,0,5,-20,5r3,-204r-47,150v-2,5,-8,2,-14,3r-46,-152r3,198v0,5,0,5,-19,5","w":179},"N":{"d":"126,0r-44,-101v-4,-9,-32,-83,-44,-113r1,209v0,5,1,5,-19,5r0,-247v-1,-7,12,-5,19,-5r43,99v4,11,33,87,44,114r-1,-208v0,-5,-1,-5,19,-5r0,247v2,7,-11,5,-18,5","w":164},"O":{"d":"13,-128v0,-94,22,-129,68,-129v47,0,65,33,65,129v0,97,-21,133,-68,133v-46,0,-65,-31,-65,-133xm35,-122v0,76,12,107,44,107v33,0,46,-32,46,-114v0,-80,-11,-108,-43,-108v-32,0,-47,31,-47,115","w":159,"k":{"_":18,",":14,"*":5,"'":4,"T":9,"V":2,"W":6,"Y":7,"c":4,"\"":4,"O":2,"Q":2,")":7,"]":7,"A":9,".":14,"J":11,"X":8,"x":8}},"P":{"d":"24,-252v62,-6,104,10,101,68v-3,64,-31,81,-86,77r0,102v0,5,1,5,-19,5r0,-247v0,0,-1,-5,4,-5xm103,-185v0,-38,-21,-54,-64,-49r0,108v44,6,64,-8,64,-59","w":133,"k":{"q":11,"_":74,"@":9,"\/":17,",":48,"Y":4,"d":11,"c":9,"e":9,"o":11,"-":19,")":11,"]":11,"A":27,".":48,"J":41,"X":18,"x":5,"a":5,"Z":13}},"Q":{"d":"14,-128v0,-94,21,-129,68,-129v46,0,65,33,65,129v0,85,-16,123,-51,131v2,32,24,34,45,23v10,17,-5,23,-28,23v-26,0,-34,-23,-39,-44v-42,-2,-60,-35,-60,-133xm36,-122v0,76,12,107,44,107v33,0,46,-32,46,-114v0,-80,-12,-108,-44,-108v-32,0,-46,31,-46,115","w":160,"k":{"x":10,"]":5,"Y":10,"X":10,"V":6,"T":8,"J":11,"A":5,".":13,")":5,"\"":4,"_":-5,",":13,"'":4}},"R":{"d":"20,0r0,-247v2,-10,30,-3,42,-5v82,-11,77,126,26,141v10,14,31,48,36,106v1,7,-14,4,-21,5v-7,-65,-27,-97,-35,-107r-29,0r0,102v0,5,1,5,-19,5xm103,-185v0,-38,-21,-54,-64,-49r0,108v44,6,64,-8,64,-59","w":136,"k":{"q":3,"C":2,"T":6,"V":2,"W":2,"Y":4,"d":3,"y":5,"e":4,"o":6,"-":5,"O":1,"Q":1,"X":1,"x":5}},"S":{"d":"72,-257v42,0,54,7,41,27v-17,-14,-86,-13,-80,22v10,55,89,80,89,146v0,39,-15,67,-63,67v-43,0,-56,-10,-41,-32v7,6,19,12,41,12v54,0,53,-67,18,-98v-20,-27,-64,-55,-64,-94v0,-31,22,-50,59,-50","w":132,"k":{"_":4,"'":-3,"f":11,"v":12,"w":12,"y":13,"\"":-3,"J":2,"x":8}},"T":{"d":"125,-233r-50,0r0,228v0,5,0,5,-20,5r0,-233r-52,0v0,-6,-1,-20,4,-19r123,0v0,7,1,20,-5,19","w":132,"k":{"r":30,"q":36,"m":30,"_":28,"Q":9,"@":17,";":25,"0":27,"\/":20,",":31,"*":5,"'":-6,"C":16,"G":15,"d":36,"f":15,"t":19,"u":35,"v":32,"w":30,"y":36,"c":32,"e":34,"o":35,"\"":-6,"-":39,"O":9,"A":23,".":31,"J":28,"x":37,"a":33,"z":32,"g":33,":":25,"n":30,"p":37,"s":31,"h":12,"k":12,"i":3,"j":3}},"U":{"d":"40,-252r0,171v0,29,0,68,45,68v17,0,33,-4,40,-8r0,-226v0,-5,-1,-5,20,-5r0,246v-9,6,-34,12,-60,12v-65,0,-65,-47,-65,-85r0,-168v0,-5,0,-5,20,-5","w":164},"V":{"d":"3,-245v-1,-5,-2,-7,3,-7r16,0r41,160v7,29,11,49,14,71v12,-73,36,-152,51,-224v2,-11,13,-6,22,-7v0,0,-61,256,-62,256v-17,3,-23,1,-28,-20","w":151,"k":{"r":11,"q":19,"m":11,"_":34,"Q":2,"@":9,"0":13,"\/":20,",":17,"'":-5,"C":9,"G":6,"d":19,"f":2,"t":2,"u":14,"v":9,"w":9,"y":8,"c":17,"e":19,"o":15,"\"":-5,"-":19,"O":2,"A":23,".":17,"J":30,"x":10,"a":14,"z":11,"g":21,":":9,";":9,"n":11,"p":14,"s":12,"i":6,"j":9}},"W":{"d":"2,-245v-4,-11,12,-6,20,-7r33,160v7,28,5,52,13,70v6,-76,26,-140,37,-210v2,-9,11,-7,20,-7r32,147v6,30,7,48,10,70r2,0v8,-74,28,-151,39,-223v2,-11,13,-6,22,-7v0,0,-50,256,-51,256v-16,2,-23,2,-26,-17r-27,-119v-3,-11,-8,-48,-11,-68v-9,72,-24,137,-38,204v-17,2,-22,2,-27,-21","w":231,"k":{"r":14,"q":12,"m":14,"_":26,"Q":6,"@":2,"0":6,"\/":16,",":12,"'":-7,"C":8,"G":6,"d":12,"u":9,"v":2,"w":6,"y":8,"c":12,"e":12,"o":12,"\"":-7,"-":13,"O":6,"A":19,".":12,"J":27,"x":9,"a":14,"z":9,"g":10,"Z":10,":":9,";":9,"n":14,"p":14,"s":4}},"X":{"d":"143,-252r-52,121r58,127v1,8,-16,2,-23,4r-50,-113v-9,25,-36,80,-50,110v-3,6,-15,2,-22,3r60,-131r-51,-117v-1,-4,-1,-4,23,-4r42,104r43,-100v1,-4,0,-4,22,-4","w":153,"k":{"q":10,"Q":6,"@":1,"0":9,"*":5,"'":-4,"C":9,"G":6,"d":10,"f":11,"t":10,"u":10,"v":18,"w":16,"y":19,"c":7,"e":8,"o":8,"\"":-4,"-":22,"O":6,"a":3,"p":6}},"Y":{"d":"56,0r0,-102r-54,-147v-1,-3,-1,-3,22,-3r42,128v3,-18,30,-95,41,-124v1,-4,1,-4,21,-4r-52,149r0,98v0,5,0,5,-20,5","w":129,"k":{"r":26,"q":28,"m":26,"_":27,"Q":7,"@":3,"0":17,"\/":26,",":19,"'":-7,"C":9,"G":9,"d":28,"f":9,"t":12,"u":23,"v":14,"w":15,"y":18,"c":22,"e":26,"o":22,"\"":-7,"-":24,"O":7,"A":27,".":19,"J":28,"x":15,"S":1,"a":22,"z":19,"g":23,":":18,";":18,"n":26,"p":25,"s":24,"i":3,"j":9}},"Z":{"d":"18,-233v2,-8,-4,-17,5,-19r106,0v2,0,4,12,2,17r-101,217r100,-1v-2,8,4,17,-4,19r-114,0v-2,-1,-5,-11,-2,-17r99,-217","w":141,"k":{"r":9,"q":10,"0":5,"'":-3,"d":10,"f":12,"t":8,"u":9,"w":14,"y":14,"c":8,"e":10,"o":7,"\"":-3,"-":37,")":6,"]":6,"x":7,"a":5,"g":5,"p":3}},"[":{"d":"69,-296r77,0v0,16,0,18,-8,18r-65,0r0,331r72,0v0,19,-2,19,-8,19r-83,0r0,-360v0,-6,1,-8,15,-8","w":149,"k":{"j":-47,")":-18,"r":12,"q":11,"m":12,"]":-21,"\\":-11,"[":21,"Q":7,"0":26,"\/":19,"+":22,"*":8,"'":-7,"C":9,"G":7,"d":11,"t":6,"u":14,"v":14,"w":15,"y":-5,"c":11,"e":11,"o":13,"\"":-7,"-":15,"O":7,"A":10,"x":8,"a":10,"z":10,"Z":6,"n":12}},"\\":{"d":"23,-275r82,280v1,5,-1,6,-19,6r-82,-280v-1,-6,0,-6,19,-6","w":109,"k":{"]":8,"A":-16,".":-13,")":8,"\"":44,"\/":-9,",":-13,"'":44}},"]":{"d":"80,72r-76,0v0,-16,0,-18,8,-18r64,0r0,-331r-72,0v0,-19,3,-19,9,-19r83,0r0,361v0,6,-2,7,-16,7","w":149,"k":{"]":21,")":21,"'":27,"\"":27}},"_":{"d":"127,34r-121,0v0,-14,0,-18,5,-18r121,0v0,13,0,18,-5,18","w":137,"k":{"y":9,"w":19,"v":26,"u":12,"t":22,"o":11,"j":-15,"g":-2,"f":12,"e":9,"d":7,"c":12,"Y":28,"W":23,"V":32,"T":27,"O":16,"G":4,"C":23,"q":15,"Q":5,"9":-3,"8":12,"6":10,"5":-2,"4":52,"0":17,"\/":-16}},"`":{"d":"63,-220v-3,-7,-74,-37,-41,-54v1,0,45,37,49,43v0,0,-4,11,-8,11","w":84},"a":{"d":"16,-157v-12,-32,24,-24,60,-28v35,-4,40,27,40,67v0,64,-2,112,-2,112v-31,12,-104,34,-101,-44v3,-65,41,-64,83,-54v1,-28,2,-68,-25,-62v-18,0,-44,4,-55,9xm96,-90v-33,-6,-61,-9,-63,41v-2,51,39,38,61,30v0,0,2,-44,2,-71","w":132,"k":{"'":30,"f":3,"t":8,"y":3,"\"":30,")":10,"]":10,"x":3}},"b":{"d":"21,-5r0,-250v0,-10,4,-10,20,-10r0,94v39,-28,91,-19,91,57v0,105,-41,119,-68,119v-21,0,-34,-2,-43,-10xm41,-153r0,134v41,14,66,9,70,-90v4,-67,-38,-69,-70,-44","w":144,"k":{"_":14,"\/":2,",":7,"'":28,"t":5,"w":1,"\"":28,")":9,"]":9,".":7,"z":3}},"c":{"d":"79,-185v24,0,36,6,28,26v-40,-17,-70,-13,-72,74v-2,86,32,78,72,62v9,20,-8,28,-33,28v-38,0,-60,-7,-60,-91v0,-89,36,-99,65,-99","w":119,"k":{"q":6,"\/":-7,"'":18,"d":6,"t":-1,"w":-1,"y":-1,"c":6,"e":5,"o":3,"\"":18,"-":16,")":1,"]":1}},"d":{"d":"104,-20r0,-140v-40,-20,-67,1,-68,73v0,84,26,80,68,67xm104,-177r0,-78v0,-10,4,-10,20,-10r0,260v-56,17,-111,29,-109,-80v2,-83,37,-116,89,-92","w":144,"k":{"\/":-4}},"e":{"d":"78,-185v47,0,50,57,42,101v-30,6,-70,7,-86,7v-3,82,46,68,85,51v12,27,-8,31,-46,31v-34,0,-59,-11,-59,-85v0,-96,33,-105,64,-105xm76,-167v-18,0,-39,7,-42,73v14,0,49,0,69,-5v3,-32,3,-68,-27,-68","w":135,"k":{"\/":-4,"'":22,"t":3,"w":1,"e":4,"\"":22,")":7,"]":7,"x":1}},"f":{"d":"33,-163r-28,0v-3,-28,12,-13,28,-17r0,-23v0,-58,32,-61,58,-61v30,0,34,3,29,21v-32,-6,-66,-14,-67,38r0,25r37,0v5,32,-20,11,-37,17r0,158v1,5,-13,6,-20,5r0,-163","w":89,"k":{"r":1,"q":6,"m":1,"_":19,"]":-41,"\\":-40,"?":-41,"8":-4,",":16,"*":-12,"'":-46,"&":-7,"!":-28,"d":6,"u":1,"w":-3,"c":5,"e":6,"o":5,"\"":-46,"-":17,"b":-2,")":-41,".":16,"g":7,"p":6,"h":-2,"k":-2}},"g":{"d":"18,-118v1,-73,52,-68,120,-65v3,4,3,19,-6,17v-6,0,-13,-1,-20,-2v43,33,14,138,-59,110v-8,6,-15,16,-15,22v0,6,23,9,54,13v24,3,47,12,47,40v0,28,-22,54,-70,54v-79,-1,-65,-60,-28,-84v-38,-7,-20,-34,-1,-50v-18,-11,-22,-32,-22,-55xm76,-170v-21,0,-38,16,-38,51v0,26,5,47,37,47v26,0,37,-23,37,-54v0,-30,-13,-44,-36,-44xm118,19v0,-26,-34,-25,-60,-28v-28,16,-47,61,13,62v32,0,47,-18,47,-34","w":145,"k":{"q":1,"\/":-5,"'":9,"d":1,"y":-1,"c":1,"e":1,"o":1,"\"":9,"x":1,"z":-2,"j":-39}},"h":{"d":"19,0r0,-255v0,-10,4,-10,20,-10r0,95v45,-24,87,-33,87,60r0,105v0,5,1,5,-20,5r0,-109v6,-76,-32,-65,-67,-43r0,147v0,5,0,5,-20,5","w":142,"k":{"y":4,"w":1,"t":5,"\"":33,"\/":-3,"'":33,")":12,"]":12,"x":3}},"i":{"d":"41,-180r0,175v0,5,0,5,-20,5r0,-170v0,-10,4,-10,20,-10xm20,-243v0,-10,4,-17,12,-17v8,0,11,5,11,16v0,11,-4,17,-12,17v-7,0,-11,-4,-11,-16","w":61,"k":{"\/":-8}},"j":{"d":"43,-180r0,188v0,33,-7,56,-42,56v-36,0,-49,-7,-38,-27v23,14,70,16,60,-33r0,-174v0,-10,4,-10,20,-10xm22,-243v0,-10,4,-17,12,-17v8,0,11,5,11,16v0,11,-5,17,-13,17v-7,0,-10,-4,-10,-16","w":65,"k":{"\/":-9,"j":-23}},"k":{"d":"85,-95v24,0,53,44,44,90v-1,5,0,5,-22,5v10,-43,-18,-96,-45,-84v-7,2,-22,8,-22,8r0,71v0,5,2,5,-19,5r0,-255v0,-10,3,-10,19,-10r0,101v26,-29,83,-31,83,11v0,32,-27,52,-38,58xm101,-150v0,-33,-43,-21,-61,6r0,53v34,-12,61,-32,61,-59","w":141,"k":{"q":1,"\/":-9,"'":27,"w":4,"y":7,"c":1,"e":1,"o":1,"\"":27,"-":7,")":5,"]":5,"p":1}},"l":{"d":"40,-265r0,260v0,5,1,5,-19,5r0,-255v0,-10,3,-10,19,-10","w":61},"m":{"d":"98,0r0,-134v3,-42,-31,-39,-58,-25r0,154v0,5,2,5,-19,5r0,-174v26,-12,71,-19,87,2v13,-9,30,-13,44,-13v41,0,42,17,42,68r0,112v0,5,2,5,-19,5r0,-120v6,-57,-26,-53,-57,-37r-2,156","w":213,"k":{"y":2,"x":3,"w":1,"f":3,"]":12,")":12,"\"":33,"\/":-9,"'":33}},"n":{"d":"20,0r0,-174v17,-7,41,-11,59,-11v44,0,48,17,48,68r0,112v0,5,0,5,-20,5r0,-120v7,-57,-32,-54,-67,-39r0,154v0,5,1,5,-20,5","w":144,"k":{"\/":-11,"'":33,"\"":33,")":12,"]":12,"x":3}},"o":{"d":"11,-90v0,-67,23,-95,60,-95v37,0,56,21,56,95v0,65,-21,95,-58,95v-37,0,-58,-14,-58,-95xm32,-88v0,62,13,76,36,76v23,0,38,-22,38,-79v0,-62,-12,-76,-35,-76v-23,0,-39,19,-39,79","w":137,"k":{"_":15,"\/":-5,",":7,"*":4,"'":26,"f":4,"t":6,"v":4,"w":4,"y":7,"\"":26,")":13,"]":13,".":7,"x":10,"z":1}},"p":{"d":"21,64r0,-235v50,-27,111,-22,111,63v0,98,-40,114,-61,114v-15,0,-26,-7,-31,-13r0,78v-7,1,-21,4,-19,-7xm40,-158r0,129v6,12,16,16,26,16v14,0,44,-13,44,-91v0,-69,-33,-74,-70,-54","w":144,"k":{"_":21,"?":4,"\/":-4,",":7,"*":4,"'":34,"f":1,"t":4,"v":4,"w":4,"y":6,"\"":34,")":13,"]":13,".":7,"x":6,"a":1,"z":4,"j":1}},"q":{"d":"126,-174r0,237v3,11,-10,9,-20,9r0,-86v-8,13,-22,19,-40,19v-22,0,-52,-12,-52,-85v0,-90,52,-125,112,-94xm106,-35r0,-126v-42,-22,-70,12,-70,84v0,57,21,64,36,64v13,0,27,-5,34,-22","w":146,"k":{"\"":23,"\/":-6,"'":23}},"r":{"d":"20,0r0,-170v17,-12,32,-15,48,-15v26,1,30,8,23,24v-15,-8,-39,-6,-51,6r0,150v0,5,1,5,-20,5","w":99,"k":{"r":3,"q":8,"_":38,"\/":7,",":29,"'":9,"d":8,"c":7,"e":8,"o":7,"\"":9,"-":28,")":10,"]":10,".":29,"x":6,"g":9,"p":5}},"s":{"d":"72,-185v41,0,55,10,42,29v-20,-17,-76,-16,-78,11v11,40,83,51,82,100v0,33,-22,51,-59,51v-37,0,-55,-7,-40,-28v23,14,81,16,77,-22v-5,-42,-82,-57,-82,-102v0,-26,23,-39,58,-39","w":132,"k":{"\/":-5,"'":20,"y":3,"\"":20,"-":16,")":1,"]":1,"x":1}},"t":{"d":"36,-53r0,-109r-26,0v-4,-30,10,-14,26,-18r0,-57v0,-8,3,-8,20,-8r0,65r44,0v5,35,-25,12,-44,18r0,112v0,21,1,38,17,38v11,0,15,-2,23,-6v8,17,-6,23,-28,23v-32,0,-32,-25,-32,-58","w":107,"k":{"q":5,"0":1,"\/":-9,",":-1,"'":13,"d":5,"t":21,"u":1,"c":6,"e":6,"o":5,"\"":13,"-":27,")":5,"]":5,".":-1,"g":4}},"u":{"d":"129,-180r0,174v-16,8,-37,11,-55,11v-84,0,-44,-111,-53,-180v0,-5,-1,-5,20,-5r0,120v-6,56,33,54,68,39r0,-154v0,-5,-1,-5,20,-5","w":149,"k":{"\/":-8,"'":23,"\"":23,")":14,"]":14}},"v":{"d":"51,-14r-42,-160v-2,-6,0,-6,21,-6r36,156v1,-8,24,-119,33,-151v1,-5,2,-5,21,-5r-47,184v-17,2,-18,-1,-22,-18","w":128,"k":{"r":7,"q":9,"m":6,"k":1,"_":29,"@":2,"0":3,"\/":9,",":18,"'":19,"d":9,"t":5,"u":6,"c":5,"e":8,"o":7,"\"":19,"-":10,")":12,"]":12,".":18,"a":5,"g":10,":":4,";":4,"p":6,"s":4}},"w":{"d":"9,-175v-1,-5,0,-5,21,-5r32,155r28,-144v0,-8,13,-4,20,-5v12,48,17,104,33,149v4,-36,19,-108,27,-150v1,-5,1,-5,20,-5v0,0,-40,185,-41,185v-25,7,-23,-26,-28,-44v-11,-40,-18,-82,-21,-103v-4,31,-20,104,-29,147v-17,1,-21,1,-25,-17","w":199,"k":{"r":7,"q":8,"m":4,"k":6,"_":22,"@":4,"\/":1,",":15,"'":23,"d":8,"t":5,"u":6,"c":9,"e":8,"o":7,"\"":23,"-":9,")":15,"]":15,".":15,"x":7,"a":4,"z":6,"g":10,":":6,";":6,"p":6,"s":4}},"x":{"d":"144,-180r-52,84r56,91v3,5,2,5,-22,5r-49,-81v-8,16,-30,58,-46,77v-2,4,-4,4,-23,4r58,-94r-50,-82v-1,-3,-1,-4,21,-4r43,72v7,-14,28,-51,41,-68v2,-4,2,-4,23,-4","w":157,"k":{"r":5,"q":8,"m":5,"k":6,"@":4,"0":1,"\/":-3,"'":15,"d":8,"f":7,"t":6,"u":5,"w":10,"y":7,"c":3,"e":7,"o":10,"\"":15,"-":32,")":6,"]":6,"x":5,"a":2,"z":5,"g":6,"p":4,"s":6}},"y":{"d":"59,6r-47,-180v-1,-6,-1,-6,19,-6r27,106v6,26,10,53,10,53v4,-33,24,-115,34,-153v1,-6,1,-6,21,-6r-47,191v-11,44,-24,55,-44,55v-29,0,-33,-6,-26,-22v29,10,42,10,53,-38","w":133,"k":{"r":7,"q":8,"m":4,"k":6,"_":21,"\/":9,",":20,"'":22,"d":8,"t":5,"u":6,"c":7,"e":8,"o":7,"\"":22,"-":13,")":15,"]":15,".":20,"x":5,"a":5,"z":5,"g":10,":":6,";":6,"p":6,"s":4}},"z":{"d":"17,-180r101,0v2,2,4,13,-1,17r-83,144r85,-2v1,7,2,21,-5,21r-100,0v-3,0,-5,-14,-1,-18r84,-145r-84,1v0,-14,0,-18,4,-18","w":131,"k":{"q":6,"'":17,"d":6,"t":5,"u":6,"w":5,"y":5,"c":5,"e":6,"o":4,"\"":17,"-":18,")":10,"]":10,"x":6,"g":4,"p":5}},"|":{"d":"73,-293r0,360v0,5,-1,5,-19,5r0,-359v0,-6,0,-6,19,-6","w":127},"\u00a0":{"w":61}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Generated in 2009 by FontLab Studio. Copyright info pending.
 * 
 * Full name:
 * TitilliumText14L-600wt
 */
Cufon.registerFont({"w":530,"face":{"font-family":"TitilliumText14L","font-weight":600,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"750","descent":"-250","x-height":"11","bbox":"-50 -957 937 245","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+2260"},"glyphs":{" ":{"w":235},"C":{"d":"493,-101r3,88v0,0,-114,24,-193,24v-209,0,-256,-124,-256,-357v0,-243,55,-359,256,-359v89,0,193,25,193,25r-3,87v0,0,-113,-17,-178,-17v-138,0,-167,76,-167,264v0,183,25,262,169,262v59,0,176,-17,176,-17","w":535},"c":{"d":"254,-510v50,0,144,16,144,16r-4,82v0,0,-79,-9,-117,-9v-109,0,-136,43,-136,164v0,133,22,178,137,178v38,0,117,-8,117,-8r3,82v0,0,-97,16,-146,16v-156,0,-207,-75,-207,-268v0,-181,60,-253,209,-253","w":436},"d":{"d":"465,-700r0,700r-94,0r0,-29v0,0,-74,39,-141,39v-116,0,-185,-58,-185,-260v0,-178,61,-260,208,-260v41,0,108,11,118,12r0,-202r94,0xm243,-77v58,0,128,-29,128,-29r0,-309v-11,-1,-70,-10,-112,-10v-87,0,-118,56,-118,176v0,140,42,172,102,172","w":546},"e":{"d":"262,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm140,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142","w":507},"f":{"d":"179,-414r0,414r-95,0r0,-414r-60,0r0,-85r60,0r0,-39v0,-144,37,-184,139,-184v33,0,105,9,105,9r-1,78v0,0,-52,-2,-83,-2v-50,0,-65,22,-65,100r0,38r137,0r0,85r-137,0","w":337},"g":{"d":"267,240v-154,0,-224,-33,-224,-153v0,-54,25,-85,77,-124v-20,-13,-31,-40,-31,-71v0,-21,36,-79,36,-79v-40,-21,-76,-59,-76,-150v0,-125,82,-173,195,-173v48,0,103,13,103,13r148,-3r0,78r-81,0v15,18,26,40,26,85v0,151,-100,182,-245,167v0,0,-15,39,-15,52v0,35,9,41,113,41v151,0,201,31,201,148v0,120,-90,169,-227,169xm285,5v-33,0,-102,-5,-102,-5v-34,26,-46,44,-46,78v0,55,31,77,131,77v88,0,130,-23,130,-79v0,-63,-28,-70,-113,-71xm241,-246v74,0,105,-22,105,-91v0,-72,-29,-92,-103,-92v-68,0,-99,24,-99,92v0,62,24,91,97,91","w":524},"h":{"d":"175,0r-94,0r0,-720r94,0r0,241v0,0,81,-31,144,-31v138,0,171,75,171,249r0,261r-94,0r0,-260v0,-113,-13,-162,-94,-162v-55,0,-127,23,-127,23r0,399","w":563},"i":{"d":"76,0r0,-499r95,0r0,499r-95,0xm76,-596r0,-105r95,0r0,105r-95,0","w":247},"j":{"d":"85,-6r0,-493r95,0r0,494v0,128,-36,173,-171,241r-41,-79v96,-55,117,-77,117,-163xm85,-602r0,-104r95,0r0,104r-95,0","w":256},"k":{"d":"175,0r-94,0r0,-712r94,0r0,410r68,-6r132,-191r107,0r-154,232r158,267r-107,0r-134,-216r-70,6r0,210","w":504},"l":{"d":"78,0r0,-712r95,0r0,712r-95,0","w":251},"m":{"d":"175,0r-94,0r0,-499r93,0r0,30v0,0,51,-28,107,-36v67,-9,125,3,155,39v36,-14,113,-44,178,-44v136,0,171,69,171,249r0,261r-94,0r0,-227v0,-143,-6,-195,-94,-195v-59,0,-123,29,-125,31v17,90,7,275,10,391r-94,0r0,-257v0,-122,-12,-165,-94,-165v-55,0,-119,30,-119,30r0,392","w":858},"A":{"d":"26,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm278,-604r-91,355r229,0r-89,-355r-49,0","w":605},"p":{"d":"81,218r0,-717r94,0r0,30v0,0,71,-41,137,-41v128,0,187,71,187,255v0,202,-68,266,-221,266v-44,0,-94,-9,-103,-11r0,218r-94,0xm296,-424v-54,0,-121,33,-121,33r0,308v9,1,58,8,97,8v99,0,130,-49,130,-181v0,-125,-39,-168,-106,-168","w":544},"q":{"d":"254,11v-153,0,-209,-93,-209,-253v0,-170,56,-268,228,-268v54,0,183,11,183,11r0,718r-94,0r0,-231v0,0,-45,23,-108,23xm273,-425v-101,0,-133,60,-133,182v0,108,31,168,114,168v55,0,108,-26,108,-26r0,-320v0,0,-60,-4,-89,-4","w":537},"r":{"d":"81,0r0,-499r94,0r0,59v0,0,71,-53,163,-71r0,100v-92,18,-163,61,-163,61r0,350r-94,0","w":358},"s":{"d":"422,-489r-2,80v0,0,-115,-16,-177,-16v-60,0,-96,15,-96,64v0,38,23,49,114,64v132,21,177,51,177,149v0,117,-75,159,-197,159v-67,0,-183,-22,-183,-22r4,-81v0,0,120,17,171,17v76,0,110,-16,110,-70v0,-42,-21,-52,-110,-66v-125,-21,-181,-46,-181,-148v0,-112,90,-151,185,-151v74,0,185,21,185,21","w":491},"u":{"d":"384,-499r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-142,0,-171,-70,-171,-250r0,-260r95,0r0,259v0,122,9,165,93,165v56,0,123,-30,123,-30r0,-394","w":559},"w":{"d":"22,-499r94,0r88,414r19,0r104,-405r100,0r104,405r19,0r88,-414r94,0r-111,499r-156,0r-89,-363r-89,363r-155,0","w":754},"y":{"d":"19,-499r94,0r113,408r30,0r114,-408r94,0r-196,716r-94,0r59,-217r-78,0","w":483},"z":{"d":"54,-415r0,-85r371,0r0,85r-257,330r257,0r0,85r-371,0r0,-85r257,-330r-257,0","w":479},"Z":{"d":"60,-601r0,-93r450,0r0,108r-329,475r0,18r329,0r0,93r-450,0r0,-107r329,-475r0,-19r-329,0","w":570},"0":{"d":"264,-671v158,0,245,85,245,350v0,252,-89,332,-245,332v-155,0,-245,-80,-245,-333v0,-264,89,-349,245,-349xm265,-578v-99,0,-142,55,-142,257v0,191,46,239,142,239v96,0,140,-48,140,-240v0,-200,-40,-256,-140,-256"},"1":{"d":"53,-519r211,-141r91,0r0,660r-97,0r0,-548r-160,106"},"2":{"d":"479,0r-428,0r0,-89r177,-177v83,-84,136,-139,136,-212v0,-71,-43,-97,-132,-97v-72,0,-170,19,-170,19r-7,-89v0,0,105,-26,198,-26v143,0,211,57,211,181v0,104,-49,165,-136,251r-147,146r298,0r0,93"},"3":{"d":"57,-646v0,0,108,-25,196,-25v162,0,218,56,218,175v0,93,-62,127,-91,146v63,26,106,57,106,158v0,135,-65,203,-218,203v-102,0,-220,-24,-220,-24r11,-88v0,0,109,18,197,18v88,-1,130,-35,130,-106v1,-125,-137,-101,-256,-103r0,-89r133,0v48,0,108,-44,108,-102v0,-69,-41,-94,-123,-94v-87,0,-182,17,-182,17"},"5":{"d":"76,-661r391,0r0,94r-303,0r-17,181v0,0,73,-31,129,-31v137,0,215,56,215,200v0,148,-83,227,-223,227v-102,0,-224,-29,-224,-29r11,-88v0,0,123,24,210,24v75,0,126,-47,126,-129v0,-84,-51,-114,-124,-114v-72,0,-135,31,-135,31r-77,-16"},"7":{"d":"49,-567r0,-94r414,0r0,121r-250,554r-91,-27r241,-531r0,-23r-314,0"},"8":{"d":"268,-671v146,0,241,58,241,174v0,83,-28,116,-98,154v65,36,108,73,108,164v0,143,-109,190,-251,190v-139,0,-248,-42,-248,-179v0,-99,41,-136,104,-175v-65,-39,-93,-77,-93,-155v0,-114,89,-173,237,-173xm268,-82v92,0,147,-30,147,-109v0,-62,-41,-87,-98,-105r-100,0v-59,18,-93,49,-93,108v0,75,55,106,144,106xm269,-578v-88,0,-134,24,-134,94v0,52,28,80,82,102r100,0v56,-22,88,-50,88,-102v0,-69,-46,-94,-136,-94"},"E":{"d":"83,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0","w":561},"F":{"d":"83,0r0,-694r427,0r0,93r-331,0r0,246r271,0r0,92r-271,0r0,263r-96,0","w":548},"G":{"d":"354,-271r0,-87r193,0r0,345v0,0,-142,24,-227,24v-212,0,-272,-130,-272,-358v0,-236,63,-358,269,-358v105,0,230,28,230,28r-4,85v0,0,-122,-18,-213,-18v-146,0,-182,76,-182,263v0,184,31,264,179,264v53,0,121,-11,124,-11r0,-177r-97,0","w":604},"H":{"d":"499,0r0,-305r-319,0r0,305r-97,0r0,-694r97,0r0,296r319,0r0,-296r98,0r0,694r-98,0","w":680},"K":{"d":"449,0r-161,-294r-108,6r0,288r-97,0r0,-694r97,0r0,312r106,-6r155,-306r113,0r-181,347r190,347r-114,0","w":595},"Q":{"d":"484,149r-89,-145v-21,4,-44,7,-71,7v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,158,-28,262,-110,314r83,136xm324,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260","w":649},"R":{"d":"355,-250r-175,0r0,250r-97,0r0,-694r259,0v153,0,227,64,227,217v0,106,-38,169,-118,201r122,276r-107,0xm469,-475v0,-86,-41,-127,-127,-127r-162,0r0,260r163,0v94,0,126,-53,126,-133","w":620},"S":{"d":"467,-683r-8,88v0,0,-128,-16,-186,-16v-78,0,-124,28,-124,92v0,76,36,88,150,124v126,39,182,74,182,195v0,147,-78,210,-218,210v-75,0,-211,-23,-211,-23r10,-89v0,0,129,17,200,17v78,0,121,-30,121,-112v0,-66,-31,-82,-130,-112v-147,-45,-202,-78,-202,-208v0,-131,90,-189,222,-189v77,0,194,23,194,23","w":532},"T":{"d":"-6,-601r0,-93r500,0r0,93r-200,0r0,601r-98,0r0,-601r-202,0","w":488},"V":{"d":"472,-694r101,0r-173,694r-200,0r-174,-694r101,0r148,601r50,0","w":599},"N":{"d":"83,0r0,-694r164,0r248,576r20,0r0,-576r97,0r0,694r-160,0r-252,-576r-20,0r0,576r-97,0","w":695},"\u2013":{"w":833},"\u00af":{"w":833},"$":{"d":"196,113r14,-109v-70,-4,-144,-13,-144,-13r4,-35v0,0,76,10,144,15r39,-298v-120,-22,-192,-49,-192,-178v-1,-136,95,-169,237,-166r16,-119r35,0r-16,121v69,5,141,14,141,14r-3,34v0,0,-79,-9,-142,-14r-36,277v132,24,200,45,200,178v0,145,-95,196,-248,186r-14,114v0,0,-35,-3,-35,-7xm454,-179v0,-109,-52,-123,-166,-142r-38,294v127,6,204,-37,204,-152xm100,-507v0,103,50,123,158,143r36,-273v-118,-2,-194,25,-194,130"},"!":{"d":"220,0r0,-132r102,0r0,132r-102,0xm223,-241r-3,-459r102,0r-3,459r-96,0"},"\u2211":{"w":833},"a":{"d":"441,-345r0,226v1,34,19,44,49,48r-3,81v-70,0,-99,-11,-127,-36v0,0,-87,37,-174,37v-90,0,-140,-58,-140,-157v0,-102,54,-141,160,-150r140,-12v6,-67,-13,-112,-74,-112v-74,0,-192,14,-192,14r-4,-84v0,0,125,-20,201,-20v107,0,164,47,164,165xm346,-234v-82,11,-204,-11,-204,86v0,50,22,77,61,77v64,0,143,-25,143,-25r0,-138","w":524},"o":{"d":"265,-510v158,0,218,91,218,256v0,168,-48,265,-218,265v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256xm265,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179","w":528},"J":{"d":"229,-694v0,212,1,369,1,583v0,159,-60,182,-198,182r0,-90v75,0,100,-10,100,-100r0,-575r97,0","w":310},"t":{"d":"331,-414r-147,0r0,218v0,90,5,118,62,118v28,0,85,-5,85,-5r5,82v0,0,-67,12,-102,12v-109,0,-144,-41,-144,-185r0,-240r-67,0r0,-85r67,0r0,-150r94,0r0,150r147,0r0,85","w":359},"n":{"d":"175,0r-94,0r0,-499r94,0r0,29v0,0,82,-40,144,-40v139,0,172,75,172,249r0,261r-95,0r0,-260v0,-113,-13,-162,-93,-162v-56,0,-128,30,-128,30r0,392","w":566},"#":{"d":"523,-175r-106,0r0,175r-84,0r0,-175r-138,0r0,175r-84,0r0,-175r-105,0r0,-80r105,0r0,-154r-105,0r0,-80r105,0r0,-175r84,0r0,175r138,0r0,-175r84,0r0,175r106,0r0,80r-106,0r0,154r106,0r0,80xm333,-255r0,-154r-138,0r0,154r138,0"},"W":{"d":"32,-694r101,0r120,595r24,0r125,-591r110,0r126,591r24,0r118,-595r101,0r-150,694r-161,0r-114,-549r-110,549r-162,0","w":913},"@":{"d":"504,-725v305,0,433,147,433,437v0,247,-68,298,-181,298v-58,0,-96,-10,-121,-51v-37,19,-108,50,-167,50v-98,0,-180,-44,-180,-251v0,-166,41,-267,199,-267v40,0,109,24,109,24r0,-15r94,0r0,200v0,206,13,220,66,220v55,0,85,-21,85,-208v0,-244,-90,-346,-337,-346v-241,0,-360,114,-360,373v0,278,104,375,360,375v40,0,143,-10,143,-10r4,91v0,0,-99,10,-147,10v-296,0,-456,-105,-456,-466v0,-326,172,-464,456,-464xm384,-241v0,215,115,161,220,125v-12,-67,-7,-198,-8,-287v0,0,-56,-17,-91,-17v-100,0,-121,51,-121,179","w":985},"`":{"d":"148,-757r230,93r-34,84r-231,-89","w":545},"\u00b4":{"d":"107,-664r230,-93r35,88r-231,89","w":833},"\u00a8":{"d":"68,-604r0,-114r97,0r0,114r-97,0xm264,-604r0,-114r97,0r0,114r-97,0","w":833},"\u02c6":{"d":"245,-582r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":833},"\u02dc":{"d":"362,-702r22,17v-27,29,-55,55,-83,55v-60,0,-82,-54,-129,-54v-21,0,-51,24,-69,41r-25,-18v30,-29,62,-54,95,-54v62,0,86,53,128,53v17,0,44,-24,61,-40","w":833},"\u02da":{"d":"174,-648v0,-53,40,-94,94,-94v53,0,94,41,94,94v0,54,-41,94,-94,94v-54,0,-94,-40,-94,-94xm208,-648v0,35,26,62,61,62v34,0,60,-27,60,-62v0,-34,-26,-61,-60,-61v-35,0,-61,27,-61,61","w":833},"\u02c7":{"d":"396,-600r-121,-132r42,0r94,98r93,-98r42,0r-122,132r-28,0","w":833},"\u00ff":{"d":"30,-500r155,500r61,0r-72,230r37,0r229,-730r-37,0r-148,468r-41,0r-147,-468r-37,0xm137,-638r0,-62r35,0r0,62r-35,0xm307,-638r0,-62r35,0r0,62r-35,0","w":480},"\u0161":{"d":"402,-493r-2,33v0,0,-107,-17,-169,-17v-64,0,-134,19,-134,100v0,62,27,81,142,99v131,21,183,40,183,134v0,117,-73,153,-191,153v-57,0,-165,-16,-165,-16r4,-33v0,0,108,17,159,17v94,0,156,-22,156,-118v0,-72,-37,-86,-156,-104v-117,-18,-169,-37,-169,-130v0,-106,90,-134,171,-134v71,0,171,16,171,16xm232,-600r-115,-132r40,0r90,100r89,-100r40,0r-116,132r-28,0","w":489},"\u00fd":{"d":"12,-499r94,0r113,408r30,0r114,-408r94,0r-196,716r-94,0r59,-217r-78,0xm119,-664r230,-93r35,88r-231,89","w":480},"\u017e":{"d":"34,-468r0,-32r371,0r0,32r-328,436r328,0r0,32r-371,0r0,-32r328,-436r-328,0xm196,-600r-121,-132r42,0r94,98r93,-98r42,0r-122,132r-28,0","w":439},"M":{"d":"83,0r0,-694r163,0r179,556r180,-556r161,0r0,694r-97,0r0,-576r-15,0r-178,550r-103,0r-178,-550r-15,0r0,576r-97,0","w":849},"U":{"d":"169,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478","w":640},"X":{"d":"134,-694r157,275r156,-275r109,0r-199,350r199,344r-109,0r-156,-271r-157,271r-109,0r202,-344r-202,-350r109,0","w":581},"Y":{"d":"329,-297r0,297r-97,0r0,-297r-216,-397r108,0r156,288r154,-288r109,0","w":559},"\u00b0":{"d":"100,-564v0,-86,58,-144,144,-144v86,0,144,58,144,144v0,86,-58,143,-144,143v-86,0,-144,-57,-144,-143xm158,-564v0,52,34,87,86,87v52,0,88,-35,88,-87v0,-52,-36,-88,-88,-88v-52,0,-86,36,-86,88"},"\u00a7":{"d":"421,-605r-2,32v0,0,-106,-13,-154,-13v-89,0,-140,31,-140,109v0,95,49,108,148,124v106,17,166,38,166,140v0,45,-20,96,-38,126v23,20,35,48,35,94v0,110,-62,158,-173,158v-60,0,-168,-13,-168,-13r3,-32v0,0,110,14,165,14v88,0,138,-36,138,-126v0,-83,-51,-90,-139,-104v-113,-17,-176,-36,-176,-154v0,-48,26,-86,48,-111v-29,-21,-44,-55,-44,-114v0,-106,66,-143,175,-143v63,0,156,13,156,13xm404,-210v0,-127,-164,-98,-245,-137v-19,22,-38,64,-38,95v0,95,49,108,148,124v44,7,79,13,106,25v15,-23,29,-71,29,-107"},"\u00a9":{"d":"10,-434v0,-147,108,-266,255,-266v147,0,256,119,256,266v0,147,-109,265,-256,265v-147,0,-255,-118,-255,-265xm42,-434v0,129,94,233,223,233v129,0,224,-104,224,-233v0,-129,-95,-234,-224,-234v-129,0,-223,105,-223,234xm338,-321r1,32v0,0,-43,8,-74,8v-88,0,-109,-61,-109,-152v0,-91,19,-154,109,-154v38,0,74,7,74,7r-1,32v0,0,-41,-7,-73,-7v-70,0,-77,45,-77,122v0,76,13,120,77,120v28,0,73,-8,73,-8"},"\u2122":{"d":"7,-590r0,-31r200,0r0,31r-83,0r0,258r-33,0r0,-258r-84,0xm242,-331r0,-290r50,0r84,242r87,-242r50,0r0,290r-32,0r0,-258r-88,247r-35,0r-84,-247r0,258r-32,0"},"\u00ae":{"d":"10,-434v0,-147,108,-266,255,-266v147,0,256,119,256,266v0,147,-109,265,-256,265v-147,0,-255,-118,-255,-265xm42,-434v0,129,94,233,223,233v129,0,224,-104,224,-233v0,-129,-95,-234,-224,-234v-129,0,-223,105,-223,234xm340,-276r-66,-131r-79,0r0,131r-32,0r0,-315r91,0v85,0,115,24,115,90v0,47,-15,80,-59,91r65,134r-35,0xm195,-439v68,-3,142,19,142,-62v0,-67,-75,-58,-142,-58r0,120"},"\u00e1":{"d":"430,-119r0,-226v0,-118,-57,-165,-164,-165v-76,0,-201,20,-201,20r4,84v0,0,118,-14,192,-14v61,0,80,45,74,112r-140,12v-106,9,-160,48,-160,150v0,99,50,157,140,157v87,0,174,-37,174,-37v28,25,57,36,127,36r3,-81v-30,-4,-49,-14,-49,-48xm206,-224r129,-10r0,138v0,0,-79,25,-143,25v-39,0,-61,-27,-61,-77v0,-47,23,-72,75,-76xm156,-664r230,-93r35,88r-231,89","w":536},"\u00e0":{"d":"430,-345r0,226v1,34,19,44,49,48r-3,81v-70,0,-99,-11,-127,-36v0,0,-87,37,-174,37v-90,0,-140,-58,-140,-157v0,-102,54,-141,160,-150r140,-12v6,-67,-13,-112,-74,-112v-74,0,-192,14,-192,14r-4,-84v0,0,125,-20,201,-20v107,0,164,47,164,165xm335,-234v-82,11,-204,-11,-204,86v0,50,22,77,61,77v64,0,143,-25,143,-25r0,-138xm137,-757r230,93r-34,84r-231,-89","w":536},"\u00e2":{"d":"430,-119r0,-226v0,-118,-57,-165,-164,-165v-76,0,-201,20,-201,20r4,84v0,0,118,-14,192,-14v61,0,80,45,74,112r-140,12v-106,9,-160,48,-160,150v0,99,50,157,140,157v87,0,174,-37,174,-37v28,25,57,36,127,36r3,-81v-30,-4,-49,-14,-49,-48xm206,-224r129,-10r0,138v0,0,-79,25,-143,25v-39,0,-61,-27,-61,-77v0,-47,23,-72,75,-76xm80,-582r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":536},"\u00e4":{"d":"430,-119r0,-226v0,-118,-57,-165,-164,-165v-76,0,-201,20,-201,20r4,84v0,0,118,-14,192,-14v61,0,80,45,74,112r-140,12v-106,9,-160,48,-160,150v0,99,50,157,140,157v87,0,174,-37,174,-37v28,25,57,36,127,36r3,-81v-30,-4,-49,-14,-49,-48xm206,-224r129,-10r0,138v0,0,-79,25,-143,25v-39,0,-61,-27,-61,-77v0,-47,23,-72,75,-76xm97,-604r0,-114r97,0r0,114r-97,0xm293,-604r0,-114r97,0r0,114r-97,0","w":536},"\u00e3":{"d":"430,-119r0,-226v0,-118,-57,-165,-164,-165v-76,0,-201,20,-201,20r4,84v0,0,118,-14,192,-14v61,0,80,45,74,112r-140,12v-106,9,-160,48,-160,150v0,99,50,157,140,157v87,0,174,-37,174,-37v28,25,57,36,127,36r3,-81v-30,-4,-49,-14,-49,-48xm206,-224r129,-10r0,138v0,0,-79,25,-143,25v-39,0,-61,-27,-61,-77v0,-47,23,-72,75,-76xm376,-702r22,17v-27,29,-55,55,-83,55v-60,0,-82,-54,-129,-54v-21,0,-51,24,-69,41r-25,-18v30,-29,62,-54,95,-54v62,0,86,53,128,53v17,0,44,-24,61,-40","w":536},"\u00e5":{"d":"430,-119r0,-226v0,-118,-57,-165,-164,-165v-76,0,-201,20,-201,20r4,84v0,0,118,-14,192,-14v61,0,80,45,74,112r-140,12v-106,9,-160,48,-160,150v0,99,50,157,140,157v87,0,174,-37,174,-37v28,25,57,36,127,36r3,-81v-30,-4,-49,-14,-49,-48xm206,-224r129,-10r0,138v0,0,-79,25,-143,25v-39,0,-61,-27,-61,-77v0,-47,23,-72,75,-76xm151,-648v0,-53,40,-94,94,-94v53,0,94,41,94,94v0,54,-41,94,-94,94v-54,0,-94,-40,-94,-94xm185,-648v0,35,26,62,61,62v34,0,60,-27,60,-62v0,-34,-26,-61,-60,-61v-35,0,-61,27,-61,61","w":536},"\u00e9":{"d":"261,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm139,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142xm130,-664r230,-93r35,88r-231,89","w":497},"\u00e8":{"d":"261,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm139,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142xm129,-757r230,93r-34,84r-231,-89","w":497},"\u00ea":{"d":"261,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm139,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142xm100,-582r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":497},"\u00eb":{"d":"261,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm139,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142xm121,-604r0,-114r97,0r0,114r-97,0xm317,-604r0,-114r97,0r0,114r-97,0","w":497},"\u00ef":{"d":"-16,-604r0,-114r97,0r0,114r-97,0xm180,-604r0,-114r97,0r0,114r-97,0xm85,0r0,-499r95,0r0,499r-95,0","w":261},"\u00f1":{"d":"87,0r94,0r0,-392v0,0,72,-30,128,-30v80,0,93,49,93,162r0,260r95,0r0,-261v0,-174,-33,-249,-172,-249v-62,0,-144,40,-144,40r0,-29r-94,0r0,499xm429,-702r22,17v-27,29,-55,55,-83,55v-60,0,-82,-54,-129,-54v-21,0,-51,24,-69,41r-25,-18v30,-29,62,-54,95,-54v62,0,86,53,128,53v17,0,44,-24,61,-40","w":574},"\u00f3":{"d":"297,-510v-164,0,-220,89,-220,256v0,172,49,265,220,265v170,0,218,-97,218,-265v0,-165,-60,-256,-218,-256xm297,-75v-103,0,-124,-55,-124,-179v0,-123,28,-171,124,-171v89,0,122,52,122,171v0,119,-19,179,-122,179xm136,-664r230,-93r35,88r-231,89","w":536},"\u00f2":{"d":"297,-510v158,0,218,91,218,256v0,168,-48,265,-218,265v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256xm297,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179xm137,-757r230,93r-34,84r-231,-89","w":536},"\u00f4":{"d":"297,-510v-164,0,-220,89,-220,256v0,172,49,265,220,265v170,0,218,-97,218,-265v0,-165,-60,-256,-218,-256xm297,-75v-103,0,-124,-55,-124,-179v0,-123,28,-171,124,-171v89,0,122,52,122,171v0,119,-19,179,-122,179xm98,-582r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":536},"\u00f6":{"d":"297,-510v-164,0,-220,89,-220,256v0,172,49,265,220,265v170,0,218,-97,218,-265v0,-165,-60,-256,-218,-256xm297,-75v-103,0,-124,-55,-124,-179v0,-123,28,-171,124,-171v89,0,122,52,122,171v0,119,-19,179,-122,179xm117,-604r0,-114r97,0r0,114r-97,0xm313,-604r0,-114r97,0r0,114r-97,0","w":536},"\u00f5":{"d":"297,-510v-164,0,-220,89,-220,256v0,172,49,265,220,265v170,0,218,-97,218,-265v0,-165,-60,-256,-218,-256xm297,-75v-103,0,-124,-55,-124,-179v0,-123,28,-171,124,-171v89,0,122,52,122,171v0,119,-19,179,-122,179xm394,-702r22,17v-27,29,-55,55,-83,55v-60,0,-82,-54,-129,-54v-21,0,-51,24,-69,41r-25,-18v30,-29,62,-54,95,-54v62,0,86,53,128,53v17,0,44,-24,61,-40","w":536},"\u00fa":{"d":"488,-499r-95,0r0,394v0,0,-67,30,-123,30v-84,0,-93,-43,-93,-165r0,-259r-95,0r0,260v0,180,29,250,171,250v62,0,140,-40,140,-40r0,29r95,0r0,-499xm145,-664r230,-93r35,88r-231,89","w":511},"\u00f9":{"d":"393,-499r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-142,0,-171,-70,-171,-250r0,-260r95,0r0,259v0,122,9,165,93,165v56,0,123,-30,123,-30r0,-394xm146,-757r230,93r-34,84r-231,-89","w":511},"\u00fb":{"d":"488,-499r-95,0r0,394v0,0,-67,30,-123,30v-84,0,-93,-43,-93,-165r0,-259r-95,0r0,260v0,180,29,250,171,250v62,0,140,-40,140,-40r0,29r95,0r0,-499xm107,-582r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":511},"\u00fc":{"d":"488,-499r-95,0r0,394v0,0,-67,30,-123,30v-84,0,-93,-43,-93,-165r0,-259r-95,0r0,260v0,180,29,250,171,250v62,0,140,-40,140,-40r0,29r95,0r0,-499xm126,-604r0,-114r97,0r0,114r-97,0xm322,-604r0,-114r97,0r0,114r-97,0","w":511},"\u2212":{"d":"39,-245r0,-86r450,0r0,86r-450,0"},"\u00d7":{"d":"239,-528r182,188r183,-188r63,62r-184,187r185,189r-63,61r-184,-187r-183,187r-62,-61r184,-189r-184,-187","w":651},"\u0131":{"d":"85,0r0,-499r95,0r0,499r-95,0","w":261},"\u00ed":{"d":"14,-664r230,-93r35,88r-231,89xm85,0r0,-499r95,0r0,499r-95,0","w":261},"\u00ec":{"d":"-7,-757r230,93r-34,84r-231,-89xm85,0r0,-499r95,0r0,499r-95,0","w":261},"\u00ee":{"d":"85,0r0,-499r95,0r0,499r-95,0xm-35,-582r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":261},"\u00c3":{"d":"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm434,-902r22,17v-27,29,-55,55,-83,55v-60,0,-82,-54,-129,-54v-21,0,-51,24,-69,41r-25,-18v30,-29,62,-54,95,-54v62,0,86,53,128,53v17,0,44,-24,61,-40","w":604},"\u00c0":{"d":"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm188,-957r230,93r-34,84r-231,-89","w":604},"\u00d5":{"d":"328,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354xm459,-902r22,17v-27,29,-55,55,-83,55v-60,0,-82,-54,-129,-54v-21,0,-51,24,-69,41r-25,-18v30,-29,62,-54,95,-54v62,0,86,53,128,53v17,0,44,-24,61,-40","w":656},"\u00c2":{"d":"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm138,-782r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":604},"\u00ca":{"d":"86,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0xm145,-782r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":572},"\u00c1":{"d":"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm167,-864r230,-93r35,88r-231,89","w":604},"\u00cb":{"d":"86,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0xm164,-804r0,-114r97,0r0,114r-97,0xm360,-804r0,-114r97,0r0,114r-97,0","w":572},"\u00c8":{"d":"103,0r0,-700r409,0r0,34r-373,0r0,289r313,0r0,34r-313,0r0,309r373,0r0,34r-409,0xm218,-932r192,96r-15,27r-193,-92","w":572},"\u00d4":{"d":"328,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354xm163,-782r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":656},"\u00d3":{"d":"328,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354xm181,-864r230,-93r35,88r-231,89","w":656},"\u00cc":{"d":"80,0r0,-694r97,0r0,694r-97,0xm7,-957r230,93r-34,84r-231,-89","w":226},"\u00cf":{"d":"80,0r0,-694r97,0r0,694r-97,0xm-33,-804r0,-114r97,0r0,114r-97,0xm163,-804r0,-114r97,0r0,114r-97,0","w":226},"\u00ce":{"d":"82,0r0,-694r97,0r0,694r-97,0xm-50,-782r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":231},"\u00cd":{"d":"80,0r0,-694r97,0r0,694r-97,0xm-34,-864r230,-93r35,88r-231,89","w":226},"\u00d2":{"d":"328,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354xm222,-957r230,93r-34,84r-231,-89","w":656},"\u00da":{"d":"172,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478xm177,-864r230,-93r35,88r-231,89","w":642},"\u00db":{"d":"172,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478xm159,-782r127,-162r76,0r128,162r-96,0r-69,-86r-70,86r-96,0","w":642},"\u00d9":{"d":"172,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478xm218,-957r230,93r-34,84r-231,-89","w":642},"\u00b8":{"d":"478,107v0,61,-35,71,-92,60r2,-26v36,5,61,6,56,-34v7,-38,-21,-31,-52,-32r0,-76r33,0r0,48v41,1,53,15,53,60","w":833},"\u00df":{"d":"249,0r-36,0r0,-532v0,-137,32,-178,153,-178v139,0,190,41,190,135v0,59,-21,83,-64,100v-56,22,-69,23,-69,45v0,13,1,14,84,64v95,58,134,74,134,115v0,177,-37,260,-238,260v-30,0,-78,-4,-78,-4r4,-34v0,0,57,4,74,4v183,0,200,-75,200,-226v0,-16,-31,-38,-121,-89v-91,-51,-97,-58,-97,-90v0,-51,29,-49,87,-74v44,-19,46,-26,46,-71v0,-75,-42,-101,-152,-101v-95,0,-117,26,-117,157r0,519","w":833},"\u00dc":{"d":"172,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478xm179,-804r0,-114r97,0r0,114r-97,0xm375,-804r0,-114r97,0r0,114r-97,0","w":642},"\u00d6":{"d":"328,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354xm182,-804r0,-114r97,0r0,114r-97,0xm378,-804r0,-114r97,0r0,114r-97,0","w":656},"\u00d1":{"d":"76,0r0,-694r164,0r248,576r20,0r0,-576r97,0r0,694r-160,0r-252,-576r-20,0r0,576r-97,0xm473,-902r22,17v-27,29,-55,55,-83,55v-60,0,-82,-54,-129,-54v-21,0,-51,24,-69,41r-25,-18v30,-29,62,-54,95,-54v62,0,86,53,128,53v17,0,44,-24,61,-40","w":687},"\u00c9":{"d":"86,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0xm183,-864r230,-93r35,88r-231,89","w":572},"\u00c7":{"d":"493,-101r3,88v0,0,-114,24,-193,24v-209,0,-256,-124,-256,-357v0,-243,55,-359,256,-359v89,0,193,25,193,25r-3,87v0,0,-113,-17,-178,-17v-138,0,-167,76,-167,264v0,183,25,262,169,262v59,0,176,-17,176,-17xm341,107v0,61,-35,71,-92,60r2,-26v36,5,61,6,56,-34v7,-38,-21,-31,-52,-32r0,-76r33,0r0,48v41,1,53,15,53,60","w":537},"\u00c5":{"d":"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm210,-848v0,-53,40,-94,94,-94v53,0,94,41,94,94v0,54,-41,94,-94,94v-54,0,-94,-40,-94,-94xm244,-848v0,35,26,62,61,62v34,0,60,-27,60,-62v0,-34,-26,-61,-60,-61v-35,0,-61,27,-61,61","w":604},"\u00c4":{"d":"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm157,-804r0,-114r97,0r0,114r-97,0xm353,-804r0,-114r97,0r0,114r-97,0","w":604},"\u00e7":{"d":"254,-510v50,0,144,16,144,16r-4,82v0,0,-79,-9,-117,-9v-109,0,-136,43,-136,164v0,133,22,178,137,178v38,0,117,-8,117,-8r3,82v0,0,-97,16,-146,16v-156,0,-207,-75,-207,-268v0,-181,60,-253,209,-253xm305,107v0,61,-35,71,-92,60r2,-26v36,5,61,6,56,-34v7,-38,-21,-31,-52,-32r0,-76r33,0r0,48v41,1,53,15,53,60","w":436},"\u0160":{"d":"466,-695r-3,34v0,0,-136,-16,-194,-16v-114,0,-178,40,-178,140v0,122,63,136,188,157v129,21,204,50,204,177v0,156,-74,210,-212,210v-76,0,-214,-16,-214,-16r4,-35v0,0,138,17,209,17v114,0,175,-48,175,-173v0,-102,-53,-124,-175,-144v-136,-22,-217,-43,-217,-191v0,-129,83,-176,216,-176v77,0,197,16,197,16xm253,-800r-115,-132r40,0r90,100r89,-100r40,0r-116,132r-28,0","w":536},"\u0142":{"d":"84,-216r-47,-65r107,-75r0,-374r97,0r0,307r69,-49r47,65r-116,81r0,326r-97,0r0,-258","w":378},"\u0141":{"d":"26,-217r-47,-65r112,-78r0,-334r97,0r0,266r135,-95r47,65r-182,128r0,237r292,0r0,93r-389,0r0,-262"},"\u00f0":{},"\u00d0":{"d":"20,-297r0,-93r304,0r0,93r-304,0xm323,0r-240,0r0,-694r240,0v213,0,267,128,267,335v0,211,-50,359,-267,359xm490,-359v0,-144,-26,-243,-167,-243r-144,0r0,510r144,0v141,0,167,-122,167,-267","w":637},"\u00dd":{"d":"320,-297r0,297r-97,0r0,-297r-216,-397r108,0r156,288r154,-288r109,0xm114,-864r230,-93r35,88r-231,89","w":540},"\u00de":{"d":"306,-207v90,0,130,-58,130,-152v0,-92,-40,-135,-130,-135r-154,0r0,287r154,0xm306,-113r-154,0r0,113r-98,0r0,-694r98,0r0,108r154,0v154,0,230,73,230,227v0,154,-76,246,-230,246","w":564},"\u00fe":{"d":"276,-75v122,0,145,-54,145,-182v0,-120,-28,-166,-104,-166v-55,0,-122,21,-122,21r0,322v0,0,58,5,81,5xm328,-510v136,0,189,69,189,253v0,203,-60,268,-240,268v-25,0,-56,-3,-82,-4r0,211r-95,0r0,-930r95,0r0,232v0,0,71,-30,133,-30","w":538},"\u017d":{"d":"42,-666r0,-34r450,0r0,70r-413,575r0,22r413,0r0,34r-450,0r0,-69r413,-574r0,-24r-413,0xm257,-800r-121,-132r42,0r94,98r93,-98r42,0r-122,132r-28,0","w":534},"\u0178":{"d":"289,-301r0,301r-36,0r0,-301r-228,-399r41,0r205,359r202,-359r42,0xm167,-838r0,-62r35,0r0,62r-35,0xm337,-838r0,-62r35,0r0,62r-35,0","w":540},"\u00f8":{"d":"108,94r42,-104v-71,-32,-90,-108,-90,-251v0,-222,110,-274,288,-236r40,-96r30,11r-40,98v59,34,88,105,88,225v0,187,-36,268,-201,268v-33,0,-61,-3,-85,-9r-42,104xm97,-261v0,120,10,189,66,219r173,-424v-21,-7,-44,-11,-71,-11v-128,0,-168,48,-168,216xm265,-23v147,0,164,-77,164,-236v0,-101,-21,-161,-65,-192r-171,421v20,5,43,7,72,7","w":526},"\u00a6":{"d":"210,-750r97,0r0,396r-97,0r0,-396xm210,-232r97,0r0,394r-97,0r0,-394"},"\u00b1":{"d":"32,-312r0,-87r190,0r0,-126r88,0r0,126r194,0r0,87r-194,0r0,124r-88,0r0,-124r-190,0xm32,-137r472,0r0,87r-472,0r0,-87"},"\u03c0":{"d":"375,-154r0,-311r-204,0r-29,465r-35,0r29,-465v-95,2,-132,13,-132,13r0,-35v212,-34,298,11,510,-29r0,35v0,0,-34,12,-104,15r0,312v0,103,22,120,99,120r0,34v-101,0,-134,-30,-134,-154"},"\u2022":{"d":"247,0r0,-80r40,0r0,80r-40,0"},"\u00aa":{"d":"346,-571r0,134v5,16,16,21,37,23r-2,28v-25,-1,-38,-7,-54,-22v0,0,-63,22,-119,22v-41,0,-70,-31,-70,-80v0,-88,99,-76,177,-83v3,-49,-7,-78,-52,-78v-34,0,-104,7,-104,7r-2,-31v0,0,69,-8,106,-8v57,0,83,25,83,88xm315,-520v-57,9,-144,-13,-144,56v0,32,15,46,40,46v45,0,104,-17,104,-17r0,-85","w":518},"\u00ba":{"d":"259,-659v76,0,113,41,113,135v0,94,-37,138,-113,138v-76,0,-115,-44,-115,-138v0,-94,39,-135,115,-135xm259,-418v57,0,79,-30,79,-106v0,-76,-22,-103,-79,-103v-57,0,-81,27,-81,103v0,76,24,106,81,106","w":526},"\u2039":{"w":833},"I":{"d":"80,0r0,-694r97,0r0,694r-97,0","w":257},"O":{"d":"324,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm324,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354","w":649},"\u00ab":{"d":"387,-380r-135,106r135,117r0,41v0,0,-133,-113,-167,-138r0,-36r167,-129r0,39xm594,-380r-135,106r135,117r0,41v0,0,-133,-113,-167,-138r0,-36r167,-129r0,39","w":833},"\u00bb":{"d":"582,-274r-135,-106r0,-39r167,129r0,36v-34,25,-167,138,-167,138r0,-41xm375,-274r-135,-106r0,-39r167,129r0,36v-34,25,-167,138,-167,138r0,-41","w":833},"\u201c":{"w":833},"~":{"w":833},"\u2014":{"w":833},"L":{"d":"466,0r-383,0r0,-694r97,0r0,601r286,0r0,93","w":504},"B":{"d":"83,-694r255,0v129,0,208,51,208,173v0,94,-28,136,-84,165v62,23,103,63,103,161v0,142,-85,195,-217,195r-265,0r0,-694xm465,-202v-9,-151,-157,-92,-286,-104r0,216v130,-6,295,36,286,-112xm334,-604r-155,0r0,210r160,0v76,0,108,-39,108,-112v0,-70,-37,-98,-113,-98","w":614},"D":{"d":"323,0r-240,0r0,-694r240,0v213,0,267,128,267,335v0,211,-50,359,-267,359xm490,-359v0,-144,-26,-243,-167,-243r-144,0r0,510r144,0v141,0,167,-122,167,-267","w":637},"P":{"d":"335,-221r-155,0r0,221r-97,0r0,-694r252,0v154,0,228,75,228,229v0,154,-74,244,-228,244xm180,-314r155,0v89,0,129,-58,129,-151v0,-93,-40,-136,-129,-136r-155,0r0,287","w":601},"b":{"d":"309,-510v136,0,189,69,189,253v0,203,-61,268,-241,268v-56,0,-176,-12,-176,-12r0,-711r94,0r0,232v0,0,72,-30,134,-30xm257,-75v122,0,144,-54,144,-182v0,-120,-28,-166,-103,-166v-56,0,-123,21,-123,21r0,322v0,0,59,5,82,5","w":543},"v":{"d":"19,-499r98,0r108,420r33,0r109,-420r97,0r-135,499r-176,0","w":482},"x":{"d":"21,-499r102,0r108,181r109,-181r101,0r-149,250r149,249r-102,0r-108,-181r-108,181r-102,0r149,-249","w":463},"6":{"d":"472,-650r-9,88v0,0,-90,-16,-174,-16v-107,0,-157,60,-157,196v0,0,82,-34,146,-34v147,0,220,65,220,207v0,144,-83,220,-231,220v-168,0,-235,-116,-235,-342v0,-258,96,-340,257,-340v84,0,183,21,183,21xm271,-327v-69,0,-140,30,-140,30v1,129,32,216,136,216v87,0,130,-42,130,-128v0,-82,-44,-118,-126,-118"},"9":{"d":"52,-11r9,-88v0,0,94,16,178,16v107,0,154,-61,155,-187v0,-1,-82,25,-146,25v-141,0,-220,-70,-220,-210v0,-140,93,-216,233,-216v169,0,233,130,233,347v0,258,-94,335,-255,335v-84,0,-187,-22,-187,-22xm256,-334v64,0,139,-24,139,-24v-2,-129,-33,-222,-134,-222v-81,0,-133,44,-133,125v0,82,45,121,128,121"},"\u00a5":{"d":"48,-307r0,-81r123,0r-164,-272r108,0r156,250r154,-250r109,0r-163,272r121,0r0,81r-167,0v-7,17,-5,43,-5,67r172,0r0,81r-172,0r0,159r-97,0r0,-159r-175,0r0,-81r175,0v0,-24,2,-50,-5,-67r-170,0","w":540},"<":{"d":"410,-459r-255,148r255,155r0,100v-70,-36,-264,-158,-347,-204r0,-98r347,-201r0,100"},">":{"d":"318,-311r-255,-148r0,-100r347,201r0,98v-83,46,-277,168,-347,204r0,-100"},"[":{"d":"261,-749r0,92r-128,0r0,688r128,0r0,92r-224,0r-1,-872r225,0","w":300},"\\":{"d":"619,-6r-104,6r-305,-696r104,-6","w":833},"]":{"d":"-21,-657r0,-92r225,0r-1,872r-224,0r0,-92r128,0r0,-688r-128,0","w":300},"|":{"d":"211,162r0,-892r97,0r0,892r-97,0"},"\u2260":{"d":"37,-336r0,-87r247,0r68,-152r79,31r-54,121r115,0r0,87r-153,0r-52,118r205,0r0,86r-243,0r-66,152r-79,-31r53,-121r-120,0r0,-86r158,0r51,-118r-209,0"},"\u00c6":{"d":"428,0r0,-156r-238,0r-48,156r-99,0r211,-694r601,0r0,93r-331,0r0,201r271,0r0,92r-271,0r0,215r331,0r0,93r-427,0xm319,-588r-104,339r213,0r0,-339r-109,0","w":898},"\u00b5":{"d":"69,232r0,-732r94,0r0,276v1,111,13,149,94,149v55,0,123,-30,123,-30r0,-394r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-35,0,-60,-8,-77,-22r0,243r-94,0"},"\u03bc":{"d":"69,232r0,-732r94,0r0,276v1,111,13,149,94,149v55,0,123,-30,123,-30r0,-394r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-35,0,-60,-8,-77,-22r0,243r-94,0"},"\u00e6":{"d":"569,-76v78,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-68,0,-116,-18,-149,-52v-50,23,-95,52,-214,52v-92,0,-140,-58,-140,-157v0,-112,61,-142,179,-152r122,-10v6,-67,-15,-112,-75,-112v-74,0,-191,10,-191,10r-4,-83v0,0,124,-17,200,-17v64,0,109,19,133,60v35,-42,87,-60,149,-60v137,0,206,71,206,231r-6,69r-318,0v1,90,32,134,121,134xm210,-71v62,0,148,-27,155,-29v-10,-38,-13,-82,-13,-134v-82,13,-203,-13,-203,86v0,50,22,77,61,77xm448,-284r230,0v0,-104,-33,-142,-112,-142v-79,0,-118,42,-118,142","w":828},"\u0192":{"d":"229,-496v0,-156,39,-203,165,-197v35,2,78,7,78,7r-1,78v0,0,-50,-2,-82,-2v-64,0,-69,81,-65,157r137,0r0,85r-137,0r0,434v0,139,-62,179,-162,179v-35,0,-92,-9,-92,-9r1,-75v1,0,63,3,91,3v40,0,67,-24,67,-98r0,-434r-60,0r0,-85r60,0r0,-43"},"\u0152":{"d":"879,0r-421,0v-40,6,-98,11,-135,11v-212,0,-263,-120,-263,-356v0,-248,62,-360,263,-360v37,0,96,11,133,11r423,0r0,94r-327,0r0,200r267,0r0,93r-267,0r0,213r327,0r0,94xm338,-84v22,0,84,-5,118,-8r0,-509v-35,-3,-96,-9,-121,-9v-139,0,-175,72,-175,264v0,187,30,262,178,262","w":944},"\u0153":{"d":"618,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-78,0,-128,-25,-159,-72v-32,48,-83,72,-167,72v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256v83,0,138,26,171,80v35,-57,93,-80,164,-80v138,0,207,71,207,231r-6,69r-318,0v0,90,31,134,121,134xm279,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179xm496,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-118,42,-118,142","w":876},"\u2021":{"d":"385,12r0,-180r-156,0r0,-92r156,0r0,-186r-156,0r0,-92r156,0r0,-162r93,0r0,162r155,0r0,92r-155,0r0,186r156,0r0,92r-156,0r0,180r-93,0","w":833},"4":{"d":"331,6r0,-116r-305,0r0,-80r185,-470r107,0r-181,457r194,0r0,-173r97,0r0,173r74,0r0,93r-74,0r0,116r-97,0"},"\"":{"d":"285,-464r-87,0r-1,-230r91,0xm128,-464r-87,0r-1,-230r91,0","w":325},"'":{"d":"2,-459r-2,-234r93,0r-5,234r-86,0","w":100},"(":{"d":"122,-750r102,0v0,0,-95,260,-95,449v0,186,95,426,95,426r-102,0v0,0,-97,-226,-97,-426v0,-200,97,-449,97,-449","w":260},")":{"d":"122,120r-102,0v0,0,95,-260,95,-449v0,-186,-95,-426,-95,-426r102,0v0,0,97,226,97,426v0,200,-97,449,-97,449","w":260},",":{"d":"15,123r48,-240r103,0r-57,240r-94,0","w":170},"-":{"d":"66,-235r0,-92r308,0r0,92r-308,0","w":440},".":{"d":"66,0r0,-132r103,0r0,132r-103,0","w":248},"\/":{"d":"77,-17r281,-696r90,32r-281,696"},":":{"d":"52,-311r0,-132r102,0r0,132r-102,0xm52,0r0,-132r102,0r0,132r-102,0","w":194},";":{"d":"71,-129r-54,246r88,0r69,-246r-103,0xm64,-311r0,-132r102,0r0,132r-102,0","w":213},"=":{"d":"29,-337r0,-87r463,0r0,87r-463,0xm29,-139r0,-87r463,0r0,87r-463,0"},"?":{"d":"391,-530v0,174,-186,203,-186,290r0,38r-100,0r0,-41v0,-132,183,-153,183,-276v0,-68,-27,-95,-116,-95v-49,0,-153,22,-153,22r-12,-92v0,0,115,-28,169,-28v145,0,215,47,215,182xm104,0r0,-132r102,0r0,132r-102,0","w":386},"_":{"d":"27,5r428,0r0,86r-428,0r0,-86","w":520},"{":{"d":"213,-171v0,33,-7,81,-7,117v0,59,18,87,100,92r-1,92v-140,-5,-200,-55,-200,-174v0,-124,37,-195,-91,-228r0,-80v131,-26,91,-108,91,-229v0,-125,60,-171,200,-176r1,92v-82,5,-100,30,-100,90v0,33,7,95,7,124v0,83,-27,114,-100,138v73,24,100,61,100,142","w":317},"}":{"d":"100,-452v0,-33,7,-81,7,-117v0,-59,-18,-87,-100,-92r1,-92v140,5,200,55,200,174v0,124,-37,195,91,228r0,80v-131,26,-91,108,-91,229v0,125,-60,171,-200,176r-1,-92v82,-5,100,-30,100,-90v0,-33,-7,-95,-7,-124v0,-83,27,-114,100,-138v-73,-24,-100,-61,-100,-142","w":317},"\u00a2":{"d":"210,79r0,-113v-118,-6,-179,-61,-179,-215v0,-147,67,-210,179,-217r0,-113r81,0r0,116v42,3,92,10,92,10r-3,83v0,0,-87,-6,-125,-6v-94,0,-127,31,-127,127v0,98,31,125,131,125v38,0,122,-6,122,-6r3,83v0,0,-52,7,-93,10r0,116r-81,0","w":437},"\u2018":{"d":"145,-727r-46,228r-98,0r54,-228r90,0","w":170},"\u2019":{"d":"24,-527r46,-228r98,0r-54,228r-90,0","w":170},"\u00f7":{"d":"134,-375r0,-93r213,0r0,93r-213,0xm78,-331r0,-105r320,0r0,105r-320,0xm193,-83r0,-111r95,0r0,111r-95,0"},"\u20ac":{"d":"43,-448r61,0v18,-157,80,-226,245,-226v89,0,177,19,177,19r-4,87v0,0,-97,-11,-161,-11v-105,0,-142,38,-155,132r250,0r0,75r-256,0v-2,27,-1,57,0,84r256,0r0,76r-250,0v13,89,50,128,157,128v58,0,159,-11,159,-11r3,88v0,0,-97,18,-176,18v-170,0,-228,-72,-245,-223r-61,0r0,-76r56,0r0,-84r-56,0r0,-76","w":568},"\u00d8":{"d":"75,84r62,-133v-64,-57,-85,-155,-85,-294v0,-230,63,-362,277,-362v42,0,77,6,107,17r55,-117r88,33r-61,129v65,60,87,162,87,300v0,236,-62,354,-276,354v-43,0,-79,-6,-109,-15r-59,126xm153,-343v0,82,7,143,37,181r204,-437v-24,-10,-62,-12,-95,-8v-118,14,-146,106,-146,264xm329,-83v144,0,176,-82,176,-260v0,-82,-9,-147,-38,-189r-206,440v19,6,41,9,68,9","w":656},"&":{"d":"323,-706v123,0,184,60,184,163v0,94,-43,140,-146,197r122,122v9,-29,22,-90,27,-128r92,2v-9,64,-28,141,-46,186r123,117r-57,65r-114,-106v-64,72,-126,105,-230,105v-156,0,-236,-80,-236,-219v0,-108,58,-164,149,-203v-42,-53,-51,-84,-51,-145v0,-96,68,-156,183,-156xm281,-71v67,0,111,-21,156,-76r-187,-192v-72,27,-111,69,-111,136v0,83,49,132,142,132xm235,-538v0,52,31,101,67,132v76,-38,109,-66,109,-128v0,-56,-27,-84,-88,-84v-56,0,-88,25,-88,80","w":700},"*":{"d":"446,-507r-129,0r40,124r-57,17r-41,-125r-106,79r-36,-46r107,-79r-104,-76r35,-48r104,74r41,-122r58,19r-40,125r128,0r0,58"},"\u00a3":{"d":"469,-660r0,94v0,0,-64,-17,-97,-17v-74,0,-92,17,-95,153r146,0r0,87r-146,0v0,85,-1,170,-1,255r138,0r75,-16r15,86r-81,17v-103,0,-206,1,-309,1r0,-88r69,0r0,-256r-46,0r0,-86r46,0r0,-58v0,-157,54,-192,149,-192v38,0,137,20,137,20","w":570},"\u00b6":{"d":"422,0r0,-607r-108,0r0,607r-94,0r0,-324v-115,3,-193,-74,-193,-187v0,-111,77,-189,186,-189r378,0r0,93r-75,0r0,607r-94,0","w":651},"\u2020":{"d":"17,-349r0,-92r139,0r0,-258r93,0r0,258r139,0r0,92r-139,0r0,385r-93,0r0,-385r-139,0","w":412},"%":{"d":"130,-701v80,0,117,50,117,144v0,87,-37,139,-117,139v-81,0,-118,-52,-118,-143v0,-90,37,-140,118,-140xm409,-285v80,0,117,50,117,141v0,91,-37,143,-117,143v-81,0,-118,-52,-118,-143v0,-91,37,-141,118,-141xm133,-6r205,-706r66,20r-205,707xm85,-561v0,55,9,82,45,82v35,0,44,-27,44,-82v0,-55,-9,-80,-44,-80v-36,0,-45,25,-45,80xm364,-144v0,54,9,82,45,82v36,0,44,-27,44,-82v0,-55,-8,-80,-44,-80v-36,0,-45,25,-45,80"},"+":{"d":"-10,-232r0,-86r206,0r0,-206r88,0r0,206r208,0r0,86r-208,0r0,208r-88,0r0,-208r-206,0","w":482},"^":{"d":"379,-439r-110,-215r-113,215r-140,0r181,-347r140,0r182,347r-140,0","w":651},"\u00a0":{"w":235}}});


Cufon.registerFont({"w":190,"face":{"font-family":"TitilliumText14L","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-25 -351 340 89","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2260"},"glyphs":{" ":{"w":84},"C":{"d":"178,-50r1,45v0,0,-43,9,-71,9v-76,0,-94,-42,-94,-128v0,-94,25,-129,94,-129v31,0,72,11,72,11r-2,43v0,0,-44,-5,-63,-5v-38,0,-49,15,-49,80v0,62,9,79,51,79v18,0,61,-5,61,-5","w":192},"c":{"d":"89,-184v21,0,57,8,57,8r-1,41v0,0,-28,-3,-42,-3v-35,0,-41,12,-41,46v0,39,6,50,41,50v14,0,42,-3,42,-3r1,42v0,0,-39,7,-59,7v-54,0,-74,-28,-74,-96v0,-64,22,-92,76,-92","w":156},"d":{"d":"174,-252r0,252r-48,0r0,-7v0,0,-25,11,-43,11v-54,0,-70,-33,-70,-96v0,-83,49,-102,113,-87r0,-73r48,0xm62,-92v-9,56,35,54,64,46r0,-91v-27,-4,-72,-11,-64,45","w":198},"e":{"d":"98,-40v30,0,66,-3,66,-3r1,37v0,0,-42,10,-75,10v-54,0,-77,-26,-77,-91v0,-64,26,-97,79,-97v66,0,88,51,75,115r-106,0v0,21,11,29,37,29xm61,-106r62,0v0,-26,-8,-35,-31,-35v-23,0,-31,11,-31,35","w":182},"f":{"d":"74,-136r0,136r-48,0r0,-136r-20,0r0,-44r20,0v-1,-53,10,-79,52,-76v12,0,41,5,41,5r-1,39v-27,0,-50,-5,-44,32r43,0r0,44r-43,0","w":123},"g":{"d":"99,86v-53,0,-86,-9,-86,-53v0,-17,7,-29,25,-43v-22,-9,-9,-49,1,-56v-13,-9,-24,-23,-24,-54v0,-61,66,-71,112,-59r55,-1r0,39r-23,0v24,53,-19,97,-84,83v-5,16,-11,26,31,26v61,0,79,14,79,54v0,46,-40,64,-86,64xm102,10v-10,0,-32,-3,-32,-3v-18,19,-13,36,30,36v23,0,36,-5,36,-18v0,-14,-7,-15,-34,-15xm90,-97v19,0,28,-6,28,-23v0,-16,-9,-23,-28,-23v-19,0,-27,7,-27,23v0,16,7,23,27,23","w":193},"h":{"d":"72,0r-48,0r0,-252r48,0r0,77v0,0,28,-9,45,-9v82,0,60,106,63,184r-48,0r0,-94v0,-27,-3,-45,-25,-45v-12,0,-35,4,-35,4r0,135","w":201},"i":{"d":"24,0r0,-180r48,0r0,180r-48,0xm24,-203r0,-49r48,0r0,49r-48,0","w":96},"j":{"d":"25,-2r0,-178r48,0r0,178v0,50,-14,66,-64,91r-21,-40v30,-18,37,-23,37,-51xm25,-206r0,-50r48,0r0,50r-48,0","w":97},"k":{"d":"72,0r-48,0r0,-252r48,0r0,141r19,-4r35,-65r54,0r-46,85r49,95r-54,0r-37,-68r-20,4r0,64","w":186},"l":{"d":"24,0r0,-252r48,0r0,252r-48,0","w":96},"m":{"d":"72,-171v13,-11,73,-22,86,2v62,-28,136,-21,125,75r0,94r-48,0v-5,-45,17,-139,-25,-139v-14,0,-34,7,-34,7v3,32,2,94,2,132r-48,0r0,-93v9,-52,-33,-49,-58,-40r0,133r-48,0r0,-180r48,0r0,9","w":304},"A":{"d":"7,0r55,-248r95,0r54,248r-50,0r-11,-42r-84,0r-9,42r-50,0xm101,-203r-24,113r63,0r-23,-113r-16,0","w":217},"p":{"d":"24,76r0,-256r48,0r0,9v0,0,23,-13,41,-13v48,0,71,24,71,93v0,91,-44,101,-112,92r0,75r-48,0xm135,-91v5,-55,-36,-52,-63,-42r0,92v34,5,71,2,63,-50","w":196},"q":{"d":"121,0v-60,16,-108,-21,-108,-88v0,-57,21,-96,82,-96v21,0,74,4,74,4r0,256r-48,0r0,-76xm121,-140v-42,-3,-60,4,-60,52v0,46,34,56,60,43r0,-95","w":192},"r":{"d":"24,0r0,-180r48,0r0,17v0,0,22,-16,50,-21r0,52v-32,6,-50,15,-50,15r0,117r-48,0","w":129},"s":{"d":"157,-175r-1,40v-2,2,-97,-18,-91,9v0,8,7,10,34,14v48,8,63,22,63,58v0,42,-28,58,-73,58v-27,0,-70,-9,-70,-9r1,-40v5,-1,99,18,94,-8v0,-8,-4,-11,-29,-15v-47,-8,-68,-18,-68,-57v0,-42,32,-59,70,-59v26,0,70,9,70,9","w":178},"u":{"d":"130,-180r48,0r0,180r-48,0r0,-8v0,0,-28,12,-45,12v-86,0,-58,-107,-63,-184r48,0r0,94v0,32,1,47,25,47v12,0,35,-6,35,-6r0,-135","w":201},"w":{"d":"4,-180r48,0r22,136r8,0r28,-132r50,0r28,132r8,0r22,-136r48,0r-34,180r-77,0r-20,-110r-21,110r-76,0","w":270},"y":{"d":"3,-180r47,0r33,133r8,0r33,-133r48,0r-63,255r-48,0r19,-75r-33,0","w":174},"z":{"d":"19,-136r0,-44r134,0r0,44r-76,92r76,0r0,44r-134,0r0,-44r76,-92r-76,0","w":171},"Z":{"d":"22,-201r0,-47r162,0r0,47r-99,148r0,5r99,0r0,48r-162,0r0,-48r98,-147r0,-6r-98,0","w":205},"0":{"d":"95,-242v59,0,93,35,93,125v0,90,-34,121,-93,121v-59,0,-92,-31,-92,-121v0,-90,33,-125,92,-125xm95,-194v-29,0,-39,19,-39,77v0,58,10,74,39,74v29,0,39,-16,39,-74v0,-58,-10,-77,-39,-77"},"1":{"d":"10,-186r78,-52r46,0r0,238r-50,0r0,-180r-51,34"},"2":{"d":"172,0r-154,0r0,-45v29,-32,99,-83,99,-122v0,-18,-11,-26,-39,-26v-24,0,-55,6,-55,6r-3,-46v0,0,38,-9,71,-9v54,0,77,24,77,68v0,49,-51,92,-83,126r87,0r0,48"},"3":{"d":"19,-233v0,0,42,-9,71,-9v93,0,104,83,55,117v20,11,32,21,32,53v0,50,-23,76,-81,76v-35,0,-79,-8,-79,-8r4,-45v0,0,41,5,68,5v24,0,37,-9,37,-27v1,-33,-49,-24,-82,-25r0,-45v34,2,77,2,78,-27v0,-19,-15,-26,-36,-26v-28,0,-62,5,-62,5"},"5":{"d":"26,-238r145,0r0,48r-100,0r-6,45v50,-18,113,1,113,68v0,52,-29,81,-81,81v-37,0,-84,-12,-84,-12r5,-44v0,0,47,9,77,9v19,0,32,-13,32,-32v0,-21,-12,-30,-33,-30v-46,0,-43,5,-76,-3"},"7":{"d":"18,-190r0,-48r152,0r0,57r-86,187r-46,-12r80,-175r0,-9r-100,0"},"8":{"d":"96,-242v80,0,118,78,62,120v19,16,30,28,30,58v0,50,-42,68,-92,68v-50,0,-90,-14,-90,-64v0,-33,11,-46,30,-62v-55,-43,-21,-120,60,-120xm96,-43v41,0,52,-47,17,-55v-26,-6,-53,4,-53,26v0,18,12,29,36,29xm97,-194v-39,0,-43,38,-16,52r32,0v28,-14,24,-52,-16,-52"},"E":{"d":"25,0r0,-248r158,0r0,47r-109,0r0,56r87,0r0,46r-87,0r0,51r109,0r0,48r-158,0","w":199},"F":{"d":"25,0r0,-248r158,0r0,47r-109,0r0,72r87,0r0,47r-87,0r0,82r-49,0","w":193},"G":{"d":"127,-87r0,-45r71,0r0,128v0,0,-52,8,-84,8v-78,0,-100,-45,-100,-129v0,-89,27,-128,99,-128v38,0,85,11,85,11r-1,43v0,0,-43,-5,-76,-5v-42,0,-55,15,-55,79v0,78,26,85,83,80r0,-42r-22,0","w":214},"H":{"d":"166,0r0,-103r-91,0r0,103r-50,0r0,-248r50,0r0,98r91,0r0,-98r50,0r0,248r-50,0","w":240},"K":{"d":"149,0r-41,-98r-33,4r0,94r-50,0r0,-248r50,0r0,106r32,-3r41,-103r57,0r-53,123r54,125r-57,0","w":213},"Q":{"d":"164,56r-32,-52v-88,5,-119,-35,-118,-126v0,-84,25,-131,102,-131v77,0,101,47,101,131v0,53,-10,89,-37,109r30,48xm116,-44v40,0,50,-24,50,-78v0,-54,-10,-83,-50,-83v-40,0,-50,29,-50,83v0,54,10,78,50,78","w":231},"R":{"d":"122,-80r-47,0r0,80r-50,0r0,-248v89,0,182,-15,182,82v0,37,-14,57,-36,71r35,95r-55,0xm156,-165v0,-42,-42,-36,-81,-36r0,74v40,2,81,4,81,-38","w":221},"S":{"d":"168,-243r-4,45v-8,0,-96,-21,-96,15v0,16,6,21,44,37v44,19,61,33,61,75v0,51,-29,75,-80,75v-27,0,-76,-10,-76,-10r5,-44v8,-2,112,25,101,-20v0,-15,-6,-20,-36,-33v-55,-23,-69,-37,-69,-79v0,-48,33,-71,81,-71v28,0,69,10,69,10"},"T":{"d":"-4,-201r0,-47r180,0r0,47r-64,0r0,201r-50,0r0,-201r-66,0","w":172},"V":{"d":"161,-248r52,0r-57,248r-92,0r-57,-248r52,0r43,200r16,0","w":220},"N":{"d":"25,0r0,-248r78,0r69,185r5,0r0,-185r50,0r0,248r-75,0r-72,-186r-5,0r0,186r-50,0","w":252},"\u2013":{"w":299},"\u00af":{"w":299},"$":{"d":"71,41r5,-40v-34,-6,-60,8,-51,-17v0,0,28,4,52,6r14,-108v-43,-8,-69,-18,-69,-64v0,-48,34,-61,85,-60r6,-42r13,0r-6,43v33,7,58,-6,50,17v0,0,-29,-3,-52,-5r-13,100v48,9,72,16,72,64v0,52,-35,72,-89,67r-5,41v0,0,-12,-1,-12,-2xm163,-64v0,-39,-18,-45,-59,-52r-14,106v45,2,74,-12,73,-54xm36,-183v0,37,18,45,57,52r13,-98v-43,-1,-71,8,-70,46"},"!":{"d":"72,0r0,-60r52,0r0,60r-52,0xm73,-94r-2,-158r54,0r-2,158r-50,0"},"\u2211":{"w":299},"a":{"d":"164,-122r0,67v0,13,2,16,12,18r-2,41v-31,0,-39,-4,-51,-12v0,0,-30,12,-55,12v-36,0,-54,-23,-54,-59v0,-56,51,-54,102,-58v2,-15,-4,-25,-18,-25v-27,0,-70,4,-70,4r-1,-42v0,0,48,-8,74,-8v40,0,63,16,63,62xm116,-76v-22,2,-54,-5,-53,20v-7,31,52,14,53,14r0,-34"},"o":{"d":"95,-184v63,0,83,39,83,94v0,55,-20,94,-83,94v-63,0,-82,-39,-82,-94v0,-55,19,-94,82,-94xm95,-39v27,0,34,-18,34,-51v0,-33,-7,-50,-34,-50v-27,0,-33,17,-33,50v0,33,6,51,33,51"},"J":{"d":"87,-248v0,76,1,130,1,207v0,53,-23,66,-77,66r0,-46v17,0,27,-6,27,-23r0,-204r49,0","w":113},"t":{"d":"119,-136r-44,0r0,68v-5,32,18,26,42,26r3,41v0,0,-24,5,-37,5v-72,0,-54,-76,-56,-140r-22,0r0,-44r22,0r0,-50r48,0r0,50r44,0r0,44","w":126},"n":{"d":"72,0r-48,0r0,-180r48,0r0,8v0,0,28,-12,45,-12v82,0,60,106,63,184r-48,0r0,-94v0,-27,-3,-45,-25,-45v-12,0,-35,6,-35,6r0,133","w":201},"#":{"d":"190,-59r-34,0r0,59r-42,0r0,-59r-37,0r0,59r-42,0r0,-59r-35,0r0,-41r35,0r0,-38r-35,0r0,-40r35,0r0,-60r42,0r0,60r37,0r0,-60r42,0r0,60r34,0r0,40r-34,0r0,38r34,0r0,41xm114,-100r0,-38r-37,0r0,38r37,0"},"W":{"d":"9,-248r52,0r37,197r6,0r37,-197r57,0r37,197r5,0r38,-197r52,0r-55,248r-74,0r-32,-175r-31,175r-74,0","w":338},"@":{"d":"181,-262v108,0,159,55,159,158v0,79,-24,108,-69,108v-22,0,-37,-6,-47,-16v-57,29,-122,20,-122,-75v0,-58,14,-96,69,-96v12,-3,37,16,33,3r49,0v1,36,-7,149,18,137v15,4,22,-21,21,-67v0,-77,-35,-105,-111,-105v-78,0,-118,42,-118,121v0,87,31,122,118,122v14,0,52,-3,52,-3r2,47v-126,13,-221,-13,-221,-166v0,-114,68,-168,167,-168xm151,-87v0,52,24,46,56,37v-5,-24,-3,-56,-3,-84v-30,-8,-53,-6,-53,47","w":354},"`":{"d":"49,-279r92,33r-17,44r-92,-31","w":196},"\u00b4":{"d":"28,-246r92,-33r18,46r-93,31","w":299},"\u00a8":{"d":"14,-210r0,-53r50,0r0,53r-50,0xm91,-210r0,-53r50,0r0,53r-50,0","w":299},"\u02c6":{"d":"81,-205r47,-66r39,0r48,66r-48,0r-19,-28r-19,28r-48,0","w":299},"\u02dc":{"d":"108,-238v9,0,21,-23,30,-9v-10,10,-20,20,-30,20v-22,0,-29,-19,-46,-19v-13,0,-24,24,-34,8v11,-10,22,-19,34,-19v22,0,31,19,46,19","w":299},"\u02da":{"d":"63,-233v0,-19,14,-34,33,-34v19,0,34,15,34,34v0,19,-15,34,-34,34v-19,0,-33,-15,-33,-34xm75,-233v0,13,9,22,22,22v12,0,21,-9,21,-22v0,-12,-9,-22,-21,-22v-13,0,-22,10,-22,22","w":299},"\u02c7":{"d":"143,-216r-44,-48r15,0r34,36r33,-36r16,0r-44,48r-10,0","w":299},"\u00ff":{"d":"11,-180r56,180r22,0r-26,83r13,0r82,-263r-13,0r-53,168r-15,0r-53,-168r-13,0xm49,-230r0,-22r13,0r0,22r-13,0xm111,-230r0,-22r12,0r0,22r-12,0","w":172},"\u0161":{"d":"83,-183v30,0,72,-5,61,17v-22,-2,-109,-23,-109,30v0,22,10,30,51,36v47,8,66,14,66,48v0,42,-27,55,-69,55v-27,-5,-69,5,-58,-17v0,0,39,6,57,6v34,0,57,-8,57,-43v0,-26,-14,-31,-57,-37v-42,-6,-60,-14,-60,-47v0,-38,32,-48,61,-48xm84,-216r-40,-48r13,0r32,37r31,-37r14,0r-40,48r-10,0","w":177},"\u00fd":{"d":"0,-180r47,0r33,133r8,0r33,-133r47,0r-63,255r-47,0r18,-75r-32,0xm32,-246r93,-33r17,46r-93,31","w":172},"\u017e":{"d":"7,-168r0,-12r134,0r0,12r-118,156r118,0r0,12r-134,0r0,-12r118,-156r-118,0xm66,-216r-44,-48r15,0r34,36r33,-36r16,0r-44,48r-10,0","w":147},"M":{"d":"25,0r0,-248r79,0r49,178r49,-178r78,0r0,248r-50,0r0,-186r-5,0r-47,175r-50,0r-48,-175r-5,0r0,186r-50,0","w":305},"U":{"d":"71,-83v0,29,18,38,44,38v26,0,43,-9,43,-38r0,-165r50,0r0,165v0,61,-32,86,-93,86v-61,0,-93,-25,-93,-86r0,-165r49,0r0,165","w":229},"X":{"d":"60,-248r45,86r44,-86r55,0r-66,125r66,123r-55,0r-44,-85r-45,85r-55,0r67,-123r-67,-125r55,0","w":209},"Y":{"d":"128,-106r0,106r-50,0r0,-106r-74,-142r55,0r44,86r44,-86r55,0","w":205},"\u00b0":{"d":"34,-203v0,-32,22,-54,54,-54v32,0,54,22,54,54v0,32,-22,54,-54,54v-32,0,-54,-22,-54,-54xm61,-203v0,16,11,27,27,27v16,0,28,-11,28,-27v0,-16,-12,-28,-28,-28v-16,0,-27,12,-27,28"},"\u00a7":{"d":"45,-172v0,70,113,22,113,95v0,16,-8,35,-14,46v8,7,13,17,13,34v0,40,-22,56,-62,56v-29,0,-72,8,-60,-16v0,0,40,5,60,5v32,0,49,-13,49,-45v0,-30,-18,-33,-48,-38v-41,-6,-64,-13,-64,-55v0,-17,8,-31,16,-40v-10,-8,-16,-20,-16,-41v0,-38,24,-51,63,-51v31,0,66,-8,56,16v0,0,-39,-5,-56,-5v-32,0,-50,11,-50,39xm145,-76v0,-46,-58,-35,-88,-49v-23,35,-12,80,41,79v15,3,28,5,37,9v5,-8,10,-26,10,-39"},"\u00a9":{"d":"4,-156v0,-53,38,-96,91,-96v53,0,93,43,93,96v0,53,-40,95,-93,95v-53,0,-91,-42,-91,-95xm15,-156v0,46,34,84,80,84v46,0,81,-38,81,-84v0,-46,-35,-84,-81,-84v-46,0,-80,38,-80,84xm95,-113v18,0,32,-11,27,9v0,0,-16,3,-27,3v-32,0,-39,-22,-39,-55v0,-33,7,-55,39,-55v23,0,30,-4,27,14v0,0,-15,-3,-27,-3v-25,0,-27,16,-27,44v0,27,4,43,27,43"},"\u2122":{"d":"3,-212r0,-12r72,0r0,12r-30,0r0,92r-12,0r0,-92r-30,0xm87,-119r0,-105r18,0r30,88r32,-88r18,0r0,105r-12,0r0,-93r-32,89r-12,0r-30,-89r0,93r-12,0"},"\u00ae":{"d":"4,-156v0,-53,38,-96,91,-96v53,0,93,43,93,96v0,53,-40,95,-93,95v-53,0,-91,-42,-91,-95xm15,-156v0,46,34,84,80,84v46,0,81,-38,81,-84v0,-46,-35,-84,-81,-84v-46,0,-80,38,-80,84xm122,-99r-23,-48r-29,0r0,48r-11,0r0,-114v36,-1,74,-3,74,33v0,17,-5,28,-21,32r23,49r-13,0xm70,-158v24,-1,54,7,51,-22v2,-24,-27,-21,-51,-21r0,43"},"\u00e1":{"d":"157,-55r0,-67v0,-46,-23,-62,-63,-62v-26,0,-74,8,-74,8r1,42v2,5,102,-25,88,21v-50,4,-101,1,-101,58v0,36,17,59,53,59v25,0,55,-12,55,-12v12,8,20,12,51,12r2,-41v-10,-2,-12,-5,-12,-18xm56,-56v-1,-25,31,-18,53,-20r0,34v0,0,-61,18,-53,-14xm46,-246r92,-33r17,46r-92,31","w":192},"\u00e0":{"d":"157,-122r0,67v0,13,2,16,12,18r-2,41v-31,0,-39,-4,-51,-12v0,0,-30,12,-55,12v-36,0,-53,-23,-53,-59v0,-56,50,-54,101,-58v2,-15,-4,-25,-18,-25v-27,0,-70,4,-70,4r-1,-42v0,0,48,-8,74,-8v40,0,63,16,63,62xm109,-76v-22,2,-54,-5,-53,20v-7,31,52,14,53,14r0,-34xm45,-279r92,33r-17,44r-92,-31","w":192},"\u00e2":{"d":"157,-55r0,-67v0,-46,-23,-62,-63,-62v-26,0,-74,8,-74,8r1,42v2,5,102,-25,88,21v-50,4,-101,1,-101,58v0,36,17,59,53,59v25,0,55,-12,55,-12v12,8,20,12,51,12r2,-41v-10,-2,-12,-5,-12,-18xm56,-56v-1,-25,31,-18,53,-20r0,34v0,0,-61,18,-53,-14xm22,-205r47,-66r39,0r47,66r-47,0r-19,-28r-20,28r-47,0","w":192},"\u00e4":{"d":"157,-55r0,-67v0,-46,-23,-62,-63,-62v-26,0,-74,8,-74,8r1,42v2,5,102,-25,88,21v-50,4,-101,1,-101,58v0,36,17,59,53,59v25,0,55,-12,55,-12v12,8,20,12,51,12r2,-41v-10,-2,-12,-5,-12,-18xm56,-56v-1,-25,31,-18,53,-20r0,34v0,0,-61,18,-53,-14xm24,-210r0,-53r50,0r0,53r-50,0xm101,-210r0,-53r50,0r0,53r-50,0","w":192},"\u00e3":{"d":"157,-55r0,-67v0,-46,-23,-62,-63,-62v-26,0,-74,8,-74,8r1,42v2,5,102,-25,88,21v-50,4,-101,1,-101,58v0,36,17,59,53,59v25,0,55,-12,55,-12v12,8,20,12,51,12r2,-41v-10,-2,-12,-5,-12,-18xm56,-56v-1,-25,31,-18,53,-20r0,34v0,0,-61,18,-53,-14xm113,-238v9,0,21,-23,30,-9v-10,10,-20,20,-30,20v-22,0,-29,-19,-46,-19v-13,0,-24,24,-34,8v11,-10,22,-19,34,-19v22,0,31,19,46,19","w":192},"\u00e5":{"d":"157,-55r0,-67v0,-46,-23,-62,-63,-62v-26,0,-74,8,-74,8r1,42v2,5,102,-25,88,21v-50,4,-101,1,-101,58v0,36,17,59,53,59v25,0,55,-12,55,-12v12,8,20,12,51,12r2,-41v-10,-2,-12,-5,-12,-18xm56,-56v-1,-25,31,-18,53,-20r0,34v0,0,-61,18,-53,-14xm54,-233v0,-19,15,-34,34,-34v19,0,34,15,34,34v0,19,-15,34,-34,34v-19,0,-34,-15,-34,-34xm67,-233v0,13,9,22,22,22v12,0,21,-9,21,-22v0,-12,-9,-22,-21,-22v-13,0,-22,10,-22,22","w":192},"\u00e9":{"d":"97,-40v30,0,66,-3,66,-3r1,37v0,0,-42,10,-75,10v-54,0,-77,-26,-77,-91v0,-64,26,-97,79,-97v66,0,88,51,75,115r-106,0v0,21,11,29,37,29xm60,-106r62,0v0,-26,-8,-35,-31,-35v-23,0,-31,11,-31,35xm36,-246r93,-33r17,46r-93,31","w":178},"\u00e8":{"d":"97,-40v30,0,66,-3,66,-3r1,37v0,0,-42,10,-75,10v-54,0,-77,-26,-77,-91v0,-64,26,-97,79,-97v66,0,88,51,75,115r-106,0v0,21,11,29,37,29xm60,-106r62,0v0,-26,-8,-35,-31,-35v-23,0,-31,11,-31,35xm42,-279r92,33r-17,44r-92,-31","w":178},"\u00ea":{"d":"97,-40v30,0,66,-3,66,-3r1,37v0,0,-42,10,-75,10v-54,0,-77,-26,-77,-91v0,-64,26,-97,79,-97v66,0,88,51,75,115r-106,0v0,21,11,29,37,29xm60,-106r62,0v0,-26,-8,-35,-31,-35v-23,0,-31,11,-31,35xm29,-205r47,-66r39,0r47,66r-47,0r-19,-28r-20,28r-47,0","w":178},"\u00eb":{"d":"97,-40v30,0,66,-3,66,-3r1,37v0,0,-42,10,-75,10v-54,0,-77,-26,-77,-91v0,-64,26,-97,79,-97v66,0,88,51,75,115r-106,0v0,21,11,29,37,29xm60,-106r62,0v0,-26,-8,-35,-31,-35v-23,0,-31,11,-31,35xm33,-210r0,-53r50,0r0,53r-50,0xm110,-210r0,-53r50,0r0,53r-50,0","w":178},"\u00ef":{"d":"-17,-210r0,-53r50,0r0,53r-50,0xm60,-210r0,-53r51,0r0,53r-51,0xm24,0r0,-180r48,0r0,180r-48,0","w":93},"\u00f1":{"d":"28,0r48,0r0,-133v0,0,23,-6,35,-6v22,0,25,18,25,45r0,94r48,0v-3,-78,19,-190,-63,-184v-20,-4,-51,24,-45,4r-48,0r0,180xm132,-238v9,0,21,-23,30,-9v-10,10,-20,20,-30,20v-22,0,-29,-19,-46,-19v-13,0,-24,24,-34,8v11,-10,22,-19,34,-19v22,0,31,19,46,19","w":206},"\u00f3":{"d":"114,-184v-63,0,-82,39,-82,94v0,55,19,94,82,94v63,0,83,-39,83,-94v0,-55,-20,-94,-83,-94xm114,-39v-27,0,-33,-18,-33,-51v0,-33,6,-50,33,-50v27,0,34,17,34,50v0,33,-7,51,-34,51xm39,-246r92,-33r17,46r-93,31","w":192},"\u00f2":{"d":"114,-184v63,0,83,39,83,94v0,55,-20,94,-83,94v-63,0,-82,-39,-82,-94v0,-55,19,-94,82,-94xm114,-39v27,0,34,-18,34,-51v0,-33,-7,-50,-34,-50v-27,0,-33,17,-33,50v0,33,6,51,33,51xm45,-279r92,33r-17,44r-92,-31","w":192},"\u00f4":{"d":"114,-184v-63,0,-82,39,-82,94v0,55,19,94,82,94v63,0,83,-39,83,-94v0,-55,-20,-94,-83,-94xm114,-39v-27,0,-33,-18,-33,-51v0,-33,6,-50,33,-50v27,0,34,17,34,50v0,33,-7,51,-34,51xm28,-205r47,-66r39,0r48,66r-48,0r-19,-28r-19,28r-48,0","w":192},"\u00f6":{"d":"114,-184v-63,0,-82,39,-82,94v0,55,19,94,82,94v63,0,83,-39,83,-94v0,-55,-20,-94,-83,-94xm114,-39v-27,0,-33,-18,-33,-51v0,-33,6,-50,33,-50v27,0,34,17,34,50v0,33,-7,51,-34,51xm31,-210r0,-53r50,0r0,53r-50,0xm108,-210r0,-53r50,0r0,53r-50,0","w":192},"\u00f5":{"d":"114,-184v-63,0,-82,39,-82,94v0,55,19,94,82,94v63,0,83,-39,83,-94v0,-55,-20,-94,-83,-94xm114,-39v-27,0,-33,-18,-33,-51v0,-33,6,-50,33,-50v27,0,34,17,34,50v0,33,-7,51,-34,51xm120,-238v9,0,21,-23,30,-9v-10,10,-20,20,-30,20v-22,0,-30,-19,-47,-19v-12,0,-23,24,-33,8v11,-10,22,-19,34,-19v22,0,31,19,46,19","w":192},"\u00fa":{"d":"184,-180r-48,0r0,135v0,0,-23,6,-35,6v-24,0,-25,-15,-25,-47r0,-94r-48,0v4,77,-22,193,63,184v20,4,51,-24,45,-4r48,0r0,-180xm42,-246r92,-33r17,46r-92,31","w":183},"\u00f9":{"d":"136,-180r48,0r0,180r-48,0r0,-8v0,0,-28,12,-45,12v-86,0,-58,-107,-63,-184r48,0r0,94v0,32,1,47,25,47v12,0,35,-6,35,-6r0,-135xm48,-279r92,33r-17,44r-92,-31","w":183},"\u00fb":{"d":"184,-180r-48,0r0,135v0,0,-23,6,-35,6v-24,0,-25,-15,-25,-47r0,-94r-48,0v4,77,-22,193,63,184v20,4,51,-24,45,-4r48,0r0,-180xm31,-205r47,-66r39,0r48,66r-48,0r-19,-28r-19,28r-48,0","w":183},"\u00fc":{"d":"184,-180r-48,0r0,135v0,0,-23,6,-35,6v-24,0,-25,-15,-25,-47r0,-94r-48,0v4,77,-22,193,63,184v20,4,51,-24,45,-4r48,0r0,-180xm35,-210r0,-53r50,0r0,53r-50,0xm112,-210r0,-53r50,0r0,53r-50,0","w":183},"\u2212":{"d":"18,-75r0,-44r154,0r0,44r-154,0"},"\u00d7":{"d":"89,-201r63,63r62,-63r32,31r-63,63r63,62r-32,31r-62,-62r-63,62r-31,-31r63,-62r-63,-63"},"\u0131":{"d":"24,0r0,-180r48,0r0,180r-48,0","w":93},"\u00ed":{"d":"-5,-246r92,-33r17,46r-92,31xm24,0r0,-180r48,0r0,180r-48,0","w":93},"\u00ec":{"d":"-7,-279r92,33r-17,44r-92,-31xm24,0r0,-180r48,0r0,180r-48,0","w":93},"\u00ee":{"d":"24,0r0,-180r48,0r0,180r-48,0xm-20,-205r47,-66r39,0r48,66r-48,0r-19,-28r-19,28r-48,0","w":93},"\u00c3":{"d":"9,0r55,-248r94,0r54,248r-50,0r-11,-42r-83,0r-10,42r-49,0xm102,-203r-24,113r64,0r-24,-113r-16,0xm135,-310v9,0,21,-23,30,-9v-10,10,-20,20,-30,20v-22,0,-29,-19,-46,-19v-13,0,-24,24,-34,8v11,-10,22,-19,34,-19v22,0,31,19,46,19","w":217},"\u00c0":{"d":"9,0r55,-248r94,0r54,248r-50,0r-11,-42r-83,0r-10,42r-49,0xm102,-203r-24,113r64,0r-24,-113r-16,0xm64,-351r92,33r-17,44r-92,-31","w":217},"\u00d5":{"d":"118,-44v40,0,50,-24,50,-78v0,-54,-10,-83,-50,-83v-40,0,-50,29,-50,83v0,54,10,78,50,78xm118,4v-77,0,-101,-42,-101,-126v0,-84,24,-131,101,-131v77,0,102,47,102,131v0,84,-25,126,-102,126xm143,-310v9,0,21,-23,30,-9v-10,10,-20,20,-30,20v-22,0,-29,-19,-46,-19v-13,0,-24,24,-34,8v11,-10,22,-19,34,-19v22,0,31,19,46,19","w":236},"\u00c2":{"d":"9,0r55,-248r94,0r54,248r-50,0r-11,-42r-83,0r-10,42r-49,0xm102,-203r-24,113r64,0r-24,-113r-16,0xm43,-277r47,-66r39,0r48,66r-48,0r-19,-28r-19,28r-48,0","w":217},"\u00ca":{"d":"27,0r0,-248r158,0r0,47r-109,0r0,56r87,0r0,46r-87,0r0,51r109,0r0,48r-158,0xm46,-277r47,-66r39,0r47,66r-47,0r-19,-28r-20,28r-47,0","w":205},"\u00c1":{"d":"9,0r55,-248r94,0r54,248r-50,0r-11,-42r-83,0r-10,42r-49,0xm102,-203r-24,113r64,0r-24,-113r-16,0xm50,-318r93,-33r17,46r-93,31","w":217},"\u00cb":{"d":"27,0r0,-248r158,0r0,47r-109,0r0,56r87,0r0,46r-87,0r0,51r109,0r0,48r-158,0xm49,-282r0,-53r50,0r0,53r-50,0xm126,-282r0,-53r50,0r0,53r-50,0","w":205},"\u00c8":{"d":"37,0r0,-252r147,0r0,12r-134,0r0,104r113,0r0,13r-113,0r0,111r134,0r0,12r-147,0xm79,-336r69,35r-5,10r-70,-33","w":205},"\u00d4":{"d":"118,-44v40,0,50,-24,50,-78v0,-54,-10,-83,-50,-83v-40,0,-50,29,-50,83v0,54,10,78,50,78xm118,4v-77,0,-101,-42,-101,-126v0,-84,24,-131,101,-131v77,0,102,47,102,131v0,84,-25,126,-102,126xm51,-277r48,-66r39,0r47,66r-47,0r-20,-28r-19,28r-48,0","w":236},"\u00d3":{"d":"118,-44v40,0,50,-24,50,-78v0,-54,-10,-83,-50,-83v-40,0,-50,29,-50,83v0,54,10,78,50,78xm118,4v-77,0,-101,-42,-101,-126v0,-84,24,-131,101,-131v77,0,102,47,102,131v0,84,-25,126,-102,126xm55,-318r92,-33r17,46r-92,31","w":236},"\u00cc":{"d":"25,0r0,-248r50,0r0,248r-50,0xm-2,-351r92,33r-17,44r-92,-31","w":81},"\u00cf":{"d":"25,0r0,-248r50,0r0,248r-50,0xm-23,-282r0,-53r50,0r0,53r-50,0xm54,-282r0,-53r50,0r0,53r-50,0","w":81},"\u00ce":{"d":"26,0r0,-248r50,0r0,248r-50,0xm-25,-277r47,-66r39,0r47,66r-47,0r-19,-28r-20,28r-47,0","w":83},"\u00cd":{"d":"25,0r0,-248r50,0r0,248r-50,0xm-23,-318r92,-33r18,46r-93,31","w":81},"\u00d2":{"d":"118,-44v40,0,50,-24,50,-78v0,-54,-10,-83,-50,-83v-40,0,-50,29,-50,83v0,54,10,78,50,78xm118,4v-77,0,-101,-42,-101,-126v0,-84,24,-131,101,-131v77,0,102,47,102,131v0,84,-25,126,-102,126xm76,-351r92,33r-17,44r-93,-31","w":236},"\u00da":{"d":"73,-83v0,29,18,38,44,38v26,0,43,-9,43,-38r0,-165r50,0r0,165v0,61,-32,86,-93,86v-61,0,-94,-25,-94,-86r0,-165r50,0r0,165xm54,-318r92,-33r17,46r-92,31","w":231},"\u00db":{"d":"73,-83v0,29,18,38,44,38v26,0,43,-9,43,-38r0,-165r50,0r0,165v0,61,-32,86,-93,86v-61,0,-94,-25,-94,-86r0,-165r50,0r0,165xm51,-277r47,-66r39,0r47,66r-47,0r-19,-28r-20,28r-47,0","w":231},"\u00d9":{"d":"73,-83v0,29,18,38,44,38v26,0,43,-9,43,-38r0,-165r50,0r0,165v0,61,-32,86,-93,86v-61,0,-94,-25,-94,-86r0,-165r50,0r0,165xm75,-351r92,33r-17,44r-92,-31","w":231},"\u00b8":{"d":"172,39v0,22,-13,26,-33,21r1,-9v12,0,22,3,20,-12v3,-14,-7,-12,-19,-12r0,-27r12,0r0,17v15,0,19,6,19,22","w":299},"\u00df":{"d":"139,-155v-7,-28,56,-17,47,-52v0,-27,-14,-36,-54,-36v-34,0,-42,9,-42,56r0,187r-13,0r0,-192v0,-49,11,-64,55,-64v50,0,68,15,68,49v9,35,-45,36,-48,52v0,5,1,5,31,23v34,21,48,27,48,42v0,76,-35,100,-114,92v-5,-18,13,-10,28,-11v66,0,72,-27,72,-81v0,-6,-11,-14,-43,-32v-33,-18,-35,-21,-35,-33","w":299},"\u00dc":{"d":"73,-83v0,29,18,38,44,38v26,0,43,-9,43,-38r0,-165r50,0r0,165v0,61,-32,86,-93,86v-61,0,-94,-25,-94,-86r0,-165r50,0r0,165xm54,-282r0,-53r50,0r0,53r-50,0xm131,-282r0,-53r50,0r0,53r-50,0","w":231},"\u00d6":{"d":"118,-44v40,0,50,-24,50,-78v0,-54,-10,-83,-50,-83v-40,0,-50,29,-50,83v0,54,10,78,50,78xm118,4v-77,0,-101,-42,-101,-126v0,-84,24,-131,101,-131v77,0,102,47,102,131v0,84,-25,126,-102,126xm55,-282r0,-53r50,0r0,53r-50,0xm132,-282r0,-53r50,0r0,53r-50,0","w":236},"\u00d1":{"d":"21,0r0,-248r78,0r69,185r6,0r0,-185r49,0r0,248r-75,0r-72,-186r-5,0r0,186r-50,0xm148,-310v9,0,21,-23,30,-9v-10,10,-20,20,-30,20v-22,0,-29,-19,-46,-19v-13,0,-24,24,-34,8v11,-10,22,-19,34,-19v22,0,31,19,46,19","w":247},"\u00c9":{"d":"27,0r0,-248r158,0r0,47r-109,0r0,56r87,0r0,46r-87,0r0,51r109,0r0,48r-158,0xm56,-318r92,-33r18,46r-93,31","w":205},"\u00c7":{"d":"178,-50r1,45v0,0,-43,9,-71,9v-76,0,-94,-42,-94,-128v0,-94,25,-129,94,-129v31,0,72,11,72,11r-2,43v0,0,-44,-5,-63,-5v-38,0,-49,15,-49,80v0,62,9,79,51,79v18,0,61,-5,61,-5xm123,39v0,22,-13,26,-33,21r0,-9v12,0,23,2,21,-12v2,-14,-7,-12,-19,-12r0,-27r12,0r0,17v15,0,19,6,19,22","w":193},"\u00c5":{"d":"9,0r55,-248r94,0r54,248r-50,0r-11,-42r-83,0r-10,42r-49,0xm102,-203r-24,113r64,0r-24,-113r-16,0xm76,-305v0,-19,15,-34,34,-34v19,0,34,15,34,34v0,19,-15,34,-34,34v-19,0,-34,-15,-34,-34xm89,-305v0,13,9,22,22,22v12,0,21,-9,21,-22v0,-12,-9,-22,-21,-22v-13,0,-22,10,-22,22","w":217},"\u00c4":{"d":"9,0r55,-248r94,0r54,248r-50,0r-11,-42r-83,0r-10,42r-49,0xm102,-203r-24,113r64,0r-24,-113r-16,0xm46,-282r0,-53r50,0r0,53r-50,0xm123,-282r0,-53r51,0r0,53r-51,0","w":217},"\u00e7":{"d":"89,-184v21,0,57,8,57,8r-1,41v0,0,-28,-3,-42,-3v-35,0,-41,12,-41,46v0,39,6,50,41,50v14,0,42,-3,42,-3r1,42v0,0,-39,7,-59,7v-54,0,-74,-28,-74,-96v0,-64,22,-92,76,-92xm110,39v0,22,-13,26,-33,21r0,-9v12,0,23,2,21,-12v2,-14,-7,-12,-19,-12r0,-27r12,0r0,17v15,0,19,6,19,22","w":156},"\u0160":{"d":"97,-256v35,0,81,-7,69,18v0,0,-48,-6,-69,-6v-41,0,-64,15,-64,51v0,44,22,48,67,56v46,8,74,18,74,64v0,56,-26,76,-76,76v-27,0,-77,-6,-77,-6r1,-13v0,0,49,6,75,6v41,0,63,-17,63,-62v0,-37,-19,-45,-63,-52v-49,-8,-78,-16,-78,-69v0,-46,30,-63,78,-63xm91,-288r-40,-48r14,0r31,37r32,-37r13,0r-40,48r-10,0","w":192},"\u0142":{"d":"46,-66r-23,-32r41,-29r0,-136r49,0r0,101r22,-15r24,32r-46,32r0,113r-49,0r0,-78","w":172},"\u0141":{"d":"10,-68r-23,-32r43,-30r0,-118r50,0r0,83r31,-22r23,33r-54,38r0,68r93,0r0,48r-143,0r0,-81"},"\u00f0":{},"\u00d0":{"d":"6,-100r0,-48r115,0r0,48r-115,0xm107,0r-82,0r0,-248r82,0v85,0,104,37,104,119v0,84,-16,129,-104,129xm160,-129v0,-66,-24,-77,-86,-72r0,154r33,0v48,0,53,-31,53,-82","w":225},"\u00dd":{"d":"123,-106r0,106r-50,0r0,-106r-75,-142r55,0r45,86r43,-86r56,0xm28,-318r93,-33r17,46r-93,31","w":194},"\u00de":{"d":"58,-84v42,2,77,2,77,-43v0,-44,-37,-40,-77,-39r0,82xm186,-127v0,74,-49,98,-128,91r0,36r-50,0r0,-248r50,0r0,35v77,-5,128,12,128,86"},"\u00fe":{"d":"75,-41v38,6,68,-2,62,-51v5,-54,-31,-49,-62,-44r0,95xm75,-176v54,-18,111,-5,111,84v0,86,-38,100,-111,95r0,73r-49,0r0,-328r49,0r0,76","w":193},"\u017d":{"d":"11,-240r0,-12r162,0r0,25r-149,207r0,8r149,0r0,12r-162,0r0,-24r148,-207r0,-9r-148,0xm87,-288r-44,-48r15,0r34,36r34,-36r15,0r-44,48r-10,0","w":183},"\u0178":{"d":"104,-108r0,108r-13,0r0,-108r-82,-144r15,0r74,129r72,-129r15,0xm60,-302r0,-22r13,0r0,22r-13,0xm121,-302r0,-22r13,0r0,22r-13,0","w":194},"\u00f8":{"d":"39,34r15,-38v-26,-12,-32,-39,-32,-90v0,-80,38,-98,103,-85r15,-34r10,3r-14,36v21,12,32,38,32,81v0,80,-32,106,-103,93r-15,37xm35,-94v0,43,4,68,24,79r62,-153v-53,-12,-86,2,-86,74xm69,-11v60,13,85,-13,85,-82v0,-36,-7,-58,-23,-69","w":189},"\u00a6":{"d":"69,-270r49,0r0,152r-49,0r0,-152xm69,-68r49,0r0,151r-49,0r0,-151"},"\u00b1":{"d":"6,-108r0,-44r68,0r0,-42r44,0r0,42r68,0r0,44r-68,0r0,40r-44,0r0,-40r-68,0xm6,-55r180,0r0,44r-180,0r0,-44"},"\u03c0":{"d":"183,0v-77,11,-36,-110,-50,-167r-71,0r-11,167r-12,0r10,-167v-43,-3,-51,17,-48,-8v76,-13,107,4,184,-11v2,22,-3,13,-37,18r0,113v0,37,7,43,35,43r0,12"},"\u2022":{"d":"89,0r0,-29r14,0r0,29r-14,0"},"\u00aa":{"d":"95,-237v40,-6,28,45,30,80v2,6,5,7,13,8r-1,10v-9,0,-13,-3,-19,-8v0,0,-23,8,-43,8v-15,0,-25,-11,-25,-29v0,-31,36,-27,63,-30v12,-38,-39,-27,-56,-25v-7,-20,18,-11,38,-14xm113,-187v-20,3,-53,-5,-51,20v-6,31,48,10,51,10r0,-30","w":186},"\u00ba":{"d":"93,-237v27,0,41,14,41,48v0,34,-14,50,-41,50v-27,0,-41,-16,-41,-50v0,-34,14,-48,41,-48xm93,-150v21,0,29,-12,29,-39v0,-27,-8,-37,-29,-37v-21,0,-29,10,-29,37v0,27,8,39,29,39","w":189},"\u2039":{"w":299},"I":{"d":"25,0r0,-248r50,0r0,248r-50,0","w":100},"O":{"d":"116,-44v40,0,50,-24,50,-78v0,-54,-10,-83,-50,-83v-40,0,-50,29,-50,83v0,54,10,78,50,78xm116,4v-77,0,-102,-42,-102,-126v0,-84,25,-131,102,-131v77,0,101,47,101,131v0,84,-24,126,-101,126","w":231},"\u00ab":{"d":"139,-137r-48,38r48,42r0,15v0,0,-48,-40,-60,-49r0,-13r60,-47r0,14xm214,-137r-49,38r49,42r0,15v0,0,-48,-40,-60,-49r0,-13r60,-47r0,14","w":299},"\u00bb":{"d":"210,-99r-49,-38r0,-14r60,47r0,13v-12,9,-60,49,-60,49r0,-15xm135,-99r-49,-38r0,-14r61,47r0,13v-12,9,-61,49,-61,49r0,-15","w":299},"\u201c":{"w":299},"~":{"w":299},"\u2014":{"w":299},"L":{"d":"165,0r-140,0r0,-248r50,0r0,200r90,0r0,48","w":175},"B":{"d":"25,-248v76,2,174,-17,172,63v0,32,-8,46,-27,58v22,10,32,25,32,57v0,86,-96,69,-177,70r0,-248xm150,-74v0,-38,-43,-26,-76,-28r0,56v33,-2,76,11,76,-28xm146,-176v0,-36,-40,-26,-72,-27r0,56v33,-1,72,8,72,-29","w":217},"D":{"d":"107,0r-82,0r0,-248r82,0v85,0,104,37,104,119v0,84,-16,129,-104,129xm160,-129v0,-66,-24,-77,-86,-72r0,154r33,0v48,0,53,-31,53,-82","w":225},"P":{"d":"202,-162v0,74,-48,98,-127,91r0,71r-50,0r0,-248r90,0v58,0,87,28,87,86xm75,-119v42,2,77,2,77,-43v0,-44,-37,-40,-77,-39r0,82","w":213},"b":{"d":"72,-176v55,-18,112,-5,112,84v0,77,-27,96,-90,96v-17,0,-70,-5,-70,-5r0,-251r48,0r0,76xm72,-41v38,6,69,-1,63,-51v5,-54,-32,-49,-63,-44r0,95","w":196},"v":{"d":"3,-180r50,0r29,140r10,0r30,-140r49,0r-43,180r-82,0","w":174},"x":{"d":"4,-180r51,0r29,56r29,-56r52,0r-50,90r50,90r-52,0r-29,-55r-29,55r-51,0r49,-90","w":168},"6":{"d":"175,-234r-5,45v0,0,-37,-5,-67,-5v-33,0,-44,18,-44,51v0,0,25,-9,42,-9v54,0,82,23,82,77v0,54,-34,79,-88,79v-63,0,-87,-43,-87,-122v0,-94,34,-124,95,-124v30,0,72,8,72,8xm131,-75v9,-40,-58,-32,-72,-25v0,31,6,58,36,58v23,0,36,-10,36,-33"},"9":{"d":"13,-4r5,-45v0,0,37,5,67,5v33,0,44,-17,44,-47v0,0,-25,6,-42,6v-51,0,-82,-26,-82,-77v0,-52,36,-80,88,-80v63,0,87,48,87,125v0,94,-34,121,-95,121v-30,0,-72,-8,-72,-8xm91,-131v19,0,38,-4,38,-4v0,-32,-8,-60,-36,-60v-22,0,-36,11,-36,33v0,22,12,31,34,31"},"\u00a5":{"d":"17,-105r0,-40r33,0r-52,-93r55,0r45,76r43,-76r56,0r-52,93r32,0r0,40r-54,0r0,13r54,0r0,40r-54,0r0,52r-50,0r0,-52r-56,0r0,-40r56,0r0,-13r-56,0","w":194},"<":{"d":"148,-151r-78,40r78,40r0,51r-125,-65r0,-51r125,-65r0,50"},">":{"d":"100,-111r-77,-40r0,-50r125,65r0,51r-125,65r0,-51"},"[":{"d":"101,-270r0,48r-41,0r0,219r41,0r0,47r-91,0r0,-314r91,0","w":108},"\\":{"d":"231,0r-53,0r-111,-253r54,0","w":299},"]":{"d":"-25,-222r0,-48r91,0r0,314r-91,0r0,-47r42,0r0,-219r-42,0","w":108},"|":{"d":"69,83r0,-353r49,0r0,353r-49,0"},"\u2260":{"d":"8,-120r0,-44r88,0r24,-52r39,15r-17,37r37,0r0,44r-56,0r-15,34r71,0r0,44r-90,0r-23,52r-39,-16r16,-36r-35,0r0,-44r54,0r15,-34r-69,0"},"\u00c6":{"d":"154,0r0,-42r-77,0r-10,42r-50,0r67,-248r228,0r0,47r-109,0r0,52r87,0r0,47r-87,0r0,54r109,0r0,48r-158,0xm116,-193r-26,103r64,0r0,-103r-38,0","w":323},"\u00b5":{"d":"20,79r0,-259r48,0r0,104v0,26,3,37,25,37v12,0,35,-6,35,-6r0,-135r48,0r0,180r-48,0r0,-8v-2,1,-41,17,-60,11r0,76r-48,0"},"\u03bc":{"d":"20,79r0,-259r48,0r0,104v0,26,3,37,25,37v12,0,35,-6,35,-6r0,-135r48,0r0,180r-48,0r0,-8v-2,1,-41,17,-60,11r0,76r-48,0"},"\u00e6":{"d":"205,-40v30,0,66,-3,66,-3r1,37v0,0,-42,10,-75,10v-24,0,-42,-5,-55,-17v-17,9,-38,17,-70,17v-36,0,-53,-23,-53,-59v0,-56,50,-55,101,-58v2,-15,-4,-25,-18,-25v-27,0,-70,4,-70,4r-1,-42v12,-2,107,-19,121,5v53,-31,135,-5,126,68r-4,34r-106,0v0,21,11,29,37,29xm67,-56v-7,31,52,14,53,14r0,-34v-22,2,-54,-5,-53,20xm168,-106r62,0v0,-26,-8,-35,-31,-35v-23,0,-31,11,-31,35","w":298},"\u0192":{"d":"77,-180v-10,-76,41,-84,93,-71r0,39v-27,0,-51,-6,-45,32r43,0r0,44r-43,0r0,160v4,65,-52,69,-100,60r0,-38v0,0,52,12,52,-22r0,-160r-20,0r0,-44r20,0"},"\u0152":{"d":"315,0r-157,0v-14,2,-30,4,-43,4v-76,0,-93,-42,-93,-128v0,-114,43,-124,135,-124r158,0r0,47r-109,0r0,52r87,0r0,47r-87,0r0,54r109,0r0,48xm73,-124v0,79,22,84,84,77r0,-155v-61,-5,-84,-6,-84,78","w":339},"\u0153":{"d":"222,-40v30,0,67,-3,67,-3r1,37v0,0,-42,10,-75,10v-24,0,-42,-5,-55,-17v-13,11,-31,17,-56,17v-63,0,-83,-39,-83,-94v0,-55,20,-94,83,-94v27,0,45,7,58,19v13,-13,32,-19,55,-19v66,0,88,51,75,115r-106,0v0,21,10,29,36,29xm104,-39v27,0,34,-18,34,-51v0,-33,-7,-50,-34,-50v-27,0,-34,17,-34,50v0,33,7,51,34,51xm186,-106r62,0v0,-26,-8,-35,-31,-35v-23,0,-31,12,-31,35","w":315},"\u2021":{"d":"131,7r0,-57r-49,0r0,-48r49,0r0,-55r-49,0r0,-48r49,0r0,-51r48,0r0,51r49,0r0,48r-49,0r0,55r49,0r0,48r-49,0r0,57r-48,0","w":299},"4":{"d":"110,4r0,-39r-102,0r0,-40r59,-163r55,0r-58,156r46,0r0,-61r49,0r0,61r22,0r0,47r-22,0r0,39r-49,0"},"\"":{"d":"117,-158r-44,0r-1,-90r47,0xm57,-158r-44,0r-1,-90r46,0","w":127},"'":{"d":"-6,-158r-1,-90r46,0r-2,90r-43,0","w":36},"(":{"d":"37,-270r52,0v0,0,-34,94,-34,162v0,67,34,153,34,153r-52,0v0,0,-35,-81,-35,-153v0,-72,35,-162,35,-162","w":93},")":{"d":"51,43r-52,0v0,0,34,-93,34,-161v0,-67,-34,-154,-34,-154r52,0v0,0,35,82,35,154v0,72,-35,161,-35,161","w":93},",":{"d":"-2,44r19,-93r51,0r-22,93r-48,0","w":61},"-":{"d":"25,-77r0,-48r108,0r0,48r-108,0","w":158},".":{"d":"16,0r0,-60r52,0r0,60r-52,0","w":89},"\/":{"d":"20,-7r102,-252r46,16r-102,252"},":":{"d":"13,-104r0,-60r51,0r0,60r-51,0xm13,0r0,-60r51,0r0,60r-51,0","w":82},";":{"d":"24,-57r-23,98r45,0r30,-98r-52,0xm20,-104r0,-60r52,0r0,60r-52,0","w":86},"=":{"d":"8,-120r0,-44r171,0r0,44r-171,0xm8,-42r0,-44r171,0r0,44r-171,0"},"?":{"d":"144,-186v-1,76,-72,63,-63,110r-52,0v-9,-62,61,-60,62,-103v0,-18,-2,-27,-30,-27v-18,0,-53,7,-53,7r-6,-48v0,0,42,-10,61,-10v57,0,81,18,81,71xm29,0r0,-60r52,0r0,60r-52,0","w":138},"_":{"d":"10,-5r154,0r0,44r-154,0r0,-44","w":187},"{":{"d":"59,-113v41,10,33,48,33,93v0,14,4,19,26,21r0,47v-73,2,-76,-41,-76,-105v0,-16,-6,-28,-33,-36r0,-40v48,-10,31,-36,31,-78v0,-46,25,-61,78,-63r0,48v-44,-3,-23,38,-23,65v0,29,-10,39,-36,48","w":122},"}":{"d":"63,-111v-41,-10,-33,-48,-33,-93v0,-14,-4,-19,-26,-21r0,-48v73,-2,76,42,76,106v0,16,6,27,33,35r0,41v-48,10,-31,36,-31,78v0,46,-25,61,-78,63r0,-48v44,3,23,-38,23,-65v0,-29,10,-39,36,-48","w":122},"\u00a2":{"d":"70,27r0,-37v-41,-3,-66,-27,-66,-80v0,-52,26,-76,66,-79r0,-37r40,0r0,39v15,1,28,3,28,3r-2,42v0,0,-28,-1,-42,-1v-31,0,-41,6,-41,33v-11,43,56,33,83,32r2,42r-28,4r0,39r-40,0","w":157},"\u2018":{"d":"59,-262r-18,89r-49,0r21,-89r46,0","w":61},"\u2019":{"d":"1,-190r18,-89r49,0r-20,89r-47,0","w":61},"\u00f7":{"d":"72,-145r0,-47r48,0r0,47r-48,0xm4,-82r0,-44r182,0r0,44r-182,0xm72,-17r0,-47r48,0r0,47r-48,0"},"\u20ac":{"d":"24,-166r22,0v7,-56,32,-76,88,-76v31,0,64,7,64,7r-1,43v0,0,-37,-1,-56,-1v-26,0,-38,4,-43,27r75,0r0,37r-78,0r0,23r78,0r0,38r-75,0v-3,34,78,20,99,22r1,44v0,0,-36,6,-64,6v-59,0,-81,-21,-88,-72r-22,0r0,-38r20,0r0,-23r-20,0r0,-37","w":213},"\u00d8":{"d":"21,27r22,-49v-19,-21,-26,-54,-26,-100v0,-96,43,-145,132,-127r21,-44r45,17r-23,49v21,22,28,58,28,105v0,97,-44,138,-135,123r-21,45xm128,-204v-63,-13,-65,64,-57,122xm106,-44v67,15,68,-66,59,-125","w":236},"&":{"d":"116,-257v48,0,74,22,74,63v0,32,-14,49,-48,74r28,29v2,-8,8,-32,9,-41r47,1v-3,22,-12,54,-18,70r40,38r-29,32r-37,-32v-50,51,-170,41,-170,-48v0,-35,22,-58,50,-74v-39,-44,-17,-112,54,-112xm61,-72v2,42,58,44,85,19r-55,-59v-16,9,-30,25,-30,40xm116,-212v-39,0,-23,50,-3,62v19,-14,28,-22,28,-39v0,-17,-9,-23,-25,-23","w":252},"*":{"d":"163,-180r-44,0r14,44r-26,7r-15,-43r-37,28r-17,-21r38,-28r-37,-26r16,-23r36,25r15,-42r27,9r-14,44r44,0r0,26"},"\u00a3":{"d":"170,-236r0,49v-17,-5,-69,-23,-62,26r44,0r0,45r-44,0r0,71v24,0,48,0,66,-5r7,44v-38,11,-93,4,-140,6r0,-45r19,0r0,-72r-11,0r0,-44r11,0v-4,-56,17,-84,57,-84v14,0,53,9,53,9","w":205},"\u00b6":{"d":"129,0r0,-204r-24,0r0,204r-47,0r0,-110v-44,1,-70,-29,-70,-71v0,-41,26,-71,67,-71r143,0r0,48r-21,0r0,204r-48,0"},"\u2020":{"d":"21,-146r0,-47r48,0r0,-59r48,0r0,59r49,0r0,47r-49,0r0,154r-48,0r0,-154r-48,0"},"%":{"d":"45,-252v31,0,45,21,45,54v0,29,-14,50,-45,50v-31,0,-45,-21,-45,-52v0,-31,14,-52,45,-52xm145,-105v31,0,45,21,45,52v0,31,-14,52,-45,52v-31,0,-45,-21,-45,-52v0,-31,14,-52,45,-52xm35,-2r89,-257r31,11r-89,257xm36,-200v0,17,1,24,9,24v8,0,10,-7,10,-24v0,-17,-2,-24,-10,-24v-8,0,-9,7,-9,24xm136,-53v0,17,1,23,9,23v8,0,10,-6,10,-23v0,-17,-2,-24,-10,-24v-8,0,-9,7,-9,24"},"+":{"d":"6,-83r0,-44r68,0r0,-67r44,0r0,67r68,0r0,44r-68,0r0,69r-44,0r0,-69r-68,0"},"^":{"d":"136,-158r-39,-77r-41,77r-50,0r65,-125r50,0r66,125r-51,0"},"\u00a0":{"w":84}}});

Cufon.replace(".MenuMid ul li a", {fontFamily: 'TitilliumText14L', fontWeight: 600, textShadow: '#1688a9 1px 1px', hover: true});
Cufon.replace("h1", {fontFamily: 'Yanone Kaffeesatz', fontWeight: 400, textShadow: '#e9e9e9 1px 1px'});
Cufon.replace(".BannerImageRight h1", {fontFamily: 'TitilliumText14L', fontWeight: 900, textShadow: '#e9e9e9 1px 1px',color: '-linear-gradient(#78de00, #4a8603)'});
Cufon.replace("h2", {fontFamily: 'Yanone Kaffeesatz Light', fontWeight: 300, textShadow: '#e9e9e9 1px 1px'});
Cufon.replace(".Fbox h3", {fontFamily: 'Yanone Kaffeesatz Light', fontWeight: 300, textShadow: '#2f5403 1px 1px'});
Cufon.replace(".ClientAreaLeft", {fontFamily: 'Yanone Kaffeesatz', fontWeight: 700, textShadow: '#e9e9e9 1px 1px',color: '-linear-gradient(#c7c7c7, #6e6e6e)'});
Cufon.replace(".FooterTopLeft", {fontFamily: 'Yanone Kaffeesatz', fontWeight: 700, textShadow: '#2f5403 1px 1px',color: '-linear-gradient(#FFFFFF, #ababab)'});
Cufon.replace(".SubpageBannerLeft", {fontFamily: 'Yanone Kaffeesatz', fontWeight: 700, textShadow: '#ffffff 1px 1px'});

