/* Cufon YUI
 *
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.08
 */
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-1]-=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("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}})());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}})());

/* |-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-| */

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2008 by Neil Summerour. All rights reserved.
 * 
 * Trademark:
 * Akagi is a trademark of Neil Summerour.
 * 
 * Description:
 * Copyright (c) 2008 by Neil Summerour. All rights reserved.
 * 
 * Manufacturer:
 * Neil Summerour
 * 
 * Designer:
 * Neil Summerour
 * 
 * Vendor URL:
 * www.typetrust.com
 * 
 * License information:
 * http://typetrust.com/eula
 */

/* Typeface: Bold */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"466,-683r-7,113r-261,0r0,176r242,0r-6,112r-236,0r0,282r-136,0r0,-683r404,0","w":503,"k":{"u":26,"o":7,"i":21,"g":14,"c":25,"a":33,"J":9,"A":59,"q":4,":":29,",":112}},{"d":"343,-503v110,0,168,74,168,207r0,296r-136,0r0,-285v0,-65,-17,-108,-74,-108v-46,0,-84,27,-107,66r0,327r-135,0r0,-341v0,-56,-1,-105,-3,-151r117,-4r9,67r3,0v34,-37,85,-74,158,-74","w":570,"k":{"v":19,"V":21,"Y":50,"T":53,"w":19,"y":19}},{"d":"335,-503v66,0,113,31,134,80r3,0v44,-51,96,-80,162,-80v105,0,161,72,161,206r0,297r-133,0r0,-282v0,-71,-19,-113,-76,-113v-41,0,-72,25,-93,57r0,338r-133,0r0,-277v0,-68,-17,-118,-71,-118v-44,0,-77,29,-97,66r0,329r-133,0r0,-341v0,-56,-1,-100,-3,-151r117,-4r9,67r3,0v33,-37,77,-74,150,-74","w":854,"k":{"Y":50,"T":53,"V":21}},{"d":"435,-492r54,217v13,49,19,105,36,151r78,-368r138,0r-146,492r-141,0r-81,-323r-2,0r-81,323r-142,0r-142,-492r141,0r77,368r2,0r89,-368r120,0","w":747,"k":{"q":19,"T":12,"A":7,"c":13}},{"d":"124,232r98,-239r-33,0r-185,-485r151,0v19,73,86,291,105,364r3,0r89,-364r148,0r-243,724r-133,0","w":502,"k":{"T":12,"A":7,"c":13}},{"d":"468,-683r-6,113r-264,0r0,163r246,0r-7,112r-239,0r0,183r284,0r-7,112r-413,0r0,-683r406,0","w":517},{"d":"194,-291r43,-33r111,-168r163,0r-177,209r195,283r-168,0r-125,-212r-42,32r0,180r-135,0r0,-727r135,-4r0,440","w":521,"k":{"v":-2,"q":19,"a":-1,"c":21,"e":19,"o":19}},{"d":"62,-677v61,-6,134,-9,208,-9v239,0,355,128,355,335v0,241,-136,355,-395,355v-69,0,-124,-3,-168,-5r0,-676xm482,-349v0,-178,-111,-251,-284,-225r0,467v177,16,284,-47,284,-242","w":659,"k":{"X":28,"V":11,"Y":30,"T":25,"A":16}},{"w":271},{"d":"172,-246v0,156,141,172,251,130r12,101v-35,14,-94,25,-152,25v-151,0,-250,-91,-250,-253v0,-151,97,-259,270,-259v44,0,96,8,132,23r-15,102v-25,-11,-66,-21,-111,-21v-84,0,-137,53,-137,152","w":461,"k":{"T":18}},{"d":"337,-503v125,0,200,113,200,251v0,165,-94,262,-214,262v-48,0,-93,-17,-129,-56r0,265r-135,0r0,-537v0,-58,-1,-122,-3,-174r117,-4r9,67r3,0v39,-51,90,-74,152,-74xm399,-248v0,-180,-154,-183,-205,-82r0,163v0,25,33,74,97,74v74,0,108,-66,108,-155","w":571,"k":{"Y":50,"W":14,"T":53,"V":21}},{"d":"196,-683r0,317r54,-46r162,-271r165,0r-221,308r231,375r-162,0r-171,-298r-58,44r0,254r-134,0r0,-683r134,0","k":{"v":35,"c":23,"g":12,"w":35,"y":35,"C":33,"a":12,"e":21,"d":21,"o":21,"u":14}},{"d":"402,-202v0,-97,-101,-107,-206,-101r0,200v99,9,206,-2,206,-99xm384,-497v0,-89,-109,-92,-188,-81r0,172r66,0v82,0,122,-33,122,-91xm62,-677v50,-5,125,-9,198,-9v152,0,262,40,262,173v0,67,-44,121,-112,152v73,20,135,80,135,167v0,151,-115,198,-332,198v-63,0,-113,-3,-151,-5r0,-676","w":581,"k":{"Y":27,"v":10,"V":13}},{"d":"59,0r0,-492r135,-4r0,496r-135,0xm52,-652v0,-41,33,-75,74,-75v42,0,75,34,75,75v0,42,-33,74,-75,74v-41,0,-74,-32,-74,-74","w":254},{"w":271},{"d":"596,0r-145,0v-137,-250,-210,-380,-262,-490r-3,0r4,203r0,287r-128,0r0,-683r155,0v87,158,180,319,253,480r2,0r-5,-204r0,-276r129,0r0,683","w":659},{"d":"103,-521v0,-96,78,-172,195,-172v95,0,177,58,177,158v0,61,-34,124,-132,180r0,3v42,48,88,100,127,141v26,-43,45,-104,51,-172r124,0v-13,109,-45,194,-98,257r70,76r-95,76r-68,-74v-54,39,-119,58,-192,58v-154,0,-231,-92,-231,-187v0,-87,54,-146,132,-198v-34,-40,-60,-92,-60,-146xm166,-196v0,63,49,105,113,105v41,0,80,-14,106,-36v-45,-47,-101,-110,-156,-173v-36,25,-63,59,-63,104xm355,-531v0,-36,-18,-72,-62,-72v-43,0,-64,34,-64,75v0,36,19,70,48,104v52,-35,78,-65,78,-107","w":662},{"d":"236,10v-124,0,-203,-106,-203,-251v0,-155,88,-262,212,-262v64,0,98,26,129,57r0,-281r135,-4r0,589v0,37,2,107,4,142r-96,0v-11,-21,-17,-48,-31,-66v-32,48,-82,76,-150,76xm277,-96v60,0,97,-47,97,-77r0,-164v-23,-47,-65,-62,-95,-62v-79,0,-108,77,-108,155v0,112,56,148,106,148","w":569},{"d":"354,0r-142,0r0,-263r-207,-420r155,0r67,165r56,150r2,0r55,-150r68,-165r155,0r-209,420r0,263","w":562,"k":{"v":46,"q":50,"m":9,":":59,".":80,"-":67,",":109,"A":80,"c":82,"g":62,"C":37,"a":72,"e":50,"d":50,"o":57,"u":59,"J":6,"n":9,"s":55,"i":27}},{"d":"346,-503v110,0,165,76,165,212r0,291r-136,0r0,-284v0,-65,-17,-111,-82,-111v-40,0,-76,27,-99,54r0,341r-135,0r0,-727r135,-4r0,298v44,-41,92,-70,152,-70","w":570,"k":{"v":13,"V":21,"Y":50,"T":36,"w":13,"y":13,"W":14}},{"d":"17,-690r98,0r238,716r-97,0","w":374},{"d":"193,-86v50,0,73,-19,73,-49v0,-80,-224,-63,-224,-214v0,-98,81,-154,192,-154v54,0,107,12,142,28r-17,97v-28,-13,-81,-28,-123,-28v-38,0,-64,14,-64,43v0,73,225,58,225,215v0,103,-81,158,-205,158v-57,0,-120,-12,-159,-30r17,-100v33,16,99,34,143,34","w":430,"k":{"Y":21,"T":53}},{"d":"233,10v-120,0,-200,-104,-200,-249v0,-175,103,-264,211,-264v66,0,110,31,140,70r3,0r10,-59r115,0v-1,46,-3,106,-3,161r0,550r-135,0r0,-277r-2,0v-33,46,-82,68,-139,68xm277,-95v61,0,97,-50,97,-76r0,-166v-19,-39,-56,-60,-95,-60v-51,0,-108,35,-108,154v0,109,53,148,106,148","w":569,"k":{"T":39}},{"d":"59,-398v0,-47,38,-85,84,-85v47,0,85,38,85,85v0,46,-38,84,-85,84v-46,0,-84,-38,-84,-84xm59,-73v0,-47,38,-84,84,-84v47,0,85,37,85,84v0,47,-38,84,-85,84v-46,0,-84,-37,-84,-84","w":256},{"d":"339,0r-139,-493r-3,0r-16,493r-129,0r28,-683r177,0r77,253r66,243r3,0r69,-243r79,-253r175,0r25,683r-134,0r-12,-493r-3,0r-151,493r-112,0","w":803},{"d":"52,-716r117,0r-18,241r-81,0xm222,-716r117,0r-18,241r-80,0","w":391,"k":{"A":74}},{"d":"318,-745r-4,69v-154,0,-87,134,-87,255v0,92,-46,116,-104,134v59,14,104,44,104,131v0,107,-60,259,91,249r-4,70v-140,-2,-201,-32,-201,-148v0,-107,73,-263,-76,-268r0,-70v154,-6,75,-167,75,-277v0,-107,65,-142,206,-145","w":355},{"d":"220,-703r75,153r-87,0r-121,-153r133,0","w":397},{"d":"0,61r478,0r0,55r-478,0r0,-55","w":509},{"d":"274,159r-210,0r0,-908r213,0r-4,78r-102,0r0,753r107,0","w":315},{"d":"318,0r-139,0r-174,-492r144,0r99,361r2,0r98,-361r144,0","w":497,"k":{"c":16,"a":8,"T":12,"A":7,"q":19}},{"d":"562,-39v-62,0,-95,-44,-100,-99v-38,72,-89,101,-125,101v-78,0,-115,-59,-115,-130v0,-119,87,-257,244,-257v36,0,93,11,128,31v-17,109,-72,290,-11,290v61,0,107,-74,107,-181v0,-138,-86,-245,-255,-245v-156,0,-307,111,-307,326v0,201,176,330,374,262r10,64v-239,82,-464,-71,-464,-320v0,-225,161,-401,393,-401v194,0,327,131,327,309v0,120,-58,250,-206,250xm475,-260r13,-84v-9,-5,-20,-8,-37,-8v-52,0,-124,64,-124,171v0,49,25,66,50,66v26,0,79,-35,98,-145","w":813},{"d":"458,-607r-16,154r91,0r-7,90r-93,0r-10,113r93,0r-7,90r-95,0r-16,156r-89,0r16,-156r-97,0r-16,156r-88,0r17,-156r-92,0r7,-90r93,0r11,-113r-93,0r7,-90r95,0r16,-154r88,0r-16,154r97,0r17,-154r87,0xm248,-363r-10,113r97,0r10,-113r-97,0","w":582},{"d":"166,-506r0,-4r-128,-49v8,-31,25,-58,47,-80r105,86r3,-2r-21,-135v31,-8,62,-7,93,0r-22,135r4,2r105,-86v22,22,39,50,47,81r-127,47r0,5r127,48v-8,31,-25,59,-47,81r-105,-85r-4,2r22,133v-30,8,-61,8,-93,0r22,-134r-4,-2r-105,86v-22,-22,-38,-50,-47,-81","w":445},{"d":"672,0r-331,0v-200,0,-307,-131,-307,-338v0,-212,119,-356,307,-356v187,0,306,139,306,351v0,85,-38,175,-93,229r125,0xm341,-583v-106,0,-164,86,-164,243v0,154,61,236,164,236v100,0,163,-83,163,-237v0,-157,-60,-242,-163,-242","w":692},{"d":"188,-568r-178,0r7,-115r487,0r-7,115r-172,0r0,568r-137,0r0,-568","w":515,"k":{"v":52,"q":53,"p":39,"m":39,":":57,".":80,"-":73,",":86,"A":68,"c":71,"g":60,"w":12,"y":12,"C":26,"a":64,"e":53,"d":53,"o":53,"u":55,"J":6,"n":39,"s":53,"r":39}},{"d":"508,-11r-447,-221r0,-74r447,-221r0,107r-322,150r0,2r322,150r0,107","w":569},{"d":"346,-501r0,123v-61,-16,-119,-4,-152,55r0,323r-135,0r0,-332v0,-63,-2,-113,-3,-160r117,-4v5,27,3,62,12,85v32,-59,90,-98,161,-90","w":365},{"d":"80,-174r0,-219r-63,0r6,-95r63,-4r9,-112r119,-25r0,137r115,0r-7,99r-108,0r0,207v-1,87,51,91,113,79r1,102v-21,8,-65,15,-106,15v-102,0,-142,-55,-142,-184","w":356},{"d":"389,-246v0,-107,-41,-157,-108,-157v-67,0,-108,50,-108,157v0,107,41,157,108,157v67,0,108,-50,108,-157xm529,-244v0,175,-120,255,-248,255v-128,0,-248,-78,-248,-255v0,-185,120,-259,248,-259v128,0,248,75,248,259","w":561,"k":{"X":30,"V":30}},{"d":"35,163r4,-70v145,11,88,-147,87,-252v-1,-90,49,-114,104,-132v-61,-13,-104,-43,-104,-131v0,-122,59,-260,-91,-254r4,-69v140,3,202,36,202,144v0,109,-78,271,75,276r0,70v-77,7,-89,37,-89,92v0,56,15,129,15,182v0,112,-68,142,-207,144","w":352},{"d":"333,0r-90,-172r-2,0r-88,172r-148,0r164,-253r-158,-239r151,0v34,67,80,148,87,162r2,0r81,-162r149,0r-159,235r164,257r-153,0","w":493,"k":{"c":20}},{"d":"161,-288v0,176,45,337,116,457r-87,0v-79,-108,-140,-268,-140,-458v0,-191,62,-354,140,-460r87,0v-71,119,-116,282,-116,461","w":315},{"d":"521,-172v0,-107,70,-187,170,-187v99,0,162,75,162,178v0,120,-76,190,-169,190v-93,0,-163,-70,-163,-181xm619,-175v0,70,23,113,69,113v45,0,67,-40,67,-113v0,-68,-20,-112,-68,-112v-46,0,-68,45,-68,112xm50,-491v0,-107,70,-187,170,-187v100,0,163,76,163,179v0,119,-78,190,-170,190v-93,0,-163,-71,-163,-182xm149,-493v0,69,23,112,68,112v45,0,67,-40,67,-113v0,-67,-19,-112,-68,-112v-46,0,-67,45,-67,113xm582,-674r85,0r-342,681r-86,0","w":905},{"d":"255,-233r-117,0v-2,-11,-3,-28,-3,-43v0,-127,128,-146,128,-234v0,-66,-99,-92,-175,-73r-9,-104v27,-4,59,-9,94,-9v153,0,225,76,225,169v0,148,-158,155,-143,294xm113,-73v0,-47,37,-84,84,-84v47,0,84,37,84,84v0,47,-37,84,-84,84v-47,0,-84,-37,-84,-84","w":438},{"d":"319,10v-166,0,-261,-90,-261,-283r0,-410r136,0r0,417v0,105,46,166,128,166v86,0,131,-56,131,-166r0,-417r136,0r0,389v0,201,-86,304,-270,304","w":647,"k":{"A":27}},{"d":"51,-398v0,-47,38,-85,84,-85v47,0,85,38,85,85v0,46,-38,84,-85,84v-46,0,-84,-38,-84,-84xm103,142r-79,-19v37,-84,54,-179,58,-277r115,16v-16,102,-60,219,-94,280","w":248},{"d":"78,-492v-15,-178,87,-276,262,-238r-12,104v-73,-16,-123,24,-116,90r0,44r103,0r-7,99r-95,0r0,393r-135,0r0,-393r-63,0r7,-93","w":327,"k":{"c":14}},{"d":"129,-234r-71,-9v6,-98,61,-159,128,-159v70,0,160,70,212,70v28,0,44,-17,52,-68r71,10v-3,104,-58,157,-122,157v-78,0,-165,-68,-214,-68v-29,0,-47,16,-56,67","w":580},{"d":"508,-230r-447,219r0,-107r326,-150r0,-2r-326,-150r0,-107r447,219r0,78","w":569},{"d":"250,159r-213,0r4,-78r103,0r0,-752r-106,0r4,-78r208,0r0,908","w":315},{"d":"311,-754r0,90v60,3,106,16,143,32r-19,106v-36,-15,-88,-33,-152,-33v-60,0,-91,30,-91,67v0,108,286,90,286,296v0,98,-64,168,-170,187r0,100r-95,0r0,-93v-62,-4,-127,-19,-165,-39r18,-108v48,22,112,39,172,39v59,0,102,-25,102,-74v0,-126,-284,-91,-285,-299v0,-94,69,-157,161,-174r0,-97r95,0","w":528},{"d":"427,-492r0,86r-236,301r243,1r-6,104r-403,0r0,-83r244,-305r-226,0r6,-104r378,0","w":455},{"d":"223,10v-111,0,-165,-70,-165,-208r0,-294r135,0r0,280v0,71,18,115,81,115v50,0,98,-43,98,-77r0,-318r136,0r0,335v0,60,1,112,3,157r-97,0v-11,-21,-16,-48,-30,-66v-34,46,-82,76,-161,76","w":568,"k":{"Y":21,"T":12}},{"d":"52,-716r117,0r-18,241r-81,0","w":221,"k":{"A":74}},{"d":"69,-73r0,-419r136,-4r0,442v0,220,-90,281,-239,285r-14,-106v103,-11,117,-75,117,-198xm63,-652v0,-41,32,-75,74,-75v41,0,75,34,75,75v0,42,-34,74,-75,74v-42,0,-74,-32,-74,-74","w":264},{"d":"338,-513r0,200r194,0r0,91r-194,0r0,201r-93,0r0,-201r-194,0r0,-91r194,0r0,-200r93,0"},{"d":"182,-774r0,971r-100,0r0,-971r100,0","w":265},{"d":"281,-580r-139,292r-83,0r187,-387r73,0r186,387r-84,0r-138,-292r-2,0","w":565},{"d":"351,-262r7,-111r227,0r0,346v-47,17,-130,35,-210,35v-229,0,-341,-143,-341,-345v0,-209,131,-354,352,-354v76,0,143,15,182,31r-20,112v-43,-18,-93,-29,-160,-29v-127,0,-212,82,-212,236v0,177,116,268,276,229r0,-150r-101,0","w":637},{"d":"57,-141v77,42,284,76,284,-43v0,-134,-294,-99,-294,-317v0,-120,104,-192,238,-192v69,0,128,14,171,32r-21,112v-36,-16,-90,-32,-151,-32v-63,0,-100,32,-100,74v0,123,297,91,297,313v0,121,-92,204,-256,204v-68,0,-146,-17,-187,-38","w":517},{"d":"62,-683r136,0r0,569r278,0r-7,114r-407,0r0,-683","w":492,"k":{"'":100,"v":37,"V":70,"\"":100,"Y":86,"T":101,"c":14,"w":28,"y":28,"C":39}},{"d":"265,-690r98,0r-246,716r-98,0","w":374},{"d":"103,142r-79,-19v37,-84,54,-179,58,-277r115,16v-16,102,-60,219,-94,280","w":245,"k":{"Y":80,"T":80}},{"d":"44,-314r315,0r0,95r-315,0r0,-95","w":403},{"d":"152,-290v0,-177,-44,-340,-116,-459r87,0v80,107,141,267,141,459v0,191,-63,352,-141,459r-87,0v71,-119,116,-282,116,-459","w":315},{"d":"198,-683r0,683r-136,0r0,-683r136,0","w":261},{"d":"453,-339r0,222v0,43,1,85,5,117r-99,0r-30,-57r-3,0v-36,43,-84,67,-147,67v-89,0,-148,-65,-148,-140v0,-155,139,-146,287,-143v-1,-76,12,-124,-89,-124v-61,0,-107,16,-145,32r-22,-100v43,-18,115,-38,192,-38v148,0,199,52,199,164xm165,-142v0,90,142,64,155,-2r0,-50v-67,8,-155,-28,-155,52","w":513,"k":{"V":21}},{"d":"337,-503v126,0,200,105,200,247v0,165,-93,266,-215,266v-61,0,-102,-24,-141,-70r-29,60r-97,0v3,-39,4,-117,4,-154r0,-573r135,-4r0,297r2,0v27,-37,71,-69,141,-69xm293,-398v-45,0,-81,26,-99,66r0,157v0,33,36,80,97,80v79,0,108,-71,108,-154v0,-109,-51,-149,-106,-149","w":571,"k":{"x":21,"v":13,"V":21,"Y":35,"T":53,"w":10,"y":10}},{"d":"530,-488v0,92,-58,153,-126,181r152,307r-147,0r-126,-272r-87,0r0,272r-134,0r0,-677v55,-5,126,-9,200,-9v180,0,268,64,268,198xm196,-577r0,201r76,0v72,0,120,-39,120,-103v0,-106,-105,-106,-196,-98","w":568,"k":{"q":14,"c":14,"e":14,"d":14,"o":14,"u":14}},{"d":"198,-293r0,293r-136,0r0,-683r136,0r0,272r259,0r0,-272r135,0r0,683r-135,0r0,-293r-259,0","w":655},{"d":"211,-704r-19,470r-105,0r-18,-470r142,0xm56,-73v0,-47,37,-84,84,-84v47,0,84,37,84,84v0,47,-37,84,-84,84v-47,0,-84,-37,-84,-84","w":280},{"d":"530,-477v0,174,-141,241,-334,220r0,257r-134,0r0,-677v52,-5,116,-9,196,-9v145,0,272,48,272,209xm196,-575r0,209v100,14,197,-13,197,-108v0,-103,-102,-112,-197,-101","w":563,"k":{"v":1,"q":11,":":24,".":80,",":164,"A":63,"c":30,"g":31,"a":26,"o":11,"u":14,"J":6}},{"d":"59,0r0,-727r135,-4r0,731r-135,0","w":254},{"d":"505,-683r0,85r-303,485r309,0r-7,113r-479,0r0,-80r309,-490r-283,0r7,-113r447,0","w":540},{"d":"566,0r-158,0r-121,-255r-2,0r-114,255r-155,0r188,-347r-181,-336r158,0r64,138v17,35,28,75,48,107r45,-107r63,-138r157,0r-184,333","k":{"o":30,"c":26,"a":20,"C":31,"v":36,"-":40}},{"d":"378,0r-163,0r-212,-683r149,0r104,383r42,173r3,0r42,-173r103,-383r146,0","w":595,"k":{"u":32,"s":38,"o":30,"i":31,"g":20,"e":30,"d":21,"c":40,"a":40,"J":3,"C":12,"A":57,"v":23,"q":21,":":42,".":42,"-":44,",":78}},{"d":"62,-166r0,-517r136,0r0,519v0,243,-109,334,-272,339r-13,-105v123,-6,149,-81,149,-236","w":256},{"d":"463,-316v0,143,-166,218,-298,165v-24,31,-26,70,30,74v186,13,319,16,322,138v2,76,-58,182,-295,180v-45,0,-219,-10,-219,-147v0,-41,36,-80,77,-107v-61,-54,-19,-120,33,-168v-35,-23,-70,-74,-70,-135v0,-153,179,-228,317,-164v1,-33,13,-80,78,-80r80,0r0,86v-44,4,-101,-15,-111,26v34,31,56,74,56,132xm170,-316v0,76,42,98,83,98v39,0,82,-22,82,-98v0,-76,-42,-98,-82,-98v-41,0,-83,22,-83,98xm191,18v-17,-1,-32,-3,-43,-7v-21,15,-32,34,-32,53v0,57,72,67,114,68v153,4,172,-49,170,-72v-2,-30,-85,-38,-209,-42","w":530,"k":{"T":18}},{"d":"176,-341v0,148,74,238,206,238v51,0,106,-10,144,-26r14,110v-35,16,-101,29,-175,29v-222,0,-331,-151,-331,-345v0,-214,132,-358,341,-358v74,0,137,14,170,30r-19,110v-39,-16,-88,-27,-144,-27v-123,0,-206,83,-206,239","w":573},{"d":"354,-684r148,0r60,301r41,225r3,0r37,-225r54,-300r141,0r-155,684r-156,0r-103,-491r-2,0r-107,491r-157,0r-151,-684r147,0r91,527r2,0r44,-227","w":846,"k":{"q":23,".":42,"c":14,"g":14,"a":14,"e":14,"d":14,"o":23}},{"d":"59,-73v0,-47,38,-84,84,-84v47,0,85,37,85,84v0,47,-38,84,-85,84v-46,0,-84,-37,-84,-84","w":256,"k":{"Y":80,"W":42,"T":80,"V":42}},{"d":"51,-215r481,0r0,90r-481,0r0,-90xm51,-412r481,0r0,91r-481,0r0,-91"},{"d":"341,11v-198,0,-307,-153,-307,-349v0,-201,110,-356,307,-356v202,0,306,157,306,351v0,209,-108,354,-306,354xm341,-100v112,0,163,-101,163,-241v0,-138,-48,-242,-163,-242v-114,0,-164,101,-164,243v0,143,52,240,164,240","w":681},{"d":"392,-684r208,684r-147,0r-51,-175r-200,0v-8,35,-40,140,-49,175r-143,0r207,-684r175,0xm323,-490v-8,-26,-10,-58,-22,-81r-75,290r153,0","w":614,"k":{"'":74,"v":33,"V":59,"\"":74,"Y":81,"T":74,"c":16,"U":29,"g":16,"t":15,"w":7,"y":7,"C":22}},{"d":"281,10v-159,0,-248,-92,-248,-249v0,-144,80,-264,243,-264v166,0,228,140,200,291r-310,0v-1,145,176,133,279,96r12,96v-47,19,-111,30,-176,30xm168,-305r187,0v5,-49,-15,-102,-87,-102v-61,0,-94,49,-100,102","w":515,"k":{"V":21,"Y":50,"T":53}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+344-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("Tl6I*|jns+rATgqNv|VEUlUrFmjI6|rAFm}Es+G06MP-OQnLG|1Hv@qVsnG9vJ:^OJh49=Hgseh?}|G6sV.99@=%JM^Lomh$+@6:UE`GM#.Evlrrog,qbIpN60[~FeG%vev>T@.oGIj7FgP-5eq}O+}eegV(*V`OMS`0(I9Abprh6eUA9@h-sF(_ULU`5lSr7g.^b+UA9g.-bF:A*lMA6@G_5l9rOL1|5|v-oFh_9QIN$JH`6L{L5|r]beroT#P%v@v@Fg[`bE,Y?0h`vlj_Fg1A6FG:hg#=Vl&U}T57j?b(GeJpM+FO6s*9vo$,{L4Sq|0_`>]-HA2^.EQnIm@[1%NPr~Y95|1%$lj26lM950h`vlj_Fg1A6FG95|1%Te(250Gq9@(_*lr4OFG`*m[AslrQvl1{*+p`T+629L,NsJ.-?E-]seq0+mj*sMIvbFh*sMIrTe,`")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":583,"face":{"font-family":"Akagi Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"750","descent":"-250","x-height":"11","bbox":"-87 -774 853 241.028","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007E"}}));

