var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/100;return{'ultra-condensed':0.5,'extra-condensed':0.625,condensed:0.75,'semi-condensed':0.875,'semi-expanded':1.125,expanded:1.25,'extra-expanded':1.5,'ultra-expanded':2}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement){if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
width+=jumps[++j]=~~(glyph.w||this.w)+letterSpacing+(wordSeparators[chr]?wordSpacing:0);kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]
||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up
?(a>=weight&&b>=weight)?a<b:a>b
:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){trigger(this,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;api.replace(el,hoverState?merge(options,options.hover):options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;var replace=!options.textless[name];var style=CSS.getStyle(attach(el,options)).extend(options);var font=getFont(el,style),node,type,next,anchor,text,lastElement;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor,lastElement),style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle
||(window.jQuery&&function(query){return jQuery(query);})
||(window.dojo&&dojo.query)
||(window.Ext&&Ext.query)
||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)
||(window.$$&&function(query){return $$(query);})
||(window.$&&function(query){return $(query);})
||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})
||elementsByTagName),separate:'words',textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(document.documentMode||0)<8;document.write(('<style type="text/css">'+
'cufoncanvas{text-indent:0;}'+
'@media screen{'+
'cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}'+
'cufoncanvas{position:absolute;text-align:left;}'+
'cufon{display:inline-block;position:relative;vertical-align:'+
(HAS_BROKEN_LINEHEIGHT
?'middle'
:'text-bottom')+
';}'+
'cufon cufontext{position:absolute;left:-10000in;font-size:1px;}'+
'a cufon{cursor:pointer}'+
'}'+
'@media print{'+
'cufon cufoncanvas{display:none;}'+
'}'+
'</style>').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(value==='0')return 0;if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+
'@media screen,projection{'+
'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT
?''
:'font-size:1px;line-height:1px;')+
'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK
?'cufon canvas{position:relative;}'
:'cufon canvas{position:absolute;}')+
'}'+
'@media print{'+
'cufon{padding:0;}'+
'cufon canvas{display:none;}'+
'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());

/*===========cufon style=========*/
Cufon.replace('h1', {
				textShadow: '1px 1px 1px #214266'
			});
			
			Cufon.replace('.blackfontLarge', {
				textShadow: '1px 1px 1px #fff'
			});
			
			Cufon.replace('.whitefontiphone', {
				textShadow: '1px 1px 1px #888'
			});
			Cufon.replace('.brownfontLarge', {
				textShadow: '1px 1px 1px #fff'
			});
			Cufon.replace('.doingbusiness', {
				textShadow: '1px 1px 1px #fff'
			});
			Cufon.replace('h2', { textShadow: '1px 1px 1px #fff'});
			
			Cufon.replace('h3', { textShadow: '1px 1px 1px #fff'});
			Cufon.replace('.supportfontGreen', { textShadow: '1px 1px 1px #fff'});
			Cufon.replace('.largetextBlack', { textShadow: '1px 1px 1px #9fa3a3'});
			
			Cufon.replace('.blackLarge2', {
				textShadow: '1px 1px 1px #888'
			});
			
/*=============vegur font====*/
/*!
 * Copyright (C) 2004-2008 dot colon. All rights reserved.
 */
