
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);};})()};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;};},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;}),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'),container,supported;el.type='text/css';el.media=media;container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);supported=!!(el.sheet||el.styleSheet);container.removeChild(el);return supported;}),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;},textDecoration:function(el,style){if(!style)style=this.getStyle(el);var types={underline:null,overline:null,'line-through':null};for(var search=el;search.parentNode&&search.parentNode.nodeType==1;){var foundAll=true;for(var type in types){if(!hasOwnProperty(types,type)||types[type])continue;if(style.get('textDecoration').indexOf(type)!=-1)types[type]=style.get('color');foundAll=false;}
if(foundAll)break;style=this.getStyle(search=search.parentNode);}
return types;},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(text,style){return text[{uppercase:'toUpperCase',lowercase:'toLowerCase'}[style.get('textTransform')]||'toString']();},whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};return function(text,style,node){if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(/^\s+/,'');if(!node.nextSibling)text=text.replace(/\s+$/,'');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 linkElements=elementsByTagName('link'),watch={stylesheet:1};function allStylesLoaded(){var sheet,i,link;for(i=0;link=linkElements[i];++i){if(link.disabled||!watch[link.rel.toLowerCase()]||!CSS.recognizesMedia(link.media||'screen'))continue;sheet=link.sheet||link.styleSheet;if(!sheet||sheet.disabled)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;this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX,box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>weight&&b>weight)?a<b:a>b:(a<weight&&b<weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this);}
function onEnterLeave(e){trigger(this);}
function trigger(el){setTimeout(function(){api.replace(el,sharedStorage.get(el).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){if(!style)style=CSS.getStyle(el);var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0,l=families.length;i<l;++i){family=families[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={},args,key;for(var i=0,l=arguments.length;args=arguments[i],i<l;++i){for(key in args){if(hasOwnProperty(args,key))merged[key]=args[key];}}
return merged;}
function process(font,text,style,options,node,el){var separate=options.separate;if(separate=='none')return engines[options.engine].apply(null,arguments);var fragment=document.createDocumentFragment(),processed;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 font,style,node,nodeType,nextNode,redraw;for(node=attach(el,options).firstChild;node;node=nextNode){nodeType=node.nodeType;nextNode=node.nextSibling;redraw=false;if(nodeType==1){if(!node.firstChild)continue;if(!/cufon/.test(node.className)){arguments.callee(node,options);continue;}
else redraw=true;}
else if(nodeType!=3)continue;if(!style)style=CSS.getStyle(el).extend(options);if(!font)font=getFont(el,style);if(!font)continue;if(redraw){engines[options.engine](font,null,style,options,node,el);continue;}
var text=CSS.whiteSpace(node.data,style,node);if(text==='')continue;var processed=process(font,text,style,options,node,el);if(processed)node.parentNode.replaceChild(processed,node);else node.parentNode.removeChild(node);}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var engines={},fonts={},defaultOptions={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textShadow:'none'};var separators={words:/[^\S\u00a0]+/,characters:''};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){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(typeof options.textShadow=='string')
options.textShadow=CSS.textShadow(options.textShadow);if(typeof options.color=='string'&&/^-/.test(options.color))
options.textGradient=CSS.gradient(options.color);if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('.cufon-canvas{text-indent:0;}'+'@media screen,projection{'+'.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}'+
(HAS_INLINE_BLOCK?'.cufon-canvas canvas{position:relative;}':'.cufon-canvas canvas{position:absolute;}')+'}'+'@media print{'+'.cufon-canvas{padding:0;}'+'.cufon-canvas canvas{display:none;}'+'.cufon-canvas .cufon-alt{display:inline;}'+'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(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.alt;var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var letterSpacing=style.get('letterSpacing');letterSpacing=(letterSpacing=='normal')?0:size.convertFrom(parseInt(letterSpacing,10));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(''),chr;var glyphs=font.glyphs,glyph,kerning,k;var width=0,advance,jumps=[];for(var i=0,j=0,l=chars.length;i<l;++i){glyph=glyphs[chr=chars[i]]||font.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j-1]-=k;}
width+=advance=jumps[j++]=~~(glyph.w||font.w)+letterSpacing;kerning=glyph.k;}
if(advance===undefined)return null;expandRight+=viewBox.width-advance;expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-canvas';wrapper.alt=text;canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';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;canvas.width=Math.ceil(size.convert(width*roundingFactor+expandRight-expandLeft));canvas.height=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.ceil(size.convert(width*roundingFactor))+'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.lineWidth=font.face['underline-thickness'];g.save();function line(y,color){g.strokeStyle=color;g.beginPath();g.moveTo(0,y);g.lineTo(width,y);g.stroke();}
var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};if(textDecoration.underline)line(-font.face['underline-position'],textDecoration.underline);if(textDecoration.overline)line(font.ascent,textDecoration.overline);function renderText(){g.scale(roundingFactor,1);for(var i=0,j=0,l=chars.length;i<l;++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();if(textDecoration['line-through'])line(-font.descent,textDecoration['line-through']);return wrapper;};})());Cufon.registerEngine('vml',(function(){if(!document.namespaces)return;if(document.namespaces.cvml==null){document.namespaces.add('cvml','urn:schemas-microsoft-com:vml');}
var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;document.write(('<style type="text/css">'+'.cufon-vml-canvas{text-indent:0;}'+'@media screen{'+'cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}'+'.cufon-vml-canvas{position:absolute;text-align:left;}'+'.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}'+'.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}'+'a .cufon-vml{cursor:pointer}'+'}'+'@media print{'+'.cufon-vml *{display:none;}'+'.cufon-vml .cufon-alt{display:inline;}'+'}'+'</style>').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value;var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var letterSpacing=style.computedLSpacing;if(letterSpacing==undefined){letterSpacing=style.get('letterSpacing');style.computedLSpacing=letterSpacing=(letterSpacing=='normal')?0:~~size.convertFrom(getSizeInPixels(el,letterSpacing));}
var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('span');canvas.className='cufon-vml-canvas';wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';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 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 textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split(''),chr;var glyphs=font.glyphs,glyph,kerning,k;var width=0,jumps=[],offsetX=0,advance;var shape,shadows=options.textShadow;for(var i=0,j=0,l=chars.length;i<l;++i){glyph=glyphs[chr=chars[i]]||font.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j-1]-=k;}
width+=advance=jumps[j++]=~~(glyph.w||font.w)+letterSpacing;kerning=glyph.k;}
if(advance===undefined)return null;var fullWidth=-minX+width+(viewBox.width-advance);var shapeWidth=size.convert(fullWidth*roundingFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);for(i=0,j=0;i<l;++i){glyph=glyphs[chars[i]]||font.missingGlyph;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++];}
wStyle.width=Math.max(Math.ceil(size.convert(width*roundingFactor)),0);return wrapper;};})());Cufon.registerFont({"w":166,"face":{"font-family":"HelveticaNeue LT 57 Cn","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-8 -276 278 68.1848","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86,"k":{"Y":13,"W":13,"V":13,"T":13,"A":13}},"!":{"d":"36,-67r-6,-190r33,0r-6,190r-21,0xm30,0r0,-35r33,0r0,35r-33,0","w":92},"\"":{"d":"31,-166r0,-91r24,0r0,91r-24,0xm91,-166r0,-91r24,0r0,91r-24,0","w":146},"#":{"d":"28,0r10,-74r-30,0r0,-24r33,0r7,-55r-32,0r0,-24r35,0r9,-73r24,0r-9,73r38,0r9,-73r23,0r-9,73r29,0r0,24r-32,0r-7,55r30,0r0,24r-33,0r-9,74r-24,0r10,-74r-38,0r-10,74r-24,0xm71,-153r-7,55r39,0r6,-55r-38,0","w":172},"$":{"d":"93,-21v22,-1,39,-19,39,-43v0,-21,-13,-36,-39,-46r0,89xm78,-146r0,-83v-47,4,-44,73,0,83xm11,-186v0,-41,27,-67,67,-69r0,-21r15,0r0,21v42,2,64,26,65,70r-32,0v0,-27,-11,-42,-33,-44r0,88v49,16,70,23,72,72v2,45,-28,72,-72,74r0,34r-15,0r0,-34v-52,-2,-71,-27,-70,-83r31,0v0,37,8,53,39,57r0,-94v-44,-14,-67,-24,-67,-71","w":172},"%":{"d":"64,-235v-31,-4,-23,64,-18,85v2,9,9,14,18,14v22,0,21,-19,21,-50v0,-31,1,-46,-21,-49xm67,5r112,-260r25,0r-112,260r-25,0xm210,-114v-30,-4,-23,65,-18,86v2,9,9,14,18,14v22,0,21,-19,21,-50v-1,-31,1,-47,-21,-50xm111,-186v0,44,-9,69,-47,69v-38,0,-47,-24,-47,-69v0,-45,9,-69,47,-69v38,0,47,25,47,69xm257,-64v0,44,-9,69,-47,69v-39,0,-48,-25,-48,-69v0,-44,9,-69,48,-69v38,0,47,25,47,69","w":273},"&":{"d":"90,-233v-42,3,-22,50,-4,70v13,-14,29,-24,30,-45v0,-13,-11,-26,-26,-25xm77,-127v-49,22,-49,106,11,106v16,0,32,-8,46,-25xm63,-147v-35,-38,-39,-107,26,-110v51,-3,69,47,43,81v-6,7,-22,23,-33,32r51,73v5,-13,8,-30,10,-50r28,0v1,18,-13,66,-21,75r33,46r-34,0r-17,-24v-39,50,-140,32,-140,-42v0,-35,27,-64,54,-81","w":200},"'":{"d":"31,-166r0,-91r24,0r0,91r-24,0","w":86},"(":{"d":"68,-257r17,0v-52,87,-52,229,0,323r-17,0v-71,-92,-70,-230,0,-323","w":86},")":{"d":"19,66r-18,0v53,-87,53,-229,0,-323r18,0v69,93,70,231,0,323","w":86},"*":{"d":"53,-214r0,-43r21,0r0,43r39,-15r8,21r-41,12r27,34r-18,13r-26,-36r-26,36r-18,-13r28,-34r-41,-12r8,-21","w":126},"+":{"d":"96,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0r0,79r79,0r0,24r-79,0r0,79r-24,0","w":216},",":{"d":"27,0r0,-38r33,0v0,44,3,85,-33,91r0,-17v14,-6,16,-18,15,-36r-15,0","w":86,"k":{" ":13}},"-":{"d":"17,-79r0,-24r182,0r0,24r-182,0","w":216},".":{"d":"27,0r0,-38r33,0r0,38r-33,0","w":86,"k":{" ":13}},"\/":{"d":"-4,5r84,-267r24,0r-84,267r-24,0","w":100},"0":{"d":"159,-124v0,75,-12,129,-73,129v-63,0,-72,-51,-72,-129v0,-77,11,-131,72,-131v64,0,73,51,73,131xm86,-231v-42,5,-41,49,-41,107v0,58,0,100,41,105v41,-4,41,-46,41,-105v0,-60,1,-102,-41,-107","w":172},"1":{"d":"24,-213v40,-2,60,-8,63,-42r22,0r0,255r-31,0r0,-192r-54,0r0,-21","w":172},"2":{"d":"88,-255v62,0,84,66,57,115v-21,37,-87,64,-97,112r110,0r0,28r-143,0v-7,-62,69,-107,101,-149v20,-26,10,-80,-28,-80v-27,0,-40,18,-40,55r-32,0v0,-54,24,-81,72,-81","w":172},"3":{"d":"46,-69v-1,27,14,51,40,50v27,0,41,-17,41,-52v1,-38,-22,-52,-62,-49r0,-24v36,4,55,-13,55,-45v0,-28,-12,-42,-34,-42v-24,0,-36,17,-36,50r-32,0v-1,-47,24,-70,68,-74v73,-7,87,107,26,121v76,17,54,139,-26,139v-45,0,-73,-29,-72,-74r32,0","w":172},"4":{"d":"103,-205v-24,37,-43,79,-65,118r65,0r0,-118xm11,-90r92,-165r30,0r0,168r29,0r0,25r-29,0r0,62r-30,0r0,-62r-92,0r0,-28","w":172},"5":{"d":"84,-143v-14,-1,-34,15,-36,25r-27,-1r14,-131r114,0r0,28r-90,0v-2,24,-9,52,-9,75v43,-46,118,-3,108,65v11,81,-91,115,-131,59v-8,-12,-13,-27,-13,-43r32,0v0,26,14,48,39,47v28,0,42,-22,42,-66v-1,-31,-14,-57,-43,-58","w":172},"6":{"d":"13,-116v0,-81,12,-136,77,-139v38,-2,63,24,64,61r-31,0v0,-21,-12,-37,-34,-37v-36,0,-50,55,-44,97v32,-58,115,-23,115,52v0,49,-25,88,-72,87v-60,-1,-75,-49,-75,-121xm88,-19v28,0,41,-28,41,-59v0,-39,-14,-59,-41,-59v-27,0,-40,20,-40,59v0,32,12,59,40,59","w":172},"7":{"d":"159,-224v-43,54,-77,144,-85,224r-35,0v11,-85,47,-164,91,-222r-116,0r0,-28r145,0r0,26","w":172},"8":{"d":"86,5v-82,0,-100,-123,-28,-141v-62,-20,-41,-126,28,-119v70,-7,92,99,28,119v30,10,45,32,45,66v0,46,-27,75,-73,75xm86,-231v-22,0,-33,14,-33,42v0,28,11,41,33,41v22,0,34,-13,34,-41v0,-28,-12,-42,-34,-42xm45,-71v0,35,13,52,41,52v28,0,42,-17,42,-52v0,-35,-14,-53,-42,-53v-28,0,-41,18,-41,53","w":172},"9":{"d":"160,-134v0,81,-11,136,-77,139v-38,2,-65,-24,-65,-61r32,0v0,21,12,37,34,37v36,0,50,-55,44,-97v-10,19,-27,29,-49,29v-45,0,-66,-33,-66,-81v0,-49,25,-88,72,-87v60,1,75,49,75,121xm85,-231v-28,0,-41,28,-41,59v0,39,14,59,41,59v27,0,40,-20,40,-59v0,-32,-12,-59,-40,-59","w":172},":":{"d":"27,-144r0,-38r33,0r0,38r-33,0xm27,0r0,-38r33,0r0,38r-33,0","w":86,"k":{" ":13}},";":{"d":"27,0r0,-38r33,0v0,44,3,85,-33,91r0,-17v14,-6,16,-18,15,-36r-15,0xm27,-144r0,-38r33,0r0,38r-33,0","w":86},"<":{"d":"17,-80r0,-22r182,-83r0,24r-154,70r154,70r0,24","w":216},"=":{"d":"17,-116r0,-24r182,0r0,24r-182,0xm17,-42r0,-24r182,0r0,24r-182,0","w":216},">":{"d":"17,3r0,-24r154,-70r-154,-70r0,-24r182,83r0,22","w":216},"?":{"d":"116,-194v0,-22,-13,-40,-35,-40v-25,0,-38,18,-38,53r-30,0v-1,-46,23,-79,67,-79v41,0,67,29,67,68v0,58,-60,63,-57,125r-28,0v-8,-71,52,-66,54,-127xm59,0r0,-35r34,0r0,35r-34,0","w":159},"@":{"d":"147,-183v-33,0,-62,45,-61,78v0,20,15,33,34,34v28,2,58,-45,56,-76v0,-17,-12,-36,-29,-36xm63,-103v0,-50,37,-102,84,-102v22,0,33,12,42,30r8,-23r20,0r-34,118v0,6,4,9,11,9v33,1,60,-42,60,-78v0,-55,-52,-91,-110,-91v-61,0,-110,51,-110,111v0,62,49,113,110,112v45,0,78,-13,98,-40r22,0v-24,41,-64,62,-120,62v-72,0,-134,-62,-134,-134v0,-71,62,-133,134,-133v72,0,134,44,134,111v0,53,-43,101,-93,102v-15,0,-24,-8,-26,-22v-32,40,-96,21,-96,-32","w":288},"A":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0","w":180,"k":{"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"B":{"d":"141,-73v0,-47,-40,-52,-88,-49r0,96v47,2,88,3,88,-47xm100,-257v73,-9,87,102,28,119v73,21,58,150,-37,138r-70,0r0,-257r79,0xm53,-231r0,85v43,2,79,1,79,-43v0,-42,-36,-44,-79,-42","w":186},"C":{"d":"100,-21v34,0,45,-27,45,-67r33,0v-4,62,-30,93,-78,93v-67,0,-83,-55,-83,-134v0,-77,17,-133,83,-133v49,0,75,27,76,80r-33,0v-1,-36,-15,-54,-43,-54v-46,0,-50,47,-50,107v0,61,4,108,50,108","w":186},"D":{"d":"150,-128v0,-78,-18,-111,-94,-103r0,205v73,9,94,-29,94,-102xm93,-257v73,3,90,44,90,128v0,86,-29,129,-87,129r-72,0r0,-257r69,0","w":200,"k":{"Y":7}},"E":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0"},"F":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,120r-32,0","w":159,"k":{"r":7,"o":7,"i":6,"e":9,"a":7,"A":19,".":40,",":40}},"G":{"d":"17,-129v0,-77,17,-131,83,-133v48,-1,76,27,76,76r-33,0v-2,-34,-16,-50,-43,-50v-46,0,-50,47,-50,107v0,61,4,108,50,108v31,0,47,-29,47,-87r-51,0r0,-26r80,0r0,134r-24,0r0,-35v-7,23,-29,40,-56,40v-64,0,-79,-58,-79,-134","w":193},"H":{"d":"172,-257r0,257r-31,0r0,-124r-88,0r0,124r-32,0r0,-257r32,0r0,105r88,0r0,-105r31,0","w":193},"I":{"d":"21,0r0,-257r32,0r0,257r-32,0","w":73},"J":{"d":"68,-21v29,-2,33,-19,33,-54r0,-182r31,0r0,183v0,52,-15,79,-64,79v-44,0,-65,-31,-60,-80r30,0v-2,30,3,56,30,54","w":153},"K":{"d":"21,0r0,-257r32,0r0,125r89,-125r35,0r-77,107r84,150r-35,0r-70,-124r-26,37r0,87r-32,0","w":180,"k":{"y":4,"u":7,"o":7}},"L":{"d":"21,0r0,-257r32,0r0,229r104,0r0,28r-136,0","w":159,"k":{"y":13,"Y":33,"W":27,"V":27,"T":34}},"M":{"d":"22,0r0,-257r53,0r52,204r52,-204r53,0r0,257r-32,0r-1,-225r-56,225r-32,0r-58,-225r0,225r-31,0","w":253},"N":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0","w":200},"O":{"d":"17,-129v0,-77,17,-133,83,-133v66,0,83,56,83,133v0,77,-17,134,-83,134v-66,0,-83,-57,-83,-134xm100,-21v66,5,54,-134,41,-183v-6,-21,-21,-32,-41,-32v-46,0,-50,47,-50,107v0,61,4,105,50,108","w":200,"k":{"Y":9,"X":9}},"P":{"d":"166,-183v0,62,-47,80,-113,74r0,109r-32,0r0,-257v76,-2,145,-5,145,74xm53,-135v47,4,80,-4,80,-50v0,-46,-35,-49,-80,-46r0,96","w":173,"k":{"o":6,"e":6,"a":6,"A":13,".":46,",":46}},"Q":{"d":"100,-262v100,-7,96,172,62,235r26,24r-18,18r-26,-23v-12,9,-26,13,-44,13v-66,-2,-83,-57,-83,-134v0,-77,17,-128,83,-133xm50,-129v-2,69,14,124,73,102r-24,-22r17,-20r24,22v12,-47,28,-194,-40,-189v-46,3,-48,47,-50,107","w":200},"R":{"d":"130,-128v55,2,25,101,53,128r-39,0v-21,-25,14,-122,-49,-114r-42,0r0,114r-32,0r0,-257v71,-1,149,-9,149,64v0,37,-14,59,-40,65xm137,-190v0,-41,-41,-43,-84,-41r0,91v48,2,84,-1,84,-50","w":186,"k":{"Y":6,"W":-7,"U":-7,"T":6}},"S":{"d":"46,-133v-58,-30,-32,-129,44,-129v47,0,71,24,72,72r-32,0v0,-30,-13,-46,-40,-46v-53,0,-55,71,-11,85v40,13,94,26,90,80v11,75,-101,97,-142,54v-11,-13,-16,-35,-16,-64r32,0v0,42,10,59,48,60v51,2,61,-70,13,-89","w":180},"T":{"d":"99,-229r0,229r-32,0r0,-229r-64,0r0,-28r161,0r0,28r-65,0","k":{"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,",":33}},"U":{"d":"169,-76v0,50,-26,82,-76,81v-50,0,-75,-27,-75,-81r0,-181r32,0r0,181v0,35,10,55,43,55v34,0,44,-18,44,-55r0,-181r32,0r0,181","w":186},"V":{"d":"62,0r-63,-257r33,0r52,221r50,-221r33,0r-65,257r-40,0","k":{"u":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,",":33}},"W":{"d":"54,0r-51,-257r32,0r40,210r36,-210r38,0r37,210r39,-210r32,0r-53,257r-38,0r-36,-208r-37,208r-39,0","w":259,"k":{"o":6,"e":6,"a":6,"A":6,".":27,",":27}},"X":{"d":"69,-131r-63,-126r35,0r47,96r47,-96r33,0r-64,126r68,131r-35,0r-51,-103r-52,103r-33,0","w":173},"Y":{"d":"67,-101r-68,-156r35,0r49,120r51,-120r33,0r-68,156r0,101r-32,0r0,-101","k":{"u":22,"o":27,"i":11,"e":27,"a":27,"A":20,";":13,":":13,".":40,",":40}},"Z":{"d":"8,0r0,-27r116,-202r-109,0r0,-28r142,0r0,29r-116,200r117,0r0,28r-150,0"},"[":{"d":"28,66r0,-323r65,0r0,24r-37,0r0,275r37,0r0,24r-65,0","w":93},"\\":{"d":"80,5r-84,-267r24,0r84,267r-24,0","w":100},"]":{"d":"65,-257r0,323r-64,0r0,-24r36,0r0,-275r-36,0r0,-24r64,0","w":93},"^":{"d":"17,-94r82,-156r18,0r82,156r-24,0r-67,-130r-67,130r-24,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"`":{"d":"-6,-271r36,0r25,51r-22,0","w":73},"a":{"d":"110,-23v-21,40,-100,38,-100,-28v0,-59,65,-53,97,-77v6,-21,0,-46,-29,-46v-22,0,-33,14,-33,39r-30,0v0,-45,19,-60,65,-63v83,-5,59,93,59,163v0,14,7,19,16,14r0,21v-24,4,-45,3,-45,-23xm69,-19v19,0,40,-17,39,-36r0,-50v-19,18,-66,14,-66,53v0,22,9,33,27,33","w":159,"k":{"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"b":{"d":"122,-96v0,-41,-3,-76,-35,-76v-26,0,-39,26,-39,76v0,50,13,75,39,75v24,0,35,-25,35,-75xm91,5v-19,0,-38,-14,-42,-29r0,24r-29,0r0,-257r30,0r1,86v5,-15,23,-28,44,-27v39,0,59,34,59,102v1,53,-17,100,-63,101"},"c":{"d":"78,5v-52,-2,-67,-39,-66,-99v0,-69,22,-104,68,-104v39,0,62,25,62,64r-30,0v0,-22,-11,-41,-31,-40v-37,2,-37,33,-38,80v-1,41,6,74,37,75v21,0,32,-16,32,-48r30,0v0,40,-24,73,-64,72","w":153,"k":{"y":7,"l":7}},"d":{"d":"80,-172v-32,0,-36,34,-36,76v0,42,4,75,36,75v34,0,39,-30,38,-75v0,-50,-12,-76,-38,-76xm117,-171r0,-86r30,0r0,257r-29,0v-1,-7,2,-18,-1,-24v-4,15,-22,29,-41,29v-42,0,-63,-33,-63,-101v0,-98,65,-130,104,-75","k":{"y":-4}},"e":{"d":"81,-174v-25,1,-36,28,-35,57r69,0v2,-34,-9,-58,-34,-57xm82,-198v54,0,67,44,65,105r-102,0v0,43,4,72,37,74v21,1,33,-20,33,-44r30,0v-1,36,-28,70,-65,68v-52,-2,-67,-39,-67,-99v0,-69,23,-104,69,-104","w":159},"f":{"d":"29,0r0,-169r-28,0r0,-24r28,0v-5,-49,12,-74,64,-67r0,26v-18,-1,-34,0,-34,18r0,23r33,0r0,24r-33,0r0,169r-30,0","w":93},"g":{"d":"79,-26v33,-1,39,-29,39,-70v0,-50,-12,-76,-38,-76v-32,0,-36,34,-36,76v0,47,12,70,35,70xm76,-198v21,0,36,16,42,30r0,-25r29,0r0,181v0,52,-22,78,-66,78v-39,0,-60,-16,-63,-48r30,0v1,16,12,24,31,24v38,0,42,-32,37,-68v-6,15,-24,26,-44,26v-42,1,-60,-47,-59,-96v0,-68,21,-102,63,-102","k":{"y":-4}},"h":{"d":"88,-172v-22,0,-39,16,-38,39r0,133r-30,0r0,-257r30,0r1,86v6,-14,27,-27,46,-27v38,0,51,19,50,61r0,137r-30,0r0,-133v0,-26,-10,-39,-29,-39"},"i":{"d":"22,0r0,-193r30,0r0,193r-30,0xm22,-222r0,-35r30,0r0,35r-30,0","w":73},"j":{"d":"-8,39v26,4,29,-4,30,-31r0,-201r30,0r0,212v1,37,-23,51,-60,46r0,-26xm52,-257r0,35r-30,0r0,-35r30,0","w":73},"k":{"d":"95,-120r69,120r-35,0r-54,-95r-25,30r0,65r-30,0r0,-257r30,0r1,153r67,-89r36,0","w":159},"l":{"d":"22,0r0,-257r30,0r0,257r-30,0","w":73,"k":{"w":-4}},"m":{"d":"89,-172v-22,0,-36,17,-36,39r0,133r-30,0r0,-193r28,0v1,7,-2,18,1,23v12,-34,81,-40,89,3v9,-15,23,-31,45,-31v38,0,51,18,51,61r0,137r-30,0r0,-133v0,-26,-9,-39,-26,-39v-22,0,-36,17,-36,39r0,133r-30,0r0,-133v0,-26,-9,-39,-26,-39","w":259},"n":{"d":"88,-172v-22,0,-39,16,-38,39r0,133r-30,0r0,-193r29,0r0,23v7,-16,25,-28,47,-28v83,-1,41,125,51,198r-30,0r0,-133v0,-26,-10,-39,-29,-39","k":{"y":-4}},"o":{"d":"10,-96v0,-68,24,-102,70,-102v46,0,69,34,69,102v0,68,-23,101,-69,101v-46,0,-70,-33,-70,-101xm118,-96v0,-43,-5,-78,-39,-78v-25,0,-37,26,-37,78v0,52,12,77,37,77v26,0,39,-25,39,-77","w":159,"k":{"y":-4,"w":-4}},"p":{"d":"87,-172v-35,0,-39,32,-39,76v0,50,13,75,39,75v32,0,35,-35,35,-79v0,-48,-11,-72,-35,-72xm91,5v-21,0,-33,-14,-41,-27r0,85r-30,0r0,-256r29,0r0,24v4,-15,23,-29,42,-29v42,0,63,33,63,98v0,52,-17,105,-63,105"},"q":{"d":"44,-100v0,45,3,79,36,79v26,0,38,-25,38,-75v1,-45,-3,-76,-38,-76v-24,0,-36,24,-36,72xm118,-169r0,-24r29,0r0,256r-30,0r-1,-85v-6,15,-20,27,-40,27v-42,0,-63,-35,-63,-105v0,-93,71,-127,105,-69"},"r":{"d":"106,-166v-79,-17,-52,96,-56,166r-30,0r0,-193r30,0v1,9,-2,22,1,29v14,-27,28,-39,55,-32r0,30","w":106,"k":{"y":-6,"v":-6,".":27,",":27}},"s":{"d":"13,-145v-7,-56,87,-70,112,-31v5,9,8,23,8,40r-30,0v-1,-24,-5,-38,-29,-38v-21,0,-31,9,-31,29v0,46,101,26,95,90v-4,38,-24,60,-63,60v-44,0,-66,-22,-66,-68r30,0v-8,55,70,58,68,12v-2,-53,-104,-27,-94,-94","w":146,"k":{"w":-4}},"t":{"d":"92,0v-33,5,-63,3,-63,-36r0,-133r-28,0r0,-24r28,0r0,-56r30,0r0,56r34,0r0,24r-34,0r0,124v-1,21,13,23,33,20r0,25","w":93},"u":{"d":"78,-21v22,0,40,-16,39,-39r0,-133r30,0r0,193r-29,0v-1,-7,2,-18,-1,-23v-6,16,-25,28,-46,28v-38,-1,-51,-18,-51,-61r0,-137r30,0r0,133v0,26,9,39,28,39"},"v":{"d":"56,0r-52,-193r33,0r36,155r36,-155r34,0r-53,193r-34,0","w":146,"k":{".":20,",":20}},"w":{"d":"49,0r-45,-193r31,0r32,158r33,-158r35,0r33,158r30,-158r32,0r-46,193r-33,0r-35,-158r-32,158r-35,0","w":233,"k":{".":13,",":13}},"x":{"d":"55,-100r-49,-93r33,0r35,69r35,-69r33,0r-50,93r52,100r-33,0r-39,-76r-37,76r-33,0","w":146},"y":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0v-24,79,-40,170,-71,241v-13,15,-32,17,-59,14r0,-23v28,7,44,-10,47,-35","w":146,"k":{"a":-4,".":20,",":20}},"z":{"d":"14,-167r0,-26r116,0r0,25r-86,142r86,0r0,26r-120,0r0,-24r87,-143r-83,0","w":140},"{":{"d":"93,66v-119,22,-25,-142,-92,-151r0,-21v61,-4,-11,-153,66,-151r26,0r0,24v-77,-16,0,123,-69,138v40,6,32,62,32,108v0,27,12,31,37,29r0,24","w":93},"|":{"d":"28,5r0,-267r24,0r0,267r-24,0","w":79},"}":{"d":"1,-257v118,-21,24,143,92,151r0,21v-69,8,26,174,-92,151r0,-24v76,17,-1,-123,68,-138v-40,-6,-32,-62,-32,-108v0,-27,-11,-31,-36,-29r0,-24","w":93},"~":{"d":"147,-66v-44,1,-81,-58,-112,-1r-15,-16v16,-22,32,-34,49,-34v28,0,50,28,76,28v12,0,24,-9,36,-27r15,17v-16,23,-32,33,-49,33","w":216},"\u00a0":{"w":86,"k":{"Y":13,"W":13,"V":13,"T":13,"A":13}}}});