(function(){if(typeof BLANK_IMG=='undefined')
var BLANK_IMG='';String.prototype.namespace=function(separator){this.split(separator||'.').inject(window,function(parent,child){var o=parent[child]={};return o;});};'EM.tools'.namespace();function decorateNav(){$('nav').childElements().each(function(li){if(li.hasClassName('parent')){li.down('ul').insert({'top':'<li class="title"><a>'+li.down('a').innerHTML+'</a></li>'});}});var MEGA_MAX_WIDTH=920;$$('#nav ul.level0').each(function(ul){ul.setStyle({'width':'1000px'});});var MAX_ROWS=10;$$('#nav ul.level1').each(function(ul){ul.addClassName('first');var li_list=ul.childElements();var new_ul=false;for(var i=MAX_ROWS-1;i<li_list.length;i++){var li=li_list[i];if(i%MAX_ROWS==0){li.addClassName('first');var new_ul=new Element('ul');new_ul.addClassName('level1');ul.parentNode.appendChild(new_ul);}
else if((i+1)%MAX_ROWS==0)
li.addClassName('last');if(new_ul)new_ul.appendChild(li);}
if(new_ul)
new_ul.addClassName('last');else
ul.addClassName('last');});$$('#nav li.level1').each(function(li){var width=parseInt(li.getStyle('padding-left'))+parseInt(li.getStyle('padding-right'))+1;li.childElements().each(function(ul){if(ul.tagName=='UL'||ul.tagName=='DIV')width+=ul.getWidth();})
var width=Math.min(width,MEGA_MAX_WIDTH);if(width>li.getWidth())
li.setStyle({'width':width+'px'});});$$('#nav ul.level0').each(function(ul){var width=parseInt(ul.getStyle('padding-left'))+parseInt(ul.getStyle('padding-right'))+1;ul.childElements().each(function(li){if(li.tagName=='LI'&&!li.hasClassName('title'))width+=li.getWidth();});var width=Math.min(width,MEGA_MAX_WIDTH);ul.setStyle({'width':width+'px'});});var right=$('nav').cumulativeOffset()[0]+$('nav').getWidth();$$('#nav ul.level0').each(function(ul){if(ul.up().cumulativeOffset()[0]+ul.getWidth()>right)
ul.addClassName('a-right');});$('brand').setStyle({'width':'auto'});}
function decorateSlideshow(){var $$li=$$('#slideshow ul li');if($$li.length>0){var ul=$$('#slideshow ul')[0];var w=0;$$li.each(function(li){w+=li.getWidth();});ul.setStyle({'width':w+'px'});var previous=$$('#slideshow a.previous')[0];var next=$$('#slideshow a.next')[0];var num=1;var width=ul.down().getWidth()*num;var slidePeriod=3;var manualSliding=false;function nextSlide(){new Effect.Move(ul,{x:-width,mode:'relative',queue:'end',duration:1.0,afterFinish:function(){for(var i=0;i<num;i++)
ul.insert({bottom:ul.down()});ul.setStyle('left:0');}});}
function previousSlide(){new Effect.Move(ul,{x:width,mode:'relative',queue:'end',duration:1.0,beforeSetup:function(){for(var i=0;i<num;i++)
ul.insert({top:ul.down('li:last-child')});ul.setStyle({'position':'relative','left':-width+'px'});}});}
function startSliding(){sliding=true;}
function stopSliding(){sliding=false;}
next.observe('click',function(event){Event.stop(event);manualSliding=true;nextSlide();});previous.observe('click',function(event){Event.stop(event);manualSliding=true;previousSlide();});new PeriodicalExecuter(function(){if(!manualSliding)previousSlide();manualSliding=false;},slidePeriod);}}
function decorateSlideshow2(){var slideshow=$('slideshow2');if(slideshow){var ul=slideshow.select('.slideshow-box ul')[0];var $$li=ul.select('li');var width=ul.down('li').getWidth();var slidePeriod=6;var manualSliding=false;var currentIdx=0;ul.setStyle({width:width*$$li.length+10+'px'});for(var i=0;i<$$li.length;i++){$$li[i].slideshowIdx=i;}
var nav=slideshow.select('.navigation')[0];nav.insert('<ul></ul>');var nav_ul=nav.down('ul');for(var i=0;i<$$li.length;i++){var attr='';if(i==0)var attr='class="active"';nav_ul.insert('<li><a href="#'+i+' " '+attr+'>'+(i+1)+'</a></li>');}
var $$nav_li=nav_ul.childElements();nav_ul.select('a').each(function(a){a.observe('click',function(event){Event.stop(event);if(a.hasClassName('active'))return;manualSliding=true;var current=a.up('li');var active=nav_ul.select('a.active')[0].up('li');var idx_current=$$nav_li.indexOf(current);var idx_active=$$nav_li.indexOf(active);if(idx_current>idx_active)
nextSlide(idx_current-idx_active);else
previousSlide(idx_active-idx_current);}.bind(a));}.bind(this));function nextSlide(n){if(typeof n=='undefined')n=1;new Effect.Move(ul,{x:-width*n,mode:'relative',duration:1.0,transition:Effect.Transitions.sinoidal,beforeSetup:function(){nav_ul.select('a.active')[0].removeClassName('active');nav_ul.down('li',ul.down().next(n-1).slideshowIdx).down('a').addClassName('active');},afterFinish:function(){for(var i=0;i<n;i++)
ul.insert({bottom:ul.down()});ul.setStyle('left:0');}});}
function previousSlide(n){if(typeof n=='undefined')n=1;new Effect.Move(ul,{x:width*n,mode:'relative',duration:1.0,transition:Effect.Transitions.sinoidal,beforeSetup:function(){nav_ul.select('a.active')[0].removeClassName('active');var li=ul.down('li:last-child');if(n>1)li=li.previous(n-2);nav_ul.down('li',li.slideshowIdx).down('a').addClassName('active');for(var i=0;i<n;i++)
ul.insert({top:ul.down('li:last-child')});ul.setStyle({'position':'relative','left':-width*n+'px'});}});}
new PeriodicalExecuter(function(){if(!manualSliding)nextSlide();manualSliding=false;},slidePeriod);}}
function lihover(){$$('.products-grid li.item').each(function(li){li.observe('mouseover',function(event){li.addClassName('active');});li.observe('mouseout',function(event){li.removeClassName('active');});});}
document.observe("dom:loaded",function(){decorateSlideshow();decorateSlideshow2();lihover();decorateNav();});})();Event.observe(window,'load',function(){});;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/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}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={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(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(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:'+(h?"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 c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"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(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1985, 1987, 1991, 1993, 1997 Adobe Systems Incorporated.  All
 * Rights Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its
 * subsidiaries.
 * 
 * Trademark:
 * Created by Type-Designer 3.0
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Helvetica-Condensed","font-weight":700,"font-stretch":"expanded","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-13 -346 292 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FD"},"glyphs":{" ":{"w":90},"!":{"d":"76,-70r7,-124r0,-76r-47,0r1,108r8,92r31,0xm84,0r0,-48r-47,0r0,48r47,0","w":119},"\"":{"d":"114,-168r0,-98r-42,0r0,98r42,0xm49,-168r0,-98r-43,0r0,98r43,0","w":119},"#":{"d":"160,-119r-27,0r4,-33r32,0r0,-36r-28,0r10,-78r-31,0r-9,78r-26,0r9,-78r-30,0r-10,78r-34,0r0,36r30,0r-4,33r-35,0r0,35r31,0r-10,84r30,0r10,-84r26,0r-10,84r31,0r10,-84r31,0r0,-35xm107,-152r-5,33r-25,0r4,-33r26,0"},"$":{"d":"100,-103v22,10,33,65,0,72r0,-72xm77,-266v-71,-1,-78,106,-28,134r29,21r0,80v-22,-6,-22,-21,-22,-49r-43,0v-4,49,17,84,64,86r0,39r25,0r0,-40v46,-6,66,-30,66,-81v0,-43,-35,-66,-68,-83r0,-71v17,4,20,15,20,36r42,0v3,-45,-18,-69,-60,-72r0,-23r-25,0r0,23xm78,-166v-18,-13,-31,-55,0,-64r0,64"},"%":{"d":"122,-199v0,-43,-13,-66,-56,-66v-42,0,-55,23,-55,66v0,42,13,66,55,66v43,0,56,-24,56,-66xm46,-199v0,-25,-2,-40,21,-40v22,0,20,15,20,40v0,26,2,40,-20,40v-23,0,-21,-15,-21,-40xm289,-66v0,-44,-13,-67,-55,-66v-42,0,-55,21,-55,66v0,44,13,66,55,66v42,0,55,-22,55,-66xm213,-66v0,-25,-2,-39,21,-39v23,0,21,14,21,39v0,25,1,40,-21,40v-22,0,-21,-15,-21,-40xm101,5r120,-275r-25,0r-121,275r26,0","w":299},"&":{"d":"113,-240v30,4,15,45,-3,54v-8,-14,-27,-51,3,-54xm23,-75v0,77,90,104,135,58r9,18r54,0r-32,-54v16,-27,24,-58,24,-91r-40,0v-1,18,-3,35,-8,50r-34,-59v23,-14,40,-34,41,-67v1,-33,-26,-56,-57,-56v-68,0,-75,77,-41,116v-29,22,-51,40,-51,85xm106,-34v-42,-2,-47,-76,-11,-89r44,74v-9,8,-18,15,-33,15","w":240},"'":{"d":"67,-168r0,-98r-43,0r0,98r43,0","w":90},"(":{"d":"101,71v-47,-85,-48,-262,-1,-347r-29,0v-33,46,-52,94,-52,167v-1,82,20,127,52,180r30,0","w":119},")":{"d":"19,-276v47,86,48,263,0,347r30,0v72,-81,65,-265,0,-347r-30,0","w":119},"*":{"d":"138,-166r-25,-33r39,-12r-10,-28r-38,13r0,-40r-29,0v0,13,-1,30,1,41r-39,-12r-9,27r39,12r-23,33r23,17r24,-34v6,13,15,22,23,33"},"+":{"d":"70,-109r-61,0r0,39r61,0r0,70r40,0r0,-70r61,0r0,-39r-61,0r0,-68r-40,0r0,68"},",":{"d":"62,0v0,21,-9,33,-26,36r0,16v50,-3,50,-47,48,-100r-48,0r0,48r26,0","w":119},"-":{"d":"103,-92r0,-41r-86,0r0,41r86,0","w":119},".":{"d":"84,0r0,-48r-48,0r0,48r48,0","w":119},"\/":{"d":"-4,34r31,0r85,-304r-31,0","w":100},"0":{"d":"90,-34v-19,0,-23,-15,-22,-38r0,-122v-1,-24,4,-37,22,-37v18,0,23,14,23,37r0,122v0,23,-4,37,-23,38xm90,-271v-97,0,-73,112,-73,199v0,53,22,77,73,77v51,0,75,-23,73,-77v-3,-87,25,-199,-73,-199"},"1":{"d":"90,-270v-9,33,-35,46,-74,47r0,36r61,0r0,187r50,0r0,-270r-37,0"},"2":{"d":"89,-231v28,-2,30,41,19,58v-32,53,-102,84,-96,173r147,0r0,-40r-94,0v15,-68,98,-79,98,-161v0,-43,-29,-70,-72,-70v-57,0,-80,33,-77,91r47,0v0,-30,0,-49,28,-51"},"3":{"d":"109,-201v0,30,-17,37,-47,37r0,39v43,-6,55,19,50,61v-2,17,-8,30,-26,30v-29,0,-28,-29,-29,-56r-47,0v-3,59,16,95,75,95v54,0,78,-32,78,-85v0,-37,-15,-60,-41,-66v25,-4,36,-27,36,-56v0,-46,-26,-69,-74,-69v-51,0,-73,28,-71,80r47,0v-2,-24,3,-40,25,-40v16,0,24,10,24,30"},"4":{"d":"45,-94r51,-110r0,110r-51,0xm90,-266r-82,172r0,39r88,0r0,55r50,0r0,-55r23,0r0,-39r-23,0r0,-172r-56,0"},"5":{"d":"98,-184v-20,0,-28,5,-40,16r4,-58r91,0r0,-40r-130,0r-7,142r44,0v1,-11,14,-20,26,-20v34,-1,29,45,27,79v-1,17,-9,32,-27,31v-24,-2,-26,-25,-26,-51r-47,0v1,63,15,90,77,90v59,0,75,-35,75,-95v0,-52,-14,-95,-67,-94"},"6":{"d":"91,-34v-33,0,-25,-41,-25,-79v0,-15,6,-30,24,-29v24,1,25,20,25,48v0,37,3,60,-24,60xm66,-202v-5,-30,50,-43,47,-8r47,0v0,-42,-26,-59,-67,-61v-89,-4,-78,88,-78,174v0,65,15,102,76,102v62,0,73,-36,74,-102v1,-52,-14,-84,-61,-85v-21,1,-28,7,-39,18"},"7":{"d":"97,0v5,-82,32,-170,66,-229r0,-37r-151,0r0,40r107,0v-37,62,-65,141,-74,226r52,0"},"8":{"d":"91,-34v-25,0,-26,-14,-26,-41v0,-32,-2,-52,25,-52v30,0,25,36,25,66v0,15,-8,27,-24,27xm113,-201v-1,20,-2,39,-23,38v-19,0,-23,-15,-22,-35v1,-20,4,-33,23,-33v16,0,22,12,22,30xm91,-271v-75,-8,-94,102,-38,125v-28,13,-39,28,-38,70v0,57,20,81,77,81v51,0,75,-27,74,-82v0,-39,-9,-62,-41,-68v25,-10,34,-24,34,-57v0,-48,-21,-64,-68,-69"},"9":{"d":"89,-231v33,-2,25,43,25,78v0,17,-7,30,-24,30v-24,0,-24,-20,-24,-49v0,-36,-4,-57,23,-59xm87,5v90,0,78,-87,78,-173v-1,-65,-13,-103,-75,-103v-61,0,-75,37,-75,103v0,51,15,83,61,84v22,0,29,-7,40,-18v-2,30,5,68,-26,68v-15,0,-22,-7,-22,-21r-47,0v-1,41,26,60,66,60"},":":{"d":"74,-153r0,-47r-48,0r0,47r48,0xm74,0r0,-48r-48,0r0,48r48,0","w":100},";":{"d":"51,0v0,21,-8,33,-25,36r0,16v50,-3,50,-47,48,-100r-48,0r0,48r25,0xm74,-153r0,-47r-48,0r0,47r48,0","w":100},"<":{"d":"58,-90r107,-60r0,-40r-150,82r0,36r150,81r0,-40"},"=":{"d":"171,-144r-162,0r0,39r162,0r0,-39xm171,-74r-162,0r0,39r162,0r0,-39"},">":{"d":"15,-31r0,40r150,-81r0,-36r-150,-82r0,40r107,60"},"?":{"d":"158,-210v0,-64,-82,-84,-121,-49v-13,13,-21,34,-18,60r44,0v2,-21,0,-41,25,-40v16,1,21,11,21,29v0,59,-65,65,-55,138r42,0v-4,-70,62,-69,62,-138xm53,-47r0,47r46,0r0,-47r-46,0"},"@":{"d":"14,-136v-3,107,107,173,207,127v20,-9,35,-25,49,-44r-35,0v-19,17,-41,33,-73,33v-73,0,-120,-43,-120,-116v0,-71,45,-112,114,-114v59,-2,104,37,102,98v-2,31,-15,58,-39,66v-5,1,-7,-4,-5,-8r19,-111r-35,0r-4,19v-42,-51,-122,-4,-122,64v0,58,66,90,105,44v-2,13,5,23,16,24v92,-3,123,-140,51,-192v-23,-17,-49,-31,-87,-30v-87,2,-141,54,-143,140xm142,-89v-54,-5,-29,-85,10,-85v22,-1,32,20,29,41v-2,20,-17,46,-39,44","w":299},"A":{"d":"57,0r14,-68r59,0r13,68r54,0r-61,-270r-68,0r-65,270r54,0xm78,-108r23,-132r21,132r-44,0","w":200,"k":{"\u00fd":6,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20}},"B":{"d":"130,-80v0,35,-18,45,-56,40r0,-81v37,-2,56,2,56,41xm125,-199v0,37,-17,39,-51,38r0,-69v30,-1,51,-1,51,31xm175,-202v6,-81,-77,-68,-152,-68r0,270r89,0v50,-1,70,-29,70,-82v1,-35,-12,-57,-39,-63v23,-8,30,-27,32,-57","w":200},"C":{"d":"108,6v61,0,75,-43,76,-102r-50,0v-3,26,2,62,-26,62v-54,0,-33,-82,-36,-134v-2,-35,2,-68,36,-68v23,0,23,27,25,50r50,0v1,-57,-22,-90,-75,-90v-89,0,-88,71,-88,158v0,78,13,124,88,124","w":200},"D":{"d":"146,-141v2,66,2,110,-70,101r0,-190r33,0v40,4,35,37,37,89xm198,-146v1,-69,-8,-124,-67,-124r-105,0r0,270r93,0v77,1,78,-70,79,-146","w":219},"E":{"d":"165,0r0,-40r-92,0r0,-83r85,0r0,-39r-85,0r0,-68r92,0r0,-40r-142,0r0,270r142,0"},"F":{"d":"77,0r0,-122r86,0r0,-40r-86,0r0,-68r92,0r0,-40r-143,0r0,270r51,0","k":{"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"A":13,".":40,",":40}},"G":{"d":"108,-276v-89,0,-88,71,-88,158v0,89,39,146,116,115v8,-6,15,-15,20,-28r0,31r38,0r0,-145r-84,0r0,40r35,0v0,38,-6,71,-37,71v-54,0,-33,-82,-36,-134v-2,-35,2,-68,36,-68v30,0,37,21,37,51r50,0v1,-65,-25,-91,-87,-91","w":219},"H":{"d":"75,0r0,-123r70,0r0,123r51,0r0,-270r-51,0r0,107r-70,0r0,-107r-51,0r0,270r51,0","w":219},"I":{"d":"75,0r0,-270r-50,0r0,270r50,0","w":100},"J":{"d":"88,-63v9,32,-35,40,-35,11r0,-34r-50,0v-5,56,10,92,59,92v57,0,76,-20,76,-79r0,-197r-50,0r0,207","w":159},"K":{"d":"75,0r0,-77r18,-30r47,107r57,0r-70,-154r67,-116r-57,0r-62,120r0,-120r-51,0r0,270r51,0","w":200},"L":{"d":"168,0r0,-40r-93,0r0,-230r-51,0r0,270r144,0","k":{"\u00fd":13,"\u00dd":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"M":{"d":"72,-246r53,246r31,0r54,-246v-5,71,-4,165,-4,246r50,0r0,-270r-80,0v-12,64,-29,118,-35,188v-8,-69,-25,-124,-37,-188r-80,0r0,270r51,0","w":280},"N":{"d":"75,0v2,-71,-8,-138,-7,-203v21,75,48,135,75,203r52,0r0,-270r-50,0v-2,72,7,140,7,206r-36,-108r-39,-98r-53,0r0,270r51,0","w":219},"O":{"d":"110,-276v-89,0,-88,71,-88,158v0,77,13,124,88,124v90,0,90,-72,88,-163v-2,-73,-13,-119,-88,-119xm110,-34v-53,0,-36,-81,-36,-134v0,-35,3,-68,36,-68v53,0,34,84,37,139v2,34,-5,63,-37,63","w":219},"P":{"d":"139,-195v0,40,-25,45,-64,42r0,-77v36,0,64,-5,64,35xm190,-193v-1,-45,-17,-77,-63,-77r-103,0r0,270r51,0r0,-113v71,6,116,-15,115,-80","w":200,"k":{"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"A":13,".":46,",":46}},"Q":{"d":"110,6v22,0,35,-1,48,-8r28,28r25,-24r-27,-28v17,-29,14,-83,14,-131v0,-73,-13,-119,-88,-119v-89,0,-88,71,-88,158v0,77,13,125,88,124xm110,-236v56,0,32,89,36,143v0,9,-1,18,-3,27v-10,-2,-20,16,-30,21r10,9v-63,14,-47,-71,-49,-132v0,-35,3,-68,36,-68","w":219},"R":{"d":"196,-205v2,-82,-95,-63,-172,-65r0,270r50,0r0,-116v47,-5,69,5,69,58v0,22,2,43,6,58r55,0v-22,-40,10,-136,-50,-140v31,-4,41,-30,42,-65xm143,-195v3,41,-30,41,-69,39r0,-74v36,1,75,-8,69,35","w":219,"k":{"\u00dd":6,"Y":6,"T":6}},"S":{"d":"98,-236v27,0,29,19,29,48r49,0v2,-56,-20,-88,-78,-88v-84,0,-102,93,-46,133v29,21,79,32,79,77v0,21,-10,32,-31,32v-30,0,-33,-28,-32,-61r-50,0v-4,65,18,101,82,101v84,0,111,-107,47,-145v-26,-23,-73,-31,-77,-72v-2,-18,10,-25,28,-25","w":200},"T":{"d":"6,-230r59,0r0,230r51,0r0,-230r58,0r0,-40r-168,0r0,40","k":{"\u00fd":20,"\u00fa":27,"\u00f9":27,"\u00f5":27,"\u00f4":27,"\u00f3":27,"\u00f2":27,"\u00ea":27,"\u00e9":27,"\u00e8":27,"\u00e3":27,"\u00e2":27,"\u00e1":27,"\u00e0":27,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"y":20,"w":27,"u":27,"s":27,"r":27,"o":27,"i":6,"e":27,"c":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"U":{"d":"111,6v65,0,85,-25,85,-88r0,-188r-51,0r0,184v2,30,-5,52,-34,52v-30,0,-36,-21,-36,-52r0,-184r-51,0r0,188v0,63,22,89,87,88","w":219},"V":{"d":"139,-270r-37,242r-9,-69r-31,-173r-54,0r59,270r68,0r58,-270r-54,0","w":200,"k":{"\u00fa":6,"\u00f9":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"u":6,"r":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,"-":6,",":33}},"W":{"d":"171,-270r-42,0r-36,236v-7,-83,-20,-159,-32,-236r-52,0r51,270r61,0r29,-193r11,86r20,107r61,0r50,-270r-53,0r-30,236v-5,-84,-24,-160,-38,-236","w":299,"k":{"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00c0":6,"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},"X":{"d":"137,-270v-12,31,-29,61,-37,95v-5,-38,-26,-63,-37,-95r-57,0r64,133r-66,137r55,0v13,-33,32,-62,40,-100v8,37,27,67,40,100r57,0r-67,-137r65,-133r-57,0","w":200},"Y":{"d":"59,-270r-55,0r71,155r0,115r50,0r0,-115r71,-155r-55,0v-13,38,-31,71,-41,112v-7,-39,-28,-77,-41,-112","w":200,"k":{"\u00fa":13,"\u00f9":13,"\u00f5":20,"\u00f4":20,"\u00f3":20,"\u00f2":20,"\u00ed":6,"\u00ec":6,"\u00ea":20,"\u00e9":20,"\u00e8":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"v":6,"u":13,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":13,":":13,".":40,"-":27,",":40}},"Z":{"d":"12,0r156,0r0,-40r-104,1v3,-4,8,-10,12,-18r89,-173r0,-40r-147,0r0,40r95,-1v-3,4,-7,10,-11,18r-90,173r0,40"},"[":{"d":"101,34r0,-28r-32,0r0,-249r32,0r0,-27r-72,0r0,304r72,0","w":119},"\\":{"d":"18,-270r-31,0r85,304r31,0","w":90},"]":{"d":"19,-270r0,27r32,0r0,249r-32,0r0,28r72,0r0,-304r-72,0","w":119},"^":{"d":"41,-117r49,-101r49,101r37,-17r-64,-136r-44,0r-64,136"},"_":{"d":"180,45r0,-18r-180,0r0,18r180,0"},"`":{"d":"0,-279r54,53r36,0r-34,-53r-56,0","w":119},"a":{"d":"111,-21v0,8,0,16,3,21r44,0v-9,-44,-2,-98,-4,-148v12,-67,-86,-76,-123,-43v-12,10,-14,26,-14,48r44,0v1,-20,4,-29,25,-29v16,-1,23,4,23,18v-15,47,-99,27,-94,99v-11,64,74,79,96,34xm84,-31v-27,2,-26,-36,-14,-50v6,-6,29,-19,38,-26v-3,31,8,73,-24,76"},"b":{"d":"113,-141v-4,41,13,101,-20,110v-36,-2,-22,-76,-22,-117v0,-13,7,-24,21,-24v20,0,18,12,21,31xm111,-208v-23,0,-32,9,-42,25r1,-87r-47,0r0,270r45,0r0,-22v9,18,20,26,43,27v63,0,49,-80,49,-141v0,-47,-10,-72,-49,-72"},"c":{"d":"64,-79v0,-35,-11,-90,18,-93v18,-2,16,22,16,40r47,0v3,-49,-17,-76,-64,-76v-71,0,-63,68,-63,137v0,50,17,75,63,76v53,1,67,-30,64,-84r-47,0v-1,22,4,48,-16,48v-19,-5,-18,-18,-18,-48","w":159},"d":{"d":"87,-172v38,0,22,67,22,105v0,24,-8,36,-23,36v-33,-9,-16,-70,-20,-110v3,-19,0,-31,21,-31xm68,5v24,0,31,-11,41,-27r0,22r47,0r0,-270r-47,0r1,87v-10,-16,-19,-24,-42,-25v-63,-2,-49,83,-49,145v0,36,10,68,49,68"},"e":{"d":"159,-92v3,-69,-2,-116,-72,-116v-66,0,-70,59,-68,128v2,58,20,84,75,85v47,0,64,-27,65,-74r-47,0v-1,23,-2,37,-22,38v-30,2,-23,-33,-24,-61r93,0xm88,-172v27,0,25,19,25,44r-47,0v1,-24,-3,-44,22,-44"},"f":{"d":"93,-270v-52,-5,-73,12,-67,67r-18,0r0,34r18,0r0,169r46,0r0,-169r21,0r0,-34r-21,0v0,-18,-4,-40,21,-30r0,-37","w":100},"g":{"d":"87,-172v38,0,22,67,22,105v0,24,-8,36,-23,36v-33,-9,-16,-70,-20,-110v3,-19,0,-31,21,-31xm88,35v-11,0,-20,-2,-20,-12r-47,0v2,32,25,45,59,45v53,0,76,-23,76,-74r0,-197r-47,0v-1,6,2,16,-1,21v-6,-18,-19,-26,-40,-26v-63,-2,-49,83,-49,145v0,37,10,69,49,68v24,0,34,-9,43,-26v0,26,4,57,-23,56"},"h":{"d":"158,-157v7,-57,-71,-67,-89,-25r0,-88r-47,0r0,270r47,0r0,-135v-1,-22,4,-37,23,-37v18,0,20,13,20,33r0,139r46,0r0,-157"},"i":{"d":"73,0r0,-203r-46,0r0,203r46,0xm73,-228r0,-42r-46,0r0,42r46,0","w":100},"j":{"d":"28,22v1,11,-7,9,-17,10r0,36v52,8,64,-15,64,-67r0,-204r-47,0r0,225xm75,-228r0,-42r-47,0r0,42r47,0","w":100},"k":{"d":"64,0r0,-62r13,-21r29,83r52,0r-50,-121r51,-82r-51,0r-45,81r1,-148r-47,0r0,270r47,0","w":159},"l":{"d":"73,0r0,-270r-46,0r0,270r46,0","w":100},"m":{"d":"160,-182v-9,-34,-79,-35,-89,0r0,-21r-47,0r0,203r47,0r0,-134v1,-24,1,-38,23,-38v20,0,23,13,23,32r0,140r46,0r0,-134v1,-24,3,-38,24,-38v20,0,22,15,23,35r0,137r46,0r0,-165v4,-50,-80,-58,-96,-17","w":280},"n":{"d":"158,-157v8,-57,-74,-67,-89,-25r0,-21r-47,0r0,203r47,0r0,-131v-1,-22,5,-38,23,-38v18,0,20,14,20,34r0,135r46,0r0,-157"},"o":{"d":"91,-31v-47,0,-16,-73,-25,-119v1,-14,9,-22,25,-22v41,2,23,68,23,106v0,25,0,35,-23,35xm19,-94v0,62,9,99,72,99v62,0,70,-38,70,-99v0,-67,-2,-114,-70,-114v-69,0,-72,45,-72,114"},"p":{"d":"111,-141v-4,41,14,102,-21,110v-36,-3,-18,-74,-22,-117v2,-12,7,-25,22,-24v20,0,18,12,21,31xm109,-208v-23,0,-33,8,-41,26r0,-21r-47,0r0,271r45,0r0,-89v11,17,19,26,43,26v62,0,49,-80,49,-141v0,-46,-10,-72,-49,-72"},"q":{"d":"86,-172v37,0,22,67,22,105v0,24,-8,36,-23,36v-33,-9,-16,-70,-20,-110v3,-19,0,-31,21,-31xm67,5v24,0,31,-11,41,-27r0,90r47,0r0,-271r-47,0v-1,6,2,16,-1,20v-8,-17,-18,-25,-40,-25v-63,-2,-49,83,-49,145v0,36,10,68,49,68"},"r":{"d":"115,-207v-27,1,-39,18,-48,40r0,-36r-45,0r0,203r46,0r0,-117v-1,-28,20,-38,47,-34r0,-56","w":119,"k":{"\u00fd":-6,"z":-7,"y":-6,"x":-7,"w":-6,"v":-6,".":27,"-":13,",":27}},"s":{"d":"79,-31v-22,0,-23,-13,-22,-36r-47,0v-2,48,22,67,66,72v76,8,92,-83,38,-112v-18,-16,-51,-22,-56,-49v-2,-12,9,-16,20,-16v19,0,20,11,21,31r47,0v0,-45,-22,-67,-65,-67v-57,0,-87,42,-60,85v16,24,51,39,72,59v12,11,5,33,-14,33","w":159},"t":{"d":"24,-31v0,34,33,37,67,32r0,-37v-9,0,-20,2,-20,-7r0,-126r20,0r0,-34r-20,0r0,-56r-47,0r0,56r-19,0r0,34r19,0r0,138","w":100},"u":{"d":"66,5v26,0,36,-16,45,-35r0,30r44,0r0,-203r-47,0r0,147v-2,12,-5,25,-21,25v-17,0,-20,-14,-19,-33r0,-139r-47,0r0,155v1,36,7,53,45,53"},"v":{"d":"51,0r58,0r47,-203r-48,0r-28,174v-5,-62,-16,-117,-26,-174r-50,0","w":159,"k":{".":20,",":20}},"w":{"d":"185,-203r-20,168v-5,-61,-19,-111,-28,-168r-38,0r-20,125v-3,12,-1,31,-5,44r-21,-169r-49,0r42,203r52,0r20,-133v6,55,14,85,22,133r51,0r41,-203r-47,0","w":240,"k":{".":13,",":13}},"x":{"d":"82,-148r-22,-55r-55,0r52,99r-54,104r54,0v8,-18,19,-45,24,-63v3,19,16,45,23,63r53,0r-52,-105r51,-98r-52,0v-8,16,-18,36,-22,55","w":159},"y":{"d":"51,-3v7,21,7,43,-24,35r0,36v54,12,67,-21,78,-65r49,-206r-47,0r-21,109v-4,17,-4,38,-8,53v-5,-66,-17,-104,-27,-162r-49,0","w":159,"k":{".":20,",":20}},"z":{"d":"132,-170r0,-33r-122,0r0,36r70,0r-72,130r0,37r124,0r0,-36r-74,0","w":140},"{":{"d":"86,-269v-41,-7,-71,4,-71,46v0,42,11,99,-27,106v65,7,-17,159,75,150v7,-1,18,2,23,-1v-60,-8,7,-135,-56,-150v64,-5,-7,-134,56,-151","w":98},"|":{"d":"27,-270r0,360r36,0r0,-360r-36,0","w":90},"}":{"d":"110,-117v-65,-7,18,-160,-73,-153v-8,1,-19,-2,-25,1v61,7,-9,139,57,152v-42,7,-30,65,-30,111v0,24,-10,33,-27,40v47,2,71,-4,71,-53v0,-39,-14,-96,27,-98","w":98},"~":{"d":"58,-85v27,7,64,40,91,14v7,-7,15,-19,22,-32r-21,-26v-6,10,-11,28,-25,26v-30,-4,-67,-41,-95,-11v-7,8,-15,19,-21,32r21,27v8,-15,11,-28,28,-30"},"\u00c0":{"d":"57,0r14,-68r59,0r13,68r54,0r-61,-270r-68,0r-65,270r54,0xm78,-108r23,-132r21,132r-44,0xm41,-346r53,53r36,0r-34,-53r-55,0","w":200,"k":{"\u00fd":6,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20}},"\u00c1":{"d":"57,0r14,-68r59,0r13,68r54,0r-61,-270r-68,0r-65,270r54,0xm78,-108r23,-132r21,132r-44,0xm70,-293r37,0r53,-53r-56,0","w":200,"k":{"\u00fd":6,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20}},"\u00c2":{"d":"57,0r14,-68r59,0r13,68r54,0r-61,-270r-68,0r-65,270r54,0xm78,-108r23,-132r21,132r-44,0xm74,-344r-41,52r40,0r23,-29r23,29r41,0r-41,-52r-45,0","w":200,"k":{"\u00fd":6,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20}},"\u00c3":{"d":"57,0r14,-68r59,0r13,68r54,0r-61,-270r-68,0r-65,270r54,0xm78,-108r23,-132r21,132r-44,0xm57,-289v18,-41,79,30,102,-24v3,-6,6,-13,7,-22r-23,0v-18,41,-64,-22,-94,14v-8,9,-13,18,-14,32r22,0","w":200,"k":{"\u00fd":6,"\u00dd":20,"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20}},"\u00c8":{"d":"165,0r0,-40r-92,0r0,-83r85,0r0,-39r-85,0r0,-68r92,0r0,-40r-142,0r0,270r142,0xm31,-346r53,53r36,0r-34,-53r-55,0"},"\u00c9":{"d":"165,0r0,-40r-92,0r0,-83r85,0r0,-39r-85,0r0,-68r92,0r0,-40r-142,0r0,270r142,0xm60,-293r36,0r54,-53r-56,0"},"\u00ca":{"d":"165,0r0,-40r-92,0r0,-83r85,0r0,-39r-85,0r0,-68r92,0r0,-40r-142,0r0,270r142,0xm67,-344r-40,52r40,0r23,-29r23,29r41,0r-42,-52r-45,0"},"\u00cc":{"d":"75,0r0,-270r-50,0r0,270r50,0xm-9,-346r53,53r36,0r-34,-53r-55,0","w":100},"\u00cd":{"d":"75,0r0,-270r-50,0r0,270r50,0xm20,-293r37,0r53,-53r-56,0","w":100},"\u00d2":{"d":"110,-276v-89,0,-88,71,-88,158v0,77,13,124,88,124v90,0,90,-72,88,-163v-2,-73,-13,-119,-88,-119xm110,-34v-53,0,-36,-81,-36,-134v0,-35,3,-68,36,-68v53,0,34,84,37,139v2,34,-5,63,-37,63xm50,-346r54,53r36,0r-34,-53r-56,0","w":219},"\u00d3":{"d":"110,-276v-89,0,-88,71,-88,158v0,77,13,124,88,124v90,0,90,-72,88,-163v-2,-73,-13,-119,-88,-119xm110,-34v-53,0,-36,-81,-36,-134v0,-35,3,-68,36,-68v53,0,34,84,37,139v2,34,-5,63,-37,63xm80,-293r36,0r54,-53r-56,0","w":219},"\u00d4":{"d":"110,-276v-89,0,-88,71,-88,158v0,77,13,124,88,124v90,0,90,-72,88,-163v-2,-73,-13,-119,-88,-119xm110,-34v-53,0,-36,-81,-36,-134v0,-35,3,-68,36,-68v53,0,34,84,37,139v2,34,-5,63,-37,63xm87,-344r-41,52r41,0r23,-29r22,29r42,0r-42,-52r-45,0","w":219},"\u00d5":{"d":"110,-276v-89,0,-88,71,-88,158v0,77,13,124,88,124v90,0,90,-72,88,-163v-2,-73,-13,-119,-88,-119xm110,-34v-53,0,-36,-81,-36,-134v0,-35,3,-68,36,-68v53,0,34,84,37,139v2,34,-5,63,-37,63xm67,-289v18,-41,79,30,102,-24v3,-6,6,-13,7,-22r-23,0v-19,41,-66,-24,-94,14v-9,8,-14,18,-15,32r23,0","w":219},"\u00d9":{"d":"111,6v65,0,85,-25,85,-88r0,-188r-51,0r0,184v2,30,-5,52,-34,52v-30,0,-36,-21,-36,-52r0,-184r-51,0r0,188v0,63,22,89,87,88xm50,-346r54,53r36,0r-34,-53r-56,0","w":219},"\u00da":{"d":"111,6v65,0,85,-25,85,-88r0,-188r-51,0r0,184v2,30,-5,52,-34,52v-30,0,-36,-21,-36,-52r0,-184r-51,0r0,188v0,63,22,89,87,88xm80,-293r36,0r54,-53r-56,0","w":219},"\u00dd":{"d":"59,-270r-55,0r71,155r0,115r50,0r0,-115r71,-155r-55,0v-13,38,-31,71,-41,112v-7,-39,-28,-77,-41,-112xm70,-293r37,0r53,-53r-56,0","w":200,"k":{"\u00fa":13,"\u00f9":13,"\u00f5":20,"\u00f4":20,"\u00f3":20,"\u00f2":20,"\u00ed":6,"\u00ec":6,"\u00ea":20,"\u00e9":20,"\u00e8":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"u":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":13,":":13,".":40,"-":27,",":40}},"\u00e0":{"d":"111,-21v0,8,0,16,3,21r44,0v-9,-44,-2,-98,-4,-148v12,-67,-86,-76,-123,-43v-12,10,-14,26,-14,48r44,0v1,-20,4,-29,25,-29v16,-1,23,4,23,18v-15,47,-99,27,-94,99v-11,64,74,79,96,34xm84,-31v-27,2,-26,-36,-14,-50v6,-6,29,-19,38,-26v-3,31,8,73,-24,76xm31,-279r53,53r36,0r-34,-53r-55,0"},"\u00e1":{"d":"111,-21v0,8,0,16,3,21r44,0v-9,-44,-2,-98,-4,-148v12,-67,-86,-76,-123,-43v-12,10,-14,26,-14,48r44,0v1,-20,4,-29,25,-29v16,-1,23,4,23,18v-15,47,-99,27,-94,99v-11,64,74,79,96,34xm84,-31v-27,2,-26,-36,-14,-50v6,-6,29,-19,38,-26v-3,31,8,73,-24,76xm60,-226r36,0r54,-53r-56,0"},"\u00e2":{"d":"111,-21v0,8,0,16,3,21r44,0v-9,-44,-2,-98,-4,-148v12,-67,-86,-76,-123,-43v-12,10,-14,26,-14,48r44,0v1,-20,4,-29,25,-29v16,-1,23,4,23,18v-15,47,-99,27,-94,99v-11,64,74,79,96,34xm84,-31v-27,2,-26,-36,-14,-50v6,-6,29,-19,38,-26v-3,31,8,73,-24,76xm67,-277r-40,52r40,0r23,-29r23,29r41,0r-42,-52r-45,0"},"\u00e3":{"d":"111,-21v0,8,0,16,3,21r44,0v-9,-44,-2,-98,-4,-148v12,-67,-86,-76,-123,-43v-12,10,-14,26,-14,48r44,0v1,-20,4,-29,25,-29v16,-1,23,4,23,18v-15,47,-99,27,-94,99v-11,64,74,79,96,34xm84,-31v-27,2,-26,-36,-14,-50v6,-6,29,-19,38,-26v-3,31,8,73,-24,76xm47,-222v18,-41,79,30,102,-24v3,-6,6,-13,7,-22r-23,0v-18,40,-64,-21,-94,14v-8,9,-14,18,-15,32r23,0"},"\u00e8":{"d":"159,-92v3,-69,-2,-116,-72,-116v-66,0,-70,59,-68,128v2,58,20,84,75,85v47,0,64,-27,65,-74r-47,0v-1,23,-2,37,-22,38v-30,2,-23,-33,-24,-61r93,0xm88,-172v27,0,25,19,25,44r-47,0v1,-24,-3,-44,22,-44xm31,-279r53,53r36,0r-34,-53r-55,0"},"\u00e9":{"d":"159,-92v3,-69,-2,-116,-72,-116v-66,0,-70,59,-68,128v2,58,20,84,75,85v47,0,64,-27,65,-74r-47,0v-1,23,-2,37,-22,38v-30,2,-23,-33,-24,-61r93,0xm88,-172v27,0,25,19,25,44r-47,0v1,-24,-3,-44,22,-44xm60,-226r36,0r54,-53r-56,0"},"\u00ea":{"d":"159,-92v3,-69,-2,-116,-72,-116v-66,0,-70,59,-68,128v2,58,20,84,75,85v47,0,64,-27,65,-74r-47,0v-1,23,-2,37,-22,38v-30,2,-23,-33,-24,-61r93,0xm88,-172v27,0,25,19,25,44r-47,0v1,-24,-3,-44,22,-44xm67,-277r-40,52r40,0r23,-29r23,29r41,0r-42,-52r-45,0"},"\u00ec":{"d":"73,0r0,-203r-46,0r0,203r46,0xm-9,-279r53,53r36,0r-34,-53r-55,0","w":100},"\u00ed":{"d":"73,0r0,-203r-46,0r0,203r46,0xm20,-226r37,0r53,-53r-56,0","w":100},"\u00f2":{"d":"91,-31v-47,0,-16,-73,-25,-119v1,-14,9,-22,25,-22v41,2,23,68,23,106v0,25,0,35,-23,35xm19,-94v0,62,9,99,72,99v62,0,70,-38,70,-99v0,-67,-2,-114,-70,-114v-69,0,-72,45,-72,114xm31,-279r53,53r36,0r-34,-53r-55,0"},"\u00f3":{"d":"91,-31v-47,0,-16,-73,-25,-119v1,-14,9,-22,25,-22v41,2,23,68,23,106v0,25,0,35,-23,35xm19,-94v0,62,9,99,72,99v62,0,70,-38,70,-99v0,-67,-2,-114,-70,-114v-69,0,-72,45,-72,114xm60,-226r36,0r54,-53r-56,0"},"\u00f4":{"d":"91,-31v-47,0,-16,-73,-25,-119v1,-14,9,-22,25,-22v41,2,23,68,23,106v0,25,0,35,-23,35xm19,-94v0,62,9,99,72,99v62,0,70,-38,70,-99v0,-67,-2,-114,-70,-114v-69,0,-72,45,-72,114xm67,-277r-40,52r40,0r23,-29r23,29r41,0r-42,-52r-45,0"},"\u00f5":{"d":"91,-31v-47,0,-16,-73,-25,-119v1,-14,9,-22,25,-22v41,2,23,68,23,106v0,25,0,35,-23,35xm19,-94v0,62,9,99,72,99v62,0,70,-38,70,-99v0,-67,-2,-114,-70,-114v-69,0,-72,45,-72,114xm47,-222v18,-41,79,30,102,-24v3,-6,6,-13,7,-22r-23,0v-18,40,-64,-21,-94,14v-8,9,-14,18,-15,32r23,0"},"\u00f9":{"d":"66,5v26,0,36,-16,45,-35r0,30r44,0r0,-203r-47,0r0,147v-2,12,-5,25,-21,25v-17,0,-20,-14,-19,-33r0,-139r-47,0r0,155v1,36,7,53,45,53xm31,-279r53,53r36,0r-34,-53r-55,0"},"\u00fa":{"d":"66,5v26,0,36,-16,45,-35r0,30r44,0r0,-203r-47,0r0,147v-2,12,-5,25,-21,25v-17,0,-20,-14,-19,-33r0,-139r-47,0r0,155v1,36,7,53,45,53xm60,-226r36,0r54,-53r-56,0"},"\u00fd":{"d":"51,-3v7,21,7,43,-24,35r0,36v54,12,67,-21,78,-65r49,-206r-47,0r-21,109v-4,17,-4,38,-8,53v-5,-66,-17,-104,-27,-162r-49,0xm50,-226r36,0r54,-53r-56,0","w":159,"k":{".":20,",":20}},"\u00a0":{"w":90}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
 * 
 * Manufacturer:
 * Yusuke Kamiyamane
 */
Cufon.registerFont({"w":875,"face":{"font-family":"PF Tempesta Seven Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-125 -1250 1250 250","underline-thickness":"125","underline-position":"-126","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":500},"A":{"d":"750,-750r0,750r-250,0r0,-375r-250,0r0,375r-250,0r0,-750r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0xm250,-500r250,0r0,-250r-250,0r0,250"},"B":{"d":"625,-450r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-875r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0xm500,-500r0,-250r-250,0r0,250r250,0xm500,-125r0,-250r-250,0r0,250r250,0"},"C":{"d":"125,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r625,0r0,125r-500,0r0,625r500,0r0,125r-625,0r0,-75"},"D":{"d":"625,0r-625,0r0,-875r625,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75xm250,-125r250,0r0,-625r-250,0r0,625"},"E":{"d":"625,-450r0,75r-375,0r0,250r500,0r0,125r-750,0r0,-875r750,0r0,125r-500,0r0,250r425,0r0,50r-50,0"},"F":{"d":"625,-450r0,75r-375,0r0,375r-250,0r0,-875r750,0r0,125r-500,0r0,250r425,0r0,50r-50,0","k":{"J":125}},"H":{"d":"500,-375r-250,0r0,375r-250,0r0,-875r250,0r0,375r250,0r0,-375r250,0r0,875r-250,0r0,-375"},"I":{"d":"0,-875r250,0r0,875r-250,0r0,-875","w":375},"J":{"d":"0,-125r375,0r0,-750r250,0r0,750r-75,0r0,50r-50,0r0,75r-500,0r0,-125","w":750},"K":{"d":"375,-249r-125,0r0,249r-250,0r0,-875r250,0r0,250r125,0r0,-125r125,0r0,-125r250,0r0,126r-125,0r0,125r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r125,0r0,125r-250,0r0,-124r-125,0r0,-125"},"L":{"d":"0,-875r250,0r0,750r375,0r0,125r-625,0r0,-875","w":750,"k":{"T":125,"V":125,"Y":125}},"M":{"d":"625,-750r125,0r0,-125r250,0r0,875r-250,0r0,-499r-125,0r0,124r-250,0r0,-124r-125,0r0,499r-250,0r0,-875r250,0r0,125r125,0r0,125r250,0r0,-125","w":1125},"N":{"d":"500,-125r0,-125r-125,0r0,-200r-50,0r0,-50r-75,0r0,500r-250,0r0,-875r250,0r0,125r125,0r0,125r125,0r0,150r100,0r0,100r25,0r0,-500r250,0r0,875r-250,0r0,-125r-125,0","w":1000},"Z":{"d":"0,-250r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-500,0r0,-125r750,0r0,250r-125,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,125r500,0r0,125r-750,0r0,-250"},"Y":{"d":"500,-675r0,-200r250,0r0,125r-25,0r0,100r-100,0r0,150r-125,0r0,500r-250,0r0,-500r-125,0r0,-150r-100,0r0,-100r-25,0r0,-125r250,0r0,200r50,0r0,50r150,0r0,-50r50,0","k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"X":{"d":"450,-250r-150,0r0,50r-50,0r0,200r-250,0r0,-125r25,0r0,-100r100,0r0,-150r125,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-125r250,0r0,200r50,0r0,50r150,0r0,-50r50,0r0,-200r250,0r0,125r-25,0r0,100r-100,0r0,150r-125,0r0,125r125,0r0,150r100,0r0,100r25,0r0,125r-250,0r0,-200r-50,0r0,-50"},"V":{"d":"625,-125r-125,0r0,125r-250,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-500r250,0r0,575r50,0r0,50r150,0r0,-50r50,0r0,-575r250,0r0,500r-25,0r0,100r-100,0r0,150","k":{"J":125}},"U":{"d":"750,-125r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r-75,0r0,-750r250,0r0,750r250,0r0,-750r250,0r0,750"},"T":{"d":"0,-875r750,0r0,125r-250,0r0,750r-250,0r0,-750r-250,0r0,-125","k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"S":{"d":"0,-125r500,0r0,-250r-375,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r625,0r0,125r-500,0r0,250r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-125"},"Q":{"d":"500,50r-50,0r0,-50r-325,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r125,0r0,125r-250,0r0,-75xm250,-750r0,625r250,0r0,-625r-250,0"},"P":{"d":"750,-750r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,375r-250,0r0,-875r625,0r0,75r50,0r0,50r75,0xm500,-750r-250,0r0,250r250,0r0,-250","k":{"J":125}},"O":{"d":"75,-125r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50xm250,-750r0,625r250,0r0,-625r-250,0"},"G":{"d":"750,0r-625,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r625,0r0,125r-500,0r0,625r250,0r0,-250r-125,0r0,-125r375,0r0,500"},"!":{"d":"0,-875r250,0r0,625r-250,0r0,-625xm0,-125r250,0r0,125r-250,0r0,-125","w":375},"\"":{"d":"0,-875r250,0r0,250r-250,0r0,-250xm375,-875r250,0r0,250r-250,0r0,-250","w":750},"'":{"d":"0,-875r250,0r0,250r-250,0r0,-250","w":375},",":{"d":"0,0r25,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"(":{"d":"250,0r125,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-875r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0r0,875","w":500},"0":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-500,0xm250,-750r0,625r250,0r0,-625r-250,0"},"8":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-500,0xm250,-750r0,250r250,0r0,-250r-250,0xm250,-375r0,250r250,0r0,-250r-250,0"},"9":{"d":"500,-375r-375,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r425,0r0,-250xm500,-500r0,-250r-250,0r0,250r250,0"},"6":{"d":"250,-500r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r550,0r0,50r-50,0r0,75r-375,0r0,250xm250,-375r0,250r250,0r0,-250r-250,0"},"5":{"d":"0,-125r500,0r0,-250r-500,0r0,-500r750,0r0,125r-500,0r0,250r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-125"},"3":{"d":"0,-125r500,0r0,-250r-375,0r0,-75r-50,0r0,-50r425,0r0,-250r-500,0r0,-125r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-125"},"2":{"d":"0,-875r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,250r500,0r0,125r-750,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,-250r-500,0r0,-125"},"1":{"d":"125,0r0,-750r-125,0r0,-125r375,0r0,875r-250,0","w":500},"7":{"d":"450,-675r50,0r0,-75r-500,0r0,-125r750,0r0,125r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r75,0r0,-50r50,0r0,-200r75,0r0,-50"},"{":{"d":"375,-375r0,375r125,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r-125,0r0,-125r125,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0r0,375r-125,0r0,125r125,0","w":625},"|":{"d":"0,-1000r250,0r0,1125r-250,0r0,-1125","w":375},"[":{"d":"0,-1000r375,0r0,125r-125,0r0,875r125,0r0,125r-375,0r0,-1125","w":500},"]":{"d":"375,125r-375,0r0,-125r125,0r0,-875r-125,0r0,-125r375,0r0,1125","w":500},"W":{"d":"125,-75r-50,0r0,-50r-75,0r0,-750r250,0r0,750r250,0r0,-750r250,0r0,750r250,0r0,-750r250,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-375,0r0,-75","w":1375},":":{"d":"0,-125r250,0r0,125r-250,0r0,-125xm0,-625r250,0r0,125r-250,0r0,-125","w":375},";":{"d":"0,-625r250,0r0,125r-250,0r0,-125xm0,0r25,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"+":{"d":"0,-500r250,0r0,-250r250,0r0,250r250,0r0,125r-250,0r0,250r-250,0r0,-250r-250,0r0,-125"},"-":{"d":"0,-375r500,0r0,125r-500,0r0,-125","w":625},"?":{"d":"250,-375r75,0r0,-50r50,0r0,-75r125,0r0,-250r-500,0r0,-125r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-125,0r0,125r-250,0r0,-125xm250,-125r250,0r0,125r-250,0r0,-125"},"=":{"d":"0,-375r500,0r0,125r-500,0r0,-125xm0,-625r500,0r0,125r-500,0r0,-125","w":625},"<":{"d":"250,-125r0,-125r-125,0r0,-125r-125,0r0,-125r125,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r-250,0","w":625},">":{"d":"0,-125r0,-125r125,0r0,-125r125,0r0,-125r-125,0r0,-125r-125,0r0,-125r250,0r0,125r125,0r0,125r125,0r0,125r-125,0r0,125r-125,0r0,125r-250,0","w":625},"\/":{"d":"500,-725r0,-150r250,0r0,125r-75,0r0,50r-50,0r0,200r-125,0r0,125r-125,0r0,125r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0"},"\\":{"d":"350,-725r0,100r25,0r0,125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r-250,0r0,-150r-100,0r0,-100r-25,0r0,-125r-125,0r0,-125r-125,0r0,-200r-50,0r0,-50r-75,0r0,-125r250,0r0,150r100,0"},"&":{"d":"625,-375r0,250r125,0r0,125r-125,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,250r125,0r0,25r100,0r0,100r50,0r0,-100r100,0r0,-25r125,0r0,125r-125,0xm375,-375r-125,0r0,250r125,0r0,-250"},"%":{"d":"0,-625r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm625,-125r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm125,-750r0,125r125,0r0,-125r-125,0xm750,-250r0,125r125,0r0,-125r-125,0xm625,-725r0,-150r250,0r0,125r-75,0r0,50r-50,0r0,200r-125,0r0,125r-125,0r0,125r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":1125},"#":{"d":"500,-250r-125,0r0,250r-250,0r0,-250r-125,0r0,-125r125,0r0,-125r-125,0r0,-125r125,0r0,-250r250,0r0,250r125,0r0,-250r250,0r0,250r125,0r0,125r-125,0r0,125r125,0r0,125r-125,0r0,250r-250,0r0,-250xm375,-375r125,0r0,-125r-125,0r0,125","w":1000},"$":{"d":"375,125r-125,0r0,-125r-250,0r0,-125r250,0r0,-250r-125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r150,0r0,-100r100,0r0,-25r125,0r0,125r250,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-150,0r0,100r-100,0r0,25xm425,-125r75,0r0,-250r-75,0r0,50r-50,0r0,150r50,0r0,50xm375,-550r0,-150r-50,0r0,-50r-75,0r0,250r75,0r0,-50r50,0"},")":{"d":"125,-875r-125,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,875r-75,0r0,50r-50,0r0,75r-250,0r0,-125r125,0r0,-875","w":500},"*":{"d":"750,-500r-125,0r0,125r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,250r-250,0r0,-250r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-125r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,-250r250,0r0,250r75,0r0,-50r50,0r0,-75r125,0r0,125"},"}":{"d":"250,-375r0,-125r-125,0r0,-375r-125,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,375r125,0r0,125r-125,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-125r125,0r0,-375r125,0","w":625},"`":{"d":"250,-1000r-125,0r0,-75r-50,0r0,-50r-75,0r0,-125r125,0r0,25r100,0r0,100r25,0r0,125","w":375},"@":{"d":"375,-200r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r300,0r0,75r50,0r0,50r75,0r0,500r125,0r0,-625r-125,0r0,-125r-500,0r0,125r-125,0r0,625r125,0r0,125r375,0r0,125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-325,0r0,-75xm625,-375r-250,0r0,125r250,0r0,-125","w":1125},"~":{"d":"0,-750r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,125r-125,0r0,-125","w":625},"^":{"d":"300,-800r0,50r75,0r0,125r-125,0r0,-125r-75,0r0,50r-50,0r0,75r-125,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0","w":500},"_":{"d":"0,-125r500,0r0,125r-500,0r0,-125","w":625},"a":{"d":"125,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r375,0r0,-125r-375,0r0,-75r-50,0r0,-50r550,0r0,75r50,0r0,50r75,0r0,500r-625,0r0,-75xm500,-125r0,-125r-250,0r0,125r250,0"},"b":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-25r-100,0r0,-100r-25,0r0,125r-250,0xm500,-500r-200,0r0,50r-50,0r0,275r50,0r0,50r200,0r0,-375"},"c":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r625,0r0,125r-500,0r0,375r500,0r0,125r-625,0r0,-75"},"d":{"d":"500,-500r0,-250r25,0r0,-100r200,0r0,100r25,0r0,750r-250,0r0,-125r-25,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,25r100,0r0,100r25,0xm250,-125r200,0r0,-50r50,0r0,-275r-50,0r0,-50r-200,0r0,375"},"e":{"d":"675,-75r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,250r-500,0r0,125r425,0r0,50xm250,-375r250,0r0,-125r-250,0r0,125"},"f":{"d":"375,-750r0,125r250,0r0,125r-250,0r0,500r-250,0r0,-500r-125,0r0,-125r125,0r0,-125r75,0r0,-50r50,0r0,-75r375,0r0,125r-250,0","w":750},"g":{"d":"500,125r0,-250r-25,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,25r100,0r0,100r25,0r0,-125r250,0r0,750r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r425,0xm250,-125r200,0r0,-50r50,0r0,-275r-50,0r0,-50r-200,0r0,375"},"h":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-200,0r0,50r-50,0r0,450r-250,0"},"i":{"d":"0,-625r250,0r0,625r-250,0r0,-625xm0,-875r250,0r0,125r-250,0r0,-125","w":375},"j":{"d":"125,175r0,75r-250,0r0,-125r125,0r0,-750r250,0r0,750r-75,0r0,50r-50,0xm0,-875r250,0r0,125r-250,0r0,-125","w":375},"k":{"d":"500,-125r-125,0r0,-125r-125,0r0,250r-250,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,375r125,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r-250,0r0,-125"},"l":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,750r-250,0","w":375},"m":{"d":"300,-500r0,50r-50,0r0,450r-250,0r0,-625r250,0r0,125r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r100,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-200,0r0,50r-50,0r0,450r-250,0r0,-500r-200,0","w":1375},"n":{"d":"300,-500r0,50r-50,0r0,450r-250,0r0,-625r250,0r0,125r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-200,0"},"o":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-500,0xm250,-500r0,375r250,0r0,-375r-250,0"},"p":{"d":"250,-625r0,125r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-25r-100,0r0,-100r-25,0r0,250r-25,0r0,100r-200,0r0,-100r-25,0r0,-750r250,0xm500,-500r-200,0r0,50r-50,0r0,275r50,0r0,50r200,0r0,-375"},"q":{"d":"750,-625r0,750r-25,0r0,100r-200,0r0,-100r-25,0r0,-250r-25,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,25r100,0r0,100r25,0r0,-125r250,0xm250,-125r200,0r0,-50r50,0r0,-275r-50,0r0,-50r-200,0r0,375"},"r":{"d":"300,-500r0,50r-50,0r0,450r-250,0r0,-625r250,0r0,125r25,0r0,-100r100,0r0,-25r250,0r0,125r-325,0","w":750},"s":{"d":"0,-125r500,0r0,-125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r625,0r0,125r-500,0r0,125r375,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-625,0r0,-125"},"t":{"d":"125,-125r0,-375r-125,0r0,-125r125,0r0,-125r75,0r0,-50r100,0r0,50r75,0r0,125r250,0r0,125r-250,0r0,375r250,0r0,125r-375,0r0,-25r-100,0r0,-100r-25,0","w":750},"u":{"d":"375,-25r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r200,0r0,-50r50,0r0,-450r250,0r0,625r-250,0r0,-125r-25,0r0,100r-100,0"},"v":{"d":"625,-125r-125,0r0,125r-250,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-250r250,0r0,325r50,0r0,50r150,0r0,-50r50,0r0,-325r250,0r0,250r-25,0r0,100r-100,0r0,150"},"w":{"d":"125,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r250,0r0,-500r250,0r0,500r250,0r0,-500r250,0r0,500r-75,0r0,50r-50,0r0,75r-375,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-375,0r0,-75","w":1375},"x":{"d":"0,-125r125,0r0,-125r125,0r0,-125r-125,0r0,-125r-125,0r0,-125r250,0r0,125r250,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r-250,0r0,-125r-250,0r0,125r-250,0r0,-125"},"y":{"d":"500,125r0,-125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r250,0r0,-500r250,0r0,750r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r425,0"},"z":{"d":"750,-125r0,125r-750,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-375,0r0,-125r750,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,125r375,0"},"R":{"d":"750,-750r0,250r-75,0r0,50r-50,0r0,100r100,0r0,100r25,0r0,250r-250,0r0,-325r-50,0r0,-50r-200,0r0,375r-250,0r0,-875r625,0r0,75r50,0r0,50r75,0xm500,-750r-250,0r0,250r250,0r0,-250"},"4":{"d":"125,-600r0,-150r125,0r0,-125r375,0r0,500r125,0r0,125r-125,0r0,250r-250,0r0,-250r-375,0r0,-250r25,0r0,-100r100,0xm375,-375r0,-250r-75,0r0,50r-50,0r0,200r125,0"},".":{"d":"0,-125r250,0r0,125r-250,0r0,-125","w":375},"\u00a0":{"w":500}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
 * 
 * Manufacturer:
 * Yusuke Kamiyamane
 */
Cufon.registerFont({"w":750,"face":{"font-family":"PF Tempesta Seven Compressed Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-125 -1250 1000 250","underline-thickness":"125","underline-position":"-126","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":375},"A":{"d":"625,-750r0,750r-250,0r0,-375r-125,0r0,375r-250,0r0,-750r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0xm250,-500r125,0r0,-250r-125,0r0,250"},"B":{"d":"500,-450r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-875r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0xm375,-500r0,-250r-125,0r0,250r125,0xm375,-125r0,-250r-125,0r0,250r125,0"},"C":{"d":"125,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,125r-250,0r0,625r250,0r0,125r-375,0r0,-75","w":625},"D":{"d":"500,0r-500,0r0,-875r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75xm250,-125r125,0r0,-625r-125,0r0,625"},"E":{"d":"375,-450r0,75r-125,0r0,250r250,0r0,125r-500,0r0,-875r500,0r0,125r-250,0r0,250r175,0r0,50r-50,0","w":625},"F":{"d":"375,-450r0,75r-125,0r0,375r-250,0r0,-875r500,0r0,125r-250,0r0,250r175,0r0,50r-50,0","w":625,"k":{"J":125}},"H":{"d":"375,-375r-125,0r0,375r-250,0r0,-875r250,0r0,375r125,0r0,-375r250,0r0,875r-250,0r0,-375"},"I":{"d":"0,-875r250,0r0,875r-250,0r0,-875","w":375},"J":{"d":"0,-125r125,0r0,-750r250,0r0,750r-75,0r0,50r-50,0r0,75r-250,0r0,-125","w":500},"K":{"d":"375,-675r0,-200r250,0r0,125r-25,0r0,100r-100,0r0,151r-125,0r0,124r125,0r0,150r100,0r0,100r25,0r0,125r-250,0r0,-200r-50,0r0,-49r-75,0r0,249r-250,0r0,-875r250,0r0,250r75,0r0,-50r50,0"},"L":{"d":"0,-875r250,0r0,750r125,0r0,125r-375,0r0,-875","w":500,"k":{"T":125,"V":125}},"M":{"d":"500,-750r125,0r0,-125r250,0r0,875r-250,0r0,-499r-125,0r0,124r-125,0r0,-124r-125,0r0,499r-250,0r0,-875r250,0r0,125r125,0r0,125r125,0r0,-125","w":1000},"N":{"d":"250,-750r0,750r-250,0r0,-875r500,0r0,75r50,0r0,50r75,0r0,750r-250,0r0,-750r-125,0"},"Z":{"d":"250,-325r0,200r250,0r0,125r-500,0r0,-250r25,0r0,-100r100,0r0,-150r75,0r0,-50r50,0r0,-200r-250,0r0,-125r500,0r0,250r-25,0r0,100r-100,0r0,150r-75,0r0,50r-50,0","w":625},"Y":{"d":"375,-125r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r300,0"},"X":{"d":"300,-625r75,0r0,-250r250,0r0,125r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,25r125,0r0,150r100,0r0,100r25,0r0,125r-250,0r0,-250r-75,0r0,50r-50,0r0,200r-250,0r0,-125r25,0r0,-100r100,0r0,-150r125,0r0,-25r-100,0r0,-100r-25,0r0,-150r-100,0r0,-100r-25,0r0,-125r250,0r0,200r50,0r0,50"},"V":{"d":"500,-125r-125,0r0,125r-125,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-500r250,0r0,575r50,0r0,50r75,0r0,-625r250,0r0,500r-25,0r0,100r-100,0r0,150","k":{"J":125}},"U":{"d":"625,-125r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-750r250,0r0,750r125,0r0,-750r250,0r0,750"},"T":{"d":"0,-875r500,0r0,125r-125,0r0,750r-250,0r0,-750r-125,0r0,-125","w":625,"k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"S":{"d":"0,-125r250,0r0,-250r-125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-125","w":625},"Q":{"d":"375,50r-50,0r0,-50r-200,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r125,0r0,125r-250,0r0,-75xm250,-750r0,625r125,0r0,-625r-125,0"},"P":{"d":"625,-750r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,375r-250,0r0,-875r500,0r0,75r50,0r0,50r75,0xm375,-750r-125,0r0,250r125,0r0,-250","k":{"J":125}},"O":{"d":"75,-125r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50xm250,-750r0,625r125,0r0,-625r-125,0"},"G":{"d":"625,0r-500,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,625r125,0r0,-375r250,0r0,500"},"!":{"d":"0,-875r250,0r0,625r-250,0r0,-625xm0,-125r250,0r0,125r-250,0r0,-125","w":375},"\"":{"d":"0,-875r250,0r0,250r-250,0r0,-250xm375,-875r250,0r0,250r-250,0r0,-250"},"'":{"d":"0,-875r250,0r0,250r-250,0r0,-250","w":375},",":{"d":"0,0r25,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"(":{"d":"250,0r125,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-875r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0r0,875","w":500},"0":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0xm250,-750r0,625r125,0r0,-625r-125,0"},"8":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-375,0xm250,-750r0,250r125,0r0,-250r-125,0xm250,-375r0,250r125,0r0,-250r-125,0"},"9":{"d":"375,-375r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r300,0r0,-250xm375,-500r0,-250r-125,0r0,250r125,0"},"6":{"d":"250,-500r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r425,0r0,50r-50,0r0,75r-250,0r0,250xm250,-375r0,250r125,0r0,-250r-125,0"},"5":{"d":"0,-125r250,0r0,-250r-250,0r0,-500r500,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-125","w":625},"3":{"d":"0,-125r250,0r0,-250r-125,0r0,-75r-50,0r0,-50r175,0r0,-250r-250,0r0,-125r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-125","w":625},"2":{"d":"0,-875r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-125,0r0,250r250,0r0,125r-500,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,-250r-250,0r0,-125","w":625},"1":{"d":"125,0r0,-750r-125,0r0,-125r375,0r0,875r-250,0","w":500},"7":{"d":"125,-375r25,0r0,-100r100,0r0,-275r-250,0r0,-125r500,0r0,375r-75,0r0,50r-50,0r0,450r-250,0r0,-375","w":625},"{":{"d":"375,-375r0,375r125,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r-125,0r0,-125r125,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0r0,375r-125,0r0,125r125,0","w":625},"|":{"d":"0,-1000r250,0r0,1125r-250,0r0,-1125","w":375},"[":{"d":"0,-1000r375,0r0,125r-125,0r0,875r125,0r0,125r-375,0r0,-1125","w":500},"]":{"d":"375,125r-375,0r0,-125r125,0r0,-875r-125,0r0,-125r375,0r0,1125","w":500},"W":{"d":"125,-75r-50,0r0,-50r-75,0r0,-750r250,0r0,750r125,0r0,-750r250,0r0,750r125,0r0,-750r250,0r0,750r-75,0r0,50r-50,0r0,75r-250,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-250,0r0,-75","w":1125},":":{"d":"0,-125r250,0r0,125r-250,0r0,-125xm0,-625r250,0r0,125r-250,0r0,-125","w":375},";":{"d":"0,-625r250,0r0,125r-250,0r0,-125xm0,0r25,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"+":{"d":"0,-500r250,0r0,-250r250,0r0,250r250,0r0,125r-250,0r0,250r-250,0r0,-250r-250,0r0,-125","w":875},"-":{"d":"0,-375r500,0r0,125r-500,0r0,-125","w":625},"?":{"d":"125,-375r75,0r0,-50r50,0r0,-325r-250,0r0,-125r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,200r-250,0r0,-125xm125,-125r250,0r0,125r-250,0r0,-125","w":625},"=":{"d":"0,-375r500,0r0,125r-500,0r0,-125xm0,-625r500,0r0,125r-500,0r0,-125","w":625},"<":{"d":"250,-125r0,-125r-125,0r0,-125r-125,0r0,-125r125,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r-250,0","w":625},">":{"d":"0,-125r0,-125r125,0r0,-125r125,0r0,-125r-125,0r0,-125r-125,0r0,-125r250,0r0,125r125,0r0,125r125,0r0,125r-125,0r0,125r-125,0r0,125r-250,0","w":625},"\/":{"d":"125,-125r0,-125r25,0r0,-100r100,0r0,-150r75,0r0,-50r50,0r0,-200r125,0r0,-125r250,0r0,126r-125,0r0,124r-25,0r0,100r-100,0r0,150r-75,0r0,50r-50,0r0,201r-125,0r0,124r-250,0r0,-125r125,0","w":875},"\\":{"d":"350,-725r0,100r25,0r0,125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r-250,0r0,-150r-100,0r0,-100r-25,0r0,-125r-125,0r0,-125r-125,0r0,-200r-50,0r0,-50r-75,0r0,-125r250,0r0,150r100,0","w":875},"&":{"d":"625,-375r0,250r125,0r0,125r-125,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,250r125,0r0,25r100,0r0,100r50,0r0,-100r100,0r0,-25r125,0r0,125r-125,0xm375,-375r-125,0r0,250r125,0r0,-250","w":875},"%":{"d":"500,-725r0,-150r250,0r0,125r-75,0r0,50r-50,0r0,200r-125,0r0,125r-125,0r0,125r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":875},"#":{"d":"500,-250r-125,0r0,250r-250,0r0,-250r-125,0r0,-125r125,0r0,-125r-125,0r0,-125r125,0r0,-250r250,0r0,250r125,0r0,-250r250,0r0,250r125,0r0,125r-125,0r0,125r125,0r0,125r-125,0r0,250r-250,0r0,-250xm375,-375r125,0r0,-125r-125,0r0,125","w":1000},"$":{"d":"375,125r-250,0r0,-125r-125,0r0,-125r250,0r0,-250r-125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-200r250,0r0,125r125,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,200","w":625},")":{"d":"125,-875r-125,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,875r-75,0r0,50r-50,0r0,75r-250,0r0,-125r125,0r0,-875","w":500},"*":{"d":"750,-500r-125,0r0,125r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,250r-250,0r0,-250r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-125r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,-250r250,0r0,250r75,0r0,-50r50,0r0,-75r125,0r0,125","w":875},"}":{"d":"250,-375r0,-125r-125,0r0,-375r-125,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,375r125,0r0,125r-125,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-125r125,0r0,-375r125,0","w":625},"`":{"d":"250,-1000r-125,0r0,-75r-50,0r0,-50r-75,0r0,-125r125,0r0,25r100,0r0,100r25,0r0,125","w":375},"@":{"d":"375,-200r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,-125r-125,0r0,-75r-50,0r0,-50r175,0r0,75r50,0r0,50r75,0r0,500r125,0r0,-625r-125,0r0,-125r-375,0r0,125r-125,0r0,625r125,0r0,125r250,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-200,0r0,-75xm500,-375r-125,0r0,125r125,0r0,-125","w":1000},"~":{"d":"0,-750r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,125r-125,0r0,-125","w":625},"^":{"d":"300,-800r0,50r75,0r0,125r-125,0r0,-125r-75,0r0,50r-50,0r0,75r-125,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0","w":500},"_":{"d":"0,-125r500,0r0,125r-500,0r0,-125","w":625},"a":{"d":"125,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r425,0r0,75r50,0r0,50r75,0r0,500r-500,0r0,-75xm375,-125r0,-125r-125,0r0,125r125,0"},"b":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,125r250,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-500,0xm375,-125r0,-375r-125,0r0,375r125,0"},"c":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,125r-250,0r0,375r250,0r0,125r-375,0r0,-75","w":625},"d":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,-125r25,0r0,-100r200,0r0,100r25,0r0,750r-500,0r0,-75xm375,-125r0,-375r-125,0r0,375r125,0"},"e":{"d":"550,-75r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,250r-375,0r0,125r300,0r0,50xm250,-375r125,0r0,-125r-125,0r0,125"},"f":{"d":"375,-750r0,125r125,0r0,125r-125,0r0,500r-250,0r0,-500r-125,0r0,-125r125,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0","w":625},"g":{"d":"375,125r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r300,0xm375,-125r0,-375r-125,0r0,375r125,0"},"h":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,125r250,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-125,0r0,500r-250,0"},"i":{"d":"0,-625r250,0r0,625r-250,0r0,-625xm0,-875r250,0r0,125r-250,0r0,-125","w":375},"j":{"d":"125,175r0,75r-250,0r0,-125r125,0r0,-750r250,0r0,750r-75,0r0,50r-50,0xm0,-875r250,0r0,125r-250,0r0,-125","w":375},"k":{"d":"625,-125r0,125r-250,0r0,-125r-125,0r0,125r-250,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,250r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0"},"l":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,750r-250,0","w":375},"m":{"d":"0,-625r375,0r0,25r100,0r0,100r50,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-125,0r0,500r-250,0r0,-500r-125,0r0,500r-250,0r0,-625","w":1125},"n":{"d":"250,-500r0,500r-250,0r0,-625r500,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-125,0"},"o":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-375,0xm250,-500r0,375r125,0r0,-375r-125,0"},"p":{"d":"500,-625r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,125r-25,0r0,100r-200,0r0,-100r-25,0r0,-750r500,0xm375,-125r0,-375r-125,0r0,375r125,0"},"q":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,750r-25,0r0,100r-200,0r0,-100r-25,0r0,-125r-250,0r0,-75xm375,-125r0,-375r-125,0r0,375r125,0"},"r":{"d":"375,-500r-125,0r0,500r-250,0r0,-625r375,0r0,125","w":500},"s":{"d":"0,-125r250,0r0,-125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r375,0r0,125r-250,0r0,125r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-375,0r0,-125","w":625},"t":{"d":"125,-125r0,-375r-125,0r0,-125r125,0r0,-125r75,0r0,-50r100,0r0,50r75,0r0,125r125,0r0,125r-125,0r0,375r125,0r0,125r-250,0r0,-25r-100,0r0,-100r-25,0","w":625},"u":{"d":"125,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,625r-500,0r0,-75"},"v":{"d":"500,-125r-125,0r0,125r-125,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-250r250,0r0,325r50,0r0,50r75,0r0,-375r250,0r0,250r-25,0r0,100r-100,0r0,150"},"w":{"d":"125,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,500r-75,0r0,50r-50,0r0,75r-250,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-250,0r0,-75","w":1125},"x":{"d":"125,-400r-100,0r0,-100r-25,0r0,-125r250,0r0,200r50,0r0,50r75,0r0,-250r250,0r0,125r-25,0r0,100r-100,0r0,175r100,0r0,100r25,0r0,125r-250,0r0,-250r-75,0r0,50r-50,0r0,200r-250,0r0,-125r25,0r0,-100r100,0r0,-175"},"y":{"d":"375,125r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r300,0"},"z":{"d":"500,-125r0,125r-500,0r0,-250r125,0r0,-125r125,0r0,-125r-250,0r0,-125r500,0r0,250r-125,0r0,125r-125,0r0,125r250,0","w":625},"R":{"d":"625,-750r0,250r-75,0r0,50r-50,0r0,100r100,0r0,100r25,0r0,250r-250,0r0,-325r-50,0r0,-50r-75,0r0,375r-250,0r0,-875r500,0r0,75r50,0r0,50r75,0xm375,-750r-125,0r0,250r125,0r0,-250"},"4":{"d":"125,-600r0,-150r125,0r0,-125r375,0r0,875r-250,0r0,-250r-375,0r0,-250r25,0r0,-100r100,0xm375,-375r0,-250r-75,0r0,50r-50,0r0,200r125,0"},".":{"d":"0,-125r250,0r0,125r-250,0r0,-125","w":375},"\u00a0":{"w":375}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
 * 
 * Manufacturer:
 * Yusuke Kamiyamane
 */
Cufon.registerFont({"w":500,"face":{"font-family":"PF Tempesta Seven Compressed","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-125 -1250 875 250","underline-thickness":"125","underline-position":"-126","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":250},"A":{"d":"375,-750r0,750r-125,0r0,-375r-125,0r0,375r-125,0r0,-750r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0xm125,-500r125,0r0,-250r-125,0r0,250"},"B":{"d":"250,-450r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,-875r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0xm250,-500r0,-250r-125,0r0,250r125,0xm125,-125r125,0r0,-249r-125,0r0,249"},"C":{"d":"125,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r250,0r0,125r-250,0r0,625r250,0r0,125r-250,0r0,-75"},"D":{"d":"250,0r-250,0r0,-875r250,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75xm125,-125r125,0r0,-625r-125,0r0,625"},"E":{"d":"250,-450r0,75r-125,0r0,250r250,0r0,125r-375,0r0,-875r375,0r0,125r-250,0r0,250r175,0r0,50r-50,0"},"F":{"d":"250,-450r0,75r-125,0r0,375r-125,0r0,-875r375,0r0,125r-250,0r0,250r175,0r0,50r-50,0","k":{"J":125}},"H":{"d":"250,-375r-125,0r0,375r-125,0r0,-875r125,0r0,375r125,0r0,-375r125,0r0,875r-125,0r0,-375"},"I":{"d":"0,-875r125,0r0,875r-125,0r0,-875","w":250},"J":{"d":"0,-125r125,0r0,-750r125,0r0,750r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"K":{"d":"200,-375r-75,0r0,375r-125,0r0,-875r125,0r0,375r75,0r0,-50r50,0r0,-325r125,0r0,250r-25,0r0,100r-100,0r0,175r100,0r0,100r25,0r0,250r-125,0r0,-325r-50,0r0,-50"},"L":{"d":"0,-875r125,0r0,750r125,0r0,125r-250,0r0,-875","w":375,"k":{"T":125,"V":125,"Y":125}},"M":{"d":"375,0r-125,0r0,-750r-125,0r0,750r-125,0r0,-875r250,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,750r-125,0r0,-749r-125,0r0,749","w":750},"N":{"d":"125,-750r0,750r-125,0r0,-875r250,0r0,75r50,0r0,50r75,0r0,750r-125,0r0,-750r-125,0"},"Z":{"d":"0,-750r0,-125r375,0r0,250r-25,0r0,100r-100,0r0,150r-75,0r0,50r-50,0r0,200r250,0r0,125r-375,0r0,-250r25,0r0,-100r100,0r0,-150r75,0r0,-50r50,0r0,-200r-250,0"},"Y":{"d":"251,0r-126,0r0,-525r-100,0r0,-100r-25,0r0,-250r125,0r0,325r50,0r0,50r75,0r0,-375r125,0r0,250r-25,0r0,100r-99,0r0,525","k":{"J":125}},"X":{"d":"350,-250r25,0r0,250r-125,0r0,-375r-75,0r0,50r-50,0r0,325r-125,0r0,-250r25,0r0,-100r100,0r0,-175r-100,0r0,-100r-25,0r0,-250r125,0r0,325r50,0r0,50r75,0r0,-375r125,0r0,250r-25,0r0,100r-99,0r0,175r99,0r0,100"},"V":{"d":"251,0r-126,0r0,-275r-100,0r0,-100r-25,0r0,-500r125,0r0,575r50,0r0,50r75,0r0,-625r125,0r0,500r-25,0r0,100r-99,0r0,275","k":{"J":125}},"U":{"d":"375,-875r0,750r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,-750r125,0r0,750r125,0r0,-750r125,0"},"T":{"d":"0,-875r375,0r0,125r-125,0r0,750r-125,0r0,-750r-125,0r0,-125","k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"S":{"d":"0,-125r250,0r0,-250r-125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r250,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,-125"},"Q":{"d":"250,50r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r125,0r0,125r-125,0r0,-75xm125,-750r0,625r125,0r0,-625r-125,0"},"P":{"d":"375,-750r0,250r-75,0r0,50r-50,0r0,75r-125,0r0,375r-125,0r0,-875r250,0r0,75r50,0r0,50r75,0xm250,-750r-125,0r0,250r125,0r0,-250","k":{"J":125}},"O":{"d":"75,-125r-75,0r0,-625r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50xm125,-750r0,625r125,0r0,-625r-125,0"},"G":{"d":"125,-125r125,0r0,-375r125,0r0,500r-250,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r250,0r0,125r-250,0r0,625"},"!":{"d":"0,-875r125,0r0,625r-125,0r0,-625xm0,-125r125,0r0,125r-125,0r0,-125","w":250},"\"":{"d":"0,-875r125,0r0,250r-125,0r0,-250xm250,-875r125,0r0,250r-125,0r0,-250"},"'":{"d":"0,-875r125,0r0,250r-125,0r0,-250","w":250},",":{"d":"125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r-125,0","w":375},"(":{"d":"125,0r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-875r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,875","w":375},"0":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0xm125,-750r0,625r125,0r0,-625r-125,0"},"8":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-125,0xm125,-750r0,250r125,0r0,-250r-125,0xm125,-374r0,249r125,0r0,-249r-125,0"},"9":{"d":"250,-375r-125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r175,0r0,-250xm125,-750r0,250r125,0r0,-250r-125,0"},"6":{"d":"250,-825r0,75r-125,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r175,0r0,50r-50,0xm125,-375r0,250r125,0r0,-250r-125,0"},"5":{"d":"0,-125r250,0r0,-250r-250,0r0,-500r375,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,-125"},"3":{"d":"0,-125r250,0r0,-249r-125,0r0,-76r-50,0r0,-50r175,0r0,-250r-250,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,-125"},"2":{"d":"0,-875r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-125,0r0,250r250,0r0,125r-375,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,-250r-250,0r0,-125"},"1":{"d":"125,0r0,-750r-125,0r0,-125r250,0r0,875r-125,0","w":375},"7":{"d":"125,-375r25,0r0,-100r100,0r0,-275r-250,0r0,-125r375,0r0,375r-75,0r0,50r-50,0r0,450r-125,0r0,-375"},"{":{"d":"0,-500r125,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,376r-125,0r0,124r125,0r0,375r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-374r-125,0r0,-126"},"|":{"d":"0,-1000r125,0r0,1125r-125,0r0,-1125","w":250},"[":{"d":"0,-1000r250,0r0,125r-125,0r0,875r125,0r0,125r-250,0r0,-1125","w":375},"]":{"d":"0,0r125,0r0,-875r-125,0r0,-125r250,0r0,1125r-250,0r0,-125","w":375},"W":{"d":"250,-75r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,-750r125,0r0,750r125,0r0,-750r125,0r0,750r125,0r0,-750r125,0r0,750r-75,0r0,50r-50,0r0,75r-125,0r0,-124r-75,0r0,49r-50,0","w":750},":":{"d":"125,-125r125,0r0,125r-125,0r0,-125xm125,-625r125,0r0,125r-125,0r0,-125","w":375},";":{"d":"125,-625r125,0r0,125r-125,0r0,-125xm125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r-125,0","w":375},"+":{"d":"0,-500r250,0r0,-250r125,0r0,250r250,0r0,126r-250,0r0,249r-125,0r0,-249r-250,0r0,-126xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"-":{"d":"0,-375r375,0r0,125r-375,0r0,-125"},"?":{"d":"250,-475r0,-275r-250,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,200r-125,0r0,-125r25,0r0,-100r100,0xm125,-125r125,0r0,125r-125,0r0,-125"},"=":{"d":"0,-375r375,0r0,125r-375,0r0,-125xm0,-625r375,0r0,125r-375,0r0,-125"},"<":{"d":"125,-374r-125,0r0,-126r125,0r0,-125r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-125"},">":{"d":"250,-249r-125,0r0,124r-125,0r0,-125r125,0r0,-125r125,0r0,-124r-125,0r0,-125r-125,0r0,-126r125,0r0,125r125,0r0,125r125,0r0,126r-125,0r0,125"},"\/":{"d":"125,-125r0,-125r25,0r0,-100r100,0r0,-150r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,126r-125,0r0,124r-25,0r0,100r-100,0r0,150r-75,0r0,50r-50,0r0,201r-125,0r0,124r-125,0r0,-125r125,0","w":750},"\\":{"d":"225,-725r0,100r25,0r0,125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-124r-125,0r0,-125r-125,0r0,-201r-50,0r0,-50r-75,0r0,-125r125,0r0,150r100,0","w":750},"&":{"d":"125,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r250,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,126r-125,0r0,249r125,0r0,125r-125,0r0,-124r-75,0r0,49r-50,0r0,75r-125,0r0,-75xm250,-125r0,-249r-125,0r0,249r125,0","w":625},"%":{"d":"0,-625r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm500,-125r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm125,-750r0,125r125,0r0,-125r-125,0xm625,-250r0,125r125,0r0,-125r-125,0xm625,-725r0,-150r125,0r0,125r-75,0r0,50r-50,0r0,201r-125,0r0,125r-125,0r0,124r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":1000},"#":{"d":"0,-625r125,0r0,-250r125,0r0,250r125,0r0,-250r125,0r0,250r125,0r0,126r-125,0r0,124r125,0r0,126r-125,0r0,249r-125,0r0,-249r-125,0r0,249r-125,0r0,-249r-125,0r0,-126r125,0r0,-124r-125,0r0,-126xm375,-375r0,-124r-125,0r0,124r125,0xm375,-250r125,0r0,-124r-25,0r0,99r-100,0r0,25xm250,-250r0,-124r-25,0r0,99r-100,0r0,25r125,0xm375,-500r125,0r0,-124r-25,0r0,99r-100,0r0,25xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"$":{"d":"250,-500r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,200r-125,0r0,-125r-125,0r0,-125r250,0r0,-250r-125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-200r125,0r0,125r125,0r0,125r-250,0r0,250r125,0"},")":{"d":"125,-875r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,875r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-875","w":375},"*":{"d":"250,-500r0,-250r125,0r0,250r125,0r0,-125r125,0r0,126r-125,0r0,124r125,0r0,125r-125,0r0,-124r-125,0r0,249r-125,0r0,-249r-125,0r0,124r-125,0r0,-125r125,0r0,-124r-125,0r0,-126r125,0r0,125r125,0xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"}":{"d":"375,-374r-125,0r0,374r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-375r125,0r0,-124r-125,0r0,-376r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,375r125,0r0,126"},"`":{"d":"0,-1125r0,-125r125,0r0,75r50,0r0,50r50,0r0,100r-100,0r0,-100r-125,0","w":375},"@":{"d":"375,-200r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,-125r-125,0r0,-75r-50,0r0,-50r175,0r0,75r50,0r0,50r75,0r0,500r125,0r0,-625r-125,0r0,-125r-375,0r0,125r-125,0r0,625r125,0r0,125r250,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-200,0r0,-75xm500,-375r-125,0r0,125r125,0r0,-125","w":1000},"~":{"d":"375,-625r-125,0r0,-124r-125,0r0,99r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r125,0r0,-100r100,0r0,100r-50,0r0,50r-50,0r0,75","w":625},"^":{"d":"250,-800r50,0r0,50r50,0r0,100r-100,0r0,-100r-125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,75"},"_":{"d":"0,-125r375,0r0,125r-375,0r0,-125"},"a":{"d":"125,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,-125r-125,0r0,-75r-50,0r0,-50r175,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-75xm250,-125r0,-125r-125,0r0,125r125,0"},"b":{"d":"0,-850r100,0r0,100r25,0r0,125r125,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-850xm250,-125r0,-375r-125,0r0,375r125,0"},"c":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,125r-250,0r0,375r250,0r0,125r-250,0r0,-75"},"d":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,-225r100,0r0,100r25,0r0,750r-250,0r0,-75xm125,-125r125,0r0,-375r-125,0r0,375"},"e":{"d":"300,-75r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,250r-250,0r0,125r175,0r0,50xm125,-375r125,0r0,-125r-125,0r0,125"},"f":{"d":"0,-625r125,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,125r125,0r0,126r-125,0r0,499r-125,0r0,-499r-125,0r0,-126xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0"},"g":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,750r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r175,0r0,-125r-125,0r0,-75xm125,-125r125,0r0,-375r-125,0r0,375"},"h":{"d":"125,-500r0,500r-125,0r0,-850r100,0r0,100r25,0r0,125r125,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-125,0"},"i":{"d":"0,-625r125,0r0,625r-125,0r0,-625xm0,-875r125,0r0,125r-125,0r0,-125","w":250},"j":{"d":"0,175r0,75r-125,0r0,-125r125,0r0,-750r125,0r0,750r-75,0r0,50r-50,0xm0,-875r125,0r0,125r-125,0r0,-125","w":250},"k":{"d":"100,-850r0,100r25,0r0,375r75,0r0,-50r50,0r0,-200r125,0r0,125r-25,0r0,100r-100,0r0,175r100,0r0,100r25,0r0,125r-125,0r0,-200r-50,0r0,-50r-75,0r0,250r-125,0r0,-850r100,0"},"l":{"d":"100,-850r0,100r25,0r0,750r-125,0r0,-850r100,0","w":250},"m":{"d":"375,0r-125,0r0,-500r-125,0r0,500r-125,0r0,-625r250,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-499r-125,0r0,499","w":750},"n":{"d":"125,-500r0,500r-125,0r0,-625r250,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-125,0"},"o":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-125,0xm125,-500r0,375r125,0r0,-375r-125,0"},"p":{"d":"250,-625r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-125,0r0,125r-25,0r0,100r-100,0r0,-850r250,0xm250,-125r0,-375r-125,0r0,375r125,0"},"q":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,750r-25,0r0,100r-100,0r0,-225r-125,0r0,-75xm125,-500r0,375r125,0r0,-375r-125,0"},"r":{"d":"0,-625r250,0r0,125r-125,0r0,500r-125,0r0,-625","w":375},"s":{"d":"0,-125r250,0r0,-125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,125r-250,0r0,125r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-250,0r0,-125"},"t":{"d":"0,-625r125,0r0,-175r50,0r0,50r75,0r0,125r125,0r0,126r-125,0r0,374r125,0r0,125r-125,0r0,-25r-100,0r0,-100r-25,0r0,-374r-125,0r0,-126xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0"},"u":{"d":"125,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r125,0r0,-500r125,0r0,625r-250,0r0,-75"},"v":{"d":"251,0r-126,0r0,-275r-100,0r0,-100r-25,0r0,-250r125,0r0,325r50,0r0,50r75,0r0,-375r125,0r0,250r-25,0r0,100r-99,0r0,275"},"w":{"d":"250,-75r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r125,0r0,-500r125,0r0,500r125,0r0,-500r125,0r0,500r-75,0r0,50r-50,0r0,75r-125,0r0,-124r-75,0r0,49r-50,0","w":750},"x":{"d":"350,-125r25,0r0,125r-125,0r0,-250r-75,0r0,50r-50,0r0,200r-125,0r0,-125r25,0r0,-100r100,0r0,-175r-100,0r0,-100r-25,0r0,-125r125,0r0,200r50,0r0,50r75,0r0,-250r125,0r0,125r-25,0r0,100r-99,0r0,175r99,0r0,100"},"y":{"d":"250,125r0,-125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r125,0r0,-500r125,0r0,750r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r175,0"},"z":{"d":"125,-125r250,0r0,125r-375,0r0,-250r125,0r0,-125r125,0r0,-125r-250,0r0,-125r375,0r0,251r-125,0r0,125r-125,0r0,124"},"R":{"d":"375,-750r0,250r-75,0r0,50r-50,0r0,100r100,0r0,100r25,0r0,250r-125,0r0,-325r-50,0r0,-50r-75,0r0,375r-125,0r0,-875r250,0r0,75r50,0r0,50r75,0xm250,-750r-125,0r0,250r125,0r0,-250"},"4":{"d":"250,0r0,-250r-250,0r0,-250r25,0r0,-100r100,0r0,-150r125,0r0,-125r125,0r0,875r-125,0xm250,-625r-75,0r0,50r-50,0r0,200r125,0r0,-250"},".":{"d":"125,-125r125,0r0,125r-125,0r0,-125","w":375},"\u00a0":{"w":250}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
 * 
 * Manufacturer:
 * Yusuke Kamiyamane
 */
Cufon.registerFont({"w":750,"face":{"font-family":"PF Tempesta Seven Condensed Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-125 -1250 1000 250","underline-thickness":"125","underline-position":"-126","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":375},"A":{"d":"625,-750r0,750r-250,0r0,-375r-125,0r0,375r-250,0r0,-750r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0xm250,-500r125,0r0,-250r-125,0r0,250"},"B":{"d":"500,-450r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-875r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0xm375,-500r0,-250r-125,0r0,250r125,0xm375,-125r0,-250r-125,0r0,250r125,0"},"C":{"d":"125,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,625r375,0r0,125r-500,0r0,-75"},"D":{"d":"500,0r-500,0r0,-875r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75xm250,-125r125,0r0,-625r-125,0r0,625"},"E":{"d":"500,-450r0,75r-250,0r0,250r375,0r0,125r-625,0r0,-875r625,0r0,125r-375,0r0,250r300,0r0,50r-50,0"},"F":{"d":"500,-450r0,75r-250,0r0,375r-250,0r0,-875r625,0r0,125r-375,0r0,250r300,0r0,50r-50,0","k":{"J":125}},"H":{"d":"375,-375r-125,0r0,375r-250,0r0,-875r250,0r0,375r125,0r0,-375r250,0r0,875r-250,0r0,-375"},"I":{"d":"0,-875r250,0r0,875r-250,0r0,-875","w":375},"J":{"d":"0,-125r250,0r0,-750r250,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-125","w":625},"K":{"d":"375,-675r0,-200r250,0r0,125r-25,0r0,100r-100,0r0,151r-125,0r0,124r125,0r0,150r100,0r0,100r25,0r0,125r-250,0r0,-200r-50,0r0,-49r-75,0r0,249r-250,0r0,-875r250,0r0,250r75,0r0,-50r50,0"},"L":{"d":"0,-875r250,0r0,750r250,0r0,125r-500,0r0,-875","w":625,"k":{"T":125,"V":125}},"M":{"d":"500,-750r125,0r0,-125r250,0r0,875r-250,0r0,-499r-125,0r0,124r-125,0r0,-124r-125,0r0,499r-250,0r0,-875r250,0r0,125r125,0r0,125r125,0r0,-125","w":1000},"N":{"d":"350,-625r25,0r0,125r125,0r0,-375r250,0r0,875r-250,0r0,-150r-100,0r0,-100r-25,0r0,-125r-125,0r0,375r-250,0r0,-875r250,0r0,150r100,0r0,100","w":875},"Z":{"d":"250,-325r0,200r250,0r0,125r-500,0r0,-250r25,0r0,-100r100,0r0,-150r75,0r0,-50r50,0r0,-200r-250,0r0,-125r500,0r0,250r-25,0r0,100r-100,0r0,150r-75,0r0,50r-50,0","w":625},"Y":{"d":"375,-125r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r300,0"},"X":{"d":"300,-625r75,0r0,-250r250,0r0,125r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,25r125,0r0,150r100,0r0,100r25,0r0,125r-250,0r0,-250r-75,0r0,50r-50,0r0,200r-250,0r0,-125r25,0r0,-100r100,0r0,-150r125,0r0,-25r-100,0r0,-100r-25,0r0,-150r-100,0r0,-100r-25,0r0,-125r250,0r0,200r50,0r0,50"},"V":{"d":"500,-125r-125,0r0,125r-125,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-500r250,0r0,575r50,0r0,50r75,0r0,-625r250,0r0,500r-25,0r0,100r-100,0r0,150","k":{"J":125}},"U":{"d":"625,-125r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-750r250,0r0,750r125,0r0,-750r250,0r0,750"},"T":{"d":"0,-875r500,0r0,125r-125,0r0,750r-250,0r0,-750r-125,0r0,-125","w":625,"k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"S":{"d":"0,-125r375,0r0,-250r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,250r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-125"},"Q":{"d":"375,50r-50,0r0,-50r-200,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r125,0r0,125r-250,0r0,-75xm250,-750r0,625r125,0r0,-625r-125,0"},"P":{"d":"625,-750r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,375r-250,0r0,-875r500,0r0,75r50,0r0,50r75,0xm375,-750r-125,0r0,250r125,0r0,-250","k":{"J":125}},"O":{"d":"75,-125r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50xm250,-750r0,625r125,0r0,-625r-125,0"},"G":{"d":"625,0r-500,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,625r125,0r0,-375r250,0r0,500"},"!":{"d":"0,-875r250,0r0,625r-250,0r0,-625xm0,-125r250,0r0,125r-250,0r0,-125","w":375},"\"":{"d":"0,-875r250,0r0,250r-250,0r0,-250xm375,-875r250,0r0,250r-250,0r0,-250"},"'":{"d":"0,-875r250,0r0,250r-250,0r0,-250","w":375},",":{"d":"0,0r25,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"(":{"d":"250,0r125,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-875r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0r0,875","w":500},"0":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0xm250,-750r0,625r125,0r0,-625r-125,0"},"8":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-375,0xm250,-750r0,250r125,0r0,-250r-125,0xm250,-375r0,250r125,0r0,-250r-125,0"},"9":{"d":"375,-375r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r300,0r0,-250xm375,-500r0,-250r-125,0r0,250r125,0"},"6":{"d":"250,-500r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r425,0r0,50r-50,0r0,75r-250,0r0,250xm250,-375r0,250r125,0r0,-250r-125,0"},"5":{"d":"0,-125r375,0r0,-250r-375,0r0,-500r625,0r0,125r-375,0r0,250r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-125"},"3":{"d":"0,-125r375,0r0,-250r-250,0r0,-75r-50,0r0,-50r300,0r0,-250r-375,0r0,-125r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-125"},"2":{"d":"0,-875r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,250r375,0r0,125r-625,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,-250r-375,0r0,-125"},"1":{"d":"125,0r0,-750r-125,0r0,-125r375,0r0,875r-250,0","w":500},"7":{"d":"375,-750r-375,0r0,-125r625,0r0,250r-75,0r0,50r-50,0r0,200r-25,0r0,100r-100,0r0,275r-250,0r0,-250r75,0r0,-50r50,0r0,-200r25,0r0,-100r100,0r0,-150"},"{":{"d":"375,-375r0,375r125,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r-125,0r0,-125r125,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0r0,375r-125,0r0,125r125,0","w":625},"|":{"d":"0,-1000r250,0r0,1125r-250,0r0,-1125","w":375},"[":{"d":"0,-1000r375,0r0,125r-125,0r0,875r125,0r0,125r-375,0r0,-1125","w":500},"]":{"d":"375,125r-375,0r0,-125r125,0r0,-875r-125,0r0,-125r375,0r0,1125","w":500},"W":{"d":"125,-75r-50,0r0,-50r-75,0r0,-750r250,0r0,750r125,0r0,-750r250,0r0,750r125,0r0,-750r250,0r0,750r-75,0r0,50r-50,0r0,75r-250,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-250,0r0,-75","w":1125},":":{"d":"0,-125r250,0r0,125r-250,0r0,-125xm0,-625r250,0r0,125r-250,0r0,-125","w":375},";":{"d":"0,-625r250,0r0,125r-250,0r0,-125xm0,0r25,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"+":{"d":"0,-500r250,0r0,-250r250,0r0,250r250,0r0,125r-250,0r0,250r-250,0r0,-250r-250,0r0,-125","w":875},"-":{"d":"0,-375r500,0r0,125r-500,0r0,-125","w":625},"?":{"d":"125,-375r75,0r0,-50r50,0r0,-75r125,0r0,-250r-375,0r0,-125r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-125,0r0,125r-250,0r0,-125xm125,-125r250,0r0,125r-250,0r0,-125"},"=":{"d":"0,-375r500,0r0,125r-500,0r0,-125xm0,-625r500,0r0,125r-500,0r0,-125","w":625},"<":{"d":"250,-125r0,-125r-125,0r0,-125r-125,0r0,-125r125,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r-250,0","w":625},">":{"d":"0,-125r0,-125r125,0r0,-125r125,0r0,-125r-125,0r0,-125r-125,0r0,-125r250,0r0,125r125,0r0,125r125,0r0,125r-125,0r0,125r-125,0r0,125r-250,0","w":625},"\/":{"d":"500,-725r0,-150r250,0r0,125r-75,0r0,50r-50,0r0,200r-125,0r0,125r-125,0r0,125r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":875},"\\":{"d":"350,-725r0,100r25,0r0,125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r-250,0r0,-150r-100,0r0,-100r-25,0r0,-125r-125,0r0,-125r-125,0r0,-200r-50,0r0,-50r-75,0r0,-125r250,0r0,150r100,0","w":875},"&":{"d":"625,-375r0,250r125,0r0,125r-125,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,250r125,0r0,25r100,0r0,100r50,0r0,-100r100,0r0,-25r125,0r0,125r-125,0xm375,-375r-125,0r0,250r125,0r0,-250","w":875},"%":{"d":"0,-625r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm625,-125r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm125,-750r0,125r125,0r0,-125r-125,0xm750,-250r0,125r125,0r0,-125r-125,0xm625,-725r0,-150r250,0r0,125r-75,0r0,50r-50,0r0,200r-125,0r0,125r-125,0r0,125r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":1125},"#":{"d":"500,-250r-125,0r0,250r-250,0r0,-250r-125,0r0,-125r125,0r0,-125r-125,0r0,-125r125,0r0,-250r250,0r0,250r125,0r0,-250r250,0r0,250r125,0r0,125r-125,0r0,125r125,0r0,125r-125,0r0,250r-250,0r0,-250xm375,-375r125,0r0,-125r-125,0r0,125","w":1000},"$":{"d":"375,125r-125,0r0,-125r-250,0r0,-125r250,0r0,-250r-125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r150,0r0,-100r100,0r0,-25r125,0r0,125r250,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-150,0r0,100r-100,0r0,25xm425,-125r75,0r0,-250r-75,0r0,50r-50,0r0,150r50,0r0,50xm375,-550r0,-150r-50,0r0,-50r-75,0r0,250r75,0r0,-50r50,0","w":875},")":{"d":"125,-875r-125,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,875r-75,0r0,50r-50,0r0,75r-250,0r0,-125r125,0r0,-875","w":500},"*":{"d":"750,-500r-125,0r0,125r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,250r-250,0r0,-250r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-125r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,-250r250,0r0,250r75,0r0,-50r50,0r0,-75r125,0r0,125","w":875},"}":{"d":"250,-375r0,-125r-125,0r0,-375r-125,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,375r125,0r0,125r-125,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-125r125,0r0,-375r125,0","w":625},"`":{"d":"250,-1000r-125,0r0,-75r-50,0r0,-50r-75,0r0,-125r125,0r0,25r100,0r0,100r25,0r0,125","w":375},"@":{"d":"375,-200r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r300,0r0,75r50,0r0,50r75,0r0,500r125,0r0,-625r-125,0r0,-125r-500,0r0,125r-125,0r0,625r125,0r0,125r375,0r0,125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-325,0r0,-75xm625,-375r-250,0r0,125r250,0r0,-125","w":1125},"~":{"d":"0,-750r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,125r-125,0r0,-125","w":625},"^":{"d":"300,-800r0,50r75,0r0,125r-125,0r0,-125r-75,0r0,50r-50,0r0,75r-125,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0","w":500},"_":{"d":"0,-125r500,0r0,125r-500,0r0,-125","w":625},"a":{"d":"125,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r425,0r0,75r50,0r0,50r75,0r0,500r-500,0r0,-75xm375,-125r0,-125r-125,0r0,125r125,0"},"b":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,125r250,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-500,0xm375,-125r0,-375r-125,0r0,375r125,0"},"c":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,375r375,0r0,125r-500,0r0,-75"},"d":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,-125r25,0r0,-100r200,0r0,100r25,0r0,750r-500,0r0,-75xm375,-125r0,-375r-125,0r0,375r125,0"},"e":{"d":"550,-75r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,250r-375,0r0,125r300,0r0,50xm250,-375r125,0r0,-125r-125,0r0,125"},"f":{"d":"375,-750r0,125r125,0r0,125r-125,0r0,500r-250,0r0,-500r-125,0r0,-125r125,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0","w":625},"g":{"d":"375,125r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r300,0xm375,-125r0,-375r-125,0r0,375r125,0"},"h":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,125r250,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-125,0r0,500r-250,0"},"i":{"d":"0,-625r250,0r0,625r-250,0r0,-625xm0,-875r250,0r0,125r-250,0r0,-125","w":375},"j":{"d":"125,175r0,75r-250,0r0,-125r125,0r0,-750r250,0r0,750r-75,0r0,50r-50,0xm0,-875r250,0r0,125r-250,0r0,-125","w":375},"k":{"d":"625,-125r0,125r-250,0r0,-125r-125,0r0,125r-250,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,250r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0"},"l":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,750r-250,0","w":375},"m":{"d":"0,-625r375,0r0,25r100,0r0,100r50,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-125,0r0,500r-250,0r0,-500r-125,0r0,500r-250,0r0,-625","w":1125},"n":{"d":"250,-500r0,500r-250,0r0,-625r500,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-125,0"},"o":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-375,0xm250,-500r0,375r125,0r0,-375r-125,0"},"p":{"d":"500,-625r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,125r-25,0r0,100r-200,0r0,-100r-25,0r0,-750r500,0xm375,-125r0,-375r-125,0r0,375r125,0"},"q":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,750r-25,0r0,100r-200,0r0,-100r-25,0r0,-125r-250,0r0,-75xm375,-125r0,-375r-125,0r0,375r125,0"},"r":{"d":"375,-625r125,0r0,125r-200,0r0,50r-50,0r0,450r-250,0r0,-625r250,0r0,125r25,0r0,-100r100,0r0,-25","w":625},"s":{"d":"0,-125r375,0r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,125r250,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-500,0r0,-125"},"t":{"d":"125,-125r0,-375r-125,0r0,-125r125,0r0,-125r75,0r0,-50r100,0r0,50r75,0r0,125r125,0r0,125r-125,0r0,375r125,0r0,125r-250,0r0,-25r-100,0r0,-100r-25,0","w":625},"u":{"d":"125,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,625r-500,0r0,-75"},"v":{"d":"500,-125r-125,0r0,125r-125,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-250r250,0r0,325r50,0r0,50r75,0r0,-375r250,0r0,250r-25,0r0,100r-100,0r0,150"},"w":{"d":"125,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,500r-75,0r0,50r-50,0r0,75r-250,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-250,0r0,-75","w":1125},"x":{"d":"125,-400r-100,0r0,-100r-25,0r0,-125r250,0r0,200r50,0r0,50r75,0r0,-250r250,0r0,125r-25,0r0,100r-100,0r0,175r100,0r0,100r25,0r0,125r-250,0r0,-250r-75,0r0,50r-50,0r0,200r-250,0r0,-125r25,0r0,-100r100,0r0,-175"},"y":{"d":"375,125r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r125,0r0,-500r250,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r300,0"},"z":{"d":"500,-125r0,125r-500,0r0,-250r125,0r0,-125r125,0r0,-125r-250,0r0,-125r500,0r0,250r-125,0r0,125r-125,0r0,125r250,0","w":625},"R":{"d":"625,-750r0,250r-75,0r0,50r-50,0r0,100r100,0r0,100r25,0r0,250r-250,0r0,-325r-50,0r0,-50r-75,0r0,375r-250,0r0,-875r500,0r0,75r50,0r0,50r75,0xm375,-750r-125,0r0,250r125,0r0,-250"},"4":{"d":"125,-600r0,-150r125,0r0,-125r375,0r0,875r-250,0r0,-250r-375,0r0,-250r25,0r0,-100r100,0xm375,-375r0,-250r-75,0r0,50r-50,0r0,200r125,0"},".":{"d":"0,-125r250,0r0,125r-250,0r0,-125","w":375},"\u00a0":{"w":375}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
 * 
 * Manufacturer:
 * Yusuke Kamiyamane
 */
Cufon.registerFont({"w":625,"face":{"font-family":"PF Tempesta Seven Condensed","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-125 -1250 1000 250","underline-thickness":"125","underline-position":"-126","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":375},"A":{"d":"500,-750r0,750r-125,0r0,-375r-250,0r0,375r-125,0r0,-750r75,0r0,-50r50,0r0,-75r250,0r0,75r50,0r0,50r75,0xm125,-500r250,0r0,-250r-250,0r0,250"},"B":{"d":"375,-450r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-875r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0xm375,-500r0,-250r-250,0r0,250r250,0xm125,-125r250,0r0,-249r-250,0r0,249"},"C":{"d":"125,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,125r-375,0r0,625r375,0r0,125r-375,0r0,-75"},"D":{"d":"375,0r-375,0r0,-875r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75xm125,-125r250,0r0,-625r-250,0r0,625"},"E":{"d":"375,-450r0,75r-250,0r0,250r375,0r0,125r-500,0r0,-875r500,0r0,125r-375,0r0,250r300,0r0,50r-50,0"},"F":{"d":"375,-450r0,75r-250,0r0,375r-125,0r0,-875r500,0r0,125r-375,0r0,250r300,0r0,50r-50,0","k":{"J":125}},"H":{"d":"375,-375r-250,0r0,375r-125,0r0,-875r125,0r0,375r250,0r0,-375r125,0r0,875r-125,0r0,-375"},"I":{"d":"0,-875r125,0r0,875r-125,0r0,-875","w":250},"J":{"d":"0,-125r250,0r0,-750r125,0r0,750r-75,0r0,50r-50,0r0,75r-250,0r0,-125","w":500},"K":{"d":"375,-875r125,0r0,125r-75,0r0,50r-50,0r0,201r-125,0r0,124r125,0r0,200r50,0r0,50r75,0r0,125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-124r-125,0r0,374r-125,0r0,-875r125,0r0,375r125,0r0,-125r25,0r0,-100r100,0r0,-150"},"L":{"d":"0,-875r125,0r0,750r250,0r0,125r-375,0r0,-875","w":500,"k":{"T":125,"V":125,"Y":125}},"M":{"d":"375,-625r0,-125r125,0r0,-125r125,0r0,875r-125,0r0,-624r-125,0r0,124r-125,0r0,-124r-125,0r0,624r-125,0r0,-875r125,0r0,125r125,0r0,125r125,0","w":750},"N":{"d":"425,-250r75,0r0,-625r125,0r0,875r-125,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-200r-50,0r0,-50r-75,0r0,625r-125,0r0,-875r125,0r0,125r125,0r0,150r100,0r0,100r25,0r0,200r50,0r0,50","w":750},"Z":{"d":"375,-500r-75,0r0,50r-50,0r0,201r-125,0r0,124r375,0r0,125r-500,0r0,-250r125,0r0,-125r25,0r0,-100r100,0r0,-150r125,0r0,-125r-375,0r0,-125r500,0r0,251r-125,0r0,124"},"Y":{"d":"550,-750r0,50r-50,0r0,201r-125,0r0,499r-125,0r0,-499r-125,0r0,-201r-50,0r0,-50r-75,0r0,-125r125,0r0,150r100,0r0,100r25,0r0,125r125,0r0,-125r25,0r0,-100r100,0r0,-150r125,0r0,125r-75,0","w":750,"k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"X":{"d":"125,-525r-100,0r0,-100r-25,0r0,-250r125,0r0,325r50,0r0,50r150,0r0,-50r50,0r0,-325r125,0r0,250r-25,0r0,100r-100,0r0,175r100,0r0,100r25,0r0,250r-125,0r0,-325r-50,0r0,-50r-150,0r0,50r-50,0r0,325r-125,0r0,-250r25,0r0,-100r100,0r0,-175"},"V":{"d":"500,-375r-25,0r0,100r-99,0r0,275r-126,0r0,-275r-100,0r0,-100r-25,0r0,-200r-50,0r0,-50r-75,0r0,-250r125,0r0,275r100,0r0,100r25,0r0,200r50,0r0,50r75,0r0,-250r25,0r0,-100r100,0r0,-275r125,0r0,250r-75,0r0,50r-50,0r0,200","w":750,"k":{"J":125}},"U":{"d":"500,-875r0,750r-75,0r0,50r-50,0r0,75r-250,0r0,-75r-50,0r0,-50r-75,0r0,-750r125,0r0,750r250,0r0,-750r125,0"},"T":{"d":"0,-875r625,0r0,125r-250,0r0,750r-125,0r0,-750r-250,0r0,-125","w":750,"k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"S":{"d":"0,-125r375,0r0,-250r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,125r-375,0r0,250r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-125"},"Q":{"d":"375,50r-50,0r0,-50r-200,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r250,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r125,0r0,125r-125,0r0,-75xm125,-750r0,625r250,0r0,-625r-250,0"},"P":{"d":"500,-750r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,375r-125,0r0,-875r375,0r0,75r50,0r0,50r75,0xm375,-750r-250,0r0,250r250,0r0,-250","k":{"J":125}},"O":{"d":"75,-125r-75,0r0,-625r75,0r0,-50r50,0r0,-75r250,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-250,0r0,-75r-50,0r0,-50xm125,-750r0,625r250,0r0,-625r-250,0"},"G":{"d":"125,-125r250,0r0,-250r-125,0r0,-125r250,0r0,500r-375,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,125r-375,0r0,625"},"!":{"d":"0,-875r125,0r0,625r-125,0r0,-625xm0,-125r125,0r0,125r-125,0r0,-125","w":250},"\"":{"d":"0,-875r125,0r0,250r-125,0r0,-250xm250,-875r125,0r0,250r-125,0r0,-250","w":500},"'":{"d":"0,-875r125,0r0,250r-125,0r0,-250","w":250},",":{"d":"125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r-125,0","w":375},"(":{"d":"125,0r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-875r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,875","w":375},"0":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r250,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-250,0xm125,-750r0,625r250,0r0,-625r-250,0"},"8":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-250,0xm125,-750r0,250r250,0r0,-250r-250,0xm125,-374r0,249r250,0r0,-249r-250,0"},"9":{"d":"375,-375r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r250,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-250,0r0,-75r-50,0r0,-50r300,0r0,-250xm375,-500r0,-250r-250,0r0,250r250,0"},"6":{"d":"125,-500r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r300,0r0,50r-50,0r0,75r-250,0r0,250xm125,-375r0,250r250,0r0,-250r-250,0"},"5":{"d":"0,-125r375,0r0,-250r-375,0r0,-500r500,0r0,125r-375,0r0,250r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-125"},"3":{"d":"0,-125r375,0r0,-249r-250,0r0,-76r-50,0r0,-50r300,0r0,-250r-375,0r0,-125r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-125"},"2":{"d":"0,-875r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,250r375,0r0,125r-500,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,-250r-375,0r0,-125"},"1":{"d":"125,0r0,-750r-125,0r0,-125r250,0r0,875r-125,0","w":375},"7":{"d":"0,-750r0,-125r500,0r0,250r-75,0r0,50r-50,0r0,200r-25,0r0,100r-100,0r0,275r-125,0r0,-250r75,0r0,-50r50,0r0,-200r25,0r0,-100r100,0r0,-150r-375,0"},"{":{"d":"0,-500r125,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,376r-125,0r0,124r125,0r0,375r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-374r-125,0r0,-126","w":500},"|":{"d":"0,-1000r125,0r0,1125r-125,0r0,-1125","w":250},"[":{"d":"0,-1000r250,0r0,125r-125,0r0,875r125,0r0,125r-250,0r0,-1125","w":375},"]":{"d":"0,0r125,0r0,-875r-125,0r0,-125r250,0r0,1125r-250,0r0,-125","w":375},"W":{"d":"250,-75r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,-750r125,0r0,750r125,0r0,-750r125,0r0,750r125,0r0,-750r125,0r0,750r-75,0r0,50r-50,0r0,75r-125,0r0,-124r-75,0r0,49r-50,0","w":750},":":{"d":"125,-125r125,0r0,125r-125,0r0,-125xm125,-625r125,0r0,125r-125,0r0,-125","w":375},";":{"d":"125,-625r125,0r0,125r-125,0r0,-125xm125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r-125,0","w":375},"+":{"d":"0,-500r250,0r0,-250r125,0r0,250r250,0r0,126r-250,0r0,249r-125,0r0,-249r-250,0r0,-126xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"-":{"d":"0,-375r375,0r0,125r-375,0r0,-125","w":500},"?":{"d":"125,-375r75,0r0,-50r50,0r0,-75r125,0r0,-250r-375,0r0,-125r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-125,0r0,125r-125,0r0,-125xm125,-125r125,0r0,125r-125,0r0,-125"},"=":{"d":"0,-375r375,0r0,125r-375,0r0,-125xm0,-625r375,0r0,125r-375,0r0,-125","w":500},"<":{"d":"125,-374r-125,0r0,-126r125,0r0,-125r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-125","w":500},">":{"d":"250,-249r-125,0r0,124r-125,0r0,-125r125,0r0,-125r125,0r0,-124r-125,0r0,-125r-125,0r0,-126r125,0r0,125r125,0r0,125r125,0r0,126r-125,0r0,125","w":500},"\/":{"d":"125,-125r0,-125r25,0r0,-100r100,0r0,-150r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,126r-125,0r0,124r-25,0r0,100r-100,0r0,150r-75,0r0,50r-50,0r0,201r-125,0r0,124r-125,0r0,-125r125,0","w":750},"\\":{"d":"225,-725r0,100r25,0r0,125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-124r-125,0r0,-125r-125,0r0,-201r-50,0r0,-50r-75,0r0,-125r125,0r0,150r100,0","w":750},"&":{"d":"125,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r250,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,126r-125,0r0,249r125,0r0,125r-125,0r0,-124r-75,0r0,49r-50,0r0,75r-125,0r0,-75xm250,-125r0,-249r-125,0r0,249r125,0"},"%":{"d":"0,-625r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm500,-125r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm125,-750r0,125r125,0r0,-125r-125,0xm625,-250r0,125r125,0r0,-125r-125,0xm625,-725r0,-150r125,0r0,125r-75,0r0,50r-50,0r0,201r-125,0r0,125r-125,0r0,124r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":1000},"#":{"d":"0,-625r125,0r0,-250r125,0r0,250r125,0r0,-250r125,0r0,250r125,0r0,126r-125,0r0,124r125,0r0,126r-125,0r0,249r-125,0r0,-249r-125,0r0,249r-125,0r0,-249r-125,0r0,-126r125,0r0,-124r-125,0r0,-126xm375,-375r0,-124r-125,0r0,124r125,0xm375,-250r125,0r0,-124r-25,0r0,99r-100,0r0,25xm250,-250r0,-124r-25,0r0,99r-100,0r0,25r125,0xm375,-500r125,0r0,-124r-25,0r0,99r-100,0r0,25xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"$":{"d":"0,-125r250,0r0,-249r-125,0r0,-76r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r125,0r0,-125r125,0r0,125r250,0r0,126r-250,0r0,249r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,76r-125,0r0,124r-125,0r0,-124r-250,0r0,-126xm250,-749r-125,0r0,249r125,0r0,-249xm500,-125r0,-249r-125,0r0,249r125,0xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0xm375,-750r0,-124r-25,0r0,99r-100,0r0,25r125,0xm375,0r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},")":{"d":"125,-875r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,875r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-875","w":375},"*":{"d":"250,-500r0,-250r125,0r0,250r125,0r0,-125r125,0r0,126r-125,0r0,124r125,0r0,125r-125,0r0,-124r-125,0r0,249r-125,0r0,-249r-125,0r0,124r-125,0r0,-125r125,0r0,-124r-125,0r0,-126r125,0r0,125r125,0xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"}":{"d":"375,-374r-125,0r0,374r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-375r125,0r0,-124r-125,0r0,-376r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,375r125,0r0,126","w":500},"`":{"d":"0,-1125r0,-125r125,0r0,75r50,0r0,50r50,0r0,100r-100,0r0,-100r-125,0","w":375},"@":{"d":"375,-200r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r300,0r0,75r50,0r0,50r75,0r0,500r125,0r0,-625r-125,0r0,-125r-500,0r0,125r-125,0r0,625r125,0r0,125r375,0r0,125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-325,0r0,-75xm625,-375r-250,0r0,125r250,0r0,-125","w":1125},"~":{"d":"375,-625r-125,0r0,-124r-125,0r0,99r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r125,0r0,-100r100,0r0,100r-50,0r0,50r-50,0r0,75"},"^":{"d":"250,-800r50,0r0,50r50,0r0,100r-100,0r0,-100r-125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,75","w":500},"_":{"d":"0,-125r375,0r0,125r-375,0r0,-125","w":500},"a":{"d":"125,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r300,0r0,75r50,0r0,50r75,0r0,500r-375,0r0,-75xm375,-125r0,-125r-250,0r0,125r250,0"},"b":{"d":"100,-850r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r125,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-125,0r0,-25r-100,0r0,-100r-25,0r0,125r-125,0r0,-850r100,0xm375,-500r-200,0r0,50r-50,0r0,275r50,0r0,50r200,0r0,-375"},"c":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,125r-375,0r0,375r375,0r0,125r-375,0r0,-75"},"d":{"d":"475,-850r0,100r25,0r0,750r-125,0r0,-125r-25,0r0,100r-100,0r0,25r-125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,25r100,0r0,100r25,0r0,-350r100,0xm125,-125r200,0r0,-50r50,0r0,-275r-50,0r0,-50r-200,0r0,375"},"e":{"d":"425,-75r-50,0r0,75r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,75r50,0r0,50r75,0r0,250r-375,0r0,125r300,0r0,50xm125,-375r250,0r0,-125r-250,0r0,125"},"f":{"d":"0,-625r125,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,125r125,0r0,126r-125,0r0,499r-125,0r0,-499r-125,0r0,-126xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":500},"g":{"d":"375,125r0,-250r-25,0r0,100r-100,0r0,25r-125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,25r100,0r0,100r25,0r0,-125r125,0r0,750r-75,0r0,50r-50,0r0,75r-250,0r0,-75r-50,0r0,-50r300,0xm125,-125r200,0r0,-50r50,0r0,-275r-50,0r0,-50r-200,0r0,375"},"h":{"d":"100,-850r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r125,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-200,0r0,50r-50,0r0,450r-125,0r0,-850r100,0"},"i":{"d":"0,-625r125,0r0,625r-125,0r0,-625xm0,-875r125,0r0,125r-125,0r0,-125","w":250},"j":{"d":"0,175r0,75r-125,0r0,-125r125,0r0,-750r125,0r0,750r-75,0r0,50r-50,0xm0,-875r125,0r0,125r-125,0r0,-125","w":250},"k":{"d":"100,-850r0,100r25,0r0,375r125,0r0,-125r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-125r-125,0r0,249r-125,0r0,-850r100,0"},"l":{"d":"100,-850r0,100r25,0r0,750r-125,0r0,-850r100,0","w":250},"m":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r125,0r0,75r50,0r0,50r100,0r0,-100r100,0r0,-25r125,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-200,0r0,50r-50,0r0,450r-125,0r0,-500r-200,0","w":1000},"n":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r125,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-200,0"},"o":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-250,0xm125,-500r0,375r250,0r0,-375r-250,0"},"p":{"d":"125,-625r0,125r25,0r0,-100r100,0r0,-25r125,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-125,0r0,-25r-100,0r0,-100r-25,0r0,250r-25,0r0,100r-100,0r0,-850r125,0xm375,-500r-200,0r0,50r-50,0r0,275r50,0r0,50r200,0r0,-375"},"q":{"d":"350,-125r0,100r-100,0r0,25r-125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,25r100,0r0,100r25,0r0,-125r125,0r0,750r-25,0r0,100r-100,0r0,-350r-25,0xm125,-125r200,0r0,-50r50,0r0,-275r-50,0r0,-50r-200,0r0,375"},"r":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r125,0r0,125r-200,0","w":500},"s":{"d":"0,-125r375,0r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r375,0r0,125r-375,0r0,125r250,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-375,0r0,-125"},"t":{"d":"0,-625r125,0r0,-175r50,0r0,50r75,0r0,125r125,0r0,126r-125,0r0,374r125,0r0,125r-125,0r0,-25r-100,0r0,-100r-25,0r0,-374r-125,0r0,-126xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":500},"u":{"d":"250,-25r0,25r-125,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r200,0r0,-50r50,0r0,-450r125,0r0,625r-125,0r0,-125r-25,0r0,100r-100,0"},"v":{"d":"125,0r0,-150r-100,0r0,-100r-25,0r0,-375r125,0r0,450r50,0r0,50r150,0r0,-50r50,0r0,-450r125,0r0,375r-25,0r0,100r-100,0r0,150r-250,0"},"w":{"d":"250,-75r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r125,0r0,-500r125,0r0,500r125,0r0,-500r125,0r0,500r-75,0r0,50r-50,0r0,75r-125,0r0,-124r-75,0r0,49r-50,0","w":750},"x":{"d":"125,-400r-100,0r0,-100r-25,0r0,-125r125,0r0,200r50,0r0,50r150,0r0,-50r50,0r0,-200r125,0r0,125r-25,0r0,100r-100,0r0,175r100,0r0,100r25,0r0,125r-125,0r0,-200r-50,0r0,-50r-150,0r0,50r-50,0r0,200r-125,0r0,-125r25,0r0,-100r100,0r0,-175"},"y":{"d":"375,125r0,-125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r250,0r0,-500r125,0r0,750r-75,0r0,50r-50,0r0,75r-250,0r0,-75r-50,0r0,-50r300,0"},"z":{"d":"125,-125r250,0r0,125r-375,0r0,-250r125,0r0,-125r125,0r0,-125r-250,0r0,-125r375,0r0,251r-125,0r0,125r-125,0r0,124","w":500},"R":{"d":"500,-750r0,250r-75,0r0,50r-50,0r0,100r100,0r0,100r25,0r0,250r-125,0r0,-325r-50,0r0,-50r-200,0r0,375r-125,0r0,-875r375,0r0,75r50,0r0,50r75,0xm375,-750r-250,0r0,250r250,0r0,-250"},"4":{"d":"125,-750r125,0r0,-125r125,0r0,500r125,0r0,126r-125,0r0,249r-125,0r0,-249r-250,0r0,-251r25,0r0,-100r100,0r0,-150xm250,-625r-75,0r0,50r-50,0r0,200r125,0r0,-250xm375,-250r0,-124r-25,0r0,99r-100,0r0,25r125,0"},".":{"d":"125,-125r125,0r0,125r-125,0r0,-125","w":375},"\u00a0":{"w":375}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
 * 
 * Manufacturer:
 * Yusuke Kamiyamane
 */
Cufon.registerFont({"w":1000,"face":{"font-family":"PF Tempesta Seven Extended Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-125 -1250 1250 250","underline-thickness":"125","underline-position":"-126","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":625},"A":{"d":"875,-750r0,750r-250,0r0,-375r-375,0r0,375r-250,0r0,-750r75,0r0,-50r50,0r0,-75r625,0r0,75r50,0r0,50r75,0xm250,-500r375,0r0,-250r-375,0r0,250"},"B":{"d":"750,-450r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-750,0r0,-875r750,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0xm625,-500r0,-250r-375,0r0,250r375,0xm625,-125r0,-250r-375,0r0,250r375,0"},"C":{"d":"125,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r750,0r0,125r-625,0r0,625r625,0r0,125r-750,0r0,-75"},"D":{"d":"750,0r-750,0r0,-875r750,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75xm250,-125r375,0r0,-625r-375,0r0,625"},"E":{"d":"750,-450r0,75r-500,0r0,250r625,0r0,125r-875,0r0,-875r875,0r0,125r-625,0r0,250r550,0r0,50r-50,0"},"F":{"d":"750,-450r0,75r-500,0r0,375r-250,0r0,-875r875,0r0,125r-625,0r0,250r550,0r0,50r-50,0","k":{"J":125}},"H":{"d":"625,-375r-375,0r0,375r-250,0r0,-875r250,0r0,375r375,0r0,-375r250,0r0,875r-250,0r0,-375"},"I":{"d":"0,-875r250,0r0,875r-250,0r0,-875","w":375},"J":{"d":"0,-125r500,0r0,-750r250,0r0,750r-75,0r0,50r-50,0r0,75r-625,0r0,-125","w":875},"K":{"d":"0,-875r250,0r0,375r125,0r0,-125r125,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,125r-250,0r0,-125r-125,0r0,-125r-125,0r0,-125r-125,0r0,375r-250,0r0,-875"},"L":{"d":"0,-875r250,0r0,750r500,0r0,125r-750,0r0,-875","w":875,"k":{"t":125,"T":125,"V":125,"Y":125}},"M":{"d":"625,-500r0,-125r125,0r0,-125r125,0r0,-125r250,0r0,875r-250,0r0,-499r-125,0r0,124r-125,0r0,125r-125,0r0,-125r-125,0r0,-124r-125,0r0,499r-250,0r0,-875r250,0r0,125r125,0r0,125r125,0r0,125r125,0","w":1250},"N":{"d":"750,-375r0,-500r250,0r0,875r-250,0r0,-125r-125,0r0,-125r-125,0r0,-125r-125,0r0,-125r-125,0r0,500r-250,0r0,-875r250,0r0,125r125,0r0,125r125,0r0,125r125,0r0,125r125,0","w":1125},"Z":{"d":"0,-250r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-500,0r0,-125r750,0r0,250r-125,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,125r500,0r0,125r-750,0r0,-250","w":875},"Y":{"d":"375,0r0,-500r-125,0r0,-125r-125,0r0,-125r-125,0r0,-125r250,0r0,125r125,0r0,125r250,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,500r-250,0","w":1125,"k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"X":{"d":"625,-250r-250,0r0,125r-125,0r0,125r-250,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-125,0r0,-125r-125,0r0,-125r-125,0r0,-125r250,0r0,125r125,0r0,125r250,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,125r-250,0r0,-125r-125,0r0,-125","w":1125},"V":{"d":"500,-375r75,0r0,-50r50,0r0,-450r250,0r0,375r-25,0r0,100r-100,0r0,150r-125,0r0,125r-125,0r0,125r-125,0r0,-125r-125,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-375r250,0r0,450r50,0r0,50r75,0r0,125r125,0r0,-125","k":{"J":125}},"U":{"d":"875,-125r-75,0r0,50r-50,0r0,75r-625,0r0,-75r-50,0r0,-50r-75,0r0,-750r250,0r0,750r375,0r0,-750r250,0r0,750"},"T":{"d":"0,-875r1000,0r0,125r-375,0r0,750r-250,0r0,-750r-375,0r0,-125","w":1125,"k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"S":{"d":"0,-125r625,0r0,-250r-500,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r750,0r0,125r-625,0r0,250r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-750,0r0,-125"},"Q":{"d":"625,50r-50,0r0,-50r-450,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r625,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r125,0r0,125r-250,0r0,-75xm250,-750r0,625r375,0r0,-625r-375,0"},"P":{"d":"875,-750r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,375r-250,0r0,-875r750,0r0,75r50,0r0,50r75,0xm625,-750r-375,0r0,250r375,0r0,-250","k":{"J":125}},"O":{"d":"75,-125r-75,0r0,-625r75,0r0,-50r50,0r0,-75r625,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-625,0r0,-75r-50,0r0,-50xm250,-750r0,625r375,0r0,-625r-375,0"},"G":{"d":"875,0r-750,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r750,0r0,125r-625,0r0,625r375,0r0,-250r-125,0r0,-25r-100,0r0,-100r475,0r0,500"},"!":{"d":"0,-875r250,0r0,625r-250,0r0,-625xm0,-125r250,0r0,125r-250,0r0,-125","w":375},"\"":{"d":"0,-875r250,0r0,250r-250,0r0,-250xm375,-875r250,0r0,250r-250,0r0,-250","w":750},"'":{"d":"0,-875r250,0r0,250r-250,0r0,-250","w":375},",":{"d":"0,0r25,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"(":{"d":"250,0r125,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-875r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0r0,875","w":500},"0":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r625,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-625,0xm250,-750r0,625r375,0r0,-625r-375,0"},"8":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-625,0xm250,-750r0,250r375,0r0,-250r-375,0xm250,-375r0,250r375,0r0,-250r-375,0"},"9":{"d":"625,-375r-500,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r625,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-625,0r0,-75r-50,0r0,-50r550,0r0,-250xm625,-500r0,-250r-375,0r0,250r375,0"},"6":{"d":"250,-500r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r675,0r0,50r-50,0r0,75r-500,0r0,250xm250,-375r0,250r375,0r0,-250r-375,0"},"5":{"d":"0,-125r625,0r0,-250r-625,0r0,-500r875,0r0,125r-625,0r0,250r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-750,0r0,-125"},"3":{"d":"0,-125r625,0r0,-250r-500,0r0,-75r-50,0r0,-50r550,0r0,-250r-625,0r0,-125r750,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-750,0r0,-125"},"2":{"d":"0,-875r750,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,250r625,0r0,125r-875,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,-250r-625,0r0,-125"},"1":{"d":"125,0r0,-750r-125,0r0,-125r375,0r0,875r-250,0","w":500},"7":{"d":"875,-750r-25,0r0,100r-100,0r0,150r-75,0r0,50r-50,0r0,200r-75,0r0,50r-50,0r0,200r-250,0r0,-250r125,0r0,-125r25,0r0,-100r100,0r0,-150r75,0r0,-50r50,0r0,-75r-625,0r0,-125r875,0r0,125"},"{":{"d":"375,-375r0,375r125,0r0,125r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r-125,0r0,-125r125,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,125r-125,0r0,375r-125,0r0,125r125,0","w":625},"|":{"d":"0,-1000r250,0r0,1125r-250,0r0,-1125","w":375},"[":{"d":"0,-1000r375,0r0,125r-125,0r0,875r125,0r0,125r-375,0r0,-1125","w":500},"]":{"d":"375,125r-375,0r0,-125r125,0r0,-875r-125,0r0,-125r375,0r0,1125","w":500},"W":{"d":"125,-75r-50,0r0,-50r-75,0r0,-750r250,0r0,750r250,0r0,-750r250,0r0,750r250,0r0,-750r250,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-375,0r0,-75","w":1375},":":{"d":"0,-125r250,0r0,125r-250,0r0,-125xm0,-625r250,0r0,125r-250,0r0,-125","w":375},";":{"d":"0,-625r250,0r0,125r-250,0r0,-125xm0,0r25,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-125","w":375},"+":{"d":"0,-500r250,0r0,-250r250,0r0,250r250,0r0,125r-250,0r0,250r-250,0r0,-250r-250,0r0,-125","w":875},"-":{"d":"0,-375r500,0r0,125r-500,0r0,-125","w":625},"?":{"d":"250,-375r75,0r0,-50r50,0r0,-75r250,0r0,-250r-625,0r0,-125r750,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,125r-250,0r0,-125xm250,-125r250,0r0,125r-250,0r0,-125"},"=":{"d":"0,-375r500,0r0,125r-500,0r0,-125xm0,-625r500,0r0,125r-500,0r0,-125","w":625},"<":{"d":"250,-125r0,-125r-125,0r0,-125r-125,0r0,-125r125,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r-250,0","w":625},">":{"d":"0,-125r0,-125r125,0r0,-125r125,0r0,-125r-125,0r0,-125r-125,0r0,-125r250,0r0,125r125,0r0,125r125,0r0,125r-125,0r0,125r-125,0r0,125r-250,0","w":625},"\/":{"d":"500,-725r0,-150r250,0r0,125r-75,0r0,50r-50,0r0,200r-125,0r0,125r-125,0r0,125r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":875},"\\":{"d":"350,-725r0,100r25,0r0,125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r-250,0r0,-150r-100,0r0,-100r-25,0r0,-125r-125,0r0,-125r-125,0r0,-200r-50,0r0,-50r-75,0r0,-125r250,0r0,150r100,0","w":875},"&":{"d":"625,-375r0,250r125,0r0,125r-125,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0r0,250r125,0r0,25r100,0r0,100r50,0r0,-100r100,0r0,-25r125,0r0,125r-125,0xm375,-375r-125,0r0,250r125,0r0,-250","w":875},"%":{"d":"0,-625r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm625,-125r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm125,-750r0,125r125,0r0,-125r-125,0xm750,-250r0,125r125,0r0,-125r-125,0xm625,-725r0,-150r250,0r0,125r-75,0r0,50r-50,0r0,200r-125,0r0,125r-125,0r0,125r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":1125},"#":{"d":"500,-250r-125,0r0,250r-250,0r0,-250r-125,0r0,-125r125,0r0,-125r-125,0r0,-125r125,0r0,-250r250,0r0,250r125,0r0,-250r250,0r0,250r125,0r0,125r-125,0r0,125r125,0r0,125r-125,0r0,250r-250,0r0,-250xm375,-375r125,0r0,-125r-125,0r0,125"},"$":{"d":"375,125r-125,0r0,-125r-250,0r0,-125r250,0r0,-250r-125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r150,0r0,-100r100,0r0,-25r125,0r0,125r250,0r0,125r-250,0r0,250r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-150,0r0,100r-100,0r0,25xm425,-125r75,0r0,-250r-75,0r0,50r-50,0r0,150r50,0r0,50xm375,-550r0,-150r-50,0r0,-50r-75,0r0,250r75,0r0,-50r50,0","w":875},")":{"d":"125,-875r-125,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,875r-75,0r0,50r-50,0r0,75r-250,0r0,-125r125,0r0,-875","w":500},"*":{"d":"750,-500r-125,0r0,125r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,250r-250,0r0,-250r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-125r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,-250r250,0r0,250r75,0r0,-50r50,0r0,-75r125,0r0,125","w":875},"}":{"d":"250,-375r0,-125r-125,0r0,-375r-125,0r0,-125r250,0r0,75r50,0r0,50r75,0r0,375r125,0r0,125r-125,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-125r125,0r0,-375r125,0","w":625},"`":{"d":"250,-1000r-125,0r0,-75r-50,0r0,-50r-75,0r0,-125r125,0r0,25r100,0r0,100r25,0r0,125","w":375},"@":{"d":"375,-200r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r300,0r0,75r50,0r0,50r75,0r0,500r125,0r0,-625r-125,0r0,-125r-500,0r0,125r-125,0r0,625r125,0r0,125r375,0r0,125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-325,0r0,-75xm625,-375r-250,0r0,125r250,0r0,-125","w":1125},"~":{"d":"0,-750r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0r0,125r-125,0r0,-125","w":625},"^":{"d":"300,-800r0,50r75,0r0,125r-125,0r0,-125r-75,0r0,50r-50,0r0,75r-125,0r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0","w":500},"_":{"d":"0,-125r500,0r0,125r-500,0r0,-125","w":625},"a":{"d":"125,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r500,0r0,-125r-500,0r0,-75r-50,0r0,-50r675,0r0,75r50,0r0,50r75,0r0,500r-750,0r0,-75xm625,-125r0,-125r-375,0r0,125r375,0"},"b":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r375,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-375,0r0,-25r-100,0r0,-100r-25,0r0,125r-250,0xm625,-500r-325,0r0,50r-50,0r0,275r50,0r0,50r325,0r0,-375"},"c":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r750,0r0,125r-625,0r0,375r625,0r0,125r-750,0r0,-75"},"d":{"d":"625,-500r0,-250r25,0r0,-100r200,0r0,100r25,0r0,750r-250,0r0,-125r-25,0r0,100r-100,0r0,25r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,25r100,0r0,100r25,0xm250,-125r325,0r0,-50r50,0r0,-275r-50,0r0,-50r-325,0r0,375"},"e":{"d":"800,-75r-50,0r0,75r-625,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r625,0r0,75r50,0r0,50r75,0r0,250r-625,0r0,125r550,0r0,50xm250,-375r375,0r0,-125r-375,0r0,125"},"f":{"d":"375,-750r0,125r375,0r0,125r-375,0r0,500r-250,0r0,-500r-125,0r0,-125r125,0r0,-125r75,0r0,-50r50,0r0,-75r500,0r0,125r-375,0","w":875},"g":{"d":"625,125r0,-250r-25,0r0,100r-100,0r0,25r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,25r100,0r0,100r25,0r0,-125r250,0r0,750r-75,0r0,50r-50,0r0,75r-625,0r0,-75r-50,0r0,-50r550,0xm250,-125r325,0r0,-50r50,0r0,-275r-50,0r0,-50r-325,0r0,375"},"h":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r375,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-325,0r0,50r-50,0r0,450r-250,0"},"i":{"d":"0,-625r250,0r0,625r-250,0r0,-625xm0,-875r250,0r0,125r-250,0r0,-125","w":375},"j":{"d":"125,175r0,75r-250,0r0,-125r125,0r0,-750r250,0r0,750r-75,0r0,50r-50,0xm0,-875r250,0r0,125r-250,0r0,-125","w":375},"k":{"d":"750,-25r-100,0r0,-100r-150,0r0,-25r-100,0r0,-99r-150,0r0,249r-250,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,375r150,0r0,-100r100,0r0,-25r150,0r0,-100r100,0r0,-25r125,0r0,125r-75,0r0,50r-50,0r0,75r-200,0r0,50r-50,0r0,75r250,0r0,75r50,0r0,50r75,0r0,125r-125,0r0,-25"},"l":{"d":"0,0r0,-750r25,0r0,-100r200,0r0,100r25,0r0,750r-250,0","w":375},"m":{"d":"300,-500r0,50r-50,0r0,450r-250,0r0,-625r250,0r0,125r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r100,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-200,0r0,50r-50,0r0,450r-250,0r0,-500r-200,0","w":1375},"n":{"d":"300,-500r0,50r-50,0r0,450r-250,0r0,-625r250,0r0,125r25,0r0,-100r100,0r0,-25r375,0r0,75r50,0r0,50r75,0r0,500r-250,0r0,-500r-325,0"},"o":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r625,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-625,0xm250,-500r0,375r375,0r0,-375r-375,0"},"p":{"d":"250,-625r0,125r25,0r0,-100r100,0r0,-25r375,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-375,0r0,-25r-100,0r0,-100r-25,0r0,250r-25,0r0,100r-200,0r0,-100r-25,0r0,-750r250,0xm625,-500r-325,0r0,50r-50,0r0,275r50,0r0,50r325,0r0,-375"},"q":{"d":"875,-625r0,750r-25,0r0,100r-200,0r0,-100r-25,0r0,-250r-25,0r0,100r-100,0r0,25r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,25r100,0r0,100r25,0r0,-125r250,0xm250,-125r325,0r0,-50r50,0r0,-275r-50,0r0,-50r-325,0r0,375"},"r":{"d":"300,-500r0,50r-50,0r0,450r-250,0r0,-625r250,0r0,125r25,0r0,-100r100,0r0,-25r375,0r0,125r-450,0","w":875},"s":{"d":"0,-125r625,0r0,-125r-500,0r0,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r750,0r0,125r-625,0r0,125r500,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-750,0r0,-125"},"t":{"d":"125,-125r0,-375r-125,0r0,-125r125,0r0,-125r75,0r0,-50r100,0r0,50r75,0r0,125r375,0r0,125r-375,0r0,375r375,0r0,125r-500,0r0,-25r-100,0r0,-100r-25,0","w":875},"u":{"d":"500,-25r0,25r-375,0r0,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r325,0r0,-50r50,0r0,-450r250,0r0,625r-250,0r0,-125r-25,0r0,100r-100,0"},"v":{"d":"500,-375r75,0r0,-50r50,0r0,-200r250,0r0,125r-25,0r0,100r-100,0r0,150r-125,0r0,125r-125,0r0,125r-125,0r0,-125r-125,0r0,-125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-125r250,0r0,200r50,0r0,50r75,0r0,125r125,0r0,-125"},"w":{"d":"125,-75r-50,0r0,-50r-75,0r0,-500r250,0r0,500r250,0r0,-500r250,0r0,500r250,0r0,-500r250,0r0,500r-75,0r0,50r-50,0r0,75r-375,0r0,-25r-100,0r0,-100r-50,0r0,100r-100,0r0,25r-375,0r0,-75","w":1375},"x":{"d":"425,-375r75,0r0,-125r125,0r0,-125r250,0r0,125r-125,0r0,125r-125,0r0,125r125,0r0,125r125,0r0,125r-250,0r0,-125r-125,0r0,-125r-75,0r0,50r-50,0r0,75r-125,0r0,125r-250,0r0,-125r125,0r0,-125r125,0r0,-125r-125,0r0,-125r-125,0r0,-125r250,0r0,125r125,0r0,75r50,0r0,50"},"y":{"d":"1000,-500r-125,0r0,125r-25,0r0,100r-100,0r0,150r-125,0r0,125r-25,0r0,100r-100,0r0,150r-250,0r0,-125r75,0r0,-50r50,0r0,-200r-125,0r0,-150r-100,0r0,-100r-25,0r0,-125r-125,0r0,-125r250,0r0,125r125,0r0,200r50,0r0,50r150,0r0,-50r50,0r0,-200r125,0r0,-125r250,0r0,125","w":1125},"z":{"d":"750,-125r0,125r-750,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-375,0r0,-125r750,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,125r375,0","w":875},"R":{"d":"875,-750r0,250r-75,0r0,50r-50,0r0,100r100,0r0,100r25,0r0,250r-250,0r0,-325r-50,0r0,-50r-325,0r0,375r-250,0r0,-875r750,0r0,75r50,0r0,50r75,0xm625,-750r-375,0r0,250r375,0r0,-250"},"4":{"d":"0,-375r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r250,0r0,500r125,0r0,125r-125,0r0,250r-250,0r0,-250r-500,0r0,-125xm375,-375r125,0r0,-125r-125,0r0,125"},".":{"d":"0,-125r250,0r0,125r-250,0r0,-125","w":375},"\u00a0":{"w":625}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
 * 
 * Manufacturer:
 * Yusuke Kamiyamane
 */
Cufon.registerFont({"w":875,"face":{"font-family":"PF Tempesta Seven Extended","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-125 -1250 1125 250","underline-thickness":"125","underline-position":"-126","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":625},"A":{"d":"750,-750r0,750r-125,0r0,-375r-500,0r0,375r-125,0r0,-750r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0xm125,-500r500,0r0,-250r-500,0r0,250"},"B":{"d":"625,-450r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-875r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0xm625,-500r0,-250r-500,0r0,250r500,0xm125,-125r500,0r0,-249r-500,0r0,249"},"C":{"d":"125,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r625,0r0,125r-625,0r0,625r625,0r0,125r-625,0r0,-75"},"D":{"d":"625,0r-625,0r0,-875r625,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75xm125,-125r500,0r0,-625r-500,0r0,625"},"E":{"d":"625,-450r0,75r-500,0r0,250r625,0r0,125r-750,0r0,-875r750,0r0,125r-625,0r0,250r550,0r0,50r-50,0"},"F":{"d":"625,-450r0,75r-500,0r0,375r-125,0r0,-875r750,0r0,125r-625,0r0,250r550,0r0,50r-50,0","k":{"J":125}},"H":{"d":"625,-375r-500,0r0,375r-125,0r0,-875r125,0r0,375r500,0r0,-375r125,0r0,875r-125,0r0,-375"},"I":{"d":"0,-875r125,0r0,875r-125,0r0,-875","w":250},"J":{"d":"0,-125r500,0r0,-750r125,0r0,750r-75,0r0,50r-50,0r0,75r-500,0r0,-125","w":750},"K":{"d":"500,-150r-100,0r0,-100r-150,0r0,-124r-125,0r0,374r-125,0r0,-875r125,0r0,375r125,0r0,125r125,0r0,75r50,0r0,50r200,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-26xm425,-625r0,50r-50,0r0,75r-125,0r0,-125r150,0r0,-100r100,0r0,-25r125,0r0,-125r125,0r0,126r-125,0r0,124r-200,0"},"L":{"d":"0,-875r125,0r0,750r500,0r0,125r-625,0r0,-875","w":750,"k":{"t":125,"T":125,"V":125,"Y":125}},"M":{"d":"875,-499r-125,0r0,125r-125,0r0,124r-125,0r0,-124r-125,0r0,-125r-125,0r0,-125r-125,0r0,624r-125,0r0,-875r125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,875r-125,0r0,-624r-125,0r0,125","w":1250},"N":{"d":"625,-249r-125,0r0,-125r-125,0r0,-125r-125,0r0,-125r-125,0r0,624r-125,0r0,-875r125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,-625r125,0r0,875r-125,0r0,-124r-125,0r0,-125","w":1000},"Z":{"d":"0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-625,0r0,-125r875,0r0,125r-125,0r0,126r-125,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,124r625,0r0,125r-875,0r0,-125","w":1000},"Y":{"d":"625,-499r-125,0r0,499r-125,0r0,-499r-125,0r0,-125r-125,0r0,-125r-125,0r0,-126r125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,125","w":1000,"k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"X":{"d":"500,-375r125,0r0,125r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-125r-125,0r0,-125r-125,0r0,125r-125,0r0,125r-125,0r0,124r-125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-124r-125,0r0,-125r-125,0r0,-125r-125,0r0,-126r125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,125r-125,0r0,124","w":1000},"V":{"d":"375,-150r-100,0r0,-100r-25,0r0,-150r-100,0r0,-100r-25,0r0,-150r-100,0r0,-100r-25,0r0,-125r125,0r0,200r50,0r0,50r75,0r0,200r50,0r0,50r75,0r0,200r50,0r0,50r75,0r0,-250r75,0r0,-50r50,0r0,-200r75,0r0,-50r50,0r0,-200r125,0r0,125r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,150r-25,0r0,100r-99,0r0,150r-126,0r0,-150","w":1000,"k":{"J":125}},"U":{"d":"750,-875r0,750r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r-75,0r0,-750r125,0r0,750r500,0r0,-750r125,0"},"T":{"d":"0,-875r875,0r0,125r-375,0r0,750r-125,0r0,-750r-375,0r0,-125","w":1000,"k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"S":{"d":"0,-125r625,0r0,-250r-500,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r625,0r0,125r-625,0r0,250r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-125"},"Q":{"d":"625,50r-50,0r0,-50r-450,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r125,0r0,125r-125,0r0,-75xm125,-750r0,625r500,0r0,-625r-500,0"},"P":{"d":"750,-750r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,375r-125,0r0,-875r625,0r0,75r50,0r0,50r75,0xm625,-750r-500,0r0,250r500,0r0,-250","k":{"J":125}},"O":{"d":"75,-125r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50xm125,-750r0,625r500,0r0,-625r-500,0"},"G":{"d":"375,-500r375,0r0,500r-625,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r625,0r0,125r-625,0r0,625r500,0r0,-250r-250,0r0,-125"},"!":{"d":"0,-875r125,0r0,625r-125,0r0,-625xm0,-125r125,0r0,125r-125,0r0,-125","w":250},"\"":{"d":"0,-875r125,0r0,250r-125,0r0,-250xm250,-875r125,0r0,250r-125,0r0,-250","w":500},"'":{"d":"0,-875r125,0r0,250r-125,0r0,-250","w":250},",":{"d":"125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r-125,0","w":375},"(":{"d":"125,0r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-875r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,875","w":375},"0":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-500,0xm125,-750r0,625r500,0r0,-625r-500,0"},"8":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-500,0xm125,-750r0,250r500,0r0,-250r-500,0xm125,-374r0,249r500,0r0,-249r-500,0"},"9":{"d":"625,-375r-500,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r550,0r0,-250xm625,-500r0,-250r-500,0r0,250r500,0"},"6":{"d":"125,-500r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r550,0r0,50r-50,0r0,75r-500,0r0,250xm125,-375r0,250r500,0r0,-250r-500,0"},"5":{"d":"0,-125r625,0r0,-250r-625,0r0,-500r750,0r0,125r-625,0r0,250r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-125"},"3":{"d":"0,-125r625,0r0,-249r-500,0r0,-76r-50,0r0,-50r550,0r0,-250r-625,0r0,-125r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-625,0r0,-125"},"2":{"d":"0,-875r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,250r625,0r0,125r-750,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,-250r-625,0r0,-125"},"1":{"d":"125,0r0,-750r-125,0r0,-125r250,0r0,875r-125,0","w":375},"7":{"d":"575,-675r50,0r0,-75r-625,0r0,-125r750,0r0,125r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r75,0r0,-50r50,0r0,-200r75,0r0,-50"},"{":{"d":"0,-500r125,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,376r-125,0r0,124r125,0r0,375r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-374r-125,0r0,-126","w":500},"|":{"d":"0,-1000r125,0r0,1125r-125,0r0,-1125","w":250},"[":{"d":"0,-1000r250,0r0,125r-125,0r0,875r125,0r0,125r-250,0r0,-1125","w":375},"]":{"d":"0,0r125,0r0,-875r-125,0r0,-125r250,0r0,1125r-250,0r0,-125","w":375},"W":{"d":"500,-75r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-750r125,0r0,750r375,0r0,-750r125,0r0,750r375,0r0,-750r125,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-124r-75,0r0,49r-50,0","w":1250},":":{"d":"125,-125r125,0r0,125r-125,0r0,-125xm125,-625r125,0r0,125r-125,0r0,-125","w":375},";":{"d":"125,-625r125,0r0,125r-125,0r0,-125xm125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r-125,0","w":375},"+":{"d":"0,-500r250,0r0,-250r125,0r0,250r250,0r0,126r-250,0r0,249r-125,0r0,-249r-250,0r0,-126xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"-":{"d":"0,-375r375,0r0,125r-375,0r0,-125","w":500},"?":{"d":"250,-375r75,0r0,-50r50,0r0,-75r250,0r0,-250r-625,0r0,-125r625,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-250,0r0,125r-125,0r0,-125xm250,-125r125,0r0,125r-125,0r0,-125"},"=":{"d":"0,-375r375,0r0,125r-375,0r0,-125xm0,-625r375,0r0,125r-375,0r0,-125","w":500},"<":{"d":"125,-374r-125,0r0,-126r125,0r0,-125r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-125","w":500},">":{"d":"250,-249r-125,0r0,124r-125,0r0,-125r125,0r0,-125r125,0r0,-124r-125,0r0,-125r-125,0r0,-126r125,0r0,125r125,0r0,125r125,0r0,126r-125,0r0,125","w":500},"\/":{"d":"500,-725r0,-150r125,0r0,125r-75,0r0,50r-50,0r0,201r-125,0r0,125r-125,0r0,124r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":750},"\\":{"d":"225,-725r0,100r25,0r0,125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-124r-125,0r0,-125r-125,0r0,-201r-50,0r0,-50r-75,0r0,-125r125,0r0,150r100,0","w":750},"&":{"d":"500,-125r250,0r0,125r-250,0r0,-124r-75,0r0,49r-50,0r0,75r-250,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,125r-500,0r0,250r250,0r0,75r50,0r0,50r75,0r0,-125r250,0r0,126r-250,0r0,249xm375,-374r-250,0r0,249r250,0r0,-249"},"%":{"d":"0,-625r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm500,-125r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm125,-750r0,125r125,0r0,-125r-125,0xm625,-250r0,125r125,0r0,-125r-125,0xm625,-725r0,-150r125,0r0,125r-75,0r0,50r-50,0r0,201r-125,0r0,125r-125,0r0,124r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":1000},"#":{"d":"0,-625r125,0r0,-250r125,0r0,250r250,0r0,-250r125,0r0,250r125,0r0,126r-125,0r0,124r125,0r0,126r-125,0r0,249r-125,0r0,-249r-250,0r0,249r-125,0r0,-249r-125,0r0,-126r125,0r0,-124r-125,0r0,-126xm500,-375r0,-124r-250,0r0,124r250,0xm500,-250r125,0r0,-124r-25,0r0,99r-100,0r0,25xm250,-250r0,-124r-25,0r0,99r-100,0r0,25r125,0xm500,-500r125,0r0,-124r-25,0r0,99r-100,0r0,25xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0"},"$":{"d":"0,-125r375,0r0,-249r-250,0r0,-76r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r250,0r0,-125r125,0r0,125r375,0r0,126r-375,0r0,249r250,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,76r-250,0r0,124r-125,0r0,-124r-375,0r0,-126xm375,-749r-250,0r0,249r250,0r0,-249xm750,-125r0,-249r-250,0r0,249r250,0xm500,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0xm500,-750r0,-124r-25,0r0,99r-100,0r0,25r125,0xm500,0r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":1000},")":{"d":"125,-875r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,875r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-875","w":375},"*":{"d":"250,-500r0,-250r125,0r0,250r125,0r0,-125r125,0r0,126r-125,0r0,124r125,0r0,125r-125,0r0,-124r-125,0r0,249r-125,0r0,-249r-125,0r0,124r-125,0r0,-125r125,0r0,-124r-125,0r0,-126r125,0r0,125r125,0xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"}":{"d":"375,-374r-125,0r0,374r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-375r125,0r0,-124r-125,0r0,-376r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,375r125,0r0,126","w":500},"`":{"d":"0,-1125r0,-125r125,0r0,75r50,0r0,50r50,0r0,100r-100,0r0,-100r-125,0","w":375},"@":{"d":"375,-200r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r300,0r0,75r50,0r0,50r75,0r0,500r125,0r0,-625r-125,0r0,-125r-500,0r0,125r-125,0r0,625r125,0r0,125r375,0r0,125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-325,0r0,-75xm625,-375r-250,0r0,125r250,0r0,-125","w":1125},"~":{"d":"375,-625r-125,0r0,-124r-125,0r0,99r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r125,0r0,-100r100,0r0,100r-50,0r0,50r-50,0r0,75","w":625},"^":{"d":"250,-800r50,0r0,50r50,0r0,100r-100,0r0,-100r-125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,75","w":500},"_":{"d":"0,-125r375,0r0,125r-375,0r0,-125","w":500},"a":{"d":"125,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r500,0r0,-125r-500,0r0,-75r-50,0r0,-50r550,0r0,75r50,0r0,50r75,0r0,500r-625,0r0,-75xm625,-125r0,-125r-500,0r0,125r500,0"},"b":{"d":"100,-850r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r375,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-375,0r0,-25r-100,0r0,-100r-25,0r0,125r-125,0r0,-850r100,0xm625,-500r-450,0r0,50r-50,0r0,275r50,0r0,50r450,0r0,-375"},"c":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r625,0r0,125r-625,0r0,375r625,0r0,125r-625,0r0,-75"},"d":{"d":"725,-850r0,100r25,0r0,750r-125,0r0,-125r-25,0r0,100r-100,0r0,25r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,25r100,0r0,100r25,0r0,-350r100,0xm125,-125r450,0r0,-50r50,0r0,-275r-50,0r0,-50r-450,0r0,375"},"e":{"d":"675,-75r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,250r-625,0r0,125r550,0r0,50xm125,-375r500,0r0,-125r-500,0r0,125"},"f":{"d":"0,-625r125,0r0,-125r75,0r0,-50r50,0r0,-75r375,0r0,125r-375,0r0,125r375,0r0,126r-375,0r0,499r-125,0r0,-499r-125,0r0,-126xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"g":{"d":"625,125r0,-250r-25,0r0,100r-100,0r0,25r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,25r100,0r0,100r25,0r0,-125r125,0r0,750r-75,0r0,50r-50,0r0,75r-500,0r0,-75r-50,0r0,-50r550,0xm125,-125r450,0r0,-50r50,0r0,-275r-50,0r0,-50r-450,0r0,375"},"h":{"d":"100,-850r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r375,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-450,0r0,50r-50,0r0,450r-125,0r0,-850r100,0"},"i":{"d":"0,-625r125,0r0,625r-125,0r0,-625xm0,-875r125,0r0,125r-125,0r0,-125","w":250},"j":{"d":"0,175r0,75r-125,0r0,-125r125,0r0,-750r125,0r0,750r-75,0r0,50r-50,0xm0,-875r125,0r0,125r-125,0r0,-125","w":250},"k":{"d":"625,-25r-100,0r0,-100r-150,0r0,-25r-100,0r0,-99r-150,0r0,249r-125,0r0,-850r100,0r0,100r25,0r0,375r150,0r0,-100r100,0r0,-25r150,0r0,-100r100,0r0,-25r125,0r0,125r-200,0r0,50r-50,0r0,75r-200,0r0,50r-50,0r0,75r250,0r0,75r50,0r0,50r200,0r0,125r-125,0r0,-25"},"l":{"d":"100,-850r0,100r25,0r0,750r-125,0r0,-850r100,0","w":250},"m":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r100,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-325,0r0,50r-50,0r0,450r-125,0r0,-500r-325,0","w":1250},"n":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r375,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-450,0"},"o":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-500,0xm125,-500r0,375r500,0r0,-375r-500,0"},"p":{"d":"125,-625r0,125r25,0r0,-100r100,0r0,-25r375,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-375,0r0,-25r-100,0r0,-100r-25,0r0,250r-25,0r0,100r-100,0r0,-850r125,0xm625,-500r-450,0r0,50r-50,0r0,275r50,0r0,50r450,0r0,-375"},"q":{"d":"600,-125r0,100r-100,0r0,25r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,25r100,0r0,100r25,0r0,-125r125,0r0,750r-25,0r0,100r-100,0r0,-350r-25,0xm125,-125r450,0r0,-50r50,0r0,-275r-50,0r0,-50r-450,0r0,375"},"r":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r375,0r0,125r-450,0","w":750},"s":{"d":"0,-125r625,0r0,-125r-500,0r0,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r625,0r0,125r-625,0r0,125r500,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-625,0r0,-125"},"t":{"d":"0,-625r125,0r0,-175r50,0r0,50r75,0r0,125r375,0r0,126r-375,0r0,374r375,0r0,125r-375,0r0,-25r-100,0r0,-100r-25,0r0,-374r-125,0r0,-126xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":750},"u":{"d":"500,-25r0,25r-375,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r450,0r0,-50r50,0r0,-450r125,0r0,625r-125,0r0,-125r-25,0r0,100r-100,0"},"v":{"d":"250,-275r-100,0r0,-100r-25,0r0,-125r-125,0r0,-125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r125,0r0,125r-125,0r0,-125r-125,0r0,-150xm750,-500r0,125r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0xm875,-500r-125,0r0,-125r125,0r0,125","w":1000},"w":{"d":"500,-75r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r375,0r0,-500r125,0r0,500r375,0r0,-500r125,0r0,500r-75,0r0,50r-50,0r0,75r-375,0r0,-124r-75,0r0,49r-50,0","w":1250},"x":{"d":"500,-500r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-126r-250,0r0,-124r-125,0r0,-125r-125,0r0,-126r125,0r0,125r125,0r0,125r250,0r0,-125xm0,-125r125,0r0,-125r125,0r0,126r-125,0r0,124r-125,0r0,-125"},"y":{"d":"750,-500r0,125r-25,0r0,100r-100,0r0,151r-125,0r0,124r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-199r-125,0r0,-151r-100,0r0,-100r-25,0r0,-125r-125,0r0,-125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0xm875,-500r-125,0r0,-125r125,0r0,125","w":1000},"z":{"d":"0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-375,0r0,-125r625,0r0,125r-125,0r0,126r-125,0r0,125r-125,0r0,124r375,0r0,125r-625,0r0,-125","w":750},"R":{"d":"750,-750r0,250r-75,0r0,50r-50,0r0,100r100,0r0,100r25,0r0,250r-125,0r0,-325r-50,0r0,-50r-450,0r0,375r-125,0r0,-875r625,0r0,75r50,0r0,50r75,0xm625,-750r-500,0r0,250r500,0r0,-250"},"4":{"d":"250,-750r125,0r0,-125r250,0r0,500r125,0r0,125r-125,0r0,250r-125,0r0,-250r-500,0r0,-250r125,0r0,-125r125,0r0,-125xm250,-499r-125,0r0,124r375,0r0,-374r-125,0r0,125r-125,0r0,125"},".":{"d":"125,-125r125,0r0,125r-125,0r0,-125","w":375},"\u00a0":{"w":625}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
 * 
 * Manufacturer:
 * Yusuke Kamiyamane
 */
Cufon.registerFont({"w":750,"face":{"font-family":"PF Tempesta Seven","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-125 -1250 1000 250","underline-thickness":"125","underline-position":"-126","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":500},"A":{"d":"625,-750r0,750r-125,0r0,-375r-375,0r0,375r-125,0r0,-750r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0xm125,-500r375,0r0,-250r-375,0r0,250"},"B":{"d":"500,-450r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-875r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0xm500,-500r0,-250r-375,0r0,250r375,0xm125,-125r375,0r0,-249r-375,0r0,249"},"C":{"d":"125,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,125r-500,0r0,625r500,0r0,125r-500,0r0,-75"},"D":{"d":"500,0r-500,0r0,-875r500,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75xm125,-125r375,0r0,-625r-375,0r0,625"},"E":{"d":"500,-450r0,75r-375,0r0,250r500,0r0,125r-625,0r0,-875r625,0r0,125r-500,0r0,250r425,0r0,50r-50,0"},"F":{"d":"500,-450r0,75r-375,0r0,375r-125,0r0,-875r625,0r0,125r-500,0r0,250r425,0r0,50r-50,0","k":{"J":125}},"H":{"d":"500,-375r-375,0r0,375r-125,0r0,-875r125,0r0,375r375,0r0,-375r125,0r0,875r-125,0r0,-375"},"I":{"d":"0,-875r125,0r0,875r-125,0r0,-875","w":250},"J":{"d":"0,-125r375,0r0,-750r125,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-125","w":625},"K":{"d":"375,-249r-125,0r0,-125r-125,0r0,374r-125,0r0,-875r125,0r0,375r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-125"},"L":{"d":"0,-875r125,0r0,750r375,0r0,125r-500,0r0,-875","w":625,"k":{"T":125,"V":125,"Y":125}},"M":{"d":"500,-625r125,0r0,-125r125,0r0,-125r125,0r0,875r-125,0r0,-624r-125,0r0,125r-125,0r0,124r-125,0r0,-124r-125,0r0,-125r-125,0r0,624r-125,0r0,-875r125,0r0,125r125,0r0,125r125,0r0,125r125,0r0,-125","w":1000},"N":{"d":"375,-450r-50,0r0,-50r-75,0r0,-124r-125,0r0,624r-125,0r0,-875r125,0r0,125r125,0r0,125r125,0r0,150r100,0r0,100r25,0r0,125r125,0r0,-625r125,0r0,875r-125,0r0,-125r-125,0r0,-124r-125,0r0,-201","w":875},"Z":{"d":"0,-250r125,0r0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-500,0r0,-125r625,0r0,251r-125,0r0,125r-125,0r0,125r-125,0r0,125r-125,0r0,124r500,0r0,125r-625,0r0,-250"},"Y":{"d":"550,-750r0,50r-50,0r0,201r-125,0r0,499r-125,0r0,-499r-125,0r0,-201r-50,0r0,-50r-75,0r0,-125r125,0r0,150r100,0r0,100r25,0r0,125r125,0r0,-125r25,0r0,-100r100,0r0,-150r125,0r0,125r-75,0","k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"X":{"d":"625,-750r-25,0r0,100r-100,0r0,151r-125,0r0,124r125,0r0,150r100,0r0,100r25,0r0,125r-125,0r0,-200r-50,0r0,-50r-75,0r0,-125r-125,0r0,-124r-125,0r0,-151r-100,0r0,-100r-25,0r0,-125r125,0r0,200r50,0r0,50r75,0r0,125r125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,125xm250,-375r0,125r-75,0r0,50r-50,0r0,200r-125,0r0,-125r25,0r0,-100r100,0r0,-150r125,0"},"V":{"d":"500,-375r-25,0r0,100r-99,0r0,275r-126,0r0,-275r-100,0r0,-100r-25,0r0,-200r-50,0r0,-50r-75,0r0,-250r125,0r0,275r100,0r0,100r25,0r0,200r50,0r0,50r75,0r0,-250r25,0r0,-100r100,0r0,-275r125,0r0,250r-75,0r0,50r-50,0r0,200","k":{"J":125}},"U":{"d":"625,-875r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-750r125,0r0,750r375,0r0,-750r125,0"},"T":{"d":"0,-875r625,0r0,125r-250,0r0,750r-125,0r0,-750r-250,0r0,-125","k":{"z":125,"y":125,"x":125,"w":125,"v":125,"u":125,"t":125,"s":125,"r":125,"q":125,"p":125,"o":125,"n":125,"m":125,"g":125,"e":125,"d":125,"c":125,"a":125,"J":125}},"S":{"d":"0,-125r500,0r0,-250r-375,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r500,0r0,125r-500,0r0,250r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-125"},"Q":{"d":"500,50r-50,0r0,-50r-325,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r125,0r0,125r-125,0r0,-75xm125,-750r0,625r375,0r0,-625r-375,0"},"P":{"d":"625,-750r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,375r-125,0r0,-875r500,0r0,75r50,0r0,50r75,0xm500,-750r-375,0r0,250r375,0r0,-250","k":{"J":125}},"O":{"d":"75,-125r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50xm125,-750r0,625r375,0r0,-625r-375,0"},"G":{"d":"625,0r-500,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r500,0r0,125r-500,0r0,625r375,0r0,-250r-125,0r0,-25r-100,0r0,-100r350,0r0,500"},"!":{"d":"0,-875r125,0r0,625r-125,0r0,-625xm0,-125r125,0r0,125r-125,0r0,-125","w":250},"\"":{"d":"0,-875r125,0r0,250r-125,0r0,-250xm250,-875r125,0r0,250r-125,0r0,-250","w":500},"'":{"d":"0,-875r125,0r0,250r-125,0r0,-250","w":250},",":{"d":"125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r-125,0","w":375},"(":{"d":"125,0r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-875r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,875","w":375},"0":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0xm125,-750r0,625r375,0r0,-625r-375,0"},"8":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-375,0xm125,-750r0,250r375,0r0,-250r-375,0xm125,-374r0,249r375,0r0,-249r-375,0"},"9":{"d":"500,-375r-375,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r425,0r0,-250xm500,-500r0,-250r-375,0r0,250r375,0"},"6":{"d":"125,-500r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r425,0r0,50r-50,0r0,75r-375,0r0,250xm125,-375r0,250r375,0r0,-250r-375,0"},"5":{"d":"0,-125r500,0r0,-250r-500,0r0,-500r625,0r0,125r-500,0r0,250r375,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-125"},"3":{"d":"0,-125r500,0r0,-249r-375,0r0,-76r-50,0r0,-50r425,0r0,-250r-500,0r0,-125r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r125,0r0,250r-75,0r0,50r-50,0r0,75r-500,0r0,-125"},"2":{"d":"0,-875r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-375,0r0,250r500,0r0,125r-625,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,-250r-500,0r0,-125"},"1":{"d":"125,0r0,-750r-125,0r0,-125r250,0r0,875r-125,0","w":375},"7":{"d":"450,-675r50,0r0,-75r-500,0r0,-125r625,0r0,125r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,150r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r75,0r0,-50r50,0r0,-200r75,0r0,-50"},"{":{"d":"0,-500r125,0r0,-375r75,0r0,-50r50,0r0,-75r125,0r0,125r-125,0r0,376r-125,0r0,124r125,0r0,375r125,0r0,125r-125,0r0,-75r-50,0r0,-50r-75,0r0,-374r-125,0r0,-126","w":500},"|":{"d":"0,-1000r125,0r0,1125r-125,0r0,-1125","w":250},"[":{"d":"0,-1000r250,0r0,125r-125,0r0,875r125,0r0,125r-250,0r0,-1125","w":375},"]":{"d":"0,0r125,0r0,-875r-125,0r0,-125r250,0r0,1125r-250,0r0,-125","w":375},"W":{"d":"375,-75r0,75r-250,0r0,-75r-50,0r0,-50r-75,0r0,-750r125,0r0,750r250,0r0,-750r125,0r0,750r250,0r0,-750r125,0r0,750r-75,0r0,50r-50,0r0,75r-250,0r0,-124r-75,0r0,49r-50,0","w":1000},":":{"d":"125,-125r125,0r0,125r-125,0r0,-125xm125,-625r125,0r0,125r-125,0r0,-125","w":375},";":{"d":"125,-625r125,0r0,125r-125,0r0,-125xm125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r-125,0","w":375},"+":{"d":"0,-500r250,0r0,-250r125,0r0,250r250,0r0,126r-250,0r0,249r-125,0r0,-249r-250,0r0,-126xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0"},"-":{"d":"0,-375r375,0r0,125r-375,0r0,-125","w":500},"?":{"d":"250,-375r75,0r0,-50r50,0r0,-75r125,0r0,-250r-500,0r0,-125r500,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,75r-125,0r0,125r-125,0r0,-125xm250,-125r125,0r0,125r-125,0r0,-125"},"=":{"d":"0,-375r375,0r0,125r-375,0r0,-125xm0,-625r375,0r0,125r-375,0r0,-125","w":500},"<":{"d":"125,-374r-125,0r0,-126r125,0r0,-125r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-125","w":500},">":{"d":"250,-249r-125,0r0,124r-125,0r0,-125r125,0r0,-125r125,0r0,-124r-125,0r0,-125r-125,0r0,-126r125,0r0,125r125,0r0,125r125,0r0,126r-125,0r0,125","w":500},"\/":{"d":"500,-725r0,-150r125,0r0,125r-75,0r0,50r-50,0r0,201r-125,0r0,125r-125,0r0,124r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0"},"\\":{"d":"225,-725r0,100r25,0r0,125r125,0r0,125r125,0r0,200r50,0r0,50r75,0r0,125r-125,0r0,-150r-100,0r0,-100r-25,0r0,-124r-125,0r0,-125r-125,0r0,-201r-50,0r0,-50r-75,0r0,-125r125,0r0,150r100,0"},"&":{"d":"125,-75r-50,0r0,-50r-75,0r0,-250r125,0r0,-75r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r375,0r0,125r-375,0r0,250r250,0r0,75r50,0r0,50r75,0r0,-125r125,0r0,126r-125,0r0,249r125,0r0,125r-125,0r0,-124r-75,0r0,49r-50,0r0,75r-250,0r0,-75xm375,-125r0,-249r-250,0r0,249r250,0"},"%":{"d":"0,-625r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm500,-125r0,-125r75,0r0,-50r50,0r0,-75r125,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-75,0xm125,-750r0,125r125,0r0,-125r-125,0xm625,-250r0,125r125,0r0,-125r-125,0xm625,-725r0,-150r125,0r0,125r-75,0r0,50r-50,0r0,201r-125,0r0,125r-125,0r0,124r-25,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-200r125,0r0,-125r125,0r0,-125r25,0r0,-100r100,0","w":1000},"#":{"d":"0,-625r125,0r0,-250r125,0r0,250r125,0r0,-250r125,0r0,250r125,0r0,126r-125,0r0,124r125,0r0,126r-125,0r0,249r-125,0r0,-249r-125,0r0,249r-125,0r0,-249r-125,0r0,-126r125,0r0,-124r-125,0r0,-126xm375,-375r0,-124r-125,0r0,124r125,0xm375,-250r125,0r0,-124r-25,0r0,99r-100,0r0,25xm250,-250r0,-124r-25,0r0,99r-100,0r0,25r125,0xm375,-500r125,0r0,-124r-25,0r0,99r-100,0r0,25xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0"},"$":{"d":"0,-125r250,0r0,-249r-125,0r0,-76r-50,0r0,-50r-75,0r0,-250r75,0r0,-50r50,0r0,-75r125,0r0,-125r125,0r0,125r250,0r0,126r-250,0r0,249r125,0r0,75r50,0r0,50r75,0r0,250r-75,0r0,50r-50,0r0,76r-125,0r0,124r-125,0r0,-124r-250,0r0,-126xm250,-749r-125,0r0,249r125,0r0,-249xm500,-125r0,-249r-125,0r0,249r125,0xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0xm375,-750r0,-124r-25,0r0,99r-100,0r0,25r125,0xm375,0r0,-124r-25,0r0,99r-100,0r0,25r125,0"},")":{"d":"125,-875r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,875r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-875","w":375},"*":{"d":"250,-500r0,-250r125,0r0,250r125,0r0,-125r125,0r0,126r-125,0r0,124r125,0r0,125r-125,0r0,-124r-125,0r0,249r-125,0r0,-249r-125,0r0,124r-125,0r0,-125r125,0r0,-124r-125,0r0,-126r125,0r0,125r125,0xm375,-375r0,-124r-25,0r0,99r-100,0r0,25r125,0"},"}":{"d":"375,-374r-125,0r0,374r-75,0r0,50r-50,0r0,75r-125,0r0,-125r125,0r0,-375r125,0r0,-124r-125,0r0,-376r-125,0r0,-125r125,0r0,75r50,0r0,50r75,0r0,375r125,0r0,126","w":500},"`":{"d":"0,-1125r0,-125r125,0r0,75r50,0r0,50r50,0r0,100r-100,0r0,-100r-125,0","w":375},"@":{"d":"375,-200r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,-125r-250,0r0,-75r-50,0r0,-50r300,0r0,75r50,0r0,50r75,0r0,500r125,0r0,-625r-125,0r0,-125r-500,0r0,125r-125,0r0,625r125,0r0,125r375,0r0,125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-75r-50,0r0,-50r-75,0r0,-625r75,0r0,-50r50,0r0,-75r75,0r0,-50r50,0r0,-75r500,0r0,75r50,0r0,50r75,0r0,75r50,0r0,50r75,0r0,625r-75,0r0,50r-50,0r0,75r-125,0r0,-75r-50,0r0,-50r-325,0r0,-75xm625,-375r-250,0r0,125r250,0r0,-125","w":1125},"~":{"d":"375,-625r-125,0r0,-124r-125,0r0,99r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,125r125,0r0,-100r100,0r0,100r-50,0r0,50r-50,0r0,75","w":625},"^":{"d":"250,-800r50,0r0,50r50,0r0,100r-100,0r0,-100r-125,0r0,100r-100,0r0,-100r50,0r0,-50r50,0r0,-75r125,0r0,75","w":500},"_":{"d":"0,-125r375,0r0,125r-375,0r0,-125","w":500},"a":{"d":"125,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r375,0r0,-125r-375,0r0,-75r-50,0r0,-50r425,0r0,75r50,0r0,50r75,0r0,500r-500,0r0,-75xm500,-125r0,-125r-375,0r0,125r375,0"},"b":{"d":"100,-850r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-25r-100,0r0,-100r-25,0r0,125r-125,0r0,-850r100,0xm500,-500r-325,0r0,50r-50,0r0,275r50,0r0,50r325,0r0,-375"},"c":{"d":"125,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r500,0r0,125r-500,0r0,375r500,0r0,125r-500,0r0,-75"},"d":{"d":"600,-850r0,100r25,0r0,750r-125,0r0,-125r-25,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,25r100,0r0,100r25,0r0,-350r100,0xm125,-125r325,0r0,-50r50,0r0,-275r-50,0r0,-50r-325,0r0,375"},"e":{"d":"550,-75r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,250r-500,0r0,125r425,0r0,50xm125,-375r375,0r0,-125r-375,0r0,125"},"f":{"d":"0,-625r125,0r0,-125r75,0r0,-50r50,0r0,-75r250,0r0,125r-250,0r0,125r250,0r0,126r-250,0r0,499r-125,0r0,-499r-125,0r0,-126xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":625},"g":{"d":"500,125r0,-250r-25,0r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,25r100,0r0,100r25,0r0,-125r125,0r0,750r-75,0r0,50r-50,0r0,75r-375,0r0,-75r-50,0r0,-50r425,0xm125,-125r325,0r0,-50r50,0r0,-275r-50,0r0,-50r-325,0r0,375"},"h":{"d":"100,-850r0,100r25,0r0,250r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-325,0r0,50r-50,0r0,450r-125,0r0,-850r100,0"},"i":{"d":"0,-625r125,0r0,625r-125,0r0,-625xm0,-875r125,0r0,125r-125,0r0,-125","w":250},"j":{"d":"0,175r0,75r-125,0r0,-125r125,0r0,-750r125,0r0,750r-75,0r0,50r-50,0xm0,-875r125,0r0,125r-125,0r0,-125","w":250},"k":{"d":"500,0r0,-75r-50,0r0,-50r-200,0r0,-124r-125,0r0,249r-125,0r0,-850r100,0r0,100r25,0r0,375r125,0r0,-125r200,0r0,-50r50,0r0,-75r125,0r0,125r-150,0r0,100r-100,0r0,26r-125,0r0,124r125,0r0,25r100,0r0,100r150,0r0,125r-125,0"},"l":{"d":"100,-850r0,100r25,0r0,750r-125,0r0,-850r100,0","w":250},"m":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r125,0r0,75r50,0r0,50r100,0r0,-100r100,0r0,-25r125,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-200,0r0,50r-50,0r0,450r-125,0r0,-500r-200,0","w":1000},"n":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,500r-125,0r0,-500r-325,0"},"o":{"d":"125,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r375,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-375,0xm125,-500r0,375r375,0r0,-375r-375,0"},"p":{"d":"125,-625r0,125r25,0r0,-100r100,0r0,-25r250,0r0,75r50,0r0,50r75,0r0,375r-75,0r0,50r-50,0r0,75r-250,0r0,-25r-100,0r0,-100r-25,0r0,250r-25,0r0,100r-100,0r0,-850r125,0xm500,-500r-325,0r0,50r-50,0r0,275r50,0r0,50r325,0r0,-375"},"q":{"d":"475,-125r0,100r-100,0r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-375r75,0r0,-50r50,0r0,-75r250,0r0,25r100,0r0,100r25,0r0,-125r125,0r0,750r-25,0r0,100r-100,0r0,-350r-25,0xm125,-125r325,0r0,-50r50,0r0,-275r-50,0r0,-50r-325,0r0,375"},"r":{"d":"175,-500r0,50r-50,0r0,450r-125,0r0,-625r125,0r0,125r25,0r0,-100r100,0r0,-25r250,0r0,125r-325,0","w":625},"s":{"d":"0,-125r500,0r0,-125r-375,0r0,-75r-50,0r0,-50r-75,0r0,-125r75,0r0,-50r50,0r0,-75r500,0r0,125r-500,0r0,125r375,0r0,75r50,0r0,50r75,0r0,125r-75,0r0,50r-50,0r0,75r-500,0r0,-125"},"t":{"d":"0,-625r125,0r0,-175r50,0r0,50r75,0r0,125r250,0r0,126r-250,0r0,374r250,0r0,125r-250,0r0,-25r-100,0r0,-100r-25,0r0,-374r-125,0r0,-126xm250,-500r0,-124r-25,0r0,99r-100,0r0,25r125,0","w":625},"u":{"d":"375,-25r0,25r-250,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r325,0r0,-50r50,0r0,-450r125,0r0,625r-125,0r0,-125r-25,0r0,100r-100,0"},"v":{"d":"500,-250r-25,0r0,100r-99,0r0,150r-126,0r0,-150r-100,0r0,-100r-25,0r0,-200r-50,0r0,-50r-75,0r0,-125r125,0r0,150r100,0r0,100r25,0r0,200r50,0r0,50r75,0r0,-250r25,0r0,-100r100,0r0,-150r125,0r0,125r-75,0r0,50r-50,0r0,200"},"w":{"d":"375,-75r0,75r-250,0r0,-75r-50,0r0,-50r-75,0r0,-500r125,0r0,500r250,0r0,-500r125,0r0,500r250,0r0,-500r125,0r0,500r-75,0r0,50r-50,0r0,75r-250,0r0,-124r-75,0r0,49r-50,0","w":1000},"x":{"d":"375,-500r125,0r0,-125r125,0r0,126r-125,0r0,125r-125,0r0,124r125,0r0,125r125,0r0,125r-125,0r0,-124r-125,0r0,-126r-125,0r0,-124r-125,0r0,-125r-125,0r0,-126r125,0r0,125r125,0r0,125r125,0r0,-125xm0,-125r125,0r0,-125r125,0r0,126r-125,0r0,124r-125,0r0,-125"},"y":{"d":"150,-150r0,-100r-25,0r0,-200r-50,0r0,-50r-75,0r0,-125r125,0r0,150r100,0r0,100r25,0r0,200r50,0r0,50r75,0r0,-250r25,0r0,-100r100,0r0,-150r125,0r0,125r-75,0r0,50r-50,0r0,200r-25,0r0,100r-99,0r0,150r-26,0r0,100r-100,0r0,150r-125,0r0,-125r75,0r0,-50r50,0r0,-225r-100,0"},"z":{"d":"0,-125r125,0r0,-125r125,0r0,-125r125,0r0,-125r-375,0r0,-125r625,0r0,125r-125,0r0,126r-125,0r0,125r-125,0r0,124r375,0r0,125r-625,0r0,-125"},"R":{"d":"625,-750r0,250r-75,0r0,50r-50,0r0,100r100,0r0,100r25,0r0,250r-125,0r0,-325r-50,0r0,-50r-325,0r0,375r-125,0r0,-875r500,0r0,75r50,0r0,50r75,0xm500,-750r-375,0r0,250r375,0r0,-250"},"4":{"d":"125,-550r0,-200r125,0r0,-125r250,0r0,500r125,0r0,126r-125,0r0,249r-125,0r0,-249r-375,0r0,-251r75,0r0,-50r50,0xm375,-749r-125,0r0,124r-25,0r0,100r-100,0r0,150r250,0r0,-374xm500,-250r0,-124r-25,0r0,99r-100,0r0,25r125,0"},".":{"d":"125,-125r125,0r0,125r-125,0r0,-125","w":375},"\u00a0":{"w":500}}});