/* Typeface: Black */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"71,-193r0,-177r-58,0r8,-120r58,-4r10,-113r152,-31r0,144r107,0r-8,124r-99,0r0,162v-1,71,44,83,105,73r0,130v-22,7,-73,15,-117,15v-116,0,-158,-57,-158,-203","w":370},{"d":"345,0r-178,0r-170,-494r184,0r74,330r2,0r74,-330r184,0","w":512,"k":{"c":18,"a":12,"q":27}},{"d":"354,-505v65,0,113,28,134,73r3,0v44,-46,95,-73,160,-73v120,0,164,85,164,209r0,296r-170,0r0,-279v0,-57,-13,-90,-58,-90v-35,0,-56,18,-71,43r0,326r-170,0r0,-266v0,-58,-10,-103,-53,-103v-36,0,-61,20,-75,51r0,318r-170,0r0,-327v0,-62,-1,-110,-3,-167r147,-4r12,61r4,0v30,-32,72,-68,146,-68","w":864,"k":{"Y":50,"T":50,"V":30}},{"d":"226,10v-118,0,-199,-106,-199,-251v0,-175,106,-264,209,-264v65,0,107,29,137,68r4,0r11,-57r148,0v-2,46,-3,112,-3,167r0,546r-173,0r0,-272r-2,0v-34,47,-81,63,-132,63xm286,-123v49,0,74,-41,74,-46r0,-155v-17,-35,-47,-48,-74,-48v-26,0,-83,11,-83,127v0,109,57,122,83,122","k":{"T":30}},{"d":"362,-505v128,0,171,89,171,212r0,293r-173,0r0,-282v0,-54,-13,-85,-53,-85v-39,0,-67,20,-86,52r0,315r-173,0r0,-327v0,-62,-1,-118,-3,-167r147,-4r12,61r4,0v32,-33,81,-68,154,-68","k":{"v":27,"V":30,"T":50,"Y":50,"w":27,"y":27}},{"d":"63,-85r0,-409r173,-4r0,437v0,220,-87,293,-268,293r-18,-135v99,-7,113,-60,113,-182xm58,-658v0,-51,40,-92,91,-92v51,0,92,41,92,92v0,51,-41,91,-92,91v-51,0,-91,-40,-91,-91","w":283},{"d":"221,-305r35,-34r87,-155r207,0r-172,207r188,287r-215,0r-98,-195r-32,31r0,164r-173,0r0,-727r173,-4r0,426","w":550,"k":{"q":27,"c":27,"e":27,"o":27}},{"d":"48,0r0,-494r173,-4r0,498r-173,0xm43,-658v0,-51,40,-92,91,-92v51,0,92,41,92,92v0,51,-41,91,-92,91v-51,0,-91,-40,-91,-91","w":270},{"d":"130,234r97,-240r-43,0r-187,-488r194,0v27,104,56,232,82,336r4,0r62,-336r189,0r-231,728r-167,0","w":522,"k":{"c":18}},{"d":"354,-505v124,0,200,117,200,252v0,165,-98,263,-215,263v-39,0,-83,-13,-118,-50r0,259r-173,0r0,-532v0,-58,-1,-128,-3,-181r147,-4r12,61r4,0v39,-49,89,-68,146,-68xm296,-372v-39,0,-66,27,-75,50r0,155v0,9,27,47,74,47v57,0,83,-54,83,-127v0,-111,-53,-125,-82,-125","k":{"Y":50,"W":20,"T":50,"V":30}},{"d":"48,0r0,-727r173,-4r0,731r-173,0","w":270},{"d":"486,-683r-8,143r-252,0r0,134r236,0r-8,142r-228,0r0,264r-174,0r0,-683r434,0","w":519,"k":{"u":23,"i":18,"g":11,"c":23,"a":31,"A":54,":":31,",":110}},{"d":"40,-322r329,0r0,118r-329,0r0,-118","w":409},{"d":"329,-745r-4,85v-141,4,-79,112,-79,235v0,98,-50,121,-115,138v65,13,115,42,115,135v0,102,-55,237,83,229r-4,86v-155,-3,-217,-36,-217,-144v0,-52,14,-124,14,-177v0,-50,-9,-79,-85,-87r0,-85v76,-8,85,-37,85,-87v0,-54,-14,-123,-14,-181v0,-104,65,-143,221,-147","w":367},{"d":"279,159r-226,0r0,-908r229,0r-4,95r-92,0r0,719r97,0","w":327},{"d":"259,-707r70,157r-109,0r-120,-157r159,0","w":429},{"d":"513,-221r-457,214r0,-132r307,-129r0,-2r-307,-129r0,-132r457,214r0,96","w":569},{"w":280},{"d":"204,-248v0,142,129,140,225,107r13,128v-37,14,-98,23,-155,23v-157,0,-260,-89,-260,-254v0,-149,97,-260,283,-260v40,0,92,6,132,21r-17,128v-23,-10,-63,-19,-106,-19v-67,0,-115,37,-115,126","w":462},{"d":"123,145r-100,-22v41,-93,59,-196,63,-304r140,19v-18,113,-66,240,-103,307","w":272,"k":{"Y":80,"T":80}},{"d":"231,10v-124,0,-204,-108,-204,-253v0,-154,90,-262,213,-262v59,0,90,21,120,52r0,-274r173,-4r0,576v0,37,1,120,4,155r-121,0v-14,-19,-23,-44,-40,-61v-32,47,-81,71,-145,71xm286,-124v49,0,74,-40,74,-47r0,-153v-23,-47,-60,-50,-74,-50v-65,0,-83,69,-83,128v0,112,59,122,83,122"},{"d":"273,159r-229,0r4,-95r93,0r0,-718r-96,0r4,-95r224,0r0,908","w":327},{"d":"483,-316v-2,139,-175,217,-309,168v-19,27,-7,55,32,58v198,17,331,20,331,151v0,76,-56,190,-310,190v-45,0,-232,-7,-232,-150v0,-41,37,-85,80,-110v-63,-59,-23,-123,35,-173v-35,-20,-77,-73,-77,-134v0,-154,192,-232,337,-167v0,-33,7,-92,89,-92r89,0r0,107r-79,0v-16,0,-42,2,-43,22v34,31,57,73,57,130xm195,-316v0,76,46,80,63,80v14,0,63,-4,63,-80v0,-76,-47,-80,-63,-80v-17,0,-63,4,-63,80xm201,26v-16,-1,-31,-4,-41,-8v-17,11,-24,27,-24,41v0,42,58,52,100,53v153,4,154,-45,154,-53v0,-20,-66,-27,-189,-33","w":543},{"d":"489,-683r-8,143r-255,0r0,120r239,0r-8,142r-231,0r0,135r276,0r-8,143r-442,0r0,-683r437,0","w":534},{"d":"365,-505v228,0,156,292,168,505r-173,0r0,-280v0,-55,-13,-89,-65,-89v-32,0,-57,19,-74,36r0,333r-173,0r0,-727r173,-4r0,288v46,-39,89,-62,144,-62","k":{"v":18,"V":30,"T":25,"Y":50,"w":18,"y":18,"W":20}},{"d":"217,10v-126,0,-169,-83,-169,-211r0,-293r173,0r0,278v0,58,13,91,63,91v38,0,74,-33,74,-53r0,-316r173,0r0,319v0,68,1,126,4,175r-121,0v-14,-19,-23,-44,-40,-61v-32,43,-77,71,-157,71","w":581,"k":{"Y":30}},{"d":"286,-747v-137,226,-138,687,0,914r-108,0v-76,-103,-134,-267,-134,-456v0,-190,58,-357,134,-458r108,0","w":327},{"d":"346,11v-209,0,-317,-158,-317,-350v0,-196,110,-355,317,-355v215,0,316,162,316,348v0,211,-107,357,-316,357xm346,-130v92,0,134,-78,134,-212v0,-130,-42,-212,-134,-212v-91,0,-135,78,-135,213v0,138,43,211,135,211","w":691},{"d":"513,-7r-457,-216r0,-91r457,-217r0,132r-301,129r0,2r301,129r0,132","w":569},{"d":"481,-345r0,231v0,44,1,86,5,114r-124,0r-39,-55r-3,0v-36,44,-83,65,-143,65v-90,0,-153,-68,-153,-145v0,-102,58,-148,158,-148r127,0v1,-60,6,-89,-76,-89v-66,0,-112,17,-150,32r-28,-126v42,-16,122,-39,213,-39v149,0,213,45,213,160xm193,-149v0,63,99,47,119,6r0,-44r-85,0v-17,0,-34,5,-34,38","w":531,"k":{"V":30}},{"d":"484,-611r-16,147r90,0r-8,112r-93,0r-9,91r91,0r-8,112r-95,0r-16,149r-109,0r16,-149r-83,0r-16,149r-109,0r17,-149r-91,0r8,-112r94,0r10,-91r-92,0r8,-112r95,0r16,-147r108,0r-16,147r84,0r16,-147r108,0xm265,-352r-9,91r84,0r9,-91r-84,0","w":603},{"d":"322,0r-68,-153r-2,0r-66,153r-188,0r162,-254r-159,-240r193,0v48,95,58,125,68,145r2,0r60,-145r189,0r-158,235r162,259r-195,0","w":515,"k":{"c":23}},{"d":"331,-752r0,87v62,3,111,16,149,31r-21,134v-38,-14,-94,-33,-160,-33v-54,0,-78,21,-78,49v0,83,286,76,286,281v0,102,-66,173,-178,195r0,100r-118,0r0,-92v-65,-4,-133,-19,-171,-38r20,-137v52,22,120,39,183,39v51,0,88,-14,88,-52v0,-103,-284,-75,-285,-286v0,-97,71,-162,168,-182r0,-96r117,0","w":544},{"d":"166,-495r0,-5r-134,-47v9,-37,29,-70,55,-95r107,93r3,-3r-25,-139v36,-11,73,-10,110,0r-27,139r4,2r107,-92v27,25,47,58,56,95r-134,46r0,6r134,46v-9,37,-29,70,-56,96r-107,-92r-4,2r27,138v-36,10,-73,10,-110,0r26,-139r-4,-2r-107,93v-26,-26,-46,-59,-55,-96","w":461},{"d":"349,-517r0,193r187,0r0,113r-187,0r0,194r-115,0r0,-194r-187,0r0,-113r187,0r0,-193r115,0","w":583},{"d":"141,-224r-87,-11v7,-112,66,-177,138,-177v65,0,163,69,200,69v23,0,39,-13,46,-65r87,11v-3,117,-62,175,-131,175v-76,0,-166,-67,-204,-67v-23,0,-40,13,-49,65","w":580},{"d":"369,-503r0,155v-56,-20,-117,-19,-148,33r0,315r-173,0r0,-328v0,-70,-2,-120,-3,-166r147,-4r14,83r3,0v30,-60,91,-98,160,-88","w":386},{"d":"198,-110v41,0,55,-12,55,-30v0,-58,-219,-49,-219,-201v0,-108,91,-164,209,-164v58,0,115,12,152,27r-19,121v-29,-12,-87,-28,-127,-28v-27,0,-49,6,-49,27v0,52,220,47,220,202v0,110,-88,166,-222,166v-61,0,-131,-12,-172,-30r20,-125v32,16,108,35,152,35","w":445,"k":{"T":50,"Y":30}},{"d":"368,-247v0,-107,-38,-134,-81,-134v-43,0,-81,27,-81,134v0,107,38,133,81,133v43,0,81,-26,81,-133xm547,-245v0,182,-132,256,-260,256v-128,0,-260,-71,-260,-256v0,-195,132,-260,260,-260v128,0,260,67,260,260","w":574,"k":{"X":30,"V":30}},{"d":"455,-494r67,341r2,0r59,-341r175,0r-144,494r-182,0r-56,-276r-2,0r-56,276r-182,0r-139,-494r179,0r58,341r2,0r68,-341r151,0","w":755,"k":{"q":27,"c":18}},{"d":"36,163r4,-86v137,7,79,-129,79,-229v0,-96,54,-119,115,-137v-69,-12,-115,-41,-115,-136v0,-125,59,-231,-83,-235r4,-85v156,4,217,43,217,147v0,58,-14,127,-14,181v0,50,9,79,85,87r0,85v-76,8,-85,37,-85,87v0,53,14,125,14,177v0,108,-66,141,-221,144","w":364},{"d":"446,-494r0,108r-209,254r217,1r-8,131r-420,0r0,-105r217,-259r-201,0r8,-130r396,0","w":473},{"d":"203,-774r0,971r-125,0r0,-971r125,0","w":282},{"d":"518,-683r0,106r-271,433r276,0r-8,144r-495,0r0,-100r278,-439r-253,0r8,-144r465,0","w":550},{"d":"326,10v-184,0,-278,-98,-278,-293r0,-400r174,0r0,410v0,87,35,144,108,144v74,0,109,-50,109,-144r0,-410r173,0r0,371v0,207,-79,322,-286,322","w":661,"k":{"A":25}},{"d":"71,-494v-9,-145,56,-240,199,-243v29,0,62,2,86,6r-14,131v-59,-11,-105,19,-99,66r0,40r92,0r-8,124r-83,0r0,370r-173,0r0,-370r-59,0r8,-117","w":346,"k":{"c":12}},{"d":"393,-208v0,-81,-85,-83,-169,-80r0,159v83,7,169,-6,169,-79xm378,-490v0,-71,-92,-69,-154,-62r0,134r44,0v79,0,110,-25,110,-72xm52,-677v52,-4,136,-9,216,-9v157,0,285,30,285,174v0,65,-43,118,-113,150v78,22,135,84,135,166v0,150,-114,201,-358,201v-70,0,-124,-4,-165,-7r0,-675","w":606,"k":{"Y":34,"v":14,"V":19}},{"d":"425,-684r197,684r-188,0r-39,-150r-174,0v-12,50,-24,100,-37,150r-182,0r195,-684r228,0xm320,-486v-6,-18,-5,-43,-14,-58r-57,260r119,0","w":631,"k":{"'":80,"v":37,"V":61,"\"":80,"T":77,"Y":87,"c":17,"C":26,"U":32,"g":17,"t":19}},{"d":"280,-254r-147,0v-2,-12,-3,-31,-3,-46v0,-120,122,-125,122,-201v0,-55,-100,-70,-163,-54r-9,-133v30,-4,65,-8,105,-8v160,0,237,75,237,171v0,152,-150,141,-142,271xm106,-89v0,-56,45,-101,101,-101v56,0,101,45,101,101v0,56,-45,101,-101,101v-56,0,-101,-45,-101,-101","w":462},{"d":"591,0r-202,0r-95,-233r-2,0r-86,233r-198,0r179,-347r-172,-336r201,0r47,120r36,104r3,0r34,-104r45,-120r199,0r-173,333","w":599,"k":{"o":30,"c":29,"a":21,"C":34,"v":43,"-":38}},{"d":"353,-254r8,-139r242,0r0,366v-50,17,-141,35,-219,35v-254,0,-355,-154,-355,-343v0,-219,141,-356,364,-356v80,0,151,15,192,32r-24,141v-44,-17,-93,-29,-163,-29v-107,0,-188,61,-188,206v0,154,89,225,224,204r0,-117r-81,0","w":651},{"d":"226,-275r0,275r-174,0r0,-683r174,0r0,258r217,0r0,-258r173,0r0,683r-173,0r0,-275r-217,0","w":670},{"d":"43,-716r142,0r-20,253r-102,0","w":228,"k":{"A":80}},{"d":"226,-683r0,683r-174,0r0,-683r174,0","w":279},{"d":"557,-468v0,174,-139,247,-333,229r0,239r-172,0r0,-677v206,-13,505,-48,505,209xm224,-548r0,172v83,8,160,-16,160,-90v0,-85,-84,-89,-160,-82","k":{"v":1,":":24,".":80,",":165,"c":30,"A":54,"g":31,"a":23,"u":12}},{"d":"50,-399v0,-56,45,-101,101,-101v56,0,101,45,101,101v0,56,-45,101,-101,101v-56,0,-101,-45,-101,-101xm123,145r-100,-22v41,-93,59,-196,63,-304r140,19v-18,113,-66,240,-103,307","w":277},{"d":"386,0r-182,0r0,-254r-206,-429r198,0r53,152v17,47,27,102,47,146r45,-146r53,-152r198,0r-206,429r0,254","w":587,"k":{"v":55,"q":50,":":66,".":80,"-":71,",":118,"c":95,"A":84,"C":41,"g":78,"a":81,"e":50,"d":50,"o":60,"u":66,"s":60,"i":30}},{"d":"17,-690r119,0r210,716r-119,0","w":369},{"d":"240,-704r-23,449r-132,0r-22,-449r177,0xm50,-89v0,-56,45,-101,101,-101v56,0,101,45,101,101v0,56,-45,101,-101,101v-56,0,-101,-45,-101,-101","w":302},{"d":"537,-172v0,-101,70,-187,181,-187v108,0,173,80,173,178v0,119,-83,191,-180,191v-101,0,-174,-74,-174,-182xm657,-174v0,62,19,97,58,97v37,0,55,-31,55,-97v0,-61,-16,-97,-56,-97v-40,0,-57,38,-57,97xm48,-491v0,-101,70,-187,181,-187v108,0,173,81,173,178v0,119,-83,191,-180,191v-101,0,-174,-74,-174,-182xm169,-493v0,62,19,97,57,97v37,0,55,-31,55,-97v0,-60,-15,-97,-56,-97v-40,0,-56,38,-56,97xm588,-674r104,0r-338,681r-105,0","w":940},{"d":"47,-223r489,0r0,111r-489,0r0,-111xm47,-424r489,0r0,112r-489,0r0,-112","w":583},{"d":"224,-683r0,310r47,-49r130,-261r211,0r-209,308r216,375r-206,0r-141,-278r-48,44r0,234r-172,0r0,-683r172,0","w":612,"k":{"v":50,"c":30,"C":40,"g":17,"a":18,"e":30,"d":30,"o":30,"u":20,"w":50,"y":50}},{"d":"50,-399v0,-56,45,-101,101,-101v56,0,101,45,101,101v0,56,-45,101,-101,101v-56,0,-101,-45,-101,-101xm50,-89v0,-56,45,-101,101,-101v56,0,101,45,101,101v0,56,-45,101,-101,101v-56,0,-101,-45,-101,-101","w":277},{"d":"242,-690r119,0r-219,716r-120,0","w":369},{"d":"50,-89v0,-56,45,-101,101,-101v56,0,101,45,101,101v0,56,-45,101,-101,101v-56,0,-101,-45,-101,-101","w":277,"k":{"Y":80,"W":60,"T":80,"V":60}},{"d":"52,-170r0,-513r174,0r0,513v0,263,-124,366,-304,368r-16,-133v129,-1,146,-91,146,-235","w":275},{"d":"179,-537r-166,0r8,-146r500,0r-8,146r-160,0r0,537r-174,0r0,-537","w":535,"k":{"v":57,"q":50,"p":30,"m":30,":":61,".":80,"-":77,",":96,"c":76,"A":67,"C":27,"g":60,"a":65,"e":50,"d":50,"o":50,"u":59,"n":30,"r":30,"s":50}},{"d":"287,10v-165,0,-260,-88,-260,-250v0,-136,78,-265,256,-265v177,0,241,148,209,308r-296,0v14,110,174,84,262,57r15,120v-56,21,-126,30,-186,30xm198,-312r142,0v1,-34,-9,-74,-66,-74v-45,0,-71,35,-76,74","w":525,"k":{"V":30,"T":50,"Y":50}},{"d":"43,-716r142,0r-20,253r-102,0xm230,-716r142,0r-20,253r-101,0","w":415,"k":{"A":80}},{"d":"355,-505v126,0,199,106,199,245v0,165,-94,270,-217,270v-57,0,-95,-22,-133,-68r-39,58r-121,0v3,-41,4,-135,4,-172r0,-555r173,-4r0,287v27,-27,62,-61,134,-61xm295,-373v-37,0,-61,20,-74,48r0,153v0,11,30,49,74,49v64,0,83,-60,83,-127v0,-107,-50,-123,-83,-123","k":{"x":25,"v":14,"V":30,"T":50,"Y":50,"w":14,"y":14}},{"d":"99,-514v0,-101,85,-179,212,-179v103,0,195,61,195,168v0,59,-32,123,-123,177r0,3v32,34,65,73,96,103v23,-39,40,-96,45,-149r158,0v-14,106,-48,192,-105,257r62,69r-119,96r-63,-68v-47,28,-109,47,-184,47v-298,0,-309,-283,-117,-380v-28,-38,-57,-86,-57,-144xm197,-201v0,84,115,103,174,64v-42,-42,-87,-92,-132,-142v-25,20,-42,46,-42,78xm354,-520v0,-32,-15,-62,-48,-62v-32,0,-48,26,-48,60v0,29,15,58,42,88v37,-29,54,-52,54,-86","w":691},{"d":"0,59r482,0r0,59r-482,0r0,-59","w":510},{"d":"52,-683r174,0r0,538r268,0r-8,145r-434,0r0,-683","w":508,"k":{"'":100,"v":40,"V":72,"\"":100,"T":107,"Y":88,"c":12,"C":39,"w":40,"y":40}},{"d":"52,-677v65,-6,143,-9,222,-9v247,0,368,125,368,335v0,261,-152,356,-418,356v-75,0,-131,-4,-172,-7r0,-675xm459,-348v0,-164,-92,-216,-233,-198r0,411v142,12,233,-37,233,-213","w":671,"k":{"X":30,"V":15,"T":26,"Y":33,"A":17}},{"d":"343,-684r189,0r78,488r2,0r66,-487r181,0r-148,684r-200,0r-79,-436r-2,0r-85,436r-202,0r-141,-684r188,0r66,490r2,0","w":862,"k":{"q":20,".":60,"c":20,"g":20,"a":20,"e":20,"d":20,"o":20}},{"d":"237,-133v57,0,91,-19,91,-58v0,-103,-288,-85,-288,-300v0,-127,112,-202,258,-202v72,0,135,13,182,33r-24,141v-39,-15,-96,-31,-158,-31v-51,0,-83,20,-83,53v0,94,291,77,291,294v0,128,-98,213,-275,213v-72,0,-156,-17,-198,-37r22,-144v49,22,120,38,182,38","w":536},{"d":"330,0r-107,-440r-3,0r-13,440r-164,0r27,-683r226,0r113,446r3,0r120,-446r223,0r22,683r-171,0r-7,-440r-3,0r-125,440r-141,0","w":821},{"d":"418,0r-211,0r-207,-683r190,0r96,383v12,46,17,100,32,143r29,-143r95,-383r186,0","w":629,"k":{"u":37,"s":44,"o":30,"i":35,"g":19,"e":30,"d":30,"c":44,"a":44,"C":15,"A":55,"v":27,"q":30,":":44,".":60,"-":48,",":84}},{"d":"683,0r-337,0v-213,0,-317,-132,-317,-339v0,-212,122,-355,317,-355v194,0,316,136,316,348v0,60,-23,144,-68,201r97,0xm346,-554v-79,0,-135,56,-135,213v0,154,56,211,135,211v75,0,134,-58,134,-212v0,-157,-59,-212,-134,-212","w":706},{"d":"562,-39v-58,0,-103,-36,-107,-88v-40,71,-89,89,-115,89v-83,0,-118,-62,-118,-133v0,-119,85,-253,254,-253v36,0,98,12,137,32v-19,109,-69,274,-22,274v55,0,100,-62,100,-169v0,-129,-85,-231,-250,-231v-146,0,-299,98,-299,313v0,157,101,270,262,270v43,0,72,-6,106,-17r11,76v-245,80,-474,-74,-474,-322v0,-225,163,-403,401,-403v198,0,335,132,335,310v0,120,-54,252,-221,252xm466,-253r11,-76v-7,-4,-15,-6,-26,-6v-30,0,-97,46,-97,147v0,49,28,54,39,54v11,0,54,-9,73,-119","w":826},{"w":280},{"d":"40,167v136,-226,137,-688,0,-914r107,0v77,102,135,266,135,457v0,190,-59,354,-135,457r-107,0","w":327},{"d":"618,0r-185,0v-143,-271,-187,-363,-219,-438r-3,0r4,178r0,260r-163,0r0,-683r200,0v71,138,140,269,205,423r3,0r-5,-177r0,-246r163,0r0,683","w":672},{"d":"557,-480v0,88,-56,152,-117,180r146,300r-187,0r-112,-255r-63,0r0,255r-172,0r0,-677v57,-5,131,-9,214,-9v196,0,291,61,291,206xm224,-550r0,164v83,6,158,-10,158,-84v0,-90,-87,-85,-158,-80","w":590,"k":{"q":20,"c":20,"e":20,"d":20,"o":20,"u":20}},{"d":"281,-564r-130,281r-101,0r188,-391r89,0r188,391r-103,0r-129,-281r-2,0","w":566},{"d":"210,-342v0,136,68,208,184,208v48,0,101,-9,138,-23r16,139v-34,15,-101,28,-175,28v-244,0,-344,-161,-344,-344v0,-221,141,-359,352,-359v72,0,138,13,174,30r-22,139v-39,-15,-86,-26,-141,-26v-103,0,-182,63,-182,208","w":579}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+261-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("D,p4g)=W.[!XD-_fq)sOZ,Z!cE=4p)!XcETO.[LIp>jFw&Wtqbp90[MR.E_M0,V,dc9gwlM0q5i{w5hYd,LqpW>xqmB~~,KY?-`RDJMO0E!J:cej[_>)`*K([KqZTW_`n4_0c-K_~$F8c-jXm_L_c-TtT_!oLsq55>pL`-ie5_T?`OZX0JhF.c`xZtZed,*!o-V{~[ZXih-lKs,bZTDdo=n~`Lm5$>[cwp.g0q?:yBtY*_)IxeR2F9X}{VO&W4EJuM8fj!S(0-VF~ciXg,>XpJLxd,0!wtM)d)qF?chx0&4f:59eptBtd)!2~m!?Dlj8qJqJc-ue~Oy(nIheq,=xc-MXpcL0d)M8:,=}p,>0dIheq,=xc-MXpcL0d)M8Dm`}dIL_0J`xg,!YwcLegEuX.,!&q,MBg[$eD[p}0tyf.5VFnOF2.m_I[E=g.>4q~chg.>4!Dmye")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":582,"face":{"font-family":"Akagi Black","font-weight":900,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"750","descent":"-250","x-height":"11","bbox":"-94 -774 891 251","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007E"}}));