Cufon.registerFont({"w":209,"face":{"font-family":"Arial, Helvetica, sans-serif","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-11 -274 322 94","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+00F3"},"glyphs":{" ":{"w":83},"B":{"d":"50,-18v11,1,23,2,39,2v40,0,69,-20,69,-51v0,-28,-26,-45,-65,-45v-14,0,-32,1,-43,1r0,93xm83,-220v-12,0,-23,1,-33,2r0,87r41,0v36,0,58,-23,58,-45v0,-26,-14,-44,-66,-44xm136,-125v28,11,45,30,45,55v0,47,-41,74,-96,74v-20,0,-36,-2,-53,-4r-3,0r0,-235r3,0v20,-3,36,-4,59,-4v53,0,81,25,81,58v0,26,-15,44,-36,56","w":196},"b":{"d":"50,-69v0,27,26,53,58,53v38,0,63,-27,63,-71v0,-45,-23,-71,-63,-71v-32,0,-58,26,-58,53r0,36xm112,-178v52,0,82,36,82,89v0,51,-33,93,-82,93v-27,0,-49,-13,-62,-31r-1,27r-20,0r0,-252r21,0r0,104v13,-18,35,-30,62,-30"},"a":{"d":"78,-16v27,0,52,-26,52,-59r0,-16v-12,-2,-25,-3,-43,-3v-32,0,-49,19,-49,41v0,24,16,37,40,37xm92,-178v39,0,60,25,60,63r0,115r-20,0r-1,-27v-13,19,-30,31,-58,31v-31,0,-58,-24,-58,-55v0,-37,31,-63,74,-63v15,0,29,2,41,4r0,-2v0,-34,-16,-46,-44,-46v-16,0,-30,3,-44,11r-5,3r-2,-20r2,-1v15,-9,33,-13,55,-13","w":177},"c":{"d":"110,4v-60,0,-94,-39,-94,-90v0,-51,35,-92,94,-92v18,0,32,4,45,8r3,1r-3,19r-4,-1v-12,-5,-25,-7,-39,-7v-50,0,-73,33,-73,71v0,40,23,71,73,71v13,0,24,-1,38,-6r4,-1r2,19r-3,1v-14,4,-27,7,-43,7","w":173},"d":{"d":"101,-16v32,0,58,-26,58,-53r0,-36v0,-27,-26,-53,-58,-53v-38,0,-62,27,-62,71v0,45,22,71,62,71xm159,-148r0,-104r22,0r0,252r-20,0r-1,-27v-13,18,-35,31,-62,31v-52,0,-82,-36,-82,-89v0,-51,33,-93,82,-93v27,0,48,12,61,30"},"e":{"d":"168,-104v0,6,0,11,-1,16r-1,2r-127,0v1,44,26,70,67,70v16,0,27,-2,39,-8r5,-3r2,20r-3,1v-13,6,-28,10,-46,10v-50,0,-87,-33,-87,-91v0,-48,30,-91,85,-91v43,0,67,31,67,74xm101,-158v-38,0,-57,24,-61,53r106,0v-1,-32,-15,-53,-45,-53","w":183},"f":{"d":"38,-190v0,-39,16,-66,51,-66v7,0,13,2,19,3r3,1r-3,19r-4,-1v-6,-1,-11,-2,-17,-2v-19,0,-28,15,-28,43r0,19r42,0r0,19r-42,0r0,155r-21,0r0,-155r-30,0r0,-19r30,0r0,-16","w":107},"g":{"d":"100,-16v31,0,59,-26,59,-53r0,-36v0,-27,-28,-53,-59,-53v-37,0,-61,27,-61,71v0,45,22,71,61,71xm160,-147r1,-27r20,0r0,162v0,61,-32,93,-87,93v-19,0,-40,-4,-56,-13r-2,-1r2,-19r5,2v17,8,38,12,53,12v39,0,63,-24,63,-75r0,-14v-14,18,-35,31,-62,31v-51,0,-81,-36,-81,-89v0,-51,33,-93,81,-93v27,0,49,13,63,31"},"h":{"d":"50,-252r0,104v14,-18,38,-30,64,-30v41,0,62,28,62,67r0,111r-22,0r0,-107v0,-37,-17,-51,-43,-51v-31,0,-61,25,-61,53r0,105r-21,0r0,-252r21,0","w":201},"i":{"d":"29,0r0,-174r21,0r0,174r-21,0xm40,-210v-8,0,-15,-6,-15,-14v0,-8,7,-14,15,-14v8,0,14,6,14,14v0,8,-6,14,-14,14","w":79},"j":{"d":"40,-210v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14v8,0,15,6,15,14v0,8,-7,14,-15,14xm30,11r0,-185r21,0r0,182v0,46,-22,73,-57,73r-3,0r-2,-19r4,0v29,0,37,-26,37,-51","w":79},"k":{"d":"165,-174r-78,79r88,95r-29,0r-75,-83r-21,21r0,62r-21,0r0,-252r21,0r0,169r87,-91r28,0","w":176},"l":{"d":"50,0r-21,0r0,-252r21,0r0,252","w":79},"m":{"d":"217,-178v40,0,61,30,61,67r0,111r-21,0r0,-108v0,-24,-9,-50,-42,-50v-28,0,-51,24,-51,63r0,95r-22,0r0,-104v0,-32,-14,-54,-42,-54v-27,0,-50,25,-50,63r0,95r-21,0r0,-174r20,0r1,25v12,-18,31,-29,53,-29v25,0,45,15,54,38v10,-21,31,-38,60,-38","w":303},"n":{"d":"49,-174r1,27v14,-18,38,-31,64,-31v41,0,62,28,62,67r0,111r-22,0r0,-107v0,-37,-17,-51,-43,-51v-31,0,-61,25,-61,53r0,105r-21,0r0,-174r20,0","w":201},"o":{"d":"186,-87v0,51,-33,91,-85,91v-52,0,-85,-40,-85,-91v0,-51,33,-91,85,-91v52,0,85,40,85,91xm101,-16v44,0,62,-36,62,-71v0,-35,-18,-71,-62,-71v-44,0,-62,36,-62,71v0,35,18,71,62,71","w":202},"u":{"d":"152,0r-1,-27v-14,18,-38,31,-64,31v-41,0,-62,-28,-62,-67r0,-111r22,0r0,107v0,37,17,51,43,51v31,0,61,-26,61,-54r0,-104r21,0r0,174r-20,0","w":201},"t":{"d":"98,-174r0,19r-40,0r0,119v0,16,6,20,16,20v6,0,12,-1,19,-3r4,-1r2,20r-3,1v-9,2,-17,3,-25,3v-21,0,-35,-11,-35,-35r0,-124r-28,0r0,-19r28,0r0,-43r22,0r0,43r40,0","w":111},"s":{"d":"65,-79v-25,-12,-46,-27,-46,-51v0,-26,22,-48,55,-48v11,0,23,2,35,9r2,1r-2,20r-5,-2v-12,-6,-19,-8,-34,-8v-16,0,-29,10,-29,25v0,18,11,26,33,36v30,14,45,29,45,52v0,28,-27,49,-55,49v-18,0,-31,-4,-45,-11r-3,-1r3,-20r4,2v15,7,25,10,41,10v19,0,33,-11,33,-27v0,-18,-8,-25,-32,-36","w":137},"r":{"d":"93,-178r4,0r0,22r-4,0v-27,1,-43,28,-43,62r0,94r-21,0r0,-174r20,0r1,25v9,-16,23,-29,43,-29","w":104},"q":{"d":"159,-105v0,-27,-28,-53,-59,-53v-37,0,-61,27,-61,71v0,45,22,71,61,71v31,0,59,-26,59,-53r0,-36xm97,4v-51,0,-81,-36,-81,-89v0,-51,33,-93,81,-93v27,0,49,13,63,31r1,-27r20,0r0,252r-22,0r0,-105v-14,18,-35,31,-62,31"},"p":{"d":"109,-158v-31,0,-58,26,-58,53r0,36v0,27,27,53,58,53v37,0,62,-27,62,-71v0,-45,-23,-71,-62,-71xm51,-26r0,104r-22,0r0,-252r20,0r1,27v14,-18,36,-31,63,-31v51,0,81,36,81,89v0,51,-33,93,-81,93v-26,0,-48,-12,-62,-30"},"C":{"d":"133,4v-69,0,-117,-50,-117,-121v0,-71,48,-122,117,-122v22,0,40,2,58,8r3,1r-2,20r-4,-1v-17,-5,-34,-9,-51,-9v-56,0,-98,40,-98,102v0,62,42,102,98,102v17,0,34,-3,51,-8r4,-1r2,19r-3,1v-18,6,-36,9,-58,9","w":202},"D":{"d":"32,-235v16,-2,29,-4,47,-4v89,0,138,47,138,116v0,76,-58,127,-138,127v-17,0,-32,-1,-47,-4r-3,-1r0,-234r3,0xm80,-220v-11,0,-21,1,-30,2r0,201v9,1,20,1,29,1v68,0,115,-43,115,-105v0,-61,-41,-99,-114,-99","w":233},"E":{"d":"50,-112r0,93r107,0r0,19r-128,0r0,-235r124,0r0,19r-103,0r0,85r91,0r0,19r-91,0","w":167},"F":{"d":"50,0r-21,0r0,-235r127,0r0,19r-106,0r0,87r91,0r0,20r-91,0r0,109","w":159},"U":{"d":"195,-85v0,56,-33,89,-85,89v-52,0,-85,-34,-85,-82r0,-157r21,0r0,153v0,42,24,66,64,66v42,0,65,-26,65,-66r0,-153r20,0r0,150","w":219},"T":{"d":"189,-235r0,19r-79,0r2,216r-21,0r-5,-216r-79,0r0,-19r182,0","w":195},"S":{"d":"18,-182v0,-36,30,-57,73,-57v18,0,30,3,42,9r2,1r-2,20r-4,-2v-14,-7,-25,-9,-41,-9v-35,0,-48,19,-48,35v0,24,11,35,51,56v39,22,57,40,57,69v0,37,-30,64,-82,64v-17,0,-31,-3,-45,-9r-3,-1r2,-20r4,2v15,6,27,8,43,8v39,0,58,-17,58,-41v0,-25,-11,-36,-47,-55v-44,-24,-60,-44,-60,-70","w":164},"R":{"d":"50,0r-21,0r0,-235r3,0v24,-2,35,-4,56,-4v56,0,86,25,86,61v0,29,-19,50,-42,61v15,8,22,17,30,46v7,25,13,44,21,66r2,5r-25,0r-1,-3v-7,-20,-15,-45,-21,-66v-8,-28,-14,-35,-48,-35r-40,0r0,104xm86,-220v-13,0,-25,1,-36,2r0,94v10,0,24,1,34,1v39,0,65,-22,65,-51v0,-27,-16,-46,-63,-46","w":190},"Q":{"d":"243,-117v0,43,-18,82,-51,104r23,51r-23,0r-20,-42v-13,5,-27,8,-42,8v-72,0,-114,-58,-114,-122v0,-64,42,-121,114,-121v72,0,113,58,113,122xm130,-16v58,0,90,-49,90,-102v0,-53,-32,-102,-90,-102v-58,0,-91,49,-91,102v0,53,33,102,91,102","w":259},"P":{"d":"50,0r-21,0r0,-235r3,0v25,-3,34,-4,56,-4v52,0,84,28,84,66v0,43,-35,74,-86,74v-13,0,-26,-1,-36,-3r0,102xm88,-220v-12,0,-28,1,-38,2r0,96v12,2,23,3,36,3v36,0,63,-20,63,-53v0,-31,-20,-48,-61,-48","w":176},"O":{"d":"130,-239v72,0,113,57,113,121v0,64,-41,122,-113,122v-72,0,-114,-58,-114,-122v0,-64,42,-121,114,-121xm130,-16v58,0,90,-49,90,-102v0,-53,-32,-102,-90,-102v-58,0,-91,49,-91,102v0,53,33,102,91,102","w":259},"L":{"d":"50,-235r0,216r122,0r0,19r-143,0r0,-235r21,0","w":180},"J":{"d":"118,-79v0,52,-30,83,-72,83v-13,0,-21,-2,-32,-4r-4,-1r3,-19r4,1v10,3,16,3,27,3v31,0,52,-17,52,-62r0,-157r22,0r0,156","w":140},"I":{"d":"50,0r-21,0r0,-235r21,0r0,235","w":79},"H":{"d":"188,-235r22,0r0,235r-22,0r0,-113r-138,0r0,113r-21,0r0,-235r21,0r0,103r138,0r0,-103","w":238},"G":{"d":"185,-23r0,-78r-51,0r0,-19r73,0r0,111r-3,1v-24,8,-43,12,-70,12v-66,0,-118,-46,-118,-121v0,-71,45,-122,123,-122v22,0,41,2,57,8r3,1r-3,20r-4,-1v-18,-6,-34,-9,-55,-9v-63,0,-98,46,-98,102v0,63,42,102,97,102v21,0,36,-3,49,-7","w":229},"0":{"d":"102,-230v52,0,83,50,83,117v0,67,-31,117,-83,117v-52,0,-84,-50,-84,-117v0,-67,32,-117,84,-117xm102,-16v39,0,60,-40,60,-97v0,-57,-21,-97,-60,-97v-39,0,-61,40,-61,97v0,57,22,97,61,97","w":203},"1":{"d":"99,-226r12,0r0,226r-22,0r0,-198r-36,16r-2,-19","w":159},"2":{"d":"42,-19r114,0r0,19r-143,0r0,-15r51,-60v59,-65,65,-77,65,-97v0,-25,-16,-38,-46,-38v-18,0,-34,4,-48,12r-4,3r-3,-21r2,-1v17,-9,37,-13,59,-13v39,0,63,26,63,56v0,30,-19,53,-79,120","w":174},"3":{"d":"61,4v-16,0,-32,-4,-45,-11r-2,-1r2,-20r5,2v15,7,28,10,44,10v34,0,59,-18,59,-45v0,-20,-8,-42,-64,-49r-4,0r0,-18r4,-1v34,-2,57,-20,57,-44v0,-23,-14,-37,-48,-37v-15,0,-28,4,-41,11r-5,3r-2,-20r2,-1v13,-7,30,-13,52,-13v40,0,65,25,65,53v0,24,-16,45,-40,56v24,9,48,26,48,59v0,41,-37,66,-87,66","w":166},"4":{"d":"147,-226r0,147r28,0r0,20r-28,0r0,59r-21,0r0,-59r-115,0r0,-16r115,-151r21,0xm125,-151r0,-45r-34,47r-53,70r88,0","w":189},"6":{"d":"145,-66v0,-30,-19,-51,-51,-51v-34,0,-53,14,-53,32v0,42,21,69,55,69v29,0,49,-22,49,-50xm93,4v-45,0,-75,-37,-75,-101v0,-76,47,-129,119,-133r3,0r2,19r-4,0v-64,4,-91,46,-96,93v14,-13,33,-19,56,-19v43,0,70,33,70,69v0,42,-32,72,-75,72","w":183},"5":{"d":"78,-142v51,0,76,33,76,69v0,48,-36,77,-90,77v-18,0,-33,-4,-47,-11r-3,-1r3,-20r4,2v18,7,29,10,47,10v35,0,63,-19,63,-54v0,-31,-17,-52,-57,-52v-13,0,-26,1,-36,4r-1,1r-14,-1r6,-108r108,0r0,19r-89,0r-3,68v9,-2,21,-3,33,-3","w":172},"7":{"d":"11,-226r141,0r0,17r-97,209r-23,0r98,-207r-119,0r0,-19","w":164},"8":{"d":"41,-62v0,27,18,46,51,46v30,0,52,-18,52,-44v0,-27,-17,-43,-53,-55v-37,13,-50,32,-50,53xm93,-210v-30,0,-43,16,-43,36v0,21,16,37,44,47v28,-10,43,-23,43,-45v0,-21,-14,-38,-44,-38xm119,-122v32,16,48,34,48,61v0,41,-35,65,-75,65v-41,0,-74,-20,-74,-60v0,-29,18,-50,48,-64v-24,-12,-39,-30,-39,-55v0,-29,24,-55,66,-55v37,0,67,24,67,53v0,25,-16,41,-41,55","w":184},"9":{"d":"38,-160v0,30,20,51,52,51v34,0,52,-14,52,-32v0,-42,-21,-69,-55,-69v-29,0,-49,22,-49,50xm90,-230v45,0,75,37,75,101v0,76,-46,129,-118,133r-4,0r-2,-19r4,0v64,-4,91,-46,96,-93v-14,13,-33,19,-56,19v-43,0,-70,-33,-70,-69v0,-42,32,-72,75,-72","w":183},"\/":{"d":"105,-248r21,0r-113,265r-20,0","w":118},".":{"d":"48,-8v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15v8,0,15,7,15,15","w":61},"-":{"d":"90,-101r0,17r-77,0r0,-17r77,0","w":103},",":{"d":"38,-19r16,0r-2,4v-8,25,-17,49,-26,71r-1,2r-23,7r2,-7v8,-22,19,-53,24,-69v1,-3,0,-2,0,-2v2,-4,5,-6,10,-6","w":64},"+":{"d":"116,-101r80,0r0,17r-80,0r0,88r-20,0r0,-88r-79,0r0,-17r79,0r0,-87r20,0r0,87","w":212},"*":{"d":"58,-239r22,0r-3,50r46,-18r7,20r-49,12r32,39r-17,13r-27,-43r-27,43r-17,-13r32,-39r-49,-12r7,-20r46,18","w":138},"(":{"d":"83,32r3,5r-19,0r-1,-1v-24,-41,-42,-83,-42,-143v0,-60,18,-102,42,-142r1,-2r19,0r-3,5v-22,40,-39,86,-39,139v0,53,17,99,39,139","w":90},"'":{"d":"39,-170r-19,0r-2,-69r0,-1v0,-8,5,-10,11,-10r14,0","w":59},"%":{"d":"208,-122v34,0,54,28,54,63v0,35,-20,63,-54,63v-35,0,-56,-28,-56,-63v0,-35,21,-63,56,-63xm208,-14v20,0,34,-16,34,-45v0,-29,-14,-46,-34,-46v-20,0,-35,17,-35,46v0,29,15,45,35,45xm69,-230v35,0,56,29,56,65v0,36,-21,65,-56,65v-34,0,-54,-29,-54,-65v0,-36,20,-65,54,-65xm69,-117v20,0,35,-18,35,-48v0,-30,-15,-47,-35,-47v-20,0,-33,17,-33,47v0,30,13,48,33,48xm212,-233r23,0r-170,240r-23,0","w":277},"!":{"d":"33,7v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15v8,0,16,7,16,15v0,8,-8,15,-16,15xm44,-46r-21,0r-2,-193r25,0","w":66},"\"":{"d":"39,-170r-19,0r-2,-69r0,-1v0,-8,5,-10,11,-10r14,0xm76,-170r-19,0r-1,-69r0,-1v0,-8,5,-10,11,-10r13,0","w":97},"#":{"d":"124,-131r-7,36r34,0r0,17r-38,0r-15,74r-19,0r15,-74r-29,0r-15,74r-19,0r15,-74r-31,0r0,-17r34,0r8,-36r-34,0r0,-18r37,0r16,-73r18,0r-15,73r30,0r15,-73r19,0r-15,73r31,0r0,18r-35,0xm98,-95r7,-36r-29,0r-8,36r30,0","w":173},"$":{"d":"141,-64v0,33,-23,53,-54,57r0,34r-17,0r0,-33v-15,0,-28,-3,-41,-9r-2,-2r2,-19r5,2v17,7,26,9,41,9v28,0,43,-14,43,-36v0,-17,-7,-27,-41,-48v-36,-22,-49,-37,-49,-62v0,-25,19,-43,45,-48r0,-34r17,0r0,33v14,1,27,5,36,10r2,1r-2,19r-5,-2v-11,-6,-23,-9,-35,-9v-23,0,-35,11,-35,28v0,17,7,27,38,46v41,25,52,41,52,63","w":168},"&":{"d":"92,-223v-16,0,-28,8,-28,26v0,16,7,28,23,48v24,-20,34,-30,34,-48v0,-14,-10,-26,-29,-26xm213,4r-29,0r-19,-25v-21,20,-45,28,-74,28v-41,0,-77,-22,-77,-64v0,-32,25,-55,56,-79v-18,-21,-29,-40,-29,-59v0,-29,20,-48,51,-48v31,0,51,20,51,45v0,25,-16,43,-44,64r66,80v10,-17,12,-38,12,-65r0,-3r22,0r0,3v0,17,-3,56,-21,82xm83,-121v-35,29,-46,43,-46,63v0,30,24,46,57,46v26,0,41,-5,58,-23","w":211},")":{"d":"7,-246r-3,-5r19,0r1,2v24,40,42,82,42,142v0,60,-18,102,-42,143r-1,1r-19,0r3,-5v22,-40,39,-86,39,-139v0,-53,-17,-99,-39,-139","w":90},"?":{"d":"80,-129v-18,24,-22,43,-22,66r0,17r-22,0r0,-14v0,-35,12,-59,32,-87v14,-19,20,-31,20,-46v0,-24,-17,-30,-35,-30v-14,0,-26,5,-38,14r-5,3r-3,-20r2,-1v19,-14,36,-16,47,-16v35,0,55,21,55,49v0,20,-9,36,-31,65xm55,-8v0,-5,-3,-8,-8,-8v-5,0,-8,3,-8,8v0,5,3,8,8,8v5,0,8,-3,8,-8","w":124},":":{"d":"18,-166v0,-8,7,-15,15,-15v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15xm48,-8v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15v8,0,15,7,15,15","w":61},";":{"d":"22,-166v0,-8,7,-15,15,-15v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15xm38,-19r16,0r-2,4v-8,25,-17,49,-26,71r-1,2r-23,7r2,-7v8,-22,19,-53,24,-69v1,-3,0,-2,0,-2v2,-4,5,-6,10,-6","w":64},"<":{"d":"38,-91r118,63r0,22r-141,-76r0,-18r141,-77r0,21","w":170},"=":{"d":"189,-120r-170,0r0,-18r170,0r0,18xm189,-47r-170,0r0,-17r170,0r0,17","w":207},"[":{"d":"48,-231r0,249r32,0r0,17r-51,0r0,-283r51,0r0,17r-32,0","w":88},"\\":{"d":"14,-248r112,265r-21,0r-112,-265r21,0","w":118},"]":{"d":"9,-231r0,-17r51,0r0,283r-51,0r0,-17r31,0r0,-249r-31,0","w":88},"^":{"d":"101,-231r69,147r-21,0r-57,-123r-57,123r-21,0r69,-147r18,0","w":184},"_":{"d":"166,32r-170,0r0,-17r170,0r0,17","w":162},">":{"d":"133,-91r-119,-64r0,-22r141,77r0,18r-141,76r0,-21","w":170},"{":{"d":"57,-79v0,2,-1,4,-1,6r-6,50v-1,4,-1,8,-1,12v0,19,7,32,36,32r4,0r0,17r-4,0v-33,0,-55,-16,-55,-49v0,-4,0,-8,1,-13r7,-50r0,-5v0,-8,-2,-17,-24,-19r-4,-1r0,-16r4,-1v17,-2,24,-8,24,-20v0,-2,-1,-4,-1,-6r-6,-48v-1,-4,-1,-9,-1,-13v0,-33,22,-49,55,-49r4,0r0,17r-4,0v-29,0,-36,12,-36,31v0,4,0,9,1,13r7,50r0,5v0,11,-5,21,-17,28v11,7,17,16,17,29","w":97},"|":{"d":"48,94r-19,0r0,-368r19,0r0,368","w":77},"}":{"d":"40,-135v0,-2,1,-4,1,-6r7,-50v1,-4,1,-8,1,-12v0,-19,-8,-32,-37,-32r-3,0r0,-17r3,0v33,0,56,16,56,49v0,4,0,9,-1,13r-7,50v0,2,-1,4,-1,5v0,8,3,17,25,19r3,1r0,16r-3,1v-18,2,-25,8,-25,21v0,2,1,3,1,5r7,48v1,5,1,9,1,13v0,33,-23,49,-56,49r-3,0r0,-17r3,0v29,0,36,-12,36,-31v0,-4,1,-9,0,-13r-8,-50r0,-4v0,-11,6,-22,18,-29v-12,-7,-18,-16,-18,-29","w":97},"~":{"d":"98,-83v-31,-11,-43,-13,-50,-13v-14,0,-20,4,-20,19r0,4r-17,0r0,-4v0,-19,8,-37,40,-37v13,0,25,3,53,13v31,11,43,12,50,12v14,0,20,-3,20,-18r0,-4r17,0r0,4v0,18,-9,37,-41,37v-13,0,-24,-3,-52,-13","w":201},"`":{"d":"25,-250v6,0,9,4,11,7v7,12,15,28,23,41r3,5r-22,2r-2,-1v-8,-12,-20,-33,-28,-49r-3,-5r18,0","w":67},"@":{"d":"181,-97r10,-42v-5,-1,-12,-2,-21,-2v-40,0,-67,36,-67,78v0,25,14,34,25,34v32,0,47,-38,53,-68xm280,-112v0,56,-28,98,-68,98v-18,0,-32,-9,-36,-27v-13,20,-32,29,-52,29v-22,0,-42,-22,-42,-48v0,-57,39,-99,93,-99v14,0,23,2,35,7r3,2r-18,78v-2,7,-2,13,-2,18v0,15,6,22,20,22v24,0,47,-27,47,-75v0,-51,-30,-89,-90,-89v-74,0,-133,56,-133,127v0,60,39,97,94,97v26,0,46,-5,70,-19r4,-2r3,18r-2,1v-27,15,-51,19,-78,19v-63,0,-111,-46,-111,-111v0,-92,75,-147,159,-147v58,0,104,42,104,101","w":293},"K":{"d":"189,-235r-99,107r109,128r-28,0r-97,-116r-24,27r0,89r-21,0r0,-235r21,0r0,124r111,-124r28,0","w":200},"M":{"d":"144,-31r89,-204r28,0r1,235r-21,0r-1,-207r-86,198r-21,0r-84,-198r-1,207r-21,0r1,-235r28,0","w":290},"v":{"d":"92,-22r62,-152r22,0r-74,174r-21,0r-75,-174r24,0","w":178},"w":{"d":"203,-25r53,-149r22,0r-65,174r-20,0r-51,-150r-57,150r-20,0r-58,-174r23,0r46,149r57,-149r20,0","w":281},"x":{"d":"167,-174r-65,84r70,90r-27,0r-57,-78r-57,78r-26,0r69,-89r-66,-85r27,0r53,72r54,-72r25,0","w":171},"y":{"d":"15,62v29,-5,44,-15,65,-65r-74,-171r24,0r62,152r62,-152r22,0r-73,172v-27,64,-51,78,-86,83r-3,1r-3,-19","w":178},"z":{"d":"13,-17r98,-138r-91,0r0,-19r116,0r0,17r-98,138r104,0r0,19r-129,0r0,-17","w":154},"Z":{"d":"14,-18r127,-198r-115,0r0,-19r139,0r0,17r-127,199r136,0r0,19r-160,0r0,-18","w":183},"Y":{"d":"98,-122r65,-113r24,0r-78,129r0,106r-23,0r0,-105r-80,-130r26,0","w":187},"X":{"d":"107,-121r77,121r-26,0r-64,-103r-64,103r-25,0r76,-120r-73,-115r26,0r60,97r61,-97r24,0","w":184},"W":{"d":"234,-30r67,-205r21,0r-78,235r-20,0r-59,-205r-66,205r-21,0r-71,-235r23,0r59,205r66,-205r20,0","w":326},"V":{"d":"107,-24r78,-211r22,0r-90,235r-21,0r-90,-235r24,0"},"A":{"d":"105,-208r-41,113r82,0xm182,0r-29,-76r-96,0r-30,76r-22,0r90,-235r21,0r90,235r-24,0"},"N":{"d":"195,-61r0,-174r21,0r0,235r-25,0r-143,-209v0,12,1,24,1,35r0,174r-21,0r0,-235r24,0r143,209r0,-35","w":243},"\u00f3":{"d":"117,-250v-6,0,-9,4,-11,7v-7,12,-15,28,-23,41r-3,5r22,2r1,-1v8,-12,21,-33,29,-49r3,-5r-18,0xm186,-87v0,51,-33,91,-85,91v-52,0,-85,-40,-85,-91v0,-51,33,-91,85,-91v52,0,85,40,85,91xm101,-16v44,0,62,-36,62,-71v0,-35,-18,-71,-62,-71v-44,0,-62,36,-62,71v0,35,18,71,62,71","w":202},"\u00a0":{"w":83}}});
/*!
 * Copyright (C) 2004-2008 dot colon. All rights reserved.
 */
