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;},strict:(function(){var doctype;if(document.compatMode=='BackCompat')return false;doctype=document.doctype;if(doctype){return!/frameset|transitional/i.test(doctype.publicId);}
doctype=document.firstChild;if(doctype.nodeType!=8||/^DOCTYPE.+(transitional|frameset)/i.test(doctype.data)){return false;}
return true;})()};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');var checkTypes={'':1,'text/css':1};function isContainerReady(el){if(!checkTypes[el.type.toLowerCase()])return true;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){if(!e)e=window.event;trigger(e.target||e.srcElement,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;if(hoverState){options=merge(options,options.hover);options._mediatorMode=1;}
api.replace(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);}};this.detach=function(el){if(el.onmouseenter===undefined){removeEvent(el,'mouseover',onOverOut);removeEvent(el,'mouseout',onOverOut);}
else{removeEvent(el,'mouseenter',onEnterLeave);removeEvent(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,listener);}}
function attach(el,options){if(options._mediatorMode)return el;var storage=sharedStorage.get(el);var oldOptions=storage.options;if(oldOptions){if(oldOptions===options)return el;if(oldOptions.hover)hoverHandler.detach(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 removeEvent(el,type,listener){if(el.removeEventListener){el.removeEventListener(type,listener,false);}
else if(el.detachEvent){el.detachEvent('on'+type,listener);}}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;if(options.ignoreClass&&options.ignoreClass.test(el.className))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},ignoreClass:null,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.ignoreClass=='string'){options.ignoreClass=new RegExp('(?:^|\\s)(?:'+options.ignoreClass.replace(/\s+/g,'|')+')(?:\\s|$)');}
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(typeof elements=='string'){if(!ignoreHistory)replaceHistory.add(elements,arguments);elements=[elements];}
else if(elements.nodeType)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":206,"face":{"font-family":"Rockwell","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 6 6 3 2 2 5 2 4 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-53 -329 381 97.9965","underline-thickness":"17.9297","underline-position":"-19.1602","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":90,"k":{"\u2018":29,"\u201c":29,"Y":36,"W":29,"V":29,"T":14}},"!":{"d":"61,-66r-18,0r-8,-104r0,-75r35,0v2,64,-4,122,-9,179xm31,0r0,-43r43,0r0,43r-43,0","w":105},"\"":{"d":"40,-248v39,0,5,71,4,102r-7,0r-14,-81v0,-14,6,-21,17,-21xm105,-248v38,8,6,72,5,102r-9,0r-14,-81v0,-14,6,-21,18,-21","w":146},"#":{"d":"97,-179r70,0r14,-69r26,0r-15,69r33,0r0,26r-38,0r-13,62r51,0r0,26r-56,0r-14,68r-26,0r14,-68r-70,0r-14,68r-26,0r14,-68r-32,0r0,-26r38,0r13,-62r-51,0r0,-26r56,0r14,-69r26,0xm92,-153r-13,62r69,0r13,-62r-69,0","w":240},"$":{"d":"180,-69v1,45,-29,68,-71,73r0,27r-26,0r0,-27v-42,-2,-74,-33,-72,-78r32,0v2,29,15,46,40,49r0,-81v-45,-9,-67,-32,-67,-68v0,-40,28,-65,67,-69r0,-11r26,0r0,11v37,5,64,27,60,78r-31,0v-1,-29,-6,-43,-29,-48r0,78v48,9,70,21,71,66xm83,-141r0,-74v-43,5,-42,67,0,74xm109,-100r0,75v34,-4,47,-37,30,-62v-4,-6,-15,-10,-30,-13","w":195},"%":{"d":"81,-117v-35,-1,-52,-27,-52,-66v-1,-37,17,-65,52,-65v35,1,52,27,52,65v1,38,-16,66,-52,66xm54,-183v0,32,9,49,27,49v18,0,27,-17,27,-49v0,-32,-9,-49,-27,-49v-18,0,-27,17,-27,49xm65,0r194,-245r25,0r-193,245r-26,0xm268,4v-35,0,-52,-27,-52,-66v0,-39,17,-64,52,-65v35,-1,53,29,52,65v0,39,-17,66,-52,66xm241,-62v0,32,9,49,27,49v18,0,26,-17,26,-49v0,-32,-8,-48,-26,-48v-18,0,-27,16,-27,48","w":348},"&":{"d":"168,-196v-1,34,-22,42,-51,56r49,67v9,-16,15,-34,19,-56r51,0r0,30r-26,0v-6,23,-15,40,-25,52r13,16r38,0r0,31r-56,0r-16,-21v-56,52,-155,17,-153,-58v0,-33,19,-57,56,-73v-37,-39,-8,-96,43,-96v31,0,59,22,58,52xm110,-220v-32,3,-30,35,-11,57v21,-10,33,-14,37,-34v-1,-13,-11,-24,-26,-23xm85,-129v-61,19,-41,103,17,102v16,0,30,-6,43,-19","w":243},"'":{"d":"31,-248v41,0,4,70,5,102r-8,0r-14,-80v0,-15,6,-22,17,-22","w":63},"(":{"d":"125,78v-51,-22,-96,-84,-96,-164v0,-78,40,-140,96,-163r0,27v-40,25,-60,68,-60,137v0,71,20,110,60,136r0,27","w":135},")":{"d":"70,-85v0,-70,-21,-112,-60,-137r0,-27v55,25,97,83,96,164v-1,83,-38,133,-96,163r0,-27v42,-27,60,-66,60,-136","w":135},"*":{"d":"109,-248v4,30,-12,50,-11,73v16,-6,29,-14,38,-24r30,-9r9,31v-19,10,-49,6,-72,12v11,14,22,23,33,28r18,25r-26,18r-19,-24v-2,-15,-6,-29,-15,-41v-9,12,-14,26,-16,41r-19,24r-26,-18r18,-25v11,-5,22,-14,33,-28v-22,-6,-53,-1,-72,-12r9,-31r30,9v9,10,22,18,38,24v1,-23,-15,-43,-11,-73r31,0","w":187},"+":{"d":"24,-136r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28","w":240},",":{"d":"31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105,"k":{"\u2019":43,"\u201d":43," ":29}},"-":{"d":"11,-101r106,0r0,33r-106,0r0,-33","w":127},"\u00ad":{"d":"11,-101r106,0r0,33r-106,0r0,-33","w":127},".":{"d":"31,0r0,-43r43,0r0,43r-43,0","w":105,"k":{"\u2019":43,"\u201d":43," ":29}},"\/":{"d":"127,-249r29,0r-125,253r-29,0","w":157},"0":{"d":"98,4v-60,0,-85,-59,-85,-126v0,-70,23,-126,85,-126v60,0,84,59,84,126v0,70,-24,126,-84,126xm98,-220v-43,0,-49,47,-49,98v0,56,6,97,49,97v43,0,49,-42,49,-97v0,-56,-7,-98,-49,-98","w":195},"1":{"d":"85,-30r0,-185r-33,0r0,-29r67,0r0,214r31,0r0,30r-98,0r0,-30r33,0","w":195},"2":{"d":"171,-182v0,76,-112,85,-121,150r92,0r1,-55r30,0r-2,87r-157,0v-1,-87,72,-108,114,-157v21,-24,2,-64,-33,-63v-37,2,-44,27,-42,67r-32,0v-4,-58,20,-95,74,-95v44,0,75,26,76,66","w":195},"3":{"d":"145,-68v0,-35,-32,-48,-71,-44r0,-31v39,1,62,-5,62,-37v0,-22,-13,-41,-38,-40v-31,0,-38,19,-41,49r-34,0v-2,-51,27,-73,72,-77v77,-7,97,96,39,119v30,9,46,29,46,59v0,74,-106,95,-147,51v-14,-15,-21,-37,-21,-64r32,0v-9,66,101,80,101,15","w":195},"4":{"d":"108,-66r-82,0v-3,-11,-7,-19,-15,-27r101,-153r29,0r0,151r39,0r0,29r-39,0r0,36r22,0r0,30r-81,0r0,-30r26,0r0,-36xm108,-95r0,-97r-64,97r64,0","w":195},"5":{"d":"179,-79v0,75,-93,108,-142,62v-14,-14,-22,-34,-24,-61r31,0v4,29,21,54,52,54v30,0,48,-23,48,-54v0,-58,-70,-69,-94,-23v-8,-7,-17,-13,-26,-17r10,-126r131,0r0,65r-30,0r0,-34r-75,0r-6,72v50,-42,125,-6,125,62","w":195},"6":{"d":"18,-121v0,-69,24,-126,86,-127v45,-1,67,33,69,76r-29,0v-1,-44,-60,-67,-81,-23v-8,17,-13,39,-13,67v41,-54,128,-23,125,48v-2,44,-28,85,-73,84v-59,-2,-84,-55,-84,-125xm144,-77v-1,-57,-65,-61,-92,-15v-2,84,90,86,92,15","w":195},"7":{"d":"72,-30v3,-64,36,-143,64,-183r-84,0r0,33r-31,0r0,-64r153,0r0,25v-29,32,-67,130,-67,189r29,0r0,30r-97,0r0,-30r33,0","w":195},"8":{"d":"99,4v-88,0,-120,-105,-44,-132v-64,-31,-32,-128,40,-120v79,-9,109,87,44,120v29,11,44,32,44,61v-1,45,-36,71,-84,71xm96,-219v-26,0,-43,14,-43,38v0,26,18,39,45,39v24,0,44,-14,44,-39v0,-26,-15,-38,-46,-38xm96,-113v-27,0,-49,17,-49,44v0,27,21,45,50,44v29,0,50,-16,50,-44v0,-28,-20,-45,-51,-44","w":195},"9":{"d":"174,-124v0,69,-23,127,-86,128v-44,0,-69,-33,-70,-76r30,0v1,43,59,66,80,23v8,-17,14,-39,14,-67v-42,53,-125,23,-125,-49v0,-45,27,-84,73,-83v60,2,84,54,84,124xm48,-168v0,57,64,60,92,15v-5,-44,-21,-66,-48,-66v-26,0,-45,23,-44,51","w":195},":":{"d":"31,-127r0,-43r43,0r0,43r-43,0xm31,0r0,-43r43,0r0,43r-43,0","w":105,"k":{" ":29}},";":{"d":"31,-127r0,-43r43,0r0,43r-43,0xm31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105,"k":{" ":29}},"<":{"d":"216,-29r-192,-81r0,-25r192,-81r0,30r-155,64r155,63r0,30","w":240},"=":{"d":"24,-177r192,0r0,27r-192,0r0,-27xm24,-95r192,0r0,28r-192,0r0,-28","w":240},">":{"d":"24,-216r192,81r0,25r-192,81r0,-30r155,-63r-155,-64r0,-30","w":240},"?":{"d":"158,-179v0,39,-28,68,-68,66r-5,47r-18,0r-4,-78v32,8,60,-6,60,-37v0,-23,-16,-40,-39,-39v-29,0,-42,20,-40,50r-33,0v-4,-51,27,-77,72,-78v45,-1,74,27,75,69xm55,0r0,-43r43,0r0,43r-43,0","w":168},"@":{"d":"238,5v-23,0,-31,-8,-33,-29v-42,57,-118,21,-118,-50v0,-75,95,-159,144,-80r6,-27r32,0r-31,145v-1,6,6,12,12,12v37,-7,68,-50,68,-97v0,-65,-58,-111,-125,-111v-84,0,-147,68,-147,151v0,90,61,135,151,135v55,0,101,-20,124,-53r32,0v-22,44,-82,79,-155,79v-107,0,-178,-57,-178,-158v1,-97,69,-180,174,-180v84,0,150,59,150,137v0,58,-50,126,-106,126xm181,-160v-37,-2,-61,53,-61,89v-1,26,14,49,37,50v35,0,64,-50,64,-89v0,-29,-14,-49,-40,-50","w":363},"A":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0","w":251,"k":{"y":14,"w":4,"v":22,"Y":18,"W":14,"V":22,"U":9,"T":7,"Q":14,"O":11,"G":11,"C":7}},"B":{"d":"195,-69v0,82,-100,69,-187,69r0,-31r30,0r0,-183r-30,0r0,-31v80,1,175,-14,174,64v0,25,-12,43,-30,51v26,8,43,30,43,61xm75,-143v38,1,70,1,70,-36v0,-31,-32,-38,-70,-35r0,71xm158,-72v0,-40,-38,-42,-83,-40r0,81v47,2,83,1,83,-41","w":209,"k":{"U":7,".":7,",":7}},"C":{"d":"140,-29v43,0,74,-31,84,-70r32,17v-11,51,-59,85,-118,86v-72,1,-123,-55,-123,-125v0,-110,123,-162,203,-101r0,-23r31,0r0,79r-31,0v-11,-28,-43,-50,-79,-50v-49,-1,-83,42,-83,93v0,52,38,94,84,94","w":273,"k":{"A":9,".":14,",":14}},"D":{"d":"244,-126v0,93,-52,130,-150,126r-89,0r0,-31r33,0r0,-183r-33,0r0,-31r94,0v95,-4,145,34,145,119xm206,-124v-1,-74,-46,-97,-131,-90r0,183v83,5,132,-15,131,-93","w":262,"k":{"Y":25,"W":25,"V":25,"A":4,".":22,",":22}},"E":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0","w":225},"F":{"d":"37,-31r0,-183r-30,0r0,-31r189,0r0,74r-30,0r0,-43r-92,0r0,72r79,0r0,31r-79,0r0,80r32,0r0,31r-99,0r0,-31r30,0","w":198,"k":{"o":29,"e":29,"a":29,"A":32,".":50,",":50}},"G":{"d":"58,-124v-9,100,146,133,169,37r-45,0r0,-31r89,0v7,74,-48,122,-122,122v-81,0,-132,-54,-132,-127v0,-71,49,-125,124,-125v34,0,63,10,86,31r0,-28r31,0r0,81r-31,0v-12,-26,-45,-52,-83,-52v-53,0,-82,42,-86,92","w":288,"k":{".":22,",":22}},"H":{"d":"37,-31r0,-183r-27,0r0,-31r93,0r0,31r-29,0r0,70r107,0r0,-70r-29,0r0,-31r94,0r0,31r-28,0r0,183r28,0r0,31r-94,0r0,-31r29,0r0,-82r-107,0r0,82r29,0r0,31r-93,0r0,-31r27,0","w":254},"I":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0","w":112},"J":{"d":"77,0v7,62,-35,86,-90,73r0,-35v35,9,53,4,53,-40r0,-212r-31,0r0,-31r99,0r0,31r-31,0r0,214","w":112,"k":{"u":5,"o":14,"e":14,"a":13,"A":4,".":11,",":11}},"K":{"d":"37,-31r0,-183r-30,0r0,-31r98,0r0,31r-31,0r0,183r28,0r0,31r-95,0r0,-31r30,0xm75,-129r79,-85r-28,0r0,-31r95,0r0,31r-26,0r-75,85r78,98r26,0r0,31r-100,0r0,-31r27,0","w":225,"k":{"y":29,"u":7,"o":7,"e":9,"O":14}},"L":{"d":"37,-31r0,-183r-32,0r0,-31r100,0r0,31r-30,0r0,183r75,0r0,-83r34,0r0,114r-179,0r0,-31r32,0","w":187,"k":{"\u2019":27,"\u201d":27,"y":7,"Y":27,"W":27,"V":36}},"M":{"d":"38,-31r0,-183r-29,0r0,-31r83,0r65,168r65,-168r84,0r0,31r-29,0r0,183r29,0r0,31r-92,0r0,-31r29,0r0,-183r-84,216r-7,0r-84,-216r0,183r27,0r0,31r-86,0r0,-31r29,0","w":315},"N":{"d":"37,-31r0,-183r-35,0r0,-31r83,0r107,191r0,-160r-34,0r0,-31r100,0r0,31r-36,0r0,216r-38,0r-117,-208r0,175r35,0r0,31r-100,0r0,-31r35,0","w":258,"k":{"A":5,".":14,",":14}},"O":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93","w":288,"k":{"Y":27,"X":27,"W":25,"V":25,"A":22,".":29,",":29}},"P":{"d":"197,-169v0,66,-47,80,-122,75r0,63r32,0r0,31r-100,0r0,-31r31,0r0,-183r-31,0r0,-31r88,0v67,-4,102,19,102,76xm160,-170v-1,-44,-36,-46,-85,-44r0,91v49,1,86,0,85,-47","k":{"o":11,"e":11,"a":7,"A":27,".":50,",":50}},"Q":{"d":"271,-123v0,70,-47,118,-110,126v24,9,42,20,64,13v-7,10,-5,31,-23,31v-29,0,-83,-46,-114,-19r-10,-15v7,-8,16,-12,27,-14v-51,-16,-86,-59,-87,-122v-1,-70,52,-125,125,-125v75,0,129,53,128,125xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93","w":288,"k":{"U":11,".":32,",":32}},"R":{"d":"5,-245v82,4,192,-21,190,64v0,32,-16,53,-50,61r43,89r30,0r0,31r-53,0r-55,-114r-35,0r0,83r31,0r0,31r-101,0r0,-31r33,0r0,-183r-33,0r0,-31xm157,-181v0,-39,-41,-33,-82,-33r0,69v41,0,82,5,82,-36","w":217,"k":{"Y":7,"W":7,"V":7,"O":7}},"S":{"d":"144,-132v62,32,35,136,-41,136v-22,0,-42,-8,-60,-24r0,20r-31,0r0,-89r31,0r0,22v15,27,34,40,58,40v35,0,59,-46,32,-65v-38,-28,-121,-20,-121,-89v0,-65,81,-86,126,-48r0,-17r30,0r0,74r-30,0v2,-35,-29,-42,-52,-45v-40,-5,-56,46,-22,60v14,6,69,18,80,25","w":191,"k":{".":9,",":9}},"T":{"d":"85,-31r0,-183r-51,0r0,62r-30,0r0,-93r198,0r0,93r-30,0r0,-62r-50,0r0,183r32,0r0,31r-100,0r0,-31r31,0","k":{"o":22,"h":-5,"e":18,"a":11,"O":5,"A":9,".":29,"-":45,",":29}},"U":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90","w":243,"k":{"A":9,".":27,",":27}},"V":{"d":"112,2r-82,-216r-31,0r0,-31r97,0r0,31r-28,0r62,164r60,-164r-28,0r0,-31r94,0r0,31r-30,0r-80,216r-34,0","w":254,"k":{"u":18,"o":40,"e":40,"a":40,"O":18,"G":18,"A":22,";":13,":":13,".":65,"-":43,",":65}},"W":{"d":"92,2r-63,-216r-29,0r0,-31r94,0r0,31r-30,0r46,160r45,-160r-29,0r0,-31r112,0r0,31r-29,0r45,160r45,-160r-29,0r0,-31r90,0r0,31r-29,0r-61,216r-35,0r-55,-193r-54,193r-34,0","w":360,"k":{"y":18,"u":20,"o":32,"e":32,"a":32,"O":18,"A":14,";":13,":":13,".":58,"-":31,",":58}},"X":{"d":"36,-31r63,-92r-63,-91r-31,0r0,-31r98,0r0,31r-27,0r42,62r43,-62r-28,0r0,-31r93,0r0,31r-30,0r-60,88r65,95r32,0r0,31r-100,0r0,-31r28,0r-45,-66r-45,66r30,0r0,31r-97,0r0,-31r32,0","w":236},"Y":{"d":"99,-31r0,-80r-73,-103r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0r-68,103r0,80r33,0r0,31r-103,0r0,-31r33,0","w":232,"k":{"u":29,"o":43,"e":41,"a":45,"O":27,"A":18,";":13,":":13,".":43,"-":45,",":43}},"Z":{"d":"9,0r0,-31r131,-183r-95,0r0,43r-30,0r0,-74r172,0r0,28r-134,186r107,0r0,-47r31,0r0,78r-182,0","w":202},"[":{"d":"125,-245r0,25r-54,0r0,269r54,0r0,24r-87,0r0,-318r87,0","w":135},"\\":{"d":"31,-249r125,253r-29,0r-125,-253r29,0","w":157},"]":{"d":"10,-245r87,0r0,318r-87,0r0,-24r54,0r0,-269r-54,0r0,-25","w":135},"^":{"d":"42,-104r-33,0r63,-141r25,0r62,141r-31,0r-44,-105","w":168},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"93,-193r-23,0r-50,-55r48,0","w":119},"a":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12","w":191,"k":{"y":7,"w":7,"v":7}},"b":{"d":"134,3v-26,0,-51,-15,-62,-28r0,25r-63,0r0,-30r31,0r0,-185r-31,0r0,-30r63,0r0,99v48,-59,145,-20,145,59v0,49,-35,90,-83,90xm128,-144v-31,0,-55,24,-55,59v0,33,25,58,54,58v31,0,55,-26,55,-61v0,-33,-24,-57,-54,-56","w":232,"k":{"y":14,"v":14,"u":4,"l":7,"b":7,".":22,",":22}},"c":{"d":"13,-86v-3,-67,78,-117,131,-72r0,-12r30,0r0,64r-30,0v-3,-22,-21,-38,-45,-38v-31,-1,-50,26,-50,58v0,63,81,84,103,27r27,13v-15,34,-42,51,-80,51v-51,1,-84,-43,-86,-91","w":187},"d":{"d":"16,-84v0,-79,95,-122,144,-63r0,-68r-33,0r0,-30r67,0r0,215r30,0r0,30r-64,0r0,-25v-47,57,-144,20,-144,-59xm105,-144v-31,0,-53,27,-53,59v0,35,22,58,53,58v30,0,55,-25,55,-60v0,-34,-24,-57,-55,-57","w":225,"k":{"y":9,"w":4,"v":4}},"e":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0","k":{"y":14,"x":4,"w":7,"v":13,"b":5,".":7,",":7}},"f":{"d":"81,-222v-20,0,-11,31,-13,52r29,0r0,30r-29,0r0,110r32,0r0,30r-90,0r0,-30r25,0r0,-110r-25,0r0,-30r25,0v-3,-45,5,-79,44,-79v26,0,41,13,45,39r-30,4v-1,-11,-6,-16,-13,-16","w":105,"k":{"\u0131":-4,"\u2019":-14,"\u201d":-14,"o":-7,"l":-4,"i":-4,"f":-4,"e":-9,"a":-9,".":-14,",":-14}},"g":{"d":"13,-83v0,-77,93,-121,144,-63r0,-24r64,0r0,30r-31,0r0,126v14,96,-98,115,-158,71r22,-24v44,34,117,17,103,-56v-10,13,-37,28,-62,28v-48,0,-82,-40,-82,-88xm103,-142v-31,1,-55,25,-55,59v0,33,22,58,54,58v31,0,56,-26,56,-58v0,-32,-24,-60,-55,-59","w":225,"k":{"y":11,"o":7,"g":4,"e":7,"a":5,".":14,",":14}},"h":{"d":"142,-104v5,-58,-38,-45,-70,-19r0,93r29,0r0,30r-94,0r0,-30r31,0r0,-185r-31,0r0,-30r65,0r0,94v40,-37,103,-35,103,35r0,86r29,0r0,30r-62,0r0,-104","k":{"y":11}},"i":{"d":"54,-208v-11,0,-21,-9,-21,-20v0,-10,10,-21,21,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0","w":105,"k":{"v":7}},"j":{"d":"56,-208v-11,1,-20,-9,-20,-20v0,-12,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm74,-25v5,77,-12,106,-81,98r0,-30v47,3,47,-7,47,-63r0,-120r-26,0r0,-30r60,0r0,145","w":105},"k":{"d":"39,-30r0,-185r-30,0r0,-30r64,0r0,153r63,-51r-28,0r0,-27r94,0r0,27r-26,0r-64,54r60,59r30,0r0,30r-44,0r-85,-86r0,56r29,0r0,30r-93,0r0,-30r30,0","k":{"y":7,"o":11,"e":11}},"l":{"d":"37,-30r0,-185r-30,0r0,-30r64,0r0,215r26,0r0,30r-90,0r0,-30r30,0","w":105,"k":{"y":7,"w":5}},"m":{"d":"143,-111v0,-49,-41,-33,-70,-10r0,91r30,0r0,30r-94,0r0,-30r31,0r0,-110r-28,0r0,-30r61,0r0,21v33,-27,82,-38,100,3v41,-39,107,-41,107,32r0,84r30,0r0,30r-64,0r0,-108v4,-52,-42,-37,-69,-13r0,91r29,0r0,30r-63,0r0,-111","w":311,"k":{"y":7}},"n":{"d":"143,-111v0,-49,-43,-31,-70,-10r0,91r29,0r0,30r-92,0r0,-30r30,0r0,-110r-30,0r0,-30r63,0r0,20v42,-35,103,-34,103,37r0,83r29,0r0,30r-62,0r0,-111","k":{"y":11,"v":9,"u":4}},"o":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57","k":{"y":18,"x":14,"w":16,"v":14,".":18,",":18}},"p":{"d":"210,-84v0,78,-92,118,-143,63r0,68r33,0r0,29r-98,0r0,-29r32,0r0,-187r-29,0r0,-30r62,0r0,27v46,-62,143,-20,143,59xm122,-143v-32,0,-57,27,-56,60v1,32,21,57,54,58v34,0,55,-24,55,-60v0,-33,-23,-58,-53,-58","w":225,"k":{"y":11,".":14,",":14}},"q":{"d":"13,-85v0,-78,97,-120,143,-58r0,-27r62,0r0,30r-28,0r0,187r31,0r0,29r-98,0r0,-29r33,0r0,-68v-50,57,-143,13,-143,-64xm102,-25v33,0,55,-27,55,-58v1,-33,-24,-60,-56,-60v-30,0,-53,25,-53,58v0,33,21,60,54,60","w":221},"r":{"d":"145,-139v-72,-9,-71,40,-69,109r37,0r0,30r-105,0r0,-30r34,0r0,-110r-34,0r0,-30r61,0r0,38v12,-29,32,-44,76,-41r0,34","w":150,"k":{"y":-5,"v":-5,"u":-5,"t":-5,"r":-5,"q":11,"p":-5,"o":14,"n":-11,"l":7,"k":7,"i":-7,"g":11,"e":18,"d":14,"c":14,"a":9,".":22,",":22}},"s":{"d":"125,-94v52,25,27,97,-36,97v-18,0,-33,-4,-44,-12r0,9r-30,0r0,-58r30,0v-5,38,70,46,75,11v-3,-31,-77,-19,-90,-42v-35,-31,-4,-84,44,-84v16,0,30,3,42,10r0,-7r30,0r0,56r-30,0v1,-38,-67,-41,-70,-10v-2,26,58,20,79,30","w":164},"t":{"d":"98,-2v-40,14,-65,-3,-65,-54r0,-84r-22,0r0,-30r22,0r0,-26r33,-31r0,57r32,0r0,30r-32,0r0,82v-2,29,7,33,32,26r0,30","w":108},"u":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104","w":202},"v":{"d":"85,3r-56,-143r-30,0r0,-30r86,0r0,30r-22,0r36,96r37,-96r-24,0r0,-30r84,0r0,30r-27,0r-54,143r-30,0","w":195,"k":{"o":13,"e":9,"a":5,".":36,",":36}},"w":{"d":"66,3r-46,-143r-21,0r0,-30r72,0r0,30r-22,0r32,102r33,-102r-19,0r0,-30r83,0r0,30r-19,0r32,102r33,-102r-23,0r0,-30r77,0r0,30r-25,0r-46,143r-31,0r-39,-123r-40,123r-31,0","w":277,"k":{"o":13,"h":7,"e":9,"a":5,".":29,",":29}},"x":{"d":"100,-68r-33,38r22,0r0,30r-83,0r0,-30r25,0r52,-58r-49,-52r-23,0r0,-30r80,0r0,30r-22,0r31,32r30,-32r-18,0r0,-30r80,0r0,30r-27,0r-47,52r53,58r21,0r0,30r-80,0r0,-30r24,0","w":198,"k":{"e":14}},"y":{"d":"87,-3r-56,-137r-28,0r0,-30r84,0r0,30r-20,0r37,94r36,-94r-23,0r0,-30r83,0r0,30r-26,0r-84,216r-56,0r0,-29r33,0","w":202,"k":{"o":18,"e":18,"a":7,".":36,",":36}},"z":{"d":"6,0r0,-28r106,-115r-69,0r0,33r-29,0r0,-60r138,0r0,30r-107,112r78,0r0,-35r29,0r0,63r-146,0","w":161,"k":{"o":5,"e":4}},"{":{"d":"47,-6v0,-41,-4,-61,-37,-64r0,-28v33,-3,37,-23,37,-64v0,-62,8,-84,65,-83r0,27v-28,0,-36,4,-36,34v1,60,1,82,-36,100v27,13,36,30,36,74v0,46,-6,61,36,60r0,26v-57,4,-65,-23,-65,-82","w":119},"|":{"d":"81,-249r28,0r0,329r-28,0r0,-329","w":189},"}":{"d":"73,-162v0,41,4,61,37,64r0,28v-33,3,-37,23,-37,64v0,62,-7,84,-65,82r0,-26v28,0,36,-4,36,-34v-1,-60,-1,-82,36,-100v-27,-12,-36,-31,-36,-74v0,-46,6,-61,-36,-60r0,-27v56,-3,65,24,65,83","w":119},"~":{"d":"9,-127v43,-47,92,-6,141,5v16,0,32,-9,51,-25r0,30v-44,46,-93,5,-140,-5v-16,0,-33,8,-52,24r0,-29","w":209},"\u00c4":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm94,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm158,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":251},"\u00c5":{"d":"126,-318v40,0,53,61,14,73r49,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0r-18,-55r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r47,0v-38,-13,-25,-73,15,-73xm126,-301v-12,0,-22,10,-22,21v0,11,10,21,22,21v12,0,21,-9,21,-21v0,-12,-9,-21,-21,-21xm161,-115r-32,-102r-3,0r-34,102r69,0","w":251},"\u00c7":{"d":"144,47v-1,-10,-8,-11,-22,-11r6,-33v-67,-2,-113,-57,-113,-124v0,-110,123,-162,203,-101r0,-23r31,0r0,79r-31,0v-11,-28,-43,-50,-79,-50v-49,-1,-83,42,-83,93v0,52,38,94,84,94v43,0,74,-31,84,-70r32,17v-11,48,-52,80,-104,85r-1,9v20,3,30,13,30,31v0,33,-32,39,-74,37r0,-20v21,-1,34,0,37,-13","w":273},"\u00c9":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0xm89,-259r25,-55r49,0r-51,55r-23,0","w":225},"\u00d1":{"d":"37,-31r0,-183r-35,0r0,-31r83,0r107,191r0,-160r-34,0r0,-31r100,0r0,31r-36,0r0,216r-38,0r-117,-208r0,175r35,0r0,31r-100,0r0,-31r35,0xm104,-311v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":258},"\u00d6":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm112,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm176,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":288},"\u00dc":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90xm90,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm154,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":243},"\u00e1":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm62,-193r25,-55r49,0r-51,55r-23,0","w":191},"\u00e0":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm125,-193r-23,0r-50,-55r48,0","w":191},"\u00e2":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm92,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":191},"\u00e4":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm60,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm124,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":191},"\u00e3":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm67,-245v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":191},"\u00e5":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm92,-186v-19,0,-35,-17,-35,-35v0,-18,17,-35,35,-35v18,0,35,16,35,35v0,19,-16,35,-35,35xm92,-242v-11,1,-21,9,-21,21v0,12,10,22,21,22v30,0,25,-43,0,-43","w":191},"\u00e7":{"d":"49,-86v0,63,81,84,103,27r27,13v-14,32,-39,49,-74,51r-2,12v17,4,25,14,25,29v0,27,-30,37,-66,34r0,-19v19,-1,31,0,32,-14v0,-7,-6,-10,-17,-10r6,-33v-40,-5,-70,-45,-70,-90v0,-67,78,-117,131,-72r0,-12r30,0r0,64r-30,0v-3,-22,-21,-38,-45,-38v-31,-1,-50,26,-50,58","w":187},"\u00e9":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0xm77,-193r25,-55r49,0r-51,55r-23,0"},"\u00e8":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0xm130,-193r-23,0r-50,-55r48,0"},"\u00ea":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0xm102,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0"},"\u00eb":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0xm71,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm135,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20"},"\u00ed":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0xm25,-193r25,-55r49,0r-51,55r-23,0","w":105},"\u00ec":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0xm78,-193r-23,0r-50,-55r48,0","w":105},"\u00ee":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0xm52,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":105},"\u00ef":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0xm21,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm85,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":105},"\u00f1":{"d":"143,-111v0,-49,-43,-31,-70,-10r0,91r29,0r0,30r-92,0r0,-30r30,0r0,-110r-30,0r0,-30r63,0r0,20v42,-35,103,-34,103,37r0,83r29,0r0,30r-62,0r0,-111xm81,-245v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47"},"\u00f3":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm79,-193r25,-55r49,0r-51,55r-23,0"},"\u00f2":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm127,-193r-23,0r-50,-55r48,0"},"\u00f4":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm102,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0"},"\u00f6":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm71,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm135,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20"},"\u00f5":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm77,-245v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47"},"\u00fa":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104xm76,-193r25,-55r49,0r-51,55r-23,0","w":202},"\u00f9":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104xm130,-193r-23,0r-50,-55r48,0","w":202},"\u00fb":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104xm103,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":202},"\u00fc":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104xm72,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm136,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":202},"\u2020":{"d":"76,-248r37,0r0,40v-8,14,-12,30,-12,49v31,1,44,-16,78,-11r0,34r-33,0v-12,-7,-26,-11,-45,-11v0,20,4,37,12,50v1,64,-8,117,-12,175r-14,0r-11,-132r0,-43v7,-13,11,-30,11,-50v-18,0,-33,4,-45,11r-34,0r0,-34r34,0v13,7,28,11,45,11v0,-22,-3,-38,-11,-49r0,-40","w":187},"\u00b0":{"d":"11,-188v0,-33,27,-60,60,-60v33,0,61,28,61,60v0,33,-28,61,-61,61v-33,0,-60,-28,-60,-61xm109,-188v0,-22,-19,-38,-38,-38v-19,0,-37,18,-37,38v0,20,17,38,37,38v20,0,38,-17,38,-38","w":142},"\u00a2":{"d":"14,-86v-1,-54,50,-103,107,-85r27,-79r16,0r-30,84v4,2,8,5,12,8r0,-13r30,0r0,65r-28,0v-3,-15,-11,-26,-24,-33r-39,111v31,9,56,-5,69,-31r27,13v-17,42,-58,59,-107,47r-27,77r-15,0r29,-82v-27,-14,-46,-45,-47,-82xm110,-143v-59,-13,-78,76,-38,107","w":187},"\u00a3":{"d":"138,-179v2,-24,-8,-43,-31,-41v-50,5,-32,40,-15,87r44,0r0,28r-35,0v4,21,2,39,-4,59v35,20,62,25,70,-16r21,0v2,67,-59,84,-103,44v-18,31,-72,29,-73,-10v-1,-31,34,-43,62,-29v1,-18,-2,-28,-9,-48r-53,0r0,-28r43,0v-29,-56,-12,-116,50,-115v41,0,70,24,67,69r-34,0xm43,-42v-7,1,-15,5,-14,14v3,21,31,14,38,-3v-10,-7,-18,-11,-24,-11","w":195},"\u00a7":{"d":"83,-248v43,0,71,22,70,63r-33,0v0,-25,-17,-33,-39,-35v-26,-2,-44,30,-22,46v29,22,105,26,105,78v0,21,-12,39,-35,52v55,29,24,111,-40,107v-41,-3,-68,-21,-68,-65r32,0v-5,41,70,47,72,9v-13,-50,-118,-32,-116,-98v0,-20,11,-37,35,-50v-54,-28,-25,-107,39,-107xm65,-131v-22,12,-33,29,-18,48v5,5,25,14,60,28v24,-10,36,-32,17,-49v-8,-6,-44,-19,-59,-27","w":172},"\u2022":{"d":"20,-122v0,-23,21,-44,44,-44v24,0,44,19,44,44v0,23,-21,44,-44,44v-23,0,-44,-21,-44,-44","w":127},"\u00b6":{"d":"0,-171v1,-46,32,-75,83,-74r111,0r0,31r-25,0r0,290r-29,0r0,-290r-39,0r0,290r-30,0r0,-175v-42,-1,-72,-29,-71,-72","w":195},"\u00df":{"d":"121,-220v-78,0,-38,120,-48,190r27,0r0,30r-90,0r0,-30r30,0v3,-98,-25,-226,80,-219v68,-10,103,81,42,109v33,6,52,33,54,69v2,55,-47,90,-97,67r0,-28v30,17,64,-4,62,-39v-2,-37,-23,-52,-62,-52r0,-27v23,1,40,-15,40,-36v1,-21,-16,-35,-38,-34","w":232},"\u00ae":{"d":"1,-116v2,-77,56,-132,132,-132v75,0,132,55,133,132v2,72,-61,133,-133,133v-71,0,-135,-61,-132,-133xm244,-116v0,-59,-52,-112,-111,-110v-64,2,-109,47,-111,110v-2,58,52,111,111,111v59,0,111,-53,111,-111xm185,-146v0,22,-18,40,-41,40v15,2,40,45,51,64r-28,0v-20,-27,-22,-69,-69,-61r0,61r-23,0r0,-143v50,1,110,-9,110,39xm161,-144v0,-27,-35,-21,-63,-22r0,43v27,0,63,3,63,-21","w":266},"\u00a9":{"d":"1,-116v2,-77,56,-132,132,-132v75,0,132,55,133,132v2,72,-61,133,-133,133v-71,0,-135,-61,-132,-133xm244,-116v0,-59,-52,-112,-111,-110v-64,2,-109,47,-111,110v-2,58,52,111,111,111v59,0,111,-53,111,-111xm88,-115v0,61,78,73,88,21r21,6v-5,28,-31,48,-63,48v-45,-1,-65,-31,-70,-75v-8,-78,109,-104,131,-34r-21,6v-7,-18,-21,-28,-40,-28v-30,-1,-46,26,-46,56","w":266},"\u2122":{"d":"87,-101r0,-122r-47,0r0,-22r118,0r0,22r-47,0r0,122r-24,0xm173,-101r0,-144r36,0r36,115r35,-115r34,0r0,144r-22,0r0,-120r-36,120r-22,0r-39,-122r0,122r-22,0","w":360},"\u00b4":{"d":"27,-193r25,-55r49,0r-51,55r-23,0","w":119},"\u00a8":{"d":"28,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm92,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":119},"\u2260":{"d":"153,-177r63,0r0,27r-73,0r-22,55r95,0r0,28r-106,0r-36,93r-24,0r36,-93r-62,0r0,-28r73,0r22,-55r-95,0r0,-27r106,0r36,-93r24,0","w":240},"\u00c6":{"d":"150,-111r-69,0r-42,80r26,0r0,31r-86,0r0,-31r23,0r95,-183r-39,0r0,-31r265,0r0,74r-30,0r0,-43r-106,0r0,72r92,0r0,31r-92,0r0,80r106,0r0,-44r30,0r0,75r-212,0r0,-31r39,0r0,-80xm150,-142r0,-72r-16,0r-38,72r54,0","w":337},"\u00d8":{"d":"51,-34v-71,-74,-19,-214,92,-214v30,0,55,8,77,23r20,-23r18,16r-20,22v73,75,16,214,-94,214v-29,0,-54,-8,-75,-23r-20,23r-18,-16xm196,-198v-57,-46,-138,2,-138,75v0,23,6,43,18,60xm92,-46v79,64,182,-51,120,-135","w":288},"\u221e":{"d":"4,-122v0,-52,67,-63,94,-17v23,-26,26,-41,58,-41v29,0,51,22,51,56v0,36,-19,60,-51,59v-31,-1,-38,-17,-58,-40v-28,46,-94,36,-94,-17xm187,-122v0,-30,-28,-49,-51,-31v-6,5,-15,14,-26,30v16,22,21,39,46,39v18,0,31,-15,31,-38xm23,-123v0,39,43,34,63,1v-14,-18,-28,-28,-39,-28v-14,0,-24,12,-24,27","w":210},"\u00b1":{"d":"24,-166r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28xm24,-24r192,0r0,28r-192,0r0,-28","w":240},"\u2264":{"d":"216,-65r-192,-81r0,-24r192,-81r0,30r-155,63r155,63r0,30xm24,-21r192,0r0,28r-192,0r0,-28","w":240},"\u2265":{"d":"24,-251r192,81r0,24r-192,81r0,-30r155,-63r-155,-63r0,-30xm24,-21r192,0r0,28r-192,0r0,-28","w":240},"\u00a5":{"d":"154,-139r65,0r0,21r-79,0v-7,7,-3,24,-4,37r83,0r0,20r-83,0r0,30r33,0r0,31r-103,0r0,-31r33,0r0,-30r-86,0r0,-20r86,0v-1,-13,3,-31,-5,-37r-81,0r0,-21r67,0r-54,-75r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0","w":232},"\u00b5":{"d":"98,-24v61,0,42,-81,45,-146r32,0r0,170r-29,0r0,-22v-17,34,-70,34,-91,3r0,95r-31,0r0,-246r31,0v4,61,-16,146,43,146","w":198},"\u2202":{"d":"151,-162v-1,-45,-4,-78,-36,-78v-17,0,-30,14,-40,40r-24,-11v11,-29,32,-51,63,-51v44,0,58,43,57,99v0,82,-32,163,-107,167v-33,2,-55,-25,-54,-60v3,-74,61,-107,141,-106xm41,-53v5,45,55,39,79,4v15,-21,26,-51,30,-91v-69,0,-103,29,-109,87","w":177},"\u2211":{"d":"24,-249r218,0r0,28r-174,0r107,133r-114,139r183,0r0,29r-223,0r0,-33r109,-134r-106,-131r0,-31","w":256},"\u220f":{"d":"28,-249r240,0r0,329r-34,0r0,-299r-172,0r0,299r-34,0r0,-329","w":296},"\u03c0":{"d":"9,-187r207,0r0,28r-28,0r0,159r-33,0r0,-159r-85,0r0,159r-33,0r0,-159r-28,0r0,-28","w":225},"\u222b":{"d":"-1,77v0,-24,28,-16,37,-6v5,0,7,-4,7,-11v-9,-63,-13,-246,1,-298v6,-20,17,-30,32,-30v10,0,22,7,22,19v0,23,-25,19,-37,9v-5,0,-7,4,-7,11v6,78,9,239,0,292v-6,36,-55,50,-55,14","w":97},"\u00aa":{"d":"10,-224v15,-33,99,-37,90,16r0,47r19,0r0,18r-38,0r0,-13v-22,24,-73,17,-73,-18v0,-31,45,-43,71,-24v9,-35,-34,-44,-48,-21xm29,-174v2,24,36,20,50,5v3,-28,-48,-30,-50,-5","w":123},"\u00ba":{"d":"68,-140v-31,0,-59,-22,-59,-54v0,-32,27,-54,59,-54v31,0,58,23,58,54v0,31,-27,55,-58,54xm68,-229v-19,0,-36,15,-36,35v0,20,17,33,36,34v19,0,35,-16,35,-34v0,-19,-17,-35,-35,-35","w":135},"\u2126":{"d":"65,-138v0,51,24,92,60,106r0,32r-101,0r0,-30r65,2v-97,-47,-76,-236,54,-236v125,0,152,184,54,236r64,-1r0,29r-101,0r0,-31v78,-24,87,-204,-17,-205v-52,-2,-78,47,-78,98","w":284},"\u00e6":{"d":"131,-91v3,-36,-5,-57,-39,-56v-20,0,-35,7,-43,21r-32,-9v19,-46,109,-55,139,-14v31,-36,93,-34,122,2v16,19,25,42,25,71r-138,0v-1,57,84,67,109,25r29,13v-26,50,-124,60,-157,6v-22,45,-133,55,-131,-17v1,-54,72,-71,116,-42xm267,-102v-5,-36,-53,-59,-84,-32v-10,8,-15,19,-18,32r102,0xm51,-49v6,38,60,31,80,5r0,-17v-24,-23,-76,-26,-80,12","w":318},"\u00f8":{"d":"168,-149v55,52,13,154,-64,154v-20,0,-37,-5,-53,-16r-17,20r-12,-10r17,-20v-54,-52,-14,-154,64,-154v20,0,38,5,53,16r17,-20r12,11xm134,-133v-52,-36,-112,35,-73,85xm73,-37v51,35,111,-35,72,-85"},"\u00bf":{"d":"117,-172r0,43r-44,0r0,-43r44,0xm14,7v0,-39,29,-70,68,-65r4,-48r18,0r4,78v-32,-8,-61,7,-60,37v0,24,16,39,39,39v29,1,45,-21,40,-50r33,0v4,51,-28,78,-72,79v-46,1,-74,-27,-74,-70","w":168},"\u00a1":{"d":"31,-172r43,0r0,43r-43,0r0,-43xm61,-106r9,105r0,73r-35,0v-2,-64,3,-121,8,-178r18,0","w":105},"\u00ac":{"d":"24,-177r192,0r0,110r-27,0r0,-83r-165,0r0,-27","w":240},"\u221a":{"d":"185,-329r13,0r-55,343r-87,-180r-35,16r-6,-11r53,-27r71,145","w":198},"\u0192":{"d":"8,71r6,-27v30,7,44,7,49,-23r32,-183r-36,0r4,-25r36,0v7,-38,9,-76,53,-75v10,0,23,2,39,6r-6,27v-40,-14,-52,7,-54,42r36,0r-4,25r-36,0r-34,192v-3,46,-40,52,-85,41","w":198},"\u2248":{"d":"24,-169v61,-66,133,49,192,-19r0,30v-44,46,-94,5,-140,-6v-16,0,-33,8,-52,25r0,-30xm77,-109v15,-4,68,29,88,28v15,0,32,-8,51,-24r0,29v-43,47,-94,6,-140,-5v-16,0,-33,9,-52,25r0,-30v18,-15,36,-23,53,-23","w":240},"\u2206":{"d":"216,0r-211,0r110,-244xm175,-14r-71,-170r-77,170r148,0","w":221},"\u00ab":{"d":"6,-85r52,-85r35,0r-51,85r51,85r-35,0xm81,-85r52,-85r35,0r-51,85r51,85r-35,0","w":172},"\u00bb":{"d":"91,-85r-52,85r-35,0r52,-85r-52,-85r35,0xm167,-85r-53,85r-35,0r52,-85r-52,-85r35,0","w":172},"\u2026":{"d":"38,0r0,-43r44,0r0,43r-44,0xm159,0r0,-43r43,0r0,43r-43,0xm278,0r0,-43r44,0r0,43r-44,0","w":360},"\u00a0":{"w":90},"\u00c0":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm150,-259r-23,0r-50,-55r48,0","w":251},"\u00c3":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm100,-311v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":251},"\u00d5":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm118,-311v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":288},"\u0152":{"d":"14,-120v6,-85,53,-125,148,-125r194,0r0,74r-30,0r0,-43r-105,0r0,72r90,0r0,31r-90,0r0,80r105,0r0,-44r30,0r0,75r-186,0v-102,7,-145,-38,-156,-120xm51,-122v0,73,50,97,133,91r0,-183v-82,-6,-133,18,-133,92","w":367},"\u0153":{"d":"13,-85v0,-84,109,-122,156,-55v29,-44,97,-47,132,-7v17,19,26,42,26,71r-140,0v2,56,82,70,111,24r29,12v-27,51,-123,63,-158,10v-43,68,-156,28,-156,-55xm290,-102v-4,-52,-98,-59,-102,0r102,0xm101,-141v-30,-1,-52,26,-52,56v0,32,22,59,53,58v30,0,51,-27,51,-59v0,-34,-25,-53,-52,-55","w":341},"\u2013":{"d":"-2,-106r184,0r0,31r-184,0r0,-31","w":180},"\u2014":{"d":"-2,-106r364,0r0,31r-364,0r0,-31","w":360},"\u201c":{"d":"72,-196r0,43r-43,0v0,-45,-8,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0xm159,-196r0,43r-43,0v0,-45,-8,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0","w":187},"\u201d":{"d":"29,-201r0,-44r43,0v0,45,8,93,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0xm116,-201r0,-44r43,0v-1,45,8,94,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0","w":187,"k":{" ":29}},"\u2018":{"d":"74,-196r0,43r-43,0v0,-45,-7,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0","w":105,"k":{"\u2018":18}},"\u2019":{"d":"31,-201r0,-44r43,0v0,45,8,93,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0","w":105,"k":{"\u2019":18,"v":7,"t":14,"s":40,"r":14,"d":45," ":29}},"\u00f7":{"d":"103,-196v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17xm24,-136r192,0r0,28r-192,0r0,-28xm103,-49v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,18,-17,18v-10,0,-17,-8,-17,-18","w":240},"\u25ca":{"d":"96,-250r74,125r-74,125r-19,0r-69,-125r69,-125r19,0xm87,-233r-60,108r60,108r63,-108","w":177},"\u00ff":{"d":"87,-3r-56,-137r-28,0r0,-30r84,0r0,30r-20,0r37,94r36,-94r-23,0r0,-30r83,0r0,30r-26,0r-84,216r-56,0r0,-29r33,0xm71,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm135,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":202},"\u0178":{"d":"99,-31r0,-80r-73,-103r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0r-68,103r0,80r33,0r0,31r-103,0r0,-31r33,0xm84,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm148,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":232},"\u2215":{"d":"-53,0r194,-244r21,0r-194,244r-21,0","w":108},"\u00a4":{"d":"32,-191r18,-19r24,23v26,-20,66,-20,92,0r23,-23r19,19r-23,22v19,29,21,66,0,93r23,23r-19,18r-23,-22v-28,20,-65,20,-92,0r-23,22r-19,-18r23,-23v-20,-29,-20,-64,0,-93xm174,-122v0,-30,-26,-54,-54,-54v-28,0,-54,25,-54,54v0,28,26,54,54,54v28,0,54,-26,54,-54","w":240},"\u2039":{"d":"10,-85r53,-85r34,0r-51,85r51,85r-34,0","w":105},"\u203a":{"d":"95,-85r-53,85r-34,0r51,-85r-51,-85r34,0","w":105},"\uf001":{"d":"37,-170v-11,-62,37,-101,77,-67v8,7,12,16,13,27r-30,5v-1,-11,-5,-17,-13,-17v-19,0,-11,30,-13,52r103,0r0,140r27,0r0,30r-87,0r0,-30r27,0r0,-110r-70,0r0,110r26,0r0,30r-86,0r0,-30r26,0r0,-110r-26,0r0,-30r26,0xm138,-228v0,-11,9,-20,20,-20v10,0,21,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21"},"\uf002":{"d":"96,-215v-16,-15,-29,1,-26,28r0,17r29,0r0,30r-29,0r0,110r26,0r0,30r-85,0r0,-30r26,0r0,-110r-26,0r0,-30r26,0v-5,-53,16,-92,65,-75r71,0r0,215r28,0r0,30r-87,0r0,-30r26,0r0,-185r-44,0"},"\u2021":{"d":"75,-248r37,0r0,40v-7,13,-11,27,-12,43v31,-1,40,-15,73,-11r0,33v-31,4,-47,-10,-73,-10v2,23,8,45,18,66v-10,21,-17,44,-18,67v30,-1,41,-14,73,-10r0,33v-33,3,-42,-8,-73,-10v2,17,5,31,12,42r0,41r-37,0r0,-41v6,-10,10,-25,12,-42v-25,0,-42,14,-73,10r0,-33v32,-3,43,8,73,10v-1,-26,-7,-48,-16,-67v9,-18,14,-40,16,-66v-26,0,-41,14,-73,10r0,-33v32,-4,47,9,73,11v-1,-18,-5,-32,-12,-43r0,-40","w":187},"\u2219":{"d":"31,-101r0,-43r43,0r0,43r-43,0","w":105},"\u201a":{"d":"31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105},"\u201e":{"d":"29,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0xm116,0r0,-43r43,0v0,45,7,93,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":187},"\u2030":{"d":"62,-117v-35,-1,-52,-27,-52,-66v-1,-37,17,-65,52,-65v35,1,52,27,52,65v1,38,-16,66,-52,66xm35,-183v0,32,9,49,27,49v18,0,27,-17,27,-49v0,-32,-9,-49,-27,-49v-18,0,-27,17,-27,49xm21,0r194,-245r25,0r-193,245r-26,0xm197,4v-36,0,-53,-29,-52,-66v0,-39,17,-65,52,-65v35,0,52,27,52,65v0,39,-17,65,-52,66xm170,-62v0,32,9,49,27,49v18,0,27,-17,27,-49v0,-32,-9,-48,-27,-48v-18,0,-27,16,-27,48xm328,4v-36,0,-53,-29,-52,-66v0,-39,17,-65,52,-65v35,0,53,26,53,65v0,38,-17,65,-53,66xm302,-62v0,32,8,49,26,49v18,0,27,-17,27,-49v0,-32,-9,-48,-27,-48v-18,0,-26,16,-26,48","w":389},"\u00c2":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm125,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":251},"\u00ca":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0xm111,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":225},"\u00c1":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm101,-259r25,-55r49,0r-51,55r-23,0","w":251},"\u00cb":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0xm80,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm144,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":225},"\u00c8":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0xm138,-259r-23,0r-50,-55r48,0","w":225},"\u00cd":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0xm31,-259r25,-55r49,0r-51,55r-23,0","w":112},"\u00ce":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0xm55,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":112},"\u00cf":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0xm24,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm88,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":112},"\u00cc":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0xm85,-259r-23,0r-50,-55r48,0","w":112},"\u00d3":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm126,-259r25,-55r49,0r-51,55r-23,0","w":288},"\u00d4":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm144,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":288},"\u00d2":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm162,-259r-23,0r-50,-55r48,0","w":288},"\u00da":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90xm102,-259r25,-55r49,0r-51,55r-23,0","w":243},"\u00db":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90xm121,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":243},"\u00d9":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90xm142,-259r-23,0r-50,-55r48,0","w":243},"\u0131":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0","w":105},"\u02c6":{"d":"59,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":119},"\u02dc":{"d":"34,-245v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":119},"\u02c9":{"d":"9,-205r0,-28r102,0r0,28r-102,0","w":119},"\u02d8":{"d":"114,-246v1,46,-62,67,-92,36v-10,-9,-15,-21,-16,-36r25,0v2,34,56,35,58,0r25,0","w":119},"\u02d9":{"d":"60,-200v-11,1,-20,-11,-20,-21v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21","w":119},"\u02da":{"d":"60,-186v-19,0,-35,-17,-35,-35v0,-18,17,-35,35,-35v18,0,35,16,35,35v0,19,-16,35,-35,35xm60,-242v-11,1,-21,9,-21,21v0,12,10,22,21,22v30,0,25,-43,0,-43","w":119},"\u00b8":{"d":"30,61v19,-1,31,0,32,-14v0,-7,-6,-10,-17,-10r7,-41r22,0r-4,21v17,4,25,14,25,29v-1,29,-30,36,-65,34r0,-19","w":119},"\u02dd":{"d":"-7,-193r25,-55r48,0r-50,55r-23,0xm53,-193r25,-55r49,0r-51,55r-23,0","w":119},"\u02db":{"d":"93,68v-29,17,-67,6,-66,-29v0,-10,4,-24,11,-39r28,0v-17,22,-3,61,27,45r0,23","w":119},"\u02c7":{"d":"61,-217r29,-31r23,0r-29,55r-47,0r-30,-55r24,0","w":119},"\u0160":{"d":"144,-132v62,32,35,136,-41,136v-22,0,-42,-8,-60,-24r0,20r-31,0r0,-89r31,0r0,22v15,27,34,40,58,40v35,0,59,-46,32,-65v-38,-28,-121,-20,-121,-89v0,-65,81,-86,126,-48r0,-17r30,0r0,74r-30,0v2,-35,-29,-42,-52,-45v-40,-5,-56,46,-22,60v14,6,69,18,80,25xm93,-283r29,-31r23,0r-29,55r-47,0r-30,-55r24,0","w":191},"\u0161":{"d":"125,-94v52,25,27,97,-36,97v-18,0,-33,-4,-44,-12r0,9r-30,0r0,-58r30,0v-5,38,70,46,75,11v-3,-31,-77,-19,-90,-42v-35,-31,-4,-84,44,-84v16,0,30,3,42,10r0,-7r30,0r0,56r-30,0v1,-38,-67,-41,-70,-10v-2,26,58,20,79,30xm86,-217r29,-31r23,0r-29,55r-47,0r-30,-55r24,0","w":164},"\u00a6":{"d":"81,-249r28,0r0,137r-28,0r0,-137xm81,-57r28,0r0,137r-28,0r0,-137","w":189},"\u00d0":{"d":"244,-126v0,93,-52,130,-150,126r-89,0r0,-31r33,0r0,-78r-37,0r0,-26r37,0r0,-79r-33,0r0,-31r94,0v95,-4,145,34,145,119xm207,-124v0,-73,-46,-97,-132,-90r0,79r56,0r0,26r-56,0r0,78v84,5,132,-16,132,-93","w":262},"\u00f0":{"d":"14,-86v0,-67,73,-114,129,-73v-10,-19,-22,-35,-35,-50r-55,23r-5,-14r50,-21v-6,-7,-16,-15,-26,-24r36,0v6,4,11,9,16,13r31,-13r6,14r-26,11v38,43,57,85,57,126v1,54,-36,99,-90,99v-51,0,-88,-43,-88,-91xm157,-86v0,-35,-25,-56,-55,-57v-31,-1,-53,27,-53,59v0,31,22,57,53,57v30,0,55,-29,55,-59"},"\u00dd":{"d":"99,-31r0,-80r-73,-103r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0r-68,103r0,80r33,0r0,31r-103,0r0,-31r33,0xm101,-259r25,-55r49,0r-51,55r-23,0","w":232},"\u00fd":{"d":"87,-3r-56,-137r-28,0r0,-30r84,0r0,30r-20,0r37,94r36,-94r-23,0r0,-30r83,0r0,30r-26,0r-84,216r-56,0r0,-29r33,0xm81,-193r25,-55r49,0r-51,55r-23,0","w":202},"\u00de":{"d":"197,-122v0,65,-47,80,-122,75r0,16r32,0r0,31r-100,0r0,-31r31,0r0,-183r-31,0r0,-31r100,0r0,31r-32,0r0,16v75,-5,122,11,122,76xm160,-123v-1,-44,-36,-46,-85,-44r0,91v49,1,86,-1,85,-47"},"\u00fe":{"d":"210,-84v0,78,-92,118,-143,63r0,68r33,0r0,29r-98,0r0,-29r32,0r0,-262r-29,0r0,-30r62,0r0,102v46,-62,143,-20,143,59xm122,-143v-32,0,-57,27,-56,60v1,32,21,57,54,58v34,0,55,-24,55,-60v0,-33,-23,-58,-53,-58","w":225},"\u00d7":{"d":"31,-53r70,-69r-70,-70r19,-19r70,69r70,-69r19,19r-69,70r69,69r-19,20r-70,-70r-70,70","w":240},"\u00b9":{"d":"47,-137r0,-92r-20,0r0,-17r44,0r0,109r19,0r0,18r-63,0r0,-18r20,0","w":119},"\u00b2":{"d":"105,-213v1,35,-67,49,-71,75r50,0r0,-28r23,0r-2,47r-96,0v-2,-46,42,-58,68,-83v7,-14,1,-29,-19,-29v-20,0,-22,13,-22,33r-24,0v-2,-34,14,-50,47,-50v26,0,46,12,46,35","w":119},"\u00b3":{"d":"30,-164v-4,36,54,40,56,9v1,-16,-18,-23,-42,-22r0,-17v24,-1,36,0,36,-18v0,-11,-7,-21,-20,-20v-15,0,-22,9,-22,26r-24,0v0,-28,15,-42,45,-42v41,0,61,43,28,62v16,6,24,15,24,30v0,26,-25,39,-53,39v-34,0,-51,-16,-51,-47r23,0","w":119},"\u00bd":{"d":"44,-137r0,-92r-19,0r0,-17r43,0r0,109r19,0r0,18r-62,0r0,-18r19,0xm35,0r194,-244r21,0r-193,244r-22,0xm277,-94v2,36,-68,48,-71,76r50,0r0,-29r22,0r-1,47r-97,0v-1,-46,43,-55,68,-82v11,-12,2,-31,-18,-30v-21,1,-23,13,-23,34r-23,0v-3,-34,16,-50,46,-51v25,-1,46,13,47,35","w":348},"\u00bc":{"d":"47,-137r0,-92r-20,0r0,-17r44,0r0,109r19,0r0,18r-63,0r0,-18r20,0xm44,0r194,-244r21,0r-193,244r-22,0xm227,-33r-48,0v-2,-6,-5,-12,-10,-16r61,-79r20,0r0,77r23,0r0,18r-23,0r0,16r13,0r0,17r-52,0r0,-17r16,0r0,-16xm227,-51r0,-42r-33,42r33,0","w":348},"\u00be":{"d":"45,-164v-4,36,54,40,56,9v1,-16,-18,-24,-43,-22r0,-17v24,-1,37,0,37,-18v0,-11,-7,-21,-20,-20v-15,0,-22,9,-22,26r-25,0v0,-28,16,-42,46,-42v41,0,61,43,28,62v16,6,24,15,24,30v0,26,-25,39,-53,39v-34,0,-51,-16,-51,-47r23,0xm58,0r194,-244r22,0r-195,244r-21,0xm254,-33r-48,0v-2,-6,-5,-12,-10,-16r61,-79r20,0r0,77r23,0r0,18r-23,0r0,16r13,0r0,17r-51,0r0,-17r15,0r0,-16xm254,-51r0,-42r-33,42r33,0","w":348},"\u00af":{"d":"-2,-290r184,0r0,18r-184,0r0,-18","w":180}}});Cufon.registerFont({"w":240,"face":{"font-family":"Rockwell","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 6 8 3 3 5 5 2 4 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-44 -339 404.044 98.2365","underline-thickness":"24.6094","underline-position":"-15.8203","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":90,"k":{"\u2018":27,"\u201c":27,"Y":45,"W":36,"V":36,"T":27}},"!":{"d":"51,-85v-8,-50,-18,-98,-15,-160r54,0v3,61,-6,110,-14,160r-25,0xm34,0r0,-59r59,0r0,59r-59,0","w":127},"\"":{"d":"57,-249v53,0,9,81,4,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,26,-28xm142,-249v53,0,7,80,4,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,26,-28","w":198},"#":{"d":"66,-185r14,-65r38,0r-14,65r58,0r14,-65r38,0r-14,65r27,0r0,38r-35,0r-10,48r45,0r0,38r-53,0r-14,66r-38,0r14,-66r-58,0r-13,66r-38,0r13,-66r-27,0r0,-38r35,0r10,-48r-45,0r0,-38r53,0xm154,-147r-58,0r-10,48r58,0"},"$":{"d":"165,-117v45,45,10,124,-57,118r0,30r-24,0r0,-30v-40,-7,-65,-26,-68,-73r44,0v-1,19,8,33,24,37r0,-75v-38,-19,-64,-30,-64,-71v0,-35,30,-58,64,-61r0,-9r24,0r0,9v38,4,67,25,67,65r-43,0v-2,-18,-10,-28,-24,-30r0,59v20,8,44,18,57,31xm84,-207v-28,6,-25,36,0,47r0,-47xm108,-34v18,1,36,-12,35,-29v0,-15,-12,-27,-35,-36r0,65","w":202},"%":{"d":"76,-249v36,1,51,27,51,66v0,44,-17,65,-51,65v-34,0,-52,-21,-52,-65v0,-44,17,-66,52,-66xm75,-140v10,0,15,-15,15,-43v0,-29,-4,-43,-14,-43v-10,0,-15,14,-15,42v0,29,5,44,14,44xm63,0r177,-245r31,0r-177,245r-31,0xm258,-128v36,1,51,27,51,66v0,44,-18,65,-52,65v-34,0,-51,-21,-51,-65v0,-44,17,-66,52,-66xm257,-19v10,0,15,-15,15,-43v0,-29,-5,-43,-15,-43v-10,0,-14,15,-14,43v0,29,5,43,14,43","w":333},"&":{"d":"128,-248v35,0,65,18,66,50v0,23,-15,41,-43,55r35,44v13,-18,23,-35,30,-51r58,0r0,40r-30,0v-9,19,-18,34,-29,46r20,25r39,0r0,39r-72,0r-23,-27v-50,55,-168,34,-166,-44v1,-44,29,-59,68,-79v-41,-40,-11,-98,47,-98xm130,-216v-25,4,-24,21,-3,42v16,-7,23,-15,23,-24v0,-9,-9,-20,-20,-18xm69,-79v0,40,57,49,83,18r-46,-59v-24,10,-37,24,-37,41","w":288},"'":{"d":"50,-249v54,0,9,80,5,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,25,-28","w":101},"(":{"d":"114,77v-55,-21,-97,-82,-97,-163v0,-83,41,-140,97,-162r0,35v-36,22,-42,64,-42,127v0,65,5,106,42,128r0,35","w":123},")":{"d":"10,-248v56,21,98,81,98,162v0,81,-43,142,-98,163r0,-35v36,-22,42,-63,42,-128v0,-65,-6,-105,-42,-127r0,-35","w":123},"*":{"d":"90,-151v-12,-3,-33,-6,-46,-2r-30,-10r14,-41r30,10v6,9,17,17,36,26v-2,-34,-16,-42,-12,-77r42,0r0,31v-8,13,-12,27,-12,46v22,-10,34,-19,38,-26r29,-10r13,41v-23,14,-44,3,-74,12v12,14,24,23,37,28r18,25r-35,24r-18,-24v0,-12,-6,-25,-17,-42v-10,16,-15,29,-15,42r-17,24r-35,-24r17,-25v11,-3,24,-12,37,-28","w":206},"+":{"d":"21,-145r77,0r0,-77r44,0r0,77r77,0r0,44r-77,0r0,77r-44,0r0,-77r-77,0r0,-44"},",":{"d":"34,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,60,10,127,-59,123","w":127,"k":{"\u2019":50,"\u201d":50}},"-":{"d":"13,-61r0,-48r98,0r0,48r-98,0","w":123},"\u00ad":{"d":"13,-61r0,-48r98,0r0,48r-98,0","w":123},".":{"d":"34,0r0,-59r59,0r0,59r-59,0","w":127,"k":{"\u2019":50,"\u201d":50," ":27}},"\/":{"d":"131,-249r50,0r-129,252r-50,0","w":182},"0":{"d":"183,-123v0,72,-21,126,-84,126v-63,0,-84,-56,-84,-126v0,-71,21,-126,84,-126v63,0,84,56,84,126xm71,-123v0,41,0,82,28,86v29,4,29,-58,29,-86v0,-41,-1,-80,-29,-86v-28,6,-28,46,-28,86","w":198},"1":{"d":"41,0r0,-39r34,0r0,-166r-36,0r0,-40r89,0r0,206r32,0r0,39r-119,0","w":198},"2":{"d":"174,-181v-1,73,-101,81,-109,142r72,0r0,-32r39,0r-2,71r-157,0v-9,-87,60,-115,92,-158v13,-18,12,-53,-14,-53v-25,0,-28,22,-30,52r-44,-2v-2,-61,25,-86,78,-88v43,-2,75,28,75,68","w":198},"3":{"d":"180,-70v0,47,-37,74,-83,73v-52,0,-80,-26,-84,-78r47,-4v-5,57,64,54,64,7v0,-26,-18,-42,-46,-36r0,-42v44,9,55,-58,14,-59v-17,0,-26,10,-26,32r-46,-3v1,-42,32,-69,75,-69v77,0,104,94,40,120v30,10,45,30,45,59","w":198},"4":{"d":"181,-36r0,36r-98,0r0,-36r27,0r0,-31r-90,0v-4,-13,-9,-24,-13,-32r105,-150r48,0r0,148r24,0r0,34r-24,0r0,31r21,0xm110,-101r0,-85r-61,85r61,0","w":198},"5":{"d":"180,-81v0,75,-89,108,-142,66v-14,-12,-22,-30,-25,-51r46,-5v3,23,14,35,32,35v23,0,33,-16,33,-41v0,-47,-43,-57,-61,-24r-39,-20r7,-124r137,0r0,58r-35,0r-4,-18r-63,0r-3,58v52,-36,117,6,117,66","w":198},"6":{"d":"19,-120v0,-79,25,-129,92,-129v41,0,63,22,68,65r-42,4v-6,-37,-40,-41,-55,-12v-6,13,-10,30,-10,51v43,-38,110,-4,110,60v0,53,-27,84,-75,84v-68,0,-87,-47,-88,-123xm107,-36v38,0,34,-83,-4,-81v-10,0,-21,4,-31,11v2,42,4,70,35,70","w":198},"7":{"d":"65,-39v3,-53,35,-133,61,-167r-63,0r0,34r-39,0r0,-73r153,0r0,31v-22,26,-58,124,-56,175r31,0r0,39r-118,0r0,-39r31,0","w":198},"8":{"d":"100,-249v77,-8,106,88,43,121v28,11,42,30,42,60v0,47,-35,71,-86,71v-87,0,-118,-106,-41,-131v-66,-32,-36,-129,42,-121xm100,-146v18,0,28,-13,28,-32v0,-19,-10,-33,-28,-33v-18,0,-29,13,-29,33v0,18,11,32,29,32xm100,-35v21,0,33,-16,33,-38v0,-21,-13,-38,-33,-38v-21,0,-33,16,-33,38v0,22,12,38,33,38","w":198},"9":{"d":"94,-249v65,2,86,48,86,126v0,107,-69,155,-138,110v-14,-9,-20,-28,-22,-50r42,-4v5,21,14,32,28,32v22,0,34,-24,37,-70v-47,37,-111,2,-111,-61v0,-47,30,-85,78,-83xm91,-210v-35,0,-35,85,5,81v9,-1,25,-2,31,-14v0,-32,-9,-67,-36,-67","w":198},":":{"d":"34,-112r0,-58r59,0r0,58r-59,0xm34,0r0,-59r59,0r0,59r-59,0","w":127,"k":{" ":27}},";":{"d":"34,-113r0,-59r59,0r0,59r-59,0xm34,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v-1,59,12,128,-59,123","w":127,"k":{" ":27}},"<":{"d":"219,-21r-198,-82r0,-40r198,-81r0,46r-137,55r137,55r0,47"},"=":{"d":"21,-187r198,0r0,44r-198,0r0,-44xm21,-102r198,0r0,43r-198,0r0,-43"},">":{"d":"21,-224r198,81r0,40r-198,82r0,-47r137,-55r-137,-55r0,-46"},"?":{"d":"187,-177v0,42,-32,70,-76,67r-6,25r-25,0r-5,-64v26,10,55,-4,56,-30v0,-19,-15,-32,-34,-32v-22,0,-34,16,-30,37r-54,0v0,-50,36,-75,88,-75v50,-1,85,27,86,72xm62,0r0,-59r59,0r0,59r-59,0","w":202},"@":{"d":"43,-79v0,80,61,126,148,126v57,0,98,-16,122,-47r37,0v-22,49,-81,79,-153,79v-114,0,-186,-56,-186,-160v0,-107,71,-176,180,-178v85,-1,150,54,150,135v0,64,-52,130,-116,127v-18,0,-29,-7,-33,-20v-42,44,-122,9,-115,-55v-8,-72,86,-158,141,-91r5,-20r46,0r-29,142v0,6,2,8,7,8v34,-6,62,-49,62,-92v0,-62,-50,-102,-119,-102v-93,0,-147,60,-147,148xm176,-156v-35,1,-53,48,-53,88v0,22,12,39,31,39v36,1,56,-49,55,-86v0,-22,-10,-42,-33,-41","w":352},"A":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0","w":251,"k":{"y":11,"w":4,"v":11,"Y":11,"W":11,"V":16,"U":5,"T":11,"Q":11,"O":11,"G":7,"C":7}},"B":{"d":"233,-71v-2,93,-126,68,-221,71r0,-41r30,0r0,-162r-30,0r0,-42v89,4,211,-24,211,65v0,24,-11,40,-34,50v29,11,44,31,44,59xm160,-177v0,-27,-26,-26,-54,-26r0,55v29,1,54,1,54,-29xm167,-73v0,-33,-27,-35,-61,-34r0,66v34,0,61,2,61,-32","w":251,"k":{"U":5,".":14,",":14}},"C":{"d":"18,-122v-5,-107,119,-158,202,-104r0,-19r41,0r0,87r-41,0v-12,-31,-32,-47,-61,-47v-47,-1,-72,38,-73,83v-1,44,27,80,69,80v37,-1,61,-28,68,-63r48,23v-18,57,-58,85,-120,85v-83,0,-129,-49,-133,-125","w":281,"k":{"A":7,".":14,",":14}},"D":{"d":"271,-122v0,82,-45,122,-139,122r-124,0r0,-41r38,0r0,-162r-38,0r0,-42r116,0v94,-3,147,38,147,123xm204,-121v0,-59,-30,-88,-95,-82r0,162v63,3,95,-20,95,-80","w":288,"k":{"Y":18,"W":18,"V":14,"A":11,".":27,",":27}},"E":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0"},"F":{"d":"10,0r0,-41r35,0r0,-162r-35,0r0,-42r219,0r0,76r-47,0r0,-34r-73,0r0,56r53,0r0,42r-53,0r0,64r37,0r0,41r-136,0","w":232,"k":{"o":36,"e":36,"a":36,"A":22,".":54,",":54}},"G":{"d":"87,-127v-13,81,103,120,129,45r-43,0r0,-41r114,0v1,86,-52,123,-131,126v-82,3,-138,-50,-138,-126v0,-77,53,-125,130,-125v33,0,58,8,76,24r0,-21r42,0r0,87r-42,0v-6,-28,-36,-46,-67,-47v-40,-1,-73,33,-70,78","w":303,"k":{".":29,",":29}},"H":{"d":"11,0r0,-41r31,0r0,-162r-31,0r0,-42r118,0r0,42r-25,0r0,53r66,0r0,-53r-25,0r0,-42r118,0r0,42r-31,0r0,162r31,0r0,41r-118,0r0,-41r25,0r0,-67r-66,0r0,67r25,0r0,41r-118,0","w":273},"I":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0","w":153},"J":{"d":"107,-5v3,65,-46,91,-109,76r0,-44v28,8,45,-1,45,-34r0,-196r-36,0r0,-42r133,0r0,42r-33,0r0,198","w":146,"k":{"u":9,"o":14,"e":14,"a":11,"A":5,".":18,",":18}},"K":{"d":"7,0r0,-41r33,0r0,-162r-33,0r0,-42r128,0r0,42r-31,0r0,162r28,0r0,41r-125,0xm151,0r0,-41r29,0r-74,-87r79,-75r-29,0r0,-42r120,0r0,42r-30,0r-69,67r80,95r25,0r0,41r-131,0","w":281,"k":{"y":22,"u":7,"o":4,"e":4,"O":11}},"L":{"d":"10,0r0,-41r35,0r0,-162r-35,0r0,-42r134,0r0,42r-35,0r0,162r72,0r0,-76r48,0r0,117r-219,0","w":232,"k":{"\u2019":14,"\u201d":14,"Y":27,"W":22,"V":27,"T":9}},"M":{"d":"10,0r0,-41r31,0r0,-162r-31,0r0,-42r122,0r54,144r54,-144r125,0r0,42r-32,0r0,162r32,0r0,41r-123,0r0,-41r30,0r0,-162r-6,0r-76,203r-26,0r-77,-203r-6,0r0,162r32,0r0,41r-103,0","w":375},"N":{"d":"10,0r0,-41r32,0r0,-162r-32,0r0,-42r102,0r90,153r0,-111r-31,0r0,-42r109,0r0,42r-34,0r0,205r-55,0r-105,-181r0,138r31,0r0,41r-107,0","w":285,"k":{"A":5,".":29,",":29}},"O":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83","w":307,"k":{"Y":27,"X":27,"W":27,"V":27,"T":9,"A":22,".":36,",":36}},"P":{"d":"234,-167v0,66,-54,83,-129,78r0,48r35,0r0,41r-129,0r0,-41r31,0r0,-162r-31,0r0,-42r129,0v55,0,94,27,94,78xm166,-167v-1,-33,-23,-39,-61,-36r0,73v39,1,62,-4,61,-37","k":{"o":9,"e":9,"a":5,"A":27,".":58,",":58}},"Q":{"d":"228,61v-52,5,-92,-58,-139,-17r-16,-24v9,-11,25,-19,44,-21v-56,-10,-99,-58,-99,-122v1,-72,55,-125,136,-125v81,0,136,54,136,125v0,69,-53,124,-123,126v22,8,49,22,76,19xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83","w":307,"k":{"U":9,".":36,",":36}},"R":{"d":"156,-245v83,-9,106,103,36,130r40,74r31,0r0,41r-74,0r-56,-107r-28,0r0,66r31,0r0,41r-128,0r0,-41r34,0r0,-162r-34,0r0,-42r148,0xm168,-175v-1,-29,-32,-30,-63,-28r0,57v32,2,64,-2,63,-29","w":262,"k":{"Y":14,"W":14,"V":14,"U":7,"T":9,"O":9}},"S":{"d":"148,-131v56,33,31,134,-40,134v-21,0,-37,-8,-49,-24r0,21r-42,0r0,-83r42,0v-8,44,59,61,64,18v-16,-56,-108,-43,-108,-115v0,-59,78,-91,111,-44r0,-21r41,0r0,75r-41,0v-1,-20,-15,-35,-35,-36v-20,-1,-33,18,-19,34v10,11,64,30,76,41","w":191,"k":{".":9,",":9}},"T":{"d":"53,0r0,-41r37,0r0,-162r-37,0r0,57r-42,0r0,-99r222,0r0,99r-42,0r0,-57r-38,0r0,162r37,0r0,41r-137,0","w":243,"k":{"w":-7,"o":29,"e":29,"a":14,"O":9,"A":11,".":29,"-":36,",":29}},"U":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84","w":243,"k":{"A":9,".":29,",":29}},"V":{"d":"101,2r-72,-205r-30,0r0,-42r125,0r0,42r-31,0r41,122r41,-122r-31,0r0,-42r108,0r0,42r-30,0r-70,205r-51,0","w":251,"k":{"u":16,"o":36,"i":5,"e":36,"a":36,"O":27,"G":22,"A":16,";":18,":":18,".":45,"-":36,",":45}},"W":{"d":"95,2r-70,-205r-25,0r0,-42r110,0r0,42r-25,0r39,117r38,-117r-23,0r0,-42r88,0r0,42r-22,0r40,117r38,-117r-24,0r0,-42r98,0r0,42r-27,0r-67,205r-46,0r-39,-112r-36,112r-47,0","w":356,"k":{"y":18,"u":14,"o":36,"i":5,"h":-9,"e":36,"a":36,"O":27,"A":11,";":22,":":22,".":54,"-":36,",":54}},"X":{"d":"-1,0r0,-41r37,0r59,-85r-59,-77r-34,0r0,-42r126,0r0,40r-24,0r37,45r33,-45r-22,0r0,-40r108,0r0,42r-34,0r-58,80r64,82r35,0r0,41r-130,0r0,-40r25,0r-38,-50r-37,50r25,0r0,40r-113,0","w":266},"Y":{"d":"61,0r0,-41r34,0r0,-66r-66,-96r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-63,96r0,66r34,0r0,41r-132,0","w":251,"k":{"u":29,"o":45,"i":5,"e":45,"a":36,"O":27,"A":11,";":27,":":27,".":29,"-":45,",":29}},"Z":{"d":"18,0r0,-41r116,-162r-68,0r0,44r-42,0r0,-86r189,0r0,37r-119,167r80,0r0,-47r42,0r0,88r-198,0","w":232},"[":{"d":"40,73r0,-318r99,0r0,37r-45,0r0,245r45,0r0,36r-99,0","w":150},"\\":{"d":"52,-249r129,252r-50,0r-129,-252r50,0","w":182},"]":{"d":"110,-245r0,318r-99,0r0,-36r45,0r0,-245r-45,0r0,-37r99,0","w":150},"^":{"d":"20,-104r66,-141r39,0r65,141r-50,0r-35,-86r-35,86r-50,0","w":209},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"87,-192r-29,0r-64,-56r66,0","w":119},"a":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9","w":209,"k":{"y":14,"w":9,"v":7,"p":7}},"b":{"d":"211,-86v7,73,-74,117,-122,66r0,20r-84,0r0,-39r30,0r0,-166r-30,0r0,-40r84,0r0,94v46,-54,130,-4,122,65xm122,-40v23,0,33,-19,33,-46v0,-26,-10,-44,-32,-44v-23,0,-36,18,-35,46v1,24,12,44,34,44","w":225,"k":{"y":7,"l":9,"b":7,".":14,",":14}},"c":{"d":"14,-85v0,-71,81,-113,138,-71r0,-14r37,0r0,69r-39,0v-14,-44,-81,-35,-81,15v0,56,67,58,83,20r42,19v-31,83,-180,60,-180,-38","w":202,"k":{"l":5,"k":5,".":7,",":7}},"d":{"d":"14,-86v0,-69,76,-119,122,-65r0,-54r-26,0r0,-40r81,0r0,206r28,0r0,39r-83,0r0,-20v-49,53,-122,3,-122,-66xm103,-40v21,-2,34,-18,34,-45v0,-27,-12,-46,-34,-46v-23,0,-34,21,-34,45v0,24,11,47,34,46","w":225,"k":{"y":7,"w":5,"v":5,"d":7}},"e":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0","w":206,"k":{"y":7,"w":5,"p":7,".":7,",":7}},"f":{"d":"36,-170v-4,-49,19,-80,66,-79v27,0,46,8,57,24r-40,31v-5,-25,-30,-25,-29,5r0,19r27,0r0,39r-27,0r0,92r27,0r0,39r-106,0r0,-39r25,0r0,-92r-23,0r0,-39r23,0","w":127,"k":{"\u2019":-22,"\u201d":-22}},"g":{"d":"14,-85v0,-71,79,-119,123,-64r0,-21r82,0r0,39r-28,0r0,126v0,56,-30,84,-89,84v-34,0,-59,-6,-76,-18r26,-36v38,24,95,14,85,-46v-51,53,-123,7,-123,-64xm103,-41v20,0,34,-20,34,-44v0,-25,-11,-44,-34,-44v-23,0,-34,20,-34,44v-1,24,13,44,34,44","w":225,"k":{"o":7,"g":5,"e":7,".":22,",":22}},"h":{"d":"138,-109v0,-30,-29,-23,-47,-10r0,80r25,0r0,39r-106,0r0,-39r27,0r0,-166r-27,0r0,-40r81,0r0,89v42,-32,101,-23,101,44r0,73r25,0r0,39r-79,0r0,-109","w":225,"k":{"y":14}},"i":{"d":"69,-189v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,29,14,29,30v0,16,-14,30,-29,30xm15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0","w":127},"j":{"d":"66,-188v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,30,15,30,30v0,15,-15,30,-30,30xm-2,31v28,1,42,-1,42,-31r0,-131r-26,0r0,-39r81,0r0,165v4,68,-31,84,-97,79r0,-43","w":127},"k":{"d":"12,0r0,-39r28,0r0,-166r-28,0r0,-40r82,0r0,155r58,-48r-36,0r0,-32r103,0r0,34r-17,0r-50,43r46,54r23,0r0,39r-52,0r-75,-90r0,53r20,0r0,37r-102,0","w":232,"k":{"o":14,"e":11}},"l":{"d":"13,0r0,-39r27,0r0,-166r-27,0r0,-40r81,0r0,206r25,0r0,39r-106,0","w":127,"k":{"y":5,"w":5}},"m":{"d":"199,-149v46,-37,136,-37,126,45r0,65r28,0r0,39r-82,0r0,-100v0,-37,-38,-28,-62,-15r0,76r28,0r0,39r-82,0r0,-98v-1,-38,-35,-31,-62,-17r0,76r28,0r0,39r-111,0r0,-39r28,0r0,-92r-28,0r0,-39r83,0r0,14v36,-22,82,-25,106,7","w":356,"k":{"y":13}},"n":{"d":"140,-103v3,-33,-29,-26,-47,-13r0,77r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0r0,-39r80,0r0,16v42,-34,106,-24,102,47r0,68r25,0r0,39r-80,0r0,-103","w":225,"k":{"y":13,"v":5}},"o":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49","w":206,"k":{"y":9,"x":9,"w":5,"v":5,".":14,",":14}},"p":{"d":"212,-83v0,70,-73,116,-123,66r0,55r34,0r0,39r-117,0r0,-39r28,0r0,-169r-23,0r0,-39r78,0r0,21v48,-56,123,-4,123,66xm123,-39v23,-1,33,-18,33,-46v0,-27,-10,-43,-33,-44v-24,-1,-35,19,-35,45v1,24,11,46,35,45","w":225,"k":{"y":7,".":14,",":14}},"q":{"d":"13,-84v0,-69,74,-122,123,-65r0,-21r83,0r0,39r-29,0r0,169r29,0r0,39r-117,0r0,-39r34,0r0,-55v-51,51,-123,3,-123,-67xm102,-129v-23,1,-33,18,-33,44v0,26,10,46,33,46v22,0,34,-20,34,-47v0,-25,-11,-43,-34,-43","w":225},"r":{"d":"159,-121v-53,-4,-67,30,-64,82r34,0r0,39r-119,0r0,-39r31,0r0,-92r-29,0r0,-39r79,0r0,43v7,-26,32,-49,68,-46r0,52","w":161,"k":{"y":-22,"v":-27,"u":-20,"t":-16,"r":-11,"p":-18,"n":-18,"m":-18,"i":-9,".":14,",":14}},"s":{"d":"136,-101v60,21,35,105,-34,105v-20,0,-33,-4,-41,-12r0,8r-40,0r0,-59r40,0v-3,29,60,39,65,10v-3,-14,-15,-13,-34,-17v-45,-9,-78,-18,-78,-57v0,-45,64,-62,106,-41r0,-6r39,0r0,49r-39,0v1,-19,-60,-27,-60,-5v0,20,64,15,76,25","w":183,"k":{".":11,",":11}},"t":{"d":"83,-57v-3,22,17,18,31,13r0,38v-37,16,-86,12,-86,-36r0,-89r-21,0r0,-39r21,0r0,-27r55,-39r0,66r31,0r0,39r-31,0r0,74","w":123},"u":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106","w":225},"v":{"d":"81,2r-57,-133r-25,0r0,-39r103,0r0,39r-21,0r27,78r31,-78r-22,0r0,-39r90,0r0,39r-24,0r-55,133r-47,0","w":206,"k":{"o":7,"e":9,"a":5,".":36,",":36}},"w":{"d":"66,2r-44,-133r-22,0r0,-39r93,0r0,39r-19,0r21,63r35,-102r45,0r34,102r21,-63r-20,0r0,-39r83,0r0,39r-22,0r-44,133r-47,0r-33,-100r-33,100r-48,0","w":292,"k":{"o":9,"h":9,"e":9,"a":5,".":36,",":36}},"x":{"d":"8,0r0,-39r25,0r36,-44r-36,-48r-25,0r0,-39r65,0r31,46r34,-46r51,0r0,39r-23,0r-34,41r40,51r23,0r0,39r-66,0r-33,-48r-35,48r-53,0","w":202,"k":{"e":9}},"y":{"d":"44,77r0,-39r33,0r11,-31r-61,-138r-25,0r0,-39r102,0r0,39r-20,0r28,77r30,-77r-22,0r0,-39r90,0r0,39r-25,0r-81,208r-60,0","w":213,"k":{"o":9,"e":14,"a":7,".":50,",":50}},"z":{"d":"13,0r0,-36r100,-100r-55,0r0,27r-37,0r0,-61r157,0r0,36r-100,100r64,0r0,-29r36,0r0,63r-165,0","w":191,"k":{"o":7,"e":7}},"{":{"d":"49,-2v2,-41,-3,-59,-39,-62r0,-40v37,-3,39,-22,39,-64v0,-67,19,-76,82,-77r0,41v-28,1,-36,-1,-36,24v-2,59,-2,74,-33,96v30,19,32,36,33,96v1,23,8,24,35,24r0,40v-61,1,-84,-13,-81,-78","w":138},"|":{"d":"88,-249r44,0r0,328r-44,0r0,-328","w":219},"}":{"d":"90,-166v0,41,3,59,38,62r0,40v-36,2,-38,23,-38,64v0,65,-22,76,-82,76r0,-40v28,0,35,0,36,-24v2,-56,1,-76,33,-96v-30,-19,-32,-36,-33,-96v-1,-24,-9,-24,-36,-24r0,-41v61,0,82,14,82,79","w":138},"~":{"d":"64,-159v18,0,70,29,88,29v16,0,33,-9,52,-27r0,45v-19,17,-38,25,-56,25v-31,2,-62,-29,-88,-28v-18,0,-35,8,-54,26r0,-45v19,-17,39,-25,58,-25","w":209},"\u00c4":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm164,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm84,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":251},"\u00c5":{"d":"126,-339v53,0,65,82,15,94r63,0r0,42r-33,0r52,162r29,0r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r65,0v-18,-7,-31,-24,-32,-46v-1,-25,24,-48,49,-48xm126,-263v16,0,27,-12,27,-28v0,-13,-12,-28,-27,-27v-16,1,-28,11,-28,27v0,16,12,28,28,28xm141,-119r-20,-74r-22,74r42,0","w":251},"\u00c7":{"d":"155,-42v37,-1,61,-28,68,-63r48,23v-16,52,-52,80,-109,84r-1,10v17,2,32,15,32,32v-1,35,-40,37,-85,36r0,-18v41,3,51,-23,16,-27r7,-33v-68,-4,-113,-53,-113,-124v0,-104,120,-160,202,-104r0,-19r41,0r0,87r-41,0v-12,-31,-32,-47,-61,-47v-47,-1,-72,38,-73,83v-1,44,27,80,69,80","w":281},"\u00c9":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0xm94,-267r27,-56r66,0r-64,56r-29,0"},"\u00d1":{"d":"10,0r0,-41r32,0r0,-162r-32,0r0,-42r102,0r90,153r0,-111r-31,0r0,-42r109,0r0,42r-34,0r0,205r-55,0r-105,-181r0,138r31,0r0,41r-107,0xm116,-328v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":285},"\u00d6":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm194,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm114,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":307},"\u00dc":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84xm162,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm82,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":243},"\u00e1":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm80,-192r27,-56r66,0r-64,56r-29,0","w":209},"\u00e0":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm131,-192r-29,0r-64,-56r66,0","w":209},"\u00e2":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm72,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":209},"\u00e4":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm138,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm58,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":209},"\u00e3":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm71,-248v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":209},"\u00e5":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm104,-260v20,0,37,17,37,37v0,20,-16,37,-37,37v-21,0,-37,-17,-37,-37v0,-20,17,-37,37,-37xm104,-204v10,1,19,-10,19,-19v0,-10,-9,-19,-19,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,19","w":209},"\u00e7":{"d":"69,-86v0,56,67,58,83,20r42,19v-15,33,-41,49,-77,51r-2,11v20,6,30,16,30,31v-1,33,-40,37,-80,34r0,-18v23,-1,32,2,36,-11v0,-8,-7,-12,-21,-13r8,-36v-44,-8,-72,-39,-74,-87v-3,-71,81,-113,138,-71r0,-14r37,0r0,69r-39,0v-14,-44,-81,-35,-81,15","w":202},"\u00e9":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0xm77,-192r27,-56r66,0r-64,56r-29,0","w":206},"\u00e8":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0xm131,-192r-29,0r-64,-56r66,0","w":206},"\u00ea":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0xm78,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":206},"\u00eb":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0xm144,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm64,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":206},"\u00ed":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0xm41,-192r27,-56r66,0r-64,56r-29,0","w":127},"\u00ec":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0xm95,-192r-29,0r-64,-56r66,0","w":127},"\u00ee":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0xm38,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":127},"\u00ef":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0xm104,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm24,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":127},"\u00f1":{"d":"140,-103v3,-33,-29,-26,-47,-13r0,77r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0r0,-39r80,0r0,16v42,-34,106,-24,102,47r0,68r25,0r0,39r-80,0r0,-103xm88,-248v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":225},"\u00f3":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm76,-192r27,-56r66,0r-64,56r-29,0","w":206},"\u00f2":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm130,-192r-29,0r-64,-56r66,0","w":206},"\u00f4":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm77,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":206},"\u00f6":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm143,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm63,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":206},"\u00f5":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm74,-248v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":206},"\u00fa":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106xm85,-192r27,-56r66,0r-64,56r-29,0","w":225},"\u00f9":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106xm139,-192r-29,0r-64,-56r66,0","w":225},"\u00fb":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106xm86,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":225},"\u00fc":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106xm152,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm72,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":225},"\u2020":{"d":"76,-161v3,-17,-4,-38,-12,-48r0,-36r48,0r0,36v-9,12,-13,27,-12,48v35,-3,40,-13,75,-10r0,44r-33,0v-7,-6,-21,-9,-42,-9v1,19,4,34,12,44v1,60,-8,110,-12,165r-24,0v-4,-55,-13,-105,-12,-165v8,-10,11,-25,12,-44v-21,0,-34,3,-41,9r-33,0r0,-44v34,-3,39,7,74,10","w":176},"\u00b0":{"d":"11,-188v0,-32,29,-61,60,-61v32,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-60,-28,-60,-61xm109,-188v0,-20,-17,-39,-38,-38v-20,0,-37,18,-37,38v0,20,17,38,37,38v20,0,38,-17,38,-38","w":142},"\u00a2":{"d":"61,-8v-93,-36,-43,-195,58,-165r29,-77r23,0r-31,85r15,10r0,-18r32,0r0,70r-37,0v-6,-11,-14,-19,-24,-23r-30,84v25,4,42,-6,54,-26r42,19v-13,34,-60,61,-111,48r-27,78r-23,0xm104,-130v-35,-1,-48,52,-26,74","w":202},"\u00a3":{"d":"115,-214v-45,0,-13,53,-2,75r46,0r0,36r-38,0v2,20,1,34,-4,48v26,11,50,9,52,-24r25,5v2,41,-13,77,-50,77v-16,0,-31,-6,-46,-19v-25,33,-80,21,-80,-22v0,-34,34,-52,65,-34v0,-9,-2,-19,-6,-31r-54,0r0,-36r36,0v-39,-56,-9,-110,57,-110v42,0,66,22,69,63r-43,5v0,-22,-10,-33,-27,-33xm41,-38v2,22,31,20,36,0v-8,-10,-16,-15,-23,-15v-8,-1,-14,7,-13,15","w":206},"\u00a7":{"d":"143,-36v56,32,20,112,-47,112v-43,0,-75,-28,-76,-67r46,0v-4,34,54,41,56,9v-16,-44,-113,-39,-113,-101v0,-23,12,-40,36,-53v-56,-35,-21,-113,47,-113v45,0,76,26,76,66r-46,0v5,-33,-53,-40,-56,-10v13,49,113,40,113,103v0,21,-12,39,-36,54xm118,-51v25,-20,23,-41,-11,-55r-38,-16v-29,18,-12,44,15,56","w":187},"\u2022":{"d":"14,-122v0,-27,22,-50,50,-50v26,0,50,22,50,50v0,26,-24,50,-50,50v-27,0,-50,-23,-50,-50","w":127},"\u00b6":{"d":"0,-171v3,-53,32,-74,94,-74r105,0r0,46r-20,0r0,275r-42,0r0,-275r-26,0r0,275r-42,0r0,-176v-42,-3,-71,-28,-69,-71","w":198},"\u00df":{"d":"120,-211v-27,2,-29,22,-29,54r0,118r13,0r0,39r-96,0r0,-39r29,0r0,-123v-3,-61,29,-82,83,-87v78,-8,115,82,46,110v74,14,61,147,-18,141v-9,0,-18,-1,-27,-5r0,-36v23,7,39,-6,39,-33v0,-29,-13,-44,-39,-45r0,-40v16,1,28,-11,28,-26v1,-17,-14,-28,-29,-28","w":232},"\u00ae":{"d":"133,-248v73,0,135,62,135,134v0,72,-63,135,-135,135v-73,0,-134,-62,-134,-135v0,-72,62,-134,134,-134xm133,-5v58,0,108,-50,108,-109v0,-59,-50,-108,-108,-108v-58,0,-108,50,-108,108v0,58,50,109,108,109xm191,-144v0,23,-17,37,-38,40v23,8,30,41,47,62r-36,0v-17,-25,-20,-63,-60,-58r0,58r-29,0r0,-143v52,2,118,-12,116,41xm160,-143v0,-24,-28,-18,-56,-19r0,39v29,-1,56,6,56,-20","w":266},"\u00a9":{"d":"133,-248v73,0,135,62,135,134v0,72,-63,135,-135,135v-73,0,-134,-62,-134,-135v0,-72,62,-134,134,-134xm133,-5v58,0,108,-50,108,-109v0,-59,-50,-108,-108,-108v-58,0,-108,50,-108,108v0,58,50,109,108,109xm98,-114v-8,52,56,70,68,20r28,10v-7,26,-27,45,-59,46v-41,0,-68,-30,-68,-74v0,-79,106,-106,127,-34r-28,7v-17,-44,-73,-22,-68,25","w":266},"\u2122":{"d":"70,-101r0,-119r-44,0r0,-25r117,0r0,25r-43,0r0,119r-30,0xm160,-101r0,-144r46,0r26,100r26,-100r46,0r0,144r-28,0r0,-114r-31,114r-26,0r-31,-114r0,114r-28,0","w":360},"\u00b4":{"d":"33,-192r27,-56r66,0r-64,56r-29,0","w":119},"\u00a8":{"d":"100,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm20,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":119},"\u2260":{"d":"164,-187r55,0r0,44r-72,0r-16,41r88,0r0,43r-105,0r-36,92r-37,0r36,-92r-56,0r0,-43r73,0r16,-41r-89,0r0,-44r106,0r36,-92r37,0"},"\u00c6":{"d":"-1,0r0,-41r26,0r70,-162r-37,0r0,-42r286,0r0,78r-47,0r0,-36r-73,0r0,56r59,0r0,41r-59,0r0,65r73,0r0,-38r47,0r0,79r-212,0r0,-41r28,0r0,-65r-59,0r-29,65r29,0r0,41r-102,0xm160,-142r0,-65r-16,0r-28,65r44,0","w":356},"\u00d8":{"d":"57,-30v-82,-75,-26,-218,97,-218v31,0,56,6,77,19r21,-24r20,15r-21,24v83,74,24,217,-97,217v-31,0,-56,-6,-77,-19r-24,27r-20,-13xm195,-189v-47,-38,-109,3,-109,66v0,19,4,34,11,47xm112,-56v48,38,109,-3,109,-67v0,-18,-3,-33,-10,-46","w":307},"\u221e":{"d":"3,-123v0,-57,67,-68,93,-21v27,-61,111,-48,111,21v0,36,-22,62,-54,62v-22,0,-41,-14,-57,-41v-10,15,-29,30,-50,31v-26,0,-43,-25,-43,-52xm181,-123v-3,-50,-49,-42,-69,0v18,24,17,36,41,36v19,0,29,-15,28,-36xm28,-124v3,35,34,32,53,1v-11,-17,-22,-25,-33,-25v-13,0,-21,10,-20,24","w":210},"\u00b1":{"d":"21,-177r77,0r0,-77r44,0r0,77r77,0r0,44r-77,0r0,77r-44,0r0,-77r-77,0r0,-44xm21,-35r198,0r0,43r-198,0r0,-43"},"\u2264":{"d":"219,-56r-198,-82r0,-40r198,-82r0,47r-137,55r137,55r0,47xm21,-30r198,0r0,44r-198,0r0,-44"},"\u2265":{"d":"21,-260r198,82r0,40r-198,82r0,-47r137,-55r-137,-55r0,-47xm21,-30r198,0r0,44r-198,0r0,-44"},"\u00a5":{"d":"88,-118r-81,0r0,-25r63,0r-41,-60r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-39,60r62,0r0,25r-79,0v-6,6,-8,17,-7,31r86,0r0,25r-86,0r0,21r34,0r0,41r-132,0r0,-41r34,0r0,-21r-88,0r0,-25r88,0v1,-14,0,-25,-7,-31","w":251},"\u00b5":{"d":"150,-22v-15,37,-62,33,-75,0r0,98r-49,0r0,-246r49,0v3,52,-14,135,35,135v52,0,33,-80,36,-135r50,0r0,170r-46,0r0,-22","w":221},"\u2202":{"d":"145,-166v8,-64,-56,-88,-79,-31r-24,-15v9,-29,32,-50,65,-50v45,0,65,40,64,96v-2,82,-28,169,-109,170v-35,1,-56,-26,-55,-62v1,-67,62,-113,138,-108xm48,-59v0,42,50,35,69,2v12,-20,22,-44,26,-76v-54,-5,-95,29,-95,74","w":177},"\u2211":{"d":"24,-249r218,0r0,29r-174,0r107,131r-114,139r183,0r0,29r-223,0r0,-33r109,-133r-106,-131r0,-31","w":256},"\u220f":{"d":"28,-249r240,0r0,328r-34,0r0,-297r-172,0r0,297r-34,0r0,-328","w":296},"\u03c0":{"d":"0,-187r198,0r0,36r-30,0r0,151r-51,0r0,-151r-36,0r0,151r-52,0r0,-151r-29,0r0,-36","w":197},"\u222b":{"d":"-1,77v1,-24,29,-16,37,-6v5,0,7,-4,7,-11v-7,-81,-17,-232,6,-310v6,-21,49,-25,49,1v0,23,-26,19,-37,8v-5,0,-7,4,-7,12v4,89,11,120,6,225v-3,67,-1,95,-40,102v-12,2,-21,-9,-21,-21","w":97},"\u00aa":{"d":"68,-248v52,0,53,33,51,81r17,0r0,23r-53,0r0,-8v-23,19,-71,10,-70,-22v0,-31,39,-42,70,-29v5,-26,-27,-30,-41,-16r-28,-5v8,-16,26,-24,54,-24xm47,-176v2,19,23,17,36,3v-1,-21,-35,-22,-36,-3","w":142},"\u00ba":{"d":"126,-195v0,32,-25,53,-58,53v-33,0,-59,-20,-59,-53v0,-32,26,-53,59,-53v32,0,58,21,58,53xm67,-167v15,0,22,-9,22,-28v0,-19,-7,-28,-22,-28v-15,0,-21,9,-21,28v0,19,6,28,21,28","w":135},"\u2126":{"d":"68,-139v1,46,21,81,55,96r0,43r-113,0r0,-40v25,0,47,3,71,4v-45,-19,-67,-55,-67,-107v0,-70,49,-121,121,-121v83,0,128,44,130,121v2,56,-28,88,-67,106r71,-4r0,41r-113,0r0,-43v75,-24,75,-183,-18,-183v-46,0,-70,41,-70,87","w":276},"\u00e6":{"d":"304,-39v-22,53,-134,56,-160,7v-24,24,-46,36,-68,36v-32,0,-61,-22,-61,-55v0,-53,65,-69,112,-49v7,-38,-44,-51,-69,-26r-43,-8v15,-44,109,-52,149,-24v62,-42,153,2,143,83r-125,0v1,43,54,56,80,23xm252,-105v-1,-41,-69,-44,-70,0r70,0xm93,-76v-28,-2,-37,43,-6,45v12,0,25,-6,40,-19r0,-13v-14,-9,-25,-13,-34,-13","w":318},"\u00f8":{"d":"36,-23v-50,-53,-11,-151,67,-151v19,0,37,4,51,13r21,-25r17,15r-21,24v49,53,11,151,-68,151v-19,0,-35,-5,-50,-14r-21,25r-17,-13xm123,-125v-32,-26,-67,17,-51,60xm83,-45v33,23,65,-16,52,-60","w":206},"\u00bf":{"d":"140,-173r0,59r-59,0r0,-59r59,0xm16,4v0,-41,34,-71,76,-66r6,-26r25,0r5,65v-25,-11,-57,2,-56,29v0,18,14,32,33,32v22,0,35,-15,31,-36r54,0v1,48,-40,74,-88,74v-51,0,-86,-27,-86,-72","w":202},"\u00a1":{"d":"93,-173r0,59r-59,0r0,-59r59,0xm77,-87v8,50,18,98,15,159r-54,0v-3,-60,6,-109,14,-159r25,0","w":127},"\u00ac":{"d":"21,-187r198,0r0,128r-44,0r0,-84r-154,0r0,-44"},"\u221a":{"d":"185,-329r13,0r-55,343r-87,-180r-35,16r-6,-11r53,-27r71,145","w":198},"\u0192":{"d":"49,-150r6,-37r35,0v8,-44,12,-76,62,-75v17,0,34,2,49,7r-10,40v-30,-11,-51,-5,-51,28r36,0r-6,37r-36,0v-14,67,-17,145,-40,204v-11,28,-66,26,-98,15r11,-39v31,8,45,7,51,-26r26,-154r-35,0","w":198},"\u2248":{"d":"79,-201v18,0,70,28,88,28v15,0,32,-8,52,-26r0,45v-19,17,-38,24,-56,24v-31,0,-62,-27,-87,-28v-18,0,-36,9,-55,27r0,-45v19,-17,39,-25,58,-25xm79,-116v18,0,70,28,88,28v16,0,33,-8,52,-26r0,44v-19,17,-38,25,-56,25v-30,2,-63,-27,-87,-28v-18,0,-36,9,-55,27r0,-45v19,-17,39,-25,58,-25"},"\u2206":{"d":"216,0r-211,0r110,-244xm175,-14r-71,-170r-77,170r148,0","w":221},"\u00ab":{"d":"43,0r-41,-85r41,-85r52,0r-40,85r40,85r-52,0xm142,0r-41,-85r41,-85r51,0r-39,85r39,85r-51,0","w":195},"\u00bb":{"d":"54,0r-52,0r39,-85r-39,-85r52,0r41,85xm152,0r-52,0r40,-85r-40,-85r52,0r41,85","w":195},"\u2026":{"d":"31,0r0,-59r58,0r0,59r-58,0xm151,0r0,-59r59,0r0,59r-59,0xm271,0r0,-59r59,0r0,59r-59,0","w":360},"\u00a0":{"w":90},"\u00c0":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm143,-267r-29,0r-64,-56r66,0","w":251},"\u00c3":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm97,-328v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":251},"\u00d5":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm125,-328v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":307},"\u0152":{"d":"17,-121v0,-91,50,-124,152,-124r182,0r0,79r-47,0r0,-37r-70,0r0,56r56,0r0,42r-56,0r0,64r70,0r0,-37r47,0r0,78r-189,0v-94,4,-145,-36,-145,-121xm170,-203v-86,-16,-103,73,-74,131v15,30,29,28,74,31r0,-162","w":363},"\u0153":{"d":"213,-74v0,45,72,54,94,22r42,13v-18,48,-127,57,-163,18v-58,51,-172,20,-172,-64v0,-83,113,-117,172,-64v56,-55,177,-14,165,75r-138,0xm296,-104v-3,-43,-78,-45,-81,0r81,0xm114,-32v28,0,43,-26,43,-54v0,-28,-17,-52,-43,-52v-27,-1,-45,25,-45,52v0,27,18,54,45,54","w":363},"\u2013":{"d":"-2,-112r184,0r0,44r-184,0r0,-44","w":180},"\u2014":{"d":"-2,-112r364,0r0,44r-364,0r0,-44","w":360},"\u201c":{"d":"91,-245r0,28v-20,2,-29,15,-28,38r28,0r0,58r-58,0v0,-62,-8,-129,58,-124xm181,-245r0,28v-20,2,-29,15,-28,38r28,0r0,58r-58,0v0,-62,-8,-129,58,-124","w":213},"\u201d":{"d":"33,-121r0,-27v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,61,9,128,-59,124xm122,-121r0,-27v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v1,63,7,129,-59,124","w":213,"k":{" ":27}},"\u2018":{"d":"93,-245r0,28v-20,2,-30,15,-29,38r29,0r0,58r-59,0v-1,-63,-6,-129,59,-124","w":127,"k":{"\u2018":38}},"\u2019":{"d":"34,-121r0,-26v20,-2,30,-15,29,-38r-29,0r0,-60r59,0v-1,60,12,129,-59,124","w":127,"k":{"\u2019":38,"t":11,"s":29,"r":27,"l":9,"d":36," ":27}},"\u00f7":{"d":"95,-196v0,-14,11,-26,25,-26v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-25,-11,-25,-25xm21,-143r198,0r0,41r-198,0r0,-41xm95,-49v0,-14,11,-26,25,-26v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-25,-11,-25,-25"},"\u25ca":{"d":"96,-250r74,125r-74,125r-19,0r-69,-125r69,-125r19,0xm87,-233r-60,108r60,108r63,-108","w":177},"\u00ff":{"d":"44,77r0,-39r33,0r11,-31r-61,-138r-25,0r0,-39r102,0r0,39r-20,0r28,77r30,-77r-22,0r0,-39r90,0r0,39r-25,0r-81,208r-60,0xm146,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm66,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":213},"\u0178":{"d":"61,0r0,-41r34,0r0,-66r-66,-96r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-63,96r0,66r34,0r0,41r-132,0xm166,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm86,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":251},"\u2215":{"d":"-44,0r177,-245r31,0r-177,245r-31,0","w":119},"\u00a4":{"d":"77,-194v27,-16,59,-16,86,0r23,-23r29,28r-23,23v16,27,16,59,0,86r23,23r-29,29r-23,-23v-27,15,-59,15,-86,0r-23,23r-28,-29r23,-23v-16,-26,-16,-59,0,-86r-23,-23r28,-28xm164,-123v0,-24,-21,-43,-44,-43v-23,0,-44,20,-43,43v0,24,19,44,43,44v23,0,44,-20,44,-44"},"\u2039":{"d":"42,0r-40,-85r40,-85r52,0r-39,85r39,85r-52,0","w":97},"\u203a":{"d":"55,0r-52,0r40,-85r-40,-85r52,0r41,85","w":97},"\uf001":{"d":"139,-200v-10,-21,-57,-18,-47,18r0,12r101,0r0,131r27,0r0,39r-98,0r0,-39r17,0r0,-92r-47,0r0,92r17,0r0,39r-99,0r0,-39r27,0r0,-92r-27,0r0,-39r27,0v-19,-91,138,-104,156,-35","w":225},"\uf002":{"d":"37,-170v-7,-67,53,-89,115,-75r41,0r0,206r27,0r0,39r-99,0r0,-39r18,0r0,-161v-17,-26,-58,-11,-48,30r26,0r0,39r-26,0r0,92r18,0r0,39r-98,0r0,-39r26,0r0,-92r-26,0r0,-39r26,0","w":225},"\u2021":{"d":"112,-245r0,37v-9,13,-11,25,-11,41v13,0,23,-3,33,-9r35,0r0,43r-35,0v-7,-6,-17,-9,-33,-9v-3,22,4,41,17,56v-13,14,-20,34,-17,57v16,0,26,-3,33,-9r35,0r0,43r-35,0v-10,-6,-20,-9,-33,-9v0,16,3,29,11,41r0,36r-48,0r0,-36v8,-11,12,-25,12,-41v-13,0,-24,3,-34,9r-34,0r0,-43r34,0v7,6,18,9,34,9v1,-24,-4,-42,-17,-57v13,-15,18,-32,17,-56v-16,0,-27,3,-34,9r-34,0r0,-43r34,0v10,6,21,9,34,9v-1,-18,-5,-31,-12,-41r0,-37r48,0","w":176},"\u2219":{"d":"36,-93r0,-59r59,0r0,59r-59,0","w":131},"\u201a":{"d":"34,65r0,-27v20,-2,30,-14,29,-37r-29,0r0,-60r59,0v0,62,9,131,-59,124","w":127},"\u201e":{"d":"33,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,60,10,127,-59,123xm121,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,62,9,130,-59,123","w":213},"\u2030":{"d":"68,-249v37,0,53,26,52,66v0,44,-18,65,-52,65v-34,0,-52,-21,-52,-65v0,-44,17,-66,52,-66xm68,-140v10,0,15,-15,15,-43v0,-29,-5,-43,-15,-43v-10,0,-15,14,-15,42v0,29,6,44,15,44xm38,0r177,-245r31,0r-177,245r-31,0xm352,-128v37,0,53,26,52,66v0,44,-18,65,-52,65v-34,0,-51,-21,-51,-65v0,-44,16,-66,51,-66xm352,-19v10,0,15,-15,15,-43v0,-29,-5,-43,-15,-43v-10,0,-14,15,-14,43v0,29,5,43,14,43xm218,-128v36,1,51,27,51,66v0,44,-17,65,-51,65v-34,0,-52,-21,-52,-65v0,-44,17,-66,52,-66xm217,-19v10,0,15,-15,15,-43v0,-29,-4,-43,-14,-43v-10,0,-15,15,-15,43v0,29,5,43,14,43","w":420},"\u00c2":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm100,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":251},"\u00ca":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0xm94,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0"},"\u00c1":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm108,-267r27,-56r66,0r-64,56r-29,0","w":251},"\u00cb":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0xm160,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm80,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25"},"\u00c8":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0xm150,-267r-29,0r-64,-56r66,0"},"\u00cd":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0xm60,-267r27,-56r66,0r-64,56r-29,0","w":153},"\u00ce":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0xm50,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":153},"\u00cf":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0xm115,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm35,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":153},"\u00cc":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0xm97,-267r-29,0r-64,-56r66,0","w":153},"\u00d3":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm136,-267r27,-56r66,0r-64,56r-29,0","w":307},"\u00d4":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm128,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":307},"\u00d2":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm171,-267r-29,0r-64,-56r66,0","w":307},"\u00da":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84xm105,-267r27,-56r66,0r-64,56r-29,0","w":243},"\u00db":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84xm96,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":243},"\u00d9":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84xm146,-267r-29,0r-64,-56r66,0","w":243},"\u0131":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0","w":127},"\u02c6":{"d":"34,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":119},"\u02dc":{"d":"31,-248v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":119},"\u02c9":{"d":"-14,-195r0,-37r148,0r0,37r-148,0","w":119},"\u02d8":{"d":"128,-252v-2,53,-74,85,-114,45v-13,-12,-20,-27,-22,-45r38,0v7,34,53,35,60,0r38,0","w":119},"\u02d9":{"d":"60,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-13,0,-26,-13,-26,-26v0,-13,13,-25,26,-25","w":119},"\u02da":{"d":"60,-260v20,0,37,17,37,37v0,20,-16,37,-37,37v-21,0,-37,-17,-37,-37v0,-20,17,-37,37,-37xm60,-204v10,1,19,-10,19,-19v0,-10,-9,-19,-19,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,19","w":119},"\u00b8":{"d":"7,62v23,-1,31,1,35,-11v0,-8,-7,-13,-21,-13r10,-42r30,0r-5,19v20,6,30,16,30,31v-1,33,-37,36,-79,34r0,-18","w":119},"\u02dd":{"d":"-5,-192r26,-56r67,0r-64,56r-29,0xm80,-192r26,-56r66,0r-64,56r-28,0","w":119},"\u02db":{"d":"98,77v-51,21,-97,-32,-64,-77r33,0v-18,26,3,51,31,37r0,40","w":119},"\u02c7":{"d":"86,-188r-52,0r-43,-65r31,0r38,39r38,-39r31,0","w":119},"\u0160":{"d":"148,-131v56,33,31,134,-40,134v-21,0,-37,-8,-49,-24r0,21r-42,0r0,-83r42,0v-8,44,59,61,64,18v-16,-56,-108,-43,-108,-115v0,-59,78,-91,111,-44r0,-21r41,0r0,75r-41,0v-1,-20,-15,-35,-35,-36v-20,-1,-33,18,-19,34v10,11,64,30,76,41xm123,-262r-52,0r-43,-65r31,0r38,39r38,-39r31,0","w":191},"\u0161":{"d":"136,-101v60,21,35,105,-34,105v-20,0,-33,-4,-41,-12r0,8r-40,0r0,-59r40,0v-3,29,60,39,65,10v-3,-14,-15,-13,-34,-17v-45,-9,-78,-18,-78,-57v0,-45,64,-62,106,-41r0,-6r39,0r0,49r-39,0v1,-19,-60,-27,-60,-5v0,20,64,15,76,25xm119,-188r-52,0r-43,-65r31,0r38,39r38,-39r31,0","w":183},"\u00a6":{"d":"88,-249r44,0r0,137r-44,0r0,-137xm88,-58r44,0r0,137r-44,0r0,-137","w":219},"\u00d0":{"d":"271,-122v0,82,-45,122,-139,122r-124,0r0,-41r38,0r0,-65r-38,0r0,-33r38,0r0,-64r-38,0r0,-42r116,0v94,-3,147,38,147,123xm204,-121v0,-59,-30,-88,-95,-82r0,64r45,0r0,33r-45,0r0,65v63,3,95,-20,95,-80","w":288},"\u00f0":{"d":"13,-85v-3,-58,56,-109,112,-81v-8,-15,-17,-29,-28,-42r-44,14r-7,-21r35,-11v-6,-7,-14,-15,-25,-23v23,2,57,-6,65,10r31,-10r7,21r-20,7v29,31,55,77,55,128v0,52,-36,99,-94,97v-54,-2,-85,-36,-87,-89xm138,-88v0,-24,-12,-44,-34,-44v-23,1,-36,21,-36,47v0,25,10,47,34,47v24,0,36,-22,36,-50","w":206},"\u00dd":{"d":"61,0r0,-41r34,0r0,-66r-66,-96r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-63,96r0,66r34,0r0,41r-132,0xm108,-267r27,-56r66,0r-64,56r-29,0","w":251},"\u00fd":{"d":"44,77r0,-39r33,0r11,-31r-61,-138r-25,0r0,-39r102,0r0,39r-20,0r28,77r30,-77r-22,0r0,-39r90,0r0,39r-25,0r-81,208r-60,0xm79,-192r27,-56r66,0r-64,56r-29,0","w":213},"\u00de":{"d":"234,-122v0,56,-54,72,-129,67r0,14r35,0r0,41r-129,0r0,-41r31,0r0,-162r-31,0r0,-42r129,0r0,42r-35,0r0,13v69,-5,129,11,129,68xm166,-123v0,-29,-29,-29,-61,-28r0,57v34,0,61,-2,61,-29"},"\u00fe":{"d":"212,-83v0,70,-73,116,-123,66r0,55r34,0r0,39r-117,0r0,-39r28,0r0,-243r-23,0r0,-40r78,0r0,96v48,-56,123,-4,123,66xm123,-39v23,-1,33,-18,33,-46v0,-27,-10,-43,-33,-44v-24,-1,-35,19,-35,45v1,24,11,46,35,45","w":225},"\u00d7":{"d":"57,-217r63,63r63,-63r31,31r-63,63r63,63r-31,31r-63,-63r-63,63r-31,-31r63,-63r-63,-63"},"\u00b9":{"d":"24,-120r0,-22r20,0r0,-82r-21,0r0,-23r57,0r0,105r19,0r0,22r-75,0","w":119},"\u00b2":{"d":"106,-213v1,37,-58,40,-64,71r37,0r0,-16r28,0r-1,38r-97,0v-7,-50,51,-60,60,-95v0,-8,-4,-12,-12,-12v-9,0,-14,9,-15,26r-31,-1v-2,-33,18,-46,49,-47v25,0,45,15,46,36","w":119},"\u00b3":{"d":"111,-156v0,25,-23,38,-51,38v-32,0,-49,-14,-52,-42r32,-2v-3,29,34,27,34,4v0,-15,-11,-18,-27,-17r0,-23v26,4,31,-27,10,-28v-9,0,-13,5,-13,16r-31,-2v0,-25,22,-35,47,-37v42,-4,64,46,26,62v17,6,25,16,25,31","w":119},"\u00bd":{"d":"34,-120r0,-22r20,0r0,-82r-21,0r0,-23r57,0r0,105r19,0r0,22r-75,0xm57,0r177,-245r32,0r-177,245r-32,0xm297,-94v0,38,-57,42,-64,72r38,0r0,-16r27,0r-1,38r-97,0v-6,-52,51,-59,60,-95v0,-8,-4,-12,-12,-12v-10,0,-15,8,-15,26r-31,-1v0,-32,18,-46,49,-47v25,-1,46,13,46,35","w":333},"\u00bc":{"d":"34,-120r0,-22r20,0r0,-82r-21,0r0,-23r57,0r0,105r19,0r0,22r-75,0xm57,0r177,-245r31,0r-177,245r-31,0xm298,-21r0,21r-62,0r0,-21r16,0r0,-13r-52,0v-3,-7,-6,-14,-9,-18r63,-77r32,0r0,75r14,0r0,20r-14,0r0,13r12,0xm252,-54r0,-37r-31,37r31,0","w":333},"\u00be":{"d":"123,-156v-1,25,-24,38,-52,38v-32,0,-48,-14,-51,-42r32,-2v-3,29,34,27,34,4v0,-15,-11,-18,-27,-17r0,-23v26,4,31,-27,10,-28v-9,0,-13,5,-13,16r-32,-2v0,-25,23,-35,48,-37v41,-3,64,46,26,62v17,6,25,16,25,31xm57,0r177,-245r31,0r-177,245r-31,0xm298,-21r0,21r-62,0r0,-21r16,0r0,-13r-53,0v-3,-7,-5,-14,-8,-18r63,-77r32,0r0,75r14,0r0,20r-14,0r0,13r12,0xm252,-54r0,-37r-31,37r31,0","w":333},"\u00af":{"d":"-2,-290r184,0r0,18r-184,0r0,-18","w":180}}});Cufon.replace('.grid .post h3',{hover:'true'});Cufon.replace('.list .post h3',{hover:'true'});Cufon.replace('h1',{textShadow:'1px 1px #d2d7da'});Cufon.replace('h2',{textShadow:'1px 1px #1a4464'});Cufon.replace('.post-content h2',{textShadow:'1px 1px #fff'});Cufon.replace('.list .post h2',{textShadow:'1px 1px #fff'});Cufon.replace('.list .post h2 a',{textShadow:'1px 1px #fff'});Cufon.replace('.grid .post h2',{textShadow:'1px 1px #fff'});Cufon.replace('.grid .post h2 a',{textShadow:'1px 1px #fff'});Cufon.replace('h3');Cufon.replace('h4');Cufon.replace('h5');Cufon.replace('.header_right h4',{textShadow:'1px -1px 1px #333'});Cufon.replace('.header_right strong',{textShadow:'1px -1px 1px #333'});Cufon.replace('.plan_table th',{textShadow:'1px 1px #2a2b31'});Cufon.replace('.option_box .rate strong');Cufon.replace('.option_box .rate small');Cufon.replace('tr.rate strong');Cufon.replace('.head_error');;Cufon.registerFont({"w":206,"face":{"font-family":"Rockwell","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 6 6 3 2 2 5 2 4 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-53 -329 381 97.9965","underline-thickness":"17.9297","underline-position":"-19.1602","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":90,"k":{"\u2018":29,"\u201c":29,"Y":36,"W":29,"V":29,"T":14}},"!":{"d":"61,-66r-18,0r-8,-104r0,-75r35,0v2,64,-4,122,-9,179xm31,0r0,-43r43,0r0,43r-43,0","w":105},"\"":{"d":"40,-248v39,0,5,71,4,102r-7,0r-14,-81v0,-14,6,-21,17,-21xm105,-248v38,8,6,72,5,102r-9,0r-14,-81v0,-14,6,-21,18,-21","w":146},"#":{"d":"97,-179r70,0r14,-69r26,0r-15,69r33,0r0,26r-38,0r-13,62r51,0r0,26r-56,0r-14,68r-26,0r14,-68r-70,0r-14,68r-26,0r14,-68r-32,0r0,-26r38,0r13,-62r-51,0r0,-26r56,0r14,-69r26,0xm92,-153r-13,62r69,0r13,-62r-69,0","w":240},"$":{"d":"180,-69v1,45,-29,68,-71,73r0,27r-26,0r0,-27v-42,-2,-74,-33,-72,-78r32,0v2,29,15,46,40,49r0,-81v-45,-9,-67,-32,-67,-68v0,-40,28,-65,67,-69r0,-11r26,0r0,11v37,5,64,27,60,78r-31,0v-1,-29,-6,-43,-29,-48r0,78v48,9,70,21,71,66xm83,-141r0,-74v-43,5,-42,67,0,74xm109,-100r0,75v34,-4,47,-37,30,-62v-4,-6,-15,-10,-30,-13","w":195},"%":{"d":"81,-117v-35,-1,-52,-27,-52,-66v-1,-37,17,-65,52,-65v35,1,52,27,52,65v1,38,-16,66,-52,66xm54,-183v0,32,9,49,27,49v18,0,27,-17,27,-49v0,-32,-9,-49,-27,-49v-18,0,-27,17,-27,49xm65,0r194,-245r25,0r-193,245r-26,0xm268,4v-35,0,-52,-27,-52,-66v0,-39,17,-64,52,-65v35,-1,53,29,52,65v0,39,-17,66,-52,66xm241,-62v0,32,9,49,27,49v18,0,26,-17,26,-49v0,-32,-8,-48,-26,-48v-18,0,-27,16,-27,48","w":348},"&":{"d":"168,-196v-1,34,-22,42,-51,56r49,67v9,-16,15,-34,19,-56r51,0r0,30r-26,0v-6,23,-15,40,-25,52r13,16r38,0r0,31r-56,0r-16,-21v-56,52,-155,17,-153,-58v0,-33,19,-57,56,-73v-37,-39,-8,-96,43,-96v31,0,59,22,58,52xm110,-220v-32,3,-30,35,-11,57v21,-10,33,-14,37,-34v-1,-13,-11,-24,-26,-23xm85,-129v-61,19,-41,103,17,102v16,0,30,-6,43,-19","w":243},"'":{"d":"31,-248v41,0,4,70,5,102r-8,0r-14,-80v0,-15,6,-22,17,-22","w":63},"(":{"d":"125,78v-51,-22,-96,-84,-96,-164v0,-78,40,-140,96,-163r0,27v-40,25,-60,68,-60,137v0,71,20,110,60,136r0,27","w":135},")":{"d":"70,-85v0,-70,-21,-112,-60,-137r0,-27v55,25,97,83,96,164v-1,83,-38,133,-96,163r0,-27v42,-27,60,-66,60,-136","w":135},"*":{"d":"109,-248v4,30,-12,50,-11,73v16,-6,29,-14,38,-24r30,-9r9,31v-19,10,-49,6,-72,12v11,14,22,23,33,28r18,25r-26,18r-19,-24v-2,-15,-6,-29,-15,-41v-9,12,-14,26,-16,41r-19,24r-26,-18r18,-25v11,-5,22,-14,33,-28v-22,-6,-53,-1,-72,-12r9,-31r30,9v9,10,22,18,38,24v1,-23,-15,-43,-11,-73r31,0","w":187},"+":{"d":"24,-136r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28","w":240},",":{"d":"31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105,"k":{"\u2019":43,"\u201d":43," ":29}},"-":{"d":"11,-101r106,0r0,33r-106,0r0,-33","w":127},"\u00ad":{"d":"11,-101r106,0r0,33r-106,0r0,-33","w":127},".":{"d":"31,0r0,-43r43,0r0,43r-43,0","w":105,"k":{"\u2019":43,"\u201d":43," ":29}},"\/":{"d":"127,-249r29,0r-125,253r-29,0","w":157},"0":{"d":"98,4v-60,0,-85,-59,-85,-126v0,-70,23,-126,85,-126v60,0,84,59,84,126v0,70,-24,126,-84,126xm98,-220v-43,0,-49,47,-49,98v0,56,6,97,49,97v43,0,49,-42,49,-97v0,-56,-7,-98,-49,-98","w":195},"1":{"d":"85,-30r0,-185r-33,0r0,-29r67,0r0,214r31,0r0,30r-98,0r0,-30r33,0","w":195},"2":{"d":"171,-182v0,76,-112,85,-121,150r92,0r1,-55r30,0r-2,87r-157,0v-1,-87,72,-108,114,-157v21,-24,2,-64,-33,-63v-37,2,-44,27,-42,67r-32,0v-4,-58,20,-95,74,-95v44,0,75,26,76,66","w":195},"3":{"d":"145,-68v0,-35,-32,-48,-71,-44r0,-31v39,1,62,-5,62,-37v0,-22,-13,-41,-38,-40v-31,0,-38,19,-41,49r-34,0v-2,-51,27,-73,72,-77v77,-7,97,96,39,119v30,9,46,29,46,59v0,74,-106,95,-147,51v-14,-15,-21,-37,-21,-64r32,0v-9,66,101,80,101,15","w":195},"4":{"d":"108,-66r-82,0v-3,-11,-7,-19,-15,-27r101,-153r29,0r0,151r39,0r0,29r-39,0r0,36r22,0r0,30r-81,0r0,-30r26,0r0,-36xm108,-95r0,-97r-64,97r64,0","w":195},"5":{"d":"179,-79v0,75,-93,108,-142,62v-14,-14,-22,-34,-24,-61r31,0v4,29,21,54,52,54v30,0,48,-23,48,-54v0,-58,-70,-69,-94,-23v-8,-7,-17,-13,-26,-17r10,-126r131,0r0,65r-30,0r0,-34r-75,0r-6,72v50,-42,125,-6,125,62","w":195},"6":{"d":"18,-121v0,-69,24,-126,86,-127v45,-1,67,33,69,76r-29,0v-1,-44,-60,-67,-81,-23v-8,17,-13,39,-13,67v41,-54,128,-23,125,48v-2,44,-28,85,-73,84v-59,-2,-84,-55,-84,-125xm144,-77v-1,-57,-65,-61,-92,-15v-2,84,90,86,92,15","w":195},"7":{"d":"72,-30v3,-64,36,-143,64,-183r-84,0r0,33r-31,0r0,-64r153,0r0,25v-29,32,-67,130,-67,189r29,0r0,30r-97,0r0,-30r33,0","w":195},"8":{"d":"99,4v-88,0,-120,-105,-44,-132v-64,-31,-32,-128,40,-120v79,-9,109,87,44,120v29,11,44,32,44,61v-1,45,-36,71,-84,71xm96,-219v-26,0,-43,14,-43,38v0,26,18,39,45,39v24,0,44,-14,44,-39v0,-26,-15,-38,-46,-38xm96,-113v-27,0,-49,17,-49,44v0,27,21,45,50,44v29,0,50,-16,50,-44v0,-28,-20,-45,-51,-44","w":195},"9":{"d":"174,-124v0,69,-23,127,-86,128v-44,0,-69,-33,-70,-76r30,0v1,43,59,66,80,23v8,-17,14,-39,14,-67v-42,53,-125,23,-125,-49v0,-45,27,-84,73,-83v60,2,84,54,84,124xm48,-168v0,57,64,60,92,15v-5,-44,-21,-66,-48,-66v-26,0,-45,23,-44,51","w":195},":":{"d":"31,-127r0,-43r43,0r0,43r-43,0xm31,0r0,-43r43,0r0,43r-43,0","w":105,"k":{" ":29}},";":{"d":"31,-127r0,-43r43,0r0,43r-43,0xm31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105,"k":{" ":29}},"<":{"d":"216,-29r-192,-81r0,-25r192,-81r0,30r-155,64r155,63r0,30","w":240},"=":{"d":"24,-177r192,0r0,27r-192,0r0,-27xm24,-95r192,0r0,28r-192,0r0,-28","w":240},">":{"d":"24,-216r192,81r0,25r-192,81r0,-30r155,-63r-155,-64r0,-30","w":240},"?":{"d":"158,-179v0,39,-28,68,-68,66r-5,47r-18,0r-4,-78v32,8,60,-6,60,-37v0,-23,-16,-40,-39,-39v-29,0,-42,20,-40,50r-33,0v-4,-51,27,-77,72,-78v45,-1,74,27,75,69xm55,0r0,-43r43,0r0,43r-43,0","w":168},"@":{"d":"238,5v-23,0,-31,-8,-33,-29v-42,57,-118,21,-118,-50v0,-75,95,-159,144,-80r6,-27r32,0r-31,145v-1,6,6,12,12,12v37,-7,68,-50,68,-97v0,-65,-58,-111,-125,-111v-84,0,-147,68,-147,151v0,90,61,135,151,135v55,0,101,-20,124,-53r32,0v-22,44,-82,79,-155,79v-107,0,-178,-57,-178,-158v1,-97,69,-180,174,-180v84,0,150,59,150,137v0,58,-50,126,-106,126xm181,-160v-37,-2,-61,53,-61,89v-1,26,14,49,37,50v35,0,64,-50,64,-89v0,-29,-14,-49,-40,-50","w":363},"A":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0","w":251,"k":{"y":14,"w":4,"v":22,"Y":18,"W":14,"V":22,"U":9,"T":7,"Q":14,"O":11,"G":11,"C":7}},"B":{"d":"195,-69v0,82,-100,69,-187,69r0,-31r30,0r0,-183r-30,0r0,-31v80,1,175,-14,174,64v0,25,-12,43,-30,51v26,8,43,30,43,61xm75,-143v38,1,70,1,70,-36v0,-31,-32,-38,-70,-35r0,71xm158,-72v0,-40,-38,-42,-83,-40r0,81v47,2,83,1,83,-41","w":209,"k":{"U":7,".":7,",":7}},"C":{"d":"140,-29v43,0,74,-31,84,-70r32,17v-11,51,-59,85,-118,86v-72,1,-123,-55,-123,-125v0,-110,123,-162,203,-101r0,-23r31,0r0,79r-31,0v-11,-28,-43,-50,-79,-50v-49,-1,-83,42,-83,93v0,52,38,94,84,94","w":273,"k":{"A":9,".":14,",":14}},"D":{"d":"244,-126v0,93,-52,130,-150,126r-89,0r0,-31r33,0r0,-183r-33,0r0,-31r94,0v95,-4,145,34,145,119xm206,-124v-1,-74,-46,-97,-131,-90r0,183v83,5,132,-15,131,-93","w":262,"k":{"Y":25,"W":25,"V":25,"A":4,".":22,",":22}},"E":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0","w":225},"F":{"d":"37,-31r0,-183r-30,0r0,-31r189,0r0,74r-30,0r0,-43r-92,0r0,72r79,0r0,31r-79,0r0,80r32,0r0,31r-99,0r0,-31r30,0","w":198,"k":{"o":29,"e":29,"a":29,"A":32,".":50,",":50}},"G":{"d":"58,-124v-9,100,146,133,169,37r-45,0r0,-31r89,0v7,74,-48,122,-122,122v-81,0,-132,-54,-132,-127v0,-71,49,-125,124,-125v34,0,63,10,86,31r0,-28r31,0r0,81r-31,0v-12,-26,-45,-52,-83,-52v-53,0,-82,42,-86,92","w":288,"k":{".":22,",":22}},"H":{"d":"37,-31r0,-183r-27,0r0,-31r93,0r0,31r-29,0r0,70r107,0r0,-70r-29,0r0,-31r94,0r0,31r-28,0r0,183r28,0r0,31r-94,0r0,-31r29,0r0,-82r-107,0r0,82r29,0r0,31r-93,0r0,-31r27,0","w":254},"I":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0","w":112},"J":{"d":"77,0v7,62,-35,86,-90,73r0,-35v35,9,53,4,53,-40r0,-212r-31,0r0,-31r99,0r0,31r-31,0r0,214","w":112,"k":{"u":5,"o":14,"e":14,"a":13,"A":4,".":11,",":11}},"K":{"d":"37,-31r0,-183r-30,0r0,-31r98,0r0,31r-31,0r0,183r28,0r0,31r-95,0r0,-31r30,0xm75,-129r79,-85r-28,0r0,-31r95,0r0,31r-26,0r-75,85r78,98r26,0r0,31r-100,0r0,-31r27,0","w":225,"k":{"y":29,"u":7,"o":7,"e":9,"O":14}},"L":{"d":"37,-31r0,-183r-32,0r0,-31r100,0r0,31r-30,0r0,183r75,0r0,-83r34,0r0,114r-179,0r0,-31r32,0","w":187,"k":{"\u2019":27,"\u201d":27,"y":7,"Y":27,"W":27,"V":36}},"M":{"d":"38,-31r0,-183r-29,0r0,-31r83,0r65,168r65,-168r84,0r0,31r-29,0r0,183r29,0r0,31r-92,0r0,-31r29,0r0,-183r-84,216r-7,0r-84,-216r0,183r27,0r0,31r-86,0r0,-31r29,0","w":315},"N":{"d":"37,-31r0,-183r-35,0r0,-31r83,0r107,191r0,-160r-34,0r0,-31r100,0r0,31r-36,0r0,216r-38,0r-117,-208r0,175r35,0r0,31r-100,0r0,-31r35,0","w":258,"k":{"A":5,".":14,",":14}},"O":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93","w":288,"k":{"Y":27,"X":27,"W":25,"V":25,"A":22,".":29,",":29}},"P":{"d":"197,-169v0,66,-47,80,-122,75r0,63r32,0r0,31r-100,0r0,-31r31,0r0,-183r-31,0r0,-31r88,0v67,-4,102,19,102,76xm160,-170v-1,-44,-36,-46,-85,-44r0,91v49,1,86,0,85,-47","k":{"o":11,"e":11,"a":7,"A":27,".":50,",":50}},"Q":{"d":"271,-123v0,70,-47,118,-110,126v24,9,42,20,64,13v-7,10,-5,31,-23,31v-29,0,-83,-46,-114,-19r-10,-15v7,-8,16,-12,27,-14v-51,-16,-86,-59,-87,-122v-1,-70,52,-125,125,-125v75,0,129,53,128,125xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93","w":288,"k":{"U":11,".":32,",":32}},"R":{"d":"5,-245v82,4,192,-21,190,64v0,32,-16,53,-50,61r43,89r30,0r0,31r-53,0r-55,-114r-35,0r0,83r31,0r0,31r-101,0r0,-31r33,0r0,-183r-33,0r0,-31xm157,-181v0,-39,-41,-33,-82,-33r0,69v41,0,82,5,82,-36","w":217,"k":{"Y":7,"W":7,"V":7,"O":7}},"S":{"d":"144,-132v62,32,35,136,-41,136v-22,0,-42,-8,-60,-24r0,20r-31,0r0,-89r31,0r0,22v15,27,34,40,58,40v35,0,59,-46,32,-65v-38,-28,-121,-20,-121,-89v0,-65,81,-86,126,-48r0,-17r30,0r0,74r-30,0v2,-35,-29,-42,-52,-45v-40,-5,-56,46,-22,60v14,6,69,18,80,25","w":191,"k":{".":9,",":9}},"T":{"d":"85,-31r0,-183r-51,0r0,62r-30,0r0,-93r198,0r0,93r-30,0r0,-62r-50,0r0,183r32,0r0,31r-100,0r0,-31r31,0","k":{"o":22,"h":-5,"e":18,"a":11,"O":5,"A":9,".":29,"-":45,",":29}},"U":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90","w":243,"k":{"A":9,".":27,",":27}},"V":{"d":"112,2r-82,-216r-31,0r0,-31r97,0r0,31r-28,0r62,164r60,-164r-28,0r0,-31r94,0r0,31r-30,0r-80,216r-34,0","w":254,"k":{"u":18,"o":40,"e":40,"a":40,"O":18,"G":18,"A":22,";":13,":":13,".":65,"-":43,",":65}},"W":{"d":"92,2r-63,-216r-29,0r0,-31r94,0r0,31r-30,0r46,160r45,-160r-29,0r0,-31r112,0r0,31r-29,0r45,160r45,-160r-29,0r0,-31r90,0r0,31r-29,0r-61,216r-35,0r-55,-193r-54,193r-34,0","w":360,"k":{"y":18,"u":20,"o":32,"e":32,"a":32,"O":18,"A":14,";":13,":":13,".":58,"-":31,",":58}},"X":{"d":"36,-31r63,-92r-63,-91r-31,0r0,-31r98,0r0,31r-27,0r42,62r43,-62r-28,0r0,-31r93,0r0,31r-30,0r-60,88r65,95r32,0r0,31r-100,0r0,-31r28,0r-45,-66r-45,66r30,0r0,31r-97,0r0,-31r32,0","w":236},"Y":{"d":"99,-31r0,-80r-73,-103r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0r-68,103r0,80r33,0r0,31r-103,0r0,-31r33,0","w":232,"k":{"u":29,"o":43,"e":41,"a":45,"O":27,"A":18,";":13,":":13,".":43,"-":45,",":43}},"Z":{"d":"9,0r0,-31r131,-183r-95,0r0,43r-30,0r0,-74r172,0r0,28r-134,186r107,0r0,-47r31,0r0,78r-182,0","w":202},"[":{"d":"125,-245r0,25r-54,0r0,269r54,0r0,24r-87,0r0,-318r87,0","w":135},"\\":{"d":"31,-249r125,253r-29,0r-125,-253r29,0","w":157},"]":{"d":"10,-245r87,0r0,318r-87,0r0,-24r54,0r0,-269r-54,0r0,-25","w":135},"^":{"d":"42,-104r-33,0r63,-141r25,0r62,141r-31,0r-44,-105","w":168},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"93,-193r-23,0r-50,-55r48,0","w":119},"a":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12","w":191,"k":{"y":7,"w":7,"v":7}},"b":{"d":"134,3v-26,0,-51,-15,-62,-28r0,25r-63,0r0,-30r31,0r0,-185r-31,0r0,-30r63,0r0,99v48,-59,145,-20,145,59v0,49,-35,90,-83,90xm128,-144v-31,0,-55,24,-55,59v0,33,25,58,54,58v31,0,55,-26,55,-61v0,-33,-24,-57,-54,-56","w":232,"k":{"y":14,"v":14,"u":4,"l":7,"b":7,".":22,",":22}},"c":{"d":"13,-86v-3,-67,78,-117,131,-72r0,-12r30,0r0,64r-30,0v-3,-22,-21,-38,-45,-38v-31,-1,-50,26,-50,58v0,63,81,84,103,27r27,13v-15,34,-42,51,-80,51v-51,1,-84,-43,-86,-91","w":187},"d":{"d":"16,-84v0,-79,95,-122,144,-63r0,-68r-33,0r0,-30r67,0r0,215r30,0r0,30r-64,0r0,-25v-47,57,-144,20,-144,-59xm105,-144v-31,0,-53,27,-53,59v0,35,22,58,53,58v30,0,55,-25,55,-60v0,-34,-24,-57,-55,-57","w":225,"k":{"y":9,"w":4,"v":4}},"e":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0","k":{"y":14,"x":4,"w":7,"v":13,"b":5,".":7,",":7}},"f":{"d":"81,-222v-20,0,-11,31,-13,52r29,0r0,30r-29,0r0,110r32,0r0,30r-90,0r0,-30r25,0r0,-110r-25,0r0,-30r25,0v-3,-45,5,-79,44,-79v26,0,41,13,45,39r-30,4v-1,-11,-6,-16,-13,-16","w":105,"k":{"\u0131":-4,"\u2019":-14,"\u201d":-14,"o":-7,"l":-4,"i":-4,"f":-4,"e":-9,"a":-9,".":-14,",":-14}},"g":{"d":"13,-83v0,-77,93,-121,144,-63r0,-24r64,0r0,30r-31,0r0,126v14,96,-98,115,-158,71r22,-24v44,34,117,17,103,-56v-10,13,-37,28,-62,28v-48,0,-82,-40,-82,-88xm103,-142v-31,1,-55,25,-55,59v0,33,22,58,54,58v31,0,56,-26,56,-58v0,-32,-24,-60,-55,-59","w":225,"k":{"y":11,"o":7,"g":4,"e":7,"a":5,".":14,",":14}},"h":{"d":"142,-104v5,-58,-38,-45,-70,-19r0,93r29,0r0,30r-94,0r0,-30r31,0r0,-185r-31,0r0,-30r65,0r0,94v40,-37,103,-35,103,35r0,86r29,0r0,30r-62,0r0,-104","k":{"y":11}},"i":{"d":"54,-208v-11,0,-21,-9,-21,-20v0,-10,10,-21,21,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0","w":105,"k":{"v":7}},"j":{"d":"56,-208v-11,1,-20,-9,-20,-20v0,-12,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm74,-25v5,77,-12,106,-81,98r0,-30v47,3,47,-7,47,-63r0,-120r-26,0r0,-30r60,0r0,145","w":105},"k":{"d":"39,-30r0,-185r-30,0r0,-30r64,0r0,153r63,-51r-28,0r0,-27r94,0r0,27r-26,0r-64,54r60,59r30,0r0,30r-44,0r-85,-86r0,56r29,0r0,30r-93,0r0,-30r30,0","k":{"y":7,"o":11,"e":11}},"l":{"d":"37,-30r0,-185r-30,0r0,-30r64,0r0,215r26,0r0,30r-90,0r0,-30r30,0","w":105,"k":{"y":7,"w":5}},"m":{"d":"143,-111v0,-49,-41,-33,-70,-10r0,91r30,0r0,30r-94,0r0,-30r31,0r0,-110r-28,0r0,-30r61,0r0,21v33,-27,82,-38,100,3v41,-39,107,-41,107,32r0,84r30,0r0,30r-64,0r0,-108v4,-52,-42,-37,-69,-13r0,91r29,0r0,30r-63,0r0,-111","w":311,"k":{"y":7}},"n":{"d":"143,-111v0,-49,-43,-31,-70,-10r0,91r29,0r0,30r-92,0r0,-30r30,0r0,-110r-30,0r0,-30r63,0r0,20v42,-35,103,-34,103,37r0,83r29,0r0,30r-62,0r0,-111","k":{"y":11,"v":9,"u":4}},"o":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57","k":{"y":18,"x":14,"w":16,"v":14,".":18,",":18}},"p":{"d":"210,-84v0,78,-92,118,-143,63r0,68r33,0r0,29r-98,0r0,-29r32,0r0,-187r-29,0r0,-30r62,0r0,27v46,-62,143,-20,143,59xm122,-143v-32,0,-57,27,-56,60v1,32,21,57,54,58v34,0,55,-24,55,-60v0,-33,-23,-58,-53,-58","w":225,"k":{"y":11,".":14,",":14}},"q":{"d":"13,-85v0,-78,97,-120,143,-58r0,-27r62,0r0,30r-28,0r0,187r31,0r0,29r-98,0r0,-29r33,0r0,-68v-50,57,-143,13,-143,-64xm102,-25v33,0,55,-27,55,-58v1,-33,-24,-60,-56,-60v-30,0,-53,25,-53,58v0,33,21,60,54,60","w":221},"r":{"d":"145,-139v-72,-9,-71,40,-69,109r37,0r0,30r-105,0r0,-30r34,0r0,-110r-34,0r0,-30r61,0r0,38v12,-29,32,-44,76,-41r0,34","w":150,"k":{"y":-5,"v":-5,"u":-5,"t":-5,"r":-5,"q":11,"p":-5,"o":14,"n":-11,"l":7,"k":7,"i":-7,"g":11,"e":18,"d":14,"c":14,"a":9,".":22,",":22}},"s":{"d":"125,-94v52,25,27,97,-36,97v-18,0,-33,-4,-44,-12r0,9r-30,0r0,-58r30,0v-5,38,70,46,75,11v-3,-31,-77,-19,-90,-42v-35,-31,-4,-84,44,-84v16,0,30,3,42,10r0,-7r30,0r0,56r-30,0v1,-38,-67,-41,-70,-10v-2,26,58,20,79,30","w":164},"t":{"d":"98,-2v-40,14,-65,-3,-65,-54r0,-84r-22,0r0,-30r22,0r0,-26r33,-31r0,57r32,0r0,30r-32,0r0,82v-2,29,7,33,32,26r0,30","w":108},"u":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104","w":202},"v":{"d":"85,3r-56,-143r-30,0r0,-30r86,0r0,30r-22,0r36,96r37,-96r-24,0r0,-30r84,0r0,30r-27,0r-54,143r-30,0","w":195,"k":{"o":13,"e":9,"a":5,".":36,",":36}},"w":{"d":"66,3r-46,-143r-21,0r0,-30r72,0r0,30r-22,0r32,102r33,-102r-19,0r0,-30r83,0r0,30r-19,0r32,102r33,-102r-23,0r0,-30r77,0r0,30r-25,0r-46,143r-31,0r-39,-123r-40,123r-31,0","w":277,"k":{"o":13,"h":7,"e":9,"a":5,".":29,",":29}},"x":{"d":"100,-68r-33,38r22,0r0,30r-83,0r0,-30r25,0r52,-58r-49,-52r-23,0r0,-30r80,0r0,30r-22,0r31,32r30,-32r-18,0r0,-30r80,0r0,30r-27,0r-47,52r53,58r21,0r0,30r-80,0r0,-30r24,0","w":198,"k":{"e":14}},"y":{"d":"87,-3r-56,-137r-28,0r0,-30r84,0r0,30r-20,0r37,94r36,-94r-23,0r0,-30r83,0r0,30r-26,0r-84,216r-56,0r0,-29r33,0","w":202,"k":{"o":18,"e":18,"a":7,".":36,",":36}},"z":{"d":"6,0r0,-28r106,-115r-69,0r0,33r-29,0r0,-60r138,0r0,30r-107,112r78,0r0,-35r29,0r0,63r-146,0","w":161,"k":{"o":5,"e":4}},"{":{"d":"47,-6v0,-41,-4,-61,-37,-64r0,-28v33,-3,37,-23,37,-64v0,-62,8,-84,65,-83r0,27v-28,0,-36,4,-36,34v1,60,1,82,-36,100v27,13,36,30,36,74v0,46,-6,61,36,60r0,26v-57,4,-65,-23,-65,-82","w":119},"|":{"d":"81,-249r28,0r0,329r-28,0r0,-329","w":189},"}":{"d":"73,-162v0,41,4,61,37,64r0,28v-33,3,-37,23,-37,64v0,62,-7,84,-65,82r0,-26v28,0,36,-4,36,-34v-1,-60,-1,-82,36,-100v-27,-12,-36,-31,-36,-74v0,-46,6,-61,-36,-60r0,-27v56,-3,65,24,65,83","w":119},"~":{"d":"9,-127v43,-47,92,-6,141,5v16,0,32,-9,51,-25r0,30v-44,46,-93,5,-140,-5v-16,0,-33,8,-52,24r0,-29","w":209},"\u00c4":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm94,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm158,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":251},"\u00c5":{"d":"126,-318v40,0,53,61,14,73r49,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0r-18,-55r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r47,0v-38,-13,-25,-73,15,-73xm126,-301v-12,0,-22,10,-22,21v0,11,10,21,22,21v12,0,21,-9,21,-21v0,-12,-9,-21,-21,-21xm161,-115r-32,-102r-3,0r-34,102r69,0","w":251},"\u00c7":{"d":"144,47v-1,-10,-8,-11,-22,-11r6,-33v-67,-2,-113,-57,-113,-124v0,-110,123,-162,203,-101r0,-23r31,0r0,79r-31,0v-11,-28,-43,-50,-79,-50v-49,-1,-83,42,-83,93v0,52,38,94,84,94v43,0,74,-31,84,-70r32,17v-11,48,-52,80,-104,85r-1,9v20,3,30,13,30,31v0,33,-32,39,-74,37r0,-20v21,-1,34,0,37,-13","w":273},"\u00c9":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0xm89,-259r25,-55r49,0r-51,55r-23,0","w":225},"\u00d1":{"d":"37,-31r0,-183r-35,0r0,-31r83,0r107,191r0,-160r-34,0r0,-31r100,0r0,31r-36,0r0,216r-38,0r-117,-208r0,175r35,0r0,31r-100,0r0,-31r35,0xm104,-311v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":258},"\u00d6":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm112,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm176,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":288},"\u00dc":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90xm90,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm154,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":243},"\u00e1":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm62,-193r25,-55r49,0r-51,55r-23,0","w":191},"\u00e0":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm125,-193r-23,0r-50,-55r48,0","w":191},"\u00e2":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm92,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":191},"\u00e4":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm60,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm124,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":191},"\u00e3":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm67,-245v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":191},"\u00e5":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12xm92,-186v-19,0,-35,-17,-35,-35v0,-18,17,-35,35,-35v18,0,35,16,35,35v0,19,-16,35,-35,35xm92,-242v-11,1,-21,9,-21,21v0,12,10,22,21,22v30,0,25,-43,0,-43","w":191},"\u00e7":{"d":"49,-86v0,63,81,84,103,27r27,13v-14,32,-39,49,-74,51r-2,12v17,4,25,14,25,29v0,27,-30,37,-66,34r0,-19v19,-1,31,0,32,-14v0,-7,-6,-10,-17,-10r6,-33v-40,-5,-70,-45,-70,-90v0,-67,78,-117,131,-72r0,-12r30,0r0,64r-30,0v-3,-22,-21,-38,-45,-38v-31,-1,-50,26,-50,58","w":187},"\u00e9":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0xm77,-193r25,-55r49,0r-51,55r-23,0"},"\u00e8":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0xm130,-193r-23,0r-50,-55r48,0"},"\u00ea":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0xm102,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0"},"\u00eb":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0xm71,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm135,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20"},"\u00ed":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0xm25,-193r25,-55r49,0r-51,55r-23,0","w":105},"\u00ec":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0xm78,-193r-23,0r-50,-55r48,0","w":105},"\u00ee":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0xm52,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":105},"\u00ef":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0xm21,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm85,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":105},"\u00f1":{"d":"143,-111v0,-49,-43,-31,-70,-10r0,91r29,0r0,30r-92,0r0,-30r30,0r0,-110r-30,0r0,-30r63,0r0,20v42,-35,103,-34,103,37r0,83r29,0r0,30r-62,0r0,-111xm81,-245v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47"},"\u00f3":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm79,-193r25,-55r49,0r-51,55r-23,0"},"\u00f2":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm127,-193r-23,0r-50,-55r48,0"},"\u00f4":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm102,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0"},"\u00f6":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm71,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm135,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20"},"\u00f5":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57xm77,-245v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47"},"\u00fa":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104xm76,-193r25,-55r49,0r-51,55r-23,0","w":202},"\u00f9":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104xm130,-193r-23,0r-50,-55r48,0","w":202},"\u00fb":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104xm103,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":202},"\u00fc":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104xm72,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm136,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":202},"\u2020":{"d":"76,-248r37,0r0,40v-8,14,-12,30,-12,49v31,1,44,-16,78,-11r0,34r-33,0v-12,-7,-26,-11,-45,-11v0,20,4,37,12,50v1,64,-8,117,-12,175r-14,0r-11,-132r0,-43v7,-13,11,-30,11,-50v-18,0,-33,4,-45,11r-34,0r0,-34r34,0v13,7,28,11,45,11v0,-22,-3,-38,-11,-49r0,-40","w":187},"\u00b0":{"d":"11,-188v0,-33,27,-60,60,-60v33,0,61,28,61,60v0,33,-28,61,-61,61v-33,0,-60,-28,-60,-61xm109,-188v0,-22,-19,-38,-38,-38v-19,0,-37,18,-37,38v0,20,17,38,37,38v20,0,38,-17,38,-38","w":142},"\u00a2":{"d":"14,-86v-1,-54,50,-103,107,-85r27,-79r16,0r-30,84v4,2,8,5,12,8r0,-13r30,0r0,65r-28,0v-3,-15,-11,-26,-24,-33r-39,111v31,9,56,-5,69,-31r27,13v-17,42,-58,59,-107,47r-27,77r-15,0r29,-82v-27,-14,-46,-45,-47,-82xm110,-143v-59,-13,-78,76,-38,107","w":187},"\u00a3":{"d":"138,-179v2,-24,-8,-43,-31,-41v-50,5,-32,40,-15,87r44,0r0,28r-35,0v4,21,2,39,-4,59v35,20,62,25,70,-16r21,0v2,67,-59,84,-103,44v-18,31,-72,29,-73,-10v-1,-31,34,-43,62,-29v1,-18,-2,-28,-9,-48r-53,0r0,-28r43,0v-29,-56,-12,-116,50,-115v41,0,70,24,67,69r-34,0xm43,-42v-7,1,-15,5,-14,14v3,21,31,14,38,-3v-10,-7,-18,-11,-24,-11","w":195},"\u00a7":{"d":"83,-248v43,0,71,22,70,63r-33,0v0,-25,-17,-33,-39,-35v-26,-2,-44,30,-22,46v29,22,105,26,105,78v0,21,-12,39,-35,52v55,29,24,111,-40,107v-41,-3,-68,-21,-68,-65r32,0v-5,41,70,47,72,9v-13,-50,-118,-32,-116,-98v0,-20,11,-37,35,-50v-54,-28,-25,-107,39,-107xm65,-131v-22,12,-33,29,-18,48v5,5,25,14,60,28v24,-10,36,-32,17,-49v-8,-6,-44,-19,-59,-27","w":172},"\u2022":{"d":"20,-122v0,-23,21,-44,44,-44v24,0,44,19,44,44v0,23,-21,44,-44,44v-23,0,-44,-21,-44,-44","w":127},"\u00b6":{"d":"0,-171v1,-46,32,-75,83,-74r111,0r0,31r-25,0r0,290r-29,0r0,-290r-39,0r0,290r-30,0r0,-175v-42,-1,-72,-29,-71,-72","w":195},"\u00df":{"d":"121,-220v-78,0,-38,120,-48,190r27,0r0,30r-90,0r0,-30r30,0v3,-98,-25,-226,80,-219v68,-10,103,81,42,109v33,6,52,33,54,69v2,55,-47,90,-97,67r0,-28v30,17,64,-4,62,-39v-2,-37,-23,-52,-62,-52r0,-27v23,1,40,-15,40,-36v1,-21,-16,-35,-38,-34","w":232},"\u00ae":{"d":"1,-116v2,-77,56,-132,132,-132v75,0,132,55,133,132v2,72,-61,133,-133,133v-71,0,-135,-61,-132,-133xm244,-116v0,-59,-52,-112,-111,-110v-64,2,-109,47,-111,110v-2,58,52,111,111,111v59,0,111,-53,111,-111xm185,-146v0,22,-18,40,-41,40v15,2,40,45,51,64r-28,0v-20,-27,-22,-69,-69,-61r0,61r-23,0r0,-143v50,1,110,-9,110,39xm161,-144v0,-27,-35,-21,-63,-22r0,43v27,0,63,3,63,-21","w":266},"\u00a9":{"d":"1,-116v2,-77,56,-132,132,-132v75,0,132,55,133,132v2,72,-61,133,-133,133v-71,0,-135,-61,-132,-133xm244,-116v0,-59,-52,-112,-111,-110v-64,2,-109,47,-111,110v-2,58,52,111,111,111v59,0,111,-53,111,-111xm88,-115v0,61,78,73,88,21r21,6v-5,28,-31,48,-63,48v-45,-1,-65,-31,-70,-75v-8,-78,109,-104,131,-34r-21,6v-7,-18,-21,-28,-40,-28v-30,-1,-46,26,-46,56","w":266},"\u2122":{"d":"87,-101r0,-122r-47,0r0,-22r118,0r0,22r-47,0r0,122r-24,0xm173,-101r0,-144r36,0r36,115r35,-115r34,0r0,144r-22,0r0,-120r-36,120r-22,0r-39,-122r0,122r-22,0","w":360},"\u00b4":{"d":"27,-193r25,-55r49,0r-51,55r-23,0","w":119},"\u00a8":{"d":"28,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm92,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":119},"\u2260":{"d":"153,-177r63,0r0,27r-73,0r-22,55r95,0r0,28r-106,0r-36,93r-24,0r36,-93r-62,0r0,-28r73,0r22,-55r-95,0r0,-27r106,0r36,-93r24,0","w":240},"\u00c6":{"d":"150,-111r-69,0r-42,80r26,0r0,31r-86,0r0,-31r23,0r95,-183r-39,0r0,-31r265,0r0,74r-30,0r0,-43r-106,0r0,72r92,0r0,31r-92,0r0,80r106,0r0,-44r30,0r0,75r-212,0r0,-31r39,0r0,-80xm150,-142r0,-72r-16,0r-38,72r54,0","w":337},"\u00d8":{"d":"51,-34v-71,-74,-19,-214,92,-214v30,0,55,8,77,23r20,-23r18,16r-20,22v73,75,16,214,-94,214v-29,0,-54,-8,-75,-23r-20,23r-18,-16xm196,-198v-57,-46,-138,2,-138,75v0,23,6,43,18,60xm92,-46v79,64,182,-51,120,-135","w":288},"\u221e":{"d":"4,-122v0,-52,67,-63,94,-17v23,-26,26,-41,58,-41v29,0,51,22,51,56v0,36,-19,60,-51,59v-31,-1,-38,-17,-58,-40v-28,46,-94,36,-94,-17xm187,-122v0,-30,-28,-49,-51,-31v-6,5,-15,14,-26,30v16,22,21,39,46,39v18,0,31,-15,31,-38xm23,-123v0,39,43,34,63,1v-14,-18,-28,-28,-39,-28v-14,0,-24,12,-24,27","w":210},"\u00b1":{"d":"24,-166r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28xm24,-24r192,0r0,28r-192,0r0,-28","w":240},"\u2264":{"d":"216,-65r-192,-81r0,-24r192,-81r0,30r-155,63r155,63r0,30xm24,-21r192,0r0,28r-192,0r0,-28","w":240},"\u2265":{"d":"24,-251r192,81r0,24r-192,81r0,-30r155,-63r-155,-63r0,-30xm24,-21r192,0r0,28r-192,0r0,-28","w":240},"\u00a5":{"d":"154,-139r65,0r0,21r-79,0v-7,7,-3,24,-4,37r83,0r0,20r-83,0r0,30r33,0r0,31r-103,0r0,-31r33,0r0,-30r-86,0r0,-20r86,0v-1,-13,3,-31,-5,-37r-81,0r0,-21r67,0r-54,-75r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0","w":232},"\u00b5":{"d":"98,-24v61,0,42,-81,45,-146r32,0r0,170r-29,0r0,-22v-17,34,-70,34,-91,3r0,95r-31,0r0,-246r31,0v4,61,-16,146,43,146","w":198},"\u2202":{"d":"151,-162v-1,-45,-4,-78,-36,-78v-17,0,-30,14,-40,40r-24,-11v11,-29,32,-51,63,-51v44,0,58,43,57,99v0,82,-32,163,-107,167v-33,2,-55,-25,-54,-60v3,-74,61,-107,141,-106xm41,-53v5,45,55,39,79,4v15,-21,26,-51,30,-91v-69,0,-103,29,-109,87","w":177},"\u2211":{"d":"24,-249r218,0r0,28r-174,0r107,133r-114,139r183,0r0,29r-223,0r0,-33r109,-134r-106,-131r0,-31","w":256},"\u220f":{"d":"28,-249r240,0r0,329r-34,0r0,-299r-172,0r0,299r-34,0r0,-329","w":296},"\u03c0":{"d":"9,-187r207,0r0,28r-28,0r0,159r-33,0r0,-159r-85,0r0,159r-33,0r0,-159r-28,0r0,-28","w":225},"\u222b":{"d":"-1,77v0,-24,28,-16,37,-6v5,0,7,-4,7,-11v-9,-63,-13,-246,1,-298v6,-20,17,-30,32,-30v10,0,22,7,22,19v0,23,-25,19,-37,9v-5,0,-7,4,-7,11v6,78,9,239,0,292v-6,36,-55,50,-55,14","w":97},"\u00aa":{"d":"10,-224v15,-33,99,-37,90,16r0,47r19,0r0,18r-38,0r0,-13v-22,24,-73,17,-73,-18v0,-31,45,-43,71,-24v9,-35,-34,-44,-48,-21xm29,-174v2,24,36,20,50,5v3,-28,-48,-30,-50,-5","w":123},"\u00ba":{"d":"68,-140v-31,0,-59,-22,-59,-54v0,-32,27,-54,59,-54v31,0,58,23,58,54v0,31,-27,55,-58,54xm68,-229v-19,0,-36,15,-36,35v0,20,17,33,36,34v19,0,35,-16,35,-34v0,-19,-17,-35,-35,-35","w":135},"\u2126":{"d":"65,-138v0,51,24,92,60,106r0,32r-101,0r0,-30r65,2v-97,-47,-76,-236,54,-236v125,0,152,184,54,236r64,-1r0,29r-101,0r0,-31v78,-24,87,-204,-17,-205v-52,-2,-78,47,-78,98","w":284},"\u00e6":{"d":"131,-91v3,-36,-5,-57,-39,-56v-20,0,-35,7,-43,21r-32,-9v19,-46,109,-55,139,-14v31,-36,93,-34,122,2v16,19,25,42,25,71r-138,0v-1,57,84,67,109,25r29,13v-26,50,-124,60,-157,6v-22,45,-133,55,-131,-17v1,-54,72,-71,116,-42xm267,-102v-5,-36,-53,-59,-84,-32v-10,8,-15,19,-18,32r102,0xm51,-49v6,38,60,31,80,5r0,-17v-24,-23,-76,-26,-80,12","w":318},"\u00f8":{"d":"168,-149v55,52,13,154,-64,154v-20,0,-37,-5,-53,-16r-17,20r-12,-10r17,-20v-54,-52,-14,-154,64,-154v20,0,38,5,53,16r17,-20r12,11xm134,-133v-52,-36,-112,35,-73,85xm73,-37v51,35,111,-35,72,-85"},"\u00bf":{"d":"117,-172r0,43r-44,0r0,-43r44,0xm14,7v0,-39,29,-70,68,-65r4,-48r18,0r4,78v-32,-8,-61,7,-60,37v0,24,16,39,39,39v29,1,45,-21,40,-50r33,0v4,51,-28,78,-72,79v-46,1,-74,-27,-74,-70","w":168},"\u00a1":{"d":"31,-172r43,0r0,43r-43,0r0,-43xm61,-106r9,105r0,73r-35,0v-2,-64,3,-121,8,-178r18,0","w":105},"\u00ac":{"d":"24,-177r192,0r0,110r-27,0r0,-83r-165,0r0,-27","w":240},"\u221a":{"d":"185,-329r13,0r-55,343r-87,-180r-35,16r-6,-11r53,-27r71,145","w":198},"\u0192":{"d":"8,71r6,-27v30,7,44,7,49,-23r32,-183r-36,0r4,-25r36,0v7,-38,9,-76,53,-75v10,0,23,2,39,6r-6,27v-40,-14,-52,7,-54,42r36,0r-4,25r-36,0r-34,192v-3,46,-40,52,-85,41","w":198},"\u2248":{"d":"24,-169v61,-66,133,49,192,-19r0,30v-44,46,-94,5,-140,-6v-16,0,-33,8,-52,25r0,-30xm77,-109v15,-4,68,29,88,28v15,0,32,-8,51,-24r0,29v-43,47,-94,6,-140,-5v-16,0,-33,9,-52,25r0,-30v18,-15,36,-23,53,-23","w":240},"\u2206":{"d":"216,0r-211,0r110,-244xm175,-14r-71,-170r-77,170r148,0","w":221},"\u00ab":{"d":"6,-85r52,-85r35,0r-51,85r51,85r-35,0xm81,-85r52,-85r35,0r-51,85r51,85r-35,0","w":172},"\u00bb":{"d":"91,-85r-52,85r-35,0r52,-85r-52,-85r35,0xm167,-85r-53,85r-35,0r52,-85r-52,-85r35,0","w":172},"\u2026":{"d":"38,0r0,-43r44,0r0,43r-44,0xm159,0r0,-43r43,0r0,43r-43,0xm278,0r0,-43r44,0r0,43r-44,0","w":360},"\u00a0":{"w":90},"\u00c0":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm150,-259r-23,0r-50,-55r48,0","w":251},"\u00c3":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm100,-311v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":251},"\u00d5":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm118,-311v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":288},"\u0152":{"d":"14,-120v6,-85,53,-125,148,-125r194,0r0,74r-30,0r0,-43r-105,0r0,72r90,0r0,31r-90,0r0,80r105,0r0,-44r30,0r0,75r-186,0v-102,7,-145,-38,-156,-120xm51,-122v0,73,50,97,133,91r0,-183v-82,-6,-133,18,-133,92","w":367},"\u0153":{"d":"13,-85v0,-84,109,-122,156,-55v29,-44,97,-47,132,-7v17,19,26,42,26,71r-140,0v2,56,82,70,111,24r29,12v-27,51,-123,63,-158,10v-43,68,-156,28,-156,-55xm290,-102v-4,-52,-98,-59,-102,0r102,0xm101,-141v-30,-1,-52,26,-52,56v0,32,22,59,53,58v30,0,51,-27,51,-59v0,-34,-25,-53,-52,-55","w":341},"\u2013":{"d":"-2,-106r184,0r0,31r-184,0r0,-31","w":180},"\u2014":{"d":"-2,-106r364,0r0,31r-364,0r0,-31","w":360},"\u201c":{"d":"72,-196r0,43r-43,0v0,-45,-8,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0xm159,-196r0,43r-43,0v0,-45,-8,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0","w":187},"\u201d":{"d":"29,-201r0,-44r43,0v0,45,8,93,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0xm116,-201r0,-44r43,0v-1,45,8,94,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0","w":187,"k":{" ":29}},"\u2018":{"d":"74,-196r0,43r-43,0v0,-45,-7,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0","w":105,"k":{"\u2018":18}},"\u2019":{"d":"31,-201r0,-44r43,0v0,45,8,93,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0","w":105,"k":{"\u2019":18,"v":7,"t":14,"s":40,"r":14,"d":45," ":29}},"\u00f7":{"d":"103,-196v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17xm24,-136r192,0r0,28r-192,0r0,-28xm103,-49v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,18,-17,18v-10,0,-17,-8,-17,-18","w":240},"\u25ca":{"d":"96,-250r74,125r-74,125r-19,0r-69,-125r69,-125r19,0xm87,-233r-60,108r60,108r63,-108","w":177},"\u00ff":{"d":"87,-3r-56,-137r-28,0r0,-30r84,0r0,30r-20,0r37,94r36,-94r-23,0r0,-30r83,0r0,30r-26,0r-84,216r-56,0r0,-29r33,0xm71,-201v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm135,-201v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":202},"\u0178":{"d":"99,-31r0,-80r-73,-103r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0r-68,103r0,80r33,0r0,31r-103,0r0,-31r33,0xm84,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm148,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":232},"\u2215":{"d":"-53,0r194,-244r21,0r-194,244r-21,0","w":108},"\u00a4":{"d":"32,-191r18,-19r24,23v26,-20,66,-20,92,0r23,-23r19,19r-23,22v19,29,21,66,0,93r23,23r-19,18r-23,-22v-28,20,-65,20,-92,0r-23,22r-19,-18r23,-23v-20,-29,-20,-64,0,-93xm174,-122v0,-30,-26,-54,-54,-54v-28,0,-54,25,-54,54v0,28,26,54,54,54v28,0,54,-26,54,-54","w":240},"\u2039":{"d":"10,-85r53,-85r34,0r-51,85r51,85r-34,0","w":105},"\u203a":{"d":"95,-85r-53,85r-34,0r51,-85r-51,-85r34,0","w":105},"\uf001":{"d":"37,-170v-11,-62,37,-101,77,-67v8,7,12,16,13,27r-30,5v-1,-11,-5,-17,-13,-17v-19,0,-11,30,-13,52r103,0r0,140r27,0r0,30r-87,0r0,-30r27,0r0,-110r-70,0r0,110r26,0r0,30r-86,0r0,-30r26,0r0,-110r-26,0r0,-30r26,0xm138,-228v0,-11,9,-20,20,-20v10,0,21,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21"},"\uf002":{"d":"96,-215v-16,-15,-29,1,-26,28r0,17r29,0r0,30r-29,0r0,110r26,0r0,30r-85,0r0,-30r26,0r0,-110r-26,0r0,-30r26,0v-5,-53,16,-92,65,-75r71,0r0,215r28,0r0,30r-87,0r0,-30r26,0r0,-185r-44,0"},"\u2021":{"d":"75,-248r37,0r0,40v-7,13,-11,27,-12,43v31,-1,40,-15,73,-11r0,33v-31,4,-47,-10,-73,-10v2,23,8,45,18,66v-10,21,-17,44,-18,67v30,-1,41,-14,73,-10r0,33v-33,3,-42,-8,-73,-10v2,17,5,31,12,42r0,41r-37,0r0,-41v6,-10,10,-25,12,-42v-25,0,-42,14,-73,10r0,-33v32,-3,43,8,73,10v-1,-26,-7,-48,-16,-67v9,-18,14,-40,16,-66v-26,0,-41,14,-73,10r0,-33v32,-4,47,9,73,11v-1,-18,-5,-32,-12,-43r0,-40","w":187},"\u2219":{"d":"31,-101r0,-43r43,0r0,43r-43,0","w":105},"\u201a":{"d":"31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105},"\u201e":{"d":"29,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0xm116,0r0,-43r43,0v0,45,7,93,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":187},"\u2030":{"d":"62,-117v-35,-1,-52,-27,-52,-66v-1,-37,17,-65,52,-65v35,1,52,27,52,65v1,38,-16,66,-52,66xm35,-183v0,32,9,49,27,49v18,0,27,-17,27,-49v0,-32,-9,-49,-27,-49v-18,0,-27,17,-27,49xm21,0r194,-245r25,0r-193,245r-26,0xm197,4v-36,0,-53,-29,-52,-66v0,-39,17,-65,52,-65v35,0,52,27,52,65v0,39,-17,65,-52,66xm170,-62v0,32,9,49,27,49v18,0,27,-17,27,-49v0,-32,-9,-48,-27,-48v-18,0,-27,16,-27,48xm328,4v-36,0,-53,-29,-52,-66v0,-39,17,-65,52,-65v35,0,53,26,53,65v0,38,-17,65,-53,66xm302,-62v0,32,8,49,26,49v18,0,27,-17,27,-49v0,-32,-9,-48,-27,-48v-18,0,-26,16,-26,48","w":389},"\u00c2":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm125,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":251},"\u00ca":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0xm111,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":225},"\u00c1":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0xm101,-259r25,-55r49,0r-51,55r-23,0","w":251},"\u00cb":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0xm80,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm144,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":225},"\u00c8":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0xm138,-259r-23,0r-50,-55r48,0","w":225},"\u00cd":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0xm31,-259r25,-55r49,0r-51,55r-23,0","w":112},"\u00ce":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0xm55,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":112},"\u00cf":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0xm24,-265v-10,1,-20,-10,-19,-20v-1,-10,10,-19,19,-19v10,0,20,9,20,19v1,11,-10,20,-20,20xm88,-265v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20","w":112},"\u00cc":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0xm85,-259r-23,0r-50,-55r48,0","w":112},"\u00d3":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm126,-259r25,-55r49,0r-51,55r-23,0","w":288},"\u00d4":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm144,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":288},"\u00d2":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93xm162,-259r-23,0r-50,-55r48,0","w":288},"\u00da":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90xm102,-259r25,-55r49,0r-51,55r-23,0","w":243},"\u00db":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90xm121,-290r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":243},"\u00d9":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90xm142,-259r-23,0r-50,-55r48,0","w":243},"\u0131":{"d":"38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0","w":105},"\u02c6":{"d":"59,-224r-29,31r-23,0r29,-55r47,0r30,55r-24,0","w":119},"\u02dc":{"d":"34,-245v16,-5,65,49,65,0r19,0v0,30,-10,47,-32,49v-19,7,-65,-50,-64,-2r-20,0v-1,-29,9,-45,32,-47","w":119},"\u02c9":{"d":"9,-205r0,-28r102,0r0,28r-102,0","w":119},"\u02d8":{"d":"114,-246v1,46,-62,67,-92,36v-10,-9,-15,-21,-16,-36r25,0v2,34,56,35,58,0r25,0","w":119},"\u02d9":{"d":"60,-200v-11,1,-20,-11,-20,-21v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21","w":119},"\u02da":{"d":"60,-186v-19,0,-35,-17,-35,-35v0,-18,17,-35,35,-35v18,0,35,16,35,35v0,19,-16,35,-35,35xm60,-242v-11,1,-21,9,-21,21v0,12,10,22,21,22v30,0,25,-43,0,-43","w":119},"\u00b8":{"d":"30,61v19,-1,31,0,32,-14v0,-7,-6,-10,-17,-10r7,-41r22,0r-4,21v17,4,25,14,25,29v-1,29,-30,36,-65,34r0,-19","w":119},"\u02dd":{"d":"-7,-193r25,-55r48,0r-50,55r-23,0xm53,-193r25,-55r49,0r-51,55r-23,0","w":119},"\u02db":{"d":"93,68v-29,17,-67,6,-66,-29v0,-10,4,-24,11,-39r28,0v-17,22,-3,61,27,45r0,23","w":119},"\u02c7":{"d":"61,-217r29,-31r23,0r-29,55r-47,0r-30,-55r24,0","w":119},"\u0160":{"d":"144,-132v62,32,35,136,-41,136v-22,0,-42,-8,-60,-24r0,20r-31,0r0,-89r31,0r0,22v15,27,34,40,58,40v35,0,59,-46,32,-65v-38,-28,-121,-20,-121,-89v0,-65,81,-86,126,-48r0,-17r30,0r0,74r-30,0v2,-35,-29,-42,-52,-45v-40,-5,-56,46,-22,60v14,6,69,18,80,25xm93,-283r29,-31r23,0r-29,55r-47,0r-30,-55r24,0","w":191},"\u0161":{"d":"125,-94v52,25,27,97,-36,97v-18,0,-33,-4,-44,-12r0,9r-30,0r0,-58r30,0v-5,38,70,46,75,11v-3,-31,-77,-19,-90,-42v-35,-31,-4,-84,44,-84v16,0,30,3,42,10r0,-7r30,0r0,56r-30,0v1,-38,-67,-41,-70,-10v-2,26,58,20,79,30xm86,-217r29,-31r23,0r-29,55r-47,0r-30,-55r24,0","w":164},"\u00a6":{"d":"81,-249r28,0r0,137r-28,0r0,-137xm81,-57r28,0r0,137r-28,0r0,-137","w":189},"\u00d0":{"d":"244,-126v0,93,-52,130,-150,126r-89,0r0,-31r33,0r0,-78r-37,0r0,-26r37,0r0,-79r-33,0r0,-31r94,0v95,-4,145,34,145,119xm207,-124v0,-73,-46,-97,-132,-90r0,79r56,0r0,26r-56,0r0,78v84,5,132,-16,132,-93","w":262},"\u00f0":{"d":"14,-86v0,-67,73,-114,129,-73v-10,-19,-22,-35,-35,-50r-55,23r-5,-14r50,-21v-6,-7,-16,-15,-26,-24r36,0v6,4,11,9,16,13r31,-13r6,14r-26,11v38,43,57,85,57,126v1,54,-36,99,-90,99v-51,0,-88,-43,-88,-91xm157,-86v0,-35,-25,-56,-55,-57v-31,-1,-53,27,-53,59v0,31,22,57,53,57v30,0,55,-29,55,-59"},"\u00dd":{"d":"99,-31r0,-80r-73,-103r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0r-68,103r0,80r33,0r0,31r-103,0r0,-31r33,0xm101,-259r25,-55r49,0r-51,55r-23,0","w":232},"\u00fd":{"d":"87,-3r-56,-137r-28,0r0,-30r84,0r0,30r-20,0r37,94r36,-94r-23,0r0,-30r83,0r0,30r-26,0r-84,216r-56,0r0,-29r33,0xm81,-193r25,-55r49,0r-51,55r-23,0","w":202},"\u00de":{"d":"197,-122v0,65,-47,80,-122,75r0,16r32,0r0,31r-100,0r0,-31r31,0r0,-183r-31,0r0,-31r100,0r0,31r-32,0r0,16v75,-5,122,11,122,76xm160,-123v-1,-44,-36,-46,-85,-44r0,91v49,1,86,-1,85,-47"},"\u00fe":{"d":"210,-84v0,78,-92,118,-143,63r0,68r33,0r0,29r-98,0r0,-29r32,0r0,-262r-29,0r0,-30r62,0r0,102v46,-62,143,-20,143,59xm122,-143v-32,0,-57,27,-56,60v1,32,21,57,54,58v34,0,55,-24,55,-60v0,-33,-23,-58,-53,-58","w":225},"\u00d7":{"d":"31,-53r70,-69r-70,-70r19,-19r70,69r70,-69r19,19r-69,70r69,69r-19,20r-70,-70r-70,70","w":240},"\u00b9":{"d":"47,-137r0,-92r-20,0r0,-17r44,0r0,109r19,0r0,18r-63,0r0,-18r20,0","w":119},"\u00b2":{"d":"105,-213v1,35,-67,49,-71,75r50,0r0,-28r23,0r-2,47r-96,0v-2,-46,42,-58,68,-83v7,-14,1,-29,-19,-29v-20,0,-22,13,-22,33r-24,0v-2,-34,14,-50,47,-50v26,0,46,12,46,35","w":119},"\u00b3":{"d":"30,-164v-4,36,54,40,56,9v1,-16,-18,-23,-42,-22r0,-17v24,-1,36,0,36,-18v0,-11,-7,-21,-20,-20v-15,0,-22,9,-22,26r-24,0v0,-28,15,-42,45,-42v41,0,61,43,28,62v16,6,24,15,24,30v0,26,-25,39,-53,39v-34,0,-51,-16,-51,-47r23,0","w":119},"\u00bd":{"d":"44,-137r0,-92r-19,0r0,-17r43,0r0,109r19,0r0,18r-62,0r0,-18r19,0xm35,0r194,-244r21,0r-193,244r-22,0xm277,-94v2,36,-68,48,-71,76r50,0r0,-29r22,0r-1,47r-97,0v-1,-46,43,-55,68,-82v11,-12,2,-31,-18,-30v-21,1,-23,13,-23,34r-23,0v-3,-34,16,-50,46,-51v25,-1,46,13,47,35","w":348},"\u00bc":{"d":"47,-137r0,-92r-20,0r0,-17r44,0r0,109r19,0r0,18r-63,0r0,-18r20,0xm44,0r194,-244r21,0r-193,244r-22,0xm227,-33r-48,0v-2,-6,-5,-12,-10,-16r61,-79r20,0r0,77r23,0r0,18r-23,0r0,16r13,0r0,17r-52,0r0,-17r16,0r0,-16xm227,-51r0,-42r-33,42r33,0","w":348},"\u00be":{"d":"45,-164v-4,36,54,40,56,9v1,-16,-18,-24,-43,-22r0,-17v24,-1,37,0,37,-18v0,-11,-7,-21,-20,-20v-15,0,-22,9,-22,26r-25,0v0,-28,16,-42,46,-42v41,0,61,43,28,62v16,6,24,15,24,30v0,26,-25,39,-53,39v-34,0,-51,-16,-51,-47r23,0xm58,0r194,-244r22,0r-195,244r-21,0xm254,-33r-48,0v-2,-6,-5,-12,-10,-16r61,-79r20,0r0,77r23,0r0,18r-23,0r0,16r13,0r0,17r-51,0r0,-17r15,0r0,-16xm254,-51r0,-42r-33,42r33,0","w":348},"\u00af":{"d":"-2,-290r184,0r0,18r-184,0r0,-18","w":180}}});Cufon.registerFont({"w":240,"face":{"font-family":"Rockwell","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 6 8 3 3 5 5 2 4 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-44 -339 404.044 98.2365","underline-thickness":"24.6094","underline-position":"-15.8203","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":90,"k":{"\u2018":27,"\u201c":27,"Y":45,"W":36,"V":36,"T":27}},"!":{"d":"51,-85v-8,-50,-18,-98,-15,-160r54,0v3,61,-6,110,-14,160r-25,0xm34,0r0,-59r59,0r0,59r-59,0","w":127},"\"":{"d":"57,-249v53,0,9,81,4,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,26,-28xm142,-249v53,0,7,80,4,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,26,-28","w":198},"#":{"d":"66,-185r14,-65r38,0r-14,65r58,0r14,-65r38,0r-14,65r27,0r0,38r-35,0r-10,48r45,0r0,38r-53,0r-14,66r-38,0r14,-66r-58,0r-13,66r-38,0r13,-66r-27,0r0,-38r35,0r10,-48r-45,0r0,-38r53,0xm154,-147r-58,0r-10,48r58,0"},"$":{"d":"165,-117v45,45,10,124,-57,118r0,30r-24,0r0,-30v-40,-7,-65,-26,-68,-73r44,0v-1,19,8,33,24,37r0,-75v-38,-19,-64,-30,-64,-71v0,-35,30,-58,64,-61r0,-9r24,0r0,9v38,4,67,25,67,65r-43,0v-2,-18,-10,-28,-24,-30r0,59v20,8,44,18,57,31xm84,-207v-28,6,-25,36,0,47r0,-47xm108,-34v18,1,36,-12,35,-29v0,-15,-12,-27,-35,-36r0,65","w":202},"%":{"d":"76,-249v36,1,51,27,51,66v0,44,-17,65,-51,65v-34,0,-52,-21,-52,-65v0,-44,17,-66,52,-66xm75,-140v10,0,15,-15,15,-43v0,-29,-4,-43,-14,-43v-10,0,-15,14,-15,42v0,29,5,44,14,44xm63,0r177,-245r31,0r-177,245r-31,0xm258,-128v36,1,51,27,51,66v0,44,-18,65,-52,65v-34,0,-51,-21,-51,-65v0,-44,17,-66,52,-66xm257,-19v10,0,15,-15,15,-43v0,-29,-5,-43,-15,-43v-10,0,-14,15,-14,43v0,29,5,43,14,43","w":333},"&":{"d":"128,-248v35,0,65,18,66,50v0,23,-15,41,-43,55r35,44v13,-18,23,-35,30,-51r58,0r0,40r-30,0v-9,19,-18,34,-29,46r20,25r39,0r0,39r-72,0r-23,-27v-50,55,-168,34,-166,-44v1,-44,29,-59,68,-79v-41,-40,-11,-98,47,-98xm130,-216v-25,4,-24,21,-3,42v16,-7,23,-15,23,-24v0,-9,-9,-20,-20,-18xm69,-79v0,40,57,49,83,18r-46,-59v-24,10,-37,24,-37,41","w":288},"'":{"d":"50,-249v54,0,9,80,5,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,25,-28","w":101},"(":{"d":"114,77v-55,-21,-97,-82,-97,-163v0,-83,41,-140,97,-162r0,35v-36,22,-42,64,-42,127v0,65,5,106,42,128r0,35","w":123},")":{"d":"10,-248v56,21,98,81,98,162v0,81,-43,142,-98,163r0,-35v36,-22,42,-63,42,-128v0,-65,-6,-105,-42,-127r0,-35","w":123},"*":{"d":"90,-151v-12,-3,-33,-6,-46,-2r-30,-10r14,-41r30,10v6,9,17,17,36,26v-2,-34,-16,-42,-12,-77r42,0r0,31v-8,13,-12,27,-12,46v22,-10,34,-19,38,-26r29,-10r13,41v-23,14,-44,3,-74,12v12,14,24,23,37,28r18,25r-35,24r-18,-24v0,-12,-6,-25,-17,-42v-10,16,-15,29,-15,42r-17,24r-35,-24r17,-25v11,-3,24,-12,37,-28","w":206},"+":{"d":"21,-145r77,0r0,-77r44,0r0,77r77,0r0,44r-77,0r0,77r-44,0r0,-77r-77,0r0,-44"},",":{"d":"34,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,60,10,127,-59,123","w":127,"k":{"\u2019":50,"\u201d":50}},"-":{"d":"13,-61r0,-48r98,0r0,48r-98,0","w":123},"\u00ad":{"d":"13,-61r0,-48r98,0r0,48r-98,0","w":123},".":{"d":"34,0r0,-59r59,0r0,59r-59,0","w":127,"k":{"\u2019":50,"\u201d":50," ":27}},"\/":{"d":"131,-249r50,0r-129,252r-50,0","w":182},"0":{"d":"183,-123v0,72,-21,126,-84,126v-63,0,-84,-56,-84,-126v0,-71,21,-126,84,-126v63,0,84,56,84,126xm71,-123v0,41,0,82,28,86v29,4,29,-58,29,-86v0,-41,-1,-80,-29,-86v-28,6,-28,46,-28,86","w":198},"1":{"d":"41,0r0,-39r34,0r0,-166r-36,0r0,-40r89,0r0,206r32,0r0,39r-119,0","w":198},"2":{"d":"174,-181v-1,73,-101,81,-109,142r72,0r0,-32r39,0r-2,71r-157,0v-9,-87,60,-115,92,-158v13,-18,12,-53,-14,-53v-25,0,-28,22,-30,52r-44,-2v-2,-61,25,-86,78,-88v43,-2,75,28,75,68","w":198},"3":{"d":"180,-70v0,47,-37,74,-83,73v-52,0,-80,-26,-84,-78r47,-4v-5,57,64,54,64,7v0,-26,-18,-42,-46,-36r0,-42v44,9,55,-58,14,-59v-17,0,-26,10,-26,32r-46,-3v1,-42,32,-69,75,-69v77,0,104,94,40,120v30,10,45,30,45,59","w":198},"4":{"d":"181,-36r0,36r-98,0r0,-36r27,0r0,-31r-90,0v-4,-13,-9,-24,-13,-32r105,-150r48,0r0,148r24,0r0,34r-24,0r0,31r21,0xm110,-101r0,-85r-61,85r61,0","w":198},"5":{"d":"180,-81v0,75,-89,108,-142,66v-14,-12,-22,-30,-25,-51r46,-5v3,23,14,35,32,35v23,0,33,-16,33,-41v0,-47,-43,-57,-61,-24r-39,-20r7,-124r137,0r0,58r-35,0r-4,-18r-63,0r-3,58v52,-36,117,6,117,66","w":198},"6":{"d":"19,-120v0,-79,25,-129,92,-129v41,0,63,22,68,65r-42,4v-6,-37,-40,-41,-55,-12v-6,13,-10,30,-10,51v43,-38,110,-4,110,60v0,53,-27,84,-75,84v-68,0,-87,-47,-88,-123xm107,-36v38,0,34,-83,-4,-81v-10,0,-21,4,-31,11v2,42,4,70,35,70","w":198},"7":{"d":"65,-39v3,-53,35,-133,61,-167r-63,0r0,34r-39,0r0,-73r153,0r0,31v-22,26,-58,124,-56,175r31,0r0,39r-118,0r0,-39r31,0","w":198},"8":{"d":"100,-249v77,-8,106,88,43,121v28,11,42,30,42,60v0,47,-35,71,-86,71v-87,0,-118,-106,-41,-131v-66,-32,-36,-129,42,-121xm100,-146v18,0,28,-13,28,-32v0,-19,-10,-33,-28,-33v-18,0,-29,13,-29,33v0,18,11,32,29,32xm100,-35v21,0,33,-16,33,-38v0,-21,-13,-38,-33,-38v-21,0,-33,16,-33,38v0,22,12,38,33,38","w":198},"9":{"d":"94,-249v65,2,86,48,86,126v0,107,-69,155,-138,110v-14,-9,-20,-28,-22,-50r42,-4v5,21,14,32,28,32v22,0,34,-24,37,-70v-47,37,-111,2,-111,-61v0,-47,30,-85,78,-83xm91,-210v-35,0,-35,85,5,81v9,-1,25,-2,31,-14v0,-32,-9,-67,-36,-67","w":198},":":{"d":"34,-112r0,-58r59,0r0,58r-59,0xm34,0r0,-59r59,0r0,59r-59,0","w":127,"k":{" ":27}},";":{"d":"34,-113r0,-59r59,0r0,59r-59,0xm34,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v-1,59,12,128,-59,123","w":127,"k":{" ":27}},"<":{"d":"219,-21r-198,-82r0,-40r198,-81r0,46r-137,55r137,55r0,47"},"=":{"d":"21,-187r198,0r0,44r-198,0r0,-44xm21,-102r198,0r0,43r-198,0r0,-43"},">":{"d":"21,-224r198,81r0,40r-198,82r0,-47r137,-55r-137,-55r0,-46"},"?":{"d":"187,-177v0,42,-32,70,-76,67r-6,25r-25,0r-5,-64v26,10,55,-4,56,-30v0,-19,-15,-32,-34,-32v-22,0,-34,16,-30,37r-54,0v0,-50,36,-75,88,-75v50,-1,85,27,86,72xm62,0r0,-59r59,0r0,59r-59,0","w":202},"@":{"d":"43,-79v0,80,61,126,148,126v57,0,98,-16,122,-47r37,0v-22,49,-81,79,-153,79v-114,0,-186,-56,-186,-160v0,-107,71,-176,180,-178v85,-1,150,54,150,135v0,64,-52,130,-116,127v-18,0,-29,-7,-33,-20v-42,44,-122,9,-115,-55v-8,-72,86,-158,141,-91r5,-20r46,0r-29,142v0,6,2,8,7,8v34,-6,62,-49,62,-92v0,-62,-50,-102,-119,-102v-93,0,-147,60,-147,148xm176,-156v-35,1,-53,48,-53,88v0,22,12,39,31,39v36,1,56,-49,55,-86v0,-22,-10,-42,-33,-41","w":352},"A":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0","w":251,"k":{"y":11,"w":4,"v":11,"Y":11,"W":11,"V":16,"U":5,"T":11,"Q":11,"O":11,"G":7,"C":7}},"B":{"d":"233,-71v-2,93,-126,68,-221,71r0,-41r30,0r0,-162r-30,0r0,-42v89,4,211,-24,211,65v0,24,-11,40,-34,50v29,11,44,31,44,59xm160,-177v0,-27,-26,-26,-54,-26r0,55v29,1,54,1,54,-29xm167,-73v0,-33,-27,-35,-61,-34r0,66v34,0,61,2,61,-32","w":251,"k":{"U":5,".":14,",":14}},"C":{"d":"18,-122v-5,-107,119,-158,202,-104r0,-19r41,0r0,87r-41,0v-12,-31,-32,-47,-61,-47v-47,-1,-72,38,-73,83v-1,44,27,80,69,80v37,-1,61,-28,68,-63r48,23v-18,57,-58,85,-120,85v-83,0,-129,-49,-133,-125","w":281,"k":{"A":7,".":14,",":14}},"D":{"d":"271,-122v0,82,-45,122,-139,122r-124,0r0,-41r38,0r0,-162r-38,0r0,-42r116,0v94,-3,147,38,147,123xm204,-121v0,-59,-30,-88,-95,-82r0,162v63,3,95,-20,95,-80","w":288,"k":{"Y":18,"W":18,"V":14,"A":11,".":27,",":27}},"E":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0"},"F":{"d":"10,0r0,-41r35,0r0,-162r-35,0r0,-42r219,0r0,76r-47,0r0,-34r-73,0r0,56r53,0r0,42r-53,0r0,64r37,0r0,41r-136,0","w":232,"k":{"o":36,"e":36,"a":36,"A":22,".":54,",":54}},"G":{"d":"87,-127v-13,81,103,120,129,45r-43,0r0,-41r114,0v1,86,-52,123,-131,126v-82,3,-138,-50,-138,-126v0,-77,53,-125,130,-125v33,0,58,8,76,24r0,-21r42,0r0,87r-42,0v-6,-28,-36,-46,-67,-47v-40,-1,-73,33,-70,78","w":303,"k":{".":29,",":29}},"H":{"d":"11,0r0,-41r31,0r0,-162r-31,0r0,-42r118,0r0,42r-25,0r0,53r66,0r0,-53r-25,0r0,-42r118,0r0,42r-31,0r0,162r31,0r0,41r-118,0r0,-41r25,0r0,-67r-66,0r0,67r25,0r0,41r-118,0","w":273},"I":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0","w":153},"J":{"d":"107,-5v3,65,-46,91,-109,76r0,-44v28,8,45,-1,45,-34r0,-196r-36,0r0,-42r133,0r0,42r-33,0r0,198","w":146,"k":{"u":9,"o":14,"e":14,"a":11,"A":5,".":18,",":18}},"K":{"d":"7,0r0,-41r33,0r0,-162r-33,0r0,-42r128,0r0,42r-31,0r0,162r28,0r0,41r-125,0xm151,0r0,-41r29,0r-74,-87r79,-75r-29,0r0,-42r120,0r0,42r-30,0r-69,67r80,95r25,0r0,41r-131,0","w":281,"k":{"y":22,"u":7,"o":4,"e":4,"O":11}},"L":{"d":"10,0r0,-41r35,0r0,-162r-35,0r0,-42r134,0r0,42r-35,0r0,162r72,0r0,-76r48,0r0,117r-219,0","w":232,"k":{"\u2019":14,"\u201d":14,"Y":27,"W":22,"V":27,"T":9}},"M":{"d":"10,0r0,-41r31,0r0,-162r-31,0r0,-42r122,0r54,144r54,-144r125,0r0,42r-32,0r0,162r32,0r0,41r-123,0r0,-41r30,0r0,-162r-6,0r-76,203r-26,0r-77,-203r-6,0r0,162r32,0r0,41r-103,0","w":375},"N":{"d":"10,0r0,-41r32,0r0,-162r-32,0r0,-42r102,0r90,153r0,-111r-31,0r0,-42r109,0r0,42r-34,0r0,205r-55,0r-105,-181r0,138r31,0r0,41r-107,0","w":285,"k":{"A":5,".":29,",":29}},"O":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83","w":307,"k":{"Y":27,"X":27,"W":27,"V":27,"T":9,"A":22,".":36,",":36}},"P":{"d":"234,-167v0,66,-54,83,-129,78r0,48r35,0r0,41r-129,0r0,-41r31,0r0,-162r-31,0r0,-42r129,0v55,0,94,27,94,78xm166,-167v-1,-33,-23,-39,-61,-36r0,73v39,1,62,-4,61,-37","k":{"o":9,"e":9,"a":5,"A":27,".":58,",":58}},"Q":{"d":"228,61v-52,5,-92,-58,-139,-17r-16,-24v9,-11,25,-19,44,-21v-56,-10,-99,-58,-99,-122v1,-72,55,-125,136,-125v81,0,136,54,136,125v0,69,-53,124,-123,126v22,8,49,22,76,19xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83","w":307,"k":{"U":9,".":36,",":36}},"R":{"d":"156,-245v83,-9,106,103,36,130r40,74r31,0r0,41r-74,0r-56,-107r-28,0r0,66r31,0r0,41r-128,0r0,-41r34,0r0,-162r-34,0r0,-42r148,0xm168,-175v-1,-29,-32,-30,-63,-28r0,57v32,2,64,-2,63,-29","w":262,"k":{"Y":14,"W":14,"V":14,"U":7,"T":9,"O":9}},"S":{"d":"148,-131v56,33,31,134,-40,134v-21,0,-37,-8,-49,-24r0,21r-42,0r0,-83r42,0v-8,44,59,61,64,18v-16,-56,-108,-43,-108,-115v0,-59,78,-91,111,-44r0,-21r41,0r0,75r-41,0v-1,-20,-15,-35,-35,-36v-20,-1,-33,18,-19,34v10,11,64,30,76,41","w":191,"k":{".":9,",":9}},"T":{"d":"53,0r0,-41r37,0r0,-162r-37,0r0,57r-42,0r0,-99r222,0r0,99r-42,0r0,-57r-38,0r0,162r37,0r0,41r-137,0","w":243,"k":{"w":-7,"o":29,"e":29,"a":14,"O":9,"A":11,".":29,"-":36,",":29}},"U":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84","w":243,"k":{"A":9,".":29,",":29}},"V":{"d":"101,2r-72,-205r-30,0r0,-42r125,0r0,42r-31,0r41,122r41,-122r-31,0r0,-42r108,0r0,42r-30,0r-70,205r-51,0","w":251,"k":{"u":16,"o":36,"i":5,"e":36,"a":36,"O":27,"G":22,"A":16,";":18,":":18,".":45,"-":36,",":45}},"W":{"d":"95,2r-70,-205r-25,0r0,-42r110,0r0,42r-25,0r39,117r38,-117r-23,0r0,-42r88,0r0,42r-22,0r40,117r38,-117r-24,0r0,-42r98,0r0,42r-27,0r-67,205r-46,0r-39,-112r-36,112r-47,0","w":356,"k":{"y":18,"u":14,"o":36,"i":5,"h":-9,"e":36,"a":36,"O":27,"A":11,";":22,":":22,".":54,"-":36,",":54}},"X":{"d":"-1,0r0,-41r37,0r59,-85r-59,-77r-34,0r0,-42r126,0r0,40r-24,0r37,45r33,-45r-22,0r0,-40r108,0r0,42r-34,0r-58,80r64,82r35,0r0,41r-130,0r0,-40r25,0r-38,-50r-37,50r25,0r0,40r-113,0","w":266},"Y":{"d":"61,0r0,-41r34,0r0,-66r-66,-96r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-63,96r0,66r34,0r0,41r-132,0","w":251,"k":{"u":29,"o":45,"i":5,"e":45,"a":36,"O":27,"A":11,";":27,":":27,".":29,"-":45,",":29}},"Z":{"d":"18,0r0,-41r116,-162r-68,0r0,44r-42,0r0,-86r189,0r0,37r-119,167r80,0r0,-47r42,0r0,88r-198,0","w":232},"[":{"d":"40,73r0,-318r99,0r0,37r-45,0r0,245r45,0r0,36r-99,0","w":150},"\\":{"d":"52,-249r129,252r-50,0r-129,-252r50,0","w":182},"]":{"d":"110,-245r0,318r-99,0r0,-36r45,0r0,-245r-45,0r0,-37r99,0","w":150},"^":{"d":"20,-104r66,-141r39,0r65,141r-50,0r-35,-86r-35,86r-50,0","w":209},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"87,-192r-29,0r-64,-56r66,0","w":119},"a":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9","w":209,"k":{"y":14,"w":9,"v":7,"p":7}},"b":{"d":"211,-86v7,73,-74,117,-122,66r0,20r-84,0r0,-39r30,0r0,-166r-30,0r0,-40r84,0r0,94v46,-54,130,-4,122,65xm122,-40v23,0,33,-19,33,-46v0,-26,-10,-44,-32,-44v-23,0,-36,18,-35,46v1,24,12,44,34,44","w":225,"k":{"y":7,"l":9,"b":7,".":14,",":14}},"c":{"d":"14,-85v0,-71,81,-113,138,-71r0,-14r37,0r0,69r-39,0v-14,-44,-81,-35,-81,15v0,56,67,58,83,20r42,19v-31,83,-180,60,-180,-38","w":202,"k":{"l":5,"k":5,".":7,",":7}},"d":{"d":"14,-86v0,-69,76,-119,122,-65r0,-54r-26,0r0,-40r81,0r0,206r28,0r0,39r-83,0r0,-20v-49,53,-122,3,-122,-66xm103,-40v21,-2,34,-18,34,-45v0,-27,-12,-46,-34,-46v-23,0,-34,21,-34,45v0,24,11,47,34,46","w":225,"k":{"y":7,"w":5,"v":5,"d":7}},"e":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0","w":206,"k":{"y":7,"w":5,"p":7,".":7,",":7}},"f":{"d":"36,-170v-4,-49,19,-80,66,-79v27,0,46,8,57,24r-40,31v-5,-25,-30,-25,-29,5r0,19r27,0r0,39r-27,0r0,92r27,0r0,39r-106,0r0,-39r25,0r0,-92r-23,0r0,-39r23,0","w":127,"k":{"\u2019":-22,"\u201d":-22}},"g":{"d":"14,-85v0,-71,79,-119,123,-64r0,-21r82,0r0,39r-28,0r0,126v0,56,-30,84,-89,84v-34,0,-59,-6,-76,-18r26,-36v38,24,95,14,85,-46v-51,53,-123,7,-123,-64xm103,-41v20,0,34,-20,34,-44v0,-25,-11,-44,-34,-44v-23,0,-34,20,-34,44v-1,24,13,44,34,44","w":225,"k":{"o":7,"g":5,"e":7,".":22,",":22}},"h":{"d":"138,-109v0,-30,-29,-23,-47,-10r0,80r25,0r0,39r-106,0r0,-39r27,0r0,-166r-27,0r0,-40r81,0r0,89v42,-32,101,-23,101,44r0,73r25,0r0,39r-79,0r0,-109","w":225,"k":{"y":14}},"i":{"d":"69,-189v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,29,14,29,30v0,16,-14,30,-29,30xm15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0","w":127},"j":{"d":"66,-188v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,30,15,30,30v0,15,-15,30,-30,30xm-2,31v28,1,42,-1,42,-31r0,-131r-26,0r0,-39r81,0r0,165v4,68,-31,84,-97,79r0,-43","w":127},"k":{"d":"12,0r0,-39r28,0r0,-166r-28,0r0,-40r82,0r0,155r58,-48r-36,0r0,-32r103,0r0,34r-17,0r-50,43r46,54r23,0r0,39r-52,0r-75,-90r0,53r20,0r0,37r-102,0","w":232,"k":{"o":14,"e":11}},"l":{"d":"13,0r0,-39r27,0r0,-166r-27,0r0,-40r81,0r0,206r25,0r0,39r-106,0","w":127,"k":{"y":5,"w":5}},"m":{"d":"199,-149v46,-37,136,-37,126,45r0,65r28,0r0,39r-82,0r0,-100v0,-37,-38,-28,-62,-15r0,76r28,0r0,39r-82,0r0,-98v-1,-38,-35,-31,-62,-17r0,76r28,0r0,39r-111,0r0,-39r28,0r0,-92r-28,0r0,-39r83,0r0,14v36,-22,82,-25,106,7","w":356,"k":{"y":13}},"n":{"d":"140,-103v3,-33,-29,-26,-47,-13r0,77r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0r0,-39r80,0r0,16v42,-34,106,-24,102,47r0,68r25,0r0,39r-80,0r0,-103","w":225,"k":{"y":13,"v":5}},"o":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49","w":206,"k":{"y":9,"x":9,"w":5,"v":5,".":14,",":14}},"p":{"d":"212,-83v0,70,-73,116,-123,66r0,55r34,0r0,39r-117,0r0,-39r28,0r0,-169r-23,0r0,-39r78,0r0,21v48,-56,123,-4,123,66xm123,-39v23,-1,33,-18,33,-46v0,-27,-10,-43,-33,-44v-24,-1,-35,19,-35,45v1,24,11,46,35,45","w":225,"k":{"y":7,".":14,",":14}},"q":{"d":"13,-84v0,-69,74,-122,123,-65r0,-21r83,0r0,39r-29,0r0,169r29,0r0,39r-117,0r0,-39r34,0r0,-55v-51,51,-123,3,-123,-67xm102,-129v-23,1,-33,18,-33,44v0,26,10,46,33,46v22,0,34,-20,34,-47v0,-25,-11,-43,-34,-43","w":225},"r":{"d":"159,-121v-53,-4,-67,30,-64,82r34,0r0,39r-119,0r0,-39r31,0r0,-92r-29,0r0,-39r79,0r0,43v7,-26,32,-49,68,-46r0,52","w":161,"k":{"y":-22,"v":-27,"u":-20,"t":-16,"r":-11,"p":-18,"n":-18,"m":-18,"i":-9,".":14,",":14}},"s":{"d":"136,-101v60,21,35,105,-34,105v-20,0,-33,-4,-41,-12r0,8r-40,0r0,-59r40,0v-3,29,60,39,65,10v-3,-14,-15,-13,-34,-17v-45,-9,-78,-18,-78,-57v0,-45,64,-62,106,-41r0,-6r39,0r0,49r-39,0v1,-19,-60,-27,-60,-5v0,20,64,15,76,25","w":183,"k":{".":11,",":11}},"t":{"d":"83,-57v-3,22,17,18,31,13r0,38v-37,16,-86,12,-86,-36r0,-89r-21,0r0,-39r21,0r0,-27r55,-39r0,66r31,0r0,39r-31,0r0,74","w":123},"u":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106","w":225},"v":{"d":"81,2r-57,-133r-25,0r0,-39r103,0r0,39r-21,0r27,78r31,-78r-22,0r0,-39r90,0r0,39r-24,0r-55,133r-47,0","w":206,"k":{"o":7,"e":9,"a":5,".":36,",":36}},"w":{"d":"66,2r-44,-133r-22,0r0,-39r93,0r0,39r-19,0r21,63r35,-102r45,0r34,102r21,-63r-20,0r0,-39r83,0r0,39r-22,0r-44,133r-47,0r-33,-100r-33,100r-48,0","w":292,"k":{"o":9,"h":9,"e":9,"a":5,".":36,",":36}},"x":{"d":"8,0r0,-39r25,0r36,-44r-36,-48r-25,0r0,-39r65,0r31,46r34,-46r51,0r0,39r-23,0r-34,41r40,51r23,0r0,39r-66,0r-33,-48r-35,48r-53,0","w":202,"k":{"e":9}},"y":{"d":"44,77r0,-39r33,0r11,-31r-61,-138r-25,0r0,-39r102,0r0,39r-20,0r28,77r30,-77r-22,0r0,-39r90,0r0,39r-25,0r-81,208r-60,0","w":213,"k":{"o":9,"e":14,"a":7,".":50,",":50}},"z":{"d":"13,0r0,-36r100,-100r-55,0r0,27r-37,0r0,-61r157,0r0,36r-100,100r64,0r0,-29r36,0r0,63r-165,0","w":191,"k":{"o":7,"e":7}},"{":{"d":"49,-2v2,-41,-3,-59,-39,-62r0,-40v37,-3,39,-22,39,-64v0,-67,19,-76,82,-77r0,41v-28,1,-36,-1,-36,24v-2,59,-2,74,-33,96v30,19,32,36,33,96v1,23,8,24,35,24r0,40v-61,1,-84,-13,-81,-78","w":138},"|":{"d":"88,-249r44,0r0,328r-44,0r0,-328","w":219},"}":{"d":"90,-166v0,41,3,59,38,62r0,40v-36,2,-38,23,-38,64v0,65,-22,76,-82,76r0,-40v28,0,35,0,36,-24v2,-56,1,-76,33,-96v-30,-19,-32,-36,-33,-96v-1,-24,-9,-24,-36,-24r0,-41v61,0,82,14,82,79","w":138},"~":{"d":"64,-159v18,0,70,29,88,29v16,0,33,-9,52,-27r0,45v-19,17,-38,25,-56,25v-31,2,-62,-29,-88,-28v-18,0,-35,8,-54,26r0,-45v19,-17,39,-25,58,-25","w":209},"\u00c4":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm164,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm84,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":251},"\u00c5":{"d":"126,-339v53,0,65,82,15,94r63,0r0,42r-33,0r52,162r29,0r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r65,0v-18,-7,-31,-24,-32,-46v-1,-25,24,-48,49,-48xm126,-263v16,0,27,-12,27,-28v0,-13,-12,-28,-27,-27v-16,1,-28,11,-28,27v0,16,12,28,28,28xm141,-119r-20,-74r-22,74r42,0","w":251},"\u00c7":{"d":"155,-42v37,-1,61,-28,68,-63r48,23v-16,52,-52,80,-109,84r-1,10v17,2,32,15,32,32v-1,35,-40,37,-85,36r0,-18v41,3,51,-23,16,-27r7,-33v-68,-4,-113,-53,-113,-124v0,-104,120,-160,202,-104r0,-19r41,0r0,87r-41,0v-12,-31,-32,-47,-61,-47v-47,-1,-72,38,-73,83v-1,44,27,80,69,80","w":281},"\u00c9":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0xm94,-267r27,-56r66,0r-64,56r-29,0"},"\u00d1":{"d":"10,0r0,-41r32,0r0,-162r-32,0r0,-42r102,0r90,153r0,-111r-31,0r0,-42r109,0r0,42r-34,0r0,205r-55,0r-105,-181r0,138r31,0r0,41r-107,0xm116,-328v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":285},"\u00d6":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm194,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm114,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":307},"\u00dc":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84xm162,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm82,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":243},"\u00e1":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm80,-192r27,-56r66,0r-64,56r-29,0","w":209},"\u00e0":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm131,-192r-29,0r-64,-56r66,0","w":209},"\u00e2":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm72,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":209},"\u00e4":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm138,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm58,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":209},"\u00e3":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm71,-248v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":209},"\u00e5":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9xm104,-260v20,0,37,17,37,37v0,20,-16,37,-37,37v-21,0,-37,-17,-37,-37v0,-20,17,-37,37,-37xm104,-204v10,1,19,-10,19,-19v0,-10,-9,-19,-19,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,19","w":209},"\u00e7":{"d":"69,-86v0,56,67,58,83,20r42,19v-15,33,-41,49,-77,51r-2,11v20,6,30,16,30,31v-1,33,-40,37,-80,34r0,-18v23,-1,32,2,36,-11v0,-8,-7,-12,-21,-13r8,-36v-44,-8,-72,-39,-74,-87v-3,-71,81,-113,138,-71r0,-14r37,0r0,69r-39,0v-14,-44,-81,-35,-81,15","w":202},"\u00e9":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0xm77,-192r27,-56r66,0r-64,56r-29,0","w":206},"\u00e8":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0xm131,-192r-29,0r-64,-56r66,0","w":206},"\u00ea":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0xm78,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":206},"\u00eb":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0xm144,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm64,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":206},"\u00ed":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0xm41,-192r27,-56r66,0r-64,56r-29,0","w":127},"\u00ec":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0xm95,-192r-29,0r-64,-56r66,0","w":127},"\u00ee":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0xm38,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":127},"\u00ef":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0xm104,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm24,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":127},"\u00f1":{"d":"140,-103v3,-33,-29,-26,-47,-13r0,77r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0r0,-39r80,0r0,16v42,-34,106,-24,102,47r0,68r25,0r0,39r-80,0r0,-103xm88,-248v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":225},"\u00f3":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm76,-192r27,-56r66,0r-64,56r-29,0","w":206},"\u00f2":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm130,-192r-29,0r-64,-56r66,0","w":206},"\u00f4":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm77,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":206},"\u00f6":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm143,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm63,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":206},"\u00f5":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49xm74,-248v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":206},"\u00fa":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106xm85,-192r27,-56r66,0r-64,56r-29,0","w":225},"\u00f9":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106xm139,-192r-29,0r-64,-56r66,0","w":225},"\u00fb":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106xm86,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":225},"\u00fc":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106xm152,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm72,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":225},"\u2020":{"d":"76,-161v3,-17,-4,-38,-12,-48r0,-36r48,0r0,36v-9,12,-13,27,-12,48v35,-3,40,-13,75,-10r0,44r-33,0v-7,-6,-21,-9,-42,-9v1,19,4,34,12,44v1,60,-8,110,-12,165r-24,0v-4,-55,-13,-105,-12,-165v8,-10,11,-25,12,-44v-21,0,-34,3,-41,9r-33,0r0,-44v34,-3,39,7,74,10","w":176},"\u00b0":{"d":"11,-188v0,-32,29,-61,60,-61v32,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-60,-28,-60,-61xm109,-188v0,-20,-17,-39,-38,-38v-20,0,-37,18,-37,38v0,20,17,38,37,38v20,0,38,-17,38,-38","w":142},"\u00a2":{"d":"61,-8v-93,-36,-43,-195,58,-165r29,-77r23,0r-31,85r15,10r0,-18r32,0r0,70r-37,0v-6,-11,-14,-19,-24,-23r-30,84v25,4,42,-6,54,-26r42,19v-13,34,-60,61,-111,48r-27,78r-23,0xm104,-130v-35,-1,-48,52,-26,74","w":202},"\u00a3":{"d":"115,-214v-45,0,-13,53,-2,75r46,0r0,36r-38,0v2,20,1,34,-4,48v26,11,50,9,52,-24r25,5v2,41,-13,77,-50,77v-16,0,-31,-6,-46,-19v-25,33,-80,21,-80,-22v0,-34,34,-52,65,-34v0,-9,-2,-19,-6,-31r-54,0r0,-36r36,0v-39,-56,-9,-110,57,-110v42,0,66,22,69,63r-43,5v0,-22,-10,-33,-27,-33xm41,-38v2,22,31,20,36,0v-8,-10,-16,-15,-23,-15v-8,-1,-14,7,-13,15","w":206},"\u00a7":{"d":"143,-36v56,32,20,112,-47,112v-43,0,-75,-28,-76,-67r46,0v-4,34,54,41,56,9v-16,-44,-113,-39,-113,-101v0,-23,12,-40,36,-53v-56,-35,-21,-113,47,-113v45,0,76,26,76,66r-46,0v5,-33,-53,-40,-56,-10v13,49,113,40,113,103v0,21,-12,39,-36,54xm118,-51v25,-20,23,-41,-11,-55r-38,-16v-29,18,-12,44,15,56","w":187},"\u2022":{"d":"14,-122v0,-27,22,-50,50,-50v26,0,50,22,50,50v0,26,-24,50,-50,50v-27,0,-50,-23,-50,-50","w":127},"\u00b6":{"d":"0,-171v3,-53,32,-74,94,-74r105,0r0,46r-20,0r0,275r-42,0r0,-275r-26,0r0,275r-42,0r0,-176v-42,-3,-71,-28,-69,-71","w":198},"\u00df":{"d":"120,-211v-27,2,-29,22,-29,54r0,118r13,0r0,39r-96,0r0,-39r29,0r0,-123v-3,-61,29,-82,83,-87v78,-8,115,82,46,110v74,14,61,147,-18,141v-9,0,-18,-1,-27,-5r0,-36v23,7,39,-6,39,-33v0,-29,-13,-44,-39,-45r0,-40v16,1,28,-11,28,-26v1,-17,-14,-28,-29,-28","w":232},"\u00ae":{"d":"133,-248v73,0,135,62,135,134v0,72,-63,135,-135,135v-73,0,-134,-62,-134,-135v0,-72,62,-134,134,-134xm133,-5v58,0,108,-50,108,-109v0,-59,-50,-108,-108,-108v-58,0,-108,50,-108,108v0,58,50,109,108,109xm191,-144v0,23,-17,37,-38,40v23,8,30,41,47,62r-36,0v-17,-25,-20,-63,-60,-58r0,58r-29,0r0,-143v52,2,118,-12,116,41xm160,-143v0,-24,-28,-18,-56,-19r0,39v29,-1,56,6,56,-20","w":266},"\u00a9":{"d":"133,-248v73,0,135,62,135,134v0,72,-63,135,-135,135v-73,0,-134,-62,-134,-135v0,-72,62,-134,134,-134xm133,-5v58,0,108,-50,108,-109v0,-59,-50,-108,-108,-108v-58,0,-108,50,-108,108v0,58,50,109,108,109xm98,-114v-8,52,56,70,68,20r28,10v-7,26,-27,45,-59,46v-41,0,-68,-30,-68,-74v0,-79,106,-106,127,-34r-28,7v-17,-44,-73,-22,-68,25","w":266},"\u2122":{"d":"70,-101r0,-119r-44,0r0,-25r117,0r0,25r-43,0r0,119r-30,0xm160,-101r0,-144r46,0r26,100r26,-100r46,0r0,144r-28,0r0,-114r-31,114r-26,0r-31,-114r0,114r-28,0","w":360},"\u00b4":{"d":"33,-192r27,-56r66,0r-64,56r-29,0","w":119},"\u00a8":{"d":"100,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm20,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":119},"\u2260":{"d":"164,-187r55,0r0,44r-72,0r-16,41r88,0r0,43r-105,0r-36,92r-37,0r36,-92r-56,0r0,-43r73,0r16,-41r-89,0r0,-44r106,0r36,-92r37,0"},"\u00c6":{"d":"-1,0r0,-41r26,0r70,-162r-37,0r0,-42r286,0r0,78r-47,0r0,-36r-73,0r0,56r59,0r0,41r-59,0r0,65r73,0r0,-38r47,0r0,79r-212,0r0,-41r28,0r0,-65r-59,0r-29,65r29,0r0,41r-102,0xm160,-142r0,-65r-16,0r-28,65r44,0","w":356},"\u00d8":{"d":"57,-30v-82,-75,-26,-218,97,-218v31,0,56,6,77,19r21,-24r20,15r-21,24v83,74,24,217,-97,217v-31,0,-56,-6,-77,-19r-24,27r-20,-13xm195,-189v-47,-38,-109,3,-109,66v0,19,4,34,11,47xm112,-56v48,38,109,-3,109,-67v0,-18,-3,-33,-10,-46","w":307},"\u221e":{"d":"3,-123v0,-57,67,-68,93,-21v27,-61,111,-48,111,21v0,36,-22,62,-54,62v-22,0,-41,-14,-57,-41v-10,15,-29,30,-50,31v-26,0,-43,-25,-43,-52xm181,-123v-3,-50,-49,-42,-69,0v18,24,17,36,41,36v19,0,29,-15,28,-36xm28,-124v3,35,34,32,53,1v-11,-17,-22,-25,-33,-25v-13,0,-21,10,-20,24","w":210},"\u00b1":{"d":"21,-177r77,0r0,-77r44,0r0,77r77,0r0,44r-77,0r0,77r-44,0r0,-77r-77,0r0,-44xm21,-35r198,0r0,43r-198,0r0,-43"},"\u2264":{"d":"219,-56r-198,-82r0,-40r198,-82r0,47r-137,55r137,55r0,47xm21,-30r198,0r0,44r-198,0r0,-44"},"\u2265":{"d":"21,-260r198,82r0,40r-198,82r0,-47r137,-55r-137,-55r0,-47xm21,-30r198,0r0,44r-198,0r0,-44"},"\u00a5":{"d":"88,-118r-81,0r0,-25r63,0r-41,-60r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-39,60r62,0r0,25r-79,0v-6,6,-8,17,-7,31r86,0r0,25r-86,0r0,21r34,0r0,41r-132,0r0,-41r34,0r0,-21r-88,0r0,-25r88,0v1,-14,0,-25,-7,-31","w":251},"\u00b5":{"d":"150,-22v-15,37,-62,33,-75,0r0,98r-49,0r0,-246r49,0v3,52,-14,135,35,135v52,0,33,-80,36,-135r50,0r0,170r-46,0r0,-22","w":221},"\u2202":{"d":"145,-166v8,-64,-56,-88,-79,-31r-24,-15v9,-29,32,-50,65,-50v45,0,65,40,64,96v-2,82,-28,169,-109,170v-35,1,-56,-26,-55,-62v1,-67,62,-113,138,-108xm48,-59v0,42,50,35,69,2v12,-20,22,-44,26,-76v-54,-5,-95,29,-95,74","w":177},"\u2211":{"d":"24,-249r218,0r0,29r-174,0r107,131r-114,139r183,0r0,29r-223,0r0,-33r109,-133r-106,-131r0,-31","w":256},"\u220f":{"d":"28,-249r240,0r0,328r-34,0r0,-297r-172,0r0,297r-34,0r0,-328","w":296},"\u03c0":{"d":"0,-187r198,0r0,36r-30,0r0,151r-51,0r0,-151r-36,0r0,151r-52,0r0,-151r-29,0r0,-36","w":197},"\u222b":{"d":"-1,77v1,-24,29,-16,37,-6v5,0,7,-4,7,-11v-7,-81,-17,-232,6,-310v6,-21,49,-25,49,1v0,23,-26,19,-37,8v-5,0,-7,4,-7,12v4,89,11,120,6,225v-3,67,-1,95,-40,102v-12,2,-21,-9,-21,-21","w":97},"\u00aa":{"d":"68,-248v52,0,53,33,51,81r17,0r0,23r-53,0r0,-8v-23,19,-71,10,-70,-22v0,-31,39,-42,70,-29v5,-26,-27,-30,-41,-16r-28,-5v8,-16,26,-24,54,-24xm47,-176v2,19,23,17,36,3v-1,-21,-35,-22,-36,-3","w":142},"\u00ba":{"d":"126,-195v0,32,-25,53,-58,53v-33,0,-59,-20,-59,-53v0,-32,26,-53,59,-53v32,0,58,21,58,53xm67,-167v15,0,22,-9,22,-28v0,-19,-7,-28,-22,-28v-15,0,-21,9,-21,28v0,19,6,28,21,28","w":135},"\u2126":{"d":"68,-139v1,46,21,81,55,96r0,43r-113,0r0,-40v25,0,47,3,71,4v-45,-19,-67,-55,-67,-107v0,-70,49,-121,121,-121v83,0,128,44,130,121v2,56,-28,88,-67,106r71,-4r0,41r-113,0r0,-43v75,-24,75,-183,-18,-183v-46,0,-70,41,-70,87","w":276},"\u00e6":{"d":"304,-39v-22,53,-134,56,-160,7v-24,24,-46,36,-68,36v-32,0,-61,-22,-61,-55v0,-53,65,-69,112,-49v7,-38,-44,-51,-69,-26r-43,-8v15,-44,109,-52,149,-24v62,-42,153,2,143,83r-125,0v1,43,54,56,80,23xm252,-105v-1,-41,-69,-44,-70,0r70,0xm93,-76v-28,-2,-37,43,-6,45v12,0,25,-6,40,-19r0,-13v-14,-9,-25,-13,-34,-13","w":318},"\u00f8":{"d":"36,-23v-50,-53,-11,-151,67,-151v19,0,37,4,51,13r21,-25r17,15r-21,24v49,53,11,151,-68,151v-19,0,-35,-5,-50,-14r-21,25r-17,-13xm123,-125v-32,-26,-67,17,-51,60xm83,-45v33,23,65,-16,52,-60","w":206},"\u00bf":{"d":"140,-173r0,59r-59,0r0,-59r59,0xm16,4v0,-41,34,-71,76,-66r6,-26r25,0r5,65v-25,-11,-57,2,-56,29v0,18,14,32,33,32v22,0,35,-15,31,-36r54,0v1,48,-40,74,-88,74v-51,0,-86,-27,-86,-72","w":202},"\u00a1":{"d":"93,-173r0,59r-59,0r0,-59r59,0xm77,-87v8,50,18,98,15,159r-54,0v-3,-60,6,-109,14,-159r25,0","w":127},"\u00ac":{"d":"21,-187r198,0r0,128r-44,0r0,-84r-154,0r0,-44"},"\u221a":{"d":"185,-329r13,0r-55,343r-87,-180r-35,16r-6,-11r53,-27r71,145","w":198},"\u0192":{"d":"49,-150r6,-37r35,0v8,-44,12,-76,62,-75v17,0,34,2,49,7r-10,40v-30,-11,-51,-5,-51,28r36,0r-6,37r-36,0v-14,67,-17,145,-40,204v-11,28,-66,26,-98,15r11,-39v31,8,45,7,51,-26r26,-154r-35,0","w":198},"\u2248":{"d":"79,-201v18,0,70,28,88,28v15,0,32,-8,52,-26r0,45v-19,17,-38,24,-56,24v-31,0,-62,-27,-87,-28v-18,0,-36,9,-55,27r0,-45v19,-17,39,-25,58,-25xm79,-116v18,0,70,28,88,28v16,0,33,-8,52,-26r0,44v-19,17,-38,25,-56,25v-30,2,-63,-27,-87,-28v-18,0,-36,9,-55,27r0,-45v19,-17,39,-25,58,-25"},"\u2206":{"d":"216,0r-211,0r110,-244xm175,-14r-71,-170r-77,170r148,0","w":221},"\u00ab":{"d":"43,0r-41,-85r41,-85r52,0r-40,85r40,85r-52,0xm142,0r-41,-85r41,-85r51,0r-39,85r39,85r-51,0","w":195},"\u00bb":{"d":"54,0r-52,0r39,-85r-39,-85r52,0r41,85xm152,0r-52,0r40,-85r-40,-85r52,0r41,85","w":195},"\u2026":{"d":"31,0r0,-59r58,0r0,59r-58,0xm151,0r0,-59r59,0r0,59r-59,0xm271,0r0,-59r59,0r0,59r-59,0","w":360},"\u00a0":{"w":90},"\u00c0":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm143,-267r-29,0r-64,-56r66,0","w":251},"\u00c3":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm97,-328v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":251},"\u00d5":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm125,-328v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":307},"\u0152":{"d":"17,-121v0,-91,50,-124,152,-124r182,0r0,79r-47,0r0,-37r-70,0r0,56r56,0r0,42r-56,0r0,64r70,0r0,-37r47,0r0,78r-189,0v-94,4,-145,-36,-145,-121xm170,-203v-86,-16,-103,73,-74,131v15,30,29,28,74,31r0,-162","w":363},"\u0153":{"d":"213,-74v0,45,72,54,94,22r42,13v-18,48,-127,57,-163,18v-58,51,-172,20,-172,-64v0,-83,113,-117,172,-64v56,-55,177,-14,165,75r-138,0xm296,-104v-3,-43,-78,-45,-81,0r81,0xm114,-32v28,0,43,-26,43,-54v0,-28,-17,-52,-43,-52v-27,-1,-45,25,-45,52v0,27,18,54,45,54","w":363},"\u2013":{"d":"-2,-112r184,0r0,44r-184,0r0,-44","w":180},"\u2014":{"d":"-2,-112r364,0r0,44r-364,0r0,-44","w":360},"\u201c":{"d":"91,-245r0,28v-20,2,-29,15,-28,38r28,0r0,58r-58,0v0,-62,-8,-129,58,-124xm181,-245r0,28v-20,2,-29,15,-28,38r28,0r0,58r-58,0v0,-62,-8,-129,58,-124","w":213},"\u201d":{"d":"33,-121r0,-27v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,61,9,128,-59,124xm122,-121r0,-27v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v1,63,7,129,-59,124","w":213,"k":{" ":27}},"\u2018":{"d":"93,-245r0,28v-20,2,-30,15,-29,38r29,0r0,58r-59,0v-1,-63,-6,-129,59,-124","w":127,"k":{"\u2018":38}},"\u2019":{"d":"34,-121r0,-26v20,-2,30,-15,29,-38r-29,0r0,-60r59,0v-1,60,12,129,-59,124","w":127,"k":{"\u2019":38,"t":11,"s":29,"r":27,"l":9,"d":36," ":27}},"\u00f7":{"d":"95,-196v0,-14,11,-26,25,-26v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-25,-11,-25,-25xm21,-143r198,0r0,41r-198,0r0,-41xm95,-49v0,-14,11,-26,25,-26v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-25,-11,-25,-25"},"\u25ca":{"d":"96,-250r74,125r-74,125r-19,0r-69,-125r69,-125r19,0xm87,-233r-60,108r60,108r63,-108","w":177},"\u00ff":{"d":"44,77r0,-39r33,0r11,-31r-61,-138r-25,0r0,-39r102,0r0,39r-20,0r28,77r30,-77r-22,0r0,-39r90,0r0,39r-25,0r-81,208r-60,0xm146,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm66,-245v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":213},"\u0178":{"d":"61,0r0,-41r34,0r0,-66r-66,-96r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-63,96r0,66r34,0r0,41r-132,0xm166,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm86,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":251},"\u2215":{"d":"-44,0r177,-245r31,0r-177,245r-31,0","w":119},"\u00a4":{"d":"77,-194v27,-16,59,-16,86,0r23,-23r29,28r-23,23v16,27,16,59,0,86r23,23r-29,29r-23,-23v-27,15,-59,15,-86,0r-23,23r-28,-29r23,-23v-16,-26,-16,-59,0,-86r-23,-23r28,-28xm164,-123v0,-24,-21,-43,-44,-43v-23,0,-44,20,-43,43v0,24,19,44,43,44v23,0,44,-20,44,-44"},"\u2039":{"d":"42,0r-40,-85r40,-85r52,0r-39,85r39,85r-52,0","w":97},"\u203a":{"d":"55,0r-52,0r40,-85r-40,-85r52,0r41,85","w":97},"\uf001":{"d":"139,-200v-10,-21,-57,-18,-47,18r0,12r101,0r0,131r27,0r0,39r-98,0r0,-39r17,0r0,-92r-47,0r0,92r17,0r0,39r-99,0r0,-39r27,0r0,-92r-27,0r0,-39r27,0v-19,-91,138,-104,156,-35","w":225},"\uf002":{"d":"37,-170v-7,-67,53,-89,115,-75r41,0r0,206r27,0r0,39r-99,0r0,-39r18,0r0,-161v-17,-26,-58,-11,-48,30r26,0r0,39r-26,0r0,92r18,0r0,39r-98,0r0,-39r26,0r0,-92r-26,0r0,-39r26,0","w":225},"\u2021":{"d":"112,-245r0,37v-9,13,-11,25,-11,41v13,0,23,-3,33,-9r35,0r0,43r-35,0v-7,-6,-17,-9,-33,-9v-3,22,4,41,17,56v-13,14,-20,34,-17,57v16,0,26,-3,33,-9r35,0r0,43r-35,0v-10,-6,-20,-9,-33,-9v0,16,3,29,11,41r0,36r-48,0r0,-36v8,-11,12,-25,12,-41v-13,0,-24,3,-34,9r-34,0r0,-43r34,0v7,6,18,9,34,9v1,-24,-4,-42,-17,-57v13,-15,18,-32,17,-56v-16,0,-27,3,-34,9r-34,0r0,-43r34,0v10,6,21,9,34,9v-1,-18,-5,-31,-12,-41r0,-37r48,0","w":176},"\u2219":{"d":"36,-93r0,-59r59,0r0,59r-59,0","w":131},"\u201a":{"d":"34,65r0,-27v20,-2,30,-14,29,-37r-29,0r0,-60r59,0v0,62,9,131,-59,124","w":127},"\u201e":{"d":"33,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,60,10,127,-59,123xm121,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,62,9,130,-59,123","w":213},"\u2030":{"d":"68,-249v37,0,53,26,52,66v0,44,-18,65,-52,65v-34,0,-52,-21,-52,-65v0,-44,17,-66,52,-66xm68,-140v10,0,15,-15,15,-43v0,-29,-5,-43,-15,-43v-10,0,-15,14,-15,42v0,29,6,44,15,44xm38,0r177,-245r31,0r-177,245r-31,0xm352,-128v37,0,53,26,52,66v0,44,-18,65,-52,65v-34,0,-51,-21,-51,-65v0,-44,16,-66,51,-66xm352,-19v10,0,15,-15,15,-43v0,-29,-5,-43,-15,-43v-10,0,-14,15,-14,43v0,29,5,43,14,43xm218,-128v36,1,51,27,51,66v0,44,-17,65,-51,65v-34,0,-52,-21,-52,-65v0,-44,17,-66,52,-66xm217,-19v10,0,15,-15,15,-43v0,-29,-4,-43,-14,-43v-10,0,-15,15,-15,43v0,29,5,43,14,43","w":420},"\u00c2":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm100,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":251},"\u00ca":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0xm94,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0"},"\u00c1":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0xm108,-267r27,-56r66,0r-64,56r-29,0","w":251},"\u00cb":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0xm160,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm80,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25"},"\u00c8":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0xm150,-267r-29,0r-64,-56r66,0"},"\u00cd":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0xm60,-267r27,-56r66,0r-64,56r-29,0","w":153},"\u00ce":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0xm50,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":153},"\u00cf":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0xm115,-316v13,0,25,11,25,25v0,14,-12,26,-25,26v-14,1,-25,-12,-25,-26v0,-14,12,-25,25,-25xm35,-316v13,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26v0,-14,12,-25,25,-25","w":153},"\u00cc":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0xm97,-267r-29,0r-64,-56r66,0","w":153},"\u00d3":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm136,-267r27,-56r66,0r-64,56r-29,0","w":307},"\u00d4":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm128,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":307},"\u00d2":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83xm171,-267r-29,0r-64,-56r66,0","w":307},"\u00da":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84xm105,-267r27,-56r66,0r-64,56r-29,0","w":243},"\u00db":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84xm96,-327r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":243},"\u00d9":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84xm146,-267r-29,0r-64,-56r66,0","w":243},"\u0131":{"d":"15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0","w":127},"\u02c6":{"d":"34,-253r52,0r43,65r-31,0r-38,-38r-38,38r-31,0","w":119},"\u02dc":{"d":"31,-248v24,-1,69,46,73,1r25,0v1,29,-14,57,-41,57v-17,0,-43,-20,-56,-20v-9,0,-14,6,-14,19r-27,0v-1,-31,15,-56,40,-57","w":119},"\u02c9":{"d":"-14,-195r0,-37r148,0r0,37r-148,0","w":119},"\u02d8":{"d":"128,-252v-2,53,-74,85,-114,45v-13,-12,-20,-27,-22,-45r38,0v7,34,53,35,60,0r38,0","w":119},"\u02d9":{"d":"60,-245v13,0,25,11,25,25v0,14,-12,26,-25,26v-13,0,-26,-13,-26,-26v0,-13,13,-25,26,-25","w":119},"\u02da":{"d":"60,-260v20,0,37,17,37,37v0,20,-16,37,-37,37v-21,0,-37,-17,-37,-37v0,-20,17,-37,37,-37xm60,-204v10,1,19,-10,19,-19v0,-10,-9,-19,-19,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,19","w":119},"\u00b8":{"d":"7,62v23,-1,31,1,35,-11v0,-8,-7,-13,-21,-13r10,-42r30,0r-5,19v20,6,30,16,30,31v-1,33,-37,36,-79,34r0,-18","w":119},"\u02dd":{"d":"-5,-192r26,-56r67,0r-64,56r-29,0xm80,-192r26,-56r66,0r-64,56r-28,0","w":119},"\u02db":{"d":"98,77v-51,21,-97,-32,-64,-77r33,0v-18,26,3,51,31,37r0,40","w":119},"\u02c7":{"d":"86,-188r-52,0r-43,-65r31,0r38,39r38,-39r31,0","w":119},"\u0160":{"d":"148,-131v56,33,31,134,-40,134v-21,0,-37,-8,-49,-24r0,21r-42,0r0,-83r42,0v-8,44,59,61,64,18v-16,-56,-108,-43,-108,-115v0,-59,78,-91,111,-44r0,-21r41,0r0,75r-41,0v-1,-20,-15,-35,-35,-36v-20,-1,-33,18,-19,34v10,11,64,30,76,41xm123,-262r-52,0r-43,-65r31,0r38,39r38,-39r31,0","w":191},"\u0161":{"d":"136,-101v60,21,35,105,-34,105v-20,0,-33,-4,-41,-12r0,8r-40,0r0,-59r40,0v-3,29,60,39,65,10v-3,-14,-15,-13,-34,-17v-45,-9,-78,-18,-78,-57v0,-45,64,-62,106,-41r0,-6r39,0r0,49r-39,0v1,-19,-60,-27,-60,-5v0,20,64,15,76,25xm119,-188r-52,0r-43,-65r31,0r38,39r38,-39r31,0","w":183},"\u00a6":{"d":"88,-249r44,0r0,137r-44,0r0,-137xm88,-58r44,0r0,137r-44,0r0,-137","w":219},"\u00d0":{"d":"271,-122v0,82,-45,122,-139,122r-124,0r0,-41r38,0r0,-65r-38,0r0,-33r38,0r0,-64r-38,0r0,-42r116,0v94,-3,147,38,147,123xm204,-121v0,-59,-30,-88,-95,-82r0,64r45,0r0,33r-45,0r0,65v63,3,95,-20,95,-80","w":288},"\u00f0":{"d":"13,-85v-3,-58,56,-109,112,-81v-8,-15,-17,-29,-28,-42r-44,14r-7,-21r35,-11v-6,-7,-14,-15,-25,-23v23,2,57,-6,65,10r31,-10r7,21r-20,7v29,31,55,77,55,128v0,52,-36,99,-94,97v-54,-2,-85,-36,-87,-89xm138,-88v0,-24,-12,-44,-34,-44v-23,1,-36,21,-36,47v0,25,10,47,34,47v24,0,36,-22,36,-50","w":206},"\u00dd":{"d":"61,0r0,-41r34,0r0,-66r-66,-96r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-63,96r0,66r34,0r0,41r-132,0xm108,-267r27,-56r66,0r-64,56r-29,0","w":251},"\u00fd":{"d":"44,77r0,-39r33,0r11,-31r-61,-138r-25,0r0,-39r102,0r0,39r-20,0r28,77r30,-77r-22,0r0,-39r90,0r0,39r-25,0r-81,208r-60,0xm79,-192r27,-56r66,0r-64,56r-29,0","w":213},"\u00de":{"d":"234,-122v0,56,-54,72,-129,67r0,14r35,0r0,41r-129,0r0,-41r31,0r0,-162r-31,0r0,-42r129,0r0,42r-35,0r0,13v69,-5,129,11,129,68xm166,-123v0,-29,-29,-29,-61,-28r0,57v34,0,61,-2,61,-29"},"\u00fe":{"d":"212,-83v0,70,-73,116,-123,66r0,55r34,0r0,39r-117,0r0,-39r28,0r0,-243r-23,0r0,-40r78,0r0,96v48,-56,123,-4,123,66xm123,-39v23,-1,33,-18,33,-46v0,-27,-10,-43,-33,-44v-24,-1,-35,19,-35,45v1,24,11,46,35,45","w":225},"\u00d7":{"d":"57,-217r63,63r63,-63r31,31r-63,63r63,63r-31,31r-63,-63r-63,63r-31,-31r63,-63r-63,-63"},"\u00b9":{"d":"24,-120r0,-22r20,0r0,-82r-21,0r0,-23r57,0r0,105r19,0r0,22r-75,0","w":119},"\u00b2":{"d":"106,-213v1,37,-58,40,-64,71r37,0r0,-16r28,0r-1,38r-97,0v-7,-50,51,-60,60,-95v0,-8,-4,-12,-12,-12v-9,0,-14,9,-15,26r-31,-1v-2,-33,18,-46,49,-47v25,0,45,15,46,36","w":119},"\u00b3":{"d":"111,-156v0,25,-23,38,-51,38v-32,0,-49,-14,-52,-42r32,-2v-3,29,34,27,34,4v0,-15,-11,-18,-27,-17r0,-23v26,4,31,-27,10,-28v-9,0,-13,5,-13,16r-31,-2v0,-25,22,-35,47,-37v42,-4,64,46,26,62v17,6,25,16,25,31","w":119},"\u00bd":{"d":"34,-120r0,-22r20,0r0,-82r-21,0r0,-23r57,0r0,105r19,0r0,22r-75,0xm57,0r177,-245r32,0r-177,245r-32,0xm297,-94v0,38,-57,42,-64,72r38,0r0,-16r27,0r-1,38r-97,0v-6,-52,51,-59,60,-95v0,-8,-4,-12,-12,-12v-10,0,-15,8,-15,26r-31,-1v0,-32,18,-46,49,-47v25,-1,46,13,46,35","w":333},"\u00bc":{"d":"34,-120r0,-22r20,0r0,-82r-21,0r0,-23r57,0r0,105r19,0r0,22r-75,0xm57,0r177,-245r31,0r-177,245r-31,0xm298,-21r0,21r-62,0r0,-21r16,0r0,-13r-52,0v-3,-7,-6,-14,-9,-18r63,-77r32,0r0,75r14,0r0,20r-14,0r0,13r12,0xm252,-54r0,-37r-31,37r31,0","w":333},"\u00be":{"d":"123,-156v-1,25,-24,38,-52,38v-32,0,-48,-14,-51,-42r32,-2v-3,29,34,27,34,4v0,-15,-11,-18,-27,-17r0,-23v26,4,31,-27,10,-28v-9,0,-13,5,-13,16r-32,-2v0,-25,23,-35,48,-37v41,-3,64,46,26,62v17,6,25,16,25,31xm57,0r177,-245r31,0r-177,245r-31,0xm298,-21r0,21r-62,0r0,-21r16,0r0,-13r-53,0v-3,-7,-5,-14,-8,-18r63,-77r32,0r0,75r14,0r0,20r-14,0r0,13r12,0xm252,-54r0,-37r-31,37r31,0","w":333},"\u00af":{"d":"-2,-290r184,0r0,18r-184,0r0,-18","w":180}}});Cufon.replace('.grid .post h3',{hover:'true'});Cufon.replace('.list .post h3',{hover:'true'});Cufon.replace('h1',{textShadow:'1px 1px #d2d7da'});Cufon.replace('h2',{textShadow:'1px 1px #1a4464'});Cufon.replace('.post-content h2',{textShadow:'1px 1px #fff'});Cufon.replace('.list .post h2',{textShadow:'1px 1px #fff'});Cufon.replace('.list .post h2 a',{textShadow:'1px 1px #fff'});Cufon.replace('.grid .post h2',{textShadow:'1px 1px #fff'});Cufon.replace('.grid .post h2 a',{textShadow:'1px 1px #fff'});Cufon.replace('h3');Cufon.replace('h4');Cufon.replace('h5');Cufon.replace('.header_right h4',{textShadow:'1px -1px 1px #333'});Cufon.replace('.header_right strong',{textShadow:'1px -1px 1px #333'});Cufon.replace('.plan_table th',{textShadow:'1px 1px #2a2b31'});Cufon.replace('.option_box .rate strong');Cufon.replace('.option_box .rate small');Cufon.replace('tr.rate strong');Cufon.replace('.head_error');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;},strict:(function(){var doctype;if(document.compatMode=='BackCompat')return false;doctype=document.doctype;if(doctype){return!/frameset|transitional/i.test(doctype.publicId);}
doctype=document.firstChild;if(doctype.nodeType!=8||/^DOCTYPE.+(transitional|frameset)/i.test(doctype.data)){return false;}
return true;})()};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');var checkTypes={'':1,'text/css':1};function isContainerReady(el){if(!checkTypes[el.type.toLowerCase()])return true;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){if(!e)e=window.event;trigger(e.target||e.srcElement,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;if(hoverState){options=merge(options,options.hover);options._mediatorMode=1;}
api.replace(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);}};this.detach=function(el){if(el.onmouseenter===undefined){removeEvent(el,'mouseover',onOverOut);removeEvent(el,'mouseout',onOverOut);}
else{removeEvent(el,'mouseenter',onEnterLeave);removeEvent(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,listener);}}
function attach(el,options){if(options._mediatorMode)return el;var storage=sharedStorage.get(el);var oldOptions=storage.options;if(oldOptions){if(oldOptions===options)return el;if(oldOptions.hover)hoverHandler.detach(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 removeEvent(el,type,listener){if(el.removeEventListener){el.removeEventListener(type,listener,false);}
else if(el.detachEvent){el.detachEvent('on'+type,listener);}}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;if(options.ignoreClass&&options.ignoreClass.test(el.className))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},ignoreClass:null,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.ignoreClass=='string'){options.ignoreClass=new RegExp('(?:^|\\s)(?:'+options.ignoreClass.replace(/\s+/g,'|')+')(?:\\s|$)');}
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(typeof elements=='string'){if(!ignoreHistory)replaceHistory.add(elements,arguments);elements=[elements];}
else if(elements.nodeType)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;};})());jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('');}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break;}}}
return cookieValue;}};(function($){var ver="2.88";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,(!opts2.rev&&!opts.backwards));},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,(!opts.rev&&!opts.backwards));}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);jQuery.noConflict();(function($){$(function(){var timeout=200;var closetimer=0;var ddmenuitem=0;function dd_open(){dd_canceltimer();dd_close();var liwidth=$(this).width();ddmenuitem=$(this).find('ul').css({'visibility':'visible','width':liwidth});ddmenuitem.prev().addClass('dd_hover').parent().addClass('dd_hover');}
function dd_close(){if(ddmenuitem)ddmenuitem.css('visibility','hidden').prev().removeClass('dd_hover').parent().removeClass('dd_hover');}
function dd_timer(){closetimer=window.setTimeout(dd_close,timeout);}
function dd_canceltimer(){if(closetimer){window.clearTimeout(closetimer);closetimer=null;}}
document.onclick=dd_close;$('#menu-top-menu > li').bind('mouseover',dd_open);$('#menu-top-menu > li').bind('mouseout',dd_timer);$('#dd > li').bind('mouseover',dd_open);$('#dd > li').bind('mouseout',dd_timer);$('#larr, #rarr').hide();$('.slideshow').hover(function(){$('#larr, #rarr').show();},function(){$('#larr, #rarr').hide();});if($.cookie('mode')=='grid'){grid_update();}else if($.cookie('mode')=='list'){list_update();}
$('#mode').toggle(function(){if($.cookie('mode')=='grid'){$.cookie('mode','list');list();}else{$.cookie('mode','grid');grid();}},function(){if($.cookie('mode')=='list'){$.cookie('mode','grid');grid();}else{$.cookie('mode','list');list();}});function grid(){$('#mode').addClass('flip');$('#loop').fadeOut('fast',function(){grid_update();$(this).fadeIn('fast');});}
function list(){$('#mode').removeClass('flip');$('#loop').fadeOut('fast',function(){list_update();$(this).fadeIn('fast');});}
function grid_update(){$('#loop').addClass('grid').removeClass('list');$('#loop').find('.thumb img').attr({'width':'190','height':'190'});$('#loop').find('.post').mouseenter(function(){$(this).css('background-color','#fff').find('.thumb').hide().css('z-index','-1');}).mouseleave(function(){$(this).css('background-color','#fff').find('.thumb').show().css('z-index','1');});$('#loop').find('.post').click(function(){location.href=$(this).find('h2 a').attr('href');});$.cookie('mode','grid');}
function list_update(){$('#loop').addClass('list').removeClass('grid');$('#loop').find('.post').removeAttr('style').unbind('mouseenter').unbind('mouseleave');$('#loop').find('.thumb img').attr({'width':'290','height':'290'});$.cookie('mode','list');}
$('#pagination a').live('click',function(e){e.preventDefault();$(this).addClass('loading').text('LOADING...');$.ajax({type:"GET",url:$(this).attr('href')+'#loop',dataType:"html",success:function(out){result=$(out).find('#loop .post');nextlink=$(out).find('#pagination a').attr('href');$('#loop').append(result.fadeIn(300));$('#pagination a').removeClass('loading').text('LOAD MORE');if(nextlink!=undefined){$('#pagination a').attr('href',nextlink);}else{$('#pagination').remove();}
if($.cookie('mode')=='grid'){grid_update();}else{list_update();}}});});$('#comment, #author, #email, #url').focusin(function(){$(this).parent().css('border-color','#888');}).focusout(function(){$(this).parent().removeAttr('style');});$('.rpthumb:last, .comment:last').css('border-bottom','none');})})(jQuery)
(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!cj[a]){var b=f("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),c.body.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write("<!doctype><html><body></body></html>");b=cl.createElement(a),cl.body.appendChild(b),d=f.css(b,"display"),c.body.removeChild(ck)}cj[a]=d}return cj[a]}function cu(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function ct(){cq=b}function cs(){setTimeout(ct,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function ca(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function b_(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bF.test(a)?d(a,e):b_(a+"["+(typeof e=="object"||f.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)b_(a+"["+e+"]",b[e],c,d);else d(a,b)}function b$(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bU,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=b$(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=b$(a,c,d,e,"*",g));return l}function bZ(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bQ),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bD(a,b,c){var d=b==="width"?bx:by,e=b==="width"?a.offsetWidth:a.offsetHeight;if(c==="border")return e;f.each(d,function(){c||(e-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?e+=parseFloat(f.css(a,"margin"+this))||0:e-=parseFloat(f.css(a,"border"+this+"Width"))||0});return e}function bn(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bf,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bm(a){f.nodeName(a,"input")?bl(a):a.getElementsByTagName&&f.grep(a.getElementsByTagName("input"),bl)}function bl(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bk(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bj(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bi(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)f.event.add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function bh(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function X(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(S.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function W(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function O(a,b){return(a&&a!=="*"?a+".":"")+b.replace(A,"`").replace(B,"&")}function N(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;i<s.length;i++)g=s[i],g.origType.replace(y,"")===a.type?q.push(g.selector):s.splice(i--,1);e=f(a.target).closest(q,a.currentTarget);for(j=0,k=e.length;j<k;j++){m=e[j];for(i=0;i<s.length;i++){g=s[i];if(m.selector===g.selector&&(!n||n.test(g.namespace))&&!m.elem.disabled){h=m.elem,d=null;if(g.preType==="mouseenter"||g.preType==="mouseleave")a.type=g.preType,d=f(a.relatedTarget).closest(g.selector)[0],d&&f.contains(h,d)&&(d=h);(!d||d!==h)&&p.push({elem:h,handleObj:g,level:m.level})}}}for(j=0,k=p.length;j<k;j++){e=p[j];if(c&&e.level>c)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function L(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function F(){return!0}function E(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function H(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(H,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=d.userAgent,x,y,z,A=Object.prototype.toString,B=Object.prototype.hasOwnProperty,C=Array.prototype.push,D=Array.prototype.slice,E=String.prototype.trim,F=Array.prototype.indexOf,G={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.1",length:0,size:function(){return this.length},toArray:function(){return D.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?C.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),y.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(D.apply(this,arguments),"slice",D.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:C,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;y.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!y){y=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",z,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",z),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&H()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):G[A.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!B.call(a,"constructor")&&!B.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||B.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:E?function(a){return a==null?"":E.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?C.call(c,a):e.merge(c,a)}return c},inArray:function(a,b){if(F)return F.call(b,a);for(var c=0,d=b.length;c<d;c++)if(b[c]===a)return c;return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=D.call(arguments,2),g=function(){return a.apply(c,f.concat(D.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h){var i=a.length;if(typeof c=="object"){for(var j in c)e.access(a,j,c[j],f,g,d);return a}if(d!==b){f=!h&&f&&e.isFunction(d);for(var k=0;k<i;k++)g(a[k],c,f?d.call(a[k],k,g(a[k],c)):d,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=s.exec(a)||t.exec(a)||u.exec(a)||a.indexOf("compatible")<0&&v.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){G["[object "+b+"]"]=b.toLowerCase()}),x=e.uaMatch(w),x.browser&&(e.browser[x.browser]=!0,e.browser.version=x.version),e.browser.webkit&&(e.browser.safari=!0),j.test("Â ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?z=function(){c.removeEventListener("DOMContentLoaded",z,!1),e.ready()}:c.attachEvent&&(z=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",z),e.ready())});return e}(),g="done fail isResolved isRejected promise then always pipe".split(" "),h=[].slice;f.extend({_Deferred:function(){var a=[],b,c,d,e={done:function(){if(!d){var c=arguments,g,h,i,j,k;b&&(k=b,b=0);for(g=0,h=c.length;g<h;g++)i=c[g],j=f.type(i),j==="array"?e.done.apply(e,i):j==="function"&&a.push(i);k&&e.resolveWith(k[0],k[1])}return this},resolveWith:function(e,f){if(!d&&!b&&!c){f=f||[],c=1;try{while(a[0])a.shift().apply(e,f)}finally{b=[e,f],c=0}}return this},resolve:function(){e.resolveWith(this,arguments);return this},isResolved:function(){return!!c||!!b},cancel:function(){d=1,a=[];return this}};return e},Deferred:function(a){var b=f._Deferred(),c=f._Deferred(),d;f.extend(b,{then:function(a,c){b.done(a).fail(c);return this},always:function(){return b.done.apply(b,arguments).fail.apply(this,arguments)},fail:c.done,rejectWith:c.resolveWith,reject:c.resolve,isRejected:c.isResolved,pipe:function(a,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[c,"reject"]},function(a,c){var e=c[0],g=c[1],h;f.isFunction(e)?b[a](function(){h=e.apply(this,arguments),h&&f.isFunction(h.promise)?h.promise().then(d.resolve,d.reject):d[g](h)}):b[a](d[g])})}).promise()},promise:function(a){if(a==null){if(d)return d;d=a={}}var c=g.length;while(c--)a[g[c]]=b[g[c]];return a}}),b.done(c.cancel).fail(b.cancel),delete b.cancel,a&&a.call(b,b);return b},when:function(a){function i(a){return function(c){b[a]=arguments.length>1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c<d;c++)b[c]&&f.isFunction(b[c].promise)?b[c].promise().then(i(c),g.reject):--e;e||g.resolveWith(g,b)}else g!==a&&g.resolveWith(g,d?[a]:[]);return g.promise()}}),f.support=function(){var a=c.createElement("div"),b=c.documentElement,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r;a.setAttribute("className","t"),a.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};f=c.createElement("select"),g=f.appendChild(c.createElement("option")),h=a.getElementsByTagName("input")[0],j={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:h.value==="on",optSelected:g.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},h.checked=!0,j.noCloneChecked=h.cloneNode(!0).checked,f.disabled=!0,j.optDisabled=!g.disabled;try{delete a.test}catch(s){j.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function b(){j.noCloneEvent=!1,a.detachEvent("onclick",b)}),a.cloneNode(!0).fireEvent("onclick")),h=c.createElement("input"),h.value="t",h.setAttribute("type","radio"),j.radioValue=h.value==="t",h.setAttribute("checked","checked"),a.appendChild(h),k=c.createDocumentFragment(),k.appendChild(a.firstChild),j.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",l=c.createElement("body"),m={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"};for(q in m)l.style[q]=m[q];l.appendChild(a),b.insertBefore(l,b.firstChild),j.appendChecked=h.checked,j.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,j.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="<div style='width:4px;'></div>",j.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>",n=a.getElementsByTagName("td"),r=n[0].offsetHeight===0,n[0].style.display="",n[1].style.display="none",j.reliableHiddenOffsets=r&&n[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(i=c.createElement("div"),i.style.width="0",i.style.marginRight="0",a.appendChild(i),j.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(i,null)||{marginRight:0}).marginRight,10)||0)===0),l.innerHTML="",b.removeChild(l);if(a.attachEvent)for(q in{submit:1,change:1,focusin:1})p="on"+q,r=p in a,r||(a.setAttribute(p,"return;"),r=typeof a[p]=="function"),j[q+"Bubbles"]=r;return j}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[f.camelCase(c)]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[f.camelCase(c)]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),k(this[0],g,d[g]))}}return d}if(typeof a=="object")return this.each(function(){f.data(this,a)});var j=a.split(".");j[1]=j[1]?"."+j[1]:"";if(c===b){d=this.triggerHandler("getData"+j[1]+"!",[j[0]]),d===b&&this.length&&(d=f.data(this[0],a),d=k(this[0],a,d));return d===b&&j[1]?this.data(j[0]):d}return this.each(function(){var b=f(this),d=[j[0],c];b.triggerHandler("setData"+j[1]+"!",d),f.data(this,a,c),b.triggerHandler("changeData"+j[1]+"!",d)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,c){a&&(c=(c||"fx")+"mark",f.data(a,c,(f.data(a,c,b,!0)||0)+1,!0))},_unmark:function(a,c,d){a!==!0&&(d=c,c=a,a=!1);if(c){d=d||"fx";var e=d+"mark",g=a?0:(f.data(c,e,b,!0)||1)-1;g?f.data(c,e,g,!0):(f.removeData(c,e,!0),m(c,d,"mark"))}},queue:function(a,c,d){if(a){c=(c||"fx")+"queue";var e=f.data(a,c,b,!0);d&&(!e||f.isArray(d)?e=f.data(a,c,f.makeArray(d),!0):e.push(d));return e||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e;d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),d.call(a,function(){f.dequeue(a,b)})),c.length||(f.removeData(a,b+"queue",!0),m(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){typeof a!="string"&&(c=a,a="fx");if(c===b)return f.queue(this[0],a);return this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){f.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f._Deferred(),!0))h++,l.done(m);m();return d.promise()}});var n=/[\n\t\r]/g,o=/\s+/,p=/\r/g,q=/^(?:button|input)$/i,r=/^(?:button|input|object|select|textarea)$/i,s=/^a(?:rea)?$/i,t=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,u=/\:/,v,w;f.fn.extend({attr:function(a,b){return f.access(this,a,b,!0,f.attr)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,a,b,!0,f.prop)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.addClass(a.call(this,b,c.attr("class")||""))});if(a&&typeof a=="string"){var b=(a||"").split(o);for(var c=0,d=this.length;c<d;c++){var e=this[c];if(e.nodeType===1)if(!e.className)e.className=a;else{var g=" "+e.className+" ",h=e.className;for(var i=0,j=b.length;i<j;i++)g.indexOf(" "+b[i]+" ")<0&&(h+=" "+b[i]);e.className=f.trim(h)}}}return this},removeClass:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.removeClass(a.call(this,b,c.attr("class")))});if(a&&typeof a=="string"||a===b){var c=(a||"").split(o);for(var d=0,e=this.length;d<e;d++){var g=this[d];if(g.nodeType===1&&g.className)if(a){var h=(" "+g.className+" ").replace(n," ");for(var i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){var d=f(this);d.toggleClass(a.call(this,c,d.attr("class"),b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(o);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ";for(var c=0,d=this.length;c<d;c++)if((" "+this[c].className+" ").replace(n," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;return(e.value||"").replace(p,"")}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h<i;h++){var j=e[h];if(j.selected&&(f.support.optDisabled?!j.disabled:j.getAttribute("disabled")===null)&&(!j.parentNode.disabled||!f.nodeName(j.parentNode,"optgroup"))){b=f(j).val();if(g)return b;d.push(b)}}if(g&&!d.length&&e.length)return f(e[c]).val();return d},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);c=j&&f.attrFix[c]||c,i=f.attrHooks[c],i||(!t.test(c)||typeof d!="boolean"&&d!==b&&d.toLowerCase()!==c.toLowerCase()?v&&(f.nodeName(a,"form")||u.test(c))&&(i=v):i=w);if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j)return i.get(a,c);h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);c=i&&f.propFix[c]||c,h=f.propHooks[c];return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),w={get:function(a,c){return a[f.propFix[c]||c]?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=b),a.setAttribute(c,c.toLowerCase()));return c}},f.attrHooks.value={get:function(a,b){if(v&&f.nodeName(a,"button"))return v.get(a,b);return a.value},set:function(a,b,c){if(v&&f.nodeName(a,"button"))return v.set(a,b,c);a.value=b}},f.support.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var x=Object.prototype.hasOwnProperty,y=/\.(.*)$/,z=/^(?:textarea|input|select)$/i,A=/\./g,B=/ /g,C=/[^\w\s.|`]/g,D=function(a){return a.replace(C,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=E;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=E);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),D).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j<p.length;j++){q=p[j];if(l||n.test(q.namespace))f.event.remove(a,r,q.handler,j),p.splice(j--,1)}continue}o=f.event.special[h]||{};for(j=e||0;j<p.length;j++){q=p[j];if(d.guid===q.guid){if(l||n.test(q.namespace))e==null&&p.splice(j--,1),o.remove&&o.remove.call(a,q);if(e!=null)break}}if(p.length===0||e!=null&&p.length===1)(!o.teardown||o.teardown.call(a,m)===!1)&&f.removeEvent(a,h,s.handle),g=null,delete t[h]}if(f.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){var h=c.type||c,i=[],j;h.indexOf("!")>=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h<i;h++){var j=d[h];if(e||c.namespace_re.test(j.namespace)){c.handler=j.handler,c.data=j.data,c.handleObj=j;var k=j.handler.apply(this,g);k!==b&&(c.result=k,k===!1&&(c.preventDefault(),c.stopPropagation()));if(c.isImmediatePropagationStopped())break}}return c.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[f.expando])return a;var d=a;a=f.Event(d);for(var e=this.props.length,g;e;)g=this.props[--e],a[g]=d[g];a.target||(a.target=a.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),!a.relatedTarget&&a.fromElement&&(a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement);if(a.pageX==null&&a.clientX!=null){var h=a.target.ownerDocument||c,i=h.documentElement,j=h.body;a.pageX=a.clientX+(i&&i.scrollLeft||j&&j.scrollLeft||0)-(i&&i.clientLeft||j&&j.clientLeft||0),a.pageY=a.clientY+(i&&i.scrollTop||j&&j.scrollTop||0)-(i&&i.clientTop||j&&j.clientTop||0)}a.which==null&&(a.charCode!=null||a.keyCode!=null)&&(a.which=a.charCode!=null?a.charCode:a.keyCode),!a.metaKey&&a.ctrlKey&&(a.metaKey=a.ctrlKey),!a.which&&a.button!==b&&(a.which=a.button&1?1:a.button&2?3:a.button&4?2:0);return a},guid:1e8,proxy:f.proxy,special:{ready:{setup:f.bindReady,teardown:f.noop},live:{add:function(a){f.event.add(this,O(a.origType,a.selector),f.extend({},a,{handler:N,guid:a.handler.guid}))},remove:function(a){f.event.remove(this,O(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}}},f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!this.preventDefault)return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?F:E):this.type=a,b&&f.extend(this,b),this.timeStamp=f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=F;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=F;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=F,this.stopPropagation()},isDefaultPrevented:E,isPropagationStopped:E,isImmediatePropagationStopped:E};var G=function(a){var b=a.relatedTarget;a.type=a.data;try{if(b&&b!==c&&!b.parentNode)return;while(b&&b!==this)b=b.parentNode;b!==this&&f.event.handle.apply(this,arguments)}catch(d){}},H=function(a){a.type=a.data,f.event.handle.apply(this,arguments)};f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={setup:function(c){f.event.add(this,b,c&&c.selector?H:G,a)},teardown:function(a){f.event.remove(this,b,a&&a.selector?H:G)}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(a,b){if(!f.nodeName(this,"form"))f.event.add(this,"click.specialSubmit",function(a){var b=a.target,c=b.type;(c==="submit"||c==="image")&&f(b).closest("form").length&&L("submit",this,arguments)}),f.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,c=b.type;(c==="text"||c==="password")&&f(b).closest("form").length&&a.keyCode===13&&L("submit",this,arguments)});else return!1},teardown:function(a){f.event.remove(this,".specialSubmit")}});if(!f.support.changeBubbles){var I,J=function(a){var b=a.type,c=a.value;b==="radio"||b==="checkbox"?c=a.checked:b==="select-multiple"?c=a.selectedIndex>-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},K=function(c){var d=c.target,e,g;if(!!z.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=J(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:K,beforedeactivate:K,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&K.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&K.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",J(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in I)f.event.add(this,c+".specialChange",I[c]);return z.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return z.test(this.nodeName)}},I=f.event.special.change.filters,I.focus=I.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i<j;i++)f.event.add(this[i],a,g,d);return this}}),f.fn.extend({unbind:function(a,b){if(typeof a=="object"&&!a.preventDefault)for(var c in a)this.unbind(c,a[c]);else for(var d=0,e=this.length;d<e;d++)f.event.remove(this[d],a,b);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f.data(this,"lastToggle"+a.guid)||0)%d;f.data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var M={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};f.each(["live","die"],function(a,c){f.fn[c]=function(a,d,e,g){var h,i=0,j,k,l,m=g||this.selector,n=g?this:f(this.context);if(typeof a=="object"&&!a.preventDefault){for(var o in a)n[c](o,d,a[o],m);return this}if(c==="die"&&!a&&g&&g.charAt(0)==="."){n.unbind(g);return this}if(d===!1||f.isFunction(d))e=d||E,d=b;a=(a||"").split(" ");while((h=a[i++])!=null){j=y.exec(h),k="",j&&(k=j[0],h=h.replace(y,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,M[h]?(a.push(M[h]+k),h=h+k):h=(M[h]||h)+k;if(c==="live")for(var p=0,q=n.length;p<q;p++)f.event.add(n[p],"live."+O(h,m),{data:d,selector:m,handler:e,origType:h,origHandler:e,preType:l});else n.unbind("live."+O(h,m),e)}return this}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}if(i.nodeType===1){f||(i.sizcache=c,i.sizset=g);if(typeof b!="string"){if(i===b){j=!0;break}}else if(k.filter(b,[i]).length>0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}i.nodeType===1&&!f&&(i.sizcache=c,i.sizset=g);if(i.nodeName.toLowerCase()===b){j=i;break}i=i[a]}d[g]=j}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){return k(a,null,null,b)},k.matchesSelector=function(a,b){return k(b,null,null,[a]).length>0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e<f;e++){var g,h=l.order[e];if(g=l.leftMatch[h].exec(a)){var j=g[1];g.splice(1,1);if(j.substr(j.length-1)!=="\\"){g[1]=(g[1]||"").replace(i,""),d=l.find[h](g,b,c);if(d!=null){a=a.replace(l.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},k.filter=function(a,c,d,e){var f,g,h=a,i=[],j=c,m=c&&c[0]&&k.isXML(c[0]);while(a&&c.length){for(var n in l.filter)if((f=l.leftMatch[n].exec(a))!=null&&f[2]){var o,p,q=l.filter[n],r=f[1];g=!1,f.splice(1,1);if(r.substr(r.length-1)==="\\")continue;j===i&&(i=[]);if(l.preFilter[n]){f=l.preFilter[n](f,j,d,i,e,m);if(!f)g=o=!0;else if(f===!0)continue}if(f)for(var s=0;(p=j[s])!=null;s++)if(p){o=q(p,f,s,j);var t=e^!!o;d&&o!=null?t?g=!0:j[s]=!1:t&&(i.push(p),g=!0)}if(o!==b){d||(j=i),a=a.replace(l.match[n],"");if(!g)return[];break}}if(a===h)if(g==null)k.error(a);else break;h=a}return j},k.error=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!j.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&k.filter(b,a,!0)}},"":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("parentNode",b,f,a,e,c)},"~":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("previousSibling",b,f,a,e,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(i,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}k.error(e)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case"only":case"first":while(d=d.previousSibling)if(d.nodeType===1)return!1;if(c==="first")return!0;d=a;case"last":while(d=d.nextSibling)if(d.nodeType===1)return!1;return!0;case"nth":var e=b[2],f=b[3];if(e===1&&f===0)return!0;var g=b[0],h=a.parentNode;if(h&&(h.sizcache!==g||!a.nodeIndex)){var i=0;for(d=h.firstChild;d;d=d.nextSibling)d.nodeType===1&&(d.nodeIndex=++i);h.sizcache=g}var j=a.nodeIndex-f;return e===0?j===0:j%e===0&&j/e>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c<f;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var r,s;c.documentElement.compareDocumentPosition?r=function(a,b){if(a===b){g=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(r=function(a,b){if(a===b){g=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],h=a.parentNode,i=b.parentNode,j=h;if(h===i)return s(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return s(e[k],f[k]);return k===c?s(a,f[k],-1):s(e[k],b,1)},s=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),k.getText=function(a){var b="",c;for(var d=0;a[d];d++)c=a[d],c.nodeType===3||c.nodeType===4?b+=c.nodeValue:c.nodeType!==8&&(b+=k.getText(c.childNodes));return b},function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g<h;g++)k(a,f[g],d);return k.filter(e,d)};f.find=k,f.expr=k.selectors,f.expr[":"]=f.expr.filters,f.unique=k.uniqueSort,f.text=k.getText,f.isXMLDoc=k.isXML,f.contains=k.contains}();var P=/Until$/,Q=/^(?:parents|prevUntil|prevAll)/,R=/,/,S=/^.[^:#\[\.,]*$/,T=Array.prototype.slice,U=f.expr.match.POS,V={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(X(this,a,!1),"not",a)},filter:function(a){return this.pushStack(X(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d<e;d++)i=a[d],j[i]||(j[i]=U.test(i)?f(i,b||this.context):i);while(g&&g.ownerDocument&&g!==b){for(i in j)h=j[i],(h.jquery?h.index(g)>-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=U.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(l?l.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(W(c[0])||W(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=T.call(arguments);P.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!V[a]?f.unique(e):e,(this.length>1||R.test(d))&&Q.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var Y=/ jQuery\d+="(?:\d+|null)"/g,Z=/^\s+/,$=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,_=/<([\w:]+)/,ba=/<tbody/i,bb=/<|&#?\w+;/,bc=/<(?:script|object|embed|option|style)/i,bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*<!(?:\[CDATA\[|\-\-)/,bg={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Y,""):null;if(typeof a=="string"&&!bc.test(a)&&(f.support.leadingWhitespace||!Z.test(a))&&!bg[(_.exec(a)||["",""])[1].toLowerCase()]){a=a.replace($,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++)this[c].nodeType===1&&(f.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(e){this.empty().append(a)}}else f.isFunction(a)?this.each(function(b){var c=f(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bd.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bh(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,bn)}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i=b&&b[0]?b[0].ownerDocument||b[0]:c;a.length===1&&typeof a[0]=="string"&&a[0].length<512&&i===c&&a[0].charAt(0)==="<"&&!bc.test(a[0])&&(f.support.checkClone||!bd.test(a[0]))&&(g=!0,h=f.fragments[a[0]],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[a[0]]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bj(a,d),e=bk(a),g=bk(d);for(h=0;e[h];++h)bj(e[h],g[h])}if(b){bi(a,d);if(c){e=bk(a),g=bk(d);for(h=0;e[h];++h)bi(e[h],g[h])}}return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!bb.test(k))k=b.createTextNode(k);else{k=k.replace($,"<$1></$2>");var l=(_.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=ba.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]==="<table>"&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&Z.test(k)&&o.insertBefore(b.createTextNode(Z.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof(r=k.length)=="number")for(i=0;i<r;i++)bm(k[i]);else bm(k);k.nodeType?h.push(k):h=f.merge(h,k)}if(d){g=function(a){return!a.type||be.test(a.type)};for(j=0;h[j];j++)if(e&&f.nodeName(h[j],"script")&&(!h[j].type||h[j].type.toLowerCase()==="text/javascript"))e.push(h[j].parentNode?h[j].parentNode.removeChild(h[j]):h[j]);else{if(h[j].nodeType===1){var s=f.grep(h[j].getElementsByTagName("script"),g);h.splice.apply(h,[j+1,0].concat(s))}d.appendChild(h[j])}}return h},cleanData:function(a){var b,c,d=f.cache,e=f.expando,g=f.event.special,h=f.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&f.noData[j.nodeName.toLowerCase()])continue;c=j[f.expando];if(c){b=d[c]&&d[c][e];if(b&&b.events){for(var k in b.events)g[k]?f.event.remove(j,k):f.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[f.expando]:j.removeAttribute&&j.removeAttribute(f.expando),delete d[c]}}}});var bo=/alpha\([^)]*\)/i,bp=/opacity=([^)]*)/,bq=/-([a-z])/ig,br=/([A-Z]|^ms)/g,bs=/^-?\d+(?:px)?$/i,bt=/^-?\d/,bu=/^[+\-]=/,bv=/[^+\-\.\de]+/g,bw={position:"absolute",visibility:"hidden",display:"block"},bx=["Left","Right"],by=["Top","Bottom"],bz,bA,bB,bC=function(a,b){return b.toUpperCase()};f.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return f.access(this,a,c,!0,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)})},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bz(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{zIndex:!0,fontWeight:!0,opacity:!0,zoom:!0,lineHeight:!0,widows:!0,orphans:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d;if(h==="number"&&isNaN(d)||d==null)return;h==="string"&&bu.test(d)&&(d=+d.replace(bv,"")+parseFloat(f.css(a,c))),h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(bz)return bz(a,c)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]},camelCase:function(a){return a.replace(bq,bC)}}),f.curCSS=f.css,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){a.offsetWidth!==0?e=bD(a,b,d):f.swap(a,bw,function(){e=bD(a,b,d)});if(e<=0){e=bz(a,b,b),e==="0px"&&bB&&(e=bB(a,b,b));if(e!=null)return e===""||e==="auto"?"0px":e}if(e<0||e==null){e=a.style[b];return e===""||e==="auto"?"0px":e}return typeof e=="string"?e:e+"px"}},set:function(a,b){if(!bs.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bp.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bo.test(g)?g.replace(bo,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,c){var d,e,g;c=c.replace(br,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bs.test(d)&&bt.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bE=/%20/g,bF=/\[\]$/,bG=/\r?\n/g,bH=/#.*$/,bI=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bJ=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bK=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bL=/^(?:GET|HEAD)$/,bM=/^\/\//,bN=/\?/,bO=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bP=/^(?:select|textarea)/i,bQ=/\s+/,bR=/([?&])_=[^&]*/,bS=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bT=f.fn.load,bU={},bV={},bW,bX;try{bW=e.href}catch(bY){bW=c.createElement("a"),bW.href="",bW=bW.href}bX=bS.exec(bW.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bT)return bT.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bO,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bP.test(this.nodeName)||bJ.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bG,"\r\n")}}):{name:b.name,value:c.replace(bG,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bW,isLocal:bK.test(bX[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bZ(bU),ajaxTransport:bZ(bV),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?ca(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=cb(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bI.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bH,"").replace(bM,bX[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bQ),d.crossDomain==null&&(r=bS.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bX[1]&&r[2]==bX[2]&&(r[3]||(r[1]==="http:"?80:443))==(bX[3]||(bX[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bU,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bL.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bN.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bR,"$1_="+x);d.url=y+(y===d.url?(bN.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bV,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bE,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq,cr=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),e===""&&f.css(d,"display")==="none"&&f._data(d,"olddisplay",cv(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(cu("hide",3),a,b,c);for(var d=0,e=this.length;d<e;d++)if(this[d].style){var g=f.css(this[d],"display");g!=="none"&&!f._data(this[d],"olddisplay")&&f._data(this[d],"olddisplay",g)}for(d=0;d<e;d++)this[d].style&&(this[d].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(cu("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return this[e.queue===!1?"each":"queue"](function(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]),h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(f.support.inlineBlockNeedsLayout?(j=cv(this.nodeName),j==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1)):this.style.display="inline-block"))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)k=new f.fx(this,b,i),h=a[i],cm.test(h)?k[h==="toggle"?d?"show":"hide":h]():(l=cn.exec(h),m=k.cur(),l?(n=parseFloat(l[2]),o=l[3]||(f.cssNumber[i]?"":"px"),o!=="px"&&(f.style(this,i,(n||1)+o),m=(n||1)/k.cur()*m,f.style(this,i,m+o)),l[1]&&(n=(l[1]==="-="?-1:1)*n+m),k.custom(m,n,o)):k.custom(m,h,""));return!0})},stop:function(a,b){a&&this.queue([]),this.each(function(){var a=f.timers,c=a.length;b||f._unmark(!0,this);while(c--)a[c].elem===this&&(b&&a[c](!0),a.splice(c,1))}),b||this.dequeue();return this}}),f.each({slideDown:cu("show",1),slideUp:cu("hide",1),slideToggle:cu("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default,d.old=d.complete,d.complete=function(a){d.queue!==!1?f.dequeue(this):a!==!1&&f._unmark(this),f.isFunction(d.old)&&d.old.call(this)};return d},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function h(a){return d.step(a)}var d=this,e=f.fx,g;this.startTime=cq||cs(),this.start=a,this.end=b,this.unit=c||this.unit||(f.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,h.elem=this.elem,h()&&f.timers.push(h)&&!co&&(cr?(co=1,g=function(){co&&(cr(g),e.tick())},cr(g)):co=setInterval(e.tick,e.interval))},show:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=cq||cs(),c=!0,d=this.elem,e=this.options,g,h;if(a||b>=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b<a.length;++b)a[b]()||a.splice(b--,1);a.length||f.fx.stop()},interval:13,stop:function(){clearInterval(co),co=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cw=/^t(?:able|d|h)$/i,cx=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?f.fn.offset=function(a){var b=this[0],c;if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);try{c=b.getBoundingClientRect()}catch(d){}var e=b.ownerDocument,g=e.documentElement;if(!c||!f.contains(g,b))return c?{top:c.top,left:c.left}:{top:0,left:0};var h=e.body,i=cy(e),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||f.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||f.support.boxModel&&g.scrollLeft||h.scrollLeft,n=c.top+l-j,o=c.left+m-k;return{top:n,left:o}}:f.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);f.offset.initialize();var c,d=b.offsetParent,e=b,g=b.ownerDocument,h=g.documentElement,i=g.body,j=g.defaultView,k=j?j.getComputedStyle(b,null):b.currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(f.offset.supportsFixedPosition&&k.position==="fixed")break;c=j?j.getComputedStyle(b,null):b.currentStyle,l-=b.scrollTop,m-=b.scrollLeft,b===d&&(l+=b.offsetTop,m+=b.offsetLeft,f.offset.doesNotAddBorder&&(!f.offset.doesAddBorderForTableAndCells||!cw.test(b.nodeName))&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),e=d,d=b.offsetParent),f.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),k=c}if(k.position==="relative"||k.position==="static")l+=i.offsetTop,m+=i.offsetLeft;f.offset.supportsFixedPosition&&k.position==="fixed"&&(l+=Math.max(h.scrollTop,i.scrollTop),m+=Math.max(h.scrollLeft,i.scrollLeft));return{top:l,left:m}},f.offset={initialize:function(){var a=c.body,b=c.createElement("div"),d,e,g,h,i=parseFloat(f.css(a,"marginTop"))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){return this[0]?parseFloat(f.css(this[0],d,"padding")):null},f.fn["outer"+c]=function(a){return this[0]?parseFloat(f.css(this[0],d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window);jQuery.noConflict();function convertEntities(b){var d,a;d=function(c){if(/&[^;]+;/.test(c)){var f=document.createElement("div");f.innerHTML=c;return!f.firstChild?c:f.firstChild.nodeValue}return c};if(typeof b==="string"){return d(b)}else{if(typeof b==="object"){for(a in b){if(typeof b[a]==="string"){b[a]=d(b[a])}}}}return b};