Cufon.registerFont({"w":189,"face":{"font-family":"Arial","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-13 -270 325 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"~":{"d":"116,-109v30,15,36,16,44,16v9,0,14,-7,14,-19r31,0v0,30,-14,57,-45,57v-19,0,-32,-6,-61,-20v-30,-15,-36,-17,-44,-17v-9,0,-14,8,-14,20r-31,0v0,-30,14,-57,45,-57v19,0,32,6,61,20","w":215},"_":{"d":"189,50r-189,0r0,-31r189,0r0,31"},"^":{"d":"79,-228r41,0r65,141r-42,0r-44,-99r0,0r-45,99r-40,0","w":198},"]":{"d":"8,-214r0,-31r80,0r0,276r-80,0r0,-31r41,0r0,-214r-41,0","w":115},"\\":{"d":"40,-245r109,258r-41,0r-110,-258r42,0","w":147},"[":{"d":"107,-214r-41,0r0,214r41,0r0,31r-80,0r0,-276r80,0r0,31","w":115},"Z":{"d":"184,-40r0,40r-175,0r0,-39r111,-156r0,-1r-97,0r0,-39r152,0r0,38r-111,157r0,0r120,0"},"Y":{"d":"146,-235r51,0r-72,132r0,103r-48,0r0,-100r-74,-135r55,0r44,94r0,0","w":198},"X":{"d":"188,-235r-65,112r70,123r-55,0r-42,-87r-1,0r-42,87r-51,0r68,-119r-67,-116r56,0r38,80r1,0r38,-80r52,0","w":196},"9":{"d":"96,-229v45,0,83,35,83,96v0,83,-64,133,-141,137r-5,-39v47,-5,84,-29,92,-61r-1,0v-10,9,-26,14,-40,14v-42,0,-74,-28,-74,-68v0,-48,40,-79,86,-79xm97,-119v16,0,28,-11,28,-28v0,-26,-12,-43,-31,-43v-17,0,-31,10,-31,33v0,26,12,38,34,38","w":192},":":{"d":"45,-53v16,0,28,12,28,28v0,16,-12,29,-28,29v-16,0,-29,-13,-29,-29v0,-16,13,-28,29,-28xm45,-121v-16,0,-29,-12,-29,-28v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,16,-12,28,-28,28","w":84},";":{"d":"31,-32v2,-8,9,-13,22,-13r28,0v-10,29,-23,67,-37,100r-41,4v12,-34,23,-72,28,-91xm56,-121v-16,0,-29,-12,-29,-28v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,16,-12,28,-28,28","w":95},"<":{"d":"54,-92r99,50r0,42r-139,-70r0,-42r139,-71r0,42r-99,48r0,1","w":168},"=":{"d":"206,-116r-189,0r0,-31r189,0r0,31xm206,-37r-189,0r0,-31r189,0r0,31","w":222},">":{"d":"114,-90r-99,-50r0,-43r139,71r0,42r-139,70r0,-41r99,-49r0,0","w":168},"?":{"d":"90,-25v0,-16,-12,-28,-28,-28v-16,0,-29,12,-29,28v0,16,13,29,29,29v16,0,28,-13,28,-29xm139,-188v0,21,-9,39,-39,75v-14,17,-17,24,-17,36r0,6r-44,0r0,-6v0,-22,6,-35,25,-59v21,-27,23,-36,23,-45v0,-11,-10,-18,-28,-18v-16,0,-32,5,-46,14r-4,-39v21,-10,38,-15,65,-15v37,0,65,20,65,51","w":154},"`":{"d":"9,-246r35,0v4,0,7,3,10,7v8,13,26,40,38,57r-38,2v-13,-17,-34,-47,-45,-66","w":100},"@":{"d":"176,-212v62,0,107,46,107,99v0,60,-32,95,-74,95v-19,0,-34,-7,-39,-24r-1,0v-10,18,-24,27,-45,27v-26,0,-47,-22,-47,-50v0,-53,37,-90,94,-90v16,0,39,5,49,11r-17,71v-4,18,1,28,12,28v20,0,36,-26,36,-61v0,-49,-28,-80,-81,-80v-69,0,-123,50,-123,115v0,58,33,89,84,89v24,0,47,-7,70,-19r3,25v-22,12,-47,19,-76,19v-68,0,-113,-42,-113,-110v0,-87,72,-145,161,-145xm169,-89r8,-33v-3,-1,-9,-2,-15,-2v-24,0,-43,21,-43,57v0,12,6,21,16,21v17,0,26,-10,34,-43","w":294},"A":{"d":"165,0r-22,-66r-72,0v-10,32,-22,66,-22,66r-47,0r83,-235r49,0r82,235r-51,0xm84,-105r46,0r-4,-13v-8,-24,-13,-45,-18,-69r-1,0v-4,24,-10,45,-18,69","w":218},"a":{"d":"95,-178v41,0,67,23,67,62r0,116r-48,0r-1,-22r0,0v-13,17,-26,26,-48,26v-22,0,-53,-19,-53,-58v0,-38,32,-59,72,-59v10,0,21,1,29,2r0,0r0,-4v0,-14,-10,-23,-31,-23v-17,0,-30,5,-45,12r-6,-40v20,-8,39,-12,64,-12xm113,-73r0,-8v-9,-1,-15,-2,-25,-2v-14,0,-24,8,-24,24v0,15,8,23,20,23v18,0,29,-18,29,-37","w":182},"b":{"d":"74,-22r-1,0r0,22r-48,0r0,-252r48,0r0,99r1,0v13,-15,33,-25,55,-25v48,0,79,38,79,89v0,55,-34,93,-79,93v-22,0,-42,-11,-55,-26xm73,-95r0,16v0,25,17,43,42,43v23,0,41,-19,41,-51v0,-31,-15,-51,-41,-51v-25,0,-42,18,-42,43","w":221},"d":{"d":"148,-252r48,0r0,252r-48,0r0,-22r-1,0v-13,15,-32,26,-54,26v-48,0,-80,-38,-80,-89v0,-55,35,-93,80,-93v22,0,41,10,54,25r1,0r0,-99xm148,-79r0,-16v0,-25,-17,-43,-42,-43v-23,0,-41,19,-41,51v0,31,15,51,41,51v25,0,42,-18,42,-43","w":221},"e":{"d":"177,-100v0,8,-1,17,-2,24r-113,0v0,27,18,40,47,40v13,0,33,-3,47,-9r5,40v-15,5,-36,9,-53,9v-59,0,-95,-36,-95,-91v0,-49,35,-91,90,-91v46,0,74,34,74,78xm99,-138v-18,0,-31,10,-35,30r65,0v0,-18,-9,-30,-30,-30","w":190},"c":{"d":"109,4v-57,0,-96,-35,-96,-90v0,-56,38,-92,96,-92v20,0,37,2,52,7r-5,40v-15,-5,-25,-7,-42,-7v-36,0,-49,27,-49,51v0,24,13,51,49,51v14,0,26,-2,40,-6r6,39v-17,4,-32,7,-51,7","w":173},"f":{"d":"38,-186v0,-44,28,-70,71,-70v13,0,23,2,29,3r-6,40v-5,-1,-10,-3,-17,-3v-19,0,-29,11,-29,28r0,14r42,0r0,39r-42,0r0,135r-48,0r0,-135r-30,0r0,-39r30,0r0,-12","w":137},"F":{"d":"72,0r-49,0r0,-235r145,0r0,39r-96,0r0,57r81,0r0,40r-81,0r0,99","w":171},"G":{"d":"169,-40r0,-53r-44,0r0,-39r92,0r0,124v-25,7,-54,12,-85,12v-66,0,-120,-41,-120,-122v0,-76,56,-121,134,-121v25,0,46,3,64,8r-6,40v-19,-5,-39,-8,-62,-8v-51,0,-78,30,-78,81v0,54,29,82,70,82v15,0,22,-1,35,-4","w":237},"H":{"d":"176,-235r48,0r0,235r-48,0r0,-103r-104,0r0,103r-49,0r0,-235r49,0r0,92r104,0r0,-92","w":247},"I":{"d":"72,0r-49,0r0,-235r49,0r0,235","w":95},"J":{"d":"138,-87v0,63,-40,91,-94,91v-13,0,-24,-1,-36,-4r5,-40v10,3,18,4,28,4v35,0,49,-18,49,-51r0,-148r48,0r0,148","w":156},"K":{"d":"204,-235r-90,103r97,132r-59,0r-70,-100r-1,0r-9,11r0,89r-49,0r0,-235r49,0r0,61v0,13,0,21,-1,34r0,0v5,-10,15,-23,24,-34r50,-61r59,0","w":210},"l":{"d":"73,0r-48,0r0,-252r48,0r0,252","w":98},"m":{"d":"230,-178v36,0,54,30,54,66r0,112r-48,0r0,-109v0,-18,-8,-29,-26,-29v-18,0,-32,16,-32,47r0,91r-48,0r0,-109v0,-19,-8,-29,-26,-29v-20,0,-31,19,-31,47r0,91r-48,0r0,-174r48,0r0,24r1,0v11,-18,26,-28,49,-28v25,0,40,11,49,32r1,0v13,-22,29,-32,57,-32","w":304},"N":{"d":"176,-235r46,0r0,235r-68,0r-58,-124v-8,-18,-15,-32,-28,-69r-1,0v1,19,1,51,1,69r0,124r-46,0r0,-235r68,0r57,120v9,18,16,36,30,73r0,0v-1,-37,-1,-55,-1,-73r0,-120","w":244},"o":{"d":"106,-178v55,0,93,40,93,91v0,51,-38,91,-93,91v-55,0,-93,-40,-93,-91v0,-51,38,-91,93,-91xm106,-36v24,0,41,-19,41,-51v0,-32,-17,-51,-41,-51v-24,0,-41,19,-41,51v0,32,17,51,41,51","w":212},"P":{"d":"72,-198r0,68v8,1,18,1,28,1v20,0,32,-15,32,-36v0,-22,-13,-34,-33,-34v-10,0,-17,0,-27,1xm23,0r0,-235v27,-2,48,-4,76,-4v53,0,85,28,85,70v0,48,-41,80,-85,80v-9,0,-19,-1,-27,-2r0,0r0,91r-49,0","w":187},"p":{"d":"73,78r-48,0r0,-252r48,0r0,21r1,0v13,-15,33,-25,55,-25v48,0,79,38,79,89v0,55,-34,93,-79,93v-22,0,-42,-11,-55,-26r-1,0r0,100xm73,-95r0,16v0,25,17,43,42,43v23,0,41,-19,41,-51v0,-31,-15,-51,-41,-51v-25,0,-42,18,-42,43","w":221},"Q":{"d":"203,-17r25,55r-52,0r-16,-37v-8,2,-18,3,-27,3v-73,0,-121,-55,-121,-122v0,-67,48,-121,121,-121v73,0,122,54,122,121v0,41,-20,79,-52,101xm133,-36v39,0,70,-31,70,-82v0,-51,-31,-81,-70,-81v-39,0,-69,30,-69,81v0,51,30,82,69,82","w":266},"q":{"d":"147,-153r1,0r0,-21r48,0r0,252r-48,0r0,-100r-1,0v-13,15,-32,26,-54,26v-48,0,-80,-38,-80,-89v0,-55,35,-93,80,-93v22,0,41,10,54,25xm148,-79r0,-16v0,-25,-17,-43,-42,-43v-23,0,-41,19,-41,51v0,31,15,51,41,51v25,0,42,-18,42,-43","w":221},"r":{"d":"126,-178r0,43v-36,2,-53,17,-53,57r0,78r-48,0r0,-174r48,0r0,28r1,0v10,-18,28,-32,52,-32","w":132},"R":{"d":"72,-198r0,64v10,1,15,2,25,2v23,0,37,-14,37,-35v0,-21,-12,-32,-35,-32v-9,0,-16,0,-27,1xm23,0r0,-235v24,-2,49,-4,80,-4v51,0,83,29,83,62v0,28,-19,47,-43,57r0,0v17,9,24,18,33,51v6,26,14,47,22,69r-52,0v-6,-21,-14,-46,-19,-69v-4,-17,-14,-26,-29,-26v-9,0,-13,0,-26,1r0,94r-49,0","w":200},"S":{"d":"14,-175v0,-38,30,-64,82,-64v18,0,38,3,52,9r-5,39v-15,-6,-34,-8,-50,-8v-17,0,-27,9,-27,20v0,15,5,21,35,36v44,22,63,45,63,76v0,44,-40,71,-89,71v-19,0,-43,-4,-61,-9r5,-39v19,6,35,8,58,8v22,0,35,-11,35,-27v0,-13,-6,-23,-32,-36v-44,-22,-66,-42,-66,-76","w":174},"s":{"d":"72,-65v-40,-14,-57,-29,-57,-60v0,-28,22,-53,69,-53v16,0,33,3,46,8r-5,40v-12,-5,-26,-8,-40,-8v-11,0,-18,4,-18,11v0,8,4,11,11,14v48,18,61,33,61,61v0,33,-30,56,-67,56v-20,0,-42,-4,-58,-10r5,-40v14,6,30,10,46,10v15,0,23,-5,23,-12v0,-8,-4,-12,-16,-17","w":149},"M":{"d":"273,-235r1,235r-48,0r-1,-141v0,-14,1,-34,2,-49r-1,0v-3,15,-7,35,-12,49r-44,132r-50,0r-44,-132v-5,-14,-9,-34,-11,-48r-1,0v1,14,2,34,2,48r-1,141r-44,0r1,-235r70,0r38,117v5,16,12,37,17,64r0,0v5,-27,11,-48,17,-64r39,-117r70,0","w":295},"O":{"d":"133,-239v73,0,122,54,122,121v0,67,-49,122,-122,122v-73,0,-121,-55,-121,-122v0,-67,48,-121,121,-121xm133,-36v39,0,70,-31,70,-82v0,-51,-31,-81,-70,-81v-39,0,-69,30,-69,81v0,51,30,82,69,82","w":266},"T":{"d":"203,-235r0,39r-76,0r0,196r-48,0r0,-196r-75,0r0,-39r199,0","w":206},"U":{"d":"204,-84v0,57,-40,88,-92,88v-52,0,-93,-32,-93,-81r0,-158r48,0r0,154v0,31,20,45,44,45v25,0,47,-12,47,-45r0,-154r46,0r0,151","w":222},"V":{"d":"169,-235r47,0r-82,235r-49,0r-82,-235r51,0r39,117v8,23,13,46,18,69r1,0v4,-23,10,-46,18,-69","w":218},"W":{"d":"279,-235r46,0r-66,235r-48,0r-33,-118v-5,-16,-8,-33,-13,-75r-1,0v-5,42,-10,59,-14,75r-32,118r-49,0r-65,-235r50,0r30,117v5,18,9,37,12,73r0,0v4,-36,8,-55,13,-73r33,-117r48,0r33,117v5,18,10,37,13,73r1,0v3,-36,6,-55,11,-73","w":327},"z":{"d":"15,-174r133,0r0,36r-79,98r0,0r86,0r0,40r-146,0r0,-36r80,-98r0,-1r-74,0r0,-39","w":165},"y":{"d":"72,2r-68,-176r51,0r28,80v6,17,10,33,13,49r1,0v3,-16,8,-32,14,-49r28,-80r47,0r-66,174v-23,58,-46,77,-98,81r-5,-39v28,-2,43,-10,55,-40"},"x":{"d":"177,-174r-57,83r63,91r-59,0r-33,-60r-1,0r-33,60r-54,0r60,-88r-59,-86r58,0r30,54r1,0r30,-54r54,0","w":186},"w":{"d":"158,-70v-5,-17,-10,-34,-14,-62r0,0v-4,29,-9,45,-14,62r-22,70r-49,0r-55,-174r51,0r20,71v4,16,8,32,11,58r1,0v4,-26,7,-42,12,-58r22,-71r50,0r22,71v5,16,8,32,12,58r1,0v3,-26,6,-42,11,-58r20,-71r47,0r-55,174r-49,0","w":287},"v":{"d":"139,-174r47,0r-66,174r-50,0r-66,-174r51,0r28,80v6,17,10,33,13,49r1,0v3,-16,8,-32,14,-49"},"u":{"d":"138,-79r0,-95r48,0r0,174r-48,0r0,-22r-1,0v-13,16,-32,26,-56,26v-36,0,-60,-25,-60,-67r0,-111r48,0r0,104v0,23,10,34,29,34v26,0,40,-15,40,-43","w":209},"t":{"d":"128,-174r0,39r-43,0r0,70v0,20,7,29,20,29v6,0,13,-1,20,-3r5,40v-13,2,-29,3,-43,3v-32,0,-51,-23,-51,-61r0,-78r-28,0r0,-39r28,0r0,-43r49,0r0,43r43,0","w":140},"{":{"d":"44,-108v24,8,37,23,33,49r-5,36v-3,21,9,27,31,27r0,31v-45,0,-74,-18,-68,-58r4,-34v3,-24,-7,-31,-29,-34r0,-31v22,-3,32,-11,29,-35r-4,-34v-6,-40,23,-57,68,-57r0,31v-22,0,-33,5,-30,26r5,36v4,26,-10,41,-34,47r0,0","w":112},"|":{"d":"66,90r-39,0r0,-360r39,0r0,360","w":92},"}":{"d":"69,-106v-24,-8,-37,-23,-33,-49r5,-36v3,-21,-9,-26,-31,-26r0,-31v45,0,74,17,68,57r-5,34v-3,24,8,32,30,35r0,31v-22,3,-33,10,-30,34r5,34v6,40,-23,58,-68,58r0,-31v22,0,33,-6,30,-27r-5,-36v-4,-26,10,-40,34,-46r0,-1","w":112},"g":{"d":"148,-174r48,0r0,163v0,57,-39,92,-97,92v-24,0,-50,-4,-68,-12r6,-40v20,9,39,13,60,13v32,0,51,-19,51,-51r0,-13r-1,0v-13,15,-32,26,-54,26v-48,0,-80,-38,-80,-89v0,-55,35,-93,80,-93v22,0,41,10,54,25r1,0r0,-21xm148,-79r0,-16v0,-25,-17,-43,-42,-43v-23,0,-41,19,-41,51v0,31,15,51,41,51v25,0,42,-18,42,-43","w":220},"h":{"d":"73,-153r1,0v13,-16,32,-25,56,-25v36,0,60,25,60,67r0,111r-48,0r0,-104v0,-23,-10,-34,-29,-34v-26,0,-40,15,-40,43r0,95r-48,0r0,-252r48,0r0,99","w":215},"i":{"d":"25,0r0,-174r48,0r0,174r-48,0xm49,-185v-15,0,-27,-13,-27,-28v0,-15,12,-28,27,-28v15,0,28,13,28,28v0,15,-13,28,-28,28","w":98},"k":{"d":"179,-174r-69,78r79,96r-62,0r-49,-66r0,0r-5,6r0,60r-48,0r0,-252r48,0r0,113v0,9,0,18,-1,30r1,0v5,-10,13,-23,18,-30r28,-35r60,0","w":188},"j":{"d":"52,-186v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28xm28,4r0,-178r48,0r0,174v0,50,-33,81,-83,81r-6,-39v24,0,41,-13,41,-38","w":101},"n":{"d":"73,-95r0,95r-48,0r0,-174r48,0r0,21r1,0v13,-16,32,-25,56,-25v36,0,60,25,60,67r0,111r-48,0r0,-104v0,-23,-10,-34,-29,-34v-26,0,-40,15,-40,43","w":215},"E":{"d":"72,-40r97,0r0,40r-146,0r0,-235r143,0r0,39r-94,0r0,55r81,0r0,39r-81,0r0,62","w":177},"D":{"d":"23,-235v26,-2,56,-4,81,-4v84,0,127,48,127,115v0,76,-54,128,-127,128v-29,0,-57,-2,-81,-4r0,-235xm72,-198r0,161v10,1,21,1,32,1v48,0,76,-31,76,-85v0,-47,-21,-78,-76,-78v-9,0,-20,0,-32,1","w":243},"C":{"d":"12,-117v0,-78,57,-122,125,-122v20,0,44,2,62,8r-5,40v-17,-5,-37,-8,-54,-8v-54,0,-76,35,-76,81v0,46,22,82,76,82v17,0,37,-3,54,-8r5,39v-18,6,-42,9,-62,9v-68,0,-125,-43,-125,-121","w":205},"B":{"d":"143,-126v32,10,48,29,48,56v0,45,-39,74,-92,74v-21,0,-56,-2,-76,-4r0,-235v23,-2,56,-4,77,-4v50,0,83,22,83,58v0,25,-16,43,-40,55r0,0xm72,-198r0,58v9,1,18,1,30,1v19,0,29,-14,29,-31v0,-18,-8,-29,-34,-29v-14,0,-15,0,-25,1xm102,-36v24,0,37,-12,37,-32v0,-21,-12,-34,-37,-34v-12,0,-20,1,-30,2r0,63v11,1,18,1,30,1","w":203},"8":{"d":"133,-122v35,18,46,36,46,57v0,43,-41,69,-84,69v-43,0,-83,-21,-83,-63v0,-29,17,-45,47,-59r0,0v-26,-14,-38,-27,-38,-53v0,-28,27,-59,75,-59v48,0,76,27,76,55v0,23,-14,40,-39,52r0,1xm71,-170v0,14,9,22,28,32v16,-8,23,-18,23,-30v0,-13,-9,-22,-26,-22v-17,0,-25,11,-25,20xm95,-36v21,0,34,-13,34,-28v0,-18,-12,-30,-36,-40v-21,8,-31,19,-31,37v0,15,12,31,33,31","w":190},"7":{"d":"163,-226r0,38r-91,188r-49,0r90,-186r0,0r-107,0r0,-40r157,0","w":169},"6":{"d":"97,4v-45,0,-83,-35,-83,-96v0,-83,64,-133,141,-137r5,40v-47,5,-84,28,-92,60r1,0v10,-9,26,-13,40,-13v42,0,74,27,74,67v0,48,-40,79,-86,79xm96,-106v-16,0,-28,12,-28,29v0,26,12,42,31,42v17,0,31,-10,31,-33v0,-26,-12,-38,-34,-38","w":192},"5":{"d":"94,-150v45,0,76,28,76,69v0,49,-37,85,-102,85v-21,0,-43,-5,-57,-11r5,-39v18,8,37,10,59,10v26,0,43,-15,43,-38v0,-23,-12,-38,-36,-38v-6,0,-13,1,-19,4r-44,-3r5,-115r126,0r0,40r-83,0r-2,41r1,0v8,-3,18,-5,28,-5","w":185},"4":{"d":"162,-226r0,138r28,0r0,39r-28,0r0,49r-48,0r0,-49r-107,0r0,-40r89,-137r66,0xm114,-140v0,-13,0,-28,1,-42r-1,0v-6,16,-13,29,-21,42r-34,51r0,1r55,0r0,-52","w":200},"3":{"d":"65,4v-19,0,-40,-4,-55,-10r5,-40v19,7,35,10,55,10v24,0,41,-12,41,-29v0,-23,-15,-32,-59,-35r0,-39v31,-2,48,-10,48,-29v0,-13,-7,-22,-32,-22v-16,0,-31,5,-46,12r-6,-40v19,-9,43,-12,65,-12v46,0,73,22,73,49v0,27,-17,44,-49,55r0,1v35,10,56,27,56,57v0,47,-42,72,-96,72","w":175},"2":{"d":"166,-40r0,40r-158,0r0,-32r36,-40v60,-65,68,-79,68,-93v0,-15,-10,-25,-34,-25v-17,0,-34,5,-50,13r-5,-40v23,-8,47,-13,71,-13v43,0,70,21,70,55v0,31,-16,58,-56,100v-5,6,-21,21,-36,35r0,0r94,0","w":180},"0":{"d":"107,-230v54,0,93,48,93,117v0,69,-39,117,-93,117v-54,0,-93,-48,-93,-117v0,-69,39,-117,93,-117xm107,-36v26,0,43,-24,43,-77v0,-53,-17,-77,-43,-77v-26,0,-43,24,-43,77v0,53,17,77,43,77","w":213},"1":{"d":"115,-226r24,0r0,226r-48,0r0,-167r-40,15r-5,-40","w":190},"\/":{"d":"108,-245r40,0r-110,258r-40,0","w":145},".":{"d":"45,-53v16,0,28,12,28,28v0,16,-12,29,-28,29v-16,0,-29,-13,-29,-29v0,-16,13,-28,29,-28","w":84},"-":{"d":"111,-108r0,31r-100,0r0,-31r100,0","w":121},",":{"d":"31,-32v2,-8,9,-13,22,-13r28,0v-10,29,-23,67,-37,100r-41,4v12,-34,23,-72,28,-91","w":92},"+":{"d":"127,-108r73,0r0,31r-73,0r0,77r-39,0r0,-77r-73,0r0,-31r73,0r0,-76r39,0r0,76","w":214},"*":{"d":"69,-235r39,0r-8,56r2,0r50,-24r13,37r-56,10r0,1r39,41r-32,23r-27,-49r-1,0r-27,49r-31,-23r38,-41r0,-1r-55,-10r12,-37r50,24r2,0","w":177},")":{"d":"32,-107v0,-54,-9,-99,-24,-141r31,0v17,33,34,83,34,141v0,58,-17,108,-34,141r-31,0v15,-42,24,-87,24,-141","w":93},"(":{"d":"62,-107v0,54,9,99,24,141r-31,0v-17,-33,-35,-83,-35,-141v0,-58,18,-108,35,-141r31,0v-15,42,-24,87,-24,141","w":93},"'":{"d":"53,-145r-33,0r-3,-94v0,-6,6,-7,15,-7r30,0","w":77},"&":{"d":"248,0r-64,0r-15,-17r-1,0v-19,17,-42,21,-73,21v-43,0,-83,-31,-83,-73v0,-36,13,-50,48,-70r0,0v-13,-13,-21,-26,-21,-44v0,-34,30,-56,65,-56v40,0,66,28,66,53v0,26,-12,40,-39,58r0,1r46,49r1,0v8,-14,10,-20,11,-43r45,0v-1,31,-9,55,-27,76xm104,-199v-8,0,-14,5,-14,14v0,10,7,20,13,27r1,0v10,-6,14,-14,14,-27v0,-9,-5,-14,-14,-14xm102,-36v16,0,27,-2,39,-10r0,-1r-52,-63r-1,0v-16,10,-25,19,-25,39v0,19,20,35,39,35","w":249},"%":{"d":"215,-233r33,0r-159,240r-32,0xm230,-119v34,0,61,25,61,61v0,36,-27,62,-61,62v-34,0,-61,-26,-61,-62v0,-36,27,-61,61,-61xm230,-27v11,0,19,-12,19,-31v0,-19,-8,-30,-19,-30v-11,0,-20,11,-20,30v0,19,9,31,20,31xm75,-230v34,0,61,26,61,62v0,36,-27,61,-61,61v-34,0,-61,-25,-61,-61v0,-36,27,-62,61,-62xm75,-138v11,0,19,-11,19,-30v0,-19,-8,-31,-19,-31v-11,0,-20,12,-20,31v0,19,9,30,20,30","w":304},"$":{"d":"159,-70v0,33,-25,55,-58,61r0,36r-31,0r0,-35v-16,-1,-35,-3,-48,-8r5,-40v20,6,35,9,54,9v18,0,27,-7,27,-18v0,-13,-3,-19,-26,-30v-44,-22,-59,-37,-59,-67v0,-28,19,-49,50,-55r0,-36r31,0r0,34v15,1,33,4,43,9r-6,40v-15,-6,-30,-9,-48,-9v-11,0,-18,4,-18,13v0,12,5,16,28,28v48,24,56,40,56,68","w":182},"#":{"d":"187,-129r-37,0r-6,32r33,0r0,22r-38,0r-14,68r-28,0r14,-68r-38,0r-13,68r-28,0r13,-68r-32,0r0,-22r37,0r7,-32r-34,0r0,-23r38,0r14,-67r28,0r-14,67r38,0r13,-67r28,0r-13,67r32,0r0,23xm116,-97r6,-32r-37,0r-7,32r38,0","w":200},"\"":{"d":"53,-145r-33,0r-3,-94v0,-6,6,-7,15,-7r30,0xm122,-145r-32,0r-4,-94v0,-6,7,-7,16,-7r30,0","w":147},"!":{"d":"73,-25v0,16,-12,29,-28,29v-16,0,-28,-13,-28,-29v0,-16,12,-28,28,-28v16,0,28,12,28,28xm65,-71r-40,0r-3,-164r46,0","w":90},"L":{"d":"72,-40r113,0r0,40r-162,0r0,-235r49,0r0,195"},"\u00a0":{"w":79}}});

